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
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* line 61, sass/libs/_normalize.scss */ audio, canvas, video { display: inline-block; } /* line 74, sass/libs/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* line 84, sass/libs/_normalize.scss */ [hidden], template { display: none; } /* line 97, sass/libs/_normalize.scss */ html { background: #fff; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* line 109, sass/libs/_normalize.scss */ html, button, input, select, textarea { font-family: sans-serif; } /* line 119, sass/libs/_normalize.scss */ body { margin: 0; Background-color: black; } /* line 132, sass/libs/_normalize.scss */ a { background: transparent; } /* line 139, sass/libs/_normalize.scss */ a:focus { outline: thin dotted; } /* line 145, sass/libs/_normalize.scss */ a:hover, a:active { outline: 0; } /* line 159, sass/libs/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 164, sass/libs/_normalize.scss */ h2 { font-size: 1.5em; margin: 0.83em 0; } /* line 169, sass/libs/_normalize.scss */ h3 { font-size: 1.17em; margin: 1em 0; } /* line 174, sass/libs/_normalize.scss */ h4 { font-size: 1em; margin: 1.33em 0; } /* line 179, sass/libs/_normalize.scss */ h5 { font-size: 0.83em; margin: 1.67em 0; } /* line 184, sass/libs/_normalize.scss */ h6 { font-size: 0.75em; margin: 2.33em 0; } /* line 192, sass/libs/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 198, sass/libs/_normalize.scss */ b, strong { font-weight: bold; } /* line 211, sass/libs/_normalize.scss */ dfn { font-style: italic; } /* line 217, sass/libs/_normalize.scss */ mark { background: #ff0; color: #000; } /* line 233, sass/libs/_normalize.scss */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* line 246, sass/libs/_normalize.scss */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* line 254, sass/libs/_normalize.scss */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* line 269, sass/libs/_normalize.scss */ q:before, q:after { content: ''; content: none; } /* line 277, sass/libs/_normalize.scss */ small { font-size: 80%; } /* line 284, sass/libs/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 292, sass/libs/_normalize.scss */ sup { top: -0.5em; } /* line 296, sass/libs/_normalize.scss */ sub { bottom: -0.25em; } /* line 348, sass/libs/_normalize.scss */ img { border: 0; } /* line 357, sass/libs/_normalize.scss */ svg:not(:root) { overflow: hidden; } /* line 367, sass/libs/_normalize.scss */ figure { margin: 0; } /* line 384, sass/libs/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 395, sass/libs/_normalize.scss */ legend { border: 0; padding: 0; white-space: normal; } /* line 409, sass/libs/_normalize.scss */ button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; } /* line 424, sass/libs/_normalize.scss */ button, input { line-height: normal; } /* line 434, sass/libs/_normalize.scss */ button, select { text-transform: none; } /* line 447, sass/libs/_normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 460, sass/libs/_normalize.scss */ button[disabled], input[disabled] { cursor: default; } /* line 470, sass/libs/_normalize.scss */ input[type="checkbox"], input[type="radio"] { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } /* line 483, sass/libs/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; box-sizing: content-box; } /* line 493, sass/libs/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 502, sass/libs/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 511, sass/libs/_normalize.scss */ textarea { overflow: auto; vertical-align: top; } /* line 522, sass/libs/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 528, sass/libs/_normalize.scss */ *, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; } /* Global Styles */ /* line 5, sass/libs/_global.scss */ body { font-family: Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: #888; background-color: #161719; } /* line 17, sass/libs/_global.scss */ h1, h2, h3, h4, h5, h6 { margin-top: 0; color: #FFFFFF; font-family: "Novecento Sans", "Open Sans", sans-serif; font-weight: 600; text-transform: uppercase; } /* line 25, sass/libs/_global.scss */ a { text-decoration: none; } /* line 29, sass/libs/_global.scss */ address { font-style: normal; } /* line 31, sass/libs/_global.scss */ p { margin-top: 0; } /* line 33, sass/libs/_global.scss */ .text-center { text-align: center; } /* line 36, sass/libs/_global.scss */ form input:not([type="submit"]), form select, form textarea { border: 2px solid #28292c; padding: 10px 10px 10px 40px; background-position: 10px; background-repeat: no-repeat; display: block; font-family: "Novecento Sans", "Open Sans", sans-serif; margin-bottom: 10px; font-size: 12px; font-size: 0.75em; text-transform: uppercase; width: 100%; outline: none; background-color: transparent; color: inherit; -webkit-transition: .3s ease; transition: .3s ease; } /* line 52, sass/libs/_global.scss */ form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form select:hover, form select:active, form select:focus, form textarea:hover, form textarea:active, form textarea:focus { border-color: #ac8074; } /* line 57, sass/libs/_global.scss */ form input[type="submit"] { padding: 10px 20px; background: transparent; border: 2px solid #ac8074; color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; text-transform: uppercase; font-size: 14px; font-size: 0.875em; outline: none; -webkit-transition: .3s ease; transition: .3s ease; } /* line 68, sass/libs/_global.scss */ form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus { background-color: #ac8074; color: #111113; } /* line 75, sass/libs/_global.scss */ .more-link { padding: 20px 30px 20px 0; background: url(images/arrow.png) no-repeat right center; color: #ac8074; font-size: 14px; font-size: 0.875em; } /* Reusable Components Style */ /* button */ /* line 6, sass/libs/_components.scss */ .button { display: inline-block; padding: 15px 35px; border: 3px solid white; color: white; text-transform: uppercase; font-size: 12px; font-size: 0.75em; font-family: "Novecento Sans", "Open Sans", sans-serif; -webkit-transition: .3s ease; transition: .3s ease; } /* line 16, sass/libs/_components.scss */ .button.invert { background-color: white; color: #ac8074; font-weight: 700; } /* line 22, sass/libs/_components.scss */ .button:hover { border-color: #ac8074; color: #ac8074; } /* fullwidth-block */ /* line 29, sass/libs/_components.scss */ .fullwidth-block { padding: 50px 0 50px; overflow: hidden; } /* Latest News*/ /* line 35, sass/libs/_components.scss */ .latest-news { border: 2px solid #28292c; padding: 30px; } /* line 39, sass/libs/_components.scss */ .latest-news h3 { font-size: 14px; font-size: 0.875em; } /* line 43, sass/libs/_components.scss */ .latest-news ul { list-style: none; padding-left: 0; margin: 0; } /* line 48, sass/libs/_components.scss */ .latest-news ul li { border-bottom: 1px solid #28292c; padding: 10px 0; } /* line 52, sass/libs/_components.scss */ .latest-news ul li:last-child { border-bottom: none; } /* line 55, sass/libs/_components.scss */ .latest-news .entry-title { font-size: 16px; font-size: 1em; font-family: Arial, sans-serif; text-transform: initial; margin-bottom: 0; } /* line 60, sass/libs/_components.scss */ .latest-news .entry-title a { color: #ac8074; -webkit-transition: .3s ease; transition: .3s ease; } /* line 64, sass/libs/_components.scss */ .latest-news .entry-title a:hover { color: #c9aca4; } /* line 69, sass/libs/_components.scss */ .latest-news .date { font-size: 14px; font-size: 0.875em; } /* feature */ /* line 75, sass/libs/_components.scss */ .feature { margin-bottom: 50px; position: relative; } /* line 79, sass/libs/_components.scss */ .feature header { margin-bottom: 30px; } /* line 82, sass/libs/_components.scss */ .feature header .feature-icon, .feature header .feature-title-copy { display: inline-block; vertical-align: top; } /* line 86, sass/libs/_components.scss */ .feature header .feature-icon { margin-right: 20px; } /* line 88, sass/libs/_components.scss */ .feature header .feature-title { font-size: 24px; font-size: 1.5em; color: white; margin-bottom: 0; line-height: 1; } /* line 94, sass/libs/_components.scss */ .feature header .feature-subtitle { font-size: 12px; font-size: 0.75em; color: #888; text-transform: uppercase; } /* line 101, sass/libs/_components.scss */ .feature-grid .feature { background: #111113; margin-bottom: 0; padding: 50px 30px !important; text-align: center; } /* line 109, sass/libs/_components.scss */ .feature-grid .feature:nth-child(even) { background-color: #242424; } /* line 112, sass/libs/_components.scss */ .feature-grid .feature .feature-image { margin-bottom: 20px; } /* line 113, sass/libs/_components.scss */ .feature-grid .feature .feature-title { font-size: 36px; font-size: 2.25em; margin-bottom: 10px; color: white; text-transform: uppercase; } /* line 119, sass/libs/_components.scss */ .feature-grid .feature p { margin-bottom: 0; } /* line 122, sass/libs/_components.scss */ .feature.boxed { padding: 30px; background-color: #111113; margin-bottom: 30px; } /* line 127, sass/libs/_components.scss */ .feature.boxed p { margin-bottom: 0; } /* line 131, sass/libs/_components.scss */ .quote-section { margin: 30px 0; padding: 50px 100px; border: 3px solid #28292c; } @media screen and (max-width: 640px) { /* line 131, sass/libs/_components.scss */ .quote-section { padding: 30px; } } /* line 142, sass/libs/_components.scss */ .quote-slider .slides { *zoom: 1; list-style: none; padding: 0; margin: 0; } /* line 4, sass/libs/_mixins.scss */ .quote-slider .slides:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 148, sass/libs/_components.scss */ .quote-slider .slides li { width: 100%; margin-right: -100%; float: left; padding-left: 200px; position: relative; } @media screen and (max-width: 640px) { /* line 148, sass/libs/_components.scss */ .quote-slider .slides li { padding: 0; } } /* line 159, sass/libs/_components.scss */ .quote-slider .slides blockquote { margin: 0; } /* line 162, sass/libs/_components.scss */ .quote-slider .slides .quote-avatar { position: absolute; left: 0; top: 0; } @media screen and (max-width: 640px) { /* line 162, sass/libs/_components.scss */ .quote-slider .slides .quote-avatar { position: relative; margin: 0 auto 30px; } } /* line 171, sass/libs/_components.scss */ .quote-slider .slides p { font-size: 18px; font-size: 1.125em; line-height: 1.6; } /* line 175, sass/libs/_components.scss */ .quote-slider .slides cite, .quote-slider .slides span { font-size: 12px; font-size: 0.75em; font-weight: 500; } /* line 179, sass/libs/_components.scss */ .quote-slider .slides cite { font-style: normal; text-transform: uppercase; font-family: "Novecento Sans", "Open Sans", sans-serif; } /* line 184, sass/libs/_components.scss */ .quote-slider .slides span { color: #4c4c4c; text-transform: uppercase; } /* line 190, sass/libs/_components.scss */ .quote-slider .flex-control-paging { margin-left: 200px; list-style: none; padding-left: 0; } @media screen and (max-width: 640px) { /* line 190, sass/libs/_components.scss */ .quote-slider .flex-control-paging { margin-left: 0; } } /* line 198, sass/libs/_components.scss */ .quote-slider .flex-control-paging li { display: inline-block; margin-right: 10px; text-align: center; position: relative; /* a{ display: block; position: absolute; top:0; bottom:0; left:0; right:0; margin: auto; width: 10px; height: 10px; overflow: hidden; text-indent: -9999px; cursor: pointer; } */ } /* line 206, sass/libs/_components.scss */ .quote-slider .flex-control-paging li a { display: block; width: 15px; height: 15px; border: 2px solid #111113; overflow: hiddne; text-indent: -9999px; box-shadow: 0 0 0 2px #4c4c4c; cursor: pointer; } /* line 216, sass/libs/_components.scss */ .quote-slider .flex-control-paging li a.flex-active { background: #ac8074; box-shadow: 0 0 0 2px #ac8074; } /* Timeline */ /* line 242, sass/libs/_components.scss */ .timeline { border-top: 3px solid #28292c; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .timeline:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } @media screen and (max-width: 640px) { /* line 242, sass/libs/_components.scss */ .timeline { margin-left: 30px; border-top: 0; border-left: 3px solid #28292c; } } /* line 252, sass/libs/_components.scss */ .timeline .milestone { width: 25%; padding: 30px 15px 0; float: left; text-align: center; position: relative; } /* line 260, sass/libs/_components.scss */ .timeline .milestone:before { content: " "; width: 29px; height: 29px; background: url(images/bullet.png) no-repeat; display: block; position: absolute; top: -15px; left: 0; right: 0; margin: auto; } @media screen and (max-width: 640px) { /* line 252, sass/libs/_components.scss */ .timeline .milestone { padding: 0 0 15px 30px; text-align: left; float: none; width: 100%; } /* line 280, sass/libs/_components.scss */ .timeline .milestone:before { left: -15px; right: auto; top: 0; bottom: 0; margin: 0; } } /* line 289, sass/libs/_components.scss */ .timeline .milestone .year { color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 24px; font-size: 1.5em; margin-bottom: 20px; } /* line 295, sass/libs/_components.scss */ .timeline .milestone .milestone-title { color: white; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 14px; font-size: 0.875em; } /* line 303, sass/libs/_components.scss */ .cta { border: 3px solid #28292c; padding: 50px; text-align: center; font-size: 24px; font-size: 1.5em; text-transform: uppercase; } /* line 311, sass/libs/_components.scss */ .cta a { color: #ac8074; } /* Counter */ /* line 314, sass/libs/_components.scss */ .counter { border: 2px solid #28292c; padding: 30px 100px; font-family: "Novecento Sans", "Open Sans", sans-serif; } @media screen and (max-width: 640px) { /* line 314, sass/libs/_components.scss */ .counter { padding: 30px; } } /* line 321, sass/libs/_components.scss */ .counter .num, .counter .copy { display: inline-block; vertical-align: middle; } /* line 325, sass/libs/_components.scss */ .counter .num { font-size: 200px; font-size: 12.5em; color: #ac8074; font-weight: 600; line-height: .8; margin: 0 30px 0 0; position: relative; top: -20px; } @media screen and (max-width: 640px) { /* line 325, sass/libs/_components.scss */ .counter .num { font-size: 150px; font-size: 9.375em; } } /* line 336, sass/libs/_components.scss */ .counter .copy { font-size: 36px; font-size: 2.25em; text-transform: uppercase; font-weight: 600; line-height: 1; } /* line 341, sass/libs/_components.scss */ .counter .copy span { display: block; } /* line 343, sass/libs/_components.scss */ .counter .copy span:first-child { color: #ac8074; } /* Team */ /* line 349, sass/libs/_components.scss */ .team { text-align: center !important; margin-bottom: 30px; width: 100%; padding: 0 15px; } @media screen and (max-width: 990px) { /* line 349, sass/libs/_components.scss */ .team { width: 100%; } } @media screen and (max-width: 480px) { /* line 349, sass/libs/_components.scss */ .team { width: 100%; } } /* line 359, sass/libs/_components.scss */ .team .team-image { overflow: hidden; text-align: center !important; border-radius: 50%; margin-bottom: 20px; width: 250px; height: 250px; display: inline-block; } /* line 367, sass/libs/_components.scss */ .team .team-image img { display: block; } /* line 371, sass/libs/_components.scss */ .team .team-name { font-size: 24px; font-size: 1.5em; color: white; text-transform: uppercase; margin-bottom: 0; font-family: "Novecento Sans", "Open Sans", sans-serif; } /* line 378, sass/libs/_components.scss */ .team .team-desc { font-size: 14px; font-size: 0.875em; text-transform: uppercase; color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; font-weight: 600; margin-bottom: 20px; display: block; } /* line 387, sass/libs/_components.scss */ .team p { font-size: 1em !important; } /* line 395, sass/libs/_components.scss */ .contact-form { margin-bottom: 50px; } /* line 398, sass/libs/_components.scss */ .contact-form #name { background-image: url("images/icon-user.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 398, sass/libs/_components.scss */ .contact-form #name { background-image: url("images/icon-user@2x.png"); background-size: 16px 18px; } } /* line 399, sass/libs/_components.scss */ .contact-form #email { background-image: url("images/icon-envelope-alt.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 399, sass/libs/_components.scss */ .contact-form #email { background-image: url("images/icon-envelope-alt@2x.png"); background-size: 16px 11px; } } /* line 400, sass/libs/_components.scss */ .contact-form #website { background-image: url("images/icon-globe.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 400, sass/libs/_components.scss */ .contact-form #website { background-image: url("images/icon-globe@2x.png"); background-size: 16px 16px; } } /* line 401, sass/libs/_components.scss */ .contact-form #message { background-image: url("images/icon-pencil.png"); background-position: 10px 10px; min-height: 200px; } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 401, sass/libs/_components.scss */ .contact-form #message { background-image: url("images/icon-pencil@2x.png"); background-size: 16px 17px; } } /* line 408, sass/libs/_components.scss */ .map { min-height: 350px; margin-bottom: 30px; } /* line 414, sass/libs/_components.scss */ .contact-info strong { color: white; text-transform: uppercase; font-size: 14px; font-size: 0.875em; font-family: "Novecento Sans", "Open Sans", sans-serif; display: block; margin-bottom: 10px; } /* line 423, sass/libs/_components.scss */ .contact-info .contact a { display: block; color: inherit; } /* line 428, sass/libs/_components.scss */ .contact-info p { font-size: 14px; font-size: 0.875em; } /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .container:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } @media (min-width: 768px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 750px; } } @media (min-width: 992px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 970px; } } @media (min-width: 1200px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 1170px; } } /* line 30, sass/libs/bootstrap-grid/_grid.scss */ .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .container-fluid:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 39, sass/libs/bootstrap-grid/_grid.scss */ .row { margin-left: -15px; margin-right: -15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .row:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 11, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .feature-grid .feature, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .feature-grid .feature, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .feature-grid .feature, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-6, .feature-grid .feature { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .feature-grid .feature, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-4, .feature-grid .feature { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-12 { margin-left: 100%; } } @-ms-viewport { width: device-width; } /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } /* line 132, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-xs { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-xs { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { /* line 150, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-block { display: block !important; } } @media (max-width: 767px) { /* line 155, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { /* line 160, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-sm { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-sm { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 169, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 174, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 179, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-md { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-md { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-md { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 188, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 193, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 198, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-lg { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-lg { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { /* line 207, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { /* line 212, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { /* line 217, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-lg { display: none !important; } } /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .visible-print { display: none !important; } @media print { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-print { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-print { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-print { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-print, td.visible-print { display: table-cell !important; } } /* line 251, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-block { display: none !important; } @media print { /* line 251, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-block { display: block !important; } } /* line 258, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline { display: none !important; } @media print { /* line 258, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline { display: inline !important; } } /* line 265, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline-block { display: none !important; } @media print { /* line 265, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline-block { display: inline-block !important; } } @media print { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-print { display: none !important; } } /* Header Styles */ /* line 5, sass/layout/_header.scss */ .site-header { background-color: #111113; color: white; padding: 30px 0; margin-bottom: 0px; } /* line 13, sass/layout/_header.scss */ #branding { float: left; } /* line 16, sass/layout/_header.scss */ #branding .branding-copy, #branding .logo { display: inline-block; vertical-align: middle; } /* line 20, sass/layout/_header.scss */ #branding .logo { margin-right: 10px; } /* line 23, sass/layout/_header.scss */ #branding .site-title { margin: 0; font-size: 14px; font-size: 0.875em; font-weight: 600; text-transform: uppercase; line-height: 1; } /* line 30, sass/layout/_header.scss */ #branding .site-title a { color: inherit; } /* line 32, sass/layout/_header.scss */ #branding .site-description { font-size: 12px; font-size: 0.75em; color: #888; font-family: Arial, sans-serif; } /* line 39, sass/layout/_header.scss */ .menu-toggle { background-color: transparent; color: white; padding: 10px 20px; border: none; outline: none; font-size: 20px; font-size: 1.25em; display: none; } @media screen and (max-width: 990px) { /* line 39, sass/layout/_header.scss */ .menu-toggle { display: block; } } @media screen and (min-width: 991px) { /* line 39, sass/layout/_header.scss */ .menu-toggle { display: none !important; } } /* line 51, sass/layout/_header.scss */ .mobile-navigation { clear: both; padding: 50px 20px 0; display: none; } @media screen and (min-width: 991px) { /* line 51, sass/layout/_header.scss */ .mobile-navigation { display: none !important; } } /* line 58, sass/layout/_header.scss */ .mobile-navigation .menu { list-style: none; padding-left: 0; margin: 0; } /* line 64, sass/layout/_header.scss */ .mobile-navigation .menu a { color: white; padding: 10px 20px; display: block; font-family: "Novecento Sans", "Open Sans", sans-serif; border-left: 4px solid transparent; -webkit-transition: .3s ease; transition: .3s ease; text-transform: uppercase; font-weight: 600; font-size: 12px; font-size: 0.75em; } /* line 75, sass/layout/_header.scss */ .mobile-navigation .menu .current-menu-item a, .mobile-navigation .menu .menu-item:hover a { color: #ac8074; border-left: 4px solid #ac8074; } /* line 81, sass/layout/_header.scss */ .main-navigation { float: right; } /* line 84, sass/layout/_header.scss */ .main-navigation .menu { list-style: none; margin: 0; padding: 0; } @media screen and (min-width: 991px) { /* line 84, sass/layout/_header.scss */ .main-navigation .menu { display: block !important; } } @media screen and (max-width: 990px) { /* line 84, sass/layout/_header.scss */ .main-navigation .menu { display: none; } } /* line 93, sass/layout/_header.scss */ .main-navigation .menu-item { display: inline-block; padding: 0 10px; } /* line 97, sass/layout/_header.scss */ .main-navigation .menu-item a { padding: 10px 0; border-bottom: 3px solid transparent; color: white; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 12px; font-size: 0.75em; text-transform: uppercase; font-weight: 600; -webkit-transition: .3s ease; transition: .3s ease; } /* line 109, sass/layout/_header.scss */ .main-navigation .menu-item.current-menu-item a, .main-navigation .menu-item:hover a { border-bottom: 3px solid #ac8074; } /* Sidebar Styles */ /* line 3, sass/layout/_content.scss */ .content .entry-title { font-size: 30px; font-size: 1.875em; line-height: 1.3; font-weight: 600; margin: 0 0 50px; } /* line 10, sass/layout/_content.scss */ .content p { margin-bottom: 40px; } /* line 14, sass/layout/_content.scss */ .content figure { text-align: center; margin-bottom: 40px; } /* line 17, sass/layout/_content.scss */ .content figure img { max-width: 100%; } /* line 22, sass/layout/_content.scss */ .content figure.block img { width: 100%; max-width: 100%; } /* line 30, sass/layout/_content.scss */ .text-center { text-align: center; } /* line 31, sass/layout/_content.scss */ .text-left { text-align: left; } /* line 32, sass/layout/_content.scss */ .text-right { text-align: right; } /* line 35, sass/layout/_content.scss */ .hero img { display: block; max-width: 100%; max-height: 50rem; } /* line 39, sass/layout/_content.scss */ .hero .hero-content { margin-top: 40%; } @media screen and (max-width: 990px) { /* line 39, sass/layout/_content.scss */ .hero .hero-content { margin-top: 0; padding: 50px 0; } } /* line 47, sass/layout/_content.scss */ .hero .hero-title { text-transform: uppercase; font-weight: 600; font-size: 36px; font-size: 2.25em; } /* line 52, sass/layout/_content.scss */ .hero p { font-size: 16px; font-size: 1em; line-height: 1.5; margin-bottom: 30px; } /* Footer Styles */ /* line 5, sass/layout/_footer.scss */ .site-footer { background-color: #111113; padding: 50px 0; text-align: center; } /* line 11, sass/layout/_footer.scss */ .subscribe-form { margin-bottom: 30px; background-color: #0c0c0d; padding: 30px; text-align: left; } /* line 17, sass/layout/_footer.scss */ .subscribe-form form { display: table; width: 100%; } /* line 20, sass/layout/_footer.scss */ .subscribe-form form label, .subscribe-form form .control { display: table-cell; vertical-align: middle; } @media screen and (max-width: 640px) { /* line 20, sass/layout/_footer.scss */ .subscribe-form form label, .subscribe-form form .control { display: block; width: 100%; } } /* line 28, sass/layout/_footer.scss */ .subscribe-form form label { text-align: left; width: 350px; line-height: 1.2; } @media screen and (max-width: 640px) { /* line 28, sass/layout/_footer.scss */ .subscribe-form form label { margin-bottom: 30px; width: 100%; } } /* line 37, sass/layout/_footer.scss */ .subscribe-form form label span { display: block; font-size: 20px; font-size: 1.25em; font-weight: 600; text-transform: uppercase; } /* line 42, sass/layout/_footer.scss */ .subscribe-form form label span:last-child { color: #ac8074; } /* line 46, sass/layout/_footer.scss */ .subscribe-form form input, .subscribe-form form button { vertical-align: middle; outline: none; margin-bottom: 0; -webkit-transition: .3s ease; transition: .3s ease; } /* line 52, sass/layout/_footer.scss */ .subscribe-form form .control { position: relative; } /* line 53, sass/layout/_footer.scss */ .subscribe-form form input { border: 4px solid #28292c; border-right: none; background-color: transparent; padding: 10px 100px 10px 20px; width: 100%; height: 70px; color: #888; } /* line 61, sass/layout/_footer.scss */ .subscribe-form form input:hover, .subscribe-form form input:hover + button, .subscribe-form form input:focus, .subscribe-form form input:focus + button { border-color: #ac8074; } /* line 66, sass/layout/_footer.scss */ .subscribe-form form button { height: 70px; padding: 15px 20px 10px; background-color: transparent; border: 4px solid #28292c; margin-left: -10px; position: absolute; right: 0; top: 0; } /* line 76, sass/layout/_footer.scss */ .subscribe-form form button:focus { border-color: #ac8074; } /* line 83, sass/layout/_footer.scss */ .social-links { margin: 50px 0; } /* line 85, sass/layout/_footer.scss */ .social-links a { color: #ac8074; font-size: 20px; font-size: 1.25em; display: inline-block; padding: 10px; -webkit-transition: .3s ease; transition: .3s ease; } /* line 92, sass/layout/_footer.scss */ .social-links a:hover, .social-links a:focus { color: #c9aca4; } /* line 98, sass/layout/_footer.scss */ .copy { font-size: 14px; font-size: 0.875em; color: #494949; } /*# sourceMappingURL=style.css.map */
style.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* line 61, sass/libs/_normalize.scss */ audio, canvas, video { display: inline-block; } /* line 74, sass/libs/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* line 84, sass/libs/_normalize.scss */ [hidden], template { display: none; } /* line 97, sass/libs/_normalize.scss */ html { background: #fff; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* line 109, sass/libs/_normalize.scss */ html, button, input, select, textarea { font-family: sans-serif; } /* line 119, sass/libs/_normalize.scss */ body { margin: 0; Background-color: black; } /* line 132, sass/libs/_normalize.scss */ a { background: transparent; } /* line 139, sass/libs/_normalize.scss */ a:focus { outline: thin dotted; } /* line 145, sass/libs/_normalize.scss */ a:hover, a:active { outline: 0; } /* line 159, sass/libs/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 164, sass/libs/_normalize.scss */ h2 { font-size: 1.5em; margin: 0.83em 0; } /* line 169, sass/libs/_normalize.scss */ h3 { font-size: 1.17em; margin: 1em 0; } /* line 174, sass/libs/_normalize.scss */ h4 { font-size: 1em; margin: 1.33em 0; } /* line 179, sass/libs/_normalize.scss */ h5 { font-size: 0.83em; margin: 1.67em 0; } /* line 184, sass/libs/_normalize.scss */ h6 { font-size: 0.75em; margin: 2.33em 0; } /* line 192, sass/libs/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 198, sass/libs/_normalize.scss */ b, strong { font-weight: bold; } /* line 211, sass/libs/_normalize.scss */ dfn { font-style: italic; } /* line 217, sass/libs/_normalize.scss */ mark { background: #ff0; color: #000; } /* line 233, sass/libs/_normalize.scss */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* line 246, sass/libs/_normalize.scss */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* line 254, sass/libs/_normalize.scss */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* line 269, sass/libs/_normalize.scss */ q:before, q:after { content: ''; content: none; } /* line 277, sass/libs/_normalize.scss */ small { font-size: 80%; } /* line 284, sass/libs/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 292, sass/libs/_normalize.scss */ sup { top: -0.5em; } /* line 296, sass/libs/_normalize.scss */ sub { bottom: -0.25em; } /* line 348, sass/libs/_normalize.scss */ img { border: 0; } /* line 357, sass/libs/_normalize.scss */ svg:not(:root) { overflow: hidden; } /* line 367, sass/libs/_normalize.scss */ figure { margin: 0; } /* line 384, sass/libs/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 395, sass/libs/_normalize.scss */ legend { border: 0; padding: 0; white-space: normal; } /* line 409, sass/libs/_normalize.scss */ button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; } /* line 424, sass/libs/_normalize.scss */ button, input { line-height: normal; } /* line 434, sass/libs/_normalize.scss */ button, select { text-transform: none; } /* line 447, sass/libs/_normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 460, sass/libs/_normalize.scss */ button[disabled], input[disabled] { cursor: default; } /* line 470, sass/libs/_normalize.scss */ input[type="checkbox"], input[type="radio"] { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } /* line 483, sass/libs/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; box-sizing: content-box; } /* line 493, sass/libs/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 502, sass/libs/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 511, sass/libs/_normalize.scss */ textarea { overflow: auto; vertical-align: top; } /* line 522, sass/libs/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 528, sass/libs/_normalize.scss */ *, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; } /* Global Styles */ /* line 5, sass/libs/_global.scss */ body { font-family: Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: #888; background-color: #161719; } /* line 17, sass/libs/_global.scss */ h1, h2, h3, h4, h5, h6 { margin-top: 0; color: #FFFFFF; font-family: "Novecento Sans", "Open Sans", sans-serif; font-weight: 600; text-transform: uppercase; } /* line 25, sass/libs/_global.scss */ a { text-decoration: none; } /* line 29, sass/libs/_global.scss */ address { font-style: normal; } /* line 31, sass/libs/_global.scss */ p { margin-top: 0; } /* line 33, sass/libs/_global.scss */ .text-center { text-align: center; } /* line 36, sass/libs/_global.scss */ form input:not([type="submit"]), form select, form textarea { border: 2px solid #28292c; padding: 10px 10px 10px 40px; background-position: 10px; background-repeat: no-repeat; display: block; font-family: "Novecento Sans", "Open Sans", sans-serif; margin-bottom: 10px; font-size: 12px; font-size: 0.75em; text-transform: uppercase; width: 100%; outline: none; background-color: transparent; color: inherit; -webkit-transition: .3s ease; transition: .3s ease; } /* line 52, sass/libs/_global.scss */ form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form select:hover, form select:active, form select:focus, form textarea:hover, form textarea:active, form textarea:focus { border-color: #ac8074; } /* line 57, sass/libs/_global.scss */ form input[type="submit"] { padding: 10px 20px; background: transparent; border: 2px solid #ac8074; color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; text-transform: uppercase; font-size: 14px; font-size: 0.875em; outline: none; -webkit-transition: .3s ease; transition: .3s ease; } /* line 68, sass/libs/_global.scss */ form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus { background-color: #ac8074; color: #111113; } /* line 75, sass/libs/_global.scss */ .more-link { padding: 20px 30px 20px 0; background: url(images/arrow.png) no-repeat right center; color: #ac8074; font-size: 14px; font-size: 0.875em; } /* Reusable Components Style */ /* button */ /* line 6, sass/libs/_components.scss */ .button { display: inline-block; padding: 15px 35px; border: 3px solid white; color: white; text-transform: uppercase; font-size: 12px; font-size: 0.75em; font-family: "Novecento Sans", "Open Sans", sans-serif; -webkit-transition: .3s ease; transition: .3s ease; } /* line 16, sass/libs/_components.scss */ .button.invert { background-color: white; color: #ac8074; font-weight: 700; } /* line 22, sass/libs/_components.scss */ .button:hover { border-color: #ac8074; color: #ac8074; } /* fullwidth-block */ /* line 29, sass/libs/_components.scss */ .fullwidth-block { padding: 50px 0 50px; overflow: hidden; } /* Latest News*/ /* line 35, sass/libs/_components.scss */ .latest-news { border: 2px solid #28292c; padding: 30px; } /* line 39, sass/libs/_components.scss */ .latest-news h3 { font-size: 14px; font-size: 0.875em; } /* line 43, sass/libs/_components.scss */ .latest-news ul { list-style: none; padding-left: 0; margin: 0; } /* line 48, sass/libs/_components.scss */ .latest-news ul li { border-bottom: 1px solid #28292c; padding: 10px 0; } /* line 52, sass/libs/_components.scss */ .latest-news ul li:last-child { border-bottom: none; } /* line 55, sass/libs/_components.scss */ .latest-news .entry-title { font-size: 16px; font-size: 1em; font-family: Arial, sans-serif; text-transform: initial; margin-bottom: 0; } /* line 60, sass/libs/_components.scss */ .latest-news .entry-title a { color: #ac8074; -webkit-transition: .3s ease; transition: .3s ease; } /* line 64, sass/libs/_components.scss */ .latest-news .entry-title a:hover { color: #c9aca4; } /* line 69, sass/libs/_components.scss */ .latest-news .date { font-size: 14px; font-size: 0.875em; } /* feature */ /* line 75, sass/libs/_components.scss */ .feature { margin-bottom: 50px; position: relative; } /* line 79, sass/libs/_components.scss */ .feature header { margin-bottom: 30px; } /* line 82, sass/libs/_components.scss */ .feature header .feature-icon, .feature header .feature-title-copy { display: inline-block; vertical-align: top; } /* line 86, sass/libs/_components.scss */ .feature header .feature-icon { margin-right: 20px; } /* line 88, sass/libs/_components.scss */ .feature header .feature-title { font-size: 24px; font-size: 1.5em; color: white; margin-bottom: 0; line-height: 1; } /* line 94, sass/libs/_components.scss */ .feature header .feature-subtitle { font-size: 12px; font-size: 0.75em; color: #888; text-transform: uppercase; } /* line 101, sass/libs/_components.scss */ .feature-grid .feature { background: #111113; margin-bottom: 0; padding: 50px 30px !important; text-align: center; } /* line 109, sass/libs/_components.scss */ .feature-grid .feature:nth-child(even) { background-color: #242424; } /* line 112, sass/libs/_components.scss */ .feature-grid .feature .feature-image { margin-bottom: 20px; } /* line 113, sass/libs/_components.scss */ .feature-grid .feature .feature-title { font-size: 36px; font-size: 2.25em; margin-bottom: 10px; color: white; text-transform: uppercase; } /* line 119, sass/libs/_components.scss */ .feature-grid .feature p { margin-bottom: 0; } /* line 122, sass/libs/_components.scss */ .feature.boxed { padding: 30px; background-color: #111113; margin-bottom: 30px; } /* line 127, sass/libs/_components.scss */ .feature.boxed p { margin-bottom: 0; } /* line 131, sass/libs/_components.scss */ .quote-section { margin: 30px 0; padding: 50px 100px; border: 3px solid #28292c; } @media screen and (max-width: 640px) { /* line 131, sass/libs/_components.scss */ .quote-section { padding: 30px; } } /* line 142, sass/libs/_components.scss */ .quote-slider .slides { *zoom: 1; list-style: none; padding: 0; margin: 0; } /* line 4, sass/libs/_mixins.scss */ .quote-slider .slides:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 148, sass/libs/_components.scss */ .quote-slider .slides li { width: 100%; margin-right: -100%; float: left; padding-left: 200px; position: relative; } @media screen and (max-width: 640px) { /* line 148, sass/libs/_components.scss */ .quote-slider .slides li { padding: 0; } } /* line 159, sass/libs/_components.scss */ .quote-slider .slides blockquote { margin: 0; } /* line 162, sass/libs/_components.scss */ .quote-slider .slides .quote-avatar { position: absolute; left: 0; top: 0; } @media screen and (max-width: 640px) { /* line 162, sass/libs/_components.scss */ .quote-slider .slides .quote-avatar { position: relative; margin: 0 auto 30px; } } /* line 171, sass/libs/_components.scss */ .quote-slider .slides p { font-size: 18px; font-size: 1.125em; line-height: 1.6; } /* line 175, sass/libs/_components.scss */ .quote-slider .slides cite, .quote-slider .slides span { font-size: 12px; font-size: 0.75em; font-weight: 500; } /* line 179, sass/libs/_components.scss */ .quote-slider .slides cite { font-style: normal; text-transform: uppercase; font-family: "Novecento Sans", "Open Sans", sans-serif; } /* line 184, sass/libs/_components.scss */ .quote-slider .slides span { color: #4c4c4c; text-transform: uppercase; } /* line 190, sass/libs/_components.scss */ .quote-slider .flex-control-paging { margin-left: 200px; list-style: none; padding-left: 0; } @media screen and (max-width: 640px) { /* line 190, sass/libs/_components.scss */ .quote-slider .flex-control-paging { margin-left: 0; } } /* line 198, sass/libs/_components.scss */ .quote-slider .flex-control-paging li { display: inline-block; margin-right: 10px; text-align: center; position: relative; /* a{ display: block; position: absolute; top:0; bottom:0; left:0; right:0; margin: auto; width: 10px; height: 10px; overflow: hidden; text-indent: -9999px; cursor: pointer; } */ } /* line 206, sass/libs/_components.scss */ .quote-slider .flex-control-paging li a { display: block; width: 15px; height: 15px; border: 2px solid #111113; overflow: hiddne; text-indent: -9999px; box-shadow: 0 0 0 2px #4c4c4c; cursor: pointer; } /* line 216, sass/libs/_components.scss */ .quote-slider .flex-control-paging li a.flex-active { background: #ac8074; box-shadow: 0 0 0 2px #ac8074; } /* Timeline */ /* line 242, sass/libs/_components.scss */ .timeline { border-top: 3px solid #28292c; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .timeline:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } @media screen and (max-width: 640px) { /* line 242, sass/libs/_components.scss */ .timeline { margin-left: 30px; border-top: 0; border-left: 3px solid #28292c; } } /* line 252, sass/libs/_components.scss */ .timeline .milestone { width: 25%; padding: 30px 15px 0; float: left; text-align: center; position: relative; } /* line 260, sass/libs/_components.scss */ .timeline .milestone:before { content: " "; width: 29px; height: 29px; background: url(images/bullet.png) no-repeat; display: block; position: absolute; top: -15px; left: 0; right: 0; margin: auto; } @media screen and (max-width: 640px) { /* line 252, sass/libs/_components.scss */ .timeline .milestone { padding: 0 0 15px 30px; text-align: left; float: none; width: 100%; } /* line 280, sass/libs/_components.scss */ .timeline .milestone:before { left: -15px; right: auto; top: 0; bottom: 0; margin: 0; } } /* line 289, sass/libs/_components.scss */ .timeline .milestone .year { color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 24px; font-size: 1.5em; margin-bottom: 20px; } /* line 295, sass/libs/_components.scss */ .timeline .milestone .milestone-title { color: white; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 14px; font-size: 0.875em; } /* line 303, sass/libs/_components.scss */ .cta { border: 3px solid #28292c; padding: 50px; text-align: center; font-size: 24px; font-size: 1.5em; text-transform: uppercase; } /* line 311, sass/libs/_components.scss */ .cta a { color: #ac8074; } /* Counter */ /* line 314, sass/libs/_components.scss */ .counter { border: 2px solid #28292c; padding: 30px 100px; font-family: "Novecento Sans", "Open Sans", sans-serif; } @media screen and (max-width: 640px) { /* line 314, sass/libs/_components.scss */ .counter { padding: 30px; } } /* line 321, sass/libs/_components.scss */ .counter .num, .counter .copy { display: inline-block; vertical-align: middle; } /* line 325, sass/libs/_components.scss */ .counter .num { font-size: 200px; font-size: 12.5em; color: #ac8074; font-weight: 600; line-height: .8; margin: 0 30px 0 0; position: relative; top: -20px; } @media screen and (max-width: 640px) { /* line 325, sass/libs/_components.scss */ .counter .num { font-size: 150px; font-size: 9.375em; } } /* line 336, sass/libs/_components.scss */ .counter .copy { font-size: 36px; font-size: 2.25em; text-transform: uppercase; font-weight: 600; line-height: 1; } /* line 341, sass/libs/_components.scss */ .counter .copy span { display: block; } /* line 343, sass/libs/_components.scss */ .counter .copy span:first-child { color: #ac8074; } /* Team */ /* line 349, sass/libs/_components.scss */ .team { text-align: center !important; margin-bottom: 30px; width: 100%; padding: 0 15px; } @media screen and (max-width: 990px) { /* line 349, sass/libs/_components.scss */ .team { width: 100%; } } @media screen and (max-width: 480px) { /* line 349, sass/libs/_components.scss */ .team { width: 100%; } } /* line 359, sass/libs/_components.scss */ .team .team-image { overflow: hidden; text-align: center !important; border-radius: 50%; margin-bottom: 20px; width: 250px; height: 250px; display: inline-block; } /* line 367, sass/libs/_components.scss */ .team .team-image img { display: block; } /* line 371, sass/libs/_components.scss */ .team .team-name { font-size: 24px; font-size: 1.5em; color: white; text-transform: uppercase; margin-bottom: 0; font-family: "Novecento Sans", "Open Sans", sans-serif; } /* line 378, sass/libs/_components.scss */ .team .team-desc { font-size: 14px; font-size: 0.875em; text-transform: uppercase; color: #ac8074; font-family: "Novecento Sans", "Open Sans", sans-serif; font-weight: 600; margin-bottom: 20px; display: block; } /* line 387, sass/libs/_components.scss */ .team p { font-size: 1em !important; } /* line 395, sass/libs/_components.scss */ .contact-form { margin-bottom: 50px; } /* line 398, sass/libs/_components.scss */ .contact-form #name { background-image: url("images/icon-user.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 398, sass/libs/_components.scss */ .contact-form #name { background-image: url("images/icon-user@2x.png"); background-size: 16px 18px; } } /* line 399, sass/libs/_components.scss */ .contact-form #email { background-image: url("images/icon-envelope-alt.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 399, sass/libs/_components.scss */ .contact-form #email { background-image: url("images/icon-envelope-alt@2x.png"); background-size: 16px 11px; } } /* line 400, sass/libs/_components.scss */ .contact-form #website { background-image: url("images/icon-globe.png"); } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 400, sass/libs/_components.scss */ .contact-form #website { background-image: url("images/icon-globe@2x.png"); background-size: 16px 16px; } } /* line 401, sass/libs/_components.scss */ .contact-form #message { background-image: url("images/icon-pencil.png"); background-position: 10px 10px; min-height: 200px; } @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { /* line 401, sass/libs/_components.scss */ .contact-form #message { background-image: url("images/icon-pencil@2x.png"); background-size: 16px 17px; } } /* line 408, sass/libs/_components.scss */ .map { min-height: 350px; margin-bottom: 30px; } /* line 414, sass/libs/_components.scss */ .contact-info strong { color: white; text-transform: uppercase; font-size: 14px; font-size: 0.875em; font-family: "Novecento Sans", "Open Sans", sans-serif; display: block; margin-bottom: 10px; } /* line 423, sass/libs/_components.scss */ .contact-info .contact a { display: block; color: inherit; } /* line 428, sass/libs/_components.scss */ .contact-info p { font-size: 14px; font-size: 0.875em; } /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .container:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } @media (min-width: 768px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 750px; } } @media (min-width: 992px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 970px; } } @media (min-width: 1200px) { /* line 10, sass/libs/bootstrap-grid/_grid.scss */ .container { width: 1170px; } } /* line 30, sass/libs/bootstrap-grid/_grid.scss */ .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .container-fluid:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 39, sass/libs/bootstrap-grid/_grid.scss */ .row { margin-left: -15px; margin-right: -15px; *zoom: 1; } /* line 4, sass/libs/_mixins.scss */ .row:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; } /* line 11, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .feature-grid .feature, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .feature-grid .feature, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .feature-grid .feature, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-6, .feature-grid .feature { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .feature-grid .feature, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-4, .feature-grid .feature { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { /* line 27, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-1 { width: 8.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-2 { width: 16.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-3 { width: 25%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-4 { width: 33.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-5 { width: 41.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-6 { width: 50%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-7 { width: 58.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-8 { width: 66.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-9 { width: 75%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-10 { width: 83.33333%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-11 { width: 91.66667%; } /* line 35, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-12 { width: 100%; } /* line 55, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-0 { right: auto; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-1 { right: 8.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-2 { right: 16.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-3 { right: 25%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-4 { right: 33.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-5 { right: 41.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-6 { right: 50%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-7 { right: 58.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-8 { right: 66.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-9 { right: 75%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-10 { right: 83.33333%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-11 { right: 91.66667%; } /* line 50, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-pull-12 { right: 100%; } /* line 45, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-0 { left: auto; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-1 { left: 8.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-2 { left: 16.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-3 { left: 25%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-4 { left: 33.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-5 { left: 41.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-6 { left: 50%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-7 { left: 58.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-8 { left: 66.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-9 { left: 75%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-10 { left: 83.33333%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-11 { left: 91.66667%; } /* line 40, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-push-12 { left: 100%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-0 { margin-left: 0%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-1 { margin-left: 8.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-2 { margin-left: 16.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-4 { margin-left: 33.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-5 { margin-left: 41.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-7 { margin-left: 58.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-8 { margin-left: 66.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-10 { margin-left: 83.33333%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-11 { margin-left: 91.66667%; } /* line 60, sass/libs/bootstrap-grid/_mixins.scss */ .col-lg-offset-12 { margin-left: 100%; } } @-ms-viewport { width: device-width; } /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } /* line 132, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-xs { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-xs { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { /* line 150, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-block { display: block !important; } } @media (max-width: 767px) { /* line 155, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { /* line 160, sass/libs/bootstrap-grid/_grid.scss */ .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-sm { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-sm { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 169, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 174, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 179, sass/libs/bootstrap-grid/_grid.scss */ .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-md { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-md { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-md { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 188, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 193, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 198, sass/libs/bootstrap-grid/_grid.scss */ .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-lg { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-lg { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { /* line 207, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { /* line 212, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { /* line 217, sass/libs/bootstrap-grid/_grid.scss */ .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-lg { display: none !important; } } /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .visible-print { display: none !important; } @media print { /* line 114, sass/libs/bootstrap-grid/_grid.scss */ .visible-print { display: block !important; } /* line 117, sass/libs/bootstrap-grid/_grid.scss */ table.visible-print { display: table; } /* line 118, sass/libs/bootstrap-grid/_grid.scss */ tr.visible-print { display: table-row !important; } /* line 119, sass/libs/bootstrap-grid/_grid.scss */ th.visible-print, td.visible-print { display: table-cell !important; } } /* line 251, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-block { display: none !important; } @media print { /* line 251, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-block { display: block !important; } } /* line 258, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline { display: none !important; } @media print { /* line 258, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline { display: inline !important; } } /* line 265, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline-block { display: none !important; } @media print { /* line 265, sass/libs/bootstrap-grid/_grid.scss */ .visible-print-inline-block { display: inline-block !important; } } @media print { /* line 125, sass/libs/bootstrap-grid/_grid.scss */ .hidden-print { display: none !important; } } /* Header Styles */ /* line 5, sass/layout/_header.scss */ .site-header { background-color: #111113; color: white; padding: 30px 0; margin-bottom: 0px; } /* line 13, sass/layout/_header.scss */ #branding { float: left; } /* line 16, sass/layout/_header.scss */ #branding .branding-copy, #branding .logo { display: inline-block; vertical-align: middle; } /* line 20, sass/layout/_header.scss */ #branding .logo { margin-right: 10px; } /* line 23, sass/layout/_header.scss */ #branding .site-title { margin: 0; font-size: 14px; font-size: 0.875em; font-weight: 600; text-transform: uppercase; line-height: 1; } /* line 30, sass/layout/_header.scss */ #branding .site-title a { color: inherit; } /* line 32, sass/layout/_header.scss */ #branding .site-description { font-size: 12px; font-size: 0.75em; color: #888; font-family: Arial, sans-serif; } /* line 39, sass/layout/_header.scss */ .menu-toggle { background-color: transparent; color: white; padding: 10px 20px; border: none; outline: none; font-size: 20px; font-size: 1.25em; display: none; } @media screen and (max-width: 990px) { /* line 39, sass/layout/_header.scss */ .menu-toggle { display: block; } } @media screen and (min-width: 991px) { /* line 39, sass/layout/_header.scss */ .menu-toggle { display: none !important; } } /* line 51, sass/layout/_header.scss */ .mobile-navigation { clear: both; padding: 50px 20px 0; display: none; } @media screen and (min-width: 991px) { /* line 51, sass/layout/_header.scss */ .mobile-navigation { display: none !important; } } /* line 58, sass/layout/_header.scss */ .mobile-navigation .menu { list-style: none; padding-left: 0; margin: 0; } /* line 64, sass/layout/_header.scss */ .mobile-navigation .menu a { color: white; padding: 10px 20px; display: block; font-family: "Novecento Sans", "Open Sans", sans-serif; border-left: 4px solid transparent; -webkit-transition: .3s ease; transition: .3s ease; text-transform: uppercase; font-weight: 600; font-size: 12px; font-size: 0.75em; } /* line 75, sass/layout/_header.scss */ .mobile-navigation .menu .current-menu-item a, .mobile-navigation .menu .menu-item:hover a { color: #ac8074; border-left: 4px solid #ac8074; } /* line 81, sass/layout/_header.scss */ .main-navigation { float: right; } /* line 84, sass/layout/_header.scss */ .main-navigation .menu { list-style: none; margin: 0; padding: 0; } @media screen and (min-width: 991px) { /* line 84, sass/layout/_header.scss */ .main-navigation .menu { display: block !important; } } @media screen and (max-width: 990px) { /* line 84, sass/layout/_header.scss */ .main-navigation .menu { display: none; } } /* line 93, sass/layout/_header.scss */ .main-navigation .menu-item { display: inline-block; padding: 0 10px; } /* line 97, sass/layout/_header.scss */ .main-navigation .menu-item a { padding: 10px 0; border-bottom: 3px solid transparent; color: white; font-family: "Novecento Sans", "Open Sans", sans-serif; font-size: 12px; font-size: 0.75em; text-transform: uppercase; font-weight: 600; -webkit-transition: .3s ease; transition: .3s ease; } /* line 109, sass/layout/_header.scss */ .main-navigation .menu-item.current-menu-item a, .main-navigation .menu-item:hover a { border-bottom: 3px solid #ac8074; } /* Sidebar Styles */ /* line 3, sass/layout/_content.scss */ .content .entry-title { font-size: 30px; font-size: 1.875em; line-height: 1.3; font-weight: 600; margin: 0 0 50px; } /* line 10, sass/layout/_content.scss */ .content p { margin-bottom: 40px; } /* line 14, sass/layout/_content.scss */ .content figure { text-align: center; margin-bottom: 40px; } /* line 17, sass/layout/_content.scss */ .content figure img { max-width: 100%; } /* line 22, sass/layout/_content.scss */ .content figure.block img { width: 100%; max-width: 100%; } /* line 30, sass/layout/_content.scss */ .text-center { text-align: center; } /* line 31, sass/layout/_content.scss */ .text-left { text-align: left; } /* line 32, sass/layout/_content.scss */ .text-right { text-align: right; } /* line 35, sass/layout/_content.scss */ .hero img { display: block; max-width: 100%; max-height: 50rem; } /* line 39, sass/layout/_content.scss */ .hero .hero-content { margin-top: 40%; } @media screen and (max-width: 990px) { /* line 39, sass/layout/_content.scss */ .hero .hero-content { margin-top: 0; padding: 50px 0; } } /* line 47, sass/layout/_content.scss */ .hero .hero-title { text-transform: uppercase; font-weight: 600; font-size: 36px; font-size: 2.25em; } /* line 52, sass/layout/_content.scss */ .hero p { font-size: 16px; font-size: 1em; line-height: 1.5; margin-bottom: 30px; } /* Footer Styles */ /* line 5, sass/layout/_footer.scss */ .site-footer { background-color: #111113; padding: 50px 0; text-align: center; } /* line 11, sass/layout/_footer.scss */ .subscribe-form { margin-bottom: 30px; background-color: #0c0c0d; padding: 30px; text-align: left; } /* line 17, sass/layout/_footer.scss */ .subscribe-form form { display: table; width: 100%; } /* line 20, sass/layout/_footer.scss */ .subscribe-form form label, .subscribe-form form .control { display: table-cell; vertical-align: middle; } @media screen and (max-width: 640px) { /* line 20, sass/layout/_footer.scss */ .subscribe-form form label, .subscribe-form form .control { display: block; width: 100%; } } /* line 28, sass/layout/_footer.scss */ .subscribe-form form label { text-align: left; width: 350px; line-height: 1.2; } @media screen and (max-width: 640px) { /* line 28, sass/layout/_footer.scss */ .subscribe-form form label { margin-bottom: 30px; width: 100%; } } /* line 37, sass/layout/_footer.scss */ .subscribe-form form label span { display: block; font-size: 20px; font-size: 1.25em; font-weight: 600; text-transform: uppercase; } /* line 42, sass/layout/_footer.scss */ .subscribe-form form label span:last-child { color: #ac8074; } /* line 46, sass/layout/_footer.scss */ .subscribe-form form input, .subscribe-form form button { vertical-align: middle; outline: none; margin-bottom: 0; -webkit-transition: .3s ease; transition: .3s ease; } /* line 52, sass/layout/_footer.scss */ .subscribe-form form .control { position: relative; } /* line 53, sass/layout/_footer.scss */ .subscribe-form form input { border: 4px solid #28292c; border-right: none; background-color: transparent; padding: 10px 100px 10px 20px; width: 100%; height: 70px; color: #888; } /* line 61, sass/layout/_footer.scss */ .subscribe-form form input:hover, .subscribe-form form input:hover + button, .subscribe-form form input:focus, .subscribe-form form input:focus + button { border-color: #ac8074; } /* line 66, sass/layout/_footer.scss */ .subscribe-form form button { height: 70px; padding: 15px 20px 10px; background-color: transparent; border: 4px solid #28292c; margin-left: -10px; position: absolute; right: 0; top: 0; } /* line 76, sass/layout/_footer.scss */ .subscribe-form form button:focus { border-color: #ac8074; } /* line 83, sass/layout/_footer.scss */ .social-links { margin: 50px 0; } /* line 85, sass/layout/_footer.scss */ .social-links a { color: #ac8074; font-size: 20px; font-size: 1.25em; display: inline-block; padding: 10px; -webkit-transition: .3s ease; transition: .3s ease; } /* line 92, sass/layout/_footer.scss */ .social-links a:hover, .social-links a:focus { color: #c9aca4; } /* line 98, sass/layout/_footer.scss */ .copy { font-size: 14px; font-size: 0.875em; color: #494949; } /*# sourceMappingURL=style.css.map */
0.29088
0.075075
#menu .first a { margin: 0 0 0 -2px; } /* Page */ #page { background: /*#1777B1*/#0AA9FD; width: 730px; margin: 0 auto 20px auto; padding: /*10px 0 15px*/10px 5px 15px 5px; border: 2px; border-bottom: 1px solid #4AF4FE; margin-bottom: 20px; clear: both; } /* Dzwonki */ .dzwonki { text-align: center; } .lekcja { font-size: 21px; padding: 0px; margin: 5px 0; } .przerwa { font-size: 16px; padding: 0px; margin-left: 45px; } /* Autobusy */ .autobusy table { width: 485px; } .autobusy .alert { margin-bottom: 10px; line-height: 130%; } #szkolny { border: 1px solid #4AF4FE; border-collapse: collapse; margin: auto; text-align: center; } #szkolny thead { font-size: 15px; } #szkolny thead th { border: 1px solid #4AF4FE; } #szkolny .przed, #szkolny .po { width: 50%; border: 1px solid #4AF4FE; } #dziewiec, #cztery, #szesc { border: 1px solid #4AF4FE; margin: 20px auto 0px auto; text-align: center; } #dziewiec th, #dziewiec td, #cztery th, #cztery td, #szesc th, #szesc td { border: 1px solid #4AF4FE; } /* Mapy */ .mapy { list-style-type: square; } .mapy li { padding: 0; } /* Filmy i Muzyka */ .filmy_muzyka { margin: auto; } .filmy_muzyka td, .filmy_muzyka th { border: 1px solid #4AF4FE; } .play { text-align: center; } /* Dowcipy */ .dowcip { margin-bottom: 40px; } .akapit_dowcipu { margin: 0; } /* Linki */ #linki { list-style-type: square; } .linki { width: 173px; margin: auto; } #linki a { text-decoration: none; } /* Nauczyciele */ .nauczyciele { list-style-type: square } /* Downloads */ #google_chrome { font-style: italic; } /*.downloads { height: 198px; } wylaczone do czasu pojawienia sie 3 pozycji */ .program, .pobierz { float: left; } .program { width: 680px } .pobierz { height: 88px; } .pobierz img { margin-top: 12px; } /* Gry */ #gry { float: left; margin-left: 107px; } #gry ul { list-style-type: disc; } #polecane { float: right; margin-right: 107px; } #polecane ul { list-style-type: circle; } #gry ul li a, #polecane ul li a { text-decoration: none; } /* Plan Lekcji */ .plan_lekcji th, .plan_lekcji td { border: 2px solid #4AF4FE; } .plan_lekcji { border: 1px solid #4AF4FE; margin-left: auto; margin-right: auto; margin-bottom: 20px; text-align: center; font-size: 12px; } .plan_lekcji thead{ font-size: 14px; } /* Uczniowie */ #wychowawca { list-style-type: none; padding-left: 23px; }
Strona 2c/arkusz_planlekcji_dzwonki_autobusy_planbudy_dopobrania_linki_dowcipy_muza_filmy_mapy_gry.css
#menu .first a { margin: 0 0 0 -2px; } /* Page */ #page { background: /*#1777B1*/#0AA9FD; width: 730px; margin: 0 auto 20px auto; padding: /*10px 0 15px*/10px 5px 15px 5px; border: 2px; border-bottom: 1px solid #4AF4FE; margin-bottom: 20px; clear: both; } /* Dzwonki */ .dzwonki { text-align: center; } .lekcja { font-size: 21px; padding: 0px; margin: 5px 0; } .przerwa { font-size: 16px; padding: 0px; margin-left: 45px; } /* Autobusy */ .autobusy table { width: 485px; } .autobusy .alert { margin-bottom: 10px; line-height: 130%; } #szkolny { border: 1px solid #4AF4FE; border-collapse: collapse; margin: auto; text-align: center; } #szkolny thead { font-size: 15px; } #szkolny thead th { border: 1px solid #4AF4FE; } #szkolny .przed, #szkolny .po { width: 50%; border: 1px solid #4AF4FE; } #dziewiec, #cztery, #szesc { border: 1px solid #4AF4FE; margin: 20px auto 0px auto; text-align: center; } #dziewiec th, #dziewiec td, #cztery th, #cztery td, #szesc th, #szesc td { border: 1px solid #4AF4FE; } /* Mapy */ .mapy { list-style-type: square; } .mapy li { padding: 0; } /* Filmy i Muzyka */ .filmy_muzyka { margin: auto; } .filmy_muzyka td, .filmy_muzyka th { border: 1px solid #4AF4FE; } .play { text-align: center; } /* Dowcipy */ .dowcip { margin-bottom: 40px; } .akapit_dowcipu { margin: 0; } /* Linki */ #linki { list-style-type: square; } .linki { width: 173px; margin: auto; } #linki a { text-decoration: none; } /* Nauczyciele */ .nauczyciele { list-style-type: square } /* Downloads */ #google_chrome { font-style: italic; } /*.downloads { height: 198px; } wylaczone do czasu pojawienia sie 3 pozycji */ .program, .pobierz { float: left; } .program { width: 680px } .pobierz { height: 88px; } .pobierz img { margin-top: 12px; } /* Gry */ #gry { float: left; margin-left: 107px; } #gry ul { list-style-type: disc; } #polecane { float: right; margin-right: 107px; } #polecane ul { list-style-type: circle; } #gry ul li a, #polecane ul li a { text-decoration: none; } /* Plan Lekcji */ .plan_lekcji th, .plan_lekcji td { border: 2px solid #4AF4FE; } .plan_lekcji { border: 1px solid #4AF4FE; margin-left: auto; margin-right: auto; margin-bottom: 20px; text-align: center; font-size: 12px; } .plan_lekcji thead{ font-size: 14px; } /* Uczniowie */ #wychowawca { list-style-type: none; padding-left: 23px; }
0.193719
0.07363
.theme-popover-mask { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); display: none; } /* line 14, ../../../sass/mb/common/alert_login.scss */ .theme-popover { z-index: 9999; position: fixed; top: 15%; left: 10%; width: 80%; height: 380px; margin: 0 auto; border-radius: 5px; border: solid 2px #666; background-color: #fff; display: none; box-shadow: 0 0 10px #666; } /* line 29, ../../../sass/mb/common/alert_login.scss */ .theme-poptit { border-bottom: 1px solid #ddd; padding: 6px; position: relative; } /* line 35, ../../../sass/mb/common/alert_login.scss */ .theme-popbod { padding: 60px 15px; color: #444; height: 148px; } /* line 41, ../../../sass/mb/common/alert_login.scss */ .dform { padding: 80px 30px 40px 10px; text-align: center; } /* line 46, ../../../sass/mb/common/alert_login.scss */ .theme-signin { margin: -80px -20px -50px -40px; text-align: left; font-size: 14px; } /* line 53, ../../../sass/mb/common/alert_login.scss */ .login_form li { list-style: none; } /* line 56, ../../../sass/mb/common/alert_login.scss */ .login_form li button { margin: 3px 10px; background-color: #007aff; color: #fff; width: 80px; font-size: 18px; } /* line 64, ../../../sass/mb/common/alert_login.scss */ .login_form li a { margin-top: 15px; display: inline-block; } /* line 72, ../../../sass/mb/common/alert_login.scss */ .ipt { border: solid 1px #d2d2d2; border-left-color: #ccc; border-top-color: #ccc; border-radius: 2px; box-shadow: inset 0 1px 0 #f8f8f8; background-color: #fff; height: 21px; line-height: 21px; color: #555; width: 180px; vertical-align: baseline; } /* line 86, ../../../sass/mb/common/alert_login.scss */ .theme-popover-mask { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); display: none; } /* line 99, ../../../sass/mb/common/alert_login.scss */ .close { float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #000000; text-shadow: 0 1px 0 #000; opacity: 0.6; } /* line 109, ../../../sass/mb/common/alert_login.scss */ #info { margin-top: 15px; text-align: left; font-size: 20px; font-weight: bold; color: #f00; }
Public/css/mb/common/alert_login.css
.theme-popover-mask { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); display: none; } /* line 14, ../../../sass/mb/common/alert_login.scss */ .theme-popover { z-index: 9999; position: fixed; top: 15%; left: 10%; width: 80%; height: 380px; margin: 0 auto; border-radius: 5px; border: solid 2px #666; background-color: #fff; display: none; box-shadow: 0 0 10px #666; } /* line 29, ../../../sass/mb/common/alert_login.scss */ .theme-poptit { border-bottom: 1px solid #ddd; padding: 6px; position: relative; } /* line 35, ../../../sass/mb/common/alert_login.scss */ .theme-popbod { padding: 60px 15px; color: #444; height: 148px; } /* line 41, ../../../sass/mb/common/alert_login.scss */ .dform { padding: 80px 30px 40px 10px; text-align: center; } /* line 46, ../../../sass/mb/common/alert_login.scss */ .theme-signin { margin: -80px -20px -50px -40px; text-align: left; font-size: 14px; } /* line 53, ../../../sass/mb/common/alert_login.scss */ .login_form li { list-style: none; } /* line 56, ../../../sass/mb/common/alert_login.scss */ .login_form li button { margin: 3px 10px; background-color: #007aff; color: #fff; width: 80px; font-size: 18px; } /* line 64, ../../../sass/mb/common/alert_login.scss */ .login_form li a { margin-top: 15px; display: inline-block; } /* line 72, ../../../sass/mb/common/alert_login.scss */ .ipt { border: solid 1px #d2d2d2; border-left-color: #ccc; border-top-color: #ccc; border-radius: 2px; box-shadow: inset 0 1px 0 #f8f8f8; background-color: #fff; height: 21px; line-height: 21px; color: #555; width: 180px; vertical-align: baseline; } /* line 86, ../../../sass/mb/common/alert_login.scss */ .theme-popover-mask { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); display: none; } /* line 99, ../../../sass/mb/common/alert_login.scss */ .close { float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #000000; text-shadow: 0 1px 0 #000; opacity: 0.6; } /* line 109, ../../../sass/mb/common/alert_login.scss */ #info { margin-top: 15px; text-align: left; font-size: 20px; font-weight: bold; color: #f00; }
0.232136
0.052546
body { background: url(../images/backgrounds/bodyBg.png) repeat #fff; font-size: 12px; } #content{ background: none; } img.logo { width: 30px; } #header h1 a { display: block; color: #FFF; font-size: 20px; } #header { background-color: #ffc107; margin-top: 10px; } #user-nav > ul > li { background: transparent; border-left: 1px solid #151f80; } #sidebar { background: #1f1f1f; } #sidebar > ul > li { border-right: 1px solid #353535; } #sidebar > ul li ul { background: #1f1f1f; } #sidebar > ul li ul li a { white-space: nowrap; } #sidebar > ul li ul li:hover a { background-color: #1d278c; } #sidebar > ul > li:hover { background-color: #1d278c; } #footer{ display: none; } .widget-box-header { margin-top: -21px; margin-bottom: 40px; margin-left: -20px; margin-right: -20px; } #search button { margin-top: -12px; padding: 8px 10px 9px; background-color: #e29301; } table tr th, .table th{ text-align:left; } /*table tr td:first-child, table tr th:first-child{ text-align: right; }*/ label, input, button, select, textarea { font-size: 12px; } .sweet-alert button { font-size: 13px; } .sweet-alert p { font-size: 14px; } .sweet-alert h2 { font-size: 26px; margin: 25px 0 0px; line-height: 34px; } a.btn.btn-mini.btn-success.btn-tambah { margin: -5px; } .alert { margin-bottom: 1px; } .textaja { padding: 5px 0; } .btn { font-size: 12px; } .dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a { background: #1f6ecb !important; color: #ffffff !important; cursor: default !important; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { font-size: 12px; } .dataTables_filter input { margin-bottom: 0; margin-left: 10px; padding: 0px 6px 1px; } .dataTables_length select { padding: 2px 5px; margin: 0; height: 24px; width: 60px; } .btn-export { margin: -5px 0 -5px 0; }
assets/admin/css/kodeaceh.css
body { background: url(../images/backgrounds/bodyBg.png) repeat #fff; font-size: 12px; } #content{ background: none; } img.logo { width: 30px; } #header h1 a { display: block; color: #FFF; font-size: 20px; } #header { background-color: #ffc107; margin-top: 10px; } #user-nav > ul > li { background: transparent; border-left: 1px solid #151f80; } #sidebar { background: #1f1f1f; } #sidebar > ul > li { border-right: 1px solid #353535; } #sidebar > ul li ul { background: #1f1f1f; } #sidebar > ul li ul li a { white-space: nowrap; } #sidebar > ul li ul li:hover a { background-color: #1d278c; } #sidebar > ul > li:hover { background-color: #1d278c; } #footer{ display: none; } .widget-box-header { margin-top: -21px; margin-bottom: 40px; margin-left: -20px; margin-right: -20px; } #search button { margin-top: -12px; padding: 8px 10px 9px; background-color: #e29301; } table tr th, .table th{ text-align:left; } /*table tr td:first-child, table tr th:first-child{ text-align: right; }*/ label, input, button, select, textarea { font-size: 12px; } .sweet-alert button { font-size: 13px; } .sweet-alert p { font-size: 14px; } .sweet-alert h2 { font-size: 26px; margin: 25px 0 0px; line-height: 34px; } a.btn.btn-mini.btn-success.btn-tambah { margin: -5px; } .alert { margin-bottom: 1px; } .textaja { padding: 5px 0; } .btn { font-size: 12px; } .dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a { background: #1f6ecb !important; color: #ffffff !important; cursor: default !important; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { font-size: 12px; } .dataTables_filter input { margin-bottom: 0; margin-left: 10px; padding: 0px 6px 1px; } .dataTables_length select { padding: 2px 5px; margin: 0; height: 24px; width: 60px; } .btn-export { margin: -5px 0 -5px 0; }
0.327346
0.11004
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-size: 1rem; font-weight: 400; line-height: 1.5; color: #292929; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #a9a9a9; border-radius: 0.25rem; max-width: 100%; height: auto; } .container, .container-lg, .container-md, .container-sm { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @media (min-width: 1400px) { .container-lg, .container-md, .container-sm, .container { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); } .col { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } .col-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; } .col-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; } .col-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; } .col-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } @media (min-width: 576px) { .col-sm { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-sm-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-sm-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-sm-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-sm-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-sm-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-sm-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-sm-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-sm-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 768px) { .col-md { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-md-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-md-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-md-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-md-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-md-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-md-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-md-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-md-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 992px) { .col-lg { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-lg-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-lg-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-lg-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-lg-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-lg-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-lg-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-lg-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-lg-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 1200px) { .col-xl-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xl-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-xl-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-xl-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xl-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-xl-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-xl-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xl-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #292929; text-align: center; text-decoration: none; vertical-align: middle; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn-primary { color: #000; background-color: #54b689; border-color: #54b689; } .btn-primary:hover { color: #000; background-color: #6ec19b; border-color: #65bd95; } .collapse:not(.show) { display: none; } .nav { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; text-decoration: none; } .navbar { position: relative; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg { display: -webkit-flex; display: flex; -webkit-flex-wrap: inherit; flex-wrap: inherit; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; } .navbar-nav { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-collapse { -webkit-flex-basis: 100%; flex-basis: 100%; -webkit-flex-grow: 1; flex-grow: 1; -webkit-align-items: center; align-items: center; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } @media (min-width: 576px) { .navbar-expand-sm { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -webkit-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-collapse { display: -webkit-flex !important; display: flex !important; -webkit-flex-basis: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (min-width: 768px) { .navbar-expand-md { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -webkit-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-collapse { display: -webkit-flex !important; display: flex !important; -webkit-flex-basis: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } .card { position: relative; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: 0.25rem; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-body { -webkit-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-text:last-child { margin-bottom: 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .link-primary { color: #54b689; } .link-primary:hover, .link-primary:focus { color: #76c5a1; } .flex-column { -webkit-flex-direction: column !important; flex-direction: column !important; } .flex-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; } .align-content-center { -webkit-align-content: center !important; align-content: center !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-auto { margin-right: auto !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .text-primary { color: #54b689 !important; } .text-secondary { color: #4f4f4f !important; } .text-white { color: #fff !important; } .bg-primary { background: linear-gradient(#54b689, #1d976c) !important; } .bg-secondary { background-color: #4f4f4f !important; } .bg-transparent { background-color: rgba(0, 0, 0, 0) !important; } a { color: #54b689; } a:hover { color: #398562; } a.no-text-decoration { text-decoration: none; } a.text-link { text-decoration: none; } a.text-link:hover { text-decoration: underline; } a.theme-link { color: #292929; text-decoration: underline; -webkit-text-decoration-color: rgba(41, 41, 41, 0.3); text-decoration-color: rgba(41, 41, 41, 0.3); } a.theme-link:hover { color: #54b689; -webkit-text-decoration-color: rgba(84, 182, 137, 0.8); text-decoration-color: rgba(84, 182, 137, 0.8); } .btn-primary { color: #fff; } .btn-primary:hover, .btn-primary:active { color: #fff; background: #48a97c; } .header { position: fixed; left: 0; top: 0; height: 100vh; width: 280px; background: #54b689; color: #fff; overflow-y: auto; } .header::-webkit-scrollbar { width: 6px; background-color: #54b689; } .header::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 0.5rem; } .header .blog-name { font-weight: bold; font-size: 1.5rem; color: #fff; } .header .blog-name a { color: #fff; } .header .blog-name a:hover { text-decoration: none; } .header .btn-primary { background: rgba(0, 0, 0, 0.3); border-color: transparent; font-size: 1rem; } .header .btn-primary:hover { background: rgba(0, 0, 0, 0.4); border-color: transparent; } .header .navbar { padding: 1.5rem 1rem; } .header .navbar-toggler:focus { box-shadow: none; } .header .navbar-dark .navbar-toggler { border-radius: 2px; -webkit-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; border: 1px solid rgba(255, 255, 255, 0.8); padding: 0.25rem 0.6rem; } .header .navbar-dark .navbar-toggler:hover { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } .header .nav-item { font-weight: bold; } .header .nav-item .nav-link.active { color: rgba(0, 0, 0, 0.5); } .header .nav-item .nav-link.active:hover { text-decoration: none; } .header .nav-item .nav-link { color: rgba(255, 255, 255, 0.8); } .header .nav-item .nav-link:hover { color: rgba(0, 0, 0, 0.6); } .social-list a { width: 32px; height: 32px; padding-top: 5px; display: inline-block; text-align: center; border-radius: 50%; background-color: #fff; } .main-wrapper { margin-left: 280px; background: #fff; } .main-wrapper .container-single-col { max-width: 820px; } .toggle + .toggle-btn { outline: 0; display: block; width: 70px; height: 30px; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 2px; transition: all 0.2s ease-in-out; border: 3px solid rgba(255, 255, 255, 0.4); border-radius: 16px; } .section-title { font-size: 2rem; position: relative; padding-left: 1.5rem; } .section-title:before { content: ""; display: inline-block; width: 5px; height: 100%; background: #54b689; position: absolute; left: 0; top: 0; } .profile-header .name { font-size: 3rem; } .profile-header .tagline { font-size: 1.5rem; font-weight: 300; } .overview-section .item { margin-bottom: 2rem; } .overview-section .item-desc { color: #4f4f4f; font-size: 0.875rem; } .overview-section .item-icon { font-size: 1.875rem; color: #54b689; } .overview-section .item-icon .fa-js-square { color: #f1de4f; } .overview-section .item-icon .fa-react { color: #62d4fa; } .overview-section .item-icon .nodejs { color: #55ac63; } .overview-section .item-icon .fa-python { color: #456e9c; } .project-card { border-radius: 0; border: 1px solid rgba(1, 1, 1, 1.788); position: relative; height: 100%; } .project-card:hover .link-mask { visibility: visible; background: rgba(9, 66, 18, 0.774); } .project-card:hover .link-mask-text { display: block; } .project-card .card-img { border-radius: 0; } .project-card .card-title { font-size: 1.125rem; } .project-card .card-text { font-size: 0.875rem; } .project-card .card-img-holder { max-height: 200px; overflow: hidden; vertical-align: middle; } .project-card .link-mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; transition: all 0.4s ease-in-out; } .project-card .link-mask .link-mask-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; } .project-card .link-mask-text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; vertical-align: middle; color: #fff; display: none; } .project-card .link-mask-text .btn { top: 50%; margin-top: -20px; position: relative; } .blog-post-card { background: #fafafa; border: 1px solid rgba(0, 0, 0, 0.025); height: 100%; border-radius: 0; } .blog-post-card .card-title { font-size: 1.125rem; } .blog-post-card .card-text, .blog-post-card .more-link { font-size: 0.875rem; } .blog-post-card .card-footer { border-top: none; background: none; padding-top: 0; } .blog-nav .nav-link { background: #54b689; color: #fff; font-size: 1rem; padding: 1rem; font-weight: bold; position: relative; } .blog-nav .nav-link:hover { background: #40976f; } @media (max-width: 991.98px) { .header { position: static; width: inherit; height: auto; } .header .blog-name { width: 100%; position: absolute; left: 0; top: 1.2rem; } .header .btn-primary { width: 100%; } .header .navbar { padding: 1rem; } .main-wrapper { margin-left: 0; } } @media (max-width: 767.98px) { .header .nav-item .dropdown-menu .dropdown-item { padding-left: 1.875rem; } .mobile-is-hidden { display: none; } }
app/static/styles/styles.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-size: 1rem; font-weight: 400; line-height: 1.5; color: #292929; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #a9a9a9; border-radius: 0.25rem; max-width: 100%; height: auto; } .container, .container-lg, .container-md, .container-sm { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @media (min-width: 1400px) { .container-lg, .container-md, .container-sm, .container { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); margin-left: calc(var(--bs-gutter-x) / -2); } .col { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } .col-8 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 66.6666666667%; } .col-9 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 75%; } .col-10 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 83.3333333333%; } .col-11 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 91.6666666667%; } .col-12 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 100%; } @media (min-width: 576px) { .col-sm { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-sm-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-sm-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-sm-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-sm-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-sm-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-sm-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-sm-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-sm-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 768px) { .col-md { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-md-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-md-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-md-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-md-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-md-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-md-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-md-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-md-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 992px) { .col-lg { -webkit-flex: 1 0 0%; flex: 1 0 0%; } .col-lg-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-lg-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-lg-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-lg-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-lg-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-lg-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-lg-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-lg-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } @media (min-width: 1200px) { .col-xl-auto { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .col-xl-1 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 8.3333333333%; } .col-xl-2 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 16.6666666667%; } .col-xl-3 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 25%; } .col-xl-4 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 33.3333333333%; } .col-xl-5 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 41.6666666667%; } .col-xl-6 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 50%; } .col-xl-7 { -webkit-flex: 0 0 auto; flex: 0 0 auto; width: 58.3333333333%; } } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #292929; text-align: center; text-decoration: none; vertical-align: middle; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn-primary { color: #000; background-color: #54b689; border-color: #54b689; } .btn-primary:hover { color: #000; background-color: #6ec19b; border-color: #65bd95; } .collapse:not(.show) { display: none; } .nav { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; text-decoration: none; } .navbar { position: relative; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg { display: -webkit-flex; display: flex; -webkit-flex-wrap: inherit; flex-wrap: inherit; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; } .navbar-nav { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-collapse { -webkit-flex-basis: 100%; flex-basis: 100%; -webkit-flex-grow: 1; flex-grow: 1; -webkit-align-items: center; align-items: center; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } @media (min-width: 576px) { .navbar-expand-sm { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { -webkit-flex-direction: row; flex-direction: row; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-collapse { display: -webkit-flex !important; display: flex !important; -webkit-flex-basis: auto; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (min-width: 768px) { .navbar-expand-md { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; justify-content: flex-start; } .navbar-expand-md .navbar-nav { -webkit-flex-direction: row; flex-direction: row; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-collapse { display: -webkit-flex !important; display: flex !important; -webkit-flex-basis: auto; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } .card { position: relative; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: 0.25rem; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-body { -webkit-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-text:last-child { margin-bottom: 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .link-primary { color: #54b689; } .link-primary:hover, .link-primary:focus { color: #76c5a1; } .flex-column { -webkit-flex-direction: column !important; flex-direction: column !important; } .flex-wrap { -webkit-flex-wrap: wrap !important; flex-wrap: wrap !important; } .align-content-center { -webkit-align-content: center !important; align-content: center !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-auto { margin-right: auto !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .text-primary { color: #54b689 !important; } .text-secondary { color: #4f4f4f !important; } .text-white { color: #fff !important; } .bg-primary { background: linear-gradient(#54b689, #1d976c) !important; } .bg-secondary { background-color: #4f4f4f !important; } .bg-transparent { background-color: rgba(0, 0, 0, 0) !important; } a { color: #54b689; } a:hover { color: #398562; } a.no-text-decoration { text-decoration: none; } a.text-link { text-decoration: none; } a.text-link:hover { text-decoration: underline; } a.theme-link { color: #292929; text-decoration: underline; -webkit-text-decoration-color: rgba(41, 41, 41, 0.3); text-decoration-color: rgba(41, 41, 41, 0.3); } a.theme-link:hover { color: #54b689; -webkit-text-decoration-color: rgba(84, 182, 137, 0.8); text-decoration-color: rgba(84, 182, 137, 0.8); } .btn-primary { color: #fff; } .btn-primary:hover, .btn-primary:active { color: #fff; background: #48a97c; } .header { position: fixed; left: 0; top: 0; height: 100vh; width: 280px; background: #54b689; color: #fff; overflow-y: auto; } .header::-webkit-scrollbar { width: 6px; background-color: #54b689; } .header::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 0.5rem; } .header .blog-name { font-weight: bold; font-size: 1.5rem; color: #fff; } .header .blog-name a { color: #fff; } .header .blog-name a:hover { text-decoration: none; } .header .btn-primary { background: rgba(0, 0, 0, 0.3); border-color: transparent; font-size: 1rem; } .header .btn-primary:hover { background: rgba(0, 0, 0, 0.4); border-color: transparent; } .header .navbar { padding: 1.5rem 1rem; } .header .navbar-toggler:focus { box-shadow: none; } .header .navbar-dark .navbar-toggler { border-radius: 2px; -webkit-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; border: 1px solid rgba(255, 255, 255, 0.8); padding: 0.25rem 0.6rem; } .header .navbar-dark .navbar-toggler:hover { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } .header .nav-item { font-weight: bold; } .header .nav-item .nav-link.active { color: rgba(0, 0, 0, 0.5); } .header .nav-item .nav-link.active:hover { text-decoration: none; } .header .nav-item .nav-link { color: rgba(255, 255, 255, 0.8); } .header .nav-item .nav-link:hover { color: rgba(0, 0, 0, 0.6); } .social-list a { width: 32px; height: 32px; padding-top: 5px; display: inline-block; text-align: center; border-radius: 50%; background-color: #fff; } .main-wrapper { margin-left: 280px; background: #fff; } .main-wrapper .container-single-col { max-width: 820px; } .toggle + .toggle-btn { outline: 0; display: block; width: 70px; height: 30px; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 2px; transition: all 0.2s ease-in-out; border: 3px solid rgba(255, 255, 255, 0.4); border-radius: 16px; } .section-title { font-size: 2rem; position: relative; padding-left: 1.5rem; } .section-title:before { content: ""; display: inline-block; width: 5px; height: 100%; background: #54b689; position: absolute; left: 0; top: 0; } .profile-header .name { font-size: 3rem; } .profile-header .tagline { font-size: 1.5rem; font-weight: 300; } .overview-section .item { margin-bottom: 2rem; } .overview-section .item-desc { color: #4f4f4f; font-size: 0.875rem; } .overview-section .item-icon { font-size: 1.875rem; color: #54b689; } .overview-section .item-icon .fa-js-square { color: #f1de4f; } .overview-section .item-icon .fa-react { color: #62d4fa; } .overview-section .item-icon .nodejs { color: #55ac63; } .overview-section .item-icon .fa-python { color: #456e9c; } .project-card { border-radius: 0; border: 1px solid rgba(1, 1, 1, 1.788); position: relative; height: 100%; } .project-card:hover .link-mask { visibility: visible; background: rgba(9, 66, 18, 0.774); } .project-card:hover .link-mask-text { display: block; } .project-card .card-img { border-radius: 0; } .project-card .card-title { font-size: 1.125rem; } .project-card .card-text { font-size: 0.875rem; } .project-card .card-img-holder { max-height: 200px; overflow: hidden; vertical-align: middle; } .project-card .link-mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; transition: all 0.4s ease-in-out; } .project-card .link-mask .link-mask-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; } .project-card .link-mask-text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; vertical-align: middle; color: #fff; display: none; } .project-card .link-mask-text .btn { top: 50%; margin-top: -20px; position: relative; } .blog-post-card { background: #fafafa; border: 1px solid rgba(0, 0, 0, 0.025); height: 100%; border-radius: 0; } .blog-post-card .card-title { font-size: 1.125rem; } .blog-post-card .card-text, .blog-post-card .more-link { font-size: 0.875rem; } .blog-post-card .card-footer { border-top: none; background: none; padding-top: 0; } .blog-nav .nav-link { background: #54b689; color: #fff; font-size: 1rem; padding: 1rem; font-weight: bold; position: relative; } .blog-nav .nav-link:hover { background: #40976f; } @media (max-width: 991.98px) { .header { position: static; width: inherit; height: auto; } .header .blog-name { width: 100%; position: absolute; left: 0; top: 1.2rem; } .header .btn-primary { width: 100%; } .header .navbar { padding: 1rem; } .main-wrapper { margin-left: 0; } } @media (max-width: 767.98px) { .header .nav-item .dropdown-menu .dropdown-item { padding-left: 1.875rem; } .mobile-is-hidden { display: none; } }
0.329823
0.097005
@charset "UTF-8"; /** * @color * @section 主色 */ /** * @color * @section 主色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 边框色 */ .ant-calendar-picker .ant-input { width: 100%; font-size: 14px; color: #666; border: 1px solid #e0e2e1; height: 30px; line-height: 28px; background-color: #f8f8fa; padding: 0 10px; border-radius: 2px; outline: none; } .ant-calendar-picker .ant-input:hover { border: 1px solid #e0e2e1; } .ant-calendar-picker .ant-input:focus { border-color: #2d84e5; box-shadow: 0 0 3px #2d84e5; } .ant-calendar-picker .ant-input::-webkit-input-placeholder { color: #999; } .ant-calendar-picker .ant-input:-ms-input-placeholder { color: #999; } .ant-calendar-picker .ant-input::-moz-placeholder { color: #999; opacity: 1; } .ant-calendar-picker .ant-input:-moz-placeholder { color: #999; opacity: 1; } .ant-calendar-picker .ant-input.textarea { padding-top: 10px; min-height: 60px; resize: none; overflow: auto; line-height: 20px; } .ant-calendar-picker .ant-input.textarea.error { border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-input:disabled { color: #999; cursor: not-allowed; } .ant-calendar-picker .ant-input.textarea-wrap { position: relative; padding-bottom: 25px; padding-right: 0; } .ant-calendar-picker .ant-input.textarea-wrap.focus { border-color: #2d84e5; box-shadow: 0 0 3px #2d84e5; } .ant-calendar-picker .ant-input.textarea-wrap.error { outline: 0; border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-input.textarea-wrap.is-disabled { color: #999; cursor: not-allowed; } .ant-calendar-picker .ant-input.textarea-wrap .max { font-size: 12px; line-height: 1; position: absolute; right: 10px; bottom: 10px; color: #333333; } .ant-calendar-picker .ant-input.textarea-wrap .max i { font-style: normal; color: #2b75c8; font-weight: bold; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content { height: 100%; width: 100%; overflow: auto; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:focus { outline: none; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:empty:before { content: attr(placeholder); white-space: pre-line; color: #999; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:not(:empty):before { content: ""; } .ant-calendar-picker .ant-input.error { outline: 0; border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-calendar-range-picker-input { text-align: left; } .ant-calendar-picker .ant-calendar-range-picker-input { max-width: 135px; min-width: 110px; } .ant-calendar-picker .ant-calendar-range-picker-input:last-of-type { padding-left: 10px; }
es/components/TimePicker/style/index.css
@charset "UTF-8"; /** * @color * @section 主色 */ /** * @color * @section 主色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 边框色 */ .ant-calendar-picker .ant-input { width: 100%; font-size: 14px; color: #666; border: 1px solid #e0e2e1; height: 30px; line-height: 28px; background-color: #f8f8fa; padding: 0 10px; border-radius: 2px; outline: none; } .ant-calendar-picker .ant-input:hover { border: 1px solid #e0e2e1; } .ant-calendar-picker .ant-input:focus { border-color: #2d84e5; box-shadow: 0 0 3px #2d84e5; } .ant-calendar-picker .ant-input::-webkit-input-placeholder { color: #999; } .ant-calendar-picker .ant-input:-ms-input-placeholder { color: #999; } .ant-calendar-picker .ant-input::-moz-placeholder { color: #999; opacity: 1; } .ant-calendar-picker .ant-input:-moz-placeholder { color: #999; opacity: 1; } .ant-calendar-picker .ant-input.textarea { padding-top: 10px; min-height: 60px; resize: none; overflow: auto; line-height: 20px; } .ant-calendar-picker .ant-input.textarea.error { border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-input:disabled { color: #999; cursor: not-allowed; } .ant-calendar-picker .ant-input.textarea-wrap { position: relative; padding-bottom: 25px; padding-right: 0; } .ant-calendar-picker .ant-input.textarea-wrap.focus { border-color: #2d84e5; box-shadow: 0 0 3px #2d84e5; } .ant-calendar-picker .ant-input.textarea-wrap.error { outline: 0; border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-input.textarea-wrap.is-disabled { color: #999; cursor: not-allowed; } .ant-calendar-picker .ant-input.textarea-wrap .max { font-size: 12px; line-height: 1; position: absolute; right: 10px; bottom: 10px; color: #333333; } .ant-calendar-picker .ant-input.textarea-wrap .max i { font-style: normal; color: #2b75c8; font-weight: bold; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content { height: 100%; width: 100%; overflow: auto; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:focus { outline: none; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:empty:before { content: attr(placeholder); white-space: pre-line; color: #999; } .ant-calendar-picker .ant-input.textarea-wrap .textarea-content:not(:empty):before { content: ""; } .ant-calendar-picker .ant-input.error { outline: 0; border-color: #d73e3e; box-shadow: 0 0 5px #d73e3e; } .ant-calendar-picker .ant-calendar-range-picker-input { text-align: left; } .ant-calendar-picker .ant-calendar-range-picker-input { max-width: 135px; min-width: 110px; } .ant-calendar-picker .ant-calendar-range-picker-input:last-of-type { padding-left: 10px; }
0.329715
0.040788
@media (min-width: 1300px) { } @media (min-width: 1199px) and (max-width: 1299px) { .contact-left{ /*border:1px solid red;*/ padding-left: 100px !important; } .social { padding: 0px !important; } #footer .social { margin-left: -8px !important; padding: 0px 31px !important; } .view-doner button { width: 113px !important; } .cv-part{ width: 60% !important; } .download{ width: 30% !important; } } @media (min-width: 992px) and (max-width: 1199px) { .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 5px 30px !important; margin-bottom: 20px; } .blog-bottom .right p { text-align: center; text-transform: uppercase; color: white; border: 1px solid white; padding: 5px 10px !important; } .blog .serviceBox .service-content { padding: 145px 20px 3px !important; border-right: 3px solid var(--cl_2); } .all-blog .blog-bottom{ padding-bottom: 20px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 4px 3px !important; margin-bottom: 0px !important; } .all-blog button a{ font-size: 11px !important; } .all-blog .left{ width: 40% !important; padding-right: 0px !important; padding-left: 0px !important; margin-left: 0px; } .all-blog .right { width: 60% !important; padding-right: 0px !important; padding-left: 0px !important; } .all-blog .serviceBox .service-content { padding: 140px 20px 20px !important; border-right: 3px solid var(--cl_2); } .all-blog .right p{ } .all-blog .right p { font-size: 11px !important; padding: 5px 11px; } .nav-menu .btn { color: #fff; font-family: 'Roboto Condensed', sans-serif; font-size: 10px !important; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 5px 40px !important; border-radius: 0; overflow: hidden; position: relative; z-index: 1; transition: all 0.5s; margin-top: 25px; } .header-left .nav-menu span { font-size: 8px !important; } .header-right .nav-menu span { margin-left: -35px !important; font-size: 8px !important; } .header-br::before { content: ""; background: url(../images/icon-br.png); background-size: 100% 100%; background-repeat: no-repeat; height: 75% !important; width: 60% !important; position: absolute; z-index: -10; left: 22% !important; animation: rotate 45s linear infinite; } .logo img { width: 100px; height: 77px; margin-left: -85% !important; } .seven { right: 27% !important; } .eight { right: 19% !important; } .nine { right: 14% !important; } .ten { right: 15% !important; } .elaven { right: 19% !important; } .left-site .tab .nav-tabs { margin-left: 0px !important; padding: 26px 4px 0px 53px !important; padding-left: 91px !important; } .left-site .tab .nav-tabs li a { padding: 10px 10px !important; } .right-site .tab .nav-tabs { margin-left: 30px !important; } .left-one{ padding-left: 0px !important; } .right-one .title { margin-left: -60px !important; font-size: 14px !important; } .left-site .tab .tab-content { padding: 13px 13px 65px !important; } .ih-item.square { width: 100% !important; height: 100% !important; } .center li { margin-top: 0px !important; width: 45px !important; } .social { margin-left: -12px !important; padding: 0px 0px !important; } .cv p { margin-left: -20px; padding: 23px 0px 0px 0px !important; } .cv .bounce img { transform: rotate(0deg); padding-top: 20px; } .cv .btn { font-size: 13px !important; margin-top: 20px !important; } #abrSection1 p { font-size: 12px !important; } .social2 ul li { margin-right: 20px !important; } .social2 { margin-left: 0% !important; } .social2 ul { left: 55% !important; } .social2 ul li a { width: 80px !important; } .serviceBox { padding: 0px 0px !important; } #about .tab-pane h3 { padding-top: 10px !important; } .serviceBox:hover:after { border-bottom-width: 45px !important; border-left-width: 50px !important; } .serviceBox:hover:before { border-bottom-width: 45px !important; border-left-width: 50px !important; } .right-site .tab .tab-content h3 { overflow: auto; } .skills-section .tab .nav-tabs li.active a { margin-left: 30px !important; } .skills-section .tab .nav-tabs li a { margin-left: 0px !important; } .skills-section .tab .nav-tabs { margin-left: 33% !important; } .skills-section .tab .tab-content h3 { margin-left: -80px !important; font-size: 12px !important; } .contact-circle::before { top: 60px !important; left: 17% !important; } .contact-border::before { left: 12% !important; height: 100% !important; width: 75% !important; } #footer .social { margin-left: -8px !important; padding: 0px 31px !important; } #footer .footer-bottom-part .fb-left h2 { padding-left: 32px !important; } .right-one .button a { width: 175px !important; padding: 10px 15px !important; text-align: center; color: white; border: solid 2px white; z-index: 1; } .register-heading { text-align: center; margin-top: 6% !important; margin-bottom: -14% !important; color: #495057; } .register-left button { outline: none !important; border: none; background: transparent; margin-bottom: 20px !important; } } @media (min-width: 768px) and (max-width: 991.98px) { .all-blog .blog-bottom{ padding-bottom: 20px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 4px 3px !important; margin-bottom: 0px !important; } .all-blog button a{ font-size: 11px !important; } .all-blog .left{ width: 40% !important; padding-right: 0px !important; padding-left: 0px !important; margin-left: 0px; } .all-blog .right { width: 60% !important; padding-right: 0px !important; padding-left: 0px !important; } .all-blog .serviceBox .service-content { padding: 140px 20px 20px !important; border-right: 3px solid var(--cl_2); } .all-blog .right p{ } .all-blog .right p { font-size: 11px !important; padding: 5px 11px; } .blog-img img { height: 250px !important; width: 100% !important; padding: 30px 12px !important; margin-top: 10% !important; } #blog .blog-body .b-right { width: 100%; overflow: hidden; padding-top: 0px !important; } .blog-body h5 { font-size: 15px !important; text-align: center; margin-bottom: 20px; } #blog .blog-body .b-right ul { display: block; overflow: hidden; margin-bottom: 0; margin-left: 6% !important; } #blog .blog-body .b-right p { color: #173557; font-size: 15px !important; line-height: 26px; font-weight: 400; display: block; padding: 20px 0px !important; text-align: center; } #leave-comment form button { width: 30% !important; margin-left: 33% !important; } section#comments { padding-top: 20px !important; } #blog { padding: 0% 90px !important; } .blog .serviceBox .service-content { padding: 150px 20px 20px !important; border-right: 3px solid var(--cl_2); } .blog-bottom .right p { text-align: center; text-transform: uppercase; color: white; border: 1px solid white; padding: 7px 2px !important; font-size:12px !important; } .blog-social .center p { font-size: 12px !important; text-transform: uppercase; padding: 0px 15px !important; text-align: right; color: #eb14f9; margin-top: 10px !important; } .blog-social .center li { color: rgba(167, 146, 129, 0.6); list-style-type: none; display: inline-block; margin-top: 0px !important; width: 40px !important; height: 40px !important; line-height: 35px !important; padding: 1% ; border: 1px solid rgba(167, 146, 129, 0.4); cursor: pointer; margin-left: 5px !important; background: radial-gradient(red,blue,#ff32321f,green); transition: ease .3s; -webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); } .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 7px 18px !important; margin-bottom: 20px; font-size:12px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 8px 18px !important; } .all-blog h3 { margin-top: 15% !important; } .center li { line-height: 40px !important; } .view-doner .register-left h3{ margin-left: 20% !important; } .view-doner .register-left img{ width: 30% !important; } .register-left { text-align: left!important ; color: #fff; margin-top: 4%; } .view-doner .register-left img{ margin-bottom: 2% !important; } .view-doner .register-left { margin-top: 40px !important; } .all-doner-top input[type=text] { width: 270px !important; margin-left: 30px !important; padding: 7px 16px 6px 10px !important; } .all-doner-top { padding-bottom: 20px; margin-top: 40px !important; } .form-group.dvsn-btn{ width: 45% !important; display: inline-block; margin-left: 16px !important; } .register-form .btnRegister2{ margin-top: 0% !important; margin-bottom: 20px !important; } .register-left img { margin-top: 3% !important; margin-bottom: 0%; width: % !important; margin-left: 7% !important; height: 150px !important; } .register-heading { margin-bottom: -5% !important; color: #495057; } .register .register-form { padding: 0px 10% !important; margin-top: 10% !important; } .hide-btn{ display: none; } .download{ width: 25% !important; margin-left: 0px !important; float: right; } .cv .btn { margin-top: 6px !important; } .nav-menu { display: none; } .header-logo::before { content: ""; background: url(../images/logoone.png); background-size: 100% 100%; background-repeat: no-repeat; height: 150px ; width: 40% !important; position: absolute; z-index: -1; margin-left: 30% !important; } .logo img { width: 100px; height: 77px; margin-left: 30% !important; position: absolute !important; } .header-br::before { height: 88px !important; width: 13% !important; left: 45% !important; } header { position: absolute; transition: all ease 0.3s; z-index: 11; width: 100%; height: 80px !important; box-shadow: -5px 25px 12px -10px rgba(201, 201, 201, 0.67); } .home-left { margin-top: 0px !important; margin-left: 0px !important; padding: 0px 20px !important; width: 30% !important; display: inline-block; } .left-one{ padding-left: 0% !important; margin-top: 137px !important; } .text-effect { margin-left: 45px !important; margin-top: -25px !important; } .left-one a { color: red; text-decoration: none; font-size: 16px !important; } .home .middle { margin-top: 0px !important; position: relative !important; } .banner-image-bg::before { height: 250px !important; width: 250px !important; margin-top: 0px !important; margin-left: 34% !important; } .banner-image-bg2::before { height: 200px !important; width: 200px !important; margin-top: 25px !important; margin-left: 37% !important; } .banner-image-bg3::before { height: 100px !important; width: 100px !important; margin-top: 76px !important; margin-left: 43% !important; } .one { left: 35% !important; bottom: 60% !important; } .two { left: 26% !important; bottom: 50% !important; } .three { left: 22% !important; bottom: 37% !important; } .four { left: 22% !important; bottom: 24% !important; } .five { left: 26% !important; bottom: 10% !important; } .six { left: 36% !important; bottom: 1% !important; } .seven { right: 30% !important; top: 27% !important; } .eight { right: 23% !important; top: 37% !important;t; } .nine { right: 19%!important; bottom: 35%!important; } .ten { right: 20% !important; bottom: 21% !important; } .elaven{ right: 25% !important; bottom: 8% !important; } .twelve { right: 34% !important; bottom: 1% !important; } .home-right.right-one { width: 30% !important; float: right !important; padding-top: 0px !important; margin-top: 0px !important; } .right-one .title { margin-left: -33px !important; font-size: 13px !important; } #home { height: 485px !important; } .rg-bttn{ width: 100% !important; margin-left: 20%; } .button.btn-one { margin-top: 51px !important; } .heartbit{ right: 35% !important; } .point { width: 9px !important; height: 8px !important; right: 36% !important; } .left-one a:hover::before { margin-left: 415px !important; } .left-one a::before { height: 200px !important; left: -457px !important; width: 200px !important; } .home-left:hover { border-top: none !important; border-bottom: none !important; } .col-md-5.left-site { width: 45% !important; display: inline-block; margin-top: 0px !important; padding-top: 0px !important; margin-bottom: 85px !important; padding-right: 0px !important; } .col-md-6.right-site { width: 54% !important; display: inline-block; margin-top: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; padding-right: 0px !important; } /*.about-left{ margin-top: 0px !important; } */ .left-site::before { height: 120% !important; width: 100% !important; top: 0px !important; left: 0px !important; background-size: 112% 100% !important; } .left-site .tab .nav-tabs { margin-left: 38px !important; padding: 40px 0px 0px 0px !important; padding-left: 30px !important; } .left-site .tab .nav-tabs li a { padding: 10px 18px !important; font-size: 14px !important; } .left-site .tab .tab-content { padding: 0px 0px 40px 0px!important; margin-left: 47px !important; width: 80% !important; } .ih-item.square { width: 100% !important; height: 100% !important; } div#abSection1{ padding:10px; } .social { margin-left: -14px !important; padding: 0px 0px !important; } .cv-part{ width: 60%; } .cv a { float: right !important; margin-top: 0px !important; display: inline-block; } .left-site .tab .tab-content h3 { font-size: 15px !important; margin-top: 0; padding-top: 12px !important; } #abSection2 p { padding: 0px 20px !important; font-size: 12px !important; } #abSection3 p { padding: 0px 14px !important; font-size: 12px !important; } .right-site .tab .nav-tabs { margin-left: 0px !important; padding-top: 42px !important; } #abrSection1 p { font-size: 11px !important; line-height: 1.4 !important; } .morebuttn .link { width: 27% !important; margin-top: 20px; margin-left: 38% !important; padding: 10px 20px; } .right-site .tab .tab-content { padding: 24px !important; margin-left: 0px !important; width: 80% !important; } .social2 ul li { margin-right: 0px !important; } .social2 { margin-left: 5% !important; } .social2 ul li a { text-align: center !important; padding-left: 0px !important; width: 90px !important; } #abrSection3 h4 { padding-bottom: 10px !important; margin-top: 0px !important; } .serviceBox { padding: 0px 0px !important; } #about .tab-pane h3 { overflow: auto; } .right-site .tab .tab-content h3 { font-size: 7px !important; } .serviceBox:hover:before { border-top-width: 40px !important; border-right-width: 50px !important; } .serviceBox:hover:after { border-bottom-width: 40px !important; border-left-width: 50px !important; } .skills-section .tab .nav-tabs { border: none; margin-left: 29% !important; margin-bottom: 50px !important; margin-top: -94px !important; opacity: 0.9; } .skills-section .skill-nav li.active a { margin-left: 50px !important; } .skills-section .skill-nav li a { padding: 10px 12px !important; margin-right: 12px !important; margin-left: 16px !important; } .mt-55 { margin-top: 10px !important; } .progress { height: 3px !important; margin: 0px 0 30px !important; width: 80% !important; left: 20% !important; box-shadow: 0px 3px 20px 4px #0000ff8f; padding-top: 8px !important; } .progress .progress-value { width: 37px !important; height: 18px !important; line-height: 20px !important; border-radius: 3px; background: #393a3d; box-shadow: 0 5px 5px rgba(0,0,0,0.4); font-size: 10px !important; font-weight: 700; color: #fff; text-align: center; position: absolute; bottom: 13px !important; right: -12px !important; } .skills-section .tab .tab-content { margin-top: -50px !important; } .link span { color: #ffffff; font-size: 13px !important; } .vertical-tab .nav-tabs li a { font-size: 12px !important; } .item img { height: 150px !important; padding: 0px 0px !important; } .gallery { height: 725px !important; } .gallery-line-bg::before { height: 80% !important; } .section-title .btn span { color: white; font-weight: 800; font-size: 15px !important; } .owl-theme .owl-controls .owl-buttons div { display: none; } .contact-left{ padding: 0px 0px !important; margin-top: 18% !important; left: 12% !important; } .container-contact100 { width: 100% !important; margin-left: 0% !important; margin-top: 0% !important; } .wrap-contact100 { display: block !important; } .contact100-form { width: 85% !important; padding: 55px 18px 0px 104px !important; } .contact-border::before { left: 10% !important; width: 80% !important; height: 90% !important; } .btnRegister { margin-top: 15% !important; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 145px !important; } #footer .footer-bottom-part .fb-left ul li { margin-left: 60px !important; } #footer .footer-bottom-part .fb-mid { width: 100%; min-height: 175px !important; margin-left: 0px !important; } #footer .address { width: 100% !important; } #footer .footer-bottom-part .fb-last { min-height: 220px !important; margin-left: 0px !important; } #footer .footer-bottom-part .fb-last h5 { text-align: center !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 33% !important; } .progress .progress-bar:after { width: 15px !important; height: 15px !important; } } @media (max-width: 767.98px) { section { padding-top: 30px !important; } .header .header-left nav { display: none; } .header ul.nav-menu.nav-scroll{ display: none; } .header-logo::before { height: 140px !important; width: 50% !important; margin-left: 22% !important; } .logo img { width: 100px !important; height: 77px !important; margin-left: 50% !important; } .point { right: 35% !important; } .heartbit { right: 33% !important; } .home-left { margin-top: 0px !important; margin-left: 0px !important; padding: 0px 20px !important; width: 30% !important; display: inline-block; } .left-one{ padding-left: 0% !important; margin-top: 137px !important; } .text-effect { font-size: 45px !important; } .left-one a { font-size: 14px !important; } .home .middle { margin-top: 0px !important; position: relative !important; } .one { left: 35% !important; bottom: 60% !important; width: 80px !important; height: 45px !important; } .two { left: 23% !important; bottom: 54% !important; width: 80px !important; height: 45px !important; } .three { left: 16% !important; bottom: 44% !important; width: 80px !important; height: 45px !important; } .four { left: 14% !important; bottom: 26% !important; width: 80px !important; height: 45px !important; } .five { left: 19% !important; bottom: 12% !important; width: 80px !important; height: 45px !important; } .six { left: 29% !important; bottom: 3% !important; width: 80px !important; height: 45px !important; } .seven { right: 31% !important; top: 29% !important; width: 80px !important; height: 45px !important; } .eight { right: 23% !important; top: 37% !important;t; width: 80px !important; height: 45px !important; } .nine { right: 15%!important; bottom: 40%!important; width: 80px !important; height: 45px !important; } .ten { right: 15% !important; bottom: 25% !important; width: 80px !important; height: 45px !important; } .elaven{ right: 20% !important; bottom: 12% !important; width: 80px !important; height: 45px !important; } .twelve { right: 34% !important; bottom: 2% !important; width: 80px !important; height: 45px !important; } .home-right.right-one { width: 30% !important; float: right !important; padding-top: 0px !important; margin-top: 0px !important; } #home { height: 400px !important; } .rg-bttn{ width: 100% !important; margin-left: 20%; } .button.btn-one { margin-top: 51px !important; } .banner-image-bg::before { height: 200px !important; width: 200px !important; margin-top: -10px !important; margin-left: 25% !important; } .banner-image-bg2::before { height: 180px !important; width: 180px !important; margin-top: -3px !important; margin-left: 28% !important; } .banner-image-bg3::before { height: 80px !important; width: 80px !important; margin-top: 49px !important; margin-left: 38% !important; } .right-one .title { margin-left: -67px !important; font-size: 10px !important; top: 140px !important; border: 1px solid white; } .right-one .button { left: -31px !important; top: -40px !important; } .right-one .button a { padding: 5px 8px !important; } .rg-bttn { width: 100% !important; margin-left: 10%; } .button.btn-one { margin-top: 34px !important; } .home { background-size: 100% 100% !important; } .section-title .btn span { padding: 10px 5px !important; display: block; position: relative; z-index: 1; } .section-title .btn span { color: white; font-weight: 800; font-size: 12px !important; } .left-one a::before { height: 150px !important; left: -405px !important; bottom: 2vh !important; width: 150px !important; } .col-md-12.about-left{ margin-top: 200px; } .left-site::before { content: ""; background: url(../images/technology/about-border.png); background-size: 100% 100%; height: 122% !important; width: 100% !important; background-repeat: no-repeat; position: absolute; z-index: -3; top: 0px !important; left: 0px !important; } .col-md-5.col-sm-6.left-site{ padding-right: 0px !important; } .left-site .tab .nav-tabs { margin-bottom: 30px; margin-top: -150px; opacity: 0.9; margin-left: 70px !important; padding: 29px 79px 0px 57px !important; padding-left: 0px !important; border-bottom: none; } .left-site .tab .tab-content { padding: 10px 10px 53px 10px !important; background: #0f4c5c29; outline: 3px solid #fcd0a1; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 26px; letter-spacing: 1px; position: relative; margin-left: 56px !important; width: 70% !important; box-shadow: 0px 3px 20px 4px #902020; } .social { padding-left: 0px !important; margin-left: -12px !important; padding: 0px 0px !important; } .ih-item.square { width: 100% !important; height: 100% !important; } #about .tab-pane h3 { padding: 10px !important; } .right-site::before { content: ""; background: url(../images/technology/about-border.png); background-size: 100% 100%; height: 120%; width: 100% !important; background-repeat: no-repeat; position: absolute; z-index: -3; top: 0px !important; right: 0px !important; } .right-site .tab .nav-tabs { margin-bottom: 30px; margin-top: -76px !important; opacity: 0.9; margin-left: 72px !important; /* padding-top: 0px; */ border-bottom: none; padding-right: 32px !important; } .right-site { margin-top: -130px !important; } .right-site .tab .tab-content { padding: 15px !important; outline: 3px solid #fcd0a1; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 30px; letter-spacing: 1px; position: relative; margin-left: 62px !important; width: 75% !important; background: #0f4c5c29; box-shadow: 0px 3px 20px 4px #902020; } .social2 ul li { list-style: none; margin: 0 5px; margin-right: 0px !important; } .social2 ul li a { width: 80px !important; height: 30px !important; background: #fff; text-align: center !important; padding-left: 0px !important; transform: rotate(0deg) skew(12deg) translate(0,0); transition: .5s; box-shadow: -33px 20px 10px rgba(0,0,0,.5); } .about-part span { font-size: 10px !important; } .skills-section .tab .nav-tabs { border: none; margin-left: -32% !important; margin-bottom: 103px; margin-top: -103px; opacity: 0.9; display: flex ; padding: 0px 60px !important; } .skills-section .skill-nav li a { margin-right: 0px !important; border-radius: 0% !important; } .skills-section .skill-nav li.active a { background: #9a031e; color: #fcd0a1; border: none; margin-left: 0px !important; } .line-bg::before { content: ""; background: url(../images/technology/about-bg.png); background-size: 100% 70%; height: 107% !important; width: 100%; background-repeat: no-repeat; position: absolute; z-index: -1; top: 90px !important; left: 0; } .skills-section .tab .tab-content { padding: 30px; background: #0f4c5c17; outline: 3px solid #0f4c5c30; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 30px; letter-spacing: 2px; position: relative; width: 96% !important; margin-left: -24px !important; margin-top: -118px !important; } .mt-55 { margin-top: 15px !important; } .progress { height: 5px; background: #ffffff; border-radius: 0; margin: 0px 0 30px !important; overflow: visible; position: relative; width: 72% !important; left: 32% !important; box-shadow: 0px 3px 20px 4px #0000ff8f; } .skills-section .tab .tab-content h3 { font-size: 12px !important; margin-top: 0px !important; text-align: center; text-transform: uppercase; color: white; text-shadow: 2px 2px #ff000094; margin-left: -100px !important; } .progress .progress-value { width: 37px !important; height: 18px !important; line-height: 20px !important; border-radius: 3px; background: #393a3d; box-shadow: 0 5px 5px rgba(0,0,0,0.4); font-size: 10px !important; font-weight: 700; color: #fff; text-align: center; position: absolute; bottom: 13px !important; right: -12px !important; } .progress .progress-bar:after { width: 12px !important; height: 12px !important; } .vertical-tab .nav-tabs li.active a { color: #fff; background-color: transparent; border: none; margin-top: 20px !important; margin-bottom: 20px !important; } .vertical-tab .nav-tabs li { float: none; vertical-align: top; margin-left: 0% !important; padding: 0px 75px !important; } .vertical-tab .nav-tabs li a { font-size: 12px !important; } .link span { font-size: 10px !important; } .item img { height: 140px !important; padding: 0px 0px !important; } .gallery { height: 920px !important; } .gallery-line-bg::before { height: 95% !important; top: 75px !important; left: 0; } .owl-theme .owl-controls .owl-buttons div{ display: none; } .col-md-4.col-sm-4.col-xs-6.contact-left{ padding: 0px !important; margin-top: 27% !important; left: 0% !important; } .container-contact100 { width: 100% !important; margin-left: 0% !important; } .contact-border::before { left: 0% !important; height: 100%; width: 100% !important; } .des-con{ display: none; } input.input100 { height: 30px !important; font-size: 15px !important; } .mt-20 { margin-top: 0px !important; } textarea.input100 { min-height: 80px !important; padding-top: 19px !important; padding-bottom: 15px !important; } .input100 { font-size: 15px !important; } .btnRegister { margin-top: 32% !important; width: 100% !important; } .contact-left p { font-size: 16px !important; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 145px !important; } #footer .footer-bottom-part .fb-left ul li { margin-left: 10px !important; } #footer .footer-bottom-part .fb-mid { width: 100%; min-height: 175px !important; margin-left: 0px !important; } #footer .address { width: 100% !important; } #footer .footer-bottom-part .fb-last { min-height: 175px !important; margin-left: 0px !important; } #footer .footer-bottom-part .fb-last h5 { text-align: center !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 20% !important; } .social-left{ margin-left: 50px; } } @media (max-width: 430px) { .all-blog .serviceBox .service-content { padding: 20px 0px 50px !important; border-right: 3px solid var(--cl_2); } .all-blog h3 { text-align: center; font-size: 20px; /* margin-left: 40%; */ color: white; text-transform: uppercase; margin-top: 33% !important; } .blog .serviceBox { font-family: 'Niramit', sans-serif; text-align: center; padding: 0px 0 0 !important; margin: 110px 10px 0; border-left: 3px solid var(--cl_1); position: relative; z-index: 1; } section { padding-top: 30px !important; } .text-effect { margin-left: 0px !important; } .left-one a { font-size: 10px !important; } .header-br::before { height: 80px !important; width: 92px !important; position: absolute; z-index: -10; left: 39% !important; animation: rotate 45s linear infinite; } .logo img { width: 80px !important; height: 60px !important; margin-left: 50% !important; } .left-site .tab .tab-content { margin-left: 55px !important; width: 75% !important; } .left-site::before { width: 117% !important; left: -37px !important; margin-top: -45px; } .right-site .tab .tab-content { margin-left: 32px !important; width: 90% !important; } .serviceBox { padding: 0px 0px !important; } .right-site::before { width: 117% !important; left: -37px !important; top: 20px !important; } .tab-pane h3 { padding: 0px !important; overflow: hidden !important; } .skills-section .tab .nav-tabs { margin-left: -45% !important; } .skills-section .tab .tab-content { padding: 0px !important; } .link span { font-size: 8px !important; padding: 0px 0px !important; } .gallery-line-bg::before { height: 90% !important; } .gallery { height: 635px !important; margin-top: -26px; } .contact100-form { padding: 0px 30px 0px 15px !important; } #contact { padding-bottom: 390px !important; } #footer { padding: 0px 0px 0px !important; } .btnRegister { margin-top: 15% !important; width: 50% !important; } .col-md-4.col-sm-4.col-xs-12.contact-left{ padding: 10px 0px 0px 130px !important; margin-top: 23% !important; left: 0% !important; text-align: justify; } .mt-20 { margin-top: 5px !important; } .wrap-input100 .input100 { padding: 0 5px !important; height: 45px !important; font-size: 15px !important; } .center li { width: 50px !important; height: 50px !important; line-height: 50px !important; margin-left: 20px !important; } .social { margin-left: -18px !important; } .social .fa { font-size: 30px; color: #777; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 130px !important; } #social-test { font-size: 25px !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 10% !important; } .banner-image-bg::before { height: 200px !important; width: 200px !important; margin-top: -16px !important; margin-left: 23% !important; } .banner-image-bg2::before { height: 180px !important; width: 180px !important; margin-top: -4px !important; margin-left: 24% !important; } .banner-image-bg3::before { height: 160px !important; width: 160px !important; margin-top: 4px !important; margin-left: 27% !important; } .one { left: 30% !important; bottom: 60% !important; width: 80px !important; height: 45px !important; } .two { left: 16% !important; bottom: 52% !important; } .three { left: 9% !important; bottom: 38% !important; } .four { left: 9% !important; bottom: 23% !important; width: 80px !important; height: 45px !important; } .five { left: 16% !important; bottom: 9% !important; width: 80px !important; height: 45px !important; } .seven { right: 29% !important; top: 29% !important; width: 80px !important; height: 45px !important; } .eight { right: 16% !important; top: 38% !important; width: 80px !important; height: 45px !important; } .nine { right: 10%!important; bottom: 36%!important; width: 80px !important; height: 45px !important; } .ten { right: 11% !important; bottom: 22% !important; width: 80px !important; height: 45px !important; } .elaven { right: 19% !important; bottom: 8% !important; width: 80px !important; height: 45px !important; } .left-one{ opacity: 0; } .right-site { margin-top: -190px !important; } .right-site .tab .nav-tabs { margin-bottom: 10px !important; padding-right: 0px !important; margin-top: -146px !important; margin-left: 40px !important; display: flex; } .about-part .section-title { position: relative; margin-bottom: 23px; } .social2 { position: relative; padding-bottom: 65px; margin-left: 10% !important; } .social2 ul li { list-style: none; margin: 0 15px !important; margin-right: 25px; } .left-site .tab .nav-tabs { margin-bottom: 10px !important; padding-right: 58px !important; margin-top: -222px !important; margin-left: 61px !important; display: flex; } .left-site .tab .tab-content{ margin-top: -25px !important; } .vertical-tab .nav-tabs { width: 100%; display: flex !important; } .vertical-tab .nav-tabs li { padding: 0px 0px !important; } .vertical-tab .nav-tabs li.active a{ margin-top: 0px !important; } .vertical-tab .nav-tabs li a { font-size: 8px !important; } .vertical-tab .nav-tabs li a{ letter-spacing: 0px !important; padding: 10px 4px !important; } .col-md-6.col-xs-6.cv-part{ margin-bottom: 40px !important; } .line-bg::before { content: ""; background:none !important; } .skills { height: 540px !important; } .skills-section { margin-top: 90px !important; margin-left: 50px; } .btn-lg { left: 35% !important; width: 30% !important; top: -4px !important; } .section-title :before, .section-title:after { width: 30% !important; left: 35% !important; } .register-left img { margin-left: 10% !important; margin-top: 17% !important; margin-bottom: 0%; width: 30% !important; height: 100px; -webkit-animation: mover 2s infinite alternate; animation: mover 1s infinite alternate; } .hide-btn{ display: none; } .register-heading { text-align: center; margin-top: 14% !important; margin-bottom: -14% !important; color: #495057; } h3.register-heading { font-size: 19px !important; } .suc-btn{ margin-left: 20px; margin-top: 10px; } .all-doner-top input[type=text] { width: 150px !important; } .dvsn-btn{ width: 45% !important; } .notice { text-align: center; font-size: 12px !important; padding: 5px 5px !important; text-transform: capitalize; color: #7bff98; } .notice span { color: red; font-size: 16px !important; text-transform: uppercase; font-weight: 700; } .mb-20 { margin-bottom: 0px !important; } .all-doner-top h2{ margin-bottom: 10px !important; margin-top: 80px !important; } .all-doner-top .button { margin-left: -17px !important; margin-bottom: 10px !important; } .view-doner { padding-left: 0% !important; } .view-doner .register-left img { box-shadow: 5px 5px 24px 5px #000000; margin-bottom: 0% !important; margin-top: 0% !important; height: 100px !important; } .view-doner .register-left { margin-top: 80px !important; } .register-left h3 { margin-left: 5% !important; padding-bottom: 20px !important; font-size: 15px; } .register-table{ overflow-x: auto; } .section-title .btn span:after { transform: scaleY(0.8); left: 75% !important; z-index: -1; } .section-title .btn span:after { transform: scaleY(0.8); left: 65% !important; z-index: -1; } .section-title .btn:after { transform: scaleY(0.45); left: 0% !important; transition-delay: 0.2s; } .section-title .btn:before, .section-title .btn:after, .section-title .btn span:before, .section-title .btn span:after { content: ''; background: linear-gradient(to bottom,#337ab7,#ff000038); width: 35% !important; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; transition: all 0.3s; } .home { background-size: 100% 105% !important; } .header-logo::before { height: 120px !important; width: 58% !important; margin-left: 18% !important; } .contact-circle::before { top: 95px !important; left: 5% !important; height: 70px !important; width: 110px !important; background-size: 95% 105% !important; z-index: 1; animation: rotate 25s linear infinite; } table{ font-size: 10px !important; } #footer .footer-bottom-part .fb-left h2 { font-size: 12px !important; } #footer .footer-bottom-part .fb-mid h5 { font-size: 12px !important; padding-bottom: 15px !important; } #footer .footer-bottom-part .fb-mid a{ font-size: 9px !important; } #footer .footer-bottom-part .fb-last h5 { font-size: 12px !important; padding-bottom: 15px !important; } #footer .footer-bottom-part .fb-last ul li{ font-size: 12px !important; height: 25px !important; } #footer .footer-bottom-part .fb-last ul li span{ font-size: 12px !important; } .backtop { cursor: pointer; position: fixed; bottom: 3px !important; right: 15px !important; width: 35px !important; height: 35px !important; } .view-doner .register-left img { margin-left: 0% !important; width: 25% !important; } .view-doner button a{ padding: 10px 5px !important; font-size: 12px !important; } .view-doner h3{ font-size: 20px !important; } .register-left h3 { margin-left: 0% !important; padding-bottom: 20px !important; font-size: 15px; } .left-site { margin-top: -60px; padding-top: 40px; margin-bottom: 100px; padding-left: 0px !important; padding-right: 40px; } .view-doner .register-left h3 { margin-left: 7% !important; padding-bottom: 0px !important; font-size: 15px; width: 25%; display:none; } .logo2 img { margin-top: 10px !important; } .blog-img img { height: 247px !important; width: 100% !important; padding: 20px 30px !important; margin-top: 10% !important; } .blog-body h5 { font-size: 14px !important; text-align: center; margin-bottom: 20px; } #blog .blog-body .b-right ul { display: block; overflow: hidden; margin-bottom: 0; margin-left: 0% !important; } #blog .blog-body .b-right p { color: #173557; font-size: 16px !important; line-height: 26px; font-weight: 400; display: block; padding: 10px 0px !important; text-align: justify !important ; } #comments .comment-body { padding-bottom: 30px; padding: 0px 15px !important; } #comments .comments-heading h3 { margin-left: 14px !important; } .comments-des h5 { color: black !important; } .client-blog { position: relative; background-image: url(../images/black5.gif); width: 100%; padding-bottom: 10px !important; } .blog { padding-bottom: 25px !important; } .morebuttn .link { width: 40% !important; margin-top: 20px; margin-left: 30% !important; padding: 10px 20px; } .morebuttn .link span { font-size: 12px !important; padding: 12px 5px !important; } .blog-bottom .right{ display: inline-block; } .blog-bottom .left{ width: 50% !important; } .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 7px 10px !important; margin-bottom: 20px; } .blog-social .center p { font-size: 14px !important; text-transform: uppercase; padding: 0px 0px !important; text-align: right; color: #eabd44; margin-top: 20px !important; } .blog .serviceBox .title { color: #eabd44; font-size: 16px !important; text-transform: capitalize; margin: 120px 0 10px !important; } .serviceBox .description { font-size: 15px; color: #fff; letter-spacing: 1px; line-height: 27px; margin-bottom: 20px !important; } .blog-page .row{ margin:0 !important; padding:0 !important; } #comments .comment-body .comments-des p { overflow: scroll !important; } .register .register-form { padding: 24px 0px 5px 25px !important; margin-top: 12% !important; } .sidebar-content { padding-bottom: 100% !important; background-color: #000033; } .vertical-tab .nav-tabs li.active a { margin-bottom: 0px !important; } span.sccess{ margin-left: 10% !important; } .register-right{ margin-top: 15px !important; } #leave-comment form button{ width: 50% !important; margin-left: 25% !important; } .link { margin-top: 4px !important; margin-bottom: 5px !important; } }
public/client/css/responsive.css
@media (min-width: 1300px) { } @media (min-width: 1199px) and (max-width: 1299px) { .contact-left{ /*border:1px solid red;*/ padding-left: 100px !important; } .social { padding: 0px !important; } #footer .social { margin-left: -8px !important; padding: 0px 31px !important; } .view-doner button { width: 113px !important; } .cv-part{ width: 60% !important; } .download{ width: 30% !important; } } @media (min-width: 992px) and (max-width: 1199px) { .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 5px 30px !important; margin-bottom: 20px; } .blog-bottom .right p { text-align: center; text-transform: uppercase; color: white; border: 1px solid white; padding: 5px 10px !important; } .blog .serviceBox .service-content { padding: 145px 20px 3px !important; border-right: 3px solid var(--cl_2); } .all-blog .blog-bottom{ padding-bottom: 20px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 4px 3px !important; margin-bottom: 0px !important; } .all-blog button a{ font-size: 11px !important; } .all-blog .left{ width: 40% !important; padding-right: 0px !important; padding-left: 0px !important; margin-left: 0px; } .all-blog .right { width: 60% !important; padding-right: 0px !important; padding-left: 0px !important; } .all-blog .serviceBox .service-content { padding: 140px 20px 20px !important; border-right: 3px solid var(--cl_2); } .all-blog .right p{ } .all-blog .right p { font-size: 11px !important; padding: 5px 11px; } .nav-menu .btn { color: #fff; font-family: 'Roboto Condensed', sans-serif; font-size: 10px !important; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 5px 40px !important; border-radius: 0; overflow: hidden; position: relative; z-index: 1; transition: all 0.5s; margin-top: 25px; } .header-left .nav-menu span { font-size: 8px !important; } .header-right .nav-menu span { margin-left: -35px !important; font-size: 8px !important; } .header-br::before { content: ""; background: url(../images/icon-br.png); background-size: 100% 100%; background-repeat: no-repeat; height: 75% !important; width: 60% !important; position: absolute; z-index: -10; left: 22% !important; animation: rotate 45s linear infinite; } .logo img { width: 100px; height: 77px; margin-left: -85% !important; } .seven { right: 27% !important; } .eight { right: 19% !important; } .nine { right: 14% !important; } .ten { right: 15% !important; } .elaven { right: 19% !important; } .left-site .tab .nav-tabs { margin-left: 0px !important; padding: 26px 4px 0px 53px !important; padding-left: 91px !important; } .left-site .tab .nav-tabs li a { padding: 10px 10px !important; } .right-site .tab .nav-tabs { margin-left: 30px !important; } .left-one{ padding-left: 0px !important; } .right-one .title { margin-left: -60px !important; font-size: 14px !important; } .left-site .tab .tab-content { padding: 13px 13px 65px !important; } .ih-item.square { width: 100% !important; height: 100% !important; } .center li { margin-top: 0px !important; width: 45px !important; } .social { margin-left: -12px !important; padding: 0px 0px !important; } .cv p { margin-left: -20px; padding: 23px 0px 0px 0px !important; } .cv .bounce img { transform: rotate(0deg); padding-top: 20px; } .cv .btn { font-size: 13px !important; margin-top: 20px !important; } #abrSection1 p { font-size: 12px !important; } .social2 ul li { margin-right: 20px !important; } .social2 { margin-left: 0% !important; } .social2 ul { left: 55% !important; } .social2 ul li a { width: 80px !important; } .serviceBox { padding: 0px 0px !important; } #about .tab-pane h3 { padding-top: 10px !important; } .serviceBox:hover:after { border-bottom-width: 45px !important; border-left-width: 50px !important; } .serviceBox:hover:before { border-bottom-width: 45px !important; border-left-width: 50px !important; } .right-site .tab .tab-content h3 { overflow: auto; } .skills-section .tab .nav-tabs li.active a { margin-left: 30px !important; } .skills-section .tab .nav-tabs li a { margin-left: 0px !important; } .skills-section .tab .nav-tabs { margin-left: 33% !important; } .skills-section .tab .tab-content h3 { margin-left: -80px !important; font-size: 12px !important; } .contact-circle::before { top: 60px !important; left: 17% !important; } .contact-border::before { left: 12% !important; height: 100% !important; width: 75% !important; } #footer .social { margin-left: -8px !important; padding: 0px 31px !important; } #footer .footer-bottom-part .fb-left h2 { padding-left: 32px !important; } .right-one .button a { width: 175px !important; padding: 10px 15px !important; text-align: center; color: white; border: solid 2px white; z-index: 1; } .register-heading { text-align: center; margin-top: 6% !important; margin-bottom: -14% !important; color: #495057; } .register-left button { outline: none !important; border: none; background: transparent; margin-bottom: 20px !important; } } @media (min-width: 768px) and (max-width: 991.98px) { .all-blog .blog-bottom{ padding-bottom: 20px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 4px 3px !important; margin-bottom: 0px !important; } .all-blog button a{ font-size: 11px !important; } .all-blog .left{ width: 40% !important; padding-right: 0px !important; padding-left: 0px !important; margin-left: 0px; } .all-blog .right { width: 60% !important; padding-right: 0px !important; padding-left: 0px !important; } .all-blog .serviceBox .service-content { padding: 140px 20px 20px !important; border-right: 3px solid var(--cl_2); } .all-blog .right p{ } .all-blog .right p { font-size: 11px !important; padding: 5px 11px; } .blog-img img { height: 250px !important; width: 100% !important; padding: 30px 12px !important; margin-top: 10% !important; } #blog .blog-body .b-right { width: 100%; overflow: hidden; padding-top: 0px !important; } .blog-body h5 { font-size: 15px !important; text-align: center; margin-bottom: 20px; } #blog .blog-body .b-right ul { display: block; overflow: hidden; margin-bottom: 0; margin-left: 6% !important; } #blog .blog-body .b-right p { color: #173557; font-size: 15px !important; line-height: 26px; font-weight: 400; display: block; padding: 20px 0px !important; text-align: center; } #leave-comment form button { width: 30% !important; margin-left: 33% !important; } section#comments { padding-top: 20px !important; } #blog { padding: 0% 90px !important; } .blog .serviceBox .service-content { padding: 150px 20px 20px !important; border-right: 3px solid var(--cl_2); } .blog-bottom .right p { text-align: center; text-transform: uppercase; color: white; border: 1px solid white; padding: 7px 2px !important; font-size:12px !important; } .blog-social .center p { font-size: 12px !important; text-transform: uppercase; padding: 0px 15px !important; text-align: right; color: #eb14f9; margin-top: 10px !important; } .blog-social .center li { color: rgba(167, 146, 129, 0.6); list-style-type: none; display: inline-block; margin-top: 0px !important; width: 40px !important; height: 40px !important; line-height: 35px !important; padding: 1% ; border: 1px solid rgba(167, 146, 129, 0.4); cursor: pointer; margin-left: 5px !important; background: radial-gradient(red,blue,#ff32321f,green); transition: ease .3s; -webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.75); } .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 7px 18px !important; margin-bottom: 20px; font-size:12px !important; } .all-blog button { float: left; color: white; border: 1px solid white; padding: 8px 18px !important; } .all-blog h3 { margin-top: 15% !important; } .center li { line-height: 40px !important; } .view-doner .register-left h3{ margin-left: 20% !important; } .view-doner .register-left img{ width: 30% !important; } .register-left { text-align: left!important ; color: #fff; margin-top: 4%; } .view-doner .register-left img{ margin-bottom: 2% !important; } .view-doner .register-left { margin-top: 40px !important; } .all-doner-top input[type=text] { width: 270px !important; margin-left: 30px !important; padding: 7px 16px 6px 10px !important; } .all-doner-top { padding-bottom: 20px; margin-top: 40px !important; } .form-group.dvsn-btn{ width: 45% !important; display: inline-block; margin-left: 16px !important; } .register-form .btnRegister2{ margin-top: 0% !important; margin-bottom: 20px !important; } .register-left img { margin-top: 3% !important; margin-bottom: 0%; width: % !important; margin-left: 7% !important; height: 150px !important; } .register-heading { margin-bottom: -5% !important; color: #495057; } .register .register-form { padding: 0px 10% !important; margin-top: 10% !important; } .hide-btn{ display: none; } .download{ width: 25% !important; margin-left: 0px !important; float: right; } .cv .btn { margin-top: 6px !important; } .nav-menu { display: none; } .header-logo::before { content: ""; background: url(../images/logoone.png); background-size: 100% 100%; background-repeat: no-repeat; height: 150px ; width: 40% !important; position: absolute; z-index: -1; margin-left: 30% !important; } .logo img { width: 100px; height: 77px; margin-left: 30% !important; position: absolute !important; } .header-br::before { height: 88px !important; width: 13% !important; left: 45% !important; } header { position: absolute; transition: all ease 0.3s; z-index: 11; width: 100%; height: 80px !important; box-shadow: -5px 25px 12px -10px rgba(201, 201, 201, 0.67); } .home-left { margin-top: 0px !important; margin-left: 0px !important; padding: 0px 20px !important; width: 30% !important; display: inline-block; } .left-one{ padding-left: 0% !important; margin-top: 137px !important; } .text-effect { margin-left: 45px !important; margin-top: -25px !important; } .left-one a { color: red; text-decoration: none; font-size: 16px !important; } .home .middle { margin-top: 0px !important; position: relative !important; } .banner-image-bg::before { height: 250px !important; width: 250px !important; margin-top: 0px !important; margin-left: 34% !important; } .banner-image-bg2::before { height: 200px !important; width: 200px !important; margin-top: 25px !important; margin-left: 37% !important; } .banner-image-bg3::before { height: 100px !important; width: 100px !important; margin-top: 76px !important; margin-left: 43% !important; } .one { left: 35% !important; bottom: 60% !important; } .two { left: 26% !important; bottom: 50% !important; } .three { left: 22% !important; bottom: 37% !important; } .four { left: 22% !important; bottom: 24% !important; } .five { left: 26% !important; bottom: 10% !important; } .six { left: 36% !important; bottom: 1% !important; } .seven { right: 30% !important; top: 27% !important; } .eight { right: 23% !important; top: 37% !important;t; } .nine { right: 19%!important; bottom: 35%!important; } .ten { right: 20% !important; bottom: 21% !important; } .elaven{ right: 25% !important; bottom: 8% !important; } .twelve { right: 34% !important; bottom: 1% !important; } .home-right.right-one { width: 30% !important; float: right !important; padding-top: 0px !important; margin-top: 0px !important; } .right-one .title { margin-left: -33px !important; font-size: 13px !important; } #home { height: 485px !important; } .rg-bttn{ width: 100% !important; margin-left: 20%; } .button.btn-one { margin-top: 51px !important; } .heartbit{ right: 35% !important; } .point { width: 9px !important; height: 8px !important; right: 36% !important; } .left-one a:hover::before { margin-left: 415px !important; } .left-one a::before { height: 200px !important; left: -457px !important; width: 200px !important; } .home-left:hover { border-top: none !important; border-bottom: none !important; } .col-md-5.left-site { width: 45% !important; display: inline-block; margin-top: 0px !important; padding-top: 0px !important; margin-bottom: 85px !important; padding-right: 0px !important; } .col-md-6.right-site { width: 54% !important; display: inline-block; margin-top: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; padding-right: 0px !important; } /*.about-left{ margin-top: 0px !important; } */ .left-site::before { height: 120% !important; width: 100% !important; top: 0px !important; left: 0px !important; background-size: 112% 100% !important; } .left-site .tab .nav-tabs { margin-left: 38px !important; padding: 40px 0px 0px 0px !important; padding-left: 30px !important; } .left-site .tab .nav-tabs li a { padding: 10px 18px !important; font-size: 14px !important; } .left-site .tab .tab-content { padding: 0px 0px 40px 0px!important; margin-left: 47px !important; width: 80% !important; } .ih-item.square { width: 100% !important; height: 100% !important; } div#abSection1{ padding:10px; } .social { margin-left: -14px !important; padding: 0px 0px !important; } .cv-part{ width: 60%; } .cv a { float: right !important; margin-top: 0px !important; display: inline-block; } .left-site .tab .tab-content h3 { font-size: 15px !important; margin-top: 0; padding-top: 12px !important; } #abSection2 p { padding: 0px 20px !important; font-size: 12px !important; } #abSection3 p { padding: 0px 14px !important; font-size: 12px !important; } .right-site .tab .nav-tabs { margin-left: 0px !important; padding-top: 42px !important; } #abrSection1 p { font-size: 11px !important; line-height: 1.4 !important; } .morebuttn .link { width: 27% !important; margin-top: 20px; margin-left: 38% !important; padding: 10px 20px; } .right-site .tab .tab-content { padding: 24px !important; margin-left: 0px !important; width: 80% !important; } .social2 ul li { margin-right: 0px !important; } .social2 { margin-left: 5% !important; } .social2 ul li a { text-align: center !important; padding-left: 0px !important; width: 90px !important; } #abrSection3 h4 { padding-bottom: 10px !important; margin-top: 0px !important; } .serviceBox { padding: 0px 0px !important; } #about .tab-pane h3 { overflow: auto; } .right-site .tab .tab-content h3 { font-size: 7px !important; } .serviceBox:hover:before { border-top-width: 40px !important; border-right-width: 50px !important; } .serviceBox:hover:after { border-bottom-width: 40px !important; border-left-width: 50px !important; } .skills-section .tab .nav-tabs { border: none; margin-left: 29% !important; margin-bottom: 50px !important; margin-top: -94px !important; opacity: 0.9; } .skills-section .skill-nav li.active a { margin-left: 50px !important; } .skills-section .skill-nav li a { padding: 10px 12px !important; margin-right: 12px !important; margin-left: 16px !important; } .mt-55 { margin-top: 10px !important; } .progress { height: 3px !important; margin: 0px 0 30px !important; width: 80% !important; left: 20% !important; box-shadow: 0px 3px 20px 4px #0000ff8f; padding-top: 8px !important; } .progress .progress-value { width: 37px !important; height: 18px !important; line-height: 20px !important; border-radius: 3px; background: #393a3d; box-shadow: 0 5px 5px rgba(0,0,0,0.4); font-size: 10px !important; font-weight: 700; color: #fff; text-align: center; position: absolute; bottom: 13px !important; right: -12px !important; } .skills-section .tab .tab-content { margin-top: -50px !important; } .link span { color: #ffffff; font-size: 13px !important; } .vertical-tab .nav-tabs li a { font-size: 12px !important; } .item img { height: 150px !important; padding: 0px 0px !important; } .gallery { height: 725px !important; } .gallery-line-bg::before { height: 80% !important; } .section-title .btn span { color: white; font-weight: 800; font-size: 15px !important; } .owl-theme .owl-controls .owl-buttons div { display: none; } .contact-left{ padding: 0px 0px !important; margin-top: 18% !important; left: 12% !important; } .container-contact100 { width: 100% !important; margin-left: 0% !important; margin-top: 0% !important; } .wrap-contact100 { display: block !important; } .contact100-form { width: 85% !important; padding: 55px 18px 0px 104px !important; } .contact-border::before { left: 10% !important; width: 80% !important; height: 90% !important; } .btnRegister { margin-top: 15% !important; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 145px !important; } #footer .footer-bottom-part .fb-left ul li { margin-left: 60px !important; } #footer .footer-bottom-part .fb-mid { width: 100%; min-height: 175px !important; margin-left: 0px !important; } #footer .address { width: 100% !important; } #footer .footer-bottom-part .fb-last { min-height: 220px !important; margin-left: 0px !important; } #footer .footer-bottom-part .fb-last h5 { text-align: center !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 33% !important; } .progress .progress-bar:after { width: 15px !important; height: 15px !important; } } @media (max-width: 767.98px) { section { padding-top: 30px !important; } .header .header-left nav { display: none; } .header ul.nav-menu.nav-scroll{ display: none; } .header-logo::before { height: 140px !important; width: 50% !important; margin-left: 22% !important; } .logo img { width: 100px !important; height: 77px !important; margin-left: 50% !important; } .point { right: 35% !important; } .heartbit { right: 33% !important; } .home-left { margin-top: 0px !important; margin-left: 0px !important; padding: 0px 20px !important; width: 30% !important; display: inline-block; } .left-one{ padding-left: 0% !important; margin-top: 137px !important; } .text-effect { font-size: 45px !important; } .left-one a { font-size: 14px !important; } .home .middle { margin-top: 0px !important; position: relative !important; } .one { left: 35% !important; bottom: 60% !important; width: 80px !important; height: 45px !important; } .two { left: 23% !important; bottom: 54% !important; width: 80px !important; height: 45px !important; } .three { left: 16% !important; bottom: 44% !important; width: 80px !important; height: 45px !important; } .four { left: 14% !important; bottom: 26% !important; width: 80px !important; height: 45px !important; } .five { left: 19% !important; bottom: 12% !important; width: 80px !important; height: 45px !important; } .six { left: 29% !important; bottom: 3% !important; width: 80px !important; height: 45px !important; } .seven { right: 31% !important; top: 29% !important; width: 80px !important; height: 45px !important; } .eight { right: 23% !important; top: 37% !important;t; width: 80px !important; height: 45px !important; } .nine { right: 15%!important; bottom: 40%!important; width: 80px !important; height: 45px !important; } .ten { right: 15% !important; bottom: 25% !important; width: 80px !important; height: 45px !important; } .elaven{ right: 20% !important; bottom: 12% !important; width: 80px !important; height: 45px !important; } .twelve { right: 34% !important; bottom: 2% !important; width: 80px !important; height: 45px !important; } .home-right.right-one { width: 30% !important; float: right !important; padding-top: 0px !important; margin-top: 0px !important; } #home { height: 400px !important; } .rg-bttn{ width: 100% !important; margin-left: 20%; } .button.btn-one { margin-top: 51px !important; } .banner-image-bg::before { height: 200px !important; width: 200px !important; margin-top: -10px !important; margin-left: 25% !important; } .banner-image-bg2::before { height: 180px !important; width: 180px !important; margin-top: -3px !important; margin-left: 28% !important; } .banner-image-bg3::before { height: 80px !important; width: 80px !important; margin-top: 49px !important; margin-left: 38% !important; } .right-one .title { margin-left: -67px !important; font-size: 10px !important; top: 140px !important; border: 1px solid white; } .right-one .button { left: -31px !important; top: -40px !important; } .right-one .button a { padding: 5px 8px !important; } .rg-bttn { width: 100% !important; margin-left: 10%; } .button.btn-one { margin-top: 34px !important; } .home { background-size: 100% 100% !important; } .section-title .btn span { padding: 10px 5px !important; display: block; position: relative; z-index: 1; } .section-title .btn span { color: white; font-weight: 800; font-size: 12px !important; } .left-one a::before { height: 150px !important; left: -405px !important; bottom: 2vh !important; width: 150px !important; } .col-md-12.about-left{ margin-top: 200px; } .left-site::before { content: ""; background: url(../images/technology/about-border.png); background-size: 100% 100%; height: 122% !important; width: 100% !important; background-repeat: no-repeat; position: absolute; z-index: -3; top: 0px !important; left: 0px !important; } .col-md-5.col-sm-6.left-site{ padding-right: 0px !important; } .left-site .tab .nav-tabs { margin-bottom: 30px; margin-top: -150px; opacity: 0.9; margin-left: 70px !important; padding: 29px 79px 0px 57px !important; padding-left: 0px !important; border-bottom: none; } .left-site .tab .tab-content { padding: 10px 10px 53px 10px !important; background: #0f4c5c29; outline: 3px solid #fcd0a1; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 26px; letter-spacing: 1px; position: relative; margin-left: 56px !important; width: 70% !important; box-shadow: 0px 3px 20px 4px #902020; } .social { padding-left: 0px !important; margin-left: -12px !important; padding: 0px 0px !important; } .ih-item.square { width: 100% !important; height: 100% !important; } #about .tab-pane h3 { padding: 10px !important; } .right-site::before { content: ""; background: url(../images/technology/about-border.png); background-size: 100% 100%; height: 120%; width: 100% !important; background-repeat: no-repeat; position: absolute; z-index: -3; top: 0px !important; right: 0px !important; } .right-site .tab .nav-tabs { margin-bottom: 30px; margin-top: -76px !important; opacity: 0.9; margin-left: 72px !important; /* padding-top: 0px; */ border-bottom: none; padding-right: 32px !important; } .right-site { margin-top: -130px !important; } .right-site .tab .tab-content { padding: 15px !important; outline: 3px solid #fcd0a1; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 30px; letter-spacing: 1px; position: relative; margin-left: 62px !important; width: 75% !important; background: #0f4c5c29; box-shadow: 0px 3px 20px 4px #902020; } .social2 ul li { list-style: none; margin: 0 5px; margin-right: 0px !important; } .social2 ul li a { width: 80px !important; height: 30px !important; background: #fff; text-align: center !important; padding-left: 0px !important; transform: rotate(0deg) skew(12deg) translate(0,0); transition: .5s; box-shadow: -33px 20px 10px rgba(0,0,0,.5); } .about-part span { font-size: 10px !important; } .skills-section .tab .nav-tabs { border: none; margin-left: -32% !important; margin-bottom: 103px; margin-top: -103px; opacity: 0.9; display: flex ; padding: 0px 60px !important; } .skills-section .skill-nav li a { margin-right: 0px !important; border-radius: 0% !important; } .skills-section .skill-nav li.active a { background: #9a031e; color: #fcd0a1; border: none; margin-left: 0px !important; } .line-bg::before { content: ""; background: url(../images/technology/about-bg.png); background-size: 100% 70%; height: 107% !important; width: 100%; background-repeat: no-repeat; position: absolute; z-index: -1; top: 90px !important; left: 0; } .skills-section .tab .tab-content { padding: 30px; background: #0f4c5c17; outline: 3px solid #0f4c5c30; outline-offset: -8px; font-size: 17px; color: #fcd0a1; line-height: 30px; letter-spacing: 2px; position: relative; width: 96% !important; margin-left: -24px !important; margin-top: -118px !important; } .mt-55 { margin-top: 15px !important; } .progress { height: 5px; background: #ffffff; border-radius: 0; margin: 0px 0 30px !important; overflow: visible; position: relative; width: 72% !important; left: 32% !important; box-shadow: 0px 3px 20px 4px #0000ff8f; } .skills-section .tab .tab-content h3 { font-size: 12px !important; margin-top: 0px !important; text-align: center; text-transform: uppercase; color: white; text-shadow: 2px 2px #ff000094; margin-left: -100px !important; } .progress .progress-value { width: 37px !important; height: 18px !important; line-height: 20px !important; border-radius: 3px; background: #393a3d; box-shadow: 0 5px 5px rgba(0,0,0,0.4); font-size: 10px !important; font-weight: 700; color: #fff; text-align: center; position: absolute; bottom: 13px !important; right: -12px !important; } .progress .progress-bar:after { width: 12px !important; height: 12px !important; } .vertical-tab .nav-tabs li.active a { color: #fff; background-color: transparent; border: none; margin-top: 20px !important; margin-bottom: 20px !important; } .vertical-tab .nav-tabs li { float: none; vertical-align: top; margin-left: 0% !important; padding: 0px 75px !important; } .vertical-tab .nav-tabs li a { font-size: 12px !important; } .link span { font-size: 10px !important; } .item img { height: 140px !important; padding: 0px 0px !important; } .gallery { height: 920px !important; } .gallery-line-bg::before { height: 95% !important; top: 75px !important; left: 0; } .owl-theme .owl-controls .owl-buttons div{ display: none; } .col-md-4.col-sm-4.col-xs-6.contact-left{ padding: 0px !important; margin-top: 27% !important; left: 0% !important; } .container-contact100 { width: 100% !important; margin-left: 0% !important; } .contact-border::before { left: 0% !important; height: 100%; width: 100% !important; } .des-con{ display: none; } input.input100 { height: 30px !important; font-size: 15px !important; } .mt-20 { margin-top: 0px !important; } textarea.input100 { min-height: 80px !important; padding-top: 19px !important; padding-bottom: 15px !important; } .input100 { font-size: 15px !important; } .btnRegister { margin-top: 32% !important; width: 100% !important; } .contact-left p { font-size: 16px !important; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 145px !important; } #footer .footer-bottom-part .fb-left ul li { margin-left: 10px !important; } #footer .footer-bottom-part .fb-mid { width: 100%; min-height: 175px !important; margin-left: 0px !important; } #footer .address { width: 100% !important; } #footer .footer-bottom-part .fb-last { min-height: 175px !important; margin-left: 0px !important; } #footer .footer-bottom-part .fb-last h5 { text-align: center !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 20% !important; } .social-left{ margin-left: 50px; } } @media (max-width: 430px) { .all-blog .serviceBox .service-content { padding: 20px 0px 50px !important; border-right: 3px solid var(--cl_2); } .all-blog h3 { text-align: center; font-size: 20px; /* margin-left: 40%; */ color: white; text-transform: uppercase; margin-top: 33% !important; } .blog .serviceBox { font-family: 'Niramit', sans-serif; text-align: center; padding: 0px 0 0 !important; margin: 110px 10px 0; border-left: 3px solid var(--cl_1); position: relative; z-index: 1; } section { padding-top: 30px !important; } .text-effect { margin-left: 0px !important; } .left-one a { font-size: 10px !important; } .header-br::before { height: 80px !important; width: 92px !important; position: absolute; z-index: -10; left: 39% !important; animation: rotate 45s linear infinite; } .logo img { width: 80px !important; height: 60px !important; margin-left: 50% !important; } .left-site .tab .tab-content { margin-left: 55px !important; width: 75% !important; } .left-site::before { width: 117% !important; left: -37px !important; margin-top: -45px; } .right-site .tab .tab-content { margin-left: 32px !important; width: 90% !important; } .serviceBox { padding: 0px 0px !important; } .right-site::before { width: 117% !important; left: -37px !important; top: 20px !important; } .tab-pane h3 { padding: 0px !important; overflow: hidden !important; } .skills-section .tab .nav-tabs { margin-left: -45% !important; } .skills-section .tab .tab-content { padding: 0px !important; } .link span { font-size: 8px !important; padding: 0px 0px !important; } .gallery-line-bg::before { height: 90% !important; } .gallery { height: 635px !important; margin-top: -26px; } .contact100-form { padding: 0px 30px 0px 15px !important; } #contact { padding-bottom: 390px !important; } #footer { padding: 0px 0px 0px !important; } .btnRegister { margin-top: 15% !important; width: 50% !important; } .col-md-4.col-sm-4.col-xs-12.contact-left{ padding: 10px 0px 0px 130px !important; margin-top: 23% !important; left: 0% !important; text-align: justify; } .mt-20 { margin-top: 5px !important; } .wrap-input100 .input100 { padding: 0 5px !important; height: 45px !important; font-size: 15px !important; } .center li { width: 50px !important; height: 50px !important; line-height: 50px !important; margin-left: 20px !important; } .social { margin-left: -18px !important; } .social .fa { font-size: 30px; color: #777; } #footer .footer-bottom-part .fb-left { margin-left: 0px !important; min-height: 130px !important; } #social-test { font-size: 25px !important; } #footer .footer-bottom-part .fb-last ul { padding-left: 10% !important; } .banner-image-bg::before { height: 200px !important; width: 200px !important; margin-top: -16px !important; margin-left: 23% !important; } .banner-image-bg2::before { height: 180px !important; width: 180px !important; margin-top: -4px !important; margin-left: 24% !important; } .banner-image-bg3::before { height: 160px !important; width: 160px !important; margin-top: 4px !important; margin-left: 27% !important; } .one { left: 30% !important; bottom: 60% !important; width: 80px !important; height: 45px !important; } .two { left: 16% !important; bottom: 52% !important; } .three { left: 9% !important; bottom: 38% !important; } .four { left: 9% !important; bottom: 23% !important; width: 80px !important; height: 45px !important; } .five { left: 16% !important; bottom: 9% !important; width: 80px !important; height: 45px !important; } .seven { right: 29% !important; top: 29% !important; width: 80px !important; height: 45px !important; } .eight { right: 16% !important; top: 38% !important; width: 80px !important; height: 45px !important; } .nine { right: 10%!important; bottom: 36%!important; width: 80px !important; height: 45px !important; } .ten { right: 11% !important; bottom: 22% !important; width: 80px !important; height: 45px !important; } .elaven { right: 19% !important; bottom: 8% !important; width: 80px !important; height: 45px !important; } .left-one{ opacity: 0; } .right-site { margin-top: -190px !important; } .right-site .tab .nav-tabs { margin-bottom: 10px !important; padding-right: 0px !important; margin-top: -146px !important; margin-left: 40px !important; display: flex; } .about-part .section-title { position: relative; margin-bottom: 23px; } .social2 { position: relative; padding-bottom: 65px; margin-left: 10% !important; } .social2 ul li { list-style: none; margin: 0 15px !important; margin-right: 25px; } .left-site .tab .nav-tabs { margin-bottom: 10px !important; padding-right: 58px !important; margin-top: -222px !important; margin-left: 61px !important; display: flex; } .left-site .tab .tab-content{ margin-top: -25px !important; } .vertical-tab .nav-tabs { width: 100%; display: flex !important; } .vertical-tab .nav-tabs li { padding: 0px 0px !important; } .vertical-tab .nav-tabs li.active a{ margin-top: 0px !important; } .vertical-tab .nav-tabs li a { font-size: 8px !important; } .vertical-tab .nav-tabs li a{ letter-spacing: 0px !important; padding: 10px 4px !important; } .col-md-6.col-xs-6.cv-part{ margin-bottom: 40px !important; } .line-bg::before { content: ""; background:none !important; } .skills { height: 540px !important; } .skills-section { margin-top: 90px !important; margin-left: 50px; } .btn-lg { left: 35% !important; width: 30% !important; top: -4px !important; } .section-title :before, .section-title:after { width: 30% !important; left: 35% !important; } .register-left img { margin-left: 10% !important; margin-top: 17% !important; margin-bottom: 0%; width: 30% !important; height: 100px; -webkit-animation: mover 2s infinite alternate; animation: mover 1s infinite alternate; } .hide-btn{ display: none; } .register-heading { text-align: center; margin-top: 14% !important; margin-bottom: -14% !important; color: #495057; } h3.register-heading { font-size: 19px !important; } .suc-btn{ margin-left: 20px; margin-top: 10px; } .all-doner-top input[type=text] { width: 150px !important; } .dvsn-btn{ width: 45% !important; } .notice { text-align: center; font-size: 12px !important; padding: 5px 5px !important; text-transform: capitalize; color: #7bff98; } .notice span { color: red; font-size: 16px !important; text-transform: uppercase; font-weight: 700; } .mb-20 { margin-bottom: 0px !important; } .all-doner-top h2{ margin-bottom: 10px !important; margin-top: 80px !important; } .all-doner-top .button { margin-left: -17px !important; margin-bottom: 10px !important; } .view-doner { padding-left: 0% !important; } .view-doner .register-left img { box-shadow: 5px 5px 24px 5px #000000; margin-bottom: 0% !important; margin-top: 0% !important; height: 100px !important; } .view-doner .register-left { margin-top: 80px !important; } .register-left h3 { margin-left: 5% !important; padding-bottom: 20px !important; font-size: 15px; } .register-table{ overflow-x: auto; } .section-title .btn span:after { transform: scaleY(0.8); left: 75% !important; z-index: -1; } .section-title .btn span:after { transform: scaleY(0.8); left: 65% !important; z-index: -1; } .section-title .btn:after { transform: scaleY(0.45); left: 0% !important; transition-delay: 0.2s; } .section-title .btn:before, .section-title .btn:after, .section-title .btn span:before, .section-title .btn span:after { content: ''; background: linear-gradient(to bottom,#337ab7,#ff000038); width: 35% !important; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; transition: all 0.3s; } .home { background-size: 100% 105% !important; } .header-logo::before { height: 120px !important; width: 58% !important; margin-left: 18% !important; } .contact-circle::before { top: 95px !important; left: 5% !important; height: 70px !important; width: 110px !important; background-size: 95% 105% !important; z-index: 1; animation: rotate 25s linear infinite; } table{ font-size: 10px !important; } #footer .footer-bottom-part .fb-left h2 { font-size: 12px !important; } #footer .footer-bottom-part .fb-mid h5 { font-size: 12px !important; padding-bottom: 15px !important; } #footer .footer-bottom-part .fb-mid a{ font-size: 9px !important; } #footer .footer-bottom-part .fb-last h5 { font-size: 12px !important; padding-bottom: 15px !important; } #footer .footer-bottom-part .fb-last ul li{ font-size: 12px !important; height: 25px !important; } #footer .footer-bottom-part .fb-last ul li span{ font-size: 12px !important; } .backtop { cursor: pointer; position: fixed; bottom: 3px !important; right: 15px !important; width: 35px !important; height: 35px !important; } .view-doner .register-left img { margin-left: 0% !important; width: 25% !important; } .view-doner button a{ padding: 10px 5px !important; font-size: 12px !important; } .view-doner h3{ font-size: 20px !important; } .register-left h3 { margin-left: 0% !important; padding-bottom: 20px !important; font-size: 15px; } .left-site { margin-top: -60px; padding-top: 40px; margin-bottom: 100px; padding-left: 0px !important; padding-right: 40px; } .view-doner .register-left h3 { margin-left: 7% !important; padding-bottom: 0px !important; font-size: 15px; width: 25%; display:none; } .logo2 img { margin-top: 10px !important; } .blog-img img { height: 247px !important; width: 100% !important; padding: 20px 30px !important; margin-top: 10% !important; } .blog-body h5 { font-size: 14px !important; text-align: center; margin-bottom: 20px; } #blog .blog-body .b-right ul { display: block; overflow: hidden; margin-bottom: 0; margin-left: 0% !important; } #blog .blog-body .b-right p { color: #173557; font-size: 16px !important; line-height: 26px; font-weight: 400; display: block; padding: 10px 0px !important; text-align: justify !important ; } #comments .comment-body { padding-bottom: 30px; padding: 0px 15px !important; } #comments .comments-heading h3 { margin-left: 14px !important; } .comments-des h5 { color: black !important; } .client-blog { position: relative; background-image: url(../images/black5.gif); width: 100%; padding-bottom: 10px !important; } .blog { padding-bottom: 25px !important; } .morebuttn .link { width: 40% !important; margin-top: 20px; margin-left: 30% !important; padding: 10px 20px; } .morebuttn .link span { font-size: 12px !important; padding: 12px 5px !important; } .blog-bottom .right{ display: inline-block; } .blog-bottom .left{ width: 50% !important; } .blog-bottom button { float: left; color: white; border: 1px solid white; padding: 7px 10px !important; margin-bottom: 20px; } .blog-social .center p { font-size: 14px !important; text-transform: uppercase; padding: 0px 0px !important; text-align: right; color: #eabd44; margin-top: 20px !important; } .blog .serviceBox .title { color: #eabd44; font-size: 16px !important; text-transform: capitalize; margin: 120px 0 10px !important; } .serviceBox .description { font-size: 15px; color: #fff; letter-spacing: 1px; line-height: 27px; margin-bottom: 20px !important; } .blog-page .row{ margin:0 !important; padding:0 !important; } #comments .comment-body .comments-des p { overflow: scroll !important; } .register .register-form { padding: 24px 0px 5px 25px !important; margin-top: 12% !important; } .sidebar-content { padding-bottom: 100% !important; background-color: #000033; } .vertical-tab .nav-tabs li.active a { margin-bottom: 0px !important; } span.sccess{ margin-left: 10% !important; } .register-right{ margin-top: 15px !important; } #leave-comment form button{ width: 50% !important; margin-left: 25% !important; } .link { margin-top: 4px !important; margin-bottom: 5px !important; } }
0.196441
0.104706
body { margin: 0; padding: 0; background: #1ddbcf; font-family: sans-serif; } h2 { text-align: center; } h3 { text-align: center; padding: 10px; box-sizing: border-box; background: rgba(0,0,0,.1); box-shadow: inset 0 0 15px rgba(0,0,0,.2); border-radius: 10px; color: black; } ul, .entry-btn { position: relative; width: 450px; margin: 100px auto 0; padding: 10px; box-sizing: border-box; background: rgba(0,0,0,.1); box-shadow: inset 0 0 15px rgba(0,0,0,.2); border-radius: 40px; overflow: hidden; } ul li, .entry-btn { display: flex; background: rgba(255,255,255,0,1); padding: 10px 20px; color: #fff; margin: 5px 0; transition: 0.5s; border-radius: 20px; } ul li:nth-child(1) { background: rgba(255,255,255,0.6); } ul li:nth-child(2) { background: rgba(255,255,255,0.4); } ul li:nth-child(3) { background: rgba(255,255,255,0.2); } ul li span:nth-child(1) { width: 30px; } ul li span:nth-child(2) { width: 200px; } ul li span:nth-child(3) { width: 100px; text-align: right; } ul li span:nth-child(4) { width: 50px; text-align: right; } ul li:hover { transform: scale(1.06); background: #1ddbcf; } i:hover { transform: scale(2); transition: 0.3s; } #valid { color: #0f9100; } #delete { color: #91000c; } .search-box { display: flex; position: relative; width: 300px; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,.1); height: 40px; border-radius: 40px; padding: 10px; margin-top: 50px; } ::placeholder { color: white; } .search-box:hover > .search-txt { width: 240px; padding: 0 6px; } .search-btn { color: #e84118; float: right; width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; } .search-txt { border: none; background: none; outline: none; float: left; padding: 0; color: white; font-size: 16px; transition: 1s; line-height: 40px; width: 0px; } .listFamily:hover { transform: scale(1.06); background: #1ddbcf; } .listFamily { color: black; } #listFamily { width: 350px; } #entry-btn { width: 390px; }
Organi/Organiapp/static/Organiapp/css/style.css
body { margin: 0; padding: 0; background: #1ddbcf; font-family: sans-serif; } h2 { text-align: center; } h3 { text-align: center; padding: 10px; box-sizing: border-box; background: rgba(0,0,0,.1); box-shadow: inset 0 0 15px rgba(0,0,0,.2); border-radius: 10px; color: black; } ul, .entry-btn { position: relative; width: 450px; margin: 100px auto 0; padding: 10px; box-sizing: border-box; background: rgba(0,0,0,.1); box-shadow: inset 0 0 15px rgba(0,0,0,.2); border-radius: 40px; overflow: hidden; } ul li, .entry-btn { display: flex; background: rgba(255,255,255,0,1); padding: 10px 20px; color: #fff; margin: 5px 0; transition: 0.5s; border-radius: 20px; } ul li:nth-child(1) { background: rgba(255,255,255,0.6); } ul li:nth-child(2) { background: rgba(255,255,255,0.4); } ul li:nth-child(3) { background: rgba(255,255,255,0.2); } ul li span:nth-child(1) { width: 30px; } ul li span:nth-child(2) { width: 200px; } ul li span:nth-child(3) { width: 100px; text-align: right; } ul li span:nth-child(4) { width: 50px; text-align: right; } ul li:hover { transform: scale(1.06); background: #1ddbcf; } i:hover { transform: scale(2); transition: 0.3s; } #valid { color: #0f9100; } #delete { color: #91000c; } .search-box { display: flex; position: relative; width: 300px; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,.1); height: 40px; border-radius: 40px; padding: 10px; margin-top: 50px; } ::placeholder { color: white; } .search-box:hover > .search-txt { width: 240px; padding: 0 6px; } .search-btn { color: #e84118; float: right; width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; } .search-txt { border: none; background: none; outline: none; float: left; padding: 0; color: white; font-size: 16px; transition: 1s; line-height: 40px; width: 0px; } .listFamily:hover { transform: scale(1.06); background: #1ddbcf; } .listFamily { color: black; } #listFamily { width: 350px; } #entry-btn { width: 390px; }
0.316898
0.067362
@charset "utf-8"; /* ====================== General styles ====================== */ html { margin: 0; padding: 0; } *, *:before, *::before, *::after, *:after { margin: 0; padding: 0; } /* CSS Document */ body, td, th, p { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333; line-height: 1.5; overflow-x: hidden !important; } body { margin: 0; background-color: #f7f7f7; position: relative; max-width: 2500px; } ol, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333; } a { color: #b0deff; text-decoration: none; } a:hover, a:focus { color: #3397db; text-decoration: none; } a img { border: none 0px #fff; } h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } span, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } main { margin: 0 auto; padding: 3px; background-color: #f3f3f3; color: #1f1f1f; width: 100%; min-height: 100%; max-width: 2500px; } footer { background-color: #5a5a5a; } /* ====================== Navigation ====================== */ nav, nav ol { background-color: #5a5a5a; } /*nav ol{ font-size: inhirit }*/ .breadcrumb {margin-bottom: 0} nav > a { width: 100%; } nav > a > i{ color: #72b4e4} #breadcrumb { margin: 0; background-color: #5a5a5a; font-weight: 500; text-align: left; } /* Display list items side by side */ #breadcrumb li { display: inline; font-size: 1.5em; line-height: 1.1; } /* Add a slash symbol (/) before/behind each list item */ #breadcrumb li + li:before { content: "/\00a0"; } /* Add a color on mouse-over */ #breadcrumb li a:hover { color: #FFF; } /* ====================== Map ====================== */ #map { margin: 0 auto; height: 32rem; width: 100%; background-color: #ccc; } /* Hyperlink Map Color */ #map a { color: #2b5e73; } /* Offline Map Warning */ .map-offline { display: flex; justify-content: center; align-items: center; flex-flow: column; text-align: center; } .map-offline div { margin-left: 30px; margin-right: 30px; } .map-offline .warning-icon { margin: 0 25px 25px; width: 40px; height: 40px; color: white; font-size: 2.5em; display: flex; align-items: center; justify-content: center; border-radius: 40px; background-color: #ff572296; } .map-offline .warning-message { font-size: 1.3em; } .map-offline .warning-suggestion { font-size: .9em; } /* ====================== Restaurant Filtering ====================== */ .mb-3, .my-3 { margin-bottom: 0 !important; } .filter-options { padding: 10px 5px 10px; background-color: #207ab6; position: relative; align-items: center; text-align: center; margin: 0; } .filter-options h2 { margin: 0 25px; color: white; font-size: 1.3em; letter-spacing: 3px; line-height: 1; } /* ====================== Restaurant Listing ====================== */ #restaurants-list { margin: 0 auto; padding: 30px 0; background-color: #f3f3f3; list-style: outside none none; text-align: center; width: 80vw; display: flex; flex-wrap: wrap; justify-content: space-between; } #restaurants-list li { margin: 10px; background-color: #fff; border: 2px solid #ccc; font-family: Arial, sans-serif; text-align: left; min-height: 380px; width: 30%; display: flex; flex-direction: column; justify-content: space-between; } .card{ border-radius: 11px;} #restaurants-list .restaurant-img { overflow: hidden; border-radius: 11px !important; vertical-align: middle; box-sizing: border-box; width: 100%; } #restaurants-list li h1 { margin: 20px 0 10px; padding: 0 20px; color: #b53f03; font-family: Arial, sans-serif; font-size: 2em; font-weight: 700; letter-spacing: 0; line-height: 1.3em; text-align: center; text-transform: uppercase; } #restaurants-list p:nth-of-type(2n) { margin: 5px 10px 20px; font-size: 1.3em; } #restaurants-list li a:hover, #restaurants-list li a:focus { background-color: #dc143c; } /* ====================== Restaurant Details ====================== */ .inside .restaurant-header { position: fixed; top: 0; width: 100%; z-index: 1000; display: flex; flex-direction: column; align-items: center; } .restaurant-header #breadcrumb { width: 100%; text-align: center; } .restaurant-main { order: 0; margin: 0 auto; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; height: 300px; } .restaurant-main .map-container { width: 50%; padding: 140px 0 30px 0; } .inside #map { background-color: #ccc; height: 100%; width: 100%; z-index: 1; } .inside #footer { bottom: 0; position: absolute; width: 100%; } #restaurant-name { text-transform: uppercase; } #restaurant-img { margin: 10px auto; width: 52%; border-radius: 21px; } #restaurant-cuisine { letter-spacing: 10px; text-align: center; text-transform: uppercase; } #restaurant-address { font-size: 13pt; } #restaurant-hours { padding: 0 10px; font-size: 15px; overflow: hidden; text-align: center; color: #FFF; font-weight: bold; border-radius: 13px; } table th, table td{ color: #FFF; } /*================ Reviews Details ==============*/ #reviews-container { padding: 0; margin: 30px auto 0 auto; border-bottom: 1px solid #d9d9d9; } #reviews-container h3 { color: #3e444a; font-weight: bold; text-transform: uppercase; } #reviews-list { margin-bottom: 80px; padding: 0 20px 20px; flex-wrap: wrap; } #reviews-list li p { margin: 0 0 10px; font-size: 1.3em; } #reviews-list li p:nth-of-type(1), #reviews-list li p:nth-of-type(1) + p { margin: 0; padding: 0 10px 0 5px; background: #333; color: #ffb852; border: 1px solid #333; display: inline-block; } #reviews-list li p:nth-of-type(1) { margin: 0; padding-left: 20px; border-radius: 20px 0 0 0; text-align: left; line-height: 2.5; width: calc(50% - 30px); } #reviews-list li p:nth-of-type(2n) { text-align: right; width: calc(50% - 20px); line-height: 2.5; } .modal-body{ color: #6C757D; text-align: center; } #reviews-list li p:nth-of-type(3n) { margin: 10px; padding: 5px 10px; display: inline-block; background-color: #ffb35c; color: #1f1f1f; font-weight: 700; border-radius: 5px; text-transform: uppercase; } #reviews-list li p:last-of-type { width: 96%; padding: 8px; line-height: 1.5; text-align: center; text-align-last: left; font-size: 1.7em; } .skip-link { margin: 0; padding: 5px 10px; display: inline-block; position: absolute; top: 15px; left: -1000px; background-color: white; } .skip-link:focus { left: 15px; } /* ================== Media Queries =================== */ /* TODO: Start Media Query Max: 576 for Most of Device That has Low Resolution Tablets , Mobiles */ @media screen and (max-width: 576px) { nav h1 a { letter-spacing: 7px; } #map, #restaurants-list { width: 100%; margin: 0 auto; } .filter-options h2 { font-size: 1.2em; padding: 0.5em; } #restaurants-list li { width: 96%; margin-bottom: 20px; border-radius: 0 30px 0 15px; box-shadow: 3px 6px 10px -2px rgba(0, 0, 0, 0.5); } .restaurant-img { border-radius: 0 30px 0 0; } #restaurants-list p:first-of-type { font-size: 1.7em; padding: 0 20px; } #restaurants-list p:nth-of-type(2n) { font-size: 1.7em; } /* ========= Restaurant Details ============= */ .restaurant-main, .map-container { order: 0; margin: 0 auto; padding: 0; width: 100%; } #restaurant-container { order: 1; padding: 0; width: 100%; display: flex; flex-direction: column; align-items: center; border-top: 2px solid #ccc; } #restaurant-name { margin: 30px 20px 15px; text-align: left; } #restaurant-img { margin: 10px auto; } #reviews-container { order: 2; width: 100%; } #reviews-list li { min-height: 350px; font-size: 11px; } #restaurant-hours { width: 80%; font-size: 15px; } } /* TODO: Start Media Query Min: 577 - Max: 767 for Tablets , Mobiles */ @media screen and (min-width: 577px) and (max-width: 767px) { #page-title-header { padding-top: 23px; } #map { width: 100%; margin: 0 auto; } .inside .map-container { background: #f3f3f3 none repeat scroll 0 0; height: 400px; position: absolute; right: 0; top: 160; width: calc(50% - 20px); height: calc(16% - 30px); } .filter-options h2 { font-size: 25px; margin-left: 40px; text-align: center; margin-bottom: 7px; } #restaurants-list { width: 100%; } #restaurants-list li { width: calc(50% - 20px); margin: 20px auto; } /* ========== Restaurant details ============= */ .restaurant-main { position: relative; } #breadcrumb { margin: 0; padding: 40px 20px 15px; width: calc(100% - 40px); list-style: none; background-color: #ededed; font-weight: 500; text-align: left; } .restaurant-main .map-container { position: absolute; width: 50%; height: 400px; right: 0; padding-right: 0; } #restaurant-container { width: 100%; padding-left: 0; margin-top: 0; } #restaurant-name, #restaurant-img, #restaurant-cuisine { width: 50%; } #restaurant-name { text-align: center; font-size: 20px; margin: 0; padding: 5px 0; } #restaurant-address { width: 50%; padding: 10px 0 10px 20px; margin-top: 40px; } #restaurant-hours { width: 90%; } /* =========== Reviews Details ============ */ #reviews-list li { width: 96%; padding: 0; display: block; min-height: 320px; } #reviews-list li p:nth-of-type(1), #reviews-list li p:nth-of-type(2n) { padding: 0; margin: 0; display: inline-block; height: 50px; text-align: left; } #reviews-list li p:nth-of-type(1) { width: calc(50% - 20px); padding-left: 20px; line-height: 3.5; } #reviews-list li p:nth-of-type(2n) { width: calc(50% - 20px); padding-right: 10px; text-align: right; line-height: 3.5; } #reviews-list li p:nth-of-type(3n) { margin-left: 10px; } #reviews-list li p:last-of-type { width: calc(100% - 30px); height: 100%; text-align: left; font-size: 1.7em; line-height: 2; padding: 5px 0 10px 20px; } } /* TODO: Start Media Query Min: 768 - to device Tablets, iPads (Portrait)*/ @media screen and (min-width: 768px) { #map { width: 100%; margin: 0 auto; } #page-title-header { padding-top: 30px; } #restaurants-list li { width: calc(30% - 10px); } #restaurants-list li h1 { font-size: 1.6em; } #restaurants-list li h2 { font-size: 1.3em; } #restaurants-list li a { font-size: 1.3em; padding: 10px 20px; width: calc(85% - 26px); } #restaurant-container { width: 98%; margin: 0; border-radius: 11px; flex-wrap: wrap; align-items: center; justify-content: space-around; } #restaurant-name { text-align: center; } #restaurant-address { text-align: center; } /* ============ Map ============= */ .restaurant-main .map-container { width: 100%; height: 300px; margin: 0 auto; padding: 140px 0 0; } /* =========== Reviews Details ============ */ #reviews-list li { width: 100%; padding: 0; } #reviews-list li p:first-of-type, #reviews-list li p:first-of-type + p { padding: 5px 10px 5px 13px; } #reviews-list li p:nth-of-type(3n) { margin-left: 10px; } /* TODO: End Media Query Min: 768 - to device Tablets, iPads (Portrait)*/ } /* TODO: Start Media Query Min: 1000 - to device laptops, Desktops */ @media screen and (min-width: 1000px) { #page-title-header { padding-top: 30px; } #restaurants-list h1 { font-size: 2em; } #restaurants-list { color: #5a5a5a; } #restaurants-list li a { font-size: 1.7em; } } /* TODO: End Media Query Min: 1000 - to device laptops, Desktops */
css/styles.css
@charset "utf-8"; /* ====================== General styles ====================== */ html { margin: 0; padding: 0; } *, *:before, *::before, *::after, *:after { margin: 0; padding: 0; } /* CSS Document */ body, td, th, p { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #333; line-height: 1.5; overflow-x: hidden !important; } body { margin: 0; background-color: #f7f7f7; position: relative; max-width: 2500px; } ol, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333; } a { color: #b0deff; text-decoration: none; } a:hover, a:focus { color: #3397db; text-decoration: none; } a img { border: none 0px #fff; } h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } span, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } main { margin: 0 auto; padding: 3px; background-color: #f3f3f3; color: #1f1f1f; width: 100%; min-height: 100%; max-width: 2500px; } footer { background-color: #5a5a5a; } /* ====================== Navigation ====================== */ nav, nav ol { background-color: #5a5a5a; } /*nav ol{ font-size: inhirit }*/ .breadcrumb {margin-bottom: 0} nav > a { width: 100%; } nav > a > i{ color: #72b4e4} #breadcrumb { margin: 0; background-color: #5a5a5a; font-weight: 500; text-align: left; } /* Display list items side by side */ #breadcrumb li { display: inline; font-size: 1.5em; line-height: 1.1; } /* Add a slash symbol (/) before/behind each list item */ #breadcrumb li + li:before { content: "/\00a0"; } /* Add a color on mouse-over */ #breadcrumb li a:hover { color: #FFF; } /* ====================== Map ====================== */ #map { margin: 0 auto; height: 32rem; width: 100%; background-color: #ccc; } /* Hyperlink Map Color */ #map a { color: #2b5e73; } /* Offline Map Warning */ .map-offline { display: flex; justify-content: center; align-items: center; flex-flow: column; text-align: center; } .map-offline div { margin-left: 30px; margin-right: 30px; } .map-offline .warning-icon { margin: 0 25px 25px; width: 40px; height: 40px; color: white; font-size: 2.5em; display: flex; align-items: center; justify-content: center; border-radius: 40px; background-color: #ff572296; } .map-offline .warning-message { font-size: 1.3em; } .map-offline .warning-suggestion { font-size: .9em; } /* ====================== Restaurant Filtering ====================== */ .mb-3, .my-3 { margin-bottom: 0 !important; } .filter-options { padding: 10px 5px 10px; background-color: #207ab6; position: relative; align-items: center; text-align: center; margin: 0; } .filter-options h2 { margin: 0 25px; color: white; font-size: 1.3em; letter-spacing: 3px; line-height: 1; } /* ====================== Restaurant Listing ====================== */ #restaurants-list { margin: 0 auto; padding: 30px 0; background-color: #f3f3f3; list-style: outside none none; text-align: center; width: 80vw; display: flex; flex-wrap: wrap; justify-content: space-between; } #restaurants-list li { margin: 10px; background-color: #fff; border: 2px solid #ccc; font-family: Arial, sans-serif; text-align: left; min-height: 380px; width: 30%; display: flex; flex-direction: column; justify-content: space-between; } .card{ border-radius: 11px;} #restaurants-list .restaurant-img { overflow: hidden; border-radius: 11px !important; vertical-align: middle; box-sizing: border-box; width: 100%; } #restaurants-list li h1 { margin: 20px 0 10px; padding: 0 20px; color: #b53f03; font-family: Arial, sans-serif; font-size: 2em; font-weight: 700; letter-spacing: 0; line-height: 1.3em; text-align: center; text-transform: uppercase; } #restaurants-list p:nth-of-type(2n) { margin: 5px 10px 20px; font-size: 1.3em; } #restaurants-list li a:hover, #restaurants-list li a:focus { background-color: #dc143c; } /* ====================== Restaurant Details ====================== */ .inside .restaurant-header { position: fixed; top: 0; width: 100%; z-index: 1000; display: flex; flex-direction: column; align-items: center; } .restaurant-header #breadcrumb { width: 100%; text-align: center; } .restaurant-main { order: 0; margin: 0 auto; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; height: 300px; } .restaurant-main .map-container { width: 50%; padding: 140px 0 30px 0; } .inside #map { background-color: #ccc; height: 100%; width: 100%; z-index: 1; } .inside #footer { bottom: 0; position: absolute; width: 100%; } #restaurant-name { text-transform: uppercase; } #restaurant-img { margin: 10px auto; width: 52%; border-radius: 21px; } #restaurant-cuisine { letter-spacing: 10px; text-align: center; text-transform: uppercase; } #restaurant-address { font-size: 13pt; } #restaurant-hours { padding: 0 10px; font-size: 15px; overflow: hidden; text-align: center; color: #FFF; font-weight: bold; border-radius: 13px; } table th, table td{ color: #FFF; } /*================ Reviews Details ==============*/ #reviews-container { padding: 0; margin: 30px auto 0 auto; border-bottom: 1px solid #d9d9d9; } #reviews-container h3 { color: #3e444a; font-weight: bold; text-transform: uppercase; } #reviews-list { margin-bottom: 80px; padding: 0 20px 20px; flex-wrap: wrap; } #reviews-list li p { margin: 0 0 10px; font-size: 1.3em; } #reviews-list li p:nth-of-type(1), #reviews-list li p:nth-of-type(1) + p { margin: 0; padding: 0 10px 0 5px; background: #333; color: #ffb852; border: 1px solid #333; display: inline-block; } #reviews-list li p:nth-of-type(1) { margin: 0; padding-left: 20px; border-radius: 20px 0 0 0; text-align: left; line-height: 2.5; width: calc(50% - 30px); } #reviews-list li p:nth-of-type(2n) { text-align: right; width: calc(50% - 20px); line-height: 2.5; } .modal-body{ color: #6C757D; text-align: center; } #reviews-list li p:nth-of-type(3n) { margin: 10px; padding: 5px 10px; display: inline-block; background-color: #ffb35c; color: #1f1f1f; font-weight: 700; border-radius: 5px; text-transform: uppercase; } #reviews-list li p:last-of-type { width: 96%; padding: 8px; line-height: 1.5; text-align: center; text-align-last: left; font-size: 1.7em; } .skip-link { margin: 0; padding: 5px 10px; display: inline-block; position: absolute; top: 15px; left: -1000px; background-color: white; } .skip-link:focus { left: 15px; } /* ================== Media Queries =================== */ /* TODO: Start Media Query Max: 576 for Most of Device That has Low Resolution Tablets , Mobiles */ @media screen and (max-width: 576px) { nav h1 a { letter-spacing: 7px; } #map, #restaurants-list { width: 100%; margin: 0 auto; } .filter-options h2 { font-size: 1.2em; padding: 0.5em; } #restaurants-list li { width: 96%; margin-bottom: 20px; border-radius: 0 30px 0 15px; box-shadow: 3px 6px 10px -2px rgba(0, 0, 0, 0.5); } .restaurant-img { border-radius: 0 30px 0 0; } #restaurants-list p:first-of-type { font-size: 1.7em; padding: 0 20px; } #restaurants-list p:nth-of-type(2n) { font-size: 1.7em; } /* ========= Restaurant Details ============= */ .restaurant-main, .map-container { order: 0; margin: 0 auto; padding: 0; width: 100%; } #restaurant-container { order: 1; padding: 0; width: 100%; display: flex; flex-direction: column; align-items: center; border-top: 2px solid #ccc; } #restaurant-name { margin: 30px 20px 15px; text-align: left; } #restaurant-img { margin: 10px auto; } #reviews-container { order: 2; width: 100%; } #reviews-list li { min-height: 350px; font-size: 11px; } #restaurant-hours { width: 80%; font-size: 15px; } } /* TODO: Start Media Query Min: 577 - Max: 767 for Tablets , Mobiles */ @media screen and (min-width: 577px) and (max-width: 767px) { #page-title-header { padding-top: 23px; } #map { width: 100%; margin: 0 auto; } .inside .map-container { background: #f3f3f3 none repeat scroll 0 0; height: 400px; position: absolute; right: 0; top: 160; width: calc(50% - 20px); height: calc(16% - 30px); } .filter-options h2 { font-size: 25px; margin-left: 40px; text-align: center; margin-bottom: 7px; } #restaurants-list { width: 100%; } #restaurants-list li { width: calc(50% - 20px); margin: 20px auto; } /* ========== Restaurant details ============= */ .restaurant-main { position: relative; } #breadcrumb { margin: 0; padding: 40px 20px 15px; width: calc(100% - 40px); list-style: none; background-color: #ededed; font-weight: 500; text-align: left; } .restaurant-main .map-container { position: absolute; width: 50%; height: 400px; right: 0; padding-right: 0; } #restaurant-container { width: 100%; padding-left: 0; margin-top: 0; } #restaurant-name, #restaurant-img, #restaurant-cuisine { width: 50%; } #restaurant-name { text-align: center; font-size: 20px; margin: 0; padding: 5px 0; } #restaurant-address { width: 50%; padding: 10px 0 10px 20px; margin-top: 40px; } #restaurant-hours { width: 90%; } /* =========== Reviews Details ============ */ #reviews-list li { width: 96%; padding: 0; display: block; min-height: 320px; } #reviews-list li p:nth-of-type(1), #reviews-list li p:nth-of-type(2n) { padding: 0; margin: 0; display: inline-block; height: 50px; text-align: left; } #reviews-list li p:nth-of-type(1) { width: calc(50% - 20px); padding-left: 20px; line-height: 3.5; } #reviews-list li p:nth-of-type(2n) { width: calc(50% - 20px); padding-right: 10px; text-align: right; line-height: 3.5; } #reviews-list li p:nth-of-type(3n) { margin-left: 10px; } #reviews-list li p:last-of-type { width: calc(100% - 30px); height: 100%; text-align: left; font-size: 1.7em; line-height: 2; padding: 5px 0 10px 20px; } } /* TODO: Start Media Query Min: 768 - to device Tablets, iPads (Portrait)*/ @media screen and (min-width: 768px) { #map { width: 100%; margin: 0 auto; } #page-title-header { padding-top: 30px; } #restaurants-list li { width: calc(30% - 10px); } #restaurants-list li h1 { font-size: 1.6em; } #restaurants-list li h2 { font-size: 1.3em; } #restaurants-list li a { font-size: 1.3em; padding: 10px 20px; width: calc(85% - 26px); } #restaurant-container { width: 98%; margin: 0; border-radius: 11px; flex-wrap: wrap; align-items: center; justify-content: space-around; } #restaurant-name { text-align: center; } #restaurant-address { text-align: center; } /* ============ Map ============= */ .restaurant-main .map-container { width: 100%; height: 300px; margin: 0 auto; padding: 140px 0 0; } /* =========== Reviews Details ============ */ #reviews-list li { width: 100%; padding: 0; } #reviews-list li p:first-of-type, #reviews-list li p:first-of-type + p { padding: 5px 10px 5px 13px; } #reviews-list li p:nth-of-type(3n) { margin-left: 10px; } /* TODO: End Media Query Min: 768 - to device Tablets, iPads (Portrait)*/ } /* TODO: Start Media Query Min: 1000 - to device laptops, Desktops */ @media screen and (min-width: 1000px) { #page-title-header { padding-top: 30px; } #restaurants-list h1 { font-size: 2em; } #restaurants-list { color: #5a5a5a; } #restaurants-list li a { font-size: 1.7em; } } /* TODO: End Media Query Min: 1000 - to device laptops, Desktops */
0.371365
0.067516
body { /* font-family: "Open Sans", sans-serif; */ font-family: 'Noto Serif', serif; color: yellow; } a { color: brown; text-decoration: none; } a:hover { color: brown; text-decoration: none; } /* navbar */ /* .navbar { padding: 0; } */ /* .navbar ul { margin: 60pxs; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { display: inline-block; margin-left: 1vh; position: relative; overflow: hidden; } .navbar a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; /* font-family: "Poppins", sans-serif; */ /* font-size: 20px; font-weight: 500; color: #37423b; white-space: nowrap; transition: 0.3s; } */ /* .navbar a i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar .active, .navbar li:hover > a { color: brown; } */ .mobile-nav-toggle { color: #37423b; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #fff; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: inline-block; overflow: hidden; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(32, 38, 34, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: inline-block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 6px; background-color: #fff; overflow-y: auto; transition: 0.3s; } /* breadcrumb */ .breadcrumbs { margin-top: 73px; text-align: center; background: brown; padding: 30px 0; color: #fff; } @media (max-width: 992px) { .breadcrumbs { margin-top: 63px; } } .breadcrumbs h2 { font-size: 32px; font-weight: 500; } .breadcrumbs p { font-size: 14px; margin-bottom: 0; } /* about */ .about .content h3 { font-weight: 600; font-size: 26px; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { text-align: left; padding-bottom: 10px; } .about .content ul i { font-size: 20px; padding-right: 4px; color: brown; } .about .content .learn-more-btn { background: rgb(219, 72, 72); color: #fff; border-radius: 50px; padding: 8px 25px 9px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; } .about .content .learn-more-btn:hover { background: #3ac162; color: #fff; } @media (max-width: 768px) { .about .content .learn-more-btn { margin: 0 48px 0 0; padding: 6px 18px; } } /* Features */ .features { padding-top: 0px; } .features .icon-box { display: flex; align-items: center; padding: 20px; transition: 0.3s; border: 1px solid #eef0ef; } .features .icon-box i { font-size: 32px; padding-right: 10px; line-height: 1; } .features .icon-box h3 { font-weight: 700; margin: 0; padding: 0; line-height: 1; font-size: 16px; } .features .icon-box h3 a { color: #37423b; transition: 0.3s; } .features .icon-box:hover { border-color: brown; } .features .icon-box:hover h3 a { color: brown; } /* Our Devs */ .testimonials .testimonial-wrap { padding-left: 50px; } .testimonials .testimonial-item { box-sizing: content-box; padding: 30px 30px 30px 60px; margin: 30px 15px; min-height: 200px; border: 1px solid #eef0ef; position: relative; background: #fff; } .testimonials .testimonial-item .testimonial-img { width: 200px; border-radius: 10px; border: 6px solid #fff; position: absolute; left: -45px; } .testimonials .testimonial-item h3 { font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; color: #111; } .testimonials .testimonial-item h4 { font-size: 14px; color: #999; margin: 0; } .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { color: brown; font-size: 26px; } .testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; } .testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; } .testimonials .testimonial-item p { font-style: italic; margin: 15px auto 15px auto; color: rgba(165, 42, 42, 0.6); } .testimonials .swiper-pagination { margin-top: 20px; position: relative; } .testimonials .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid brown; } .testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: brown; } @media (max-width: 767px) { .testimonials .testimonial-wrap { padding-left: 0; } .testimonials .testimonial-item { padding: 30px; margin: 15px; } .testimonials .testimonial-item .testimonial-img { position: static; left: auto; } }
assets/styles/login_res.css
body { /* font-family: "Open Sans", sans-serif; */ font-family: 'Noto Serif', serif; color: yellow; } a { color: brown; text-decoration: none; } a:hover { color: brown; text-decoration: none; } /* navbar */ /* .navbar { padding: 0; } */ /* .navbar ul { margin: 60pxs; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { display: inline-block; margin-left: 1vh; position: relative; overflow: hidden; } .navbar a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; /* font-family: "Poppins", sans-serif; */ /* font-size: 20px; font-weight: 500; color: #37423b; white-space: nowrap; transition: 0.3s; } */ /* .navbar a i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar .active, .navbar li:hover > a { color: brown; } */ .mobile-nav-toggle { color: #37423b; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #fff; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: inline-block; overflow: hidden; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(32, 38, 34, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: inline-block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 6px; background-color: #fff; overflow-y: auto; transition: 0.3s; } /* breadcrumb */ .breadcrumbs { margin-top: 73px; text-align: center; background: brown; padding: 30px 0; color: #fff; } @media (max-width: 992px) { .breadcrumbs { margin-top: 63px; } } .breadcrumbs h2 { font-size: 32px; font-weight: 500; } .breadcrumbs p { font-size: 14px; margin-bottom: 0; } /* about */ .about .content h3 { font-weight: 600; font-size: 26px; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { text-align: left; padding-bottom: 10px; } .about .content ul i { font-size: 20px; padding-right: 4px; color: brown; } .about .content .learn-more-btn { background: rgb(219, 72, 72); color: #fff; border-radius: 50px; padding: 8px 25px 9px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; } .about .content .learn-more-btn:hover { background: #3ac162; color: #fff; } @media (max-width: 768px) { .about .content .learn-more-btn { margin: 0 48px 0 0; padding: 6px 18px; } } /* Features */ .features { padding-top: 0px; } .features .icon-box { display: flex; align-items: center; padding: 20px; transition: 0.3s; border: 1px solid #eef0ef; } .features .icon-box i { font-size: 32px; padding-right: 10px; line-height: 1; } .features .icon-box h3 { font-weight: 700; margin: 0; padding: 0; line-height: 1; font-size: 16px; } .features .icon-box h3 a { color: #37423b; transition: 0.3s; } .features .icon-box:hover { border-color: brown; } .features .icon-box:hover h3 a { color: brown; } /* Our Devs */ .testimonials .testimonial-wrap { padding-left: 50px; } .testimonials .testimonial-item { box-sizing: content-box; padding: 30px 30px 30px 60px; margin: 30px 15px; min-height: 200px; border: 1px solid #eef0ef; position: relative; background: #fff; } .testimonials .testimonial-item .testimonial-img { width: 200px; border-radius: 10px; border: 6px solid #fff; position: absolute; left: -45px; } .testimonials .testimonial-item h3 { font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; color: #111; } .testimonials .testimonial-item h4 { font-size: 14px; color: #999; margin: 0; } .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { color: brown; font-size: 26px; } .testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; } .testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; } .testimonials .testimonial-item p { font-style: italic; margin: 15px auto 15px auto; color: rgba(165, 42, 42, 0.6); } .testimonials .swiper-pagination { margin-top: 20px; position: relative; } .testimonials .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid brown; } .testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: brown; } @media (max-width: 767px) { .testimonials .testimonial-wrap { padding-left: 0; } .testimonials .testimonial-item { padding: 30px; margin: 15px; } .testimonials .testimonial-item .testimonial-img { position: static; left: auto; } }
0.446977
0.076857
@charset "utf-8"; /* ========================================================== common.css =============================================================  01. float  02. line-height  03. margin  04. padding  05. font-size  06. font-weight  07. color  08. align  09. border  10. width  11. clear  12. other ============================================================= */ /* ========================================= 01. float ============================================ */ .flL{float: left;} .flR{float: right;} /* ========================================= 02. line-height ============================================ */ .lh0{line-height: 0;} .lh10{line-height: 1} .lh11{line-height: 1.1} .lh12{line-height: 1.2} .lh13{line-height: 1.3;} .lh14{line-height: 1.4;} .lh15{line-height: 1.5;} .lh16{line-height: 1.6;} .lh20{line-height: 2;} /* ========================================= /03. margin ============================================ */ .ma0{margin: 0!important;} .ma5{margin: 5px!important;} .ma10{margin: 10px!important;} .ma15{margin: 15px!important;} .ma20{margin: 20px!important;} .ma25{margin: 25px!important;} .ma30{margin: 30px!important;} .ma35{margin: 35px!important;} .ma40{margin: 40px!important;} .ma45{margin: 45px!important;} .ma50{margin: 50px!important;} .ma60{margin: 60px!important;} .ma70{margin: 70px!important;} .ma80{margin: 80px!important;} .ma90{margin: 90px!important;} .ma100{margin: 100px!important;} .mt5{margin-top: 5px!important;} .mt10{margin-top: 10px!important;} .mt15{margin-top: 15px!important;} .mt20{margin-top: 20px!important;} .mt25{margin-top: 25px!important;} .mt30{margin-top: 30px!important;} .mt35{margin-top: 35px!important;} .mt40{margin-top: 40px!important;} .mt45{margin-top: 45px!important;} .mt50{margin-top: 50px!important;} .mt60{margin-top: 60px!important;} .mt70{margin-top: 70px!important;} .mt80{margin-top: 80px!important;} .mt90{margin-top: 90px!important;} .mt100{margin-top: 100px!important;} .mr5{margin-right: 5px!important;} .mr10{margin-right: 10px!important;} .mr15{margin-right: 15px!important;} .mr20{margin-right: 20px!important;} .mr25{margin-right: 25px!important;} .mr30{margin-right: 30px!important;} .mr35{margin-right: 35px!important;} .mr40{margin-right: 40px!important;} .mr45{margin-right: 45px!important;} .mr50{margin-right: 50px!important;} .mr60{margin-right: 60px!important;} .mr70{margin-right: 70px!important;} .mr80{margin-right: 80px!important;} .mr90{margin-right: 90px!important;} .mr100{margin-right: 100px!important;} .mb5{margin-bottom: 5px!important;} .mb10{margin-bottom: 10px!important;} .mb15{margin-bottom: 15px!important;} .mb20{margin-bottom: 20px!important;} .mb25{margin-bottom: 25px!important;} .mb30{margin-bottom: 30px!important;} .mb35{margin-bottom: 35px!important;} .mb40{margin-bottom: 40px!important;} .mb45{margin-bottom: 45px!important;} .mb50{margin-bottom: 50px!important;} .mb60{margin-bottom: 60px!important;} .mb70{margin-bottom: 70px!important;} .mb80{margin-bottom: 80px!important;} .mb90{margin-bottom: 90px!important;} .mb100{margin-bottom: 100px!important;} .ml5{margin-left: 5px!important;} .ml10{margin-left: 10px!important;} .ml15{margin-left: 15px!important;} .ml20{margin-left: 20px!important;} .ml25{margin-left: 25px!important;} .ml30{margin-left: 30px!important;} .ml35{margin-left: 35px!important;} .ml40{margin-left: 40px!important;} .ml45{margin-left: 45px!important;} .ml50{margin-left: 50px!important;} .ml60{margin-left: 60px!important;} .ml70{margin-left: 70px!important;} .ml80{margin-left: 80px!important;} .ml90{margin-left: 90px!important;} .ml100{margin-left: 100px!important;} .ms5{margin: 0 5px!important;} .ms10{margin: 0 10px!important;} .ms15{margin: 0 15px!important;} .ms20{margin: 0 20px!important;} .ms25{margin: 0 25px!important;} .ms30{margin: 0 30px!important;} .ms35{margin: 0 35px!important;} .ms40{margin: 0 40px!important;} .ms45{margin: 0 45px!important;} .ms50{margin: 0 50px!important;} .ms60{margin: 0 60px!important;} .ms70{margin: 0 70px!important;} .ms80{margin: 0 80px!important;} .ms90{margin: 0 90px!important;} .ms100{margin: 0 100px!!important;} /* ========================================= 04. padding ============================================ */ .pa0{padding: 0!important;} .pa5{padding: 5px!important;} .pa10{padding: 10px!important;} .pa15{padding: 15px!important;} .pa20{padding: 20px!important;} .pa25{padding: 25px!important;} .pa30{padding: 30px!important;} .pa35{padding: 35px!important;} .pa40{padding: 40px!important;} .pa45{padding: 45px!important;} .pa50{padding: 50px!important;} .pa60{padding: 60px!important;} .pa70{padding: 70px!important;} .pa80{padding: 80px!important;} .pa90{padding: 90px!important;} .pa100{padding: 100px!important;} .pt0{padding-top: 0!important;} .pt5{padding-top: 5px!important;} .pt10{padding-top: 10px!important;} .pt15{padding-top: 15px!important;} .pt20{padding-top: 20px!important;} .pt25{padding-top: 25px!important;} .pt30{padding-top: 30px!important;} .pt35{padding-top: 35px!important;} .pt40{padding-top: 40px!important;} .pt45{padding-top: 45px!important;} .pt50{padding-top: 50px!important;} .pt60{padding-top: 60px!important;} .pt70{padding-top: 70px!important;} .pt80{padding-top: 80px!important;} .pt90{padding-top: 90px!important;} .pt100{padding-top: 100px!important;} .pr0{padding-right: 0!important;} .pr5{padding-right: 5px!important;} .pr10{padding-right: 10px!important;} .pr15{padding-right: 15px!important;} .pr20{padding-right: 20px!important;} .pr25{padding-right: 25px!important;} .pr30{padding-right: 30px!important;} .pr35{padding-right: 35px!important;} .pr40{padding-right: 40px!important;} .pr45{padding-right: 45px!important;} .pr50{padding-right: 50px!important;} .pr60{padding-right: 60px!important;} .pr70{padding-right: 70px!important;} .pr80{padding-right: 80px!important;} .pr90{padding-right: 90px!important;} .pr100{padding-right: 100px!important;} .pb0{padding-bottom: 0!important;} .pb5{padding-bottom: 5px!important;} .pb10{padding-bottom: 10px!important;} .pb15{padding-bottom: 15px!important;} .pb20{padding-bottom: 20px!important;} .pb25{padding-bottom: 25px!important;} .pb30{padding-bottom: 30px!important;} .pb35{padding-bottom: 35px!important;} .pb40{padding-bottom: 40px!important;} .pb45{padding-bottom: 45px!important;} .pb50{padding-bottom: 50px!important;} .pb60{padding-bottom: 60px!important;} .pb70{padding-bottom: 70px!important;} .pb80{padding-bottom: 80px!important;} .pb90{padding-bottom: 90px!important;} .pb100{padding-bottom: 100px!important;} .pl0{padding-left: 0!important;} .pl5{padding-left: 5px!important;} .pl10{padding-left: 10px!important;} .pl15{padding-left: 15px!important;} .pl20{padding-left: 20px!important;} .pl25{padding-left: 25px!important;} .pl30{padding-left: 30px!important;} .pl35{padding-left: 35px!important;} .pl40{padding-left: 40px!important;} .pl45{padding-left: 45px!important;} .pl50{padding-left: 50px!important;} .pl60{padding-left: 60px!important;} .pl70{padding-left: 70px!important;} .pl80{padding-left: 80px!important;} .pl90{padding-left: 90px!important;} .pl100{padding-left: 100px!important;} .ps5{padding: 0 5px!important;} .ps10{padding: 0 10px!important;} .ps15{padding: 0 15px!important;} .ps20{padding: 0 20px!important;} .ps25{padding: 0 25px!important;} .ps30{padding: 0 30px!important;} .ps35{padding: 0 35px!important;} .ps40{padding: 0 40px!important;} .ps45{padding: 0 45px!important;} .ps50{padding: 0 50px!important;} .ps60{padding: 0 60px!important;} .ps70{padding: 0 70px!important;} .ps80{padding: 0 80px!important;} .ps90{padding: 0 90px!important;} .ps100{padding: 0 100px!important;} /* ========================================= 05. font-size ============================================ */ /* font-size */ .fz10 {font-size: 91% !important; } .fz11 {font-size: 100% !important; } .fz12 {font-size: 109% !important; } .fz13 {font-size: 118% !important; } .fz14 {font-size: 127% !important; } .fz15 {font-size: 137% !important; } .fz16 {font-size: 145% !important; } .fz17 {font-size: 154% !important; } .fz18 {font-size: 164% !important; } .fz19 {font-size: 172.7% !important; } .fz20 {font-size: 182% !important; } .fz21 {font-size: 191% !important; } .fz22 {font-size: 200% !important; } .fz23 {font-size: 209% !important; } .fz24 {font-size: 218% !important; } .fz25 {font-size: 227% !important; } .fz26 {font-size: 236% !important; } /* ========================================= 06. font-weight ============================================ */ .fwB{font-weight: bold;} .fwN{font-weight: normal;} /* ========================================= 07. color ============================================ */ .red{color: #cc0000;} .gr333{color: #333;} .gr666{color: #666;} .gr999{color: #999;} .grccc{color: #ccc;} /* ========================================= 08. align ============================================ */ .taL{text-align: left!important;} .taR{text-align: right!important;} .taC{text-align: center!important;} .vaT{vertical-align: top!important; } .vaM{vertical-align: middle!important; } .vaB{vertical-align: bottom!important; } /* ========================================= 09. border ============================================ */ .bda0{border: 0!important;} .bda0 a {border: 0!important;} .bda1{border: 1px solid #ccc;} /* dashed */ .bdt{border-top:1px dashed #ccc;} .bdr{border-right:1px dashed #ccc;} .bdb{border-bottom:1px dashed #ccc;} .bdb{border-left:1px dashed #ccc;} /* solid */ .bdst{border-top:1px solid #ccc;} .bdsr{border-right:1px solid #ccc;} .bdsb{border-bottom:1px solid #ccc;} .bdsl{border-left:1px solid #ccc;} /* /border */ hr.dashed{ border:0; border-bottom:1px dashed #ccc; } hr.solid{ border:0; border-bottom:1px solid #ccc; } /* ========================================= 10. width ============================================ */ .w30{width: 30px!important;} .w40{width: 40px!important;} .w50{width: 50px!important;} .w60{width: 60px!important;} .w70{width: 70px!important;} .w80{width: 80px!important;} .w90{width: 90px!important;} .w100{width: 100px!important;} .w110{width: 110px!important;} .w120{width: 120px!important;} .w130{width: 130px!important;} .w140{width: 140px!important;} .w150{width: 150px!important;} .w160{width: 160px!important;} .w170{width: 170px!important;} .w180{width: 180px!important;} .w190{width: 190px!important;} .w200{width: 200px!important;} .w210{width: 210px!important;} .w220{width: 220px!important;} .w230{width: 230px!important;} .w240{width: 240px!important;} .w250{width: 250px!important;} .w260{width: 260px!important;} .w270{width: 270px!important;} .w280{width: 280px!important;} .w290{width: 290px!important;} .w300{width: 300px!important;} .w310{width: 310px!important;} .w320{width: 320px!important;} .w330{width: 330px!important;} .w340{width: 340px!important;} .w350{width: 350px!important;} .w360{width: 360px!important;} .w370{width: 370px!important;} .w380{width: 380px!important;} .w390{width: 390px!important;} .w400{width: 400px!important;} .w410{width: 410px!important;} .w420{width: 420px!important;} .w430{width: 430px!important;} .w440{width: 440px!important;} .w450{width: 450px!important;} .w460{width: 460px!important;} .w470{width: 470px!important;} .w480{width: 480px!important;} .w490{width: 490px!important;} .w500{width: 500px!important;} .w600{width: 600px!important;} .w700{width: 700px!important;} /* /width */ /* ========================================= 11. clear ============================================ */ .clearfix:after,#container:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix,* html #container{ zoom: 1; } /* IE6 */ *:first-child+html .clearfix, *:first-child+html #container{ zoom: 1; } /* IE7 */ .clb {clear:both;} /* ========================================= 12. other ============================================ */ a { color: #333; text-decoration: underline; } /* ==未訪問のリンク先==--*/ a:link { color: #333; text-decoration: none; } /* ==訪問済みのリンク先==--*/ a:visited { color: #333; text-decoration: none; } /* ==マウスオーバー==--*/ a:hover { color: #C689AA; text-decoration: none; } a {outline: none;} /* ==画像リンク時 透明度アニメーション変化 状況により使い分ける==--*/ a img:hover{ opacity: 0.7; filter: alpha(opacity=70); /* IE lt 8 */ -ms-filter: "alpha(opacity=70)"; /* IE 8 */ -khtml-opacity: .70; /* Safari 1.x */ -moz-opacity: .70; /* FF lt 1.5, Netscape */ -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -o-transition: all 0.2s ease; ease,opacity 0.2s ease; } .zin1{z-index: 1;} .zin5{z-index: 5;} .zin10{z-index: 10;} .zin999{z-index: 999;} .zinN1{z-index: -1;}
secure/css/common.css
@charset "utf-8"; /* ========================================================== common.css =============================================================  01. float  02. line-height  03. margin  04. padding  05. font-size  06. font-weight  07. color  08. align  09. border  10. width  11. clear  12. other ============================================================= */ /* ========================================= 01. float ============================================ */ .flL{float: left;} .flR{float: right;} /* ========================================= 02. line-height ============================================ */ .lh0{line-height: 0;} .lh10{line-height: 1} .lh11{line-height: 1.1} .lh12{line-height: 1.2} .lh13{line-height: 1.3;} .lh14{line-height: 1.4;} .lh15{line-height: 1.5;} .lh16{line-height: 1.6;} .lh20{line-height: 2;} /* ========================================= /03. margin ============================================ */ .ma0{margin: 0!important;} .ma5{margin: 5px!important;} .ma10{margin: 10px!important;} .ma15{margin: 15px!important;} .ma20{margin: 20px!important;} .ma25{margin: 25px!important;} .ma30{margin: 30px!important;} .ma35{margin: 35px!important;} .ma40{margin: 40px!important;} .ma45{margin: 45px!important;} .ma50{margin: 50px!important;} .ma60{margin: 60px!important;} .ma70{margin: 70px!important;} .ma80{margin: 80px!important;} .ma90{margin: 90px!important;} .ma100{margin: 100px!important;} .mt5{margin-top: 5px!important;} .mt10{margin-top: 10px!important;} .mt15{margin-top: 15px!important;} .mt20{margin-top: 20px!important;} .mt25{margin-top: 25px!important;} .mt30{margin-top: 30px!important;} .mt35{margin-top: 35px!important;} .mt40{margin-top: 40px!important;} .mt45{margin-top: 45px!important;} .mt50{margin-top: 50px!important;} .mt60{margin-top: 60px!important;} .mt70{margin-top: 70px!important;} .mt80{margin-top: 80px!important;} .mt90{margin-top: 90px!important;} .mt100{margin-top: 100px!important;} .mr5{margin-right: 5px!important;} .mr10{margin-right: 10px!important;} .mr15{margin-right: 15px!important;} .mr20{margin-right: 20px!important;} .mr25{margin-right: 25px!important;} .mr30{margin-right: 30px!important;} .mr35{margin-right: 35px!important;} .mr40{margin-right: 40px!important;} .mr45{margin-right: 45px!important;} .mr50{margin-right: 50px!important;} .mr60{margin-right: 60px!important;} .mr70{margin-right: 70px!important;} .mr80{margin-right: 80px!important;} .mr90{margin-right: 90px!important;} .mr100{margin-right: 100px!important;} .mb5{margin-bottom: 5px!important;} .mb10{margin-bottom: 10px!important;} .mb15{margin-bottom: 15px!important;} .mb20{margin-bottom: 20px!important;} .mb25{margin-bottom: 25px!important;} .mb30{margin-bottom: 30px!important;} .mb35{margin-bottom: 35px!important;} .mb40{margin-bottom: 40px!important;} .mb45{margin-bottom: 45px!important;} .mb50{margin-bottom: 50px!important;} .mb60{margin-bottom: 60px!important;} .mb70{margin-bottom: 70px!important;} .mb80{margin-bottom: 80px!important;} .mb90{margin-bottom: 90px!important;} .mb100{margin-bottom: 100px!important;} .ml5{margin-left: 5px!important;} .ml10{margin-left: 10px!important;} .ml15{margin-left: 15px!important;} .ml20{margin-left: 20px!important;} .ml25{margin-left: 25px!important;} .ml30{margin-left: 30px!important;} .ml35{margin-left: 35px!important;} .ml40{margin-left: 40px!important;} .ml45{margin-left: 45px!important;} .ml50{margin-left: 50px!important;} .ml60{margin-left: 60px!important;} .ml70{margin-left: 70px!important;} .ml80{margin-left: 80px!important;} .ml90{margin-left: 90px!important;} .ml100{margin-left: 100px!important;} .ms5{margin: 0 5px!important;} .ms10{margin: 0 10px!important;} .ms15{margin: 0 15px!important;} .ms20{margin: 0 20px!important;} .ms25{margin: 0 25px!important;} .ms30{margin: 0 30px!important;} .ms35{margin: 0 35px!important;} .ms40{margin: 0 40px!important;} .ms45{margin: 0 45px!important;} .ms50{margin: 0 50px!important;} .ms60{margin: 0 60px!important;} .ms70{margin: 0 70px!important;} .ms80{margin: 0 80px!important;} .ms90{margin: 0 90px!important;} .ms100{margin: 0 100px!!important;} /* ========================================= 04. padding ============================================ */ .pa0{padding: 0!important;} .pa5{padding: 5px!important;} .pa10{padding: 10px!important;} .pa15{padding: 15px!important;} .pa20{padding: 20px!important;} .pa25{padding: 25px!important;} .pa30{padding: 30px!important;} .pa35{padding: 35px!important;} .pa40{padding: 40px!important;} .pa45{padding: 45px!important;} .pa50{padding: 50px!important;} .pa60{padding: 60px!important;} .pa70{padding: 70px!important;} .pa80{padding: 80px!important;} .pa90{padding: 90px!important;} .pa100{padding: 100px!important;} .pt0{padding-top: 0!important;} .pt5{padding-top: 5px!important;} .pt10{padding-top: 10px!important;} .pt15{padding-top: 15px!important;} .pt20{padding-top: 20px!important;} .pt25{padding-top: 25px!important;} .pt30{padding-top: 30px!important;} .pt35{padding-top: 35px!important;} .pt40{padding-top: 40px!important;} .pt45{padding-top: 45px!important;} .pt50{padding-top: 50px!important;} .pt60{padding-top: 60px!important;} .pt70{padding-top: 70px!important;} .pt80{padding-top: 80px!important;} .pt90{padding-top: 90px!important;} .pt100{padding-top: 100px!important;} .pr0{padding-right: 0!important;} .pr5{padding-right: 5px!important;} .pr10{padding-right: 10px!important;} .pr15{padding-right: 15px!important;} .pr20{padding-right: 20px!important;} .pr25{padding-right: 25px!important;} .pr30{padding-right: 30px!important;} .pr35{padding-right: 35px!important;} .pr40{padding-right: 40px!important;} .pr45{padding-right: 45px!important;} .pr50{padding-right: 50px!important;} .pr60{padding-right: 60px!important;} .pr70{padding-right: 70px!important;} .pr80{padding-right: 80px!important;} .pr90{padding-right: 90px!important;} .pr100{padding-right: 100px!important;} .pb0{padding-bottom: 0!important;} .pb5{padding-bottom: 5px!important;} .pb10{padding-bottom: 10px!important;} .pb15{padding-bottom: 15px!important;} .pb20{padding-bottom: 20px!important;} .pb25{padding-bottom: 25px!important;} .pb30{padding-bottom: 30px!important;} .pb35{padding-bottom: 35px!important;} .pb40{padding-bottom: 40px!important;} .pb45{padding-bottom: 45px!important;} .pb50{padding-bottom: 50px!important;} .pb60{padding-bottom: 60px!important;} .pb70{padding-bottom: 70px!important;} .pb80{padding-bottom: 80px!important;} .pb90{padding-bottom: 90px!important;} .pb100{padding-bottom: 100px!important;} .pl0{padding-left: 0!important;} .pl5{padding-left: 5px!important;} .pl10{padding-left: 10px!important;} .pl15{padding-left: 15px!important;} .pl20{padding-left: 20px!important;} .pl25{padding-left: 25px!important;} .pl30{padding-left: 30px!important;} .pl35{padding-left: 35px!important;} .pl40{padding-left: 40px!important;} .pl45{padding-left: 45px!important;} .pl50{padding-left: 50px!important;} .pl60{padding-left: 60px!important;} .pl70{padding-left: 70px!important;} .pl80{padding-left: 80px!important;} .pl90{padding-left: 90px!important;} .pl100{padding-left: 100px!important;} .ps5{padding: 0 5px!important;} .ps10{padding: 0 10px!important;} .ps15{padding: 0 15px!important;} .ps20{padding: 0 20px!important;} .ps25{padding: 0 25px!important;} .ps30{padding: 0 30px!important;} .ps35{padding: 0 35px!important;} .ps40{padding: 0 40px!important;} .ps45{padding: 0 45px!important;} .ps50{padding: 0 50px!important;} .ps60{padding: 0 60px!important;} .ps70{padding: 0 70px!important;} .ps80{padding: 0 80px!important;} .ps90{padding: 0 90px!important;} .ps100{padding: 0 100px!important;} /* ========================================= 05. font-size ============================================ */ /* font-size */ .fz10 {font-size: 91% !important; } .fz11 {font-size: 100% !important; } .fz12 {font-size: 109% !important; } .fz13 {font-size: 118% !important; } .fz14 {font-size: 127% !important; } .fz15 {font-size: 137% !important; } .fz16 {font-size: 145% !important; } .fz17 {font-size: 154% !important; } .fz18 {font-size: 164% !important; } .fz19 {font-size: 172.7% !important; } .fz20 {font-size: 182% !important; } .fz21 {font-size: 191% !important; } .fz22 {font-size: 200% !important; } .fz23 {font-size: 209% !important; } .fz24 {font-size: 218% !important; } .fz25 {font-size: 227% !important; } .fz26 {font-size: 236% !important; } /* ========================================= 06. font-weight ============================================ */ .fwB{font-weight: bold;} .fwN{font-weight: normal;} /* ========================================= 07. color ============================================ */ .red{color: #cc0000;} .gr333{color: #333;} .gr666{color: #666;} .gr999{color: #999;} .grccc{color: #ccc;} /* ========================================= 08. align ============================================ */ .taL{text-align: left!important;} .taR{text-align: right!important;} .taC{text-align: center!important;} .vaT{vertical-align: top!important; } .vaM{vertical-align: middle!important; } .vaB{vertical-align: bottom!important; } /* ========================================= 09. border ============================================ */ .bda0{border: 0!important;} .bda0 a {border: 0!important;} .bda1{border: 1px solid #ccc;} /* dashed */ .bdt{border-top:1px dashed #ccc;} .bdr{border-right:1px dashed #ccc;} .bdb{border-bottom:1px dashed #ccc;} .bdb{border-left:1px dashed #ccc;} /* solid */ .bdst{border-top:1px solid #ccc;} .bdsr{border-right:1px solid #ccc;} .bdsb{border-bottom:1px solid #ccc;} .bdsl{border-left:1px solid #ccc;} /* /border */ hr.dashed{ border:0; border-bottom:1px dashed #ccc; } hr.solid{ border:0; border-bottom:1px solid #ccc; } /* ========================================= 10. width ============================================ */ .w30{width: 30px!important;} .w40{width: 40px!important;} .w50{width: 50px!important;} .w60{width: 60px!important;} .w70{width: 70px!important;} .w80{width: 80px!important;} .w90{width: 90px!important;} .w100{width: 100px!important;} .w110{width: 110px!important;} .w120{width: 120px!important;} .w130{width: 130px!important;} .w140{width: 140px!important;} .w150{width: 150px!important;} .w160{width: 160px!important;} .w170{width: 170px!important;} .w180{width: 180px!important;} .w190{width: 190px!important;} .w200{width: 200px!important;} .w210{width: 210px!important;} .w220{width: 220px!important;} .w230{width: 230px!important;} .w240{width: 240px!important;} .w250{width: 250px!important;} .w260{width: 260px!important;} .w270{width: 270px!important;} .w280{width: 280px!important;} .w290{width: 290px!important;} .w300{width: 300px!important;} .w310{width: 310px!important;} .w320{width: 320px!important;} .w330{width: 330px!important;} .w340{width: 340px!important;} .w350{width: 350px!important;} .w360{width: 360px!important;} .w370{width: 370px!important;} .w380{width: 380px!important;} .w390{width: 390px!important;} .w400{width: 400px!important;} .w410{width: 410px!important;} .w420{width: 420px!important;} .w430{width: 430px!important;} .w440{width: 440px!important;} .w450{width: 450px!important;} .w460{width: 460px!important;} .w470{width: 470px!important;} .w480{width: 480px!important;} .w490{width: 490px!important;} .w500{width: 500px!important;} .w600{width: 600px!important;} .w700{width: 700px!important;} /* /width */ /* ========================================= 11. clear ============================================ */ .clearfix:after,#container:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix,* html #container{ zoom: 1; } /* IE6 */ *:first-child+html .clearfix, *:first-child+html #container{ zoom: 1; } /* IE7 */ .clb {clear:both;} /* ========================================= 12. other ============================================ */ a { color: #333; text-decoration: underline; } /* ==未訪問のリンク先==--*/ a:link { color: #333; text-decoration: none; } /* ==訪問済みのリンク先==--*/ a:visited { color: #333; text-decoration: none; } /* ==マウスオーバー==--*/ a:hover { color: #C689AA; text-decoration: none; } a {outline: none;} /* ==画像リンク時 透明度アニメーション変化 状況により使い分ける==--*/ a img:hover{ opacity: 0.7; filter: alpha(opacity=70); /* IE lt 8 */ -ms-filter: "alpha(opacity=70)"; /* IE 8 */ -khtml-opacity: .70; /* Safari 1.x */ -moz-opacity: .70; /* FF lt 1.5, Netscape */ -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -o-transition: all 0.2s ease; ease,opacity 0.2s ease; } .zin1{z-index: 1;} .zin5{z-index: 5;} .zin10{z-index: 10;} .zin999{z-index: 999;} .zinN1{z-index: -1;}
0.208985
0.064329
body { background-color: #ffffff ; padding-left: 215px; padding-right: 215px; } h4 { font-family: 'Yellowtail', cursive; /* font-style: italic; */ /* font-size: xx-large; */ padding-left: 50px ; } h5 { font-family: 'Advent Pro', sans-serif; font-style: normal; /* font-size: 20 px ; */ padding-left: 50px ; } h4,h5 { margin: 0; } #logo { float: left; margin-top: -50px; } #pint { float: right; padding: 1px; } #flic { float: right; padding: 1px; } #insta { float: right; padding: 1px; } #gp { float: right; padding: 1px; } #twit { float: right; padding: 1px; } #fb { float: right; padding: 1px; } h1 { margin-top: 150px; font-family: 'Oswald', sans-serif; } #slash1 { padding-bottom: 40px; } #mail { float: right; } #rss { float: right; padding-left: 10px; } #Delicious { margin-top: 50px; } #media{ float: right; margin-top: -30px; } h2,h3{ font-family: 'Advent Pro', sans-serif; color: grey; font-size: small; } h1,h2{ margin: 0px; } #printlogo{ float:right; margin-top: -10px; } h3{ float:right; margin-top: -14px; } #choco-pizza{ padding-top: 20px; } p{ color: rgb(82, 82, 82); text-indent: 30px; font-size: 20px; line-height: 1.5; } /* .container{ background-image: url(/img/list-bg.png); } */ .left{ background-image: url(/img/list-bg1.png); float: left; padding-right: 170px; padding-bottom: 20px; border: 0px; } .right{ background-image: url(/img/list-bg2.png); float: right; padding-left: 170px; padding-bottom: 20px; /* padding-left: 200px; */ } .left,.right { margin:0px; } #slash2 { margin-top: 150px; } h6 { /* padding-top: -100px; */ padding-left: 85px; color:grey; font-size: 20px; line-height: 1.5; font-style: bold; } #van{ float: left; margin-top: -100px; } #Vanessa { padding-right : 50px; padding-left : -100px; margin-top: -50px; float: right; color:grey; font-size: 20px; line-height: 1.5; } /* #share { /* background-color : #bc7058; */ /* float: right; color: #bc7058; text-align: center; font-size: small; padding-top: -100px; } */ #share { background-color: #bc7058; border: none; color: white; padding: 16px 32px; text-decoration: none; margin: 4px 2px; cursor: pointer; float: right; } footer { text-align: center; color: rgb(182, 179, 179); font-size: x-small; }
CSS/stylesheet.css
body { background-color: #ffffff ; padding-left: 215px; padding-right: 215px; } h4 { font-family: 'Yellowtail', cursive; /* font-style: italic; */ /* font-size: xx-large; */ padding-left: 50px ; } h5 { font-family: 'Advent Pro', sans-serif; font-style: normal; /* font-size: 20 px ; */ padding-left: 50px ; } h4,h5 { margin: 0; } #logo { float: left; margin-top: -50px; } #pint { float: right; padding: 1px; } #flic { float: right; padding: 1px; } #insta { float: right; padding: 1px; } #gp { float: right; padding: 1px; } #twit { float: right; padding: 1px; } #fb { float: right; padding: 1px; } h1 { margin-top: 150px; font-family: 'Oswald', sans-serif; } #slash1 { padding-bottom: 40px; } #mail { float: right; } #rss { float: right; padding-left: 10px; } #Delicious { margin-top: 50px; } #media{ float: right; margin-top: -30px; } h2,h3{ font-family: 'Advent Pro', sans-serif; color: grey; font-size: small; } h1,h2{ margin: 0px; } #printlogo{ float:right; margin-top: -10px; } h3{ float:right; margin-top: -14px; } #choco-pizza{ padding-top: 20px; } p{ color: rgb(82, 82, 82); text-indent: 30px; font-size: 20px; line-height: 1.5; } /* .container{ background-image: url(/img/list-bg.png); } */ .left{ background-image: url(/img/list-bg1.png); float: left; padding-right: 170px; padding-bottom: 20px; border: 0px; } .right{ background-image: url(/img/list-bg2.png); float: right; padding-left: 170px; padding-bottom: 20px; /* padding-left: 200px; */ } .left,.right { margin:0px; } #slash2 { margin-top: 150px; } h6 { /* padding-top: -100px; */ padding-left: 85px; color:grey; font-size: 20px; line-height: 1.5; font-style: bold; } #van{ float: left; margin-top: -100px; } #Vanessa { padding-right : 50px; padding-left : -100px; margin-top: -50px; float: right; color:grey; font-size: 20px; line-height: 1.5; } /* #share { /* background-color : #bc7058; */ /* float: right; color: #bc7058; text-align: center; font-size: small; padding-top: -100px; } */ #share { background-color: #bc7058; border: none; color: white; padding: 16px 32px; text-decoration: none; margin: 4px 2px; cursor: pointer; float: right; } footer { text-align: center; color: rgb(182, 179, 179); font-size: x-small; }
0.258513
0.146362
right: 0; margin: 3rem 0 15px; } #events .events-item > div { margin: 0 auto; } #events .events-item .events-link { display: block; position: relative; margin: 0 auto; } #events .events-link > img { width: 100%; } #events .events-item .events-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: #{{ site.color.primary }}; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #events .events-item .events-link .caption:hover { opacity: .5; } #events .events-item .events-link .caption .caption-content { position: absolute; top: 50%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #events .events-item .events-link .caption .caption-content i { margin-top: -12px; } #events .events-item .events-link .caption .caption-content h3, #events .events-item .events-link .caption .caption-content h4 { margin: 0; } #events * { z-index: 2; } #events h3 { color: #777777; margin: 1rem 0; font-size: 1.5rem; font-family: Lato, sans-serif; } #events h5 { font-size: 1rem; margin: 0; color: #{{ site.color.primary }}; } #events h3, .events-time h5 { text-transform: uppercase; } .events-time h5.date { font-weight: 600; font-size: 1.2rem !important; } .events-time { position: relative; padding: 0 .5rem; margin-bottom: .5rem; font-size: 1rem; } .events-time::before { content: ""; position: absolute; padding: 1.3rem 0; left: -.5rem; top: .5rem; border-left: 1px solid #{{ site.color.primary }}; } #events .btn { display: flex; margin: 1rem 0; padding: 0; width: 100%; border: 0; border-radius: 0; border-bottom: 3px solid #B91D1D; } #events .btn .label { flex: 2; height: 28px; font-size: 1.5rem; padding: .8rem 0 0; } #events .btn .logo { flex: 1; position: relative; } #events .btn img { width: 36px; padding-top: 7px; } #events .btn .logo::after { content: ""; position: absolute; left: 0; top: 2px; height: 2.5rem; border-radius: 50%; border-left: 1px solid #B91D1D; } #events .btn .logo::before { content: ""; position: absolute; width: 36px; top: -5.5px; padding: 0.2em 0; border-radius: 100%; border-bottom: 6px solid #DE8880; } @media(min-width:767px) { #events .events-item { margin: 0 0 30px; } } .theme.proposal-col a { position: absolute; bottom: 0; border-bottom: 3px solid #485CA2 !important; } .sponsor.proposal-col a { position: absolute; bottom: 0; border-bottom: 3px solid #AF6C19 !important; } .proposal-col { position: relative; margin-top: 2rem; } .proposal-col > div { position: relative; } .proposal-col > h3 { text-align: center; } h3 > div { display: inline; font-size: 2rem; } .title.dark { color: #777; font-size: 4rem !important; } .events-link .date.old { text-align: right; padding: 1rem 0; }
_includes/css/events.css
right: 0; margin: 3rem 0 15px; } #events .events-item > div { margin: 0 auto; } #events .events-item .events-link { display: block; position: relative; margin: 0 auto; } #events .events-link > img { width: 100%; } #events .events-item .events-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: #{{ site.color.primary }}; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #events .events-item .events-link .caption:hover { opacity: .5; } #events .events-item .events-link .caption .caption-content { position: absolute; top: 50%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #events .events-item .events-link .caption .caption-content i { margin-top: -12px; } #events .events-item .events-link .caption .caption-content h3, #events .events-item .events-link .caption .caption-content h4 { margin: 0; } #events * { z-index: 2; } #events h3 { color: #777777; margin: 1rem 0; font-size: 1.5rem; font-family: Lato, sans-serif; } #events h5 { font-size: 1rem; margin: 0; color: #{{ site.color.primary }}; } #events h3, .events-time h5 { text-transform: uppercase; } .events-time h5.date { font-weight: 600; font-size: 1.2rem !important; } .events-time { position: relative; padding: 0 .5rem; margin-bottom: .5rem; font-size: 1rem; } .events-time::before { content: ""; position: absolute; padding: 1.3rem 0; left: -.5rem; top: .5rem; border-left: 1px solid #{{ site.color.primary }}; } #events .btn { display: flex; margin: 1rem 0; padding: 0; width: 100%; border: 0; border-radius: 0; border-bottom: 3px solid #B91D1D; } #events .btn .label { flex: 2; height: 28px; font-size: 1.5rem; padding: .8rem 0 0; } #events .btn .logo { flex: 1; position: relative; } #events .btn img { width: 36px; padding-top: 7px; } #events .btn .logo::after { content: ""; position: absolute; left: 0; top: 2px; height: 2.5rem; border-radius: 50%; border-left: 1px solid #B91D1D; } #events .btn .logo::before { content: ""; position: absolute; width: 36px; top: -5.5px; padding: 0.2em 0; border-radius: 100%; border-bottom: 6px solid #DE8880; } @media(min-width:767px) { #events .events-item { margin: 0 0 30px; } } .theme.proposal-col a { position: absolute; bottom: 0; border-bottom: 3px solid #485CA2 !important; } .sponsor.proposal-col a { position: absolute; bottom: 0; border-bottom: 3px solid #AF6C19 !important; } .proposal-col { position: relative; margin-top: 2rem; } .proposal-col > div { position: relative; } .proposal-col > h3 { text-align: center; } h3 > div { display: inline; font-size: 2rem; } .title.dark { color: #777; font-size: 4rem !important; } .events-link .date.old { text-align: right; padding: 1rem 0; }
0.446977
0.113949
::-moz-selection { background-color: #34e7e4; } ::selection { background-color: #34e7e4; } .button.sneak, .contact-form input.sneak[type=submit], body.sneak_button .wpcf7-form input[type=submit], body.sneak_button .contact-form.newsletter-form input[type=submit], body.sneak_button #searchform input[type=submit], .post-article span.button.sneak { color: #34e7e4} .post-article blockquote, #footer , #footer_widgets .row { border-color: #34e7e4} span.button, .wpcf7-form input[type=submit] , .contact-form input[type=submit] , .searchform input[type=submit] , .comment-form input[type=submit], #sidebar .tagcloud a, #footer_widgets .tagcloud a { background-color: #34e7e4} body.sneak_button.woocommerce #respond input#submit.alt, body.sneak_button.woocommerce a.button.alt, body.sneak_button.woocommerce button.button.alt, body.sneak_button.woocommerce input.button.alt, body.sneak_button.woocommerce a.button, body.sneak_button.woocommerce #respond input#submit, body.sneak_button.woocommerce button.button, body.sneak_button .woocommerce input.button, body.sneak_button .woocommerce input.button#place_order, body.sneak_button .woocommerce .wc-proceed-to-checkout input { color: #34e7e4} body.sneak_button.woocommerce #respond input#submit.alt, body.sneak_button.woocommerce a.button.alt, body.sneak_button.woocommerce button.button.alt, body.sneak_button.woocommerce input.button.alt, body.sneak_button.woocommerce a.button, body.sneak_button.woocommerce #respond input#submit, body.sneak_button.woocommerce button.button, body.sneak_button .woocommerce input.button, body.sneak_button .woocommerce input.button#place_order, body.sneak_button .woocommerce .wc-proceed-to-checkout input, body.minimal_layout .widget_shopping_cart li, body.minimal_layout .product_list_widget li { border-color: #34e7e4} .woocommerce-product-search input[type=submit], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce input.button#place_order, .woocommerce .wc-proceed-to-checkout input, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .header-cart a span { background-color: #34e7e4} .tabs.minimal li a:hover, .tabs.minimal li.ui-tabs-active a, .tabs.minimal li.ui-state-active a, .toggle_container.minimal h5.element:hover, .toggle_container.minimal h5.inactive, .toggle_container.minimal h5.inactive:hover, a:hover , a:active , a:focus, .slick-suevafree-slideshow .slider-overlay .entry-date a:hover, .slick-suevafree-slideshow .slider-overlay .entry-category a:hover, .slick-suevafree-slideshow .slider-overlay .title a:hover, .post-article a span.nobutton:hover, .post-article a:focus span.nobutton, nav#widgetmenu li a:hover, nav#widgetmenu li:hover > a , nav#widgetmenu li.current-menu-item > a, nav#widgetmenu li.current-menu-ancestor > a, .post-article a:hover, .post-article a:active, .post-article a:focus , .sidebar-area a:hover, .sidebar-area a:active, .sidebar-area a:focus , #footer a:hover, #footer a:active, #footer a:focus , #footer_widgets a:hover, #footer_widgets a:active, #footer_widgets a:focus, #footer_widgets ul.widget-category li:hover, #footer_widgets ul.widget-category li a:hover, #logo a.logo:hover, #logo a.logo:focus, #sidebar-wrapper #scroll-sidebar a:hover, #header a:hover, .suevafree-menu a:hover, .suevafree-menu ul li a:hover, .suevafree-menu li:hover > a, .suevafree-menu a:focus, .suevafree-menu ul li a:focus, .suevafree-menu li:focus > a, .suevafree-menu ul li.current-menu-item > a, .suevafree-menu ul li.current_page_item > a, .suevafree-menu ul li.current-menu-parent > a, .suevafree-menu ul li.current_page_ancestor > a, .suevafree-menu ul li.current-menu-ancestor > a { color: #00d8d6} .suevafree-mobile-menu ul li a:hover, .suevafree-mobile-menu li:hover > a, .suevafree-mobile-menu ul li a:hover, .suevafree-mobile-menu li:hover > a, .suevafree-mobile-menu ul li.current-menu-item > a, .suevafree-mobile-menu ul li.current_page_item > a, .suevafree-mobile-menu ul li.current-menu-parent > a, .suevafree-mobile-menu ul li.current_page_ancestor > a, .suevafree-mobile-menu ul li.current-menu-ancestor > a { color: #00d8d6 !important; } .auth-cover, .header-3 .suevafree-menu a:hover, .header-3 .suevafree-menu ul li a:hover, .header-3 .suevafree-menu li:hover > a, .header-3 .suevafree-menu a:focus, .header-3 .suevafree-menu ul li a:focus, .header-3 .suevafree-menu li:focus > a, .header-3 .suevafree-menu ul li.current-menu-item > a, .header-3 .suevafree-menu ul li.current_page_item > a, .header-3 .suevafree-menu ul li.current-menu-parent > a, .header-3 .suevafree-menu ul li.current_page_ancestor > a, .header-3 .suevafree-menu ul li.current-menu-ancestor > a { background-color: #00d8d6} .slick-jane-slideshow .slick-arrow:hover , .slick-jane-slideshow .slick-arrow:active , .slick-jane-slideshow .slick-arrow:focus, span.button:hover , .button.sneak:hover, .contact-form input.sneak[type=submit]:hover, body.sneak_button .wpcf7-form input[type=submit]:hover, body.sneak_button .contact-form.newsletter-form input[type=submit]:hover, body.sneak_button #searchform input[type=submit]:hover, .read-more:focus span.button, .button.sneak:focus, .contact-form input.sneak[type=submit]:focus, body.sneak_button .wpcf7-form input[type=submit]:focus, body.sneak_button .contact-form.newsletter-form input[type=submit]:focus, body.sneak_button #searchform input[type=submit]:focus, #back-to-top i.open, #back-to-top i:hover , .post-container .link a:hover , .post-container .link a:active , .post-container .link a:focus , .post-container .quote:hover , .post-container .quote:active , .post-container .quote:focus , .wpcf7-form input[type=submit]:hover , .woocommerce-product-search input[type=submit]:hover, .contact-form input[type=submit]:hover , .searchform input[type=submit]:hover , .comment-form input[type=submit]:hover, .wpcf7-form input[type=submit]:focus , .woocommerce-product-search input[type=submit]:focus, .contact-form input[type=submit]:focus , .searchform input[type=submit]:focus, .comment-form input[type=submit]:focus, #sidebar .tagcloud a:hover, #footer_widgets .tagcloud a:hover , .wp-pagenavi a:hover, .suevafree-pagination span, .suevafree-pagination a span:hover, .wp-pagenavi span.current, .post-article .wp-pagenavi a:hover , .suevafree-menu ul ul li a:hover, .suevafree-menu ul ul li a:focus, .suevafree-menu ul ul li.current-menu-item > a, .suevafree-menu ul ul li.current_page_item > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current-menu-ancestor > a { background-color: #00d8d6; } .button.sneak:hover, .contact-form input.sneak[type=submit]:hover, body.sneak_button .wpcf7-form input[type=submit]:hover, body.sneak_button .contact-form.newsletter-form input[type=submit]:hover, body.sneak_button #searchform input[type=submit]:hover, span.button:focus, .button.sneak:focus, .contact-form input.sneak[type=submit]:focus, body.sneak_button .wpcf7-form input[type=submit]:focus, body.sneak_button .contact-form.newsletter-form input[type=submit]:focus, body.sneak_button #searchform input[type=submit]:focus, #back-to-top i.open, #back-to-top i:hover , .suevafree-menu ul ul li a:hover, .suevafree-menu ul ul li a:focus, .suevafree-menu ul ul li.current-menu-item > a, .suevafree-menu ul ul li.current_page_item > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current-menu-ancestor > a, .suevafree-menu ul ul:before, .suevafree-menu ul ul { border-color: #00d8d6; } .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .star-rating:before, .star-rating span, .woocommerce p.stars, .woocommerce p.stars a, .woocommerce p.stars:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active , .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, body.archive.woocommerce .product-category h3:hover, body.archive.woocommerce .product-category h3:active, body.archive.woocommerce .product-category h3:focus { color: #00d8d6} .woocommerce-product-search input[type=submit]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.button:hover, .woocommerce a.add_to_cart_button:hover, .woocommerce .woocommerce-message a.button:hover , .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wc-proceed-to-checkout input:hover , body.sneak_button.woocommerce #respond input#submit.alt:hover, body.sneak_button.woocommerce a.button.alt:hover, body.sneak_button.woocommerce button.button.alt:hover, body.sneak_button.woocommerce input.button.alt:hover, body.sneak_button.woocommerce a.button:hover, body.sneak_button.woocommerce #respond input#submit:hover, body.sneak_button.woocommerce button.button:hover, body.sneak_button .woocommerce input.button:hover, body.sneak_button .woocommerce input.button#place_order:hover, body.sneak_button .woocommerce .wc-proceed-to-checkout input:hover , .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover , .header-cart a span, body.minimal_layout .header-cart-widget , body.minimal_layout .header-3 .suevafree-menu ul ul li a , body.minimal_layout .header-3 .header-cart-widget { background-color: #00d8d6; } body.sneak_button.woocommerce #respond input#submit.alt:hover, body.sneak_button.woocommerce a.button.alt:hover, body.sneak_button.woocommerce button.button.alt:hover, body.sneak_button.woocommerce input.button.alt:hover, body.sneak_button.woocommerce a.button:hover, body.sneak_button.woocommerce #respond input#submit:hover, body.sneak_button.woocommerce button.button:hover, body.sneak_button .woocommerce input.button:hover, body.sneak_button .woocommerce input.button#place_order:hover, body.sneak_button .woocommerce .wc-proceed-to-checkout input:hover , .header-cart-widget:before , .header-cart-widget { border-color: #00d8d6; }
wp-content/themes/suevafree/assets/skins/clean-turquoise.css
::-moz-selection { background-color: #34e7e4; } ::selection { background-color: #34e7e4; } .button.sneak, .contact-form input.sneak[type=submit], body.sneak_button .wpcf7-form input[type=submit], body.sneak_button .contact-form.newsletter-form input[type=submit], body.sneak_button #searchform input[type=submit], .post-article span.button.sneak { color: #34e7e4} .post-article blockquote, #footer , #footer_widgets .row { border-color: #34e7e4} span.button, .wpcf7-form input[type=submit] , .contact-form input[type=submit] , .searchform input[type=submit] , .comment-form input[type=submit], #sidebar .tagcloud a, #footer_widgets .tagcloud a { background-color: #34e7e4} body.sneak_button.woocommerce #respond input#submit.alt, body.sneak_button.woocommerce a.button.alt, body.sneak_button.woocommerce button.button.alt, body.sneak_button.woocommerce input.button.alt, body.sneak_button.woocommerce a.button, body.sneak_button.woocommerce #respond input#submit, body.sneak_button.woocommerce button.button, body.sneak_button .woocommerce input.button, body.sneak_button .woocommerce input.button#place_order, body.sneak_button .woocommerce .wc-proceed-to-checkout input { color: #34e7e4} body.sneak_button.woocommerce #respond input#submit.alt, body.sneak_button.woocommerce a.button.alt, body.sneak_button.woocommerce button.button.alt, body.sneak_button.woocommerce input.button.alt, body.sneak_button.woocommerce a.button, body.sneak_button.woocommerce #respond input#submit, body.sneak_button.woocommerce button.button, body.sneak_button .woocommerce input.button, body.sneak_button .woocommerce input.button#place_order, body.sneak_button .woocommerce .wc-proceed-to-checkout input, body.minimal_layout .widget_shopping_cart li, body.minimal_layout .product_list_widget li { border-color: #34e7e4} .woocommerce-product-search input[type=submit], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce input.button#place_order, .woocommerce .wc-proceed-to-checkout input, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .header-cart a span { background-color: #34e7e4} .tabs.minimal li a:hover, .tabs.minimal li.ui-tabs-active a, .tabs.minimal li.ui-state-active a, .toggle_container.minimal h5.element:hover, .toggle_container.minimal h5.inactive, .toggle_container.minimal h5.inactive:hover, a:hover , a:active , a:focus, .slick-suevafree-slideshow .slider-overlay .entry-date a:hover, .slick-suevafree-slideshow .slider-overlay .entry-category a:hover, .slick-suevafree-slideshow .slider-overlay .title a:hover, .post-article a span.nobutton:hover, .post-article a:focus span.nobutton, nav#widgetmenu li a:hover, nav#widgetmenu li:hover > a , nav#widgetmenu li.current-menu-item > a, nav#widgetmenu li.current-menu-ancestor > a, .post-article a:hover, .post-article a:active, .post-article a:focus , .sidebar-area a:hover, .sidebar-area a:active, .sidebar-area a:focus , #footer a:hover, #footer a:active, #footer a:focus , #footer_widgets a:hover, #footer_widgets a:active, #footer_widgets a:focus, #footer_widgets ul.widget-category li:hover, #footer_widgets ul.widget-category li a:hover, #logo a.logo:hover, #logo a.logo:focus, #sidebar-wrapper #scroll-sidebar a:hover, #header a:hover, .suevafree-menu a:hover, .suevafree-menu ul li a:hover, .suevafree-menu li:hover > a, .suevafree-menu a:focus, .suevafree-menu ul li a:focus, .suevafree-menu li:focus > a, .suevafree-menu ul li.current-menu-item > a, .suevafree-menu ul li.current_page_item > a, .suevafree-menu ul li.current-menu-parent > a, .suevafree-menu ul li.current_page_ancestor > a, .suevafree-menu ul li.current-menu-ancestor > a { color: #00d8d6} .suevafree-mobile-menu ul li a:hover, .suevafree-mobile-menu li:hover > a, .suevafree-mobile-menu ul li a:hover, .suevafree-mobile-menu li:hover > a, .suevafree-mobile-menu ul li.current-menu-item > a, .suevafree-mobile-menu ul li.current_page_item > a, .suevafree-mobile-menu ul li.current-menu-parent > a, .suevafree-mobile-menu ul li.current_page_ancestor > a, .suevafree-mobile-menu ul li.current-menu-ancestor > a { color: #00d8d6 !important; } .auth-cover, .header-3 .suevafree-menu a:hover, .header-3 .suevafree-menu ul li a:hover, .header-3 .suevafree-menu li:hover > a, .header-3 .suevafree-menu a:focus, .header-3 .suevafree-menu ul li a:focus, .header-3 .suevafree-menu li:focus > a, .header-3 .suevafree-menu ul li.current-menu-item > a, .header-3 .suevafree-menu ul li.current_page_item > a, .header-3 .suevafree-menu ul li.current-menu-parent > a, .header-3 .suevafree-menu ul li.current_page_ancestor > a, .header-3 .suevafree-menu ul li.current-menu-ancestor > a { background-color: #00d8d6} .slick-jane-slideshow .slick-arrow:hover , .slick-jane-slideshow .slick-arrow:active , .slick-jane-slideshow .slick-arrow:focus, span.button:hover , .button.sneak:hover, .contact-form input.sneak[type=submit]:hover, body.sneak_button .wpcf7-form input[type=submit]:hover, body.sneak_button .contact-form.newsletter-form input[type=submit]:hover, body.sneak_button #searchform input[type=submit]:hover, .read-more:focus span.button, .button.sneak:focus, .contact-form input.sneak[type=submit]:focus, body.sneak_button .wpcf7-form input[type=submit]:focus, body.sneak_button .contact-form.newsletter-form input[type=submit]:focus, body.sneak_button #searchform input[type=submit]:focus, #back-to-top i.open, #back-to-top i:hover , .post-container .link a:hover , .post-container .link a:active , .post-container .link a:focus , .post-container .quote:hover , .post-container .quote:active , .post-container .quote:focus , .wpcf7-form input[type=submit]:hover , .woocommerce-product-search input[type=submit]:hover, .contact-form input[type=submit]:hover , .searchform input[type=submit]:hover , .comment-form input[type=submit]:hover, .wpcf7-form input[type=submit]:focus , .woocommerce-product-search input[type=submit]:focus, .contact-form input[type=submit]:focus , .searchform input[type=submit]:focus, .comment-form input[type=submit]:focus, #sidebar .tagcloud a:hover, #footer_widgets .tagcloud a:hover , .wp-pagenavi a:hover, .suevafree-pagination span, .suevafree-pagination a span:hover, .wp-pagenavi span.current, .post-article .wp-pagenavi a:hover , .suevafree-menu ul ul li a:hover, .suevafree-menu ul ul li a:focus, .suevafree-menu ul ul li.current-menu-item > a, .suevafree-menu ul ul li.current_page_item > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current-menu-ancestor > a { background-color: #00d8d6; } .button.sneak:hover, .contact-form input.sneak[type=submit]:hover, body.sneak_button .wpcf7-form input[type=submit]:hover, body.sneak_button .contact-form.newsletter-form input[type=submit]:hover, body.sneak_button #searchform input[type=submit]:hover, span.button:focus, .button.sneak:focus, .contact-form input.sneak[type=submit]:focus, body.sneak_button .wpcf7-form input[type=submit]:focus, body.sneak_button .contact-form.newsletter-form input[type=submit]:focus, body.sneak_button #searchform input[type=submit]:focus, #back-to-top i.open, #back-to-top i:hover , .suevafree-menu ul ul li a:hover, .suevafree-menu ul ul li a:focus, .suevafree-menu ul ul li.current-menu-item > a, .suevafree-menu ul ul li.current_page_item > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current_page_ancestor > a, .suevafree-menu ul ul li.current-menu-ancestor > a, .suevafree-menu ul ul:before, .suevafree-menu ul ul { border-color: #00d8d6; } .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .star-rating:before, .star-rating span, .woocommerce p.stars, .woocommerce p.stars a, .woocommerce p.stars:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active , .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, body.archive.woocommerce .product-category h3:hover, body.archive.woocommerce .product-category h3:active, body.archive.woocommerce .product-category h3:focus { color: #00d8d6} .woocommerce-product-search input[type=submit]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.button:hover, .woocommerce a.add_to_cart_button:hover, .woocommerce .woocommerce-message a.button:hover , .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wc-proceed-to-checkout input:hover , body.sneak_button.woocommerce #respond input#submit.alt:hover, body.sneak_button.woocommerce a.button.alt:hover, body.sneak_button.woocommerce button.button.alt:hover, body.sneak_button.woocommerce input.button.alt:hover, body.sneak_button.woocommerce a.button:hover, body.sneak_button.woocommerce #respond input#submit:hover, body.sneak_button.woocommerce button.button:hover, body.sneak_button .woocommerce input.button:hover, body.sneak_button .woocommerce input.button#place_order:hover, body.sneak_button .woocommerce .wc-proceed-to-checkout input:hover , .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover , .header-cart a span, body.minimal_layout .header-cart-widget , body.minimal_layout .header-3 .suevafree-menu ul ul li a , body.minimal_layout .header-3 .header-cart-widget { background-color: #00d8d6; } body.sneak_button.woocommerce #respond input#submit.alt:hover, body.sneak_button.woocommerce a.button.alt:hover, body.sneak_button.woocommerce button.button.alt:hover, body.sneak_button.woocommerce input.button.alt:hover, body.sneak_button.woocommerce a.button:hover, body.sneak_button.woocommerce #respond input#submit:hover, body.sneak_button.woocommerce button.button:hover, body.sneak_button .woocommerce input.button:hover, body.sneak_button .woocommerce input.button#place_order:hover, body.sneak_button .woocommerce .wc-proceed-to-checkout input:hover , .header-cart-widget:before , .header-cart-widget { border-color: #00d8d6; }
0.226612
0.07267
body { background-color:black; font: 20px Eurostile, sans-serif; text-transform: uppercase; } .system { margin-top: 1px; margin-bottom: 1px; padding-left: 10px; text-shadow: 0px 0px 3px; margin-left: 1px; margin-right: 1px; } .charted { color: #9f9f9f; background: #333333; } .uncharted { color: #EAA529; background: #370C03; } .hyperspace { color: #0026FF; } .statusInfo { color: #EAA529; background: #370C03; } .inactive { color: #000000; } .ring { font-size: smaller; padding: 0px; margin: 0px; } .ring-separator { font-size: smaller; padding: 0px; position: relative; top: -3px; } div.highlighted b.active { color: #000000; } div.highlighted b.inactive { color: #F5A804; } div.uncharted b.active { color: #EAA529; } div.uncharted b.inactive { color: #370C03; } div.charted b.active { color: #9f9f9f; } div.charted b.inactive { color: #333333; } .highlighted { color: #370C03; background: #F5A804; } div b.active.landable { color:#4CE0E1; } .currentSystemHighlight { background: #17EFF9; } .current_location { border-style: dotted; border-color: #17EFF9; border-width: 1px; } .latest-scan { border-style: dotted; border-color: #F5A804; border-width: 1px; } .separator { color: #F5A804; border-color: #F5A804; border-width: 1px 0px 1px 0px; text-shadow: 0px 0px 3px; } .next-system { color: #17EFF9; } .next-system hr { border-color: #17EFF9; } .alert { top: 1em; bottom: 1em; } .gravity-indicator { background-color: #000; padding-left: 2px; padding-right: 2px; margin-left: 2px; } .gravity-good { color: #0F0; } .gravity-alert { color: #F00; } .gravity-warning { color: #F60; } .gravity-hidden { color: #00000000; background-color: #00000000; }
EDScoutWebUI/static/style.css
body { background-color:black; font: 20px Eurostile, sans-serif; text-transform: uppercase; } .system { margin-top: 1px; margin-bottom: 1px; padding-left: 10px; text-shadow: 0px 0px 3px; margin-left: 1px; margin-right: 1px; } .charted { color: #9f9f9f; background: #333333; } .uncharted { color: #EAA529; background: #370C03; } .hyperspace { color: #0026FF; } .statusInfo { color: #EAA529; background: #370C03; } .inactive { color: #000000; } .ring { font-size: smaller; padding: 0px; margin: 0px; } .ring-separator { font-size: smaller; padding: 0px; position: relative; top: -3px; } div.highlighted b.active { color: #000000; } div.highlighted b.inactive { color: #F5A804; } div.uncharted b.active { color: #EAA529; } div.uncharted b.inactive { color: #370C03; } div.charted b.active { color: #9f9f9f; } div.charted b.inactive { color: #333333; } .highlighted { color: #370C03; background: #F5A804; } div b.active.landable { color:#4CE0E1; } .currentSystemHighlight { background: #17EFF9; } .current_location { border-style: dotted; border-color: #17EFF9; border-width: 1px; } .latest-scan { border-style: dotted; border-color: #F5A804; border-width: 1px; } .separator { color: #F5A804; border-color: #F5A804; border-width: 1px 0px 1px 0px; text-shadow: 0px 0px 3px; } .next-system { color: #17EFF9; } .next-system hr { border-color: #17EFF9; } .alert { top: 1em; bottom: 1em; } .gravity-indicator { background-color: #000; padding-left: 2px; padding-right: 2px; margin-left: 2px; } .gravity-good { color: #0F0; } .gravity-alert { color: #F00; } .gravity-warning { color: #F60; } .gravity-hidden { color: #00000000; background-color: #00000000; }
0.398289
0.089654
body { box-sizing: border-box; font-family: Arial; } .title { text-align: center; color: black; background-color: rgb(0, 255, 115); background: linear-gradient(90deg, white, rgb(179, 255, 0), white); text-align: center; font-size: 30px; margin-right: 0.2%; margin-bottom: 0%; } .div1 { background-color: rgb(182, 173, 160); width: 100px; height: 100px; margin: 10px; /* display block faz com que o elemento HTML seja renderizado como bloco, tal como os parágrafos e os cabeçalhos o são. Um bloco contém um espaço em branco tanto em cima como embaixo e NÃO permite outros elementos HTML ao lado. */ display: block; } .div2 { background-color: rgb(255, 217, 0); width: 100px; height: 100px; margin: 10px; /* Quando definimos um elemento com CSS display none, significa que ele e os seus elementos filhos não são renderizados na tela. */ display: none; } .div3 { background-color: rgb(53, 255, 2); width: 100px; height: 100px; margin: 10px; /* A propriedade display: inline faz com que o elemento HTML seja renderizado inline, dentro do bloco na mesma linha. Quando o elemento encontra-se entre dois blocos ele forma o chamado 'bloco anônimo' e é renderizado com a menor largura possível. */ display: inline; } .div4 { background-color: rgb(255, 2, 234); width: 100px; height: 100px; margin: 10px; /* A propriedade display: inline faz com que o elemento HTML seja renderizado inline, dentro do bloco na mesma linha. Quando o elemento encontra-se entre dois blocos ele forma o chamado 'bloco anônimo' e é renderizado com a menor largura possível. */ display: inline; } .div5 { background-color: rgb(211, 116, 203); width: 100px; height: 100px; margin: 10px; } .div6 { background-color: rgb(2, 255, 158); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; } .div7 { background-color: rgb(255, 2, 2); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; } .div8 { background-color: rgb(40, 2, 255); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; }
m07_flexbox_na_pratica/54_display/54_display_style.css
body { box-sizing: border-box; font-family: Arial; } .title { text-align: center; color: black; background-color: rgb(0, 255, 115); background: linear-gradient(90deg, white, rgb(179, 255, 0), white); text-align: center; font-size: 30px; margin-right: 0.2%; margin-bottom: 0%; } .div1 { background-color: rgb(182, 173, 160); width: 100px; height: 100px; margin: 10px; /* display block faz com que o elemento HTML seja renderizado como bloco, tal como os parágrafos e os cabeçalhos o são. Um bloco contém um espaço em branco tanto em cima como embaixo e NÃO permite outros elementos HTML ao lado. */ display: block; } .div2 { background-color: rgb(255, 217, 0); width: 100px; height: 100px; margin: 10px; /* Quando definimos um elemento com CSS display none, significa que ele e os seus elementos filhos não são renderizados na tela. */ display: none; } .div3 { background-color: rgb(53, 255, 2); width: 100px; height: 100px; margin: 10px; /* A propriedade display: inline faz com que o elemento HTML seja renderizado inline, dentro do bloco na mesma linha. Quando o elemento encontra-se entre dois blocos ele forma o chamado 'bloco anônimo' e é renderizado com a menor largura possível. */ display: inline; } .div4 { background-color: rgb(255, 2, 234); width: 100px; height: 100px; margin: 10px; /* A propriedade display: inline faz com que o elemento HTML seja renderizado inline, dentro do bloco na mesma linha. Quando o elemento encontra-se entre dois blocos ele forma o chamado 'bloco anônimo' e é renderizado com a menor largura possível. */ display: inline; } .div5 { background-color: rgb(211, 116, 203); width: 100px; height: 100px; margin: 10px; } .div6 { background-color: rgb(2, 255, 158); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; } .div7 { background-color: rgb(255, 2, 2); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; } .div8 { background-color: rgb(40, 2, 255); width: 100px; height: 100px; margin: 10px; /* - Na prática usamos o valor inline-block quando queremos definir um valor para a propriedade width. Sob certas circunstâncias, alguns navegadores ignoram a propriedade width para elementos inline, então definindo display: inline-block para tais elementos você forçará o navegador a reconhecer o valor definido para a propriedade width. - Um bloco inline é colocado inline (ou seja, na mesma linha do conteúdo adjacente), mas comporta-se como se fosse um bloco.*/ display: inline-block; }
0.513181
0.263434
margin: 8px 2px 0; } #titlediv .inside p.description label { cursor: pointer; } span.shortcode { display: block; margin: 2px 0; } span.shortcode.old { background: #777; color: #fff; } span.shortcode > input { background: inherit; color: inherit; font-size: 12px; border: none; box-shadow: none; padding: 4px 8px; margin: 0; } #submitpost input.copy { margin-bottom: 10px; } #submitpost input.delete { padding: 0; margin: 0; border: none; cursor: pointer; background: inherit; color: #a00; } #submitpost input.delete:hover { color: #f00; } #submitpost input.delete:focus { outline: thin dotted; } .postbox-container .postbox h3 { border-bottom: 1px solid transparent; } .keyboard-interaction { visibility: hidden; color: #23282d; } div.config-error, span.config-error, ul.config-error { color: #444; font-style: normal; font-size: 13px; } div.config-error span.dashicons { color: #82878c; } ul.config-error { margin: 0; } ul.config-error li { list-style: disc inside; padding: 0 4px; margin: 0; } ul.config-error li a.external { font-style: normal; font-weight: normal; font-size: 18px; vertical-align: middle; } [data-config-field][aria-invalid="true"] { border-color: #d00; } /* * Tabs */ #contact-form-editor-tabs { border-bottom: 1px solid #aaa; padding: 9px 15px 0 10px; margin: 0; } #contact-form-editor-tabs li { display: inline-block; list-style: none; border: 1px solid #ccc; border-bottom: 1px solid #aaa; padding: 0; margin: 0 4px -1px; background-color: #e4e4e4; } #contact-form-editor-tabs li:hover { background-color: #fff; } #contact-form-editor-tabs li.ui-tabs-active, #contact-form-editor-tabs li.ui-tabs-active:hover { border-top: 1px solid #aaa; border-right: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 1px solid #f5f5f5; background-color: #f5f5f5; } #contact-form-editor-tabs li a { padding: 6px 10px; font-size: 14px; font-weight: normal; line-height: 30px; color: #333; text-decoration: none; } #contact-form-editor-tabs li.ui-tabs-active a { color: #000; font-size: 14px; font-weight: bold; } #contact-form-editor-tabs li a:hover { color: #000; } #contact-form-editor-tabs li a span.dashicons { font-style: normal; padding: 6px 0 4px 4px; color: #82878c; } #contact-form-editor-tabs li.ui-tabs-active a span.dashicons { display: none; } #contact-form-editor .contact-form-editor-panel h2 { font-size: 18px; font-weight: 400; line-height: 24px; margin: 8px 0; padding: 0; } #contact-form-editor .contact-form-editor-panel { background-color: #f5f5f5; border: 1px solid #aaa; border-top: none; padding: 16px; } #contact-form-editor .form-table th { width: 100px; } #contact-form-editor .contact-form-editor-panel fieldset legend { line-height: 1.5; margin: .6em 0 .4em; } /* * Form Tab */ #tag-generator-list a.button { font-size: 12px; height: 26px; line-height: 24px; margin: 2px; padding: 0 8px 1px; } .tag-generator-panel { position: relative; height: 495px; } .tag-generator-panel .control-box { padding: 0; margin: 0; height: 380px; overflow: auto; } .tag-generator-panel .control-box > fieldset legend { border: 1px solid #dfdfdf; border-left: 4px solid #00a0d2; background: #f7fcfe; padding: 4px 12px; margin: 4px 0; line-height: 1.4em; width: 95%; } .tag-generator-panel table { width: 100%; } .tag-generator-panel table.form-table th { width: 120px; padding: 4px 10px 4px 0; font-size: 13px; } .tag-generator-panel table.form-table td { padding: 4px 10px; font-size: 13px; } .tag-generator-panel .control-box input.oneline { width: 200px; } .tag-generator-panel .control-box textarea.values { width: 200px; height: 6em; } .tag-generator-panel .control-box input[type="number"], .tag-generator-panel .control-box input[type="date"] { width: 88px; } .tag-generator-panel .control-box table caption { text-align: left; font-size: 110%; font-weight: bold; color: #777; margin: 10px 0 5px; } .tag-generator-panel .control-box table.form-table td label { line-height: 1.1em; } .tag-generator-panel .control-box table.form-table td label .description { line-height: 1.4em; } .tag-generator-panel .insert-box { position: absolute; left: -15px; right: -15px; bottom: -15px; width: 100%; height: 84px; margin: 0; padding: 8px 16px; background-color: #fcfcfc; border-top: 1px solid #dfdfdf; overflow: auto; } .tag-generator-panel .insert-box input.tag { width: 480px; float: left; background-color: transparent; box-shadow: none; } .tag-generator-panel .insert-box .submitbox { padding: 2px 4px; } .tag-generator-panel .insert-box .submitbox input[type="button"] { float: right; } .tag-generator-panel .insert-box .description label { cursor: text; } /* * Mail Tab */ .contact-form-editor-box-mail span.mailtag { display: inline-block; margin: 0 0 0 4px; padding: 1px 2px; cursor: pointer; color: #000; } .contact-form-editor-box-mail span.mailtag.used { color: #666; } /* * Messages Tab */ #messages-panel p.description { margin: 5px 0 10px; } /* * List Table */ .fixed .column-title { width: 38%; } .fixed .column-shortcode { width: 38%; } .wp-list-table .config-error span.dashicons { color: #82878c; } /* * Welcome Panel */ .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { width: 48%; padding: 0 2% 0 0; margin: 0 0 1em 0; } @media screen and (max-width: 870px) { .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { display: block; float: none; width: 100%; } } .welcome-panel h3 { font-size: 16px; font-weight: 600; line-height: 2.1em; margin: 1em 0 1.2em; } .welcome-panel h3 .dashicons { position: relative; top: -2px; display: inline-block; width: 60px; color: #575757; font-size: 40px; } .welcome-panel p a { font-weight: bold; } .welcome-panel-close { z-index: 2; } /* * Integration */ .card { background: #fff none repeat scroll 0 0; border: 1px solid #e5e5e5; border-left: 4px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin-top: 20px; max-width: 520px; min-width: 255px; padding: 0.7em 2em 1em; position: relative; } .card.active { border-color: #00a0d2; } .card img.icon { float: left; margin: 8px 8px 8px -8px; } .card h2.title { float: left; max-width: 240px; font-size: 1.3em; font-weight: 600; } .card .infobox { float: right; font-size: 13px; color: #666; margin: 2px 0 5px; line-height: 1.5; max-width: 240px; } .card .inside .form-table th { padding: 15px 10px 15px 0; width: 160px; } .card .inside .form-table td { padding: 10px 10px; }
!plugins/contact-form-7/admin/css/styles.css
margin: 8px 2px 0; } #titlediv .inside p.description label { cursor: pointer; } span.shortcode { display: block; margin: 2px 0; } span.shortcode.old { background: #777; color: #fff; } span.shortcode > input { background: inherit; color: inherit; font-size: 12px; border: none; box-shadow: none; padding: 4px 8px; margin: 0; } #submitpost input.copy { margin-bottom: 10px; } #submitpost input.delete { padding: 0; margin: 0; border: none; cursor: pointer; background: inherit; color: #a00; } #submitpost input.delete:hover { color: #f00; } #submitpost input.delete:focus { outline: thin dotted; } .postbox-container .postbox h3 { border-bottom: 1px solid transparent; } .keyboard-interaction { visibility: hidden; color: #23282d; } div.config-error, span.config-error, ul.config-error { color: #444; font-style: normal; font-size: 13px; } div.config-error span.dashicons { color: #82878c; } ul.config-error { margin: 0; } ul.config-error li { list-style: disc inside; padding: 0 4px; margin: 0; } ul.config-error li a.external { font-style: normal; font-weight: normal; font-size: 18px; vertical-align: middle; } [data-config-field][aria-invalid="true"] { border-color: #d00; } /* * Tabs */ #contact-form-editor-tabs { border-bottom: 1px solid #aaa; padding: 9px 15px 0 10px; margin: 0; } #contact-form-editor-tabs li { display: inline-block; list-style: none; border: 1px solid #ccc; border-bottom: 1px solid #aaa; padding: 0; margin: 0 4px -1px; background-color: #e4e4e4; } #contact-form-editor-tabs li:hover { background-color: #fff; } #contact-form-editor-tabs li.ui-tabs-active, #contact-form-editor-tabs li.ui-tabs-active:hover { border-top: 1px solid #aaa; border-right: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 1px solid #f5f5f5; background-color: #f5f5f5; } #contact-form-editor-tabs li a { padding: 6px 10px; font-size: 14px; font-weight: normal; line-height: 30px; color: #333; text-decoration: none; } #contact-form-editor-tabs li.ui-tabs-active a { color: #000; font-size: 14px; font-weight: bold; } #contact-form-editor-tabs li a:hover { color: #000; } #contact-form-editor-tabs li a span.dashicons { font-style: normal; padding: 6px 0 4px 4px; color: #82878c; } #contact-form-editor-tabs li.ui-tabs-active a span.dashicons { display: none; } #contact-form-editor .contact-form-editor-panel h2 { font-size: 18px; font-weight: 400; line-height: 24px; margin: 8px 0; padding: 0; } #contact-form-editor .contact-form-editor-panel { background-color: #f5f5f5; border: 1px solid #aaa; border-top: none; padding: 16px; } #contact-form-editor .form-table th { width: 100px; } #contact-form-editor .contact-form-editor-panel fieldset legend { line-height: 1.5; margin: .6em 0 .4em; } /* * Form Tab */ #tag-generator-list a.button { font-size: 12px; height: 26px; line-height: 24px; margin: 2px; padding: 0 8px 1px; } .tag-generator-panel { position: relative; height: 495px; } .tag-generator-panel .control-box { padding: 0; margin: 0; height: 380px; overflow: auto; } .tag-generator-panel .control-box > fieldset legend { border: 1px solid #dfdfdf; border-left: 4px solid #00a0d2; background: #f7fcfe; padding: 4px 12px; margin: 4px 0; line-height: 1.4em; width: 95%; } .tag-generator-panel table { width: 100%; } .tag-generator-panel table.form-table th { width: 120px; padding: 4px 10px 4px 0; font-size: 13px; } .tag-generator-panel table.form-table td { padding: 4px 10px; font-size: 13px; } .tag-generator-panel .control-box input.oneline { width: 200px; } .tag-generator-panel .control-box textarea.values { width: 200px; height: 6em; } .tag-generator-panel .control-box input[type="number"], .tag-generator-panel .control-box input[type="date"] { width: 88px; } .tag-generator-panel .control-box table caption { text-align: left; font-size: 110%; font-weight: bold; color: #777; margin: 10px 0 5px; } .tag-generator-panel .control-box table.form-table td label { line-height: 1.1em; } .tag-generator-panel .control-box table.form-table td label .description { line-height: 1.4em; } .tag-generator-panel .insert-box { position: absolute; left: -15px; right: -15px; bottom: -15px; width: 100%; height: 84px; margin: 0; padding: 8px 16px; background-color: #fcfcfc; border-top: 1px solid #dfdfdf; overflow: auto; } .tag-generator-panel .insert-box input.tag { width: 480px; float: left; background-color: transparent; box-shadow: none; } .tag-generator-panel .insert-box .submitbox { padding: 2px 4px; } .tag-generator-panel .insert-box .submitbox input[type="button"] { float: right; } .tag-generator-panel .insert-box .description label { cursor: text; } /* * Mail Tab */ .contact-form-editor-box-mail span.mailtag { display: inline-block; margin: 0 0 0 4px; padding: 1px 2px; cursor: pointer; color: #000; } .contact-form-editor-box-mail span.mailtag.used { color: #666; } /* * Messages Tab */ #messages-panel p.description { margin: 5px 0 10px; } /* * List Table */ .fixed .column-title { width: 38%; } .fixed .column-shortcode { width: 38%; } .wp-list-table .config-error span.dashicons { color: #82878c; } /* * Welcome Panel */ .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { width: 48%; padding: 0 2% 0 0; margin: 0 0 1em 0; } @media screen and (max-width: 870px) { .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { display: block; float: none; width: 100%; } } .welcome-panel h3 { font-size: 16px; font-weight: 600; line-height: 2.1em; margin: 1em 0 1.2em; } .welcome-panel h3 .dashicons { position: relative; top: -2px; display: inline-block; width: 60px; color: #575757; font-size: 40px; } .welcome-panel p a { font-weight: bold; } .welcome-panel-close { z-index: 2; } /* * Integration */ .card { background: #fff none repeat scroll 0 0; border: 1px solid #e5e5e5; border-left: 4px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin-top: 20px; max-width: 520px; min-width: 255px; padding: 0.7em 2em 1em; position: relative; } .card.active { border-color: #00a0d2; } .card img.icon { float: left; margin: 8px 8px 8px -8px; } .card h2.title { float: left; max-width: 240px; font-size: 1.3em; font-weight: 600; } .card .infobox { float: right; font-size: 13px; color: #666; margin: 2px 0 5px; line-height: 1.5; max-width: 240px; } .card .inside .form-table th { padding: 15px 10px 15px 0; width: 160px; } .card .inside .form-table td { padding: 10px 10px; }
0.212477
0.050331
-webkit-transform: var(--transform-normal); transform: var(--transform-normal); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount .lookFilled-1Gx00P:hover { -webkit-transform: var(--button-transform-hover); transform: var(--button-transform-hover); } #app-mount .lookFilled-1Gx00P[disabled] { -webkit-transform: none; transform: none; } #app-mount .lookFilled-1Gx00P.colorBrand-3pXr91 { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .lookFilled-1Gx00P.colorGreen-29iAKY, #app-mount .lookFilled-1Gx00P.button-1YfofB.buttonActive-3FrkXp { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .lookFilled-1Gx00P.colorYellow-2JqYwt { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-yellow))); background: linear-gradient(var(--gradient-yellow)); } #app-mount .lookFilled-1Gx00P.colorRed-1TFJan { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .lookFilled-1Gx00P.colorPrimary-3b3xI6, #app-mount .lookFilled-1Gx00P.colorGrey-2DXtkV, #app-mount .lookFilled-1Gx00P.buttonColor-7qQbGO { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-grey))); background: linear-gradient(var(--gradient-grey)); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx .homeIcon-FuNwkv { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9 { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx.selected-bZ3Lue .homeIcon-FuNwkv { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U svg { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U.selected-1JjBPm { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U.selected-1JjBPm svg { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); color: white; } #app-mount .menu-3sdvDG .item-1tOPte { font-weight: var(--font-default); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount .menu-3sdvDG .item-1tOPte.focused-3afm-j, #app-mount .menu-3sdvDG .item-1tOPte:active { font-size: var(--fontsize-hover); font-weight: var(--font-hover); } #app-mount .menu-3sdvDG .colorDefault-2K3EoJ.focused-3afm-j, #app-mount .menu-3sdvDG .colorDefault-2K3EoJ:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .menu-3sdvDG .colorDanger-2qLCe1.focused-3afm-j, #app-mount .menu-3sdvDG .colorDanger-2qLCe1:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .menu-3sdvDG .colorPremium-p4p7qO.focused-3afm-j, #app-mount .menu-3sdvDG .colorPremium-p4p7qO:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-special))); background: linear-gradient(var(--gradient-special)); } #app-mount .menu-3sdvDG #status-picker-online.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-online:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .menu-3sdvDG #status-picker-idle.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-idle:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-yellow))); background: linear-gradient(var(--gradient-yellow)); } #app-mount .menu-3sdvDG #status-picker-dnd.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-dnd:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .menu-3sdvDG #status-picker-invisible.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-invisible:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-grey))); background: linear-gradient(var(--gradient-grey)); } #app-mount .wrapper-2aW0bm .button-1ZiXG9 img, #app-mount .wrapper-2aW0bm .button-1ZiXG9 svg { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .wrapper-2aW0bm .button-1ZiXG9:hover { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .wrapper-2aW0bm .button-1ZiXG9:hover svg { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); color: white; } #app-mount .wrapper-2aW0bm .button-1ZiXG9.dangerous-2r8KxV:hover { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ { font-weight: var(--font-default); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ:hover { font-weight: var(--font-hover); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); color: #fff; font-weight: var(--font-hover); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha.premiumTabItem-1QTfBr, #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha.serverBoostTabItem-2hFTIN { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-special))); background: linear-gradient(var(--gradient-special)); }
src/support/compiled.css
-webkit-transform: var(--transform-normal); transform: var(--transform-normal); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount .lookFilled-1Gx00P:hover { -webkit-transform: var(--button-transform-hover); transform: var(--button-transform-hover); } #app-mount .lookFilled-1Gx00P[disabled] { -webkit-transform: none; transform: none; } #app-mount .lookFilled-1Gx00P.colorBrand-3pXr91 { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .lookFilled-1Gx00P.colorGreen-29iAKY, #app-mount .lookFilled-1Gx00P.button-1YfofB.buttonActive-3FrkXp { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .lookFilled-1Gx00P.colorYellow-2JqYwt { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-yellow))); background: linear-gradient(var(--gradient-yellow)); } #app-mount .lookFilled-1Gx00P.colorRed-1TFJan { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .lookFilled-1Gx00P.colorPrimary-3b3xI6, #app-mount .lookFilled-1Gx00P.colorGrey-2DXtkV, #app-mount .lookFilled-1Gx00P.buttonColor-7qQbGO { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-grey))); background: linear-gradient(var(--gradient-grey)); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx .homeIcon-FuNwkv { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9 { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .guilds-1SWlCJ .wrapper-1BJsBx.selected-bZ3Lue .homeIcon-FuNwkv { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U svg { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U.selected-1JjBPm { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .guilds-1SWlCJ .circleIconButton-1QV--U.selected-1JjBPm svg { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); color: white; } #app-mount .menu-3sdvDG .item-1tOPte { font-weight: var(--font-default); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount .menu-3sdvDG .item-1tOPte.focused-3afm-j, #app-mount .menu-3sdvDG .item-1tOPte:active { font-size: var(--fontsize-hover); font-weight: var(--font-hover); } #app-mount .menu-3sdvDG .colorDefault-2K3EoJ.focused-3afm-j, #app-mount .menu-3sdvDG .colorDefault-2K3EoJ:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .menu-3sdvDG .colorDanger-2qLCe1.focused-3afm-j, #app-mount .menu-3sdvDG .colorDanger-2qLCe1:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .menu-3sdvDG .colorPremium-p4p7qO.focused-3afm-j, #app-mount .menu-3sdvDG .colorPremium-p4p7qO:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-special))); background: linear-gradient(var(--gradient-special)); } #app-mount .menu-3sdvDG #status-picker-online.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-online:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-green))); background: linear-gradient(var(--gradient-green)); } #app-mount .menu-3sdvDG #status-picker-idle.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-idle:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-yellow))); background: linear-gradient(var(--gradient-yellow)); } #app-mount .menu-3sdvDG #status-picker-dnd.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-dnd:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount .menu-3sdvDG #status-picker-invisible.focused-3afm-j, #app-mount .menu-3sdvDG #status-picker-invisible:active { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-grey))); background: linear-gradient(var(--gradient-grey)); } #app-mount .wrapper-2aW0bm .button-1ZiXG9 img, #app-mount .wrapper-2aW0bm .button-1ZiXG9 svg { -webkit-transition: var(--button-transition); transition: var(--button-transition); -webkit-transform: var(--transform-normal); transform: var(--transform-normal); } #app-mount .wrapper-2aW0bm .button-1ZiXG9:hover { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); } #app-mount .wrapper-2aW0bm .button-1ZiXG9:hover svg { -webkit-transform: var(--transform-hover); transform: var(--transform-hover); color: white; } #app-mount .wrapper-2aW0bm .button-1ZiXG9.dangerous-2r8KxV:hover { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-red))); background: linear-gradient(var(--gradient-red)); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ { font-weight: var(--font-default); -webkit-transition: var(--button-transition); transition: var(--button-transition); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ:hover { font-weight: var(--font-hover); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blurple))); background: linear-gradient(var(--gradient-blurple)); color: #fff; font-weight: var(--font-hover); } #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha.premiumTabItem-1QTfBr, #app-mount [aria-label$=_SETTINGS] .side-8zPYf6 .item-PXvHYJ.selected-3s45Ha.serverBoostTabItem-2hFTIN { background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-special))); background: linear-gradient(var(--gradient-special)); }
0.284179
0.084041
body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; box-sizing: border-box; } html, body { height: 100%; position: relative; } html { position: relative; margin: 0 auto; max-width: 750px; min-width: 300px; font-size: 62.5%; } body { position: relative; font-size: 14px; font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; background: #fff; color: #282828; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } h1, h2, h3, h4, h5 { font-weight: normal; font-size: 14px; } a { color: #333; text-decoration: none; transition: color .2s ease-out; } a:hover { text-decoration: none; } em, i { font-style: normal; } ol, ul, dl, li, dt, dd { list-style: none } img { border: 0; vertical-align: middle } .fhei{ font-family: '黑体';} a img { border: 0 } table { border-collapse: collapse; border-spacing: 0 } .dn { display: none; } .fl { float: left; } .fr { float: right; } .cl { clear: both; } .over { overflow: hidden; } .rel{position: relative; z-index: 1;} .tr{ text-align: right;} .tl{ text-align: left;} .tc{ text-align: center;} .fix { *zoom: 1; } .fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; } .z { _zoom: 1; } .tl{ text-align: left; } input, textarea,button { font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; outline: none; } input[type=text], textarea { -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; outline: none; padding: 0px; margin: 0; } input[type='button'], input[type='submit'], input[type='reset'] { -webkit-appearance: push-button; white-space: pre;} input[type=button], input[type=text], input[type=tel]{ -webkit-appearance:none; outline:none, } .dFlex{display: flex; display: -webkit-flex; display: -moz-flex;} .flex1{ flex:1; -webkit-flex:1; -moz-flex:1;} .fs{font-family: '宋体'} .h36{ height: .36rem; display: block;border:none; padding: 0; margin: 0;} .h20F3{height: .2rem; background: #f3f3f3; display: block;border:none; padding: 0; margin: 0;} .scrolly{ width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch;} .card-shade{ position: fixed; width: 100%; height: 100%; left: 0; top:0; background: rgba(0,0,0,0.3); display: none; z-index: 10; } hr{ border:none; margin: 0; padding: 0;} .borderBottom{ border-bottom: .02rem solid #f3f3f3;}
public/test/html-app4/css/public.css
body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; box-sizing: border-box; } html, body { height: 100%; position: relative; } html { position: relative; margin: 0 auto; max-width: 750px; min-width: 300px; font-size: 62.5%; } body { position: relative; font-size: 14px; font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; background: #fff; color: #282828; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } h1, h2, h3, h4, h5 { font-weight: normal; font-size: 14px; } a { color: #333; text-decoration: none; transition: color .2s ease-out; } a:hover { text-decoration: none; } em, i { font-style: normal; } ol, ul, dl, li, dt, dd { list-style: none } img { border: 0; vertical-align: middle } .fhei{ font-family: '黑体';} a img { border: 0 } table { border-collapse: collapse; border-spacing: 0 } .dn { display: none; } .fl { float: left; } .fr { float: right; } .cl { clear: both; } .over { overflow: hidden; } .rel{position: relative; z-index: 1;} .tr{ text-align: right;} .tl{ text-align: left;} .tc{ text-align: center;} .fix { *zoom: 1; } .fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; } .z { _zoom: 1; } .tl{ text-align: left; } input, textarea,button { font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; outline: none; } input[type=text], textarea { -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; outline: none; padding: 0px; margin: 0; } input[type='button'], input[type='submit'], input[type='reset'] { -webkit-appearance: push-button; white-space: pre;} input[type=button], input[type=text], input[type=tel]{ -webkit-appearance:none; outline:none, } .dFlex{display: flex; display: -webkit-flex; display: -moz-flex;} .flex1{ flex:1; -webkit-flex:1; -moz-flex:1;} .fs{font-family: '宋体'} .h36{ height: .36rem; display: block;border:none; padding: 0; margin: 0;} .h20F3{height: .2rem; background: #f3f3f3; display: block;border:none; padding: 0; margin: 0;} .scrolly{ width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch;} .card-shade{ position: fixed; width: 100%; height: 100%; left: 0; top:0; background: rgba(0,0,0,0.3); display: none; z-index: 10; } hr{ border:none; margin: 0; padding: 0;} .borderBottom{ border-bottom: .02rem solid #f3f3f3;}
0.258232
0.064036
body { padding-top: 87px; } .navbar-form { padding-left: 0; padding-right: 0; } .navbar-form .form-group, .navbar-form .input-group { width: 100%; } .navbar-form .input-group-addon { text-align: right; padding-right: 0; } .navbar-form .input-group-addon a { color: #b2dbfb; } /* width fix, see https://github.com/JedWatson/react-select/issues/323 */ .org-select .Select-input { position: absolute !important; top: 0 !important; } .org-select .is-open { width: 200px !important; } .org-select .Select-value-label { display: block !important; } .org-select .Select-value { position: relative !important; line-height: 1.846 !important; } .org-select .Select-input input { padding: 0; } .org-select .Select-menu-outer { width: auto; min-width: 100%; } .org-select .Select-option { white-space: nowrap; } .org-select .Select-control { min-width: 100%; width: auto; height: 24px; } .org-select { display: inline-block; } .org-select .Select { height: 14px; top: -2px; margin-left: -10px; margin-right: -5px; } .org-select .Select-control:hover { box-shadow: none; } .org-select .Select-control { background-color: rgba(0,0,0,0); border: 0; } .org-select .Select-control .Select-value { padding-top: 0; padding-bottom: 0; } .org-select .Select-control .Select-value .Select-value-label { color: #2196f3 !important; } .org-select .Select-menu-outer { margin-top: 17px; } /* hide spinners on number fields */ input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance:textfield; } /* tabs underline */ .nav-tabs { border-bottom: 1px solid #dddddd; } /* fix panel-title */ .panel-title-buttons { padding-top: 7.5px; } /* map legend */ .map-legend { /* background: rgba(0,0,0, 0.5); */ background: rgba(255,255,255,0.7); padding: 10px; border-radius: 5px; } .map-legend ul { list-style: none; padding: 0; margin: 0; opacity: 1; } .map-legend ul li { font-weight: bold; } /* sticky footer */ /* http://getbootstrap.com/docs/3.3/examples/sticky-footer/sticky-footer.css */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 50px; } /* Fix react-select z-index for codemirror widget */ .is-open { z-index: 100 !important; }
ui/src/index.css
body { padding-top: 87px; } .navbar-form { padding-left: 0; padding-right: 0; } .navbar-form .form-group, .navbar-form .input-group { width: 100%; } .navbar-form .input-group-addon { text-align: right; padding-right: 0; } .navbar-form .input-group-addon a { color: #b2dbfb; } /* width fix, see https://github.com/JedWatson/react-select/issues/323 */ .org-select .Select-input { position: absolute !important; top: 0 !important; } .org-select .is-open { width: 200px !important; } .org-select .Select-value-label { display: block !important; } .org-select .Select-value { position: relative !important; line-height: 1.846 !important; } .org-select .Select-input input { padding: 0; } .org-select .Select-menu-outer { width: auto; min-width: 100%; } .org-select .Select-option { white-space: nowrap; } .org-select .Select-control { min-width: 100%; width: auto; height: 24px; } .org-select { display: inline-block; } .org-select .Select { height: 14px; top: -2px; margin-left: -10px; margin-right: -5px; } .org-select .Select-control:hover { box-shadow: none; } .org-select .Select-control { background-color: rgba(0,0,0,0); border: 0; } .org-select .Select-control .Select-value { padding-top: 0; padding-bottom: 0; } .org-select .Select-control .Select-value .Select-value-label { color: #2196f3 !important; } .org-select .Select-menu-outer { margin-top: 17px; } /* hide spinners on number fields */ input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance:textfield; } /* tabs underline */ .nav-tabs { border-bottom: 1px solid #dddddd; } /* fix panel-title */ .panel-title-buttons { padding-top: 7.5px; } /* map legend */ .map-legend { /* background: rgba(0,0,0, 0.5); */ background: rgba(255,255,255,0.7); padding: 10px; border-radius: 5px; } .map-legend ul { list-style: none; padding: 0; margin: 0; opacity: 1; } .map-legend ul li { font-weight: bold; } /* sticky footer */ /* http://getbootstrap.com/docs/3.3/examples/sticky-footer/sticky-footer.css */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 50px; } /* Fix react-select z-index for codemirror widget */ .is-open { z-index: 100 !important; }
0.440951
0.068537
@charset "UTF-8"; @font-face { font-family: "material-font"; src:url("//video.ambmultimedia.mx/panel/fonts/material-font.eot"); src:url("//video.ambmultimedia.mx/panel/fonts/material-font.eot?#iefix") format("embedded-opentype"), url("//video.ambmultimedia.mx/panel/fonts/material-font.woff") format("woff"), url("//video.ambmultimedia.mx/panel/fonts/material-font.ttf") format("truetype"), url("//video.ambmultimedia.mx/panel/fonts/material-font.svg#material-font") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "material-font" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "material-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-access-alarms:before { content: "a"; } .icon-access-time:before { content: "b"; } .icon-accessibility:before { content: "c"; } .icon-account-box:before { content: "d"; } .icon-account-circle:before { content: "e"; } .icon-adb:before { content: "f"; } .icon-add:before { content: "g"; } .icon-add-alarm:before { content: "h"; } .icon-add-box:before { content: "i"; } .icon-add-circle:before { content: "j"; } .icon-add-circle-outline:before { content: "k"; } .icon-airplane-mode-off:before { content: "l"; } .icon-airplane-mode-on:before { content: "m"; } .icon-android:before { content: "n"; } .icon-apps:before { content: "o"; } .icon-archive:before { content: "p"; } .icon-arrow-back:before { content: "q"; } .icon-arrow-drop-down:before { content: "r"; } .icon-arrow-drop-down-circle:before { content: "s"; } .icon-arrow-drop-up:before { content: "t"; } .icon-arrow-forward:before { content: "u"; } .icon-attachment:before { content: "v"; } .icon-auto-fix:before { content: "w"; } .icon-backspace:before { content: "x"; } .icon-backup:before { content: "y"; } .icon-beenhere:before { content: "z"; } .icon-block:before { content: "A"; } .icon-bluetooth:before { content: "B"; } .icon-bluetooth-audio:before { content: "C"; } .icon-bluetooth-connected:before { content: "D"; } .icon-bluetooth-disabled:before { content: "E"; } .icon-bluetooth-searching:before { content: "F"; } .icon-bold:before { content: "G"; } .icon-book:before { content: "H"; } .icon-bookmark:before { content: "I"; } .icon-bookmark-outline:before { content: "J"; } .icon-brightness-auto:before { content: "K"; } .icon-brightness-high:before { content: "L"; } .icon-brightness-low:before { content: "M"; } .icon-brightness-medium:before { content: "N"; } .icon-bug-report:before { content: "O"; } .icon-cake:before { content: "P"; } .icon-call:before { content: "Q"; } .icon-call-end:before { content: "R"; } .icon-call-made:before { content: "S"; } .icon-call-merge:before { content: "T"; } .icon-call-missed:before { content: "U"; } .icon-call-received:before { content: "V"; } .icon-call-split:before { content: "W"; } .icon-camera:before { content: "X"; } .icon-camera-alt:before { content: "Y"; } .icon-camera-roll:before { content: "Z"; } .icon-cancel:before { content: "0"; } .icon-cast:before { content: "1"; } .icon-cast-connected:before { content: "2"; } .icon-chat:before { content: "3"; } .icon-check:before { content: "4"; } .icon-check-box:before { content: "5"; } .icon-check-box-blank:before { content: "6"; } .icon-check-box-outline:before { content: "7"; } .icon-check-box-outline-blank:before { content: "8"; } .icon-check-circle:before { content: "9"; } .icon-check-circle-blank:before { content: "!"; } .icon-check-circle-outline:before { content: "\""; } .icon-check-circle-outline-blank:before { content: "#"; } .icon-chevron-left:before { content: "$"; } .icon-chevron-right:before { content: "%"; } .icon-chromecast:before { content: "&"; } .icon-circles:before { content: "'"; } .icon-circles-add:before { content: "("; } .icon-circles-extended:before { content: ")"; } .icon-clear:before { content: "*"; } .icon-close:before { content: "+"; } .icon-close-caption:before { content: ","; } .icon-cloud:before { content: "-"; } .icon-cloud-circle:before { content: "."; } .icon-cloud-done:before { content: "/"; } .icon-cloud-download:before { content: ":"; } .icon-cloud-off:before { content: ";"; } .icon-cloud-queue:before { content: "<"; } .icon-cloud-upload:before { content: "="; } .icon-comment:before { content: ">"; } .icon-communities:before { content: "?"; } .icon-content-copy:before { content: "@"; } .icon-content-cut:before { content: "["; } .icon-content-paste:before { content: "]"; } .icon-create:before { content: "^"; } .icon-credit-card:before { content: "_"; } .icon-crop:before { content: "`"; } .icon-crop-free:before { content: "{"; } .icon-crop-landscape:before { content: "|"; } .icon-crop-portrait:before { content: "}"; } .icon-crop-square:before { content: "~"; } .icon-data-usage:before { content: "\\"; } .icon-delete:before { content: "\e000"; } .icon-developer-mode:before { content: "\e001"; } .icon-dialpad:before { content: "\e002"; } .icon-directions:before { content: "\e003"; } .icon-directions-bike:before { content: "\e004"; } .icon-directions-bus:before { content: "\e005"; } .icon-directions-car:before { content: "\e006"; } .icon-directions-subway:before { content: "\e007"; } .icon-directions-train:before { content: "\e008"; } .icon-directions-transit:before { content: "\e009"; } .icon-directionswalk:before { content: "\e00a"; } .icon-disc-full:before { content: "\e00b"; } .icon-do-not-disturb:before { content: "\e00c"; } .icon-dock:before { content: "\e00d"; } .icon-domain:before { content: "\e00e"; } .icon-done:before { content: "\e00f"; } .icon-done-all:before { content: "\e010"; } .icon-drafts:before { content: "\e011"; } .icon-drive:before { content: "\e012"; } .icon-drive-apk:before { content: "\e013"; } .icon-drive-audio:before { content: "\e014"; } .icon-drive-code:before { content: "\e015"; } .icon-drive-document:before { content: "\e016"; } .icon-drive-drawing:before { content: "\e017"; } .icon-drive-eta:before { content: "\e018"; } .icon-drive-file:before { content: "\e019"; } .icon-drive-font:before { content: "\e01a"; } .icon-drive-form:before { content: "\e01b"; } .icon-drive-fusiontable:before { content: "\e01c"; } .icon-drive-image:before { content: "\e01d"; } .icon-drive-ms-excel:before { content: "\e01e"; } .icon-drive-ms-powerpoint:before { content: "\e01f"; } .icon-drive-ms-word:before { content: "\e020"; } .icon-drive-pdf:before { content: "\e021"; } .icon-drive-presentation:before { content: "\e022"; } .icon-drive-script:before { content: "\e023"; } .icon-drive-site:before { content: "\e024"; } .icon-drive-spreadsheet:before { content: "\e025"; } .icon-drive-video:before { content: "\e026"; } .icon-drive-zip:before { content: "\e027"; } .icon-earth:before { content: "\e028"; } .icon-email:before { content: "\e029"; } .icon-error:before { content: "\e02a"; } .icon-event:before { content: "\e02b"; } .icon-exit-to-app:before { content: "\e02c"; } .icon-expand-less:before { content: "\e02d"; } .icon-expand-more:before { content: "\e02e"; } .icon-explore:before { content: "\e02f"; } .icon-extension:before { content: "\e030"; } .icon-fast-forward:before { content: "\e031"; } .icon-fast-rewind:before { content: "\e032"; } .icon-favorite:before { content: "\e033"; } .icon-favorite-outline:before { content: "\e034"; } .icon-file-download:before { content: "\e035"; } .icon-file-upload:before { content: "\e036"; } .icon-filter:before { content: "\e037"; } .icon-flag:before { content: "\e038"; } .icon-flash-auto:before { content: "\e039"; } .icon-flash-off:before { content: "\e03a"; } .icon-flash-on:before { content: "\e03b"; } .icon-flights:before { content: "\e03c"; } .icon-flip-to-back:before { content: "\e03d"; } .icon-flip-to-front:before { content: "\e03e"; } .icon-folder:before { content: "\e03f"; } .icon-folder-mydrive:before { content: "\e040"; } .icon-folder-shared:before { content: "\e041"; } .icon-forum:before { content: "\e042"; } .icon-forward:before { content: "\e043"; } .icon-fullscreen:before { content: "\e044"; } .icon-fullscreen-exit:before { content: "\e045"; } .icon-gamepad:before { content: "\e046"; } .icon-games:before { content: "\e047"; } .icon-gesture:before { content: "\e048"; } .icon-glass:before { content: "\e049"; } .icon-gmail:before { content: "\e04a"; } .icon-google:before { content: "\e04b"; } .icon-google-plus:before { content: "\e04c"; } .icon-gps-fixed:before { content: "\e04d"; } .icon-gps-not-fixed:before { content: "\e04e"; } .icon-gps-off:before { content: "\e04f"; } .icon-group:before { content: "\e050"; } .icon-group-add:before { content: "\e051"; } .icon-hangout:before { content: "\e052"; } .icon-hangout-video:before { content: "\e053"; } .icon-hangout-video-off:before { content: "\e054"; } .icon-headset:before { content: "\e055"; } .icon-headset-mic:before { content: "\e056"; } .icon-help:before { content: "\e057"; } .icon-high-quality:before { content: "\e058"; } .icon-history:before { content: "\e059"; } .icon-home:before { content: "\e05a"; } .icon-hotel:before { content: "\e05b"; } .icon-https:before { content: "\e05c"; } .icon-image:before { content: "\e05d"; } .icon-import-export:before { content: "\e05e"; } .icon-inbox:before { content: "\e05f"; } .icon-info:before { content: "\e060"; } .icon-info-outline:before { content: "\e061"; } .icon-invert-colors:before { content: "\e062"; } .icon-italics:before { content: "\e063"; } .icon-keep:before { content: "\e064"; } .icon-keyboard:before { content: "\e065"; } .icon-keyboard-alt:before { content: "\e066"; } .icon-keyboard-arrow-down:before { content: "\e067"; } .icon-keyboard-arrow-left:before { content: "\e068"; } .icon-keyboard-arrow-right:before { content: "\e069"; } .icon-keyboard-arrow-up:before { content: "\e06a"; } .icon-keyboard-backspace:before { content: "\e06b"; } .icon-keyboard-capslock:before { content: "\e06c"; } .icon-keyboard-control:before { content: "\e06d"; } .icon-keyboard-hide:before { content: "\e06e"; } .icon-keyboard-return:before { content: "\e06f"; } .icon-keyboard-tab:before { content: "\e070"; } .icon-keyboard-voice:before { content: "\e071"; } .icon-label:before { content: "\e072"; } .icon-label-outline:before { content: "\e073"; } .icon-landscape:before { content: "\e074"; } .icon-language:before { content: "\e075"; } .icon-laptop:before { content: "\e076"; } .icon-launch:before { content: "\e077"; } .icon-link:before { content: "\e078"; } .icon-list:before { content: "\e079"; } .icon-live-help:before { content: "\e07a"; } .icon-location:before { content: "\e07b"; } .icon-location-city:before { content: "\e07c"; } .icon-location-disabled:before { content: "\e07d"; } .icon-location-searching:before { content: "\e07e"; } .icon-lock:before { content: "\e07f"; } .icon-lock-open:before { content: "\e080"; } .icon-lock-outline:before { content: "\e081"; } .icon-loop:before { content: "\e082"; } .icon-mail:before { content: "\e083"; } .icon-map:before { content: "\e084"; } .icon-mark-unread:before { content: "\e085"; } .icon-memory:before { content: "\e086"; } .icon-menu:before { content: "\e087"; } .icon-message:before { content: "\e088"; } .icon-messenger:before { content: "\e089"; } .icon-mic:before { content: "\e08a"; } .icon-mic-none:before { content: "\e08b"; } .icon-mic-off:before { content: "\e08c"; } .icon-mms:before { content: "\e08d"; } .icon-mood:before { content: "\e08e"; } .icon-more:before { content: "\e08f"; } .icon-more-horiz:before { content: "\e090"; } .icon-more-vert:before { content: "\e091"; } .icon-mouse:before { content: "\e092"; } .icon-movie:before { content: "\e093"; } .icon-nest-protect:before { content: "\e094"; } .icon-nest-thermostat:before { content: "\e095"; } .icon-network-cell:before { content: "\e096"; } .icon-network-wifi:before { content: "\e097"; } .icon-news:before { content: "\e098"; } .icon-nfc:before { content: "\e099"; } .icon-notifications:before { content: "\e09a"; } .icon-notifications-none:before { content: "\e09b"; } .icon-notifications-off:before { content: "\e09c"; } .icon-notifications-on:before { content: "\e09d"; } .icon-notifications-paused:before { content: "\e09e"; } .icon-pages:before { content: "\e09f"; } .icon-palette:before { content: "\e0a0"; } .icon-panorama:before { content: "\e0a1"; } .icon-party-mode:before { content: "\e0a2"; } .icon-pause:before { content: "\e0a3"; } .icon-pause-circle-fill:before { content: "\e0a4"; } .icon-pause-circle-outline:before { content: "\e0a5"; } .icon-people:before { content: "\e0a6"; } .icon-person:before { content: "\e0a7"; } .icon-person-add:before { content: "\e0a8"; } .icon-person-location:before { content: "\e0a9"; } .icon-person-outline:before { content: "\e0aa"; } .icon-phone:before { content: "\e0ab"; } .icon-phone2:before { content: "\e0ac"; } .icon-phone-bluetooth-speaker:before { content: "\e0ad"; } .icon-phone-forwarded:before { content: "\e0ae"; } .icon-phone-in-talk:before { content: "\e0af"; } .icon-phone-locked:before { content: "\e0b0"; } .icon-phone-missed:before { content: "\e0b1"; } .icon-phone-paused:before { content: "\e0b2"; } .icon-photo:before { content: "\e0b3"; } .icon-photo-album:before { content: "\e0b4"; } .icon-photo-library:before { content: "\e0b5"; } .icon-place:before { content: "\e0b6"; } .icon-play-arrow:before { content: "\e0b7"; } .icon-play-circle-fill:before { content: "\e0b8"; } .icon-play-circle-outline:before { content: "\e0b9"; } .icon-play-download:before { content: "\e0ba"; } .icon-play-install:before { content: "\e0bb"; } .icon-plus-one:before { content: "\e0bc"; } .icon-poll:before { content: "\e0bd"; } .icon-polymer:before { content: "\e0be"; } .icon-portrait:before { content: "\e0bf"; } .icon-post-blogger:before { content: "\e0c0"; } .icon-post-facebook:before { content: "\e0c1"; } .icon-post-gplus:before { content: "\e0c2"; } .icon-post-instagram:before { content: "\e0c3"; } .icon-post-linkedin:before { content: "\e0c4"; } .icon-post-pinterest:before { content: "\e0c5"; } .icon-post-tumblr:before { content: "\e0c6"; } .icon-post-twitter:before { content: "\e0c7"; } .icon-print:before { content: "\e0c8"; } .icon-public:before { content: "\e0c9"; } .icon-queue:before { content: "\e0ca"; } .icon-radio-button-off:before { content: "\e0cb"; } .icon-radio-button-on:before { content: "\e0cc"; } .icon-receipt:before { content: "\e0cd"; } .icon-refresh:before { content: "\e0ce"; } .icon-reminder:before { content: "\e0cf"; } .icon-remove:before { content: "\e0d0"; } .icon-remove-circle:before { content: "\e0d1"; } .icon-remove-circle-outline:before { content: "\e0d2"; } .icon-replay:before { content: "\e0d3"; } .icon-reply:before { content: "\e0d4"; } .icon-reply-all:before { content: "\e0d5"; } .icon-report:before { content: "\e0d6"; } .icon-ring-volume:before { content: "\e0d7"; } .icon-rotate-left:before { content: "\e0d8"; } .icon-rotate-right:before { content: "\e0d9"; } .icon-satellite:before { content: "\e0da"; } .icon-save:before { content: "\e0db"; } .icon-schedule:before { content: "\e0dc"; } .icon-school:before { content: "\e0dd"; } .icon-screen-lock-landscape:before { content: "\e0de"; } .icon-screen-lock-portrait:before { content: "\e0df"; } .icon-screen-lock-rotation:before { content: "\e0e0"; } .icon-screen-rotation:before { content: "\e0e1"; } .icon-sd-card:before { content: "\e0e2"; } .icon-sd-storage:before { content: "\e0e3"; } .icon-search:before { content: "\e0e4"; } .icon-select-all:before { content: "\e0e5"; } .icon-send:before { content: "\e0e6"; } .icon-settings:before { content: "\e0e7"; } .icon-settings-application:before { content: "\e0e8"; } .icon-settings-bluetooth:before { content: "\e0e9"; } .icon-settings-cell:before { content: "\e0ea"; } .icon-settings-phone:before { content: "\e0eb"; } .icon-settings-power:before { content: "\e0ec"; } .icon-settings-voice:before { content: "\e0ed"; } .icon-share:before { content: "\e0ee"; } .icon-share-alt:before { content: "\e0ef"; } .icon-shopping-basket:before { content: "\e0f0"; } .icon-shopping-cart:before { content: "\e0f1"; } .icon-shuffle:before { content: "\e0f2"; } .icon-signal-cellular-1-bar:before { content: "\e0f3"; } .icon-signal-cellular-2-bar:before { content: "\e0f4"; } .icon-signal-cellular-3-bar:before { content: "\e0f5"; } .icon-signal-cellular-4-bar:before { content: "\e0f6"; } .icon-signal-wifi-1-bar:before { content: "\e0f7"; } .icon-signal-wifi-2-bar:before { content: "\e0f8"; } .icon-signal-wifi-3-bar:before { content: "\e0f9"; } .icon-signal-wifi-4-bar:before { content: "\e0fa"; } .icon-sim-card-alert:before { content: "\e0fb"; } .icon-skip-next:before { content: "\e0fc"; } .icon-skip-previous:before { content: "\e0fd"; } .icon-slideshow:before { content: "\e0fe"; } .icon-sms:before { content: "\e0ff"; } .icon-sms-failed:before { content: "\e100"; } .icon-sort:before { content: "\e101"; } .icon-speaker:before { content: "\e102"; } .icon-star:before { content: "\e103"; } .icon-star-half:before { content: "\e104"; } .icon-star-outline:before { content: "\e105"; } .icon-star-rate:before { content: "\e106"; } .icon-stop:before { content: "\e107"; } .icon-storage:before { content: "\e108"; } .icon-store:before { content: "\e109"; } .icon-swap-driving-apps:before { content: "\e10a"; } .icon-swap-horiz:before { content: "\e10b"; } .icon-swap-vert:before { content: "\e10c"; } .icon-swap-vert-circle:before { content: "\e10d"; } .icon-switch-camera:before { content: "\e10e"; } .icon-switch-video:before { content: "\e10f"; } .icon-sync:before { content: "\e110"; } .icon-sync-disabled:before { content: "\e111"; } .icon-sync-green:before { content: "\e112"; } .icon-sync-problem:before { content: "\e113"; } .icon-sync-problem-red:before { content: "\e114"; } .icon-system-update:before { content: "\e115"; } .icon-tab:before { content: "\e116"; } .icon-tab-unselected:before { content: "\e117"; } .icon-tablet:before { content: "\e118"; } .icon-tag-faces:before { content: "\e119"; } .icon-tap-and-play:before { content: "\e11a"; } .icon-terrain:before { content: "\e11b"; } .icon-text-format:before { content: "\e11c"; } .icon-text-sms:before { content: "\e11d"; } .icon-theaters:before { content: "\e11e"; } .icon-thumbs-down:before { content: "\e11f"; } .icon-thumbs-up:before { content: "\e120"; } .icon-time-to-leave:before { content: "\e121"; } .icon-timelapse:before { content: "\e122"; } .icon-timer:before { content: "\e123"; } .icon-today:before { content: "\e124"; } .icon-traffic:before { content: "\e125"; } .icon-translate:before { content: "\e126"; } .icon-tv:before { content: "\e127"; } .icon-underline:before { content: "\e128"; } .icon-undo:before { content: "\e129"; } .icon-unfold-less:before { content: "\e12a"; } .icon-unfold-more:before { content: "\e12b"; } .icon-unknown-1:before { content: "\e12c"; } .icon-unknown-3:before { content: "\e12d"; } .icon-unknown-4:before { content: "\e12e"; } .icon-unknown-5:before { content: "\e12f"; } .icon-unknown-6:before { content: "\e130"; } .icon-unknown-7:before { content: "\e131"; } .icon-unkown-2:before { content: "\e132"; } .icon-usb:before { content: "\e133"; } .icon-vibration:before { content: "\e134"; } .icon-video-youtube:before { content: "\e135"; } .icon-videocam:before { content: "\e136"; } .icon-videocam-off:before { content: "\e137"; } .icon-view-array:before { content: "\e138"; } .icon-view-column:before { content: "\e139"; } .icon-view-headline:before { content: "\e13a"; } .icon-view-list:before { content: "\e13b"; } .icon-view-module:before { content: "\e13c"; } .icon-view-quilt:before { content: "\e13d"; } .icon-view-stream:before { content: "\e13e"; } .icon-visibility:before { content: "\e13f"; } .icon-visibility-off:before { content: "\e140"; } .icon-voice:before { content: "\e141"; } .icon-voicemail:before { content: "\e142"; } .icon-volume-down:before { content: "\e143"; } .icon-volume-mute:before { content: "\e144"; } .icon-volume-off:before { content: "\e145"; } .icon-volume-up:before { content: "\e146"; } .icon-vpn:before { content: "\e147"; } .icon-warning:before { content: "\e148"; } .icon-watch:before { content: "\e149"; } .icon-wb-auto:before { content: "\e14a"; } .icon-wb-cloudy:before { content: "\e14b"; } .icon-wb-incandescent:before { content: "\e14c"; } .icon-wb-irradescent:before { content: "\e14d"; } .icon-wb-sunny:before { content: "\e14e"; } .icon-web:before { content: "\e14f"; } .icon-whatshot:before { content: "\e150"; } .icon-wifi-tethering:before { content: "\e151"; } .icon-work:before { content: "\e152"; }
public/panel/css/icons.css
@charset "UTF-8"; @font-face { font-family: "material-font"; src:url("//video.ambmultimedia.mx/panel/fonts/material-font.eot"); src:url("//video.ambmultimedia.mx/panel/fonts/material-font.eot?#iefix") format("embedded-opentype"), url("//video.ambmultimedia.mx/panel/fonts/material-font.woff") format("woff"), url("//video.ambmultimedia.mx/panel/fonts/material-font.ttf") format("truetype"), url("//video.ambmultimedia.mx/panel/fonts/material-font.svg#material-font") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "material-font" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "material-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-access-alarms:before { content: "a"; } .icon-access-time:before { content: "b"; } .icon-accessibility:before { content: "c"; } .icon-account-box:before { content: "d"; } .icon-account-circle:before { content: "e"; } .icon-adb:before { content: "f"; } .icon-add:before { content: "g"; } .icon-add-alarm:before { content: "h"; } .icon-add-box:before { content: "i"; } .icon-add-circle:before { content: "j"; } .icon-add-circle-outline:before { content: "k"; } .icon-airplane-mode-off:before { content: "l"; } .icon-airplane-mode-on:before { content: "m"; } .icon-android:before { content: "n"; } .icon-apps:before { content: "o"; } .icon-archive:before { content: "p"; } .icon-arrow-back:before { content: "q"; } .icon-arrow-drop-down:before { content: "r"; } .icon-arrow-drop-down-circle:before { content: "s"; } .icon-arrow-drop-up:before { content: "t"; } .icon-arrow-forward:before { content: "u"; } .icon-attachment:before { content: "v"; } .icon-auto-fix:before { content: "w"; } .icon-backspace:before { content: "x"; } .icon-backup:before { content: "y"; } .icon-beenhere:before { content: "z"; } .icon-block:before { content: "A"; } .icon-bluetooth:before { content: "B"; } .icon-bluetooth-audio:before { content: "C"; } .icon-bluetooth-connected:before { content: "D"; } .icon-bluetooth-disabled:before { content: "E"; } .icon-bluetooth-searching:before { content: "F"; } .icon-bold:before { content: "G"; } .icon-book:before { content: "H"; } .icon-bookmark:before { content: "I"; } .icon-bookmark-outline:before { content: "J"; } .icon-brightness-auto:before { content: "K"; } .icon-brightness-high:before { content: "L"; } .icon-brightness-low:before { content: "M"; } .icon-brightness-medium:before { content: "N"; } .icon-bug-report:before { content: "O"; } .icon-cake:before { content: "P"; } .icon-call:before { content: "Q"; } .icon-call-end:before { content: "R"; } .icon-call-made:before { content: "S"; } .icon-call-merge:before { content: "T"; } .icon-call-missed:before { content: "U"; } .icon-call-received:before { content: "V"; } .icon-call-split:before { content: "W"; } .icon-camera:before { content: "X"; } .icon-camera-alt:before { content: "Y"; } .icon-camera-roll:before { content: "Z"; } .icon-cancel:before { content: "0"; } .icon-cast:before { content: "1"; } .icon-cast-connected:before { content: "2"; } .icon-chat:before { content: "3"; } .icon-check:before { content: "4"; } .icon-check-box:before { content: "5"; } .icon-check-box-blank:before { content: "6"; } .icon-check-box-outline:before { content: "7"; } .icon-check-box-outline-blank:before { content: "8"; } .icon-check-circle:before { content: "9"; } .icon-check-circle-blank:before { content: "!"; } .icon-check-circle-outline:before { content: "\""; } .icon-check-circle-outline-blank:before { content: "#"; } .icon-chevron-left:before { content: "$"; } .icon-chevron-right:before { content: "%"; } .icon-chromecast:before { content: "&"; } .icon-circles:before { content: "'"; } .icon-circles-add:before { content: "("; } .icon-circles-extended:before { content: ")"; } .icon-clear:before { content: "*"; } .icon-close:before { content: "+"; } .icon-close-caption:before { content: ","; } .icon-cloud:before { content: "-"; } .icon-cloud-circle:before { content: "."; } .icon-cloud-done:before { content: "/"; } .icon-cloud-download:before { content: ":"; } .icon-cloud-off:before { content: ";"; } .icon-cloud-queue:before { content: "<"; } .icon-cloud-upload:before { content: "="; } .icon-comment:before { content: ">"; } .icon-communities:before { content: "?"; } .icon-content-copy:before { content: "@"; } .icon-content-cut:before { content: "["; } .icon-content-paste:before { content: "]"; } .icon-create:before { content: "^"; } .icon-credit-card:before { content: "_"; } .icon-crop:before { content: "`"; } .icon-crop-free:before { content: "{"; } .icon-crop-landscape:before { content: "|"; } .icon-crop-portrait:before { content: "}"; } .icon-crop-square:before { content: "~"; } .icon-data-usage:before { content: "\\"; } .icon-delete:before { content: "\e000"; } .icon-developer-mode:before { content: "\e001"; } .icon-dialpad:before { content: "\e002"; } .icon-directions:before { content: "\e003"; } .icon-directions-bike:before { content: "\e004"; } .icon-directions-bus:before { content: "\e005"; } .icon-directions-car:before { content: "\e006"; } .icon-directions-subway:before { content: "\e007"; } .icon-directions-train:before { content: "\e008"; } .icon-directions-transit:before { content: "\e009"; } .icon-directionswalk:before { content: "\e00a"; } .icon-disc-full:before { content: "\e00b"; } .icon-do-not-disturb:before { content: "\e00c"; } .icon-dock:before { content: "\e00d"; } .icon-domain:before { content: "\e00e"; } .icon-done:before { content: "\e00f"; } .icon-done-all:before { content: "\e010"; } .icon-drafts:before { content: "\e011"; } .icon-drive:before { content: "\e012"; } .icon-drive-apk:before { content: "\e013"; } .icon-drive-audio:before { content: "\e014"; } .icon-drive-code:before { content: "\e015"; } .icon-drive-document:before { content: "\e016"; } .icon-drive-drawing:before { content: "\e017"; } .icon-drive-eta:before { content: "\e018"; } .icon-drive-file:before { content: "\e019"; } .icon-drive-font:before { content: "\e01a"; } .icon-drive-form:before { content: "\e01b"; } .icon-drive-fusiontable:before { content: "\e01c"; } .icon-drive-image:before { content: "\e01d"; } .icon-drive-ms-excel:before { content: "\e01e"; } .icon-drive-ms-powerpoint:before { content: "\e01f"; } .icon-drive-ms-word:before { content: "\e020"; } .icon-drive-pdf:before { content: "\e021"; } .icon-drive-presentation:before { content: "\e022"; } .icon-drive-script:before { content: "\e023"; } .icon-drive-site:before { content: "\e024"; } .icon-drive-spreadsheet:before { content: "\e025"; } .icon-drive-video:before { content: "\e026"; } .icon-drive-zip:before { content: "\e027"; } .icon-earth:before { content: "\e028"; } .icon-email:before { content: "\e029"; } .icon-error:before { content: "\e02a"; } .icon-event:before { content: "\e02b"; } .icon-exit-to-app:before { content: "\e02c"; } .icon-expand-less:before { content: "\e02d"; } .icon-expand-more:before { content: "\e02e"; } .icon-explore:before { content: "\e02f"; } .icon-extension:before { content: "\e030"; } .icon-fast-forward:before { content: "\e031"; } .icon-fast-rewind:before { content: "\e032"; } .icon-favorite:before { content: "\e033"; } .icon-favorite-outline:before { content: "\e034"; } .icon-file-download:before { content: "\e035"; } .icon-file-upload:before { content: "\e036"; } .icon-filter:before { content: "\e037"; } .icon-flag:before { content: "\e038"; } .icon-flash-auto:before { content: "\e039"; } .icon-flash-off:before { content: "\e03a"; } .icon-flash-on:before { content: "\e03b"; } .icon-flights:before { content: "\e03c"; } .icon-flip-to-back:before { content: "\e03d"; } .icon-flip-to-front:before { content: "\e03e"; } .icon-folder:before { content: "\e03f"; } .icon-folder-mydrive:before { content: "\e040"; } .icon-folder-shared:before { content: "\e041"; } .icon-forum:before { content: "\e042"; } .icon-forward:before { content: "\e043"; } .icon-fullscreen:before { content: "\e044"; } .icon-fullscreen-exit:before { content: "\e045"; } .icon-gamepad:before { content: "\e046"; } .icon-games:before { content: "\e047"; } .icon-gesture:before { content: "\e048"; } .icon-glass:before { content: "\e049"; } .icon-gmail:before { content: "\e04a"; } .icon-google:before { content: "\e04b"; } .icon-google-plus:before { content: "\e04c"; } .icon-gps-fixed:before { content: "\e04d"; } .icon-gps-not-fixed:before { content: "\e04e"; } .icon-gps-off:before { content: "\e04f"; } .icon-group:before { content: "\e050"; } .icon-group-add:before { content: "\e051"; } .icon-hangout:before { content: "\e052"; } .icon-hangout-video:before { content: "\e053"; } .icon-hangout-video-off:before { content: "\e054"; } .icon-headset:before { content: "\e055"; } .icon-headset-mic:before { content: "\e056"; } .icon-help:before { content: "\e057"; } .icon-high-quality:before { content: "\e058"; } .icon-history:before { content: "\e059"; } .icon-home:before { content: "\e05a"; } .icon-hotel:before { content: "\e05b"; } .icon-https:before { content: "\e05c"; } .icon-image:before { content: "\e05d"; } .icon-import-export:before { content: "\e05e"; } .icon-inbox:before { content: "\e05f"; } .icon-info:before { content: "\e060"; } .icon-info-outline:before { content: "\e061"; } .icon-invert-colors:before { content: "\e062"; } .icon-italics:before { content: "\e063"; } .icon-keep:before { content: "\e064"; } .icon-keyboard:before { content: "\e065"; } .icon-keyboard-alt:before { content: "\e066"; } .icon-keyboard-arrow-down:before { content: "\e067"; } .icon-keyboard-arrow-left:before { content: "\e068"; } .icon-keyboard-arrow-right:before { content: "\e069"; } .icon-keyboard-arrow-up:before { content: "\e06a"; } .icon-keyboard-backspace:before { content: "\e06b"; } .icon-keyboard-capslock:before { content: "\e06c"; } .icon-keyboard-control:before { content: "\e06d"; } .icon-keyboard-hide:before { content: "\e06e"; } .icon-keyboard-return:before { content: "\e06f"; } .icon-keyboard-tab:before { content: "\e070"; } .icon-keyboard-voice:before { content: "\e071"; } .icon-label:before { content: "\e072"; } .icon-label-outline:before { content: "\e073"; } .icon-landscape:before { content: "\e074"; } .icon-language:before { content: "\e075"; } .icon-laptop:before { content: "\e076"; } .icon-launch:before { content: "\e077"; } .icon-link:before { content: "\e078"; } .icon-list:before { content: "\e079"; } .icon-live-help:before { content: "\e07a"; } .icon-location:before { content: "\e07b"; } .icon-location-city:before { content: "\e07c"; } .icon-location-disabled:before { content: "\e07d"; } .icon-location-searching:before { content: "\e07e"; } .icon-lock:before { content: "\e07f"; } .icon-lock-open:before { content: "\e080"; } .icon-lock-outline:before { content: "\e081"; } .icon-loop:before { content: "\e082"; } .icon-mail:before { content: "\e083"; } .icon-map:before { content: "\e084"; } .icon-mark-unread:before { content: "\e085"; } .icon-memory:before { content: "\e086"; } .icon-menu:before { content: "\e087"; } .icon-message:before { content: "\e088"; } .icon-messenger:before { content: "\e089"; } .icon-mic:before { content: "\e08a"; } .icon-mic-none:before { content: "\e08b"; } .icon-mic-off:before { content: "\e08c"; } .icon-mms:before { content: "\e08d"; } .icon-mood:before { content: "\e08e"; } .icon-more:before { content: "\e08f"; } .icon-more-horiz:before { content: "\e090"; } .icon-more-vert:before { content: "\e091"; } .icon-mouse:before { content: "\e092"; } .icon-movie:before { content: "\e093"; } .icon-nest-protect:before { content: "\e094"; } .icon-nest-thermostat:before { content: "\e095"; } .icon-network-cell:before { content: "\e096"; } .icon-network-wifi:before { content: "\e097"; } .icon-news:before { content: "\e098"; } .icon-nfc:before { content: "\e099"; } .icon-notifications:before { content: "\e09a"; } .icon-notifications-none:before { content: "\e09b"; } .icon-notifications-off:before { content: "\e09c"; } .icon-notifications-on:before { content: "\e09d"; } .icon-notifications-paused:before { content: "\e09e"; } .icon-pages:before { content: "\e09f"; } .icon-palette:before { content: "\e0a0"; } .icon-panorama:before { content: "\e0a1"; } .icon-party-mode:before { content: "\e0a2"; } .icon-pause:before { content: "\e0a3"; } .icon-pause-circle-fill:before { content: "\e0a4"; } .icon-pause-circle-outline:before { content: "\e0a5"; } .icon-people:before { content: "\e0a6"; } .icon-person:before { content: "\e0a7"; } .icon-person-add:before { content: "\e0a8"; } .icon-person-location:before { content: "\e0a9"; } .icon-person-outline:before { content: "\e0aa"; } .icon-phone:before { content: "\e0ab"; } .icon-phone2:before { content: "\e0ac"; } .icon-phone-bluetooth-speaker:before { content: "\e0ad"; } .icon-phone-forwarded:before { content: "\e0ae"; } .icon-phone-in-talk:before { content: "\e0af"; } .icon-phone-locked:before { content: "\e0b0"; } .icon-phone-missed:before { content: "\e0b1"; } .icon-phone-paused:before { content: "\e0b2"; } .icon-photo:before { content: "\e0b3"; } .icon-photo-album:before { content: "\e0b4"; } .icon-photo-library:before { content: "\e0b5"; } .icon-place:before { content: "\e0b6"; } .icon-play-arrow:before { content: "\e0b7"; } .icon-play-circle-fill:before { content: "\e0b8"; } .icon-play-circle-outline:before { content: "\e0b9"; } .icon-play-download:before { content: "\e0ba"; } .icon-play-install:before { content: "\e0bb"; } .icon-plus-one:before { content: "\e0bc"; } .icon-poll:before { content: "\e0bd"; } .icon-polymer:before { content: "\e0be"; } .icon-portrait:before { content: "\e0bf"; } .icon-post-blogger:before { content: "\e0c0"; } .icon-post-facebook:before { content: "\e0c1"; } .icon-post-gplus:before { content: "\e0c2"; } .icon-post-instagram:before { content: "\e0c3"; } .icon-post-linkedin:before { content: "\e0c4"; } .icon-post-pinterest:before { content: "\e0c5"; } .icon-post-tumblr:before { content: "\e0c6"; } .icon-post-twitter:before { content: "\e0c7"; } .icon-print:before { content: "\e0c8"; } .icon-public:before { content: "\e0c9"; } .icon-queue:before { content: "\e0ca"; } .icon-radio-button-off:before { content: "\e0cb"; } .icon-radio-button-on:before { content: "\e0cc"; } .icon-receipt:before { content: "\e0cd"; } .icon-refresh:before { content: "\e0ce"; } .icon-reminder:before { content: "\e0cf"; } .icon-remove:before { content: "\e0d0"; } .icon-remove-circle:before { content: "\e0d1"; } .icon-remove-circle-outline:before { content: "\e0d2"; } .icon-replay:before { content: "\e0d3"; } .icon-reply:before { content: "\e0d4"; } .icon-reply-all:before { content: "\e0d5"; } .icon-report:before { content: "\e0d6"; } .icon-ring-volume:before { content: "\e0d7"; } .icon-rotate-left:before { content: "\e0d8"; } .icon-rotate-right:before { content: "\e0d9"; } .icon-satellite:before { content: "\e0da"; } .icon-save:before { content: "\e0db"; } .icon-schedule:before { content: "\e0dc"; } .icon-school:before { content: "\e0dd"; } .icon-screen-lock-landscape:before { content: "\e0de"; } .icon-screen-lock-portrait:before { content: "\e0df"; } .icon-screen-lock-rotation:before { content: "\e0e0"; } .icon-screen-rotation:before { content: "\e0e1"; } .icon-sd-card:before { content: "\e0e2"; } .icon-sd-storage:before { content: "\e0e3"; } .icon-search:before { content: "\e0e4"; } .icon-select-all:before { content: "\e0e5"; } .icon-send:before { content: "\e0e6"; } .icon-settings:before { content: "\e0e7"; } .icon-settings-application:before { content: "\e0e8"; } .icon-settings-bluetooth:before { content: "\e0e9"; } .icon-settings-cell:before { content: "\e0ea"; } .icon-settings-phone:before { content: "\e0eb"; } .icon-settings-power:before { content: "\e0ec"; } .icon-settings-voice:before { content: "\e0ed"; } .icon-share:before { content: "\e0ee"; } .icon-share-alt:before { content: "\e0ef"; } .icon-shopping-basket:before { content: "\e0f0"; } .icon-shopping-cart:before { content: "\e0f1"; } .icon-shuffle:before { content: "\e0f2"; } .icon-signal-cellular-1-bar:before { content: "\e0f3"; } .icon-signal-cellular-2-bar:before { content: "\e0f4"; } .icon-signal-cellular-3-bar:before { content: "\e0f5"; } .icon-signal-cellular-4-bar:before { content: "\e0f6"; } .icon-signal-wifi-1-bar:before { content: "\e0f7"; } .icon-signal-wifi-2-bar:before { content: "\e0f8"; } .icon-signal-wifi-3-bar:before { content: "\e0f9"; } .icon-signal-wifi-4-bar:before { content: "\e0fa"; } .icon-sim-card-alert:before { content: "\e0fb"; } .icon-skip-next:before { content: "\e0fc"; } .icon-skip-previous:before { content: "\e0fd"; } .icon-slideshow:before { content: "\e0fe"; } .icon-sms:before { content: "\e0ff"; } .icon-sms-failed:before { content: "\e100"; } .icon-sort:before { content: "\e101"; } .icon-speaker:before { content: "\e102"; } .icon-star:before { content: "\e103"; } .icon-star-half:before { content: "\e104"; } .icon-star-outline:before { content: "\e105"; } .icon-star-rate:before { content: "\e106"; } .icon-stop:before { content: "\e107"; } .icon-storage:before { content: "\e108"; } .icon-store:before { content: "\e109"; } .icon-swap-driving-apps:before { content: "\e10a"; } .icon-swap-horiz:before { content: "\e10b"; } .icon-swap-vert:before { content: "\e10c"; } .icon-swap-vert-circle:before { content: "\e10d"; } .icon-switch-camera:before { content: "\e10e"; } .icon-switch-video:before { content: "\e10f"; } .icon-sync:before { content: "\e110"; } .icon-sync-disabled:before { content: "\e111"; } .icon-sync-green:before { content: "\e112"; } .icon-sync-problem:before { content: "\e113"; } .icon-sync-problem-red:before { content: "\e114"; } .icon-system-update:before { content: "\e115"; } .icon-tab:before { content: "\e116"; } .icon-tab-unselected:before { content: "\e117"; } .icon-tablet:before { content: "\e118"; } .icon-tag-faces:before { content: "\e119"; } .icon-tap-and-play:before { content: "\e11a"; } .icon-terrain:before { content: "\e11b"; } .icon-text-format:before { content: "\e11c"; } .icon-text-sms:before { content: "\e11d"; } .icon-theaters:before { content: "\e11e"; } .icon-thumbs-down:before { content: "\e11f"; } .icon-thumbs-up:before { content: "\e120"; } .icon-time-to-leave:before { content: "\e121"; } .icon-timelapse:before { content: "\e122"; } .icon-timer:before { content: "\e123"; } .icon-today:before { content: "\e124"; } .icon-traffic:before { content: "\e125"; } .icon-translate:before { content: "\e126"; } .icon-tv:before { content: "\e127"; } .icon-underline:before { content: "\e128"; } .icon-undo:before { content: "\e129"; } .icon-unfold-less:before { content: "\e12a"; } .icon-unfold-more:before { content: "\e12b"; } .icon-unknown-1:before { content: "\e12c"; } .icon-unknown-3:before { content: "\e12d"; } .icon-unknown-4:before { content: "\e12e"; } .icon-unknown-5:before { content: "\e12f"; } .icon-unknown-6:before { content: "\e130"; } .icon-unknown-7:before { content: "\e131"; } .icon-unkown-2:before { content: "\e132"; } .icon-usb:before { content: "\e133"; } .icon-vibration:before { content: "\e134"; } .icon-video-youtube:before { content: "\e135"; } .icon-videocam:before { content: "\e136"; } .icon-videocam-off:before { content: "\e137"; } .icon-view-array:before { content: "\e138"; } .icon-view-column:before { content: "\e139"; } .icon-view-headline:before { content: "\e13a"; } .icon-view-list:before { content: "\e13b"; } .icon-view-module:before { content: "\e13c"; } .icon-view-quilt:before { content: "\e13d"; } .icon-view-stream:before { content: "\e13e"; } .icon-visibility:before { content: "\e13f"; } .icon-visibility-off:before { content: "\e140"; } .icon-voice:before { content: "\e141"; } .icon-voicemail:before { content: "\e142"; } .icon-volume-down:before { content: "\e143"; } .icon-volume-mute:before { content: "\e144"; } .icon-volume-off:before { content: "\e145"; } .icon-volume-up:before { content: "\e146"; } .icon-vpn:before { content: "\e147"; } .icon-warning:before { content: "\e148"; } .icon-watch:before { content: "\e149"; } .icon-wb-auto:before { content: "\e14a"; } .icon-wb-cloudy:before { content: "\e14b"; } .icon-wb-incandescent:before { content: "\e14c"; } .icon-wb-irradescent:before { content: "\e14d"; } .icon-wb-sunny:before { content: "\e14e"; } .icon-web:before { content: "\e14f"; } .icon-whatshot:before { content: "\e150"; } .icon-wifi-tethering:before { content: "\e151"; } .icon-work:before { content: "\e152"; }
0.329392
0.052912
.ally-aaf-link, .ally-scoreindicator-container .ally-scoreindicator { padding: 5px 12px; border-radius: 3px; box-shadow: 0 0 0 4px rgba(0, 111, 191, 0); border: solid 1px rgba(0, 111, 191, 0); vertical-align: middle; } .ally-aaf-link img, .ally-scoreindicator img { width: 120%; } .ally-aaf-link:active, .ally-aaf-link:focus, .ally-aaf-link:hover, .ally-scoreindicator-container .ally-scoreindicator:active, .ally-scoreindicator-container .ally-scoreindicator:focus, .ally-scoreindicator-container .ally-scoreindicator:hover { background-color: #E6EAF0; text-decoration: none; } .ally-aaf-link:focus, .ally-scoreindicator-container .ally-scoreindicator:focus { box-shadow: 0 0 0 4px rgba(0, 111, 191, 0.3); border: solid 1px rgba(0, 111, 191, 0.4); } .ally-tooltip { /* The tooltip does not inherit the font in the new content experience, explicitly set one */ font-family: Lato, "Lucida Sans Unicode", "Lucida Grande", sans-serif; } /* Table of contents */ .d2l-datalist .ally-d2l-toc-topic-view { float: left; max-width: calc(100% - 165px); width: calc(100% - 165px); } .d2l-datalist.ally-d2l-toc-aafs-only .ally-d2l-toc-topic-view { max-width: calc(100% - 120px); width: calc(100% - 120px); } .d2l-datalist.ally-d2l-toc-with-draft .ally-d2l-toc-topic-view { max-width: calc(100% - 260px); width: calc(100% - 260px); } .ally-d2l-toc-column { float: left; } .ally-d2l-toc-with-draft .ally-d2l-toc-row-with-draft .ally-d2l-toc-column { align-items: center; display: flex; height: 54px; } .ally-toc-aaf-icon-launcher .ally-aaf-link { font-size: 0.75em; } .ally-d2l-toc-column span[data-ally-scoreindicator] { margin-left: 10px; } .ally-d2l-toc-column .ally-aaf-link[style="display: none"] + [data-ally-scoreindicator] { margin-left: 53px; } @media (max-width: 500px) { .ally-d2l-toc-column { margin-left: 0; } .ally-d2l-toc-column span[data-ally-scoreindicator] { margin-left: 0; } } /* Content view page */ .ally-d2l-button img { margin-right: 0.5rem; } /* New Content Experience view */ #app #root-wrapper .ally-container .ally-d2l-button { margin-right: 10px; }
CSC6850_MachineLearning/05_Linear Regression - MACHINE LEARNING XLS Group UT Fall Semester 2019_files/d2l.1e3440805a5b2f1f5145c91711941835.css
.ally-aaf-link, .ally-scoreindicator-container .ally-scoreindicator { padding: 5px 12px; border-radius: 3px; box-shadow: 0 0 0 4px rgba(0, 111, 191, 0); border: solid 1px rgba(0, 111, 191, 0); vertical-align: middle; } .ally-aaf-link img, .ally-scoreindicator img { width: 120%; } .ally-aaf-link:active, .ally-aaf-link:focus, .ally-aaf-link:hover, .ally-scoreindicator-container .ally-scoreindicator:active, .ally-scoreindicator-container .ally-scoreindicator:focus, .ally-scoreindicator-container .ally-scoreindicator:hover { background-color: #E6EAF0; text-decoration: none; } .ally-aaf-link:focus, .ally-scoreindicator-container .ally-scoreindicator:focus { box-shadow: 0 0 0 4px rgba(0, 111, 191, 0.3); border: solid 1px rgba(0, 111, 191, 0.4); } .ally-tooltip { /* The tooltip does not inherit the font in the new content experience, explicitly set one */ font-family: Lato, "Lucida Sans Unicode", "Lucida Grande", sans-serif; } /* Table of contents */ .d2l-datalist .ally-d2l-toc-topic-view { float: left; max-width: calc(100% - 165px); width: calc(100% - 165px); } .d2l-datalist.ally-d2l-toc-aafs-only .ally-d2l-toc-topic-view { max-width: calc(100% - 120px); width: calc(100% - 120px); } .d2l-datalist.ally-d2l-toc-with-draft .ally-d2l-toc-topic-view { max-width: calc(100% - 260px); width: calc(100% - 260px); } .ally-d2l-toc-column { float: left; } .ally-d2l-toc-with-draft .ally-d2l-toc-row-with-draft .ally-d2l-toc-column { align-items: center; display: flex; height: 54px; } .ally-toc-aaf-icon-launcher .ally-aaf-link { font-size: 0.75em; } .ally-d2l-toc-column span[data-ally-scoreindicator] { margin-left: 10px; } .ally-d2l-toc-column .ally-aaf-link[style="display: none"] + [data-ally-scoreindicator] { margin-left: 53px; } @media (max-width: 500px) { .ally-d2l-toc-column { margin-left: 0; } .ally-d2l-toc-column span[data-ally-scoreindicator] { margin-left: 0; } } /* Content view page */ .ally-d2l-button img { margin-right: 0.5rem; } /* New Content Experience view */ #app #root-wrapper .ally-container .ally-d2l-button { margin-right: 10px; }
0.531939
0.218336
html, body { margin: 0; padding: 0; list-style: none; } html { font-size: 62.5%; -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; } body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; line-height: 30px; } * { margin: 0; padding: 0; bottom: 0; } *, :after, :before { -webkit-box-sizing: inherit; box-sizing: inherit; } ul, ol, li { list-style: none; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } button, [type="submit"] { cursor: pointer; -webkit-appearance: button; } p { text-align: justify; -webkit-margin-before: 0; margin-block-start: 0; -webkit-margin-end: 0; margin-inline-end: 0; padding: 0; margin: 0; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } html { background-color: white; } body { background-color: #e49c3e; margin-left: auto; margin-right: auto; width: 100%; max-width: 800px; height: 100%; } body p { margin-left: 20px; } header p, section p, footer p { font-size: 1.5em; } header h1, section h1, footer h1 { font-size: 3em; } header h2, section h2, footer h2 { font-size: 1.5em; } header h3, section h3, footer h3 { font-size: 2em; } header h4, section h4, footer h4 { font-size: 1.1em; } header { text-align: center; background-color: burlywood; } header .menu { padding-bottom: 5px; } header .menu .menu_nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; font-size: 1.5em; } header .menu .menu_nav ul a { padding: 6px 10px; border: 1px black solid; border-radius: 5px; } header .menu .menu_nav ul .ativo { border-radius: 5px; background-color: chocolate; } header .menu .menu_nav ul li a { border-left: solid 3px; color: black; } header .menu .menu_nav ul li a:hover { background-color: coral; border-left: solid 1px; border-right: solid 3px; } section { overflow: hidden; height: 100%; width: 100%; max-width: 800px; } section .centro-Principal { width: 50%; float: left; padding: 2%; } section .centro-Principal-Aside { width: 50%; float: right; } section .centro-Principal-Aside .superior { background-color: chocolate; padding: 4%; } section .centro-Principal-Aside .inferior { background-color: coral; padding: 4%; } section .centro-Principal-Aside .inferior .zap { margin-left: 20px; max-width: 30px; max-height: 30px; width: auto; height: auto; } footer { background-color: burlywood; text-align: center; } @media only screen and (max-width: 650px) { header { position: fixed; top: 0; margin-left: auto; margin-right: auto; width: 100%; max-width: 800px; height: 103px; } .menu .menu_nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .menu .menu_nav ul li a { font-size: .8em; } section { padding-top: 112px; } section .centro-Principal { width: 100%; } section .centro-Principal-Aside { width: 100%; } } /*# sourceMappingURL=main.css.map */
main.css
html, body { margin: 0; padding: 0; list-style: none; } html { font-size: 62.5%; -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; } body { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; line-height: 30px; } * { margin: 0; padding: 0; bottom: 0; } *, :after, :before { -webkit-box-sizing: inherit; box-sizing: inherit; } ul, ol, li { list-style: none; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } button, [type="submit"] { cursor: pointer; -webkit-appearance: button; } p { text-align: justify; -webkit-margin-before: 0; margin-block-start: 0; -webkit-margin-end: 0; margin-inline-end: 0; padding: 0; margin: 0; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } html { background-color: white; } body { background-color: #e49c3e; margin-left: auto; margin-right: auto; width: 100%; max-width: 800px; height: 100%; } body p { margin-left: 20px; } header p, section p, footer p { font-size: 1.5em; } header h1, section h1, footer h1 { font-size: 3em; } header h2, section h2, footer h2 { font-size: 1.5em; } header h3, section h3, footer h3 { font-size: 2em; } header h4, section h4, footer h4 { font-size: 1.1em; } header { text-align: center; background-color: burlywood; } header .menu { padding-bottom: 5px; } header .menu .menu_nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; font-size: 1.5em; } header .menu .menu_nav ul a { padding: 6px 10px; border: 1px black solid; border-radius: 5px; } header .menu .menu_nav ul .ativo { border-radius: 5px; background-color: chocolate; } header .menu .menu_nav ul li a { border-left: solid 3px; color: black; } header .menu .menu_nav ul li a:hover { background-color: coral; border-left: solid 1px; border-right: solid 3px; } section { overflow: hidden; height: 100%; width: 100%; max-width: 800px; } section .centro-Principal { width: 50%; float: left; padding: 2%; } section .centro-Principal-Aside { width: 50%; float: right; } section .centro-Principal-Aside .superior { background-color: chocolate; padding: 4%; } section .centro-Principal-Aside .inferior { background-color: coral; padding: 4%; } section .centro-Principal-Aside .inferior .zap { margin-left: 20px; max-width: 30px; max-height: 30px; width: auto; height: auto; } footer { background-color: burlywood; text-align: center; } @media only screen and (max-width: 650px) { header { position: fixed; top: 0; margin-left: auto; margin-right: auto; width: 100%; max-width: 800px; height: 103px; } .menu .menu_nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .menu .menu_nav ul li a { font-size: .8em; } section { padding-top: 112px; } section .centro-Principal { width: 100%; } section .centro-Principal-Aside { width: 100%; } } /*# sourceMappingURL=main.css.map */
0.40439
0.054676
body, div#mws-container { background-image:url('../images/core/bg/paper.png'); } div#mws-sidebar-bg, div#mws-header, .mws-panel .mws-panel-header, div#mws-error-container, div#mws-login, div#mws-login .mws-login-lock, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav, .ui-datepicker, .fc-event-skin, .ui-dialog .ui-dialog-titlebar, div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer, div#mws-user-tools .mws-dropdown-menu .mws-dropdown-box, div#mws-user-tools .mws-dropdown-menu.toggled a.mws-dropdown-trigger { background-color:#292828; } div#mws-header { border-color:#f08dcc; } .mws-panel .mws-panel-header span, div#mws-navigation ul li.active a, div#mws-navigation ul li.active span, div#mws-user-tools #mws-username, div#mws-navigation ul li span.mws-nav-tooltip, div#mws-user-tools #mws-user-info #mws-user-functions #mws-username, .ui-dialog .ui-dialog-title, .ui-state-default, .ui-state-active, .ui-state-hover, .ui-state-focus, .ui-state-default a, .ui-state-active a, .ui-state-hover a, .ui-state-focus a { color:#fcaee3; text-shadow:0 0 6px rgba(186, 9, 230, 0.5); } div#mws-searchbox input.mws-search-submit, .mws-panel .mws-panel-header .mws-collapse-button span, div.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, div.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous, div.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, div.dataTables_wrapper .dataTables_paginate .paginate_enabled_next, div.dataTables_wrapper .dataTables_paginate .paginate_active, .mws-table tbody tr.odd:hover td, .mws-table tbody tr.even:hover td, .fc-state-highlight, .ui-slider-horizontal .ui-slider-range, .ui-slider-vertical .ui-slider-range, .ui-progressbar .ui-progressbar-value, .ui-datepicker td.ui-datepicker-current-day, .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon, .ui-accordion-header .ui-icon, .ui-dialog-titlebar-close .ui-icon { background-color:#f08dcc; }
public/admins/css/main.css
body, div#mws-container { background-image:url('../images/core/bg/paper.png'); } div#mws-sidebar-bg, div#mws-header, .mws-panel .mws-panel-header, div#mws-error-container, div#mws-login, div#mws-login .mws-login-lock, .ui-accordion .ui-accordion-header, .ui-tabs .ui-tabs-nav, .ui-datepicker, .fc-event-skin, .ui-dialog .ui-dialog-titlebar, div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer, div#mws-user-tools .mws-dropdown-menu .mws-dropdown-box, div#mws-user-tools .mws-dropdown-menu.toggled a.mws-dropdown-trigger { background-color:#292828; } div#mws-header { border-color:#f08dcc; } .mws-panel .mws-panel-header span, div#mws-navigation ul li.active a, div#mws-navigation ul li.active span, div#mws-user-tools #mws-username, div#mws-navigation ul li span.mws-nav-tooltip, div#mws-user-tools #mws-user-info #mws-user-functions #mws-username, .ui-dialog .ui-dialog-title, .ui-state-default, .ui-state-active, .ui-state-hover, .ui-state-focus, .ui-state-default a, .ui-state-active a, .ui-state-hover a, .ui-state-focus a { color:#fcaee3; text-shadow:0 0 6px rgba(186, 9, 230, 0.5); } div#mws-searchbox input.mws-search-submit, .mws-panel .mws-panel-header .mws-collapse-button span, div.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, div.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous, div.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, div.dataTables_wrapper .dataTables_paginate .paginate_enabled_next, div.dataTables_wrapper .dataTables_paginate .paginate_active, .mws-table tbody tr.odd:hover td, .mws-table tbody tr.even:hover td, .fc-state-highlight, .ui-slider-horizontal .ui-slider-range, .ui-slider-vertical .ui-slider-range, .ui-progressbar .ui-progressbar-value, .ui-datepicker td.ui-datepicker-current-day, .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon, .ui-accordion-header .ui-icon, .ui-dialog-titlebar-close .ui-icon { background-color:#f08dcc; }
0.211498
0.034165
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700); @font-face { font-family: 'Roboto-Regular'; src: url("../fonts/Roboto-Regular.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Thin'; src: url("../fonts/Roboto-Thin.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Light'; src: url("../fonts/Roboto-Light.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Medium'; src: url("../fonts/Roboto-Medium.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Bold'; src: url("../fonts/Roboto-Bold.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Black'; src: url("../fonts/Roboto-Black.ttf"); /* IE9 Compat Modes */ } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } .clear { clear: both; } .left { float: left; } .right { float: right; } .bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .table { display: table; } .table-row { display: table-row; } .table-cell { display: table-cell; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .block { display: block; } .inline-block { display: inline-block; } .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; } html { overflow: auto; } body { min-width: 1366px; overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media screen and (max-width: 500px) { body { overflow: scroll; } } html, body { margin: 0; padding: 0; height: 100%; background: #000; } body { font: 12px "Roboto"; -webkit-backface-visibility: hidden; } @media screen { max } h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; } h3 { line-height: 21px; font-size: 16px; } h4 { font-size: 14px; line-height: 18px; } h5 { font-size: 13px; } label { font-weight: 700; } a { text-decoration: none; } a:hover { text-decoration: none; } p { font-size: 12px; line-height: 15px; } textarea { width: 100%; margin-top: 15px; } [data-tooltip]:before, [data-tooltip]:after { visibility: hidden; pointer-events: none; } /* Position tooltip above the element */ [data-tooltip]:before { position: absolute; bottom: 95%; left: 45%; margin-bottom: 5px; margin-left: -80px; padding: 7px; width: 160px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: rgba(51, 51, 51, 0.9); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 12px; line-height: 1.2; } /* Triangle hack to make tooltip look like a speech bubble */ [data-tooltip]:after { position: absolute; bottom: 95%; left: 45%; margin-left: -5px; width: 0; border-top: 5px solid #000; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; } /* Show tooltip content on hover */ [data-tooltip]:hover:before, [data-tooltip]:hover:after { visibility: visible; opacity: 1; } #geotagging-canvass { width: 100%; height: 100%; } /*First Nav*/ #firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; /*border-top: 3px solid #67c067;*/ min-height: 40px; } #firstrow-nav .navbar-brand { padding: 15px; display: inline-block; } #firstrow-nav .navbar-nav { display: inline; float: left; margin: 0px; padding: 0px; } #firstrow-nav .navbar-nav.navbar-right { float: right!important; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 40px; float: left; } #firstrow-nav .navbar-nav>li>a { color: #fff; display: block; padding: 12px 15px; font-size: 13px; font-weight: bold; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } #firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 40px; } #firstrow-nav .navbar-nav .active-1 a{ height: 40px; } #firstrow-nav .navbar-nav li>p { font-size: 13px; font-weight: bold; color: #fff; color: #fff; padding: 1px 14px; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; } #firstrow-nav .navbar-header { height: 40px!important; float: left; } .sidebar { height: 100%; width: 28.8%; position: relative; overflow: hidden; background-color: #242427; } @media only screen and (min-width: 768px) { .sidebar { width: 25.1%; } } .sidebar .title-barss { display: none; } .sidebar .title-barss .title-bar { cursor: pointer; } .sidebar .title-bar { cursor: pointer; height: 64px; width: 100%; color: white; position: relative; padding: 21px 0 21px 26px; border-bottom: 1px solid #000; background-size: cover !important; background: url("../images/select-bg.jpg") no-repeat top left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .title-bar:hover { opacity: 0.8; } .sidebar .title-bar-da { background-size: cover !important; background: url("../images/header-bg_01.jpg") no-repeat top left; } .sidebar .title-bar-bub { background-size: cover !important; background: url("../images/bub-bg.jpg") no-repeat top left; } .sidebar .title-bar-trip { background-size: cover !important; background: url("../images/trip-bg.jpg") no-repeat top left; } .sidebar .title-bar label { text-transform: uppercase; } .sidebar .title-bar label { font-size: 11px; font-weight: lighter; } .sidebar .title-bar h5 { font-size: 12px; margin: 0px!important; } .sidebar .title-bar .fa-caret-down, .sidebar .title-bar .fa-caret-up { position: absolute; right: 15px; top: 23px; } .sidebar .title-bar .fa-caret-down:before, .sidebar .title-bar .fa-caret-up:before { font-size: 20px; } .sidebar .search-queries { width: 100%; } .sidebar .tabs { padding-left: 0; margin: 0; list-style: none; background-color: #000000; } .sidebar .tabs li { width: 49.5%; text-align: center; /* padding: 20px 27px;*/ display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs li.active { background-color: #242427; } .sidebar .tabs li.active a { color: white; } .sidebar .tabs li a { width: 100%; font-size: 12px; color: #6e6e6e; text-transform: uppercase; padding: 15px 14px; display: inline-block; } .sidebar .tabs li a:hover { color: #f1b428; } .sidebar .tabs-content { width: 100%; background-color: #242427; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content .search-queries-wrapper { padding: 15px 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content .search-subproj { color: #fff; width: 100%; border: none; height: 36px; font-size: 12px; margin-bottom: 15px; background-size: 5% !important; padding: 8px 11px 8px 38px; background: #000 url("../images/search-icn_21.png") no-repeat 11px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content select { color: white; border: none; width: 49%; background-color: rgb(36, 36, 39); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; /*-webkit-appearance: none; -moz-appearance: none; appearance: none;*/ } .sidebar .sidebar-content { height: 100%; } .sidebar .proj-list { height: 100%; padding-left: 0; overflow: auto; } .sidebar .proj-list-updates { height: calc(100% - 205px); } .sidebar #botside { background: #f1f1f1; } .sidebar .proj-list .block { border-radius: 3px; margin: 5px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .proj-list .block span { font-size: 12px; } .sidebar .proj-list .block .proj-code, .sidebar .proj-list .block .fa.fa-eye { display: inline-block; } .sidebar .proj-list .block .fa-eye { float: right; display: none !important; } .sidebar .proj-list .block .fa-eye:before { color: #eda54b; } .sidebar .proj-list .block .proj-stat-type { margin-top: 12px; } .sidebar .proj-list .block.active { background-color: white; border-left: 3px solid #eda54b; } .sidebar .proj-list .block.active .fa-eye { display: inline-block !important; padding-right: 8px; } .sidebar .proj-list .block.active:hover { border-left: 3px solid #eda54b; background-color: #f9f9f9; border-bottom: 1px solid #ddd; } .sidebar .proj-list .block:hover { border: 1px solid rgba(242, 101, 34, 0.3); } .sidebar .proj-list .block.active { border: 1px solid rgba(242, 101, 34, 0.8)!important; } .sidebar .proj-list-updates .block .proj-name { margin-top: 15px; } .sidebar .proj-list-updates .block .clearfix:first-child { margin: 10px 0; } .sidebar .proj-list-updates span.time-update { color: #8d8d8d; } .sidebar .proj-list-updates span.type-update { color: #8d8d8d; font-size: 12px; text-transform: uppercase; } .sidebar .proj-list-updates span.status-update { background-size: 15% !important; } .sidebar .proj-list-updates span.new-proj { background-size: 12% !important; } .sidebar .proj-list-updates .type-update-new { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("../images/activity-updates-icn_10.png") no-repeat top left; } .sidebar .proj-list-updates .bubble-update-new { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("../images/bubble-icn_115.png") no-repeat top left; } .sidebar .proj-list-updates .img-available-new { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("../images/image-available-icn_11.png") no-repeat top left; } .sidebar .proj-list-updates .detail-update img { width: 25%; } .sidebar .proj-list-updates .detail-update .comment_ { width: 70%; padding-left: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .proj-list-updates .detail-update .comment_ span { color: #8d8d8d; } .sidebar .proj-list-updates .detail-update .comment_ p { color: #000; } .sidebar .proj-list-updates h4 { display: block; } .main-content { width: 83%; float: left; position: relative; } @media only screen and (min-width: 768px) { .main-content { width: 74.8%; } } .main-content .choose-map-type { left: 10px; color: white; bottom: 55px; position: absolute; background-color: rgba(0, 0, 0, 0.8); padding: 1em; display: none; } .main-content .choose-map-type li { height: 25px; width: 25px; position: relative; list-style: none; display: inline-block; border: 3px solid #fff; margin-right: 5px; background-size: cover !important; } .main-content .choose-map-type li:hover { cursor: pointer; } .main-content .choose-map-type li#terrain { background: url("../images/maptype-terrain.jpg") no-repeat top left; } .main-content .choose-map-type li#hybrid { background: url("../images/maptype-hybrid.jpg") no-repeat top left; } .main-content .choose-map-type li#satellite { background: url("../images/maptype-satellite.jpg") no-repeat top left; } .main-content .choose-map-type li#roadmap { background: url("../images/maptype-roadmap.jpg") no-repeat top left; } .main-content .choose-map-type li#osm { background: url("../images/maptype-osm.jpg") no-repeat top left; } .main-content .googlemap-type { margin: 10px 0 0 0; padding: 0; } .main-content .view-details { cursor: pointer; top: 5px; right: 6px; width: 178px; position: absolute; padding: 17px 13px 16px 18px; font-size: 14px; background: #fff url("../images/arrows-alt-icn_06.png") no-repeat 140px 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details { top: 5px; right: 6px; width: 500px; height: 520px; position: absolute; padding-top: 20px; overflow: hidden; background-color: white; -webkit-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); } @media only screen and (min-width: 768px) { .main-content .proj-details { height: 500px; } } .main-content .proj-details .divider { margin: 25px 18px 0; border-top: 1px solid #cacaca; } .main-content .proj-details #btn-close:hover { cursor: pointer; } .main-content .proj-details .proj-tab { height: 26px; margin: 0; padding: 0 0 0 18px; } .main-content .proj-details .proj-tab li { padding: 0 13px 10px; display: inline-block; list-style: none; } .main-content .proj-details .proj-tab li a { color: #979797; } .main-content .proj-details .proj-tab li a:hover { color: #f36765; } .main-content .proj-details .proj-tab li:first-child { padding-left: 0; } .main-content .proj-details .proj-tab li.active { border-bottom: 1px solid #f36765; } .main-content .proj-details .proj-tab li.active a { font-size: 12px; color: #f36765; } .main-content .proj-details .proj-tab-content { /*padding-top: 16px;*/ padding-bottom: 30px; height: 100%; overflow-x: scroll; box-sizing: border-box; } .main-content .proj-details .proj-tab-content section { position: relative; } .main-content .proj-details .proj-tab-content section:first-child { margin: -16px 18px 0; padding: 20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .proj-tab-content section:last-child { padding: 20px 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details #btn-close { padding-right: 18px; opacity: 0.7; } .main-content .proj-details #btn-close:hover { opacity: 1; } .main-content .proj-details .details .details-links-tab { margin: 0 18px 15px; padding: 5px; box-sizing: border-box; border-radius: 3px; background-color: #f1f1f1; } .main-content .proj-details .details .details-links-tab li { width: 32.5%; padding: 10px 0; list-style: none; text-align: center; border-radius: 3px; display: inline-block; } .main-content .proj-details .details .details-links-tab li a { color: #595959; font-weight: bold; font-size: 10px; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .main-content .proj-details .details .details-links-tab li.active { border: 1px solid #e8e8e8; background-color: #fff; } .main-content .proj-details .details .details-links-tab li.active a { color: #000; } .main-content .proj-details .details section:first-child { padding-bottom: 0; } .main-content .proj-details .details .proj-type, .main-content .proj-details .details .proj-code, .prog-type { color: #8d8d8d; } .main-content .proj-details .details .proj-name { margin: 11px 0; } .main-content .proj-details .details .proj-name .proj-status { color: white; padding: 2px 3px; font-size: 10px; line-height: normal; border-radius: 3px; background-color: #4b9500; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .details .extra-info { margin: 0; padding: 0; } .main-content .proj-details .details .extra-info li { margin-top: -12px; list-style: none; } .main-content .proj-details .details .extra-info li:first-child { margin-top: 0; } .list-info { margin: 0 2em; padding: 0; } .list-info li p b { color: #393939; font-weight: normal; display: block; font-size: 12px; } .list-info li p span { font-size: 10px; color: #f26522; display: block; text-transform: uppercase; font-weight: bold; } .list-info li p { margin: 10px 0px 0px; padding: 5px 0px; } .list-info li { margin-top: -12px; list-style: none; border-bottom: 1px solid #dcdcdc; float: left; width: 50%; } .list-info li:first-child { margin-top: 0; width: 100%; font-size: 14px!important; font-weight: bold!important; } .main-content .proj-details .details .proj-cost { width: 100%; position: relative; margin-top: 20px; } .main-content .proj-details .details .proj-cost .table-cell { width: 49%; text-align: center; } .main-content .proj-details .details .proj-cost .table-cell label, .main-content .proj-details .details .proj-cost .table-cell span { display: block; } .main-content .proj-details .details .proj-cost .table-cell label { font-size: 20px; } .main-content .proj-details .details .proj-cost .table-cell span { color: #f36765; font-size: 10px; } .main-content .proj-details .details .proj-cost .divider { top: 1px; width: 1px; margin: 0; height: 30px; position: absolute; border-left: 1px solid #ddd; } .main-content .proj-details .details .sp-ntp-stat p { display: inline-block; } .main-content .proj-details .details .proj-gallery-label { margin-bottom: 5px; } .main-content .proj-details .details .proj-gallery-label label { padding-left: 20px; background: url("../images/photos-icn_100.png") no-repeat top left; } .main-content .proj-details .details .proj-gallery-label span.right { color: #f47876; } .main-content .proj-details .details .proj-gallery { height: 95px; position: relative; width: 1000px; /* to provide overflow for children images */ } .main-content .proj-details .details { max-width: 500px; overflow-x: hidden; } .main-content .proj-details .details .proj-gallery img { width: 100%; height: 100%; } .main-content .proj-details .details .proj-gallery button { display: none !important; } .main-content .proj-details .details .proj-gallery div[index="0"] { position: relative; } .main-content .proj-details .details .proj-gallery div[index="0"]:after { right: 4px; bottom: 5px; position: absolute; content: url("../images/first-map-marker-icn_107.png"); } .proj-gallery-lightbox-wrapper { display: none; z-index: 999999; position: absolute; /* keeps the lightbox window in the current viewport */ top: 0; left: 0; width: 100%; overflow: scroll; min-height: 100%; padding-top: 20px; background-color: rgba(24, 24, 24, 0.96); text-align: center; padding-bottom: 50px; } .proj-gallery-lightbox-wrapper .close-btn { padding-bottom: 15px; position: absolute; right: 10px; z-index: 9999999; } .proj-gallery-lightbox-wrapper .close-btn img:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .close-btn img { margin-right: 25px; } .proj-gallery-lightbox-wrapper .close-button { width: 50%; margin: 15px 25px 0 0; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info { width: 800px; margin: 0 auto 15px; color: white; position: relative; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left { text-align: left; /*padding-left: 25px;*/ background-size: 5%; background: url("../images/icn-calendar_03.png") no-repeat top left; } .photo-gallery-lightbox-info .left-info { /*display: none;*/ width: 45%; } .photo-gallery-lightbox-info .choose-date-wrapper { margin-top: 5px; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left input { color: #fff; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left .fa-calendar:before { color: #61a21c; } .photo-gallery-lightbox-info .left .view-dates { color: #5a5b5b; font-weight: 600; font-size: 10px; margin-left: 25px; } .photo-gallery-lightbox-info .left .select-date { color: #fff; padding: 5px 15px; background-color: #373737; } .photo-gallery-lightbox-info .left .chosen-container { width: 68%!important; } .photo-gallery-lightbox-info .left .compare-btn { font-size: 10px; color: #878787; margin-left: 10px; } .photo-gallery-lightbox-info .left .compare-btn:hover { cursor: pointer; } .photo-gallery-lightbox-info .left .image-dates { display: none; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button { top: 0px; left: 43%; font-size: 24px; color: white; position: absolute; text-transform: uppercase; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button:focus { outline: none; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button i:before { font-size: 18px; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button span { font-size: 12px; font-weight: 400; margin-top: 4px; } .proj-gallery-lightbox-wrapper .move-up-down-direction { width: 800px; position: relative; margin: 35px auto 60px; } .proj-gallery-lightbox-wrapper .move-up-down-direction button { top: -20px; left: 43%; font-size: 24px; color: white; position: absolute; text-transform: uppercase; } .proj-gallery-lightbox-wrapper .move-up-down-direction button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .move-up-down-direction button i:before { font-size: 18px; } .proj-gallery-lightbox-wrapper .move-up-down-direction button span { font-size: 12px; font-weight: 400; margin-bottom: 4px; } .photo-gallery-lightbox-info .right .tab { margin: 25px 0 0; } .photo-gallery-lightbox-info .right .tab li.active a { color: #000; background-color: #ed9e3c; } .photo-gallery-lightbox-info .right .tab li { list-style-type: none; display: inline-block; } .photo-gallery-lightbox-info .right .tab li a:hover { color: #ed9e3c; opacity: 0.8; } .photo-gallery-lightbox-info .right .tab li.active a:hover { color: #000; opacity: 0.8; } .photo-gallery-lightbox-info .right .tab li a { color: #fff; font-weight: 600; font-size: 10px; padding: 10px 15px; background-color: #000; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v { height: 65%; position: relative; min-height: 445px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-slide { height: 100%; width: 800px; position: relative; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-slide img { width: auto; height: 445px; margin: 0 auto; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-list { height: 100%; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-list div[index="0"]:after { color: white; content: "Start"; background: url("../images/start-gallery-icn_11.png") no-repeat -1px 1px; position: absolute; left: 5px; bottom: -20px; font-weight: 700; width: 9%; font-size: 14px; background-size: 23%; height: 50px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .num-comments-wrapper { margin: 0px 6px 9px; font-size: 12px; bottom: 0; right: 10px; background-color: rgba(0, 0, 0, 0.7); position: absolute; padding: 9px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; cursor: pointer; } .num-comments-wrapper:hover { color: #ed9e3c; background-color: #000; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .num-comments-wrapper label { font-size: 12px; color: #da9237; font-weight: normal; display: inline-block; padding-left: 20px; background: url("../images/white-bubble-icn_115.png") no-repeat 0px 4px; cursor: pointer; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper { color: white; bottom: 0; right: 8px; display: none; position: absolute; height: 350px; width: 38.8%; box-sizing: border-box; padding: 15px; text-align: left; z-index: 9; background-color: rgba(5, 4, 3, 0.83); } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper label[for="leave a comment"] { font-size: 14px; font-weight: normal; text-align: left; padding-left: 25px; background: url("../images/white-bubble-icn_115.png") no-repeat 0 1px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper textarea { color: #8b8b8b; padding: 10px; margin-bottom: 15px; font-family: "Roboto"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-list { margin-top: 15px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item { padding: 10px 0; text-align: left; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item .user-avatar { width: 5%; height: auto !important; margin-right: 10px; display: inline-block; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item span { font-size: 11px; color: #767575; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item p { color: white; text-align: left; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item:first-child { padding-top: 0; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .close-comments-panel { position: absolute; right: 0px; bottom: 0; padding: 12px 45px; text-align: center; background-size: 6% !important; background: rgba(5, 4, 4, 0.69) url("../images/close-icn_20.png") no-repeat 26px 14px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .close-comments-panel:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper button { background-color: transparent; border: none; color: white; font-size: 35px; top: 45%; } .proj-gallery-lightbox-wrapper button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper button.left-gallery-nav { position: absolute; left: 0; z-index: 999999; } .proj-gallery-lightbox-wrapper button.right-gallery-nav { position: absolute; right: 0; z-index: 999999; } .proj-gallery-lightbox-wrapper p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px; } .main-content .proj-details .details .photo-gallery-num { color: white; z-index: 1; padding: 26px 15px 15px; position: absolute; height: 94px; top: 1px; right: 0; background-color: rgba(73, 73, 73, 0.74); width: 28%; box-sizing: border-box; font-size: 24.86px; text-align: center; } .main-content .proj-details .details .leave-comment-form { padding: 0 18px; } .main-content .proj-details .details .leave-comment-form label[for="label-form"] { display: inline-block; padding-left: 19px; background: url("../images/bubble-icn_115.png") no-repeat 1px 3px; } .main-content .proj-details .details .leave-comment-form .label-leave-comment-form a { color: #f47876; text-decoration: none; } .main-content .proj-details .details .leave-comment-form button { color: #f25a59; border: none; background-color: transparent; } .main-content .proj-details .details .leave-comment-form .comment-details { padding-top: 15px; } .main-content .proj-details .details .leave-comment-form .comment-details .user-comment-info { width: 65%; } .main-content .proj-details .details .leave-comment-form .img-wrapper { width: 30%; } .main-content .proj-details .details .leave-comment-form .img-wrapper img { width: 100%; } .main-content .proj-details .details .leave-comment-form .user { margin-top: 0; } .main-content .proj-details .details .leave-comment-form .user, .main-content .proj-details .details .leave-comment-form .comment-datetime { color: #8b8b8b; } .main-content .proj-details .details .leave-comment-form .comment-datetime-reply { padding-bottom: 19px; box-sizing: border-box; } .main-content .proj-details .timeline select { height: 30px; border: none; background-color: transparent; width: 49%; } .main-content .proj-details .timeline .timeline-first-sec { padding: 0 15px 10px; } .main-content .proj-details .timeline section.timeline-filters { padding: 0 18px 15px; } .main-content .proj-details .timeline section:first-child { padding: 20px 0 10px; } .main-content .proj-details .timeline section:last-child { padding: 0px 18px 20px !important; } .main-content .proj-details .timeline ul { margin: 0; padding: 0; } .main-content .proj-details .timeline ul li { position: relative; padding: 0 0 25px 25px; list-style: none; } .main-content .proj-details .timeline ul li h3 { margin-bottom: 5px; } .main-content .proj-details .timeline ul li span { color: #8d8d8d; } .main-content .proj-details .timeline ul li:after { content: " "; width: 3px; height: 100%; background-color: #e3e3e3; position: absolute; left: 8px; top: 17px; } .main-content .proj-details .timeline ul li.update:before { top: 0; left: 0; position: absolute; content: url("../images/update-icn_03.png"); } .main-content .proj-details .timeline ul li.point img { width: 25%; } .main-content .proj-details .timeline ul li.point .ppint-images { margin-top: 15px; } .main-content .proj-details .timeline ul li.point:before { top: 0; left: 0; position: absolute; content: url("../images/point-icn_06.png"); } .main-content .proj-details .timeline .load-more-comments { font-weight: 700; position: absolute; padding: 15px 25px; color: #eb9d3b; background-color: white; bottom: 20px; z-index: 10; border-radius: 5px; left: 28%; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details .timeline .white-gradient { bottom: 0; z-index: 4; width: 100%; height: 123px; position: absolute; display: inline-block; background: url("../images/white-gradient_03.png") repeat-x bottom left; } .main-content .proj-details .comments section { position: relative; padding: 20px 0; } .main-content .proj-details .comments section.comment-form { padding: 0 18px 20px; } .main-content .proj-details .comments section:last-child { padding: 0 18px 20px; } .main-content .proj-details .comments textarea { width: 100%; padding: 10px; font-size: 14px; font-family: "Roboto"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; } .main-content .proj-details .comments .comment-form { padding: 15px 18px; } .main-content .proj-details .comments .comment-form .sms-note { color: gray; font-size: 12px; } .main-content .proj-details .comments .num-comments { display: inline-block; padding-left: 19px; background: url("../images/bubble-icn_115.png") no-repeat 1px 3px; } .main-content .proj-details .comments .comment-this-proj { padding: 0 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .comments .comment-datetime, .main-content .proj-details .comments .user { color: #8b8b8b; } .main-content .proj-details .comments ul { margin: 15px 0 0; padding: 0; } .main-content .proj-details .comments ul li { list-style: none; } .main-content .proj-details .comments ul li .img-wrapper { width: 30%; } .main-content .proj-details .comments ul li .img-wrapper img { width: 100%; height: auto; } .main-content .proj-details .comments ul li button { color: #f25a59; border: none; background-color: transparent; } .main-content .proj-details .comments ul li .user-comment-info { width: 65%; } .main-content .proj-details .comments ul li .user { margin-top: 0; } .main-content .proj-details .comments ul li .user, .main-content .proj-details .comments ul li .comment-datetime { color: #8b8b8b; } .main-content .proj-details .comments ul li .comment-datetime-reply { padding-bottom: 19px; box-sizing: border-box; } .main-content .proj-details .comments .load-more-comments { font-weight: 700; position: absolute; padding: 15px 25px; color: #eb9d3b; background-color: white; bottom: 20px; z-index: 10; border-radius: 5px; left: 28%; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details .comments .white-gradient { bottom: 0; z-index: 4; width: 100%; height: 123px; position: absolute; display: inline-block; background: url("../images/white-gradient_03.png") repeat-x bottom left; } .main-content .legend { bottom: 55px; right: 7px; width: 40%; position: absolute; background-color: rgba(0, 0, 0, 0.8); padding: 1em; z-index: 999; } @media only screen and (min-width: 768px) { .main-content .legend { width: 35%; right: 7px; } } .main-content .legend .table-row { margin-bottom: 10px; } .main-content .legend .table-cell { width: 45%; padding-bottom: 10px; } .main-content .legend .table-cell:last-child { padding-left: 15px; } .main-content .legend label { font-size: 13px; padding: 0.2em 0; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .legend label.start-road { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/start-icn_07.png") no-repeat center left; } .main-content .legend label.nearest-municipal { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("/images/near-icn_07.png") no-repeat center left; } .main-content .legend label.image-available { padding-left: 25px; display: inline-block; background-size: 8% !important; background: url("/images/image-available-icn_11.png") no-repeat center left; } .main-content .legend label.image-available-special { padding-left: 25px; display: inline-block; background-size: 8% !important; background: url("/images/image-available-special-icn_11.png") no-repeat center left; } .main-content .legend label.road-to { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("/images/road-to-icn_10.png") no-repeat center left; } .main-content .legend label.end-road { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/end-icn_14.png") no-repeat center left; } .main-content .legend label.proposed-road { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("/images/proposed-icn_11.png") no-repeat center left; } .main-content .legend label.trip-project { padding-left: 25px; display: inline-block; background-size: 19% !important; background: url("/images/trip-icon.png") no-repeat center left; } .main-content .legend label.trip-subproject { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("/images/trip-subproject-icon.png") no-repeat center left; } .main-content .legend label.gaa-subprojects { padding-left: 25px; display: inline-block; background-size: 9% !important; background: url("/images/gaa-subproject-icon.png") no-repeat center left; } .main-content .legend label.prdp-subprojects { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/prdp-subproject-icon.png") no-repeat center left; } /** LIGHTBOX STYLE **/ #lightbox { z-index: 999999; position: fixed; /* keeps the lightbox window in the current viewport */ top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(24, 24, 24, 0.96); text-align: center; } #lightbox img { box-shadow: 0 0 25px #111; -webkit-box-shadow: 0 0 25px #111; -moz-box-shadow: 0 0 25px #111; width: 65%; } #lightbox p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px; } /** SLICK STYLE **/ /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-loading .slick-list { background: #fff url("/images/ajax-loader.gif") center center no-repeat; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .photo-timeline-wrapper { width: 775px; margin: 60px auto 0; } .photo-timeline { height: 3px; width: 100%; position: relative; /*background-color: #eee;*/ -webkit-margin-before: 0; -moz-margin-before: 0; -webkit-padding-start: 0; -moz-padding-start: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .photo-timeline:before { left: -1; } .photo-timeline:after { right: -1; } /*.photo-timeline:before, .photo-timeline:after { content: " "; display: inline-block; margin-top: 10px; width: 10px; height: 10px; top: -14px; z-index: 11111; position: absolute; background-color: #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }*/ .photo-timeline:before { /*background-color: #5a9e11;*/ } .photo-timeline li { display: inline-block; list-style-type: none; z-index: 99; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; width: 20px; height: 20px; border-radius: 50%; text-align: center; /*cursor: pointer;*/ } .photo-timeline li:first-of-type .progress-timeline-line { width: 0; } .photo-timeline li:last-child .progress-timeline-line { width: 0; } .photo-timeline li.percentage { position: absolute; height: 4px; background-color: #5a9e11; width: 0%; top: 0; left: 0; border-radius: 0; } .photo-timeline li.markers { position: absolute; height: 3px; width: 100%; top: 0; left: 0; border-radius: 0; } .photo-timeline li.markers:before, .photo-timeline li.markers:after { top: -32px; } .photo-timeline li.markers:before { left: -5px; position: absolute; content: url("../images/first-map-marker-icn-big_03.png"); } .photo-timeline li.markers:after { right: -5px; position: absolute; content: url("../images/last-map-marker-icn_03.png"); } .photo-timeline li span.active { background-color: #5A9E11; } .photo-timeline li span { display: inline-block; margin-top: 10px; width: 10px; height: 10px; top: -14px; position: absolute; background-color: #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .photo-timeline li i { position: absolute; background-size: 100% !important; top: -30px; background: url("../images/image-available-icn_11.png") no-repeat top left; height: 20px; width: 20px; left: 4px; } .photo-timeline-info .left { width: 33.33%; } .photo-timeline-info .left span { color: white; text-transform: uppercase; } .photo-timeline-info .left:first-child { text-align: left; } .photo-timeline-info .left.center-photo-point { text-align: center; } .photo-timeline-info .left:last-child { text-align: right; } .proj-item { cursor: pointer; position: relative; } .comment-login-button { display: block; margin: 2em auto; font-weight: 700; padding: 15px 25px; color: #fff; background-color: #242427; z-index: 10; border-radius: 5px; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .comment-sending { color: #aaa; } #proj-comments-list li:not(:last-child) { margin: 0.5em 0 0.5em 0; padding-bottom: 0.5em; border-bottom: 1px solid #ccc; } .menu-bar { background: #000; display: none; } .menu-bar-nav { float: right; padding: 0; margin: 13px 0 0 0; } .menu-bar-nav li { display: inline-block; margin-right: 15px; } .menu-bar-nav li a { color: #6E6E6E; } .menu-bar-nav li a:hover { color: #f1b428; } #toggle-title-bar h5 { font-size: 14px; margin-top: -2px; } .reach-us { color: #7F7F7F; vertical-align: bottom; } .comment-form ul li { display: inline-block; width: 31%; border: 2px solid #e5e5e5; padding: 1em 0; margin: 0.25em 0; } .comment-form ul li img { display: block; margin: 0 auto; } .comment-form ul li div { font-weight: bold; text-align: center; font-size: 14px; } #contractdetails .contract-details, #contractdetails .award-details { margin: 0 1.75em 1em 1.75em; } #procdetails table { margin: 0 1.75em; } #projdetails section, #procdetails section, #contractdetails section, #comments section { display: none; } #procdetails table td, #contractdetails table td { font-size: 12px } #about, #contact { display: none; } .preloader-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); color: #fff; display: table; overflow: hidden; z-index: 9999 } .preloader { display: table-cell; vertical-align: middle; text-align: center; } .feedback-type-select li { cursor: pointer; } .feedback-online-form { display: none; } .feedback-online-form .feedback-online-submit { float: right; border: none; background: #333; color: #fff; padding: 10px 30px; font-family: "Roboto"; cursor: pointer; } .feedback-for-approval { opacity: 0.5; } .thanks-feedback, .trip-filters { display: none; } /* More Filters */ #more-filter-contents { display: none; padding: 20px; color: #fff; border-top: 2px dotted #464646; } .more-filters-toggle { text-align: center; color: #fff; font-size: 10px; font-weight: bold; text-transform: uppercase; background: #000; padding: 12px 0px; cursor: pointer; } .more-filters-toggle:hover { background: rgba(0, 0, 0, 0.5); } .chosen-select { width: 100%!important; } .chosen-container { width: 100%!important; background: #000!important; border: 1px solid #000!important; padding: 3px 2px!important; } .chosen-choices { background: #000!important; border: 1px solid #000!important; } .chosen-choices li.search-choice { background: #383838!important; border: 1px solid #383838!important; border-radius: 0px!important; color: #fff!important; box-shadow: none!important; } .w20p { width: 20%; float: left; } .w80p { width: 80%; float: left; } .mt20 { margin-top: 20px; } .trip-subproject-list { display: none; margin-top: 15px; cursor: default; } .trip-subproject-list.active { display: block; margin-top: 15px; cursor: default; } .trip-subproject-list ul { list-style-type: none; padding-left: 0; font-size: 11px; } .trip-subproject-list ul li { margin: 5px; cursor: pointer; } .subproject-dropdown { display: none; } .subproject-dropdown i { font-size: 18px; margin-top: -5px; } .proj-item:hover .subproject-dropdown { display: inline-block; } .no-subproject { text-align: center; } .feedback-type-select a { color: #000; } .progress-timeline-line { width: 43px; height: 3px; background-color: #eee; margin-left: -3px; } .photo-timeline li .active { background-color: #5A9E11; } .image-date-select { color: #fff; background-color: transparent; border: transparent; width: 150px; } .image-date-select option { background: #333; color: #fff; } .approval { text-align: center; } #proj-gallery img, .photo-gallery-num { cursor: pointer; } .back-feedback { cursor: pointer; display: none; } .project-checkbox { position: absolute; top: 17px; right: 5px; } .legend .legend-title { color: #757575; padding-left: 0 !important; font-weight: bold; font-size: 1.2em; } .main-footer { width: 100%; background: rgba(0, 0, 0, 0.8); position: absolute; bottom: 0; left: 0; color: #fff; z-index: 1; } .main-footer span { font-weight: bold; background-repeat: no-repeat; background-position: left; background-attachment: fixed; background-size: 30px; font-size: 15px; padding: 15px; cursor: pointer; display: inherit; } .main-footer span.map-layer { padding: 15px 15px 15px 45px; } .main-footer .layers-toggle { float: left; background: url('/images/icon-layers-sm.png') 20px center no-repeat; } .resources-wrapper { padding: 20px 18px 0!important; } .elevation-wrapper { padding: 20px 18px 50px!important; } .elevation-wrapper b { display: none; /*display: inline-block;*/ margin-bottom: 10px; } #elevation_profile { display: none; } .main-footer .legend-toggle { float: right; background-image: url('/images/minus-.png'); } .main-footer span.active, .main-footer span:hover { background-color: rgba(255, 255, 255, 0.1); } .procurementdetails-fail, .contractdetails-fail { display: none; padding: 1em; text-align: center; font-weight: bold; font-size: 1.2em; } .procurementdetails-fail.alert-box, .contractdetails-fail.alert-box { margin: 10px 18px; } .about-container p, .about-container ol { font-size: 14px; } .layers-parent { margin: 0px; padding: 0px; list-style: none; } .row-checkbox label { cursor: pointer; } .row-checkbox label:before { display: inline-block; content: "+"; margin: 0 10px 0 0; width: 16px; height: 16px; border: 2px solid #4b9500; border-radius: 100%; vertical-align: middle; color: #4b9500; font-size: 16px; text-align: center; font-weight: 700; line-height: 0.9em; transition: transform 0.2s ease-in-out; } .row-checkbox input[type=checkbox]:checked + label:before { background: #4b9500; color: #fff; transform: rotate(135deg); transform-origin: center center; } .row-checkbox input[type=checkbox] { visibility: hidden; } .proj-item-loader { color: #fff; font-size: 16px; text-align: center; padding-top: 15px; } .hidden { display: none!important; } /* Alert Boxes */ .alert-box { color: #555; padding: 10px 10px 10px 36px; margin: 10px; } .alert-box.error { background: #ffecec no-repeat 10px 50%; border: 1px solid #f5aca6; } .alert-box.success { background: #e9ffd9 no-repeat 10px 50%; border: 1px solid #a6ca8a; } .alert-box.warning { background: #fff8c4 no-repeat 10px 50%; border: 1px solid #f2c779; } .alert-box.notice { background: #e3f7fc no-repeat 10px 50%; border: 1px solid #8ed9f6; } .view-2-photos { /*float: left; width: 50%;*/ display: block; width: 32% !important; height: 50% !important; margin: 0 auto; } .view-3-photos { /*float: left; width: 33.3%*/ ; display: inline-block; width: 49% !important; height: 50% !important; margin: 0 auto; } .view-4-photos { /*float: left; width: 25%;*/ display: inline-block; width: 49% !important; height: 50% !important; margin: 0 auto; } input[name="image-dates"] { position: relative; vertical-align: middle; bottom: 1px; } .road-class { position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); padding: 1em; color: #fff; text-align: left; cursor: pointer; } .road-class-big { display: none; position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); padding: 1em; color: #fff; text-align: left; } .road-class-big input[type="radio"] { vertical-align: text-bottom; } .radio-group { margin: 1em 0; } .road-class-close { float: right; font-size: 1.25em; cursor: pointer; } .road-class-submit { font-size: 12px !important; float: right; } li[data-marker-index="0"] .progress-timeline-line { width: 100px; margin-left: -20px; } .multi-image { margin: 0 1em; } .image-feedback p { text-align: left; } .image-feedback div:last-child, ul.proj-comments li div:last-child { font-size: 11px; color: #555; } ul.proj-comments li:not(:last-child) { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; } ul.proj-comments li img, .leave-comment-form ul li img { width: 150px; margin-top: 1em; } .bid-status-container { margin: 10px 0px; background-color: eda54b; display: block; text-align: center; padding: 20px 0px; } .bid-status { font-size: 18px; font-weight: bold; } .bid-status-label { color: #fff; } .m0 { margin: 0px!important; } .mt15 { margin-top: 15px; } .bold { font-weight: bold; } .fz20 { font-size: 20px; } .slick-slider img { background: #000; } .photo-timeline-info { margin-top: 26px; } ul.photo-timeline .road-class-info { border-bottom: 4px solid #1D1D1D; text-indent: -99999px; height: 15px; background: url('../images/surface-not-set.png'); color: #fff; margin-top: 8px; } /* Type */ .road-class-info.concrete { background: url('../images/surface-concrete-pattern.png')!important; } .road-class-info.tarmac, .road-class-info.asphalt { background: url('../images/surface-tarmac-pattern.png')!important; } .road-class-info.gravel { background: url('../images/surface-gravel-pattern.png')!important; } .road-class-info.dirt, .road-class-info.earth { background: url('../images/surface-dirt-pattern.png')!important; } /* Quality */ .road-class-info.good { border-bottom: 4px solid #59df25!important; } .road-class-info.fair { border-bottom: 4px solid #c6de23!important; } .road-class-info.poor { border-bottom: 4px solid #e09209!important; } .road-class-info.bad { border-bottom: 4px solid #ee1812!important; } .main-content .proj-details .timeline ul li:last-child:after { content: none; } .program_indicator { color: #c7551e; font-weight: bold; font-size: 10px!important; text-transform: uppercase; } .proj-code { font-size: 10px!important; text-transform: uppercase; color: #838383; font-weight: bold; } .upload-stat { text-transform: uppercase; font-size: 10px!important; border: 1px solid #ccc; margin-left: 5px; padding: 0px 5px; font-weight: bold; } .has-images, .has-kml { color: #5cb85c; margin-top: 10px; float: left; margin-right: 5px; } /* .has-kml { color: #1c6ea2!important; }*/ /* Image Viewer */ .date-time-image { text-align: right; padding: 7px 15px; margin-top: 7px; background: rgba(0, 0, 0, 0.73); margin-right: 8px; color: #fff; right: 0; position: absolute; float: right; font-size: 12px; /*display: none;*/ } .date-time-image span { color: #a2a2a2; } .proj-code-container { margin: 0 1.5em 1.5em 1.5em; } .dl-img-btn { right: 15px; padding-top: 10px; bottom: 9px; background: rgba(0, 0, 0, 0.70); position: absolute; height: 33px; width: 29px; padding-left: 3px; } .dl-img-btn:hover { cursor: pointer; background-color: #000; } .dl-img-btn:before { color: #bababa; } .toggle-road { height: 33px; width: 29px; left: 10px; bottom: 9px; position: absolute; display: inline-block; } .toggle-road:hover { cursor: pointer; } .this-road { background: rgba(0, 0, 0, 0.8) url("/images/icn-road_black.png") no-repeat 2px 2px; } .this-not-road { background: rgba(0, 0, 0, 0.6) url("/images/icn-road_black-not.png") no-repeat 2px 2px; } .road-details-wrapper { left: 0; bottom: 10px; position: absolute; height: 10px; width: 30px; } .selectSurface-label { margin-left: -88px; display: inline-block; } .selectQuality-label { position: absolute; right: 91px; } .selectQuality-label, .selectSurface-label { padding: 8.5px; font-size: 12px; color: #a8a8a8; } .surface-val, .quality-val { left: 62px; height: 33px; width: 88px; text-align: left; color: #ed9e3c; padding-top: 9px; position: absolute; } .surface-val:hover, .quality-val:hover { cursor: pointer; } .surface-val span, .quality-val span { color: #ed9e3c; } .surface-val span img, .quality-val span img { width: 14%!important; height: 46%!important; display: inline-block!important; } .surface-val img, .quality-val img { width: 14%!important; display: inline-block!important; height: 47%; margin-right: 5px; } .surface-val img:first-child, .quality-val img:first-child { margin-right: 6px; } .surface-val .one-surface, .quality-val .one-surface { width: 100%; } .quality-val .one-surface { width: 100%; } .select-surface { left: 15px; top: -177px; color: #fff; width: 150px; text-align: left; background: rgba(0, 0, 0, 0.6); position: absolute; padding-bottom: 4px; } .select-quality { left: 170px; top: -177px; color: #fff; width: 150px; text-align: left; background: rgba(0, 0, 0, 0.6); position: absolute; } .select-surface.none, .select-quality.none { display: none; } .select-surface.display, .select-quality.display { display: block; } .select-surface label, .select-quality label { padding: 10px; } .select-surface label.selected, .select-quality label.selected { background-color: #000; } .select-surface label:hover, .select-quality label:hover { cursor: pointer; background-color: #000; } .select-surface input[type="checkbox"], .select-quality input[type="radio"] { margin-right: 10px; } .select-surface img, .select-quality img { display: inline-block!important; width: 9%!important; height: 11px!important; } .surface-wrapper { position: absolute; left: 15px; top: -22px; height: 32px; width: 150px; background: rgba(0, 0, 0, 0.8); } .surface-wrapper:hover { cursor: pointer; background-color: #000; } .quality-wrapper { left: 170px; position: absolute; top: -22px; height: 33px; width: 150px; background: rgba(0, 0, 0, 0.8); } .quality-wrapper:hover { cursor: pointer; background-color: #000; } /* Start View */ .start-view-container { top: 46.1%; left: 50%; margin-left: -425px; transform: translateY(-50%); position: absolute; z-index: 9998; } #logo-start-view { height: 60px; width: 185px; display: block; background: url('../images/coa-logo-start.png')no-repeat; text-indent: -99999px; margin: 0 auto; } .start-view { width: 851px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.90); padding: 27px 30px; display: none; box-sizing: border-box; } .start-view h5 { color: #e6e6e6; font-size: 10px; font-weight: bold; text-transform: uppercase; padding-bottom: 5px; } .fz18 { font-size: 18px; line-height: normal; } .fz16 { font-size: 16px; line-height: normal; } .fz14 { font-size: 14px; line-height: normal; } .fwb { font-weight: bold; } .fz12 { font-size: 12px; } .text-yellow { color: #eda54b; } .programs-checkbox { display: none; } .programs-checkbox-label { background-color: #000; padding: 35px 20px; width: 235px; margin: 10px 10px 15px 10px; display: inline-block; border: 2px solid #000; cursor: pointer; background-size: cover; opacity: 0.5; } .programs-checkbox-label.daprdp { background: url('../images/start-daprdp-bg.jpg'); } .programs-checkbox-label.openbub { background: url('../images/start-openbub-bg.jpg'); } .programs-checkbox-label.trip { background: url('../images/start-trip-bg.jpg'); } .programs-checkbox-label.gaa { background: url('../images/start-gaa-bg.jpg'); } .programs-checkbox-label.coa { background: url('../images/start-coa-bg.jpg'); } .programs-checkbox-label:hover { border: 2px solid #704f27; opacity: 0.8; } .programs-checkbox-label img:nth-child(1) { visibility: hidden; vertical-align: middle; } .programs-checkbox-label span:nth-child(2) { vertical-align: middle; font-weight: bold; } .programs-checkbox:checked + .programs-checkbox-label { border: 2px solid #eda54b; background-color: #000; color: #fff; opacity: 1; } .programs-checkbox:checked + .programs-checkbox-label img:nth-child(1) { visibility: visible; } .ok-dismiss-btn { display: block; color: #000; background: #704f27; padding: 13px; font-size: 12px; text-transform: uppercase; width: 230px; margin: 0 auto; margin-top: 20px; } .ok-dismiss-btn:hover { background: #eda54b; } .road-details-wrapper .selectboxit-default-arrow { display: none; } .road-details-wrapper .width-btn { display: none; position: absolute; left: 330px; bottom: -1px; width: 160px; font-size: 12px; color: #a8a8a8; background: rgba(0, 0, 0, 0.8); padding: 8.5px 10px; } .road-details-wrapper .width-btn:hover { cursor: pointer; background-color: #000; } .road-details-wrapper .width-btn span { color: #da9237; } .set-width-menu { position: absolute; left: 300px; width: 190px; bottom: 35px; display: none; box-sizing: border-box; background: rgba(0, 0, 0, 0.7); } .set-width-menu ul { margin: 0; padding: 0; } .set-width-menu ul li { list-style-type: none; height: 35px; } .set-width-menu ul li:hover { background: rgb(0, 0, 0); } .set-width-menu ul li a { color: #fff; display: inline-block; width: 100%; text-align: left; height: inherit; padding: 10px; } .set-width-road .modal-header { background-color: #000; } .set-width-road .img-container-left { width: 7%; } .set-width-road .modal-header .this-center { margin: 0 auto; width: 88%; } .set-width-road .modal-header p { color: #fff; font-size: 14px; } .set-width-road .modal-header p span { font-weight: 600; } .set-width-road .modal-header .txt-content { width: 91%; margin-top: -10px; margin-left: 10px; } .set-width-road .modal-dialog { margin-top: -110px; } .set-width-road .dragTricycle { position: absolute; } .set-width-road .modal-footer { padding: 10px 0; } .set-width-road .modal-footer a { color: #fff; font-weight: 600; display: inline-block; } .set-width-road .modal-footer .right { width: 32%; } .set-width-road .modal-footer form { margin-left: 15px; } .set-width-menu li form, .set-width-road .modal-footer form { display: inline-block; } .set-width-menu li form input[type="text"], .set-width-road .modal-footer form input[type="text"] { width: 142px; color: #fff; border: none; height: 35px; padding: 5px 10px; background-color: #000; } .set-width-road .modal-footer form input[type="text"] { border-left: 1px solid #232323; border-top: 1px solid #232323; border-bottom: 1px solid #232323; } .set-width-menu li form input[type="submit"], .set-width-road .modal-footer form input[type="submit"] { float: right; background-color: #ed9e3c; border: none; height: 35px; color: #000; padding: 0 15px; } /* PLAIN CSS MODAL **/ .modal:before { content: ""; display: none; background: rgb(0, 0, 0); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; } .modal:target:before { display: block; } .modal:target .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); top: 20%; } .modal-dialog { background: transparent; margin-left: -200px; position: absolute; left: 34%; top: -100%; z-index: 9999999; width: 800px; -webkit-transform: translate(0, -500%); -ms-transform: translate(0, -500%); transform: translate(0, -500%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal-body { padding: 0 20px; position: relative; overflow: hidden; } .modal-header, .modal-footer { padding: 10px 20px; } .modal-header h2 { font-size: 20px; } .img-road-width { width: 800px; height: 482px; } .procurement-links { margin-top: 10px; } .procurement-links a { float: left; width: 50%; padding: 0.75em 0; text-align: center; background-color: #ccc; color: #000; font-weight: bold; font-size: 1.5em; } .file-list li div span { font-size: 0.8em; color: #555; } .file-list li div img { float: left; margin-right: 10px; } .file-list li div b { font-size: 1.25em; } .file-list li div span b { font-size: 1em; } .file-list li:not(:last-child) { margin-bottom: 5px; } .file-list li { list-style: none; padding: 0 0 0 1em; border-left: 1px solid #DFA728; margin-left: -3em; } .feedback-coming-soon { pointer-events: none; cursor: default; position: relative; } .feedback-coming-soon div { opacity: 0.5; } .feedback-coming-soon:hover b { display: block; } .feedback-coming-soon b { position: absolute; z-index: 1; left: 33px; top: 55px; display: none; } .main-content .proj-details .comments ul li button { cursor: pointer; } .individual-image-wrapper { position: relative; /* so that the position absolute of the individual road quality/surface type will show at the bottom of each image */ background: #121212; margin: 5px; height: 445px; } /*.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { display: none!important; }*/ .main-content .proj-details .details .proj-gallery img.image_thumbnail { height: 95px; width: auto; float: left; } .proc-pm { font-weight: bold; } .agency-container { display: inline-block !important; } .progress-timeline-marker:hover { cursor: pointer; } .special-image-wrapper img { width: 90%; } .special-image-wrapper { margin-top: 50px; } .download_special_image a { color: #fefefe; font-size: larger; background: #010101; width: 181px; padding: 10px; float: right; margin-right: 4.2%; } .download_special_image { padding: 10px; } .special_viewer_title { color: #fefefe; font-size: 25px; margin-bottom: 30px; margin-top: -30px; } .special_showing_number { float: left; margin-left: 5%; color: #fefefe; background: #010101; padding: 10px; margin-top: 10px; font-size: larger; font-weight: bold; } .invisible { visibility: hidden; } #special_findings_image_wrapper { margin: 0 auto; width: 60%; } #special_left { left: 150px; } #special_right { right: 150px; } .none { display: none; } .proj-dataset b, .proj-subproject b { color: #838383; font-style: italic; font-size: 10px; } .proj-dataset ul, .proj-subproject ul { padding-left: 0; } .list-unstyled { list-style: none; } .subproj-dataset ul.list-unstyled li label, .proj-dataset ul.list-unstyled li label { color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d4d4d4; padding: 3px 9px 5px 3px; font-weight: normal; font-size: 11px; cursor: pointer; } .subproj-dataset ul.list-unstyled li label:hover, .proj-dataset ul.list-unstyled li label:hover { background: #f1f1f1; } .proj-dataset li, .subproj-dataset li { margin-bottom: 6px; } #notifications_bar { height: 300px; background: #fff; position: absolute; top: 0; left: -50px; } .details-links-tab li { cursor: pointer; } .proj-dataset-subproject { margin-top: 10px; } .proj-dataset ul, .proj-subproject ul { margin-top: 5px; } .subproj-dataset { margin-top: 10px; /*margin-left: 10px;*/ } .subproject-title { /*font-weight: bold;*/ margin-top: 5px; /*margin-left: 10px;*/ } .proj-subproject { width: 100%; margin-top: 10px; display: inline-block; } .proj-subproject .subproj-dataset { margin-top: 5px; } .underline { display: inline-block; width: 100%; border-top: 1px solid #eee; height: 1px; } .list-link { margin-top: 10px; color: #838383; font-size: 10px; font-weight: bold; } .list-link:hover { color: #f26522; } .prdp-filters label { color: #fff; margin-right: 10px; cursor: pointer; } .procurement-wrap { padding: 20px; } .procurement-wrap table { margin: 0 0 10px 0!important; width: 100%; border-collapse: collapse; } .procurement-wrap table thead th { border-right: 1px dotted #fff; background: #272727; color: #c2c2c2; font-size: 12px; font-weight: bold; text-align: left; padding: 5px 10px; } .procurement-wrap tbody td { border: 1px dotted #c2c2c2; padding: 5px 10px; } .procurement-wrap tbody td.awarded { background: #FFC425; } #no-results-found { text-align: center; margin: 1.5em 0; font-size: 15px; color: #888; }
application/frontend/css/viewer.css
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700); @font-face { font-family: 'Roboto-Regular'; src: url("../fonts/Roboto-Regular.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Thin'; src: url("../fonts/Roboto-Thin.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Light'; src: url("../fonts/Roboto-Light.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Medium'; src: url("../fonts/Roboto-Medium.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Bold'; src: url("../fonts/Roboto-Bold.ttf"); /* IE9 Compat Modes */ } @font-face { font-family: 'Roboto-Black'; src: url("../fonts/Roboto-Black.ttf"); /* IE9 Compat Modes */ } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } .clear { clear: both; } .left { float: left; } .right { float: right; } .bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .table { display: table; } .table-row { display: table-row; } .table-cell { display: table-cell; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .block { display: block; } .inline-block { display: inline-block; } .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; } html { overflow: auto; } body { min-width: 1366px; overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media screen and (max-width: 500px) { body { overflow: scroll; } } html, body { margin: 0; padding: 0; height: 100%; background: #000; } body { font: 12px "Roboto"; -webkit-backface-visibility: hidden; } @media screen { max } h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; } h3 { line-height: 21px; font-size: 16px; } h4 { font-size: 14px; line-height: 18px; } h5 { font-size: 13px; } label { font-weight: 700; } a { text-decoration: none; } a:hover { text-decoration: none; } p { font-size: 12px; line-height: 15px; } textarea { width: 100%; margin-top: 15px; } [data-tooltip]:before, [data-tooltip]:after { visibility: hidden; pointer-events: none; } /* Position tooltip above the element */ [data-tooltip]:before { position: absolute; bottom: 95%; left: 45%; margin-bottom: 5px; margin-left: -80px; padding: 7px; width: 160px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: rgba(51, 51, 51, 0.9); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 12px; line-height: 1.2; } /* Triangle hack to make tooltip look like a speech bubble */ [data-tooltip]:after { position: absolute; bottom: 95%; left: 45%; margin-left: -5px; width: 0; border-top: 5px solid #000; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; } /* Show tooltip content on hover */ [data-tooltip]:hover:before, [data-tooltip]:hover:after { visibility: visible; opacity: 1; } #geotagging-canvass { width: 100%; height: 100%; } /*First Nav*/ #firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; /*border-top: 3px solid #67c067;*/ min-height: 40px; } #firstrow-nav .navbar-brand { padding: 15px; display: inline-block; } #firstrow-nav .navbar-nav { display: inline; float: left; margin: 0px; padding: 0px; } #firstrow-nav .navbar-nav.navbar-right { float: right!important; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 40px; float: left; } #firstrow-nav .navbar-nav>li>a { color: #fff; display: block; padding: 12px 15px; font-size: 13px; font-weight: bold; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } #firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 40px; } #firstrow-nav .navbar-nav .active-1 a{ height: 40px; } #firstrow-nav .navbar-nav li>p { font-size: 13px; font-weight: bold; color: #fff; color: #fff; padding: 1px 14px; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; } #firstrow-nav .navbar-header { height: 40px!important; float: left; } .sidebar { height: 100%; width: 28.8%; position: relative; overflow: hidden; background-color: #242427; } @media only screen and (min-width: 768px) { .sidebar { width: 25.1%; } } .sidebar .title-barss { display: none; } .sidebar .title-barss .title-bar { cursor: pointer; } .sidebar .title-bar { cursor: pointer; height: 64px; width: 100%; color: white; position: relative; padding: 21px 0 21px 26px; border-bottom: 1px solid #000; background-size: cover !important; background: url("../images/select-bg.jpg") no-repeat top left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .title-bar:hover { opacity: 0.8; } .sidebar .title-bar-da { background-size: cover !important; background: url("../images/header-bg_01.jpg") no-repeat top left; } .sidebar .title-bar-bub { background-size: cover !important; background: url("../images/bub-bg.jpg") no-repeat top left; } .sidebar .title-bar-trip { background-size: cover !important; background: url("../images/trip-bg.jpg") no-repeat top left; } .sidebar .title-bar label { text-transform: uppercase; } .sidebar .title-bar label { font-size: 11px; font-weight: lighter; } .sidebar .title-bar h5 { font-size: 12px; margin: 0px!important; } .sidebar .title-bar .fa-caret-down, .sidebar .title-bar .fa-caret-up { position: absolute; right: 15px; top: 23px; } .sidebar .title-bar .fa-caret-down:before, .sidebar .title-bar .fa-caret-up:before { font-size: 20px; } .sidebar .search-queries { width: 100%; } .sidebar .tabs { padding-left: 0; margin: 0; list-style: none; background-color: #000000; } .sidebar .tabs li { width: 49.5%; text-align: center; /* padding: 20px 27px;*/ display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs li.active { background-color: #242427; } .sidebar .tabs li.active a { color: white; } .sidebar .tabs li a { width: 100%; font-size: 12px; color: #6e6e6e; text-transform: uppercase; padding: 15px 14px; display: inline-block; } .sidebar .tabs li a:hover { color: #f1b428; } .sidebar .tabs-content { width: 100%; background-color: #242427; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content .search-queries-wrapper { padding: 15px 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content .search-subproj { color: #fff; width: 100%; border: none; height: 36px; font-size: 12px; margin-bottom: 15px; background-size: 5% !important; padding: 8px 11px 8px 38px; background: #000 url("../images/search-icn_21.png") no-repeat 11px 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .tabs-content select { color: white; border: none; width: 49%; background-color: rgb(36, 36, 39); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; /*-webkit-appearance: none; -moz-appearance: none; appearance: none;*/ } .sidebar .sidebar-content { height: 100%; } .sidebar .proj-list { height: 100%; padding-left: 0; overflow: auto; } .sidebar .proj-list-updates { height: calc(100% - 205px); } .sidebar #botside { background: #f1f1f1; } .sidebar .proj-list .block { border-radius: 3px; margin: 5px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .proj-list .block span { font-size: 12px; } .sidebar .proj-list .block .proj-code, .sidebar .proj-list .block .fa.fa-eye { display: inline-block; } .sidebar .proj-list .block .fa-eye { float: right; display: none !important; } .sidebar .proj-list .block .fa-eye:before { color: #eda54b; } .sidebar .proj-list .block .proj-stat-type { margin-top: 12px; } .sidebar .proj-list .block.active { background-color: white; border-left: 3px solid #eda54b; } .sidebar .proj-list .block.active .fa-eye { display: inline-block !important; padding-right: 8px; } .sidebar .proj-list .block.active:hover { border-left: 3px solid #eda54b; background-color: #f9f9f9; border-bottom: 1px solid #ddd; } .sidebar .proj-list .block:hover { border: 1px solid rgba(242, 101, 34, 0.3); } .sidebar .proj-list .block.active { border: 1px solid rgba(242, 101, 34, 0.8)!important; } .sidebar .proj-list-updates .block .proj-name { margin-top: 15px; } .sidebar .proj-list-updates .block .clearfix:first-child { margin: 10px 0; } .sidebar .proj-list-updates span.time-update { color: #8d8d8d; } .sidebar .proj-list-updates span.type-update { color: #8d8d8d; font-size: 12px; text-transform: uppercase; } .sidebar .proj-list-updates span.status-update { background-size: 15% !important; } .sidebar .proj-list-updates span.new-proj { background-size: 12% !important; } .sidebar .proj-list-updates .type-update-new { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("../images/activity-updates-icn_10.png") no-repeat top left; } .sidebar .proj-list-updates .bubble-update-new { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("../images/bubble-icn_115.png") no-repeat top left; } .sidebar .proj-list-updates .img-available-new { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("../images/image-available-icn_11.png") no-repeat top left; } .sidebar .proj-list-updates .detail-update img { width: 25%; } .sidebar .proj-list-updates .detail-update .comment_ { width: 70%; padding-left: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .sidebar .proj-list-updates .detail-update .comment_ span { color: #8d8d8d; } .sidebar .proj-list-updates .detail-update .comment_ p { color: #000; } .sidebar .proj-list-updates h4 { display: block; } .main-content { width: 83%; float: left; position: relative; } @media only screen and (min-width: 768px) { .main-content { width: 74.8%; } } .main-content .choose-map-type { left: 10px; color: white; bottom: 55px; position: absolute; background-color: rgba(0, 0, 0, 0.8); padding: 1em; display: none; } .main-content .choose-map-type li { height: 25px; width: 25px; position: relative; list-style: none; display: inline-block; border: 3px solid #fff; margin-right: 5px; background-size: cover !important; } .main-content .choose-map-type li:hover { cursor: pointer; } .main-content .choose-map-type li#terrain { background: url("../images/maptype-terrain.jpg") no-repeat top left; } .main-content .choose-map-type li#hybrid { background: url("../images/maptype-hybrid.jpg") no-repeat top left; } .main-content .choose-map-type li#satellite { background: url("../images/maptype-satellite.jpg") no-repeat top left; } .main-content .choose-map-type li#roadmap { background: url("../images/maptype-roadmap.jpg") no-repeat top left; } .main-content .choose-map-type li#osm { background: url("../images/maptype-osm.jpg") no-repeat top left; } .main-content .googlemap-type { margin: 10px 0 0 0; padding: 0; } .main-content .view-details { cursor: pointer; top: 5px; right: 6px; width: 178px; position: absolute; padding: 17px 13px 16px 18px; font-size: 14px; background: #fff url("../images/arrows-alt-icn_06.png") no-repeat 140px 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details { top: 5px; right: 6px; width: 500px; height: 520px; position: absolute; padding-top: 20px; overflow: hidden; background-color: white; -webkit-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.3); } @media only screen and (min-width: 768px) { .main-content .proj-details { height: 500px; } } .main-content .proj-details .divider { margin: 25px 18px 0; border-top: 1px solid #cacaca; } .main-content .proj-details #btn-close:hover { cursor: pointer; } .main-content .proj-details .proj-tab { height: 26px; margin: 0; padding: 0 0 0 18px; } .main-content .proj-details .proj-tab li { padding: 0 13px 10px; display: inline-block; list-style: none; } .main-content .proj-details .proj-tab li a { color: #979797; } .main-content .proj-details .proj-tab li a:hover { color: #f36765; } .main-content .proj-details .proj-tab li:first-child { padding-left: 0; } .main-content .proj-details .proj-tab li.active { border-bottom: 1px solid #f36765; } .main-content .proj-details .proj-tab li.active a { font-size: 12px; color: #f36765; } .main-content .proj-details .proj-tab-content { /*padding-top: 16px;*/ padding-bottom: 30px; height: 100%; overflow-x: scroll; box-sizing: border-box; } .main-content .proj-details .proj-tab-content section { position: relative; } .main-content .proj-details .proj-tab-content section:first-child { margin: -16px 18px 0; padding: 20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .proj-tab-content section:last-child { padding: 20px 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details #btn-close { padding-right: 18px; opacity: 0.7; } .main-content .proj-details #btn-close:hover { opacity: 1; } .main-content .proj-details .details .details-links-tab { margin: 0 18px 15px; padding: 5px; box-sizing: border-box; border-radius: 3px; background-color: #f1f1f1; } .main-content .proj-details .details .details-links-tab li { width: 32.5%; padding: 10px 0; list-style: none; text-align: center; border-radius: 3px; display: inline-block; } .main-content .proj-details .details .details-links-tab li a { color: #595959; font-weight: bold; font-size: 10px; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .main-content .proj-details .details .details-links-tab li.active { border: 1px solid #e8e8e8; background-color: #fff; } .main-content .proj-details .details .details-links-tab li.active a { color: #000; } .main-content .proj-details .details section:first-child { padding-bottom: 0; } .main-content .proj-details .details .proj-type, .main-content .proj-details .details .proj-code, .prog-type { color: #8d8d8d; } .main-content .proj-details .details .proj-name { margin: 11px 0; } .main-content .proj-details .details .proj-name .proj-status { color: white; padding: 2px 3px; font-size: 10px; line-height: normal; border-radius: 3px; background-color: #4b9500; text-transform: uppercase; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .details .extra-info { margin: 0; padding: 0; } .main-content .proj-details .details .extra-info li { margin-top: -12px; list-style: none; } .main-content .proj-details .details .extra-info li:first-child { margin-top: 0; } .list-info { margin: 0 2em; padding: 0; } .list-info li p b { color: #393939; font-weight: normal; display: block; font-size: 12px; } .list-info li p span { font-size: 10px; color: #f26522; display: block; text-transform: uppercase; font-weight: bold; } .list-info li p { margin: 10px 0px 0px; padding: 5px 0px; } .list-info li { margin-top: -12px; list-style: none; border-bottom: 1px solid #dcdcdc; float: left; width: 50%; } .list-info li:first-child { margin-top: 0; width: 100%; font-size: 14px!important; font-weight: bold!important; } .main-content .proj-details .details .proj-cost { width: 100%; position: relative; margin-top: 20px; } .main-content .proj-details .details .proj-cost .table-cell { width: 49%; text-align: center; } .main-content .proj-details .details .proj-cost .table-cell label, .main-content .proj-details .details .proj-cost .table-cell span { display: block; } .main-content .proj-details .details .proj-cost .table-cell label { font-size: 20px; } .main-content .proj-details .details .proj-cost .table-cell span { color: #f36765; font-size: 10px; } .main-content .proj-details .details .proj-cost .divider { top: 1px; width: 1px; margin: 0; height: 30px; position: absolute; border-left: 1px solid #ddd; } .main-content .proj-details .details .sp-ntp-stat p { display: inline-block; } .main-content .proj-details .details .proj-gallery-label { margin-bottom: 5px; } .main-content .proj-details .details .proj-gallery-label label { padding-left: 20px; background: url("../images/photos-icn_100.png") no-repeat top left; } .main-content .proj-details .details .proj-gallery-label span.right { color: #f47876; } .main-content .proj-details .details .proj-gallery { height: 95px; position: relative; width: 1000px; /* to provide overflow for children images */ } .main-content .proj-details .details { max-width: 500px; overflow-x: hidden; } .main-content .proj-details .details .proj-gallery img { width: 100%; height: 100%; } .main-content .proj-details .details .proj-gallery button { display: none !important; } .main-content .proj-details .details .proj-gallery div[index="0"] { position: relative; } .main-content .proj-details .details .proj-gallery div[index="0"]:after { right: 4px; bottom: 5px; position: absolute; content: url("../images/first-map-marker-icn_107.png"); } .proj-gallery-lightbox-wrapper { display: none; z-index: 999999; position: absolute; /* keeps the lightbox window in the current viewport */ top: 0; left: 0; width: 100%; overflow: scroll; min-height: 100%; padding-top: 20px; background-color: rgba(24, 24, 24, 0.96); text-align: center; padding-bottom: 50px; } .proj-gallery-lightbox-wrapper .close-btn { padding-bottom: 15px; position: absolute; right: 10px; z-index: 9999999; } .proj-gallery-lightbox-wrapper .close-btn img:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .close-btn img { margin-right: 25px; } .proj-gallery-lightbox-wrapper .close-button { width: 50%; margin: 15px 25px 0 0; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info { width: 800px; margin: 0 auto 15px; color: white; position: relative; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left { text-align: left; /*padding-left: 25px;*/ background-size: 5%; background: url("../images/icn-calendar_03.png") no-repeat top left; } .photo-gallery-lightbox-info .left-info { /*display: none;*/ width: 45%; } .photo-gallery-lightbox-info .choose-date-wrapper { margin-top: 5px; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left input { color: #fff; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info .left .fa-calendar:before { color: #61a21c; } .photo-gallery-lightbox-info .left .view-dates { color: #5a5b5b; font-weight: 600; font-size: 10px; margin-left: 25px; } .photo-gallery-lightbox-info .left .select-date { color: #fff; padding: 5px 15px; background-color: #373737; } .photo-gallery-lightbox-info .left .chosen-container { width: 68%!important; } .photo-gallery-lightbox-info .left .compare-btn { font-size: 10px; color: #878787; margin-left: 10px; } .photo-gallery-lightbox-info .left .compare-btn:hover { cursor: pointer; } .photo-gallery-lightbox-info .left .image-dates { display: none; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button { top: 0px; left: 43%; font-size: 24px; color: white; position: absolute; text-transform: uppercase; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button:focus { outline: none; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button i:before { font-size: 18px; } .proj-gallery-lightbox-wrapper .photo-gallery-lightbox-info button span { font-size: 12px; font-weight: 400; margin-top: 4px; } .proj-gallery-lightbox-wrapper .move-up-down-direction { width: 800px; position: relative; margin: 35px auto 60px; } .proj-gallery-lightbox-wrapper .move-up-down-direction button { top: -20px; left: 43%; font-size: 24px; color: white; position: absolute; text-transform: uppercase; } .proj-gallery-lightbox-wrapper .move-up-down-direction button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper .move-up-down-direction button i:before { font-size: 18px; } .proj-gallery-lightbox-wrapper .move-up-down-direction button span { font-size: 12px; font-weight: 400; margin-bottom: 4px; } .photo-gallery-lightbox-info .right .tab { margin: 25px 0 0; } .photo-gallery-lightbox-info .right .tab li.active a { color: #000; background-color: #ed9e3c; } .photo-gallery-lightbox-info .right .tab li { list-style-type: none; display: inline-block; } .photo-gallery-lightbox-info .right .tab li a:hover { color: #ed9e3c; opacity: 0.8; } .photo-gallery-lightbox-info .right .tab li.active a:hover { color: #000; opacity: 0.8; } .photo-gallery-lightbox-info .right .tab li a { color: #fff; font-weight: 600; font-size: 10px; padding: 10px 15px; background-color: #000; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v { height: 65%; position: relative; min-height: 445px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-slide { height: 100%; width: 800px; position: relative; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-slide img { width: auto; height: 445px; margin: 0 auto; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-list { height: 100%; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .slick-list div[index="0"]:after { color: white; content: "Start"; background: url("../images/start-gallery-icn_11.png") no-repeat -1px 1px; position: absolute; left: 5px; bottom: -20px; font-weight: 700; width: 9%; font-size: 14px; background-size: 23%; height: 50px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .num-comments-wrapper { margin: 0px 6px 9px; font-size: 12px; bottom: 0; right: 10px; background-color: rgba(0, 0, 0, 0.7); position: absolute; padding: 9px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; cursor: pointer; } .num-comments-wrapper:hover { color: #ed9e3c; background-color: #000; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .num-comments-wrapper label { font-size: 12px; color: #da9237; font-weight: normal; display: inline-block; padding-left: 20px; background: url("../images/white-bubble-icn_115.png") no-repeat 0px 4px; cursor: pointer; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper { color: white; bottom: 0; right: 8px; display: none; position: absolute; height: 350px; width: 38.8%; box-sizing: border-box; padding: 15px; text-align: left; z-index: 9; background-color: rgba(5, 4, 3, 0.83); } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper label[for="leave a comment"] { font-size: 14px; font-weight: normal; text-align: left; padding-left: 25px; background: url("../images/white-bubble-icn_115.png") no-repeat 0 1px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-wrapper textarea { color: #8b8b8b; padding: 10px; margin-bottom: 15px; font-family: "Roboto"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comments-list { margin-top: 15px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item { padding: 10px 0; text-align: left; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item .user-avatar { width: 5%; height: auto !important; margin-right: 10px; display: inline-block; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item span { font-size: 11px; color: #767575; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item p { color: white; text-align: left; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .comment-item:first-child { padding-top: 0; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .close-comments-panel { position: absolute; right: 0px; bottom: 0; padding: 12px 45px; text-align: center; background-size: 6% !important; background: rgba(5, 4, 4, 0.69) url("../images/close-icn_20.png") no-repeat 26px 14px; } .proj-gallery-lightbox-wrapper .proj-gallery-lightbox-v .close-comments-panel:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper button { background-color: transparent; border: none; color: white; font-size: 35px; top: 45%; } .proj-gallery-lightbox-wrapper button:hover { cursor: pointer; } .proj-gallery-lightbox-wrapper button.left-gallery-nav { position: absolute; left: 0; z-index: 999999; } .proj-gallery-lightbox-wrapper button.right-gallery-nav { position: absolute; right: 0; z-index: 999999; } .proj-gallery-lightbox-wrapper p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px; } .main-content .proj-details .details .photo-gallery-num { color: white; z-index: 1; padding: 26px 15px 15px; position: absolute; height: 94px; top: 1px; right: 0; background-color: rgba(73, 73, 73, 0.74); width: 28%; box-sizing: border-box; font-size: 24.86px; text-align: center; } .main-content .proj-details .details .leave-comment-form { padding: 0 18px; } .main-content .proj-details .details .leave-comment-form label[for="label-form"] { display: inline-block; padding-left: 19px; background: url("../images/bubble-icn_115.png") no-repeat 1px 3px; } .main-content .proj-details .details .leave-comment-form .label-leave-comment-form a { color: #f47876; text-decoration: none; } .main-content .proj-details .details .leave-comment-form button { color: #f25a59; border: none; background-color: transparent; } .main-content .proj-details .details .leave-comment-form .comment-details { padding-top: 15px; } .main-content .proj-details .details .leave-comment-form .comment-details .user-comment-info { width: 65%; } .main-content .proj-details .details .leave-comment-form .img-wrapper { width: 30%; } .main-content .proj-details .details .leave-comment-form .img-wrapper img { width: 100%; } .main-content .proj-details .details .leave-comment-form .user { margin-top: 0; } .main-content .proj-details .details .leave-comment-form .user, .main-content .proj-details .details .leave-comment-form .comment-datetime { color: #8b8b8b; } .main-content .proj-details .details .leave-comment-form .comment-datetime-reply { padding-bottom: 19px; box-sizing: border-box; } .main-content .proj-details .timeline select { height: 30px; border: none; background-color: transparent; width: 49%; } .main-content .proj-details .timeline .timeline-first-sec { padding: 0 15px 10px; } .main-content .proj-details .timeline section.timeline-filters { padding: 0 18px 15px; } .main-content .proj-details .timeline section:first-child { padding: 20px 0 10px; } .main-content .proj-details .timeline section:last-child { padding: 0px 18px 20px !important; } .main-content .proj-details .timeline ul { margin: 0; padding: 0; } .main-content .proj-details .timeline ul li { position: relative; padding: 0 0 25px 25px; list-style: none; } .main-content .proj-details .timeline ul li h3 { margin-bottom: 5px; } .main-content .proj-details .timeline ul li span { color: #8d8d8d; } .main-content .proj-details .timeline ul li:after { content: " "; width: 3px; height: 100%; background-color: #e3e3e3; position: absolute; left: 8px; top: 17px; } .main-content .proj-details .timeline ul li.update:before { top: 0; left: 0; position: absolute; content: url("../images/update-icn_03.png"); } .main-content .proj-details .timeline ul li.point img { width: 25%; } .main-content .proj-details .timeline ul li.point .ppint-images { margin-top: 15px; } .main-content .proj-details .timeline ul li.point:before { top: 0; left: 0; position: absolute; content: url("../images/point-icn_06.png"); } .main-content .proj-details .timeline .load-more-comments { font-weight: 700; position: absolute; padding: 15px 25px; color: #eb9d3b; background-color: white; bottom: 20px; z-index: 10; border-radius: 5px; left: 28%; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details .timeline .white-gradient { bottom: 0; z-index: 4; width: 100%; height: 123px; position: absolute; display: inline-block; background: url("../images/white-gradient_03.png") repeat-x bottom left; } .main-content .proj-details .comments section { position: relative; padding: 20px 0; } .main-content .proj-details .comments section.comment-form { padding: 0 18px 20px; } .main-content .proj-details .comments section:last-child { padding: 0 18px 20px; } .main-content .proj-details .comments textarea { width: 100%; padding: 10px; font-size: 14px; font-family: "Roboto"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; } .main-content .proj-details .comments .comment-form { padding: 15px 18px; } .main-content .proj-details .comments .comment-form .sms-note { color: gray; font-size: 12px; } .main-content .proj-details .comments .num-comments { display: inline-block; padding-left: 19px; background: url("../images/bubble-icn_115.png") no-repeat 1px 3px; } .main-content .proj-details .comments .comment-this-proj { padding: 0 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .proj-details .comments .comment-datetime, .main-content .proj-details .comments .user { color: #8b8b8b; } .main-content .proj-details .comments ul { margin: 15px 0 0; padding: 0; } .main-content .proj-details .comments ul li { list-style: none; } .main-content .proj-details .comments ul li .img-wrapper { width: 30%; } .main-content .proj-details .comments ul li .img-wrapper img { width: 100%; height: auto; } .main-content .proj-details .comments ul li button { color: #f25a59; border: none; background-color: transparent; } .main-content .proj-details .comments ul li .user-comment-info { width: 65%; } .main-content .proj-details .comments ul li .user { margin-top: 0; } .main-content .proj-details .comments ul li .user, .main-content .proj-details .comments ul li .comment-datetime { color: #8b8b8b; } .main-content .proj-details .comments ul li .comment-datetime-reply { padding-bottom: 19px; box-sizing: border-box; } .main-content .proj-details .comments .load-more-comments { font-weight: 700; position: absolute; padding: 15px 25px; color: #eb9d3b; background-color: white; bottom: 20px; z-index: 10; border-radius: 5px; left: 28%; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .main-content .proj-details .comments .white-gradient { bottom: 0; z-index: 4; width: 100%; height: 123px; position: absolute; display: inline-block; background: url("../images/white-gradient_03.png") repeat-x bottom left; } .main-content .legend { bottom: 55px; right: 7px; width: 40%; position: absolute; background-color: rgba(0, 0, 0, 0.8); padding: 1em; z-index: 999; } @media only screen and (min-width: 768px) { .main-content .legend { width: 35%; right: 7px; } } .main-content .legend .table-row { margin-bottom: 10px; } .main-content .legend .table-cell { width: 45%; padding-bottom: 10px; } .main-content .legend .table-cell:last-child { padding-left: 15px; } .main-content .legend label { font-size: 13px; padding: 0.2em 0; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .main-content .legend label.start-road { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/start-icn_07.png") no-repeat center left; } .main-content .legend label.nearest-municipal { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("/images/near-icn_07.png") no-repeat center left; } .main-content .legend label.image-available { padding-left: 25px; display: inline-block; background-size: 8% !important; background: url("/images/image-available-icn_11.png") no-repeat center left; } .main-content .legend label.image-available-special { padding-left: 25px; display: inline-block; background-size: 8% !important; background: url("/images/image-available-special-icn_11.png") no-repeat center left; } .main-content .legend label.road-to { padding-left: 25px; display: inline-block; background-size: 10% !important; background: url("/images/road-to-icn_10.png") no-repeat center left; } .main-content .legend label.end-road { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/end-icn_14.png") no-repeat center left; } .main-content .legend label.proposed-road { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("/images/proposed-icn_11.png") no-repeat center left; } .main-content .legend label.trip-project { padding-left: 25px; display: inline-block; background-size: 19% !important; background: url("/images/trip-icon.png") no-repeat center left; } .main-content .legend label.trip-subproject { padding-left: 25px; display: inline-block; background-size: 15% !important; background: url("/images/trip-subproject-icon.png") no-repeat center left; } .main-content .legend label.gaa-subprojects { padding-left: 25px; display: inline-block; background-size: 9% !important; background: url("/images/gaa-subproject-icon.png") no-repeat center left; } .main-content .legend label.prdp-subprojects { padding-left: 25px; display: inline-block; background-size: 12% !important; background: url("/images/prdp-subproject-icon.png") no-repeat center left; } /** LIGHTBOX STYLE **/ #lightbox { z-index: 999999; position: fixed; /* keeps the lightbox window in the current viewport */ top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(24, 24, 24, 0.96); text-align: center; } #lightbox img { box-shadow: 0 0 25px #111; -webkit-box-shadow: 0 0 25px #111; -moz-box-shadow: 0 0 25px #111; width: 65%; } #lightbox p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px; } /** SLICK STYLE **/ /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-loading .slick-list { background: #fff url("/images/ajax-loader.gif") center center no-repeat; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .photo-timeline-wrapper { width: 775px; margin: 60px auto 0; } .photo-timeline { height: 3px; width: 100%; position: relative; /*background-color: #eee;*/ -webkit-margin-before: 0; -moz-margin-before: 0; -webkit-padding-start: 0; -moz-padding-start: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .photo-timeline:before { left: -1; } .photo-timeline:after { right: -1; } /*.photo-timeline:before, .photo-timeline:after { content: " "; display: inline-block; margin-top: 10px; width: 10px; height: 10px; top: -14px; z-index: 11111; position: absolute; background-color: #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }*/ .photo-timeline:before { /*background-color: #5a9e11;*/ } .photo-timeline li { display: inline-block; list-style-type: none; z-index: 99; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; width: 20px; height: 20px; border-radius: 50%; text-align: center; /*cursor: pointer;*/ } .photo-timeline li:first-of-type .progress-timeline-line { width: 0; } .photo-timeline li:last-child .progress-timeline-line { width: 0; } .photo-timeline li.percentage { position: absolute; height: 4px; background-color: #5a9e11; width: 0%; top: 0; left: 0; border-radius: 0; } .photo-timeline li.markers { position: absolute; height: 3px; width: 100%; top: 0; left: 0; border-radius: 0; } .photo-timeline li.markers:before, .photo-timeline li.markers:after { top: -32px; } .photo-timeline li.markers:before { left: -5px; position: absolute; content: url("../images/first-map-marker-icn-big_03.png"); } .photo-timeline li.markers:after { right: -5px; position: absolute; content: url("../images/last-map-marker-icn_03.png"); } .photo-timeline li span.active { background-color: #5A9E11; } .photo-timeline li span { display: inline-block; margin-top: 10px; width: 10px; height: 10px; top: -14px; position: absolute; background-color: #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .photo-timeline li i { position: absolute; background-size: 100% !important; top: -30px; background: url("../images/image-available-icn_11.png") no-repeat top left; height: 20px; width: 20px; left: 4px; } .photo-timeline-info .left { width: 33.33%; } .photo-timeline-info .left span { color: white; text-transform: uppercase; } .photo-timeline-info .left:first-child { text-align: left; } .photo-timeline-info .left.center-photo-point { text-align: center; } .photo-timeline-info .left:last-child { text-align: right; } .proj-item { cursor: pointer; position: relative; } .comment-login-button { display: block; margin: 2em auto; font-weight: 700; padding: 15px 25px; color: #fff; background-color: #242427; z-index: 10; border-radius: 5px; width: 40%; text-align: center; -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); } .comment-sending { color: #aaa; } #proj-comments-list li:not(:last-child) { margin: 0.5em 0 0.5em 0; padding-bottom: 0.5em; border-bottom: 1px solid #ccc; } .menu-bar { background: #000; display: none; } .menu-bar-nav { float: right; padding: 0; margin: 13px 0 0 0; } .menu-bar-nav li { display: inline-block; margin-right: 15px; } .menu-bar-nav li a { color: #6E6E6E; } .menu-bar-nav li a:hover { color: #f1b428; } #toggle-title-bar h5 { font-size: 14px; margin-top: -2px; } .reach-us { color: #7F7F7F; vertical-align: bottom; } .comment-form ul li { display: inline-block; width: 31%; border: 2px solid #e5e5e5; padding: 1em 0; margin: 0.25em 0; } .comment-form ul li img { display: block; margin: 0 auto; } .comment-form ul li div { font-weight: bold; text-align: center; font-size: 14px; } #contractdetails .contract-details, #contractdetails .award-details { margin: 0 1.75em 1em 1.75em; } #procdetails table { margin: 0 1.75em; } #projdetails section, #procdetails section, #contractdetails section, #comments section { display: none; } #procdetails table td, #contractdetails table td { font-size: 12px } #about, #contact { display: none; } .preloader-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); color: #fff; display: table; overflow: hidden; z-index: 9999 } .preloader { display: table-cell; vertical-align: middle; text-align: center; } .feedback-type-select li { cursor: pointer; } .feedback-online-form { display: none; } .feedback-online-form .feedback-online-submit { float: right; border: none; background: #333; color: #fff; padding: 10px 30px; font-family: "Roboto"; cursor: pointer; } .feedback-for-approval { opacity: 0.5; } .thanks-feedback, .trip-filters { display: none; } /* More Filters */ #more-filter-contents { display: none; padding: 20px; color: #fff; border-top: 2px dotted #464646; } .more-filters-toggle { text-align: center; color: #fff; font-size: 10px; font-weight: bold; text-transform: uppercase; background: #000; padding: 12px 0px; cursor: pointer; } .more-filters-toggle:hover { background: rgba(0, 0, 0, 0.5); } .chosen-select { width: 100%!important; } .chosen-container { width: 100%!important; background: #000!important; border: 1px solid #000!important; padding: 3px 2px!important; } .chosen-choices { background: #000!important; border: 1px solid #000!important; } .chosen-choices li.search-choice { background: #383838!important; border: 1px solid #383838!important; border-radius: 0px!important; color: #fff!important; box-shadow: none!important; } .w20p { width: 20%; float: left; } .w80p { width: 80%; float: left; } .mt20 { margin-top: 20px; } .trip-subproject-list { display: none; margin-top: 15px; cursor: default; } .trip-subproject-list.active { display: block; margin-top: 15px; cursor: default; } .trip-subproject-list ul { list-style-type: none; padding-left: 0; font-size: 11px; } .trip-subproject-list ul li { margin: 5px; cursor: pointer; } .subproject-dropdown { display: none; } .subproject-dropdown i { font-size: 18px; margin-top: -5px; } .proj-item:hover .subproject-dropdown { display: inline-block; } .no-subproject { text-align: center; } .feedback-type-select a { color: #000; } .progress-timeline-line { width: 43px; height: 3px; background-color: #eee; margin-left: -3px; } .photo-timeline li .active { background-color: #5A9E11; } .image-date-select { color: #fff; background-color: transparent; border: transparent; width: 150px; } .image-date-select option { background: #333; color: #fff; } .approval { text-align: center; } #proj-gallery img, .photo-gallery-num { cursor: pointer; } .back-feedback { cursor: pointer; display: none; } .project-checkbox { position: absolute; top: 17px; right: 5px; } .legend .legend-title { color: #757575; padding-left: 0 !important; font-weight: bold; font-size: 1.2em; } .main-footer { width: 100%; background: rgba(0, 0, 0, 0.8); position: absolute; bottom: 0; left: 0; color: #fff; z-index: 1; } .main-footer span { font-weight: bold; background-repeat: no-repeat; background-position: left; background-attachment: fixed; background-size: 30px; font-size: 15px; padding: 15px; cursor: pointer; display: inherit; } .main-footer span.map-layer { padding: 15px 15px 15px 45px; } .main-footer .layers-toggle { float: left; background: url('/images/icon-layers-sm.png') 20px center no-repeat; } .resources-wrapper { padding: 20px 18px 0!important; } .elevation-wrapper { padding: 20px 18px 50px!important; } .elevation-wrapper b { display: none; /*display: inline-block;*/ margin-bottom: 10px; } #elevation_profile { display: none; } .main-footer .legend-toggle { float: right; background-image: url('/images/minus-.png'); } .main-footer span.active, .main-footer span:hover { background-color: rgba(255, 255, 255, 0.1); } .procurementdetails-fail, .contractdetails-fail { display: none; padding: 1em; text-align: center; font-weight: bold; font-size: 1.2em; } .procurementdetails-fail.alert-box, .contractdetails-fail.alert-box { margin: 10px 18px; } .about-container p, .about-container ol { font-size: 14px; } .layers-parent { margin: 0px; padding: 0px; list-style: none; } .row-checkbox label { cursor: pointer; } .row-checkbox label:before { display: inline-block; content: "+"; margin: 0 10px 0 0; width: 16px; height: 16px; border: 2px solid #4b9500; border-radius: 100%; vertical-align: middle; color: #4b9500; font-size: 16px; text-align: center; font-weight: 700; line-height: 0.9em; transition: transform 0.2s ease-in-out; } .row-checkbox input[type=checkbox]:checked + label:before { background: #4b9500; color: #fff; transform: rotate(135deg); transform-origin: center center; } .row-checkbox input[type=checkbox] { visibility: hidden; } .proj-item-loader { color: #fff; font-size: 16px; text-align: center; padding-top: 15px; } .hidden { display: none!important; } /* Alert Boxes */ .alert-box { color: #555; padding: 10px 10px 10px 36px; margin: 10px; } .alert-box.error { background: #ffecec no-repeat 10px 50%; border: 1px solid #f5aca6; } .alert-box.success { background: #e9ffd9 no-repeat 10px 50%; border: 1px solid #a6ca8a; } .alert-box.warning { background: #fff8c4 no-repeat 10px 50%; border: 1px solid #f2c779; } .alert-box.notice { background: #e3f7fc no-repeat 10px 50%; border: 1px solid #8ed9f6; } .view-2-photos { /*float: left; width: 50%;*/ display: block; width: 32% !important; height: 50% !important; margin: 0 auto; } .view-3-photos { /*float: left; width: 33.3%*/ ; display: inline-block; width: 49% !important; height: 50% !important; margin: 0 auto; } .view-4-photos { /*float: left; width: 25%;*/ display: inline-block; width: 49% !important; height: 50% !important; margin: 0 auto; } input[name="image-dates"] { position: relative; vertical-align: middle; bottom: 1px; } .road-class { position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); padding: 1em; color: #fff; text-align: left; cursor: pointer; } .road-class-big { display: none; position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); padding: 1em; color: #fff; text-align: left; } .road-class-big input[type="radio"] { vertical-align: text-bottom; } .radio-group { margin: 1em 0; } .road-class-close { float: right; font-size: 1.25em; cursor: pointer; } .road-class-submit { font-size: 12px !important; float: right; } li[data-marker-index="0"] .progress-timeline-line { width: 100px; margin-left: -20px; } .multi-image { margin: 0 1em; } .image-feedback p { text-align: left; } .image-feedback div:last-child, ul.proj-comments li div:last-child { font-size: 11px; color: #555; } ul.proj-comments li:not(:last-child) { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; } ul.proj-comments li img, .leave-comment-form ul li img { width: 150px; margin-top: 1em; } .bid-status-container { margin: 10px 0px; background-color: eda54b; display: block; text-align: center; padding: 20px 0px; } .bid-status { font-size: 18px; font-weight: bold; } .bid-status-label { color: #fff; } .m0 { margin: 0px!important; } .mt15 { margin-top: 15px; } .bold { font-weight: bold; } .fz20 { font-size: 20px; } .slick-slider img { background: #000; } .photo-timeline-info { margin-top: 26px; } ul.photo-timeline .road-class-info { border-bottom: 4px solid #1D1D1D; text-indent: -99999px; height: 15px; background: url('../images/surface-not-set.png'); color: #fff; margin-top: 8px; } /* Type */ .road-class-info.concrete { background: url('../images/surface-concrete-pattern.png')!important; } .road-class-info.tarmac, .road-class-info.asphalt { background: url('../images/surface-tarmac-pattern.png')!important; } .road-class-info.gravel { background: url('../images/surface-gravel-pattern.png')!important; } .road-class-info.dirt, .road-class-info.earth { background: url('../images/surface-dirt-pattern.png')!important; } /* Quality */ .road-class-info.good { border-bottom: 4px solid #59df25!important; } .road-class-info.fair { border-bottom: 4px solid #c6de23!important; } .road-class-info.poor { border-bottom: 4px solid #e09209!important; } .road-class-info.bad { border-bottom: 4px solid #ee1812!important; } .main-content .proj-details .timeline ul li:last-child:after { content: none; } .program_indicator { color: #c7551e; font-weight: bold; font-size: 10px!important; text-transform: uppercase; } .proj-code { font-size: 10px!important; text-transform: uppercase; color: #838383; font-weight: bold; } .upload-stat { text-transform: uppercase; font-size: 10px!important; border: 1px solid #ccc; margin-left: 5px; padding: 0px 5px; font-weight: bold; } .has-images, .has-kml { color: #5cb85c; margin-top: 10px; float: left; margin-right: 5px; } /* .has-kml { color: #1c6ea2!important; }*/ /* Image Viewer */ .date-time-image { text-align: right; padding: 7px 15px; margin-top: 7px; background: rgba(0, 0, 0, 0.73); margin-right: 8px; color: #fff; right: 0; position: absolute; float: right; font-size: 12px; /*display: none;*/ } .date-time-image span { color: #a2a2a2; } .proj-code-container { margin: 0 1.5em 1.5em 1.5em; } .dl-img-btn { right: 15px; padding-top: 10px; bottom: 9px; background: rgba(0, 0, 0, 0.70); position: absolute; height: 33px; width: 29px; padding-left: 3px; } .dl-img-btn:hover { cursor: pointer; background-color: #000; } .dl-img-btn:before { color: #bababa; } .toggle-road { height: 33px; width: 29px; left: 10px; bottom: 9px; position: absolute; display: inline-block; } .toggle-road:hover { cursor: pointer; } .this-road { background: rgba(0, 0, 0, 0.8) url("/images/icn-road_black.png") no-repeat 2px 2px; } .this-not-road { background: rgba(0, 0, 0, 0.6) url("/images/icn-road_black-not.png") no-repeat 2px 2px; } .road-details-wrapper { left: 0; bottom: 10px; position: absolute; height: 10px; width: 30px; } .selectSurface-label { margin-left: -88px; display: inline-block; } .selectQuality-label { position: absolute; right: 91px; } .selectQuality-label, .selectSurface-label { padding: 8.5px; font-size: 12px; color: #a8a8a8; } .surface-val, .quality-val { left: 62px; height: 33px; width: 88px; text-align: left; color: #ed9e3c; padding-top: 9px; position: absolute; } .surface-val:hover, .quality-val:hover { cursor: pointer; } .surface-val span, .quality-val span { color: #ed9e3c; } .surface-val span img, .quality-val span img { width: 14%!important; height: 46%!important; display: inline-block!important; } .surface-val img, .quality-val img { width: 14%!important; display: inline-block!important; height: 47%; margin-right: 5px; } .surface-val img:first-child, .quality-val img:first-child { margin-right: 6px; } .surface-val .one-surface, .quality-val .one-surface { width: 100%; } .quality-val .one-surface { width: 100%; } .select-surface { left: 15px; top: -177px; color: #fff; width: 150px; text-align: left; background: rgba(0, 0, 0, 0.6); position: absolute; padding-bottom: 4px; } .select-quality { left: 170px; top: -177px; color: #fff; width: 150px; text-align: left; background: rgba(0, 0, 0, 0.6); position: absolute; } .select-surface.none, .select-quality.none { display: none; } .select-surface.display, .select-quality.display { display: block; } .select-surface label, .select-quality label { padding: 10px; } .select-surface label.selected, .select-quality label.selected { background-color: #000; } .select-surface label:hover, .select-quality label:hover { cursor: pointer; background-color: #000; } .select-surface input[type="checkbox"], .select-quality input[type="radio"] { margin-right: 10px; } .select-surface img, .select-quality img { display: inline-block!important; width: 9%!important; height: 11px!important; } .surface-wrapper { position: absolute; left: 15px; top: -22px; height: 32px; width: 150px; background: rgba(0, 0, 0, 0.8); } .surface-wrapper:hover { cursor: pointer; background-color: #000; } .quality-wrapper { left: 170px; position: absolute; top: -22px; height: 33px; width: 150px; background: rgba(0, 0, 0, 0.8); } .quality-wrapper:hover { cursor: pointer; background-color: #000; } /* Start View */ .start-view-container { top: 46.1%; left: 50%; margin-left: -425px; transform: translateY(-50%); position: absolute; z-index: 9998; } #logo-start-view { height: 60px; width: 185px; display: block; background: url('../images/coa-logo-start.png')no-repeat; text-indent: -99999px; margin: 0 auto; } .start-view { width: 851px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.90); padding: 27px 30px; display: none; box-sizing: border-box; } .start-view h5 { color: #e6e6e6; font-size: 10px; font-weight: bold; text-transform: uppercase; padding-bottom: 5px; } .fz18 { font-size: 18px; line-height: normal; } .fz16 { font-size: 16px; line-height: normal; } .fz14 { font-size: 14px; line-height: normal; } .fwb { font-weight: bold; } .fz12 { font-size: 12px; } .text-yellow { color: #eda54b; } .programs-checkbox { display: none; } .programs-checkbox-label { background-color: #000; padding: 35px 20px; width: 235px; margin: 10px 10px 15px 10px; display: inline-block; border: 2px solid #000; cursor: pointer; background-size: cover; opacity: 0.5; } .programs-checkbox-label.daprdp { background: url('../images/start-daprdp-bg.jpg'); } .programs-checkbox-label.openbub { background: url('../images/start-openbub-bg.jpg'); } .programs-checkbox-label.trip { background: url('../images/start-trip-bg.jpg'); } .programs-checkbox-label.gaa { background: url('../images/start-gaa-bg.jpg'); } .programs-checkbox-label.coa { background: url('../images/start-coa-bg.jpg'); } .programs-checkbox-label:hover { border: 2px solid #704f27; opacity: 0.8; } .programs-checkbox-label img:nth-child(1) { visibility: hidden; vertical-align: middle; } .programs-checkbox-label span:nth-child(2) { vertical-align: middle; font-weight: bold; } .programs-checkbox:checked + .programs-checkbox-label { border: 2px solid #eda54b; background-color: #000; color: #fff; opacity: 1; } .programs-checkbox:checked + .programs-checkbox-label img:nth-child(1) { visibility: visible; } .ok-dismiss-btn { display: block; color: #000; background: #704f27; padding: 13px; font-size: 12px; text-transform: uppercase; width: 230px; margin: 0 auto; margin-top: 20px; } .ok-dismiss-btn:hover { background: #eda54b; } .road-details-wrapper .selectboxit-default-arrow { display: none; } .road-details-wrapper .width-btn { display: none; position: absolute; left: 330px; bottom: -1px; width: 160px; font-size: 12px; color: #a8a8a8; background: rgba(0, 0, 0, 0.8); padding: 8.5px 10px; } .road-details-wrapper .width-btn:hover { cursor: pointer; background-color: #000; } .road-details-wrapper .width-btn span { color: #da9237; } .set-width-menu { position: absolute; left: 300px; width: 190px; bottom: 35px; display: none; box-sizing: border-box; background: rgba(0, 0, 0, 0.7); } .set-width-menu ul { margin: 0; padding: 0; } .set-width-menu ul li { list-style-type: none; height: 35px; } .set-width-menu ul li:hover { background: rgb(0, 0, 0); } .set-width-menu ul li a { color: #fff; display: inline-block; width: 100%; text-align: left; height: inherit; padding: 10px; } .set-width-road .modal-header { background-color: #000; } .set-width-road .img-container-left { width: 7%; } .set-width-road .modal-header .this-center { margin: 0 auto; width: 88%; } .set-width-road .modal-header p { color: #fff; font-size: 14px; } .set-width-road .modal-header p span { font-weight: 600; } .set-width-road .modal-header .txt-content { width: 91%; margin-top: -10px; margin-left: 10px; } .set-width-road .modal-dialog { margin-top: -110px; } .set-width-road .dragTricycle { position: absolute; } .set-width-road .modal-footer { padding: 10px 0; } .set-width-road .modal-footer a { color: #fff; font-weight: 600; display: inline-block; } .set-width-road .modal-footer .right { width: 32%; } .set-width-road .modal-footer form { margin-left: 15px; } .set-width-menu li form, .set-width-road .modal-footer form { display: inline-block; } .set-width-menu li form input[type="text"], .set-width-road .modal-footer form input[type="text"] { width: 142px; color: #fff; border: none; height: 35px; padding: 5px 10px; background-color: #000; } .set-width-road .modal-footer form input[type="text"] { border-left: 1px solid #232323; border-top: 1px solid #232323; border-bottom: 1px solid #232323; } .set-width-menu li form input[type="submit"], .set-width-road .modal-footer form input[type="submit"] { float: right; background-color: #ed9e3c; border: none; height: 35px; color: #000; padding: 0 15px; } /* PLAIN CSS MODAL **/ .modal:before { content: ""; display: none; background: rgb(0, 0, 0); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; } .modal:target:before { display: block; } .modal:target .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); top: 20%; } .modal-dialog { background: transparent; margin-left: -200px; position: absolute; left: 34%; top: -100%; z-index: 9999999; width: 800px; -webkit-transform: translate(0, -500%); -ms-transform: translate(0, -500%); transform: translate(0, -500%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal-body { padding: 0 20px; position: relative; overflow: hidden; } .modal-header, .modal-footer { padding: 10px 20px; } .modal-header h2 { font-size: 20px; } .img-road-width { width: 800px; height: 482px; } .procurement-links { margin-top: 10px; } .procurement-links a { float: left; width: 50%; padding: 0.75em 0; text-align: center; background-color: #ccc; color: #000; font-weight: bold; font-size: 1.5em; } .file-list li div span { font-size: 0.8em; color: #555; } .file-list li div img { float: left; margin-right: 10px; } .file-list li div b { font-size: 1.25em; } .file-list li div span b { font-size: 1em; } .file-list li:not(:last-child) { margin-bottom: 5px; } .file-list li { list-style: none; padding: 0 0 0 1em; border-left: 1px solid #DFA728; margin-left: -3em; } .feedback-coming-soon { pointer-events: none; cursor: default; position: relative; } .feedback-coming-soon div { opacity: 0.5; } .feedback-coming-soon:hover b { display: block; } .feedback-coming-soon b { position: absolute; z-index: 1; left: 33px; top: 55px; display: none; } .main-content .proj-details .comments ul li button { cursor: pointer; } .individual-image-wrapper { position: relative; /* so that the position absolute of the individual road quality/surface type will show at the bottom of each image */ background: #121212; margin: 5px; height: 445px; } /*.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { display: none!important; }*/ .main-content .proj-details .details .proj-gallery img.image_thumbnail { height: 95px; width: auto; float: left; } .proc-pm { font-weight: bold; } .agency-container { display: inline-block !important; } .progress-timeline-marker:hover { cursor: pointer; } .special-image-wrapper img { width: 90%; } .special-image-wrapper { margin-top: 50px; } .download_special_image a { color: #fefefe; font-size: larger; background: #010101; width: 181px; padding: 10px; float: right; margin-right: 4.2%; } .download_special_image { padding: 10px; } .special_viewer_title { color: #fefefe; font-size: 25px; margin-bottom: 30px; margin-top: -30px; } .special_showing_number { float: left; margin-left: 5%; color: #fefefe; background: #010101; padding: 10px; margin-top: 10px; font-size: larger; font-weight: bold; } .invisible { visibility: hidden; } #special_findings_image_wrapper { margin: 0 auto; width: 60%; } #special_left { left: 150px; } #special_right { right: 150px; } .none { display: none; } .proj-dataset b, .proj-subproject b { color: #838383; font-style: italic; font-size: 10px; } .proj-dataset ul, .proj-subproject ul { padding-left: 0; } .list-unstyled { list-style: none; } .subproj-dataset ul.list-unstyled li label, .proj-dataset ul.list-unstyled li label { color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d4d4d4; padding: 3px 9px 5px 3px; font-weight: normal; font-size: 11px; cursor: pointer; } .subproj-dataset ul.list-unstyled li label:hover, .proj-dataset ul.list-unstyled li label:hover { background: #f1f1f1; } .proj-dataset li, .subproj-dataset li { margin-bottom: 6px; } #notifications_bar { height: 300px; background: #fff; position: absolute; top: 0; left: -50px; } .details-links-tab li { cursor: pointer; } .proj-dataset-subproject { margin-top: 10px; } .proj-dataset ul, .proj-subproject ul { margin-top: 5px; } .subproj-dataset { margin-top: 10px; /*margin-left: 10px;*/ } .subproject-title { /*font-weight: bold;*/ margin-top: 5px; /*margin-left: 10px;*/ } .proj-subproject { width: 100%; margin-top: 10px; display: inline-block; } .proj-subproject .subproj-dataset { margin-top: 5px; } .underline { display: inline-block; width: 100%; border-top: 1px solid #eee; height: 1px; } .list-link { margin-top: 10px; color: #838383; font-size: 10px; font-weight: bold; } .list-link:hover { color: #f26522; } .prdp-filters label { color: #fff; margin-right: 10px; cursor: pointer; } .procurement-wrap { padding: 20px; } .procurement-wrap table { margin: 0 0 10px 0!important; width: 100%; border-collapse: collapse; } .procurement-wrap table thead th { border-right: 1px dotted #fff; background: #272727; color: #c2c2c2; font-size: 12px; font-weight: bold; text-align: left; padding: 5px 10px; } .procurement-wrap tbody td { border: 1px dotted #c2c2c2; padding: 5px 10px; } .procurement-wrap tbody td.awarded { background: #FFC425; } #no-results-found { text-align: center; margin: 1.5em 0; font-size: 15px; color: #888; }
0.338186
0.08043
@font-face { font-family: "AccessibilityFoundicons"; src: url("../../../fonts/foundicons/accessibility/accessibility_foundicons.eot"); src: url("../../../fonts/foundicons/accessibility/accessibility_foundicons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.woff") format("woff"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.ttf") format("truetype"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg"); font-weight: normal; font-style: normal; } /* global foundicon styles */ /* line 7, ../../../../../foundation/scss/foundicons/accessibility/accessibility_foundicons.scss */ [class*="foundicon-accessibility-"] { display: inline; width: auto; height: auto; line-height: inherit; vertical-align: baseline; background-image: none; background-position: 0 0; background-repeat: repeat; } /* line 17, ../../../../../foundation/scss/foundicons/accessibility/accessibility_foundicons.scss */ [class*="foundicon-accessibility-"]:before { font-family: "AccessibilityFoundicons"; font-weight: normal; font-style: normal; text-decoration: inherit; } /* icons */ /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-wheelchair:before { content: "\f000"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-speaker:before { content: "\f001"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-fontsize:before { content: "\f002"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-eject:before { content: "\f003"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-view-mode:before { content: "\f004"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-eyeball:before { content: "\f005"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-asl:before { content: "\f006"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-person:before { content: "\f007"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-question:before { content: "\f008"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-adult:before { content: "\f009"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-child:before { content: "\f00a"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-glasses:before { content: "\f00b"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-cc:before { content: "\f00c"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-blind:before { content: "\f00d"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-braille:before { content: "\f00e"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-iphone-home:before { content: "\f00f"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-w3c:before { content: "\f010"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-css:before { content: "\f011"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-key:before { content: "\f012"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-hearing-impaired:before { content: "\f013"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-male:before { content: "\f014"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-female:before { content: "\f015"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-network:before { content: "\f016"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-guidedog:before { content: "\f017"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-universal-access:before { content: "\f018"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-elevator:before { content: "\f019"; }
jskom/static/stylesheets/foundicons/accessibility/accessibility_foundicons.css
@font-face { font-family: "AccessibilityFoundicons"; src: url("../../../fonts/foundicons/accessibility/accessibility_foundicons.eot"); src: url("../../../fonts/foundicons/accessibility/accessibility_foundicons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.woff") format("woff"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.ttf") format("truetype"), url("../../../fonts/foundicons/accessibility/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg"); font-weight: normal; font-style: normal; } /* global foundicon styles */ /* line 7, ../../../../../foundation/scss/foundicons/accessibility/accessibility_foundicons.scss */ [class*="foundicon-accessibility-"] { display: inline; width: auto; height: auto; line-height: inherit; vertical-align: baseline; background-image: none; background-position: 0 0; background-repeat: repeat; } /* line 17, ../../../../../foundation/scss/foundicons/accessibility/accessibility_foundicons.scss */ [class*="foundicon-accessibility-"]:before { font-family: "AccessibilityFoundicons"; font-weight: normal; font-style: normal; text-decoration: inherit; } /* icons */ /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-wheelchair:before { content: "\f000"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-speaker:before { content: "\f001"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-fontsize:before { content: "\f002"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-eject:before { content: "\f003"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-view-mode:before { content: "\f004"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-eyeball:before { content: "\f005"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-asl:before { content: "\f006"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-person:before { content: "\f007"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-question:before { content: "\f008"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-adult:before { content: "\f009"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-child:before { content: "\f00a"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-glasses:before { content: "\f00b"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-cc:before { content: "\f00c"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-blind:before { content: "\f00d"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-braille:before { content: "\f00e"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-iphone-home:before { content: "\f00f"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-w3c:before { content: "\f010"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-css:before { content: "\f011"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-key:before { content: "\f012"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-hearing-impaired:before { content: "\f013"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-male:before { content: "\f014"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-female:before { content: "\f015"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-network:before { content: "\f016"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-guidedog:before { content: "\f017"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-universal-access:before { content: "\f018"; } /* line 6, ../../../../../foundation/scss/foundicons/accessibility/_settings.scss */ .foundicon-accessibility-elevator:before { content: "\f019"; }
0.213541
0.030821
body { background: rgb(227,255,231); background: linear-gradient(90deg, rgba(227,255,231,1) 0%, rgba(222,244,242,1) 33%, rgba(222,244,242,1) 66%, rgba(217,231,255,1) 100%); /*background: linear-gradient(90deg, #030321 0%, #000851 100%);*/ display: flex; flex-flow: column; height: 100%; } #content { min-height: 100px; } .ui.grid{ padding: 0 !important; } .ui.menu { background-color: #ffffff50; } .pushable.segment{ margin: 0!important; background: linear-gradient(90deg, rgba(227,255,231,1) 0%, rgba(222,244,242,1) 33%, rgba(222,244,242,1) 66%, rgba(217,231,255,1) 100%); /*background: linear-gradient(90deg, #030321 0%, #000851 100%);*/ background-size: 400% 400%; -webkit-animation: AnimationName 30s ease infinite; -moz-animation: AnimationName 30s ease infinite; animation: AnimationName 30s ease infinite; flex-grow: 1; } .heading { margin: auto; text-align: center; color: #001f3f; font-size: 5vw; font-variant: small-caps; line-height: 1em; padding-top: 2%; } .sub-heading { font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; font-size: 1.5vw; font-weight: normal; color: #333; text-align: center; margin: auto; padding-right: 10vw; padding-left: 10vw; padding-bottom: 20vh; line-height: 1.2em; } .footer-line { position: absolute; width: 100%; margin: auto; text-align: center; bottom: 0px; padding-right: 10px; padding-left: 10px; } .ui.label { font-size: 1.2rem; background-color: #16ab39; color: #ffffff; } tr:nth-child(even) { background-color: #ededed; } td:nth-child(even) { width: 70%; } td:nth-child(odd) { padding-left: 10px!important; width: 30%; } @-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @media (max-width: 1680) { .heading { font-size: 1.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } } @media (max-width: 1337px) and (orientation: portrait) { .heading { font-size: 5.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } .only-mobile-text { font-size: 1.47em; } .sub-heading { font-size: 22px; padding-right: 7%; padding-left: 7%; padding-bottom: 23%; line-height: 1.1em; } } @media (max-width: 1332px) and (orientation: landscape) { .heading { font-size: 4.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } .sub-heading { font-size: 24px; padding-right: 7%; padding-left: 7%; padding-bottom: 10%; line-height: 1.1em; } } @media (max-width: 765px) { .footer-line { padding-right: 18px; padding-left: 18px; text-align: justify; text-align-last: center; } tr { font-size: 1.25em; word-break: normal; } td:nth-child(odd) { padding-left: 0; width: 40%; } td:nth-child(even) { width: 70%; } .mobile-hide { display: none!important; } .ui.label { font-size: 1.1rem; } } @media (max-width: 765px) and (orientation: portrait) { .heading { font-size: 2.65em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 5%; padding-top: 3%; } .sub-heading { font-size: 17px; padding-right: 4%; padding-left: 4%; padding-bottom: 6%; line-height: 1.1em; text-align: justify; text-align-last: center; } .only-mobile-text { font-size: 1.45em; display: block; } } @media (max-width: 812px) and (orientation: landscape) { .heading { font-size: 5.4vw; font-variant: small-caps; line-height: 1.1em; padding-top: 3%; } .sub-heading { font-size: 17px; padding-right: 8vw; padding-left: 8vw; padding-bottom: 1%; line-height: 1.1em; text-align: justify; text-align-last: center; } } @media (max-width: 765px) and (orientation: landscape) { .heading { font-size: 5.5vw; font-variant: small-caps; line-height: 1.1em; padding-top: 2%; } .sub-heading { font-size: 17px; padding-right: 3vw; padding-left: 3vw; padding-bottom: 1%; line-height: 1.1em; text-align: justify; text-align-last: center; } .footer-line { bottom: -35vh; } }
style.css
body { background: rgb(227,255,231); background: linear-gradient(90deg, rgba(227,255,231,1) 0%, rgba(222,244,242,1) 33%, rgba(222,244,242,1) 66%, rgba(217,231,255,1) 100%); /*background: linear-gradient(90deg, #030321 0%, #000851 100%);*/ display: flex; flex-flow: column; height: 100%; } #content { min-height: 100px; } .ui.grid{ padding: 0 !important; } .ui.menu { background-color: #ffffff50; } .pushable.segment{ margin: 0!important; background: linear-gradient(90deg, rgba(227,255,231,1) 0%, rgba(222,244,242,1) 33%, rgba(222,244,242,1) 66%, rgba(217,231,255,1) 100%); /*background: linear-gradient(90deg, #030321 0%, #000851 100%);*/ background-size: 400% 400%; -webkit-animation: AnimationName 30s ease infinite; -moz-animation: AnimationName 30s ease infinite; animation: AnimationName 30s ease infinite; flex-grow: 1; } .heading { margin: auto; text-align: center; color: #001f3f; font-size: 5vw; font-variant: small-caps; line-height: 1em; padding-top: 2%; } .sub-heading { font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; font-size: 1.5vw; font-weight: normal; color: #333; text-align: center; margin: auto; padding-right: 10vw; padding-left: 10vw; padding-bottom: 20vh; line-height: 1.2em; } .footer-line { position: absolute; width: 100%; margin: auto; text-align: center; bottom: 0px; padding-right: 10px; padding-left: 10px; } .ui.label { font-size: 1.2rem; background-color: #16ab39; color: #ffffff; } tr:nth-child(even) { background-color: #ededed; } td:nth-child(even) { width: 70%; } td:nth-child(odd) { padding-left: 10px!important; width: 30%; } @-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @media (max-width: 1680) { .heading { font-size: 1.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } } @media (max-width: 1337px) and (orientation: portrait) { .heading { font-size: 5.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } .only-mobile-text { font-size: 1.47em; } .sub-heading { font-size: 22px; padding-right: 7%; padding-left: 7%; padding-bottom: 23%; line-height: 1.1em; } } @media (max-width: 1332px) and (orientation: landscape) { .heading { font-size: 4.0em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 2%; padding-top: 2%; } .sub-heading { font-size: 24px; padding-right: 7%; padding-left: 7%; padding-bottom: 10%; line-height: 1.1em; } } @media (max-width: 765px) { .footer-line { padding-right: 18px; padding-left: 18px; text-align: justify; text-align-last: center; } tr { font-size: 1.25em; word-break: normal; } td:nth-child(odd) { padding-left: 0; width: 40%; } td:nth-child(even) { width: 70%; } .mobile-hide { display: none!important; } .ui.label { font-size: 1.1rem; } } @media (max-width: 765px) and (orientation: portrait) { .heading { font-size: 2.65em; font-variant: small-caps; line-height: 1.2em; padding-bottom: 5%; padding-top: 3%; } .sub-heading { font-size: 17px; padding-right: 4%; padding-left: 4%; padding-bottom: 6%; line-height: 1.1em; text-align: justify; text-align-last: center; } .only-mobile-text { font-size: 1.45em; display: block; } } @media (max-width: 812px) and (orientation: landscape) { .heading { font-size: 5.4vw; font-variant: small-caps; line-height: 1.1em; padding-top: 3%; } .sub-heading { font-size: 17px; padding-right: 8vw; padding-left: 8vw; padding-bottom: 1%; line-height: 1.1em; text-align: justify; text-align-last: center; } } @media (max-width: 765px) and (orientation: landscape) { .heading { font-size: 5.5vw; font-variant: small-caps; line-height: 1.1em; padding-top: 2%; } .sub-heading { font-size: 17px; padding-right: 3vw; padding-left: 3vw; padding-bottom: 1%; line-height: 1.1em; text-align: justify; text-align-last: center; } .footer-line { bottom: -35vh; } }
0.553264
0.087955
/* #navigation-sidemenu .sidemenu-hero { height: 70px; } */ #navigation-sidemenu .sidemenu-hero-image { margin-top: -100px; } /* Sections */ .navigation-section { background-color: inherit; } .navigation-section:not(:target) { display: none; } p > code { padding: 0 0.5em; color: #E91E63; } /* Header positioning */ .header { margin: 0; height: auto; position: -webkit-sticky; position: sticky; top: 0; z-index: 998; } /* Header toolbar tweaks */ #switch-container { margin-top: 14px; margin-right: 100px; } .phone #switch-container { margin-top: 8px; } #external-fab-container { position: absolute; right: 50px; bottom: 10%; z-index: 9; } .phone .header #switch-container { position: absolute; right: -50px; top: 10px; background-color: #2196F3; padding-left: 20px; padding-right: 50px; border-left: 1px solid rgba(255,255,255,0.2) } /* Color palette */ .color-palette { color: rgba(255, 255, 255, 0.87); font-size: 14px; font-weight: 500; text-align: center; } .color-group { display: inline-block; width: 24%; min-width: 140px; vertical-align: top; text-align: left; } .phone .color-group { width: 100%; } .color-group ul { list-style: none; padding: 0; margin-right: 3%; } .color-palette .dark { color: rgba(0, 0, 0, 0.87); } .color-palette .color-group li.color, .color-palette .color-group:last-child li.color { padding: 15px; } .color-palette .color-group li.main-color, .color-palette .color-group:last-child li.main-color { border-bottom: 4px solid #F9F9F9; } .color-palette .color-group li.main-color .name, .color-palette .color-group:last-child li.main-color .name { display: block; margin-bottom: 60px; } .color-palette .color-group li.color .hex, .color-palette .color-group:last-child li.color .hex { float: right; text-transform: uppercase; } /* Code demos */ code { white-space: pre-wrap; -moz-tab-size: 4; tab-size: 4; } code .tag { color: #E91E63; /* Pink - 500 */ } code .atn { color: #FF9800; /* Orange - 500 */ } code .pun { color: #9E9E9E; /* Gray - 500 */ } code .atv { color: #03A9F4; /* Light Blue - 500 */ } code .kwd, code .pln { color: inherit; } code .str { color: #4CAF50; /* Green - 500 */ } code .typ, code .lit { color: #26A69A; /* Teal - 400 */ } code .com { color: #607d8b /* Blue Gray - 500 */ } /* Specific demo rules */ #card-demo .card { margin-bottom: 100px; height: 100px; } /* Add spacing around items */ .section > .checkbox, .section > .radio, .section > .button, .section > .switch, .section > .fab { margin: 10px; } .toolbar-group { margin: 10px 0; } /* Icon font display */ #icons-demo { text-align: center; } .row { display: inline-block; width: 20%; margin-right: 2%; margin-left: 2%; min-width: 275px; text-align: left; } .row .i-code { float: right; color: gray; } .row i[class^="icon-"] { font-size: 1.5em; } .list {margin-top:1em;} .list > li .item-weight { margin-top: 0.3em; vertical-align: middle; margin-right: 0.2em; height: 2em; width: 2.5em; font-size: 1.25em; line-height: 2em; display: inline-block; text-align: center; } .list > li .item-action{margin-left:0;} .list > li .secondary-text{font-size: 0.5em;} .sidemenu-hero.fade::before { background: -webkit- linear-gradient(transparent 60%, #2196F3 95%, #0097A7); background: linear-gradient(transparent 60%, #2196F3 95%, #0097A7); } .sidemenu .menu h2 {font-weight: bold;} .text-input-container{line-height:3.25em;height:3.25em;display:inline;margin: 1rem auto;} .text-input-container:not([focused]) .text-input-icon { opacity: 0.75; line-height:1.2em;height:1.2em; } .text-input-container .fix{ white-space: nowrap; right:0; left:auto; display: none; margin: 2px 0 0; position: relative; left: 0; z-index: 10000; float: left; margin:0; font-size: 14px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .text-input-container .menu li {height:1.5em;line-height:1.5em;border-bottom:1px solid rgba(0,0,0,.15);} .text-input-container .menu li:last-child {height:1.5em;line-height:1.5em;border-bottom:none;} .toast { position: absolute; left: 10%; bottom: 5%; z-index: 10; width: 70%; padding: 0.5em 1em; } .card-hero .cleft{left: 1.5rem;font-size: 1.25em;} .card-hero .cright {font-family: "Roboto Slab", Cambria, serif;font-size: 1.25em; position:absolute;bottom: 0.5rem;left:auto; right: 1.5rem;} /* Add */ .wid7{width: 70%;} .font-1x {font-size:1em;} .font-2x {font-size:2em;} .font-3x {font-size:3em;} .font-4x {font-size:4em;} .font-5x {font-size:5em;} .center {text-align: center;} .card-hero i{margin:0 auto;height:1.5em;line-height:1.5em;overflow:hidden;} .card-content i{ background: none !important; position: relative; padding: 0 1.75em; overflow: hidden; text-align: center; cursor: pointer; display: inline-block; width: 24px; height: 24px; line-height: 24px; } .dialog{padding: 1.5em;} .dialog .process{line-height: 2em;margin: 0 0 0 1.25em;} .section .title{-webkit-margin-before:1.5em;} .list > li > .footer{text-align: right;display: block;font-size: 60%; width: 100%;line-height: 1.5;color: #777; padding-right: 2em;} /*动画*/ /*淡入*/ @-webkit-keyframes fadeIn { 0% { opacity: 0;} 50% { opacity: 0; } 100% { opacity: 1;} } .boxFadeIn { -webkit-animation-name: fadeIn; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 1; -webkit-animation-delay: 0s;
www/css/customStyle.css
/* #navigation-sidemenu .sidemenu-hero { height: 70px; } */ #navigation-sidemenu .sidemenu-hero-image { margin-top: -100px; } /* Sections */ .navigation-section { background-color: inherit; } .navigation-section:not(:target) { display: none; } p > code { padding: 0 0.5em; color: #E91E63; } /* Header positioning */ .header { margin: 0; height: auto; position: -webkit-sticky; position: sticky; top: 0; z-index: 998; } /* Header toolbar tweaks */ #switch-container { margin-top: 14px; margin-right: 100px; } .phone #switch-container { margin-top: 8px; } #external-fab-container { position: absolute; right: 50px; bottom: 10%; z-index: 9; } .phone .header #switch-container { position: absolute; right: -50px; top: 10px; background-color: #2196F3; padding-left: 20px; padding-right: 50px; border-left: 1px solid rgba(255,255,255,0.2) } /* Color palette */ .color-palette { color: rgba(255, 255, 255, 0.87); font-size: 14px; font-weight: 500; text-align: center; } .color-group { display: inline-block; width: 24%; min-width: 140px; vertical-align: top; text-align: left; } .phone .color-group { width: 100%; } .color-group ul { list-style: none; padding: 0; margin-right: 3%; } .color-palette .dark { color: rgba(0, 0, 0, 0.87); } .color-palette .color-group li.color, .color-palette .color-group:last-child li.color { padding: 15px; } .color-palette .color-group li.main-color, .color-palette .color-group:last-child li.main-color { border-bottom: 4px solid #F9F9F9; } .color-palette .color-group li.main-color .name, .color-palette .color-group:last-child li.main-color .name { display: block; margin-bottom: 60px; } .color-palette .color-group li.color .hex, .color-palette .color-group:last-child li.color .hex { float: right; text-transform: uppercase; } /* Code demos */ code { white-space: pre-wrap; -moz-tab-size: 4; tab-size: 4; } code .tag { color: #E91E63; /* Pink - 500 */ } code .atn { color: #FF9800; /* Orange - 500 */ } code .pun { color: #9E9E9E; /* Gray - 500 */ } code .atv { color: #03A9F4; /* Light Blue - 500 */ } code .kwd, code .pln { color: inherit; } code .str { color: #4CAF50; /* Green - 500 */ } code .typ, code .lit { color: #26A69A; /* Teal - 400 */ } code .com { color: #607d8b /* Blue Gray - 500 */ } /* Specific demo rules */ #card-demo .card { margin-bottom: 100px; height: 100px; } /* Add spacing around items */ .section > .checkbox, .section > .radio, .section > .button, .section > .switch, .section > .fab { margin: 10px; } .toolbar-group { margin: 10px 0; } /* Icon font display */ #icons-demo { text-align: center; } .row { display: inline-block; width: 20%; margin-right: 2%; margin-left: 2%; min-width: 275px; text-align: left; } .row .i-code { float: right; color: gray; } .row i[class^="icon-"] { font-size: 1.5em; } .list {margin-top:1em;} .list > li .item-weight { margin-top: 0.3em; vertical-align: middle; margin-right: 0.2em; height: 2em; width: 2.5em; font-size: 1.25em; line-height: 2em; display: inline-block; text-align: center; } .list > li .item-action{margin-left:0;} .list > li .secondary-text{font-size: 0.5em;} .sidemenu-hero.fade::before { background: -webkit- linear-gradient(transparent 60%, #2196F3 95%, #0097A7); background: linear-gradient(transparent 60%, #2196F3 95%, #0097A7); } .sidemenu .menu h2 {font-weight: bold;} .text-input-container{line-height:3.25em;height:3.25em;display:inline;margin: 1rem auto;} .text-input-container:not([focused]) .text-input-icon { opacity: 0.75; line-height:1.2em;height:1.2em; } .text-input-container .fix{ white-space: nowrap; right:0; left:auto; display: none; margin: 2px 0 0; position: relative; left: 0; z-index: 10000; float: left; margin:0; font-size: 14px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .text-input-container .menu li {height:1.5em;line-height:1.5em;border-bottom:1px solid rgba(0,0,0,.15);} .text-input-container .menu li:last-child {height:1.5em;line-height:1.5em;border-bottom:none;} .toast { position: absolute; left: 10%; bottom: 5%; z-index: 10; width: 70%; padding: 0.5em 1em; } .card-hero .cleft{left: 1.5rem;font-size: 1.25em;} .card-hero .cright {font-family: "Roboto Slab", Cambria, serif;font-size: 1.25em; position:absolute;bottom: 0.5rem;left:auto; right: 1.5rem;} /* Add */ .wid7{width: 70%;} .font-1x {font-size:1em;} .font-2x {font-size:2em;} .font-3x {font-size:3em;} .font-4x {font-size:4em;} .font-5x {font-size:5em;} .center {text-align: center;} .card-hero i{margin:0 auto;height:1.5em;line-height:1.5em;overflow:hidden;} .card-content i{ background: none !important; position: relative; padding: 0 1.75em; overflow: hidden; text-align: center; cursor: pointer; display: inline-block; width: 24px; height: 24px; line-height: 24px; } .dialog{padding: 1.5em;} .dialog .process{line-height: 2em;margin: 0 0 0 1.25em;} .section .title{-webkit-margin-before:1.5em;} .list > li > .footer{text-align: right;display: block;font-size: 60%; width: 100%;line-height: 1.5;color: #777; padding-right: 2em;} /*动画*/ /*淡入*/ @-webkit-keyframes fadeIn { 0% { opacity: 0;} 50% { opacity: 0; } 100% { opacity: 1;} } .boxFadeIn { -webkit-animation-name: fadeIn; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 1; -webkit-animation-delay: 0s;
0.271059
0.061059
*, *::after, *::before { box-sizing: border-box; margin: 0; padding: 0; } body { margin: 0; padding: 0; font-family: catamaran; background-image:url(/images/banner.jpg); background-attachment: fixed; background-size: cover; background-position: center; background-repeat: no-repeat; font-size: 1em; } h1 { display: grid; grid-column: 1 / -1; grid-row: 2 / 3; font-size: 4vw; font-family: catamaran; color: white; z-index: 1; text-align: center; margin-bottom: .2em; } /* form */ form { max-width: 35em; margin: auto; padding: 2em; margin-bottom: 2em; display: grid; grid-gap: 1em; background-color:rgba(255, 255, 255, .9); border-radius: 0.1em; } fieldset { border: none; margin: 0; padding: 0; } legend { font-weight: bold; font-size: 2em; color: #0D0D0D; padding: 0 0 1.5rem 0; } label { display: block; color: #0D0D0D; font-family: ; padding: 0 0 .5rem 0; } input, textarea { width: 100%; padding: 1em; margin: 0 0 1.5em; border-color: #3654a5; border-radius: 2em; outline: none; } button { font-family: catamaran; height: 2.5em; display: block; color: white; font-weight: 400; outline: none; font-size: 1.1em; border: none; border-radius: 1em; background-color: #3654a5; } .button2 { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 2em; display: block; width: 34%; background-color: #252525; } .button3 { margin-left: auto; margin-right: 2em; margin-bottom: 2em; display: block; width: 7%; } .button4 { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 2em; display: block; width: 100%; background-color: #3654a5; } /* main */ ul { margin: 0; padding: 0; list-style: none; margin: 1em 0 0 2em; } li { list-style: none; } .overlap { display: grid; grid-template-columns: 20% 20% 20% 20% 20%; grid-template-rows: 60% 20% 20% 50% ; margin-bottom: 3em; padding: 0; } a { display: grid; grid-column: 3 / 3; grid-row: 8 / 8; font-family: catamaran; color: white; z-index: 1; text-align: center; text-decoration: none; } p { font-size: 2em; color: white; text-align: center; } .imagesmall { height: auto; width: 10em; }
public/styles/style.css
*, *::after, *::before { box-sizing: border-box; margin: 0; padding: 0; } body { margin: 0; padding: 0; font-family: catamaran; background-image:url(/images/banner.jpg); background-attachment: fixed; background-size: cover; background-position: center; background-repeat: no-repeat; font-size: 1em; } h1 { display: grid; grid-column: 1 / -1; grid-row: 2 / 3; font-size: 4vw; font-family: catamaran; color: white; z-index: 1; text-align: center; margin-bottom: .2em; } /* form */ form { max-width: 35em; margin: auto; padding: 2em; margin-bottom: 2em; display: grid; grid-gap: 1em; background-color:rgba(255, 255, 255, .9); border-radius: 0.1em; } fieldset { border: none; margin: 0; padding: 0; } legend { font-weight: bold; font-size: 2em; color: #0D0D0D; padding: 0 0 1.5rem 0; } label { display: block; color: #0D0D0D; font-family: ; padding: 0 0 .5rem 0; } input, textarea { width: 100%; padding: 1em; margin: 0 0 1.5em; border-color: #3654a5; border-radius: 2em; outline: none; } button { font-family: catamaran; height: 2.5em; display: block; color: white; font-weight: 400; outline: none; font-size: 1.1em; border: none; border-radius: 1em; background-color: #3654a5; } .button2 { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 2em; display: block; width: 34%; background-color: #252525; } .button3 { margin-left: auto; margin-right: 2em; margin-bottom: 2em; display: block; width: 7%; } .button4 { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 2em; display: block; width: 100%; background-color: #3654a5; } /* main */ ul { margin: 0; padding: 0; list-style: none; margin: 1em 0 0 2em; } li { list-style: none; } .overlap { display: grid; grid-template-columns: 20% 20% 20% 20% 20%; grid-template-rows: 60% 20% 20% 50% ; margin-bottom: 3em; padding: 0; } a { display: grid; grid-column: 3 / 3; grid-row: 8 / 8; font-family: catamaran; color: white; z-index: 1; text-align: center; text-decoration: none; } p { font-size: 2em; color: white; text-align: center; } .imagesmall { height: auto; width: 10em; }
0.591369
0.165357
@charset "UTF-8"; body { margin: 0; font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', san-serif } .box1, .boxA, .box2-inner, .box5-inner { padding-left: 10px; padding-right: 10px; } .box1 { padding-top: 8px; padding-bottom: 8px; } .box2 { background-color: #7cbac1; } .box3 { padding-top: 40px; padding-bottom: 30px; } .box4 { padding-top: 40px; padding-bottom: 30px; } .box5 { padding-top: 15px; padding-bottom: 15px; border-top: solid 1px #dddddd; } .top .boxA { padding-top: 20px; padding-bottom: 20px; } .badge { width: 120px; height: 120px; padding-top: 25px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 60px; background-color: #00a0e9; color: #ffffff; text-align: center; box-shadow: 0 0 4px #aaaaaa; } .badge i { display: block; font-size: 40px; } .pickup { position: relative; } .badge { position: absolute; top: 44%; right: -15px; } @media (max-width: 599px) { .menu li a { padding: 10px 3px; font-size: 11px; } .site h1 { font-size: 20px; } .kiji h1 { font-size: 26px; } .kanren { padding: 10px; } .kanren li { width: 50%; } .kanren li:nth-child(3) { clear: both; } .box1 { padding-top: 4px; padding-bottom: 4px; } .box3 { padding-top: 25px; } .share span { display: inline-block; text-indent: -9999px; } .badge { -ms-transform: scale(0.5); -ms-transform-origin: right top; -webkit-transform: scale(0.5); -webkit-transform-origin: right top; transform: scale(0.5); transform-origin: right top; top: -8px; right: 10px; } } @media (min-width: 600px) { .boxA-1:after { content: ""; display: block; clear: both; } .boxA-1 .gaiyou { float: left; width: 50%; } .boxA-1 .gaiyou:nth-child(odd) { padding-right: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; } .boxA-1 .gaiyou:nth-child(even) { padding-left: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (min-width: 600px) and (max-width: 767px) ) { .box4:after { content: ""; display: block; clear: both; } .box4-1 { float: left; width: 50%; } .box4-2 { float: left; width: 50%; } .box4-1 { padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .box4-2 { padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .badge { top: 30%; right: 15px; } } @media (min-width: 768px) { .pickup h1 { font-size: 30px; } .boxA:after { content: ""; display: block; clear: both; } .box3 { float: left; width: 70%; padding-right: 50px; /* 上記のpaddingをwidth 70%内に含めるための対応 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .box4 { float: left; width: 30%; } } @media (min-width: 1040px) { .box1, .boxA, .box2-inner, .box5-inner { width: 1000px; margin-left: auto; margin-right: auto; } } /* side menu */ .sidemenu { margin-bottom: 30px; } .sidemenu h1 { margin-top: 0; margin-bottom: 10px; border-bottom: dotted 2px #dddddd; color: #666666; font-size: 18px; } .sidemenu ul { margin: 0; padding: 0; list-style: none; } .sidemenu li a { display: block; padding: 5px; color: #2288bb; font-size: 14px; text-decoration: none; border-bottom: dotted 1px #dddddd; } .sidemenu li a:hover { background-color: #eeeeee; } .sidemenu i { margin-right: 5px; color: #888888; } .ninki li a img { border: none; } .ninki a:after { content: ""; display: block; clear: both; } .ninki img { float: left; width: 60px; } .ninki .text { float: none; width: auto; margin-left: 60px; padding-left: 15px; } .ninki span { display: block; color: #666666; font-size: 12px; } .gaiyou { margin-bottom: 20px; } .gaiyou a { display: block; border: solid 1px #dddddd; color: #000000; text-decoration: none; } .gaiyou a:hover { box-shadow: 0 0 10px #dddddd; } .gaiyou img { max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom; } .gaiyou h1 { margin-top: 0; margin-bottom: 5px; margin-left: 15px; margin-right: 15px; font-size: 22px; } .gaiyou p { margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px; } .more { display: inline-block; padding: 5px 15px; background-color: #3077be; color: #ffffff; } .more i { margin-left: 10px; } .osusume img { width: 100%; height: auto; border: none; vertical-align: bottom; } .osusume a { position: relative; } .osusume li a { padding: 0; margin-bottom: 10px; } .osusume .text { position: absolute; bottom: 0; left: 0; padding: 5px 10px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .osusume li a:hover { opacity: 0.8; } .kiji h1 { margin-top: 0; margin-bottom: 20px; font-size: 36px; } .kiji h2 { margin-top: 40px; padding-left: 10px; border-left: solid 10px #7cbac1; font-weight: normal; } .kiji p { margin-top: 0; margin-bottom: 20px; } .kiji img { max-width: 100%; height: auto; } .kijiinfo { margin-top: -10px; margin-bottom: 20px; } .kijiinfo i { margin-right: 5px; color: #aaaaaa; font-size: 20px; } .kijicat { margin-bottom: 25px; } .kijicat ul { margin: 0; padding: 0; list-style: none; } .kijicat li a { float: left; width: auto; } .kijicat li a { display: block; margin-right: 5px; padding: 3px 5px; border-radius: 2px; background-color: #75dbe7; color: #ffffff; font-size: 12px; text-decoration: none; } .kijicat li a:hover { background-color: #94ecf6; } .kijicat ul:after { content: ""; display: block; clear: both; } .site h1 a { color: #83a4a8; text-decoration: none; } .site h1 { margin: 0; font-size: 30px; font-family: 'Paytone ONE', san-serif; font-weight: normal; } .menu ul { margin: 0; padding: 0; list-style: none; } .menu li a { display: block; /* クリッカブルなエリアを幅広に取るための設定 */ padding: 15px; /* クリックできる領域を広めにする */ color: #000000; font-size: 14px; text-decoration: none; } .menu li a:hover { background-color: #75dbe7; } .menu ul:after { content: ""; display: block; clear: both; } .menu li { float: left; width: auto; } .share { margin-top: 40px; } .share ul { margin: 0; padding: 0; list-style: none; } .share li a { display: block; padding: 10px 5px; color: #ffffff; font-size: 14px; text-align: center; text-decoration: none; } .share li a:hover { opacity: 0.8; } .share ul:after { content: ""; display: block; clear: both; } .share li { float: left; width: auto; } .kanren { margin-top: 40px; padding: 20px; background-color: #f0f0d4; } .kanren h1 { margin-top: 0; margin-bottom: 5px; color: #727224; font-size: 20px; font-weight: normal; } .kanren ul { margin: 0; padding: 0; list-style: none; } .kanren li { float: left; width: 25%; } .kanren img { max-width: 100%; height: auto; border: none; } .kanren li a { display: block; padding: 5px; color: #000000; font-size: 14px; text-decoration: none; } .kanren li a:hover { text-decoration: underline; } .kanren ul:after { content: ""; display: block; clear: both; } .share-tw { background-color: #55acee; } .share-fb { background-color: #3b5998; } .share-gp { background-color: #dd4b39; } .pagenation { text-align: center; } .pagenation ul { display: inline-block; margin: 0; padding: 0; list-style: none; } .pagenation li a { display: block; margin-left: 5px; margin-right: 5px; padding: 5px 10px; border: solid 1px #aaaaaa; color: #000000; font-size: 14px; text-decoration: none; } .pagenation li a.active { background-color: #cccccc; } .pagenation li a:hover { background-color: #eeeeee; } .pagenation ul:after { content: ""; display: block; clear: both; } .pagenation li { float: left; width: auto; } .copyright p { margin: 0; color: #666666; font-size: 14px; text-align: center; }
site-c/style.css
@charset "UTF-8"; body { margin: 0; font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', san-serif } .box1, .boxA, .box2-inner, .box5-inner { padding-left: 10px; padding-right: 10px; } .box1 { padding-top: 8px; padding-bottom: 8px; } .box2 { background-color: #7cbac1; } .box3 { padding-top: 40px; padding-bottom: 30px; } .box4 { padding-top: 40px; padding-bottom: 30px; } .box5 { padding-top: 15px; padding-bottom: 15px; border-top: solid 1px #dddddd; } .top .boxA { padding-top: 20px; padding-bottom: 20px; } .badge { width: 120px; height: 120px; padding-top: 25px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 60px; background-color: #00a0e9; color: #ffffff; text-align: center; box-shadow: 0 0 4px #aaaaaa; } .badge i { display: block; font-size: 40px; } .pickup { position: relative; } .badge { position: absolute; top: 44%; right: -15px; } @media (max-width: 599px) { .menu li a { padding: 10px 3px; font-size: 11px; } .site h1 { font-size: 20px; } .kiji h1 { font-size: 26px; } .kanren { padding: 10px; } .kanren li { width: 50%; } .kanren li:nth-child(3) { clear: both; } .box1 { padding-top: 4px; padding-bottom: 4px; } .box3 { padding-top: 25px; } .share span { display: inline-block; text-indent: -9999px; } .badge { -ms-transform: scale(0.5); -ms-transform-origin: right top; -webkit-transform: scale(0.5); -webkit-transform-origin: right top; transform: scale(0.5); transform-origin: right top; top: -8px; right: 10px; } } @media (min-width: 600px) { .boxA-1:after { content: ""; display: block; clear: both; } .boxA-1 .gaiyou { float: left; width: 50%; } .boxA-1 .gaiyou:nth-child(odd) { padding-right: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; } .boxA-1 .gaiyou:nth-child(even) { padding-left: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } } @media (min-width: 600px) and (max-width: 767px) ) { .box4:after { content: ""; display: block; clear: both; } .box4-1 { float: left; width: 50%; } .box4-2 { float: left; width: 50%; } .box4-1 { padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .box4-2 { padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .badge { top: 30%; right: 15px; } } @media (min-width: 768px) { .pickup h1 { font-size: 30px; } .boxA:after { content: ""; display: block; clear: both; } .box3 { float: left; width: 70%; padding-right: 50px; /* 上記のpaddingをwidth 70%内に含めるための対応 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .box4 { float: left; width: 30%; } } @media (min-width: 1040px) { .box1, .boxA, .box2-inner, .box5-inner { width: 1000px; margin-left: auto; margin-right: auto; } } /* side menu */ .sidemenu { margin-bottom: 30px; } .sidemenu h1 { margin-top: 0; margin-bottom: 10px; border-bottom: dotted 2px #dddddd; color: #666666; font-size: 18px; } .sidemenu ul { margin: 0; padding: 0; list-style: none; } .sidemenu li a { display: block; padding: 5px; color: #2288bb; font-size: 14px; text-decoration: none; border-bottom: dotted 1px #dddddd; } .sidemenu li a:hover { background-color: #eeeeee; } .sidemenu i { margin-right: 5px; color: #888888; } .ninki li a img { border: none; } .ninki a:after { content: ""; display: block; clear: both; } .ninki img { float: left; width: 60px; } .ninki .text { float: none; width: auto; margin-left: 60px; padding-left: 15px; } .ninki span { display: block; color: #666666; font-size: 12px; } .gaiyou { margin-bottom: 20px; } .gaiyou a { display: block; border: solid 1px #dddddd; color: #000000; text-decoration: none; } .gaiyou a:hover { box-shadow: 0 0 10px #dddddd; } .gaiyou img { max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom; } .gaiyou h1 { margin-top: 0; margin-bottom: 5px; margin-left: 15px; margin-right: 15px; font-size: 22px; } .gaiyou p { margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px; } .more { display: inline-block; padding: 5px 15px; background-color: #3077be; color: #ffffff; } .more i { margin-left: 10px; } .osusume img { width: 100%; height: auto; border: none; vertical-align: bottom; } .osusume a { position: relative; } .osusume li a { padding: 0; margin-bottom: 10px; } .osusume .text { position: absolute; bottom: 0; left: 0; padding: 5px 10px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .osusume li a:hover { opacity: 0.8; } .kiji h1 { margin-top: 0; margin-bottom: 20px; font-size: 36px; } .kiji h2 { margin-top: 40px; padding-left: 10px; border-left: solid 10px #7cbac1; font-weight: normal; } .kiji p { margin-top: 0; margin-bottom: 20px; } .kiji img { max-width: 100%; height: auto; } .kijiinfo { margin-top: -10px; margin-bottom: 20px; } .kijiinfo i { margin-right: 5px; color: #aaaaaa; font-size: 20px; } .kijicat { margin-bottom: 25px; } .kijicat ul { margin: 0; padding: 0; list-style: none; } .kijicat li a { float: left; width: auto; } .kijicat li a { display: block; margin-right: 5px; padding: 3px 5px; border-radius: 2px; background-color: #75dbe7; color: #ffffff; font-size: 12px; text-decoration: none; } .kijicat li a:hover { background-color: #94ecf6; } .kijicat ul:after { content: ""; display: block; clear: both; } .site h1 a { color: #83a4a8; text-decoration: none; } .site h1 { margin: 0; font-size: 30px; font-family: 'Paytone ONE', san-serif; font-weight: normal; } .menu ul { margin: 0; padding: 0; list-style: none; } .menu li a { display: block; /* クリッカブルなエリアを幅広に取るための設定 */ padding: 15px; /* クリックできる領域を広めにする */ color: #000000; font-size: 14px; text-decoration: none; } .menu li a:hover { background-color: #75dbe7; } .menu ul:after { content: ""; display: block; clear: both; } .menu li { float: left; width: auto; } .share { margin-top: 40px; } .share ul { margin: 0; padding: 0; list-style: none; } .share li a { display: block; padding: 10px 5px; color: #ffffff; font-size: 14px; text-align: center; text-decoration: none; } .share li a:hover { opacity: 0.8; } .share ul:after { content: ""; display: block; clear: both; } .share li { float: left; width: auto; } .kanren { margin-top: 40px; padding: 20px; background-color: #f0f0d4; } .kanren h1 { margin-top: 0; margin-bottom: 5px; color: #727224; font-size: 20px; font-weight: normal; } .kanren ul { margin: 0; padding: 0; list-style: none; } .kanren li { float: left; width: 25%; } .kanren img { max-width: 100%; height: auto; border: none; } .kanren li a { display: block; padding: 5px; color: #000000; font-size: 14px; text-decoration: none; } .kanren li a:hover { text-decoration: underline; } .kanren ul:after { content: ""; display: block; clear: both; } .share-tw { background-color: #55acee; } .share-fb { background-color: #3b5998; } .share-gp { background-color: #dd4b39; } .pagenation { text-align: center; } .pagenation ul { display: inline-block; margin: 0; padding: 0; list-style: none; } .pagenation li a { display: block; margin-left: 5px; margin-right: 5px; padding: 5px 10px; border: solid 1px #aaaaaa; color: #000000; font-size: 14px; text-decoration: none; } .pagenation li a.active { background-color: #cccccc; } .pagenation li a:hover { background-color: #eeeeee; } .pagenation ul:after { content: ""; display: block; clear: both; } .pagenation li { float: left; width: auto; } .copyright p { margin: 0; color: #666666; font-size: 14px; text-align: center; }
0.340924
0.107204
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900'); @import url('https://fonts.googleapis.com/css?family=Montserrat:700&display=swap'); *{padding:0; margin:0;} body{ padding:0; margin:0; font-family: 'Poppins', sans-serif; font-size:16px; font-weight:400; color: #000; background: #fff;} img{ border:none; max-width:100%;} .btn, .btn.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, a, a:hover, a:visited, a:focus{ outline:none; text-decoration:none; color:#000;} .links-btn{border-radius:100px; line-height: 100%; font-size: 16px; text-transform: capitalize; padding:22px 50px; display: inline-block; font-weight: 500;} p{line-height: 24px; margin-bottom:20px; font-weight: 400; color: #000;} ul{margin-bottom: 0; padding-left: 0; list-style-type: none;} ol{margin-bottom: 0; padding-left: 0;} h1, h2, h3, h4, h5, h6{ font-family:inherit; font-weight:normal; font-size:inherit; margin:0;} a, a:hover{line-height: 100%; color: #000; display: inline-block; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; text-decoration: none; } .owl-theme .owl-controls{margin-top: 0;} .owl-controls .owl-pagination{display: none;} .main-heading{display: block; margin-bottom: 60px; text-align: center;} .main-heading h2{font-size: 42px; font-weight:400; color: #333333; text-transform: uppercase;} .main-heading h2 strong{color: #1e74b7; font-weight: 600;} h3 {font-size:34px;} .main-heading p{font-size: 14px;color: #333;} .ptb{padding: 80px 0;} .img-block{width: 100%} .bg-blue{background:#1e74b7;} .bg-dark{background:#2e2e2e;} .box{width: 100%;} .owl-dots {display: none;} .container{max-width: 1200px; width: 100%; padding: 0 15px; margin:0 auto;} .btn-outer{display: block; width: 100%; padding-top: 30px;} .view-btn{transition: .4s ease; text-transform: uppercase; color: #14171d; background:#fff; font-weight: 400; padding:20px 25px; font-size: 16px; line-height: 100%; display: inline-block; border: 0;} .view-btn:hover{color:#fff; background: #1e74b7;} .ptb{padding:90px 0;} .card-img{width: auto; border-radius: 0;} .custom-link{color: #1e74b7; transition:.5s ease;} .custom-link:hover,.custom-link:focus{color: #000;} /*--global-css--*/ /*--header-css--*/ .header{background: #fff; width: 100%; z-index: 9; border-top: 5px solid #1b5ea2; padding: 15px 0; box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.62);} .header .header-inner{justify-content: space-between; align-items: center;} .header .logo {display: inline-block;} .header .register{background: #1b5ea2; padding: 10px 30px; font-size: 16px; color: #fff; line-height: 100%;} .header .register:hover{background: #000;} /*--header-css--*/ /*--banner-slider-css--*/ .banner-slider-outer{position: relative; background: url('../images/banner-slider-bg.jpg') no-repeat; background-size: cover; z-index: 1; } .banner-slider-outer .owl-carousel{z-index: 0;} .banner-slider-outer .owl-carousel .item{width: 100%;} .banner-slider-outer .owl-carousel .item .slider-caption {width: 100%; padding: 90px 0; flex-wrap: wrap; align-items: center;} .banner-slider-outer .owl-carousel .item .slider-caption .img-block{width: 500px; padding-right: 30px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block{flex: 1; color: #fff;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block h1{font-size: 46px; color: #fff; padding: 0; margin-bottom: 25px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block p{color: #fff; padding: 0; margin-bottom: 30px; line-height: 23px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer{margin-top: 0; padding: 0} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer .view-btn{transition: .5s ease; padding: 14px 16px; margin:0; background:#fff; color: #17a4eb;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer .view-btn:hover{background: #17a4eb; color: #fff;} .banner-slider-outer .owl-carousel .owl-dots{position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: block;} .banner-slider-outer .owl-carousel .owl-dots .owl-dot{ border-radius: 100%; width: 10px; height: 10px; background:#fff; margin-right: 10px; } .banner-slider-outer .owl-carousel .owl-dots .owl-dot.active{background: #1e61a7; border: 3px solid #fff; margin-right: 10px;} /*--banner-slider-css--end--*/ .ptb.home-block-01 .main-heading{margin-bottom: 70px;} .ptb.home-block-01 .card { border: 0; text-align: center;} .ptb.home-block-01 .card .card-img{width: 120px; height: 110px;} .ptb.home-block-01 .card .card-body {padding: 25px 0 0;} .ptb.home-block-01 .card .card-body .card-title{font-size: 22px; color: #1e74b7; margin-bottom: 15px;} .ptb.home-block-01 .card .card-body p{color: #666666; font-size: 14px; margin-bottom: 0;} .home-block-02 {background:url(../images/home-block-02-bg.jpg) no-repeat; background-size: cover;} .home-block-02 h2, .home-block-02 h3 {padding-bottom:10px;} .home-block-02 .home-block-02-content {max-width: 950px; margin: auto; width: 100%; flex-wrap: wrap;} .home-block-02 .home-block-02-content .card {height: 100%; text-align: center; color: #fff; border: 0; border-radius: 0; padding: 110px 45px;} .home-block-02 .home-block-02-content .card .card-img{width: 70px; height: 70px;} .home-block-02 .home-block-02-content .box {width: 50%;} .home-block-02 .home-block-02-content .card .card-body .card-title{font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 25px;} .home-block-02 .home-block-02-content .card .card-body{padding: 30px 0 0;} .home-block-02 .home-block-02-content .card .card-body p {font-size: 14px; color: #fff; line-height: 24px;} .home-block-03 .box{text-align: center; position: relative; padding-bottom: 55px; height: 100%;} .home-block-03 .main-heading{margin-bottom: 90px;} .home-block-03 .box .title {font-family: 'Montserrat', sans-serif; color: #2a2d2e; font-size: 26px; font-weight: 700; margin-bottom: 25px;} .home-block-03 .box .price {position: relative; color: #1e74b7; font-size: 32px; margin-bottom: 25px;} .home-block-03 .box .price::before{content: '£'; font-size: 30px; margin-right: 10px; color: #1e74b7;} .home-block-03 .box ul{padding-bottom: 40px;} .home-block-03 .box ul li{color: #b5b5b5; font-size: 16px; font-weight: 500; margin-bottom: 20px;} .home-block-03 .box ul li:last-child{margin-bottom: 0;} .home-block-03 .box .view-btn{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-weight: 500; border: 1px solid #14171d; padding: 18px 35px;} .home-block-03 .box .view-btn:hover, .home-block-03 .box .view-btn:focus{border-color: #1e74b7; cursor: pointer;} .home-block-03 .box .img-block {margin-bottom: 25px;} .border-gray{position: relative;} .border-gray:before{position: absolute; right: -15px; top: 0; bottom: 0; content: ''; height: 100%; width: 1px; background: #d1d5dd;} .border-bottom{position: relative;} .border-bottom::before{display:none; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background:rgba(255,255,255,0.5);} .home-block-04{ padding-bottom: 194px; position: relative; background:url('../images/home-block-04.jpg') no-repeat; background-size: cover;} .home-block-04:before{content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.75); } .home-block-04 .main-heading{text-align: left; margin-top: 90px;} .home-block-04 .main-heading h2{ margin-bottom: 10px;} .home-block-04 .main-heading h2 strong {text-transform: capitalize; color: #fff;} .home-block-04 .main-heading p{color: #fff;} .home-block-04 .home-block-04-right .box{position: relative; box-shadow: 0 0 73px rgba(0,0,0,0.53); max-width: 340px; width: 100%; background: #fff; padding: 25px 25px 40px; border-radius: 100%; text-align: center;} .home-block-04 .home-block-04-right .box .img-block{width: 90px; height: 90px; border-radius: 100%; background: #e5f3fd; padding: 5px;} .home-block-04 .home-block-04-right .box .img-block img{border-radius: 100%; width: 100%;} .home-block-04 .home-block-04-right .box .title{font-weight: 600; font-size: 20px; text-transform: capitalize;} .home-block-04 .home-block-04-right .box p{font-size: 14px; line-height: 24px; color: #333333;} .home-block-04 .home-block-04-right {display: flex; display: -webkit-flex; justify-content: flex-end;} .home-block-04 .home-block-04-right-inner{position: relative;} .home-block-04 .home-block-04-right .box.box-02{ position: absolute; right: 125px; bottom: -220px;} .home-block-04 .home-block-04-right .box.box-01:before{content: ''; position: absolute; bottom: -34px; right: 55px; background: url('../images/img-13.png') no-repeat; height: 70px; width: 75px;} .home-block-04 .home-block-04-right .box.box-02:before{content: ''; position: absolute; bottom: -31px; left: 56px; background: url('../images/img-14.png') no-repeat; height: 70px; width: 75px;} .home-block-04 .view-btn{position: absolute; bottom: -50px; left: 15px; background: #1e74b7; letter-spacing: 2px; color:#fff; padding: 20px 35px;} .home-block-04 .view-btn:hover, .home-block-04 .view-btn:focus {background:#fff; color: #1e74b7;} .view-btn.back-btn{margin:25px 0 20px;} .btn-success.view-btn, .back-btn{margin:15px 0 20px; padding:10px 25px; color:#fff !important; border-radius: 0; outline: none; background: #1e74b7; border:1px solid #ddd; text-transform: capitalize;} .btn-success.view-btn:hover, .btn-success.view-btn:focus, .back-btn:hover, .back-btn:focus{background:#000;} footer.footer{ border: 1px solid #ddd;} footer.footer p{font-size: 13px; margin: 0; padding: 30px 0; font-size: 13px;} .d-flex-custom {flex-wrap:wrap;} .d-flex-custom input {width:49%;} .d-flex-custom input:first-child {margin-right:10px;} /***********table*************/ .banner-inst-text {min-height: 350px;display: flex;flex-flow: column;align-items: center;justify-content: center;} .banner-inst-text h1{ font-weight:600; color:#fff; font-size:45px; margin:0; padding:0 0 20px;} .banner-inst-text p{ font-weight:400; color:#fff; font-size:15px; margin:0; padding:0;} .client-table-outer{ background:#ececec; padding:50px 0;} .client-table-outer .table{ margin:0;} .client-table .table-bordered td, .table-bordered th {border: 1px solid #e6e6e6;} .client-table .table-bordered th{ background:#ebf5fe;font-weight:600;padding: 14px 20px; white-space:nowrap;letter-spacing:1px;} .client-table .table-bordered td{ background:#fff; vertical-align:middle; font-size:15px; font-weight:600; color:#5a5a5a;padding: 20px 20px;white-space:nowrap; letter-spacing:1px;} .client-table .more-btn {background: #1f74b7;color: #fff;font-size: 16px;font-weight: 600;width: 150px;padding: 13px 0 11px;letter-spacing: 2px;margin: 0 auto;border-radius: 3px;border-bottom: solid 3px #08508a;} .client-table .more-btn:hover{background: #333;border-color: #000;} .rating-box .fa {font-size: 25px; margin:0 -1.5px;} .rating-box .checked {color:#ffa500;} .clt-lg {max-width: 180px;margin: 0 auto;display: block;} .small-popup .modal-dialog{max-width: 580px;} .popup-box .modal-content{ border:none; border-radius:10px;border-bottom: solid 6px #1f74b7;box-shadow: 0 0 20px rgba(0,0,0,0.3);} .popup-box .modal-header{ background:#1f74b7;border-bottom:none;border-top-left-radius:9px;border-top-right-radius:9px; display:block; text-align:center; position:relative;height: 110px;} .popup-box h4{ color:#fff; font-size:30px; font-weight:400; padding:8px 0 0 0; text-transform:uppercase;font-family: 'Poppins', sans-serif;} .popup-box .close {padding: 0;margin: 0;color: #2a9ed4;text-shadow: none;font-weight: 300;opacity: 1;background: #fff;width: 35px;height: 35px;font-size: 32px;border-radius: 50px;position: absolute;top: -5px;right: -5px; line-height: 35px; outline:none;box-shadow: 0 0 10px rgba(0,0,0,0.2);} .popup-body {background: #fff;padding:30px 35px 0;border-radius: 10px;margin:-30px 30px 20px;position: relative;} .popup-body p{ font-size:15px; margin:0; padding:0 0 15px; color:#757575;} .popup-body ul{ margin:0; padding:0 0 5px;} .popup-body ul li{ display:block; list-style:none; color:#757575; font-size:15px; position:relative; padding:0 0 0 15px; margin:0 0 5px;} .popup-body ul li:after{ position:absolute; top:7px; width:8px; height:8px; background:#000; content:""; left:0;border-radius: 100%;} .modal.animate {opacity:0} .modal.animate.show {opacity:1} .modal.animate .modal-dialog{-webkit-transform:translate(0,0);-ms-transform: translate(0,0);transform:translate(0,0)} .modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);} .modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
public/css/style_13-09-19.css
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900'); @import url('https://fonts.googleapis.com/css?family=Montserrat:700&display=swap'); *{padding:0; margin:0;} body{ padding:0; margin:0; font-family: 'Poppins', sans-serif; font-size:16px; font-weight:400; color: #000; background: #fff;} img{ border:none; max-width:100%;} .btn, .btn.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, a, a:hover, a:visited, a:focus{ outline:none; text-decoration:none; color:#000;} .links-btn{border-radius:100px; line-height: 100%; font-size: 16px; text-transform: capitalize; padding:22px 50px; display: inline-block; font-weight: 500;} p{line-height: 24px; margin-bottom:20px; font-weight: 400; color: #000;} ul{margin-bottom: 0; padding-left: 0; list-style-type: none;} ol{margin-bottom: 0; padding-left: 0;} h1, h2, h3, h4, h5, h6{ font-family:inherit; font-weight:normal; font-size:inherit; margin:0;} a, a:hover{line-height: 100%; color: #000; display: inline-block; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; text-decoration: none; } .owl-theme .owl-controls{margin-top: 0;} .owl-controls .owl-pagination{display: none;} .main-heading{display: block; margin-bottom: 60px; text-align: center;} .main-heading h2{font-size: 42px; font-weight:400; color: #333333; text-transform: uppercase;} .main-heading h2 strong{color: #1e74b7; font-weight: 600;} h3 {font-size:34px;} .main-heading p{font-size: 14px;color: #333;} .ptb{padding: 80px 0;} .img-block{width: 100%} .bg-blue{background:#1e74b7;} .bg-dark{background:#2e2e2e;} .box{width: 100%;} .owl-dots {display: none;} .container{max-width: 1200px; width: 100%; padding: 0 15px; margin:0 auto;} .btn-outer{display: block; width: 100%; padding-top: 30px;} .view-btn{transition: .4s ease; text-transform: uppercase; color: #14171d; background:#fff; font-weight: 400; padding:20px 25px; font-size: 16px; line-height: 100%; display: inline-block; border: 0;} .view-btn:hover{color:#fff; background: #1e74b7;} .ptb{padding:90px 0;} .card-img{width: auto; border-radius: 0;} .custom-link{color: #1e74b7; transition:.5s ease;} .custom-link:hover,.custom-link:focus{color: #000;} /*--global-css--*/ /*--header-css--*/ .header{background: #fff; width: 100%; z-index: 9; border-top: 5px solid #1b5ea2; padding: 15px 0; box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.62);} .header .header-inner{justify-content: space-between; align-items: center;} .header .logo {display: inline-block;} .header .register{background: #1b5ea2; padding: 10px 30px; font-size: 16px; color: #fff; line-height: 100%;} .header .register:hover{background: #000;} /*--header-css--*/ /*--banner-slider-css--*/ .banner-slider-outer{position: relative; background: url('../images/banner-slider-bg.jpg') no-repeat; background-size: cover; z-index: 1; } .banner-slider-outer .owl-carousel{z-index: 0;} .banner-slider-outer .owl-carousel .item{width: 100%;} .banner-slider-outer .owl-carousel .item .slider-caption {width: 100%; padding: 90px 0; flex-wrap: wrap; align-items: center;} .banner-slider-outer .owl-carousel .item .slider-caption .img-block{width: 500px; padding-right: 30px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block{flex: 1; color: #fff;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block h1{font-size: 46px; color: #fff; padding: 0; margin-bottom: 25px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block p{color: #fff; padding: 0; margin-bottom: 30px; line-height: 23px;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer{margin-top: 0; padding: 0} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer .view-btn{transition: .5s ease; padding: 14px 16px; margin:0; background:#fff; color: #17a4eb;} .banner-slider-outer .owl-carousel .item .slider-caption .content-block .btn-outer .view-btn:hover{background: #17a4eb; color: #fff;} .banner-slider-outer .owl-carousel .owl-dots{position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: block;} .banner-slider-outer .owl-carousel .owl-dots .owl-dot{ border-radius: 100%; width: 10px; height: 10px; background:#fff; margin-right: 10px; } .banner-slider-outer .owl-carousel .owl-dots .owl-dot.active{background: #1e61a7; border: 3px solid #fff; margin-right: 10px;} /*--banner-slider-css--end--*/ .ptb.home-block-01 .main-heading{margin-bottom: 70px;} .ptb.home-block-01 .card { border: 0; text-align: center;} .ptb.home-block-01 .card .card-img{width: 120px; height: 110px;} .ptb.home-block-01 .card .card-body {padding: 25px 0 0;} .ptb.home-block-01 .card .card-body .card-title{font-size: 22px; color: #1e74b7; margin-bottom: 15px;} .ptb.home-block-01 .card .card-body p{color: #666666; font-size: 14px; margin-bottom: 0;} .home-block-02 {background:url(../images/home-block-02-bg.jpg) no-repeat; background-size: cover;} .home-block-02 h2, .home-block-02 h3 {padding-bottom:10px;} .home-block-02 .home-block-02-content {max-width: 950px; margin: auto; width: 100%; flex-wrap: wrap;} .home-block-02 .home-block-02-content .card {height: 100%; text-align: center; color: #fff; border: 0; border-radius: 0; padding: 110px 45px;} .home-block-02 .home-block-02-content .card .card-img{width: 70px; height: 70px;} .home-block-02 .home-block-02-content .box {width: 50%;} .home-block-02 .home-block-02-content .card .card-body .card-title{font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 25px;} .home-block-02 .home-block-02-content .card .card-body{padding: 30px 0 0;} .home-block-02 .home-block-02-content .card .card-body p {font-size: 14px; color: #fff; line-height: 24px;} .home-block-03 .box{text-align: center; position: relative; padding-bottom: 55px; height: 100%;} .home-block-03 .main-heading{margin-bottom: 90px;} .home-block-03 .box .title {font-family: 'Montserrat', sans-serif; color: #2a2d2e; font-size: 26px; font-weight: 700; margin-bottom: 25px;} .home-block-03 .box .price {position: relative; color: #1e74b7; font-size: 32px; margin-bottom: 25px;} .home-block-03 .box .price::before{content: '£'; font-size: 30px; margin-right: 10px; color: #1e74b7;} .home-block-03 .box ul{padding-bottom: 40px;} .home-block-03 .box ul li{color: #b5b5b5; font-size: 16px; font-weight: 500; margin-bottom: 20px;} .home-block-03 .box ul li:last-child{margin-bottom: 0;} .home-block-03 .box .view-btn{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-weight: 500; border: 1px solid #14171d; padding: 18px 35px;} .home-block-03 .box .view-btn:hover, .home-block-03 .box .view-btn:focus{border-color: #1e74b7; cursor: pointer;} .home-block-03 .box .img-block {margin-bottom: 25px;} .border-gray{position: relative;} .border-gray:before{position: absolute; right: -15px; top: 0; bottom: 0; content: ''; height: 100%; width: 1px; background: #d1d5dd;} .border-bottom{position: relative;} .border-bottom::before{display:none; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background:rgba(255,255,255,0.5);} .home-block-04{ padding-bottom: 194px; position: relative; background:url('../images/home-block-04.jpg') no-repeat; background-size: cover;} .home-block-04:before{content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.75); } .home-block-04 .main-heading{text-align: left; margin-top: 90px;} .home-block-04 .main-heading h2{ margin-bottom: 10px;} .home-block-04 .main-heading h2 strong {text-transform: capitalize; color: #fff;} .home-block-04 .main-heading p{color: #fff;} .home-block-04 .home-block-04-right .box{position: relative; box-shadow: 0 0 73px rgba(0,0,0,0.53); max-width: 340px; width: 100%; background: #fff; padding: 25px 25px 40px; border-radius: 100%; text-align: center;} .home-block-04 .home-block-04-right .box .img-block{width: 90px; height: 90px; border-radius: 100%; background: #e5f3fd; padding: 5px;} .home-block-04 .home-block-04-right .box .img-block img{border-radius: 100%; width: 100%;} .home-block-04 .home-block-04-right .box .title{font-weight: 600; font-size: 20px; text-transform: capitalize;} .home-block-04 .home-block-04-right .box p{font-size: 14px; line-height: 24px; color: #333333;} .home-block-04 .home-block-04-right {display: flex; display: -webkit-flex; justify-content: flex-end;} .home-block-04 .home-block-04-right-inner{position: relative;} .home-block-04 .home-block-04-right .box.box-02{ position: absolute; right: 125px; bottom: -220px;} .home-block-04 .home-block-04-right .box.box-01:before{content: ''; position: absolute; bottom: -34px; right: 55px; background: url('../images/img-13.png') no-repeat; height: 70px; width: 75px;} .home-block-04 .home-block-04-right .box.box-02:before{content: ''; position: absolute; bottom: -31px; left: 56px; background: url('../images/img-14.png') no-repeat; height: 70px; width: 75px;} .home-block-04 .view-btn{position: absolute; bottom: -50px; left: 15px; background: #1e74b7; letter-spacing: 2px; color:#fff; padding: 20px 35px;} .home-block-04 .view-btn:hover, .home-block-04 .view-btn:focus {background:#fff; color: #1e74b7;} .view-btn.back-btn{margin:25px 0 20px;} .btn-success.view-btn, .back-btn{margin:15px 0 20px; padding:10px 25px; color:#fff !important; border-radius: 0; outline: none; background: #1e74b7; border:1px solid #ddd; text-transform: capitalize;} .btn-success.view-btn:hover, .btn-success.view-btn:focus, .back-btn:hover, .back-btn:focus{background:#000;} footer.footer{ border: 1px solid #ddd;} footer.footer p{font-size: 13px; margin: 0; padding: 30px 0; font-size: 13px;} .d-flex-custom {flex-wrap:wrap;} .d-flex-custom input {width:49%;} .d-flex-custom input:first-child {margin-right:10px;} /***********table*************/ .banner-inst-text {min-height: 350px;display: flex;flex-flow: column;align-items: center;justify-content: center;} .banner-inst-text h1{ font-weight:600; color:#fff; font-size:45px; margin:0; padding:0 0 20px;} .banner-inst-text p{ font-weight:400; color:#fff; font-size:15px; margin:0; padding:0;} .client-table-outer{ background:#ececec; padding:50px 0;} .client-table-outer .table{ margin:0;} .client-table .table-bordered td, .table-bordered th {border: 1px solid #e6e6e6;} .client-table .table-bordered th{ background:#ebf5fe;font-weight:600;padding: 14px 20px; white-space:nowrap;letter-spacing:1px;} .client-table .table-bordered td{ background:#fff; vertical-align:middle; font-size:15px; font-weight:600; color:#5a5a5a;padding: 20px 20px;white-space:nowrap; letter-spacing:1px;} .client-table .more-btn {background: #1f74b7;color: #fff;font-size: 16px;font-weight: 600;width: 150px;padding: 13px 0 11px;letter-spacing: 2px;margin: 0 auto;border-radius: 3px;border-bottom: solid 3px #08508a;} .client-table .more-btn:hover{background: #333;border-color: #000;} .rating-box .fa {font-size: 25px; margin:0 -1.5px;} .rating-box .checked {color:#ffa500;} .clt-lg {max-width: 180px;margin: 0 auto;display: block;} .small-popup .modal-dialog{max-width: 580px;} .popup-box .modal-content{ border:none; border-radius:10px;border-bottom: solid 6px #1f74b7;box-shadow: 0 0 20px rgba(0,0,0,0.3);} .popup-box .modal-header{ background:#1f74b7;border-bottom:none;border-top-left-radius:9px;border-top-right-radius:9px; display:block; text-align:center; position:relative;height: 110px;} .popup-box h4{ color:#fff; font-size:30px; font-weight:400; padding:8px 0 0 0; text-transform:uppercase;font-family: 'Poppins', sans-serif;} .popup-box .close {padding: 0;margin: 0;color: #2a9ed4;text-shadow: none;font-weight: 300;opacity: 1;background: #fff;width: 35px;height: 35px;font-size: 32px;border-radius: 50px;position: absolute;top: -5px;right: -5px; line-height: 35px; outline:none;box-shadow: 0 0 10px rgba(0,0,0,0.2);} .popup-body {background: #fff;padding:30px 35px 0;border-radius: 10px;margin:-30px 30px 20px;position: relative;} .popup-body p{ font-size:15px; margin:0; padding:0 0 15px; color:#757575;} .popup-body ul{ margin:0; padding:0 0 5px;} .popup-body ul li{ display:block; list-style:none; color:#757575; font-size:15px; position:relative; padding:0 0 0 15px; margin:0 0 5px;} .popup-body ul li:after{ position:absolute; top:7px; width:8px; height:8px; background:#000; content:""; left:0;border-radius: 100%;} .modal.animate {opacity:0} .modal.animate.show {opacity:1} .modal.animate .modal-dialog{-webkit-transform:translate(0,0);-ms-transform: translate(0,0);transform:translate(0,0)} .modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);} .modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
0.301259
0.074399
@font-face { font-family: 'Segoe-MDL2-Assets'; src: url('Segoe-MDL2-Assets.woff?cxlz5c') format('woff'); font-weight: normal; font-style: normal; } i { font-family: 'Segoe-MDL2-Assets' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; } .segoe-uniE001:before { content: "\e001"; } .segoe-uniE0011:before { content: "\e73e"; } .segoe-uniE0012:before { content: "\e008"; } .segoe-uniE002:before { content: "\e002"; } .segoe-uniE0021:before { content: "\e73b"; } .segoe-uniE0022:before { content: "\e009"; } .segoe-uniE003:before { content: "\e003"; } .segoe-uniE0031:before { content: "\e739"; } .segoe-uniE004:before { content: "\e004"; } .segoe-uniE0041:before { content: "\e73c"; } .segoe-uniE005:before { content: "\e005"; } .segoe-uniE0051:before { content: "\e73d"; } .segoe-uniE006:before { content: "\e006"; } .segoe-uniE0061:before { content: "\eb51"; } .segoe-uniE007:before { content: "\e007"; } .segoe-uniE0071:before { content: "\e00c"; } .segoe-uniE00A:before { content: "\e00a"; } .segoe-uniE00A1:before { content: "\e735"; } .segoe-uniE00A2:before { content: "\e249"; } .segoe-uniE00A3:before { content: "\e1cf"; } .segoe-uniE00A4:before { content: "\e113"; } .segoe-uniE00A5:before { content: "\e0b5"; } .segoe-uniE00A6:before { content: "\e0b4"; } .segoe-uniE00A7:before { content: "\e082"; } .segoe-uniE00B:before { content: "\e00b"; } .segoe-uniE00B1:before { content: "\eb52"; } .segoe-uniE00B2:before { content: "\e0a5"; } .segoe-uniE00E:before { content: "\e00e"; } .segoe-uniE00E1:before { content: "\e76b"; } .segoe-uniE00E2:before { content: "\e0e2"; } .segoe-uniE00E3:before { content: "\e09e"; } .segoe-uniE00E4:before { content: "\e09a"; } .segoe-uniE00E5:before { content: "\e096"; } .segoe-uniE00E6:before { content: "\e016"; } .segoe-uniE00E7:before { content: "\e012"; } .segoe-uniE00F:before { content: "\e00f"; } .segoe-uniE00F1:before { content: "\e76c"; } .segoe-uniE00F2:before { content: "\e0e3"; } .segoe-uniE00F3:before { content: "\e09f"; } .segoe-uniE00F4:before { content: "\e09b"; } .segoe-uniE00F5:before { content: "\e097"; } .segoe-uniE00F6:before { content: "\e017"; } .segoe-uniE00F7:before { content: "\e013"; } .segoe-uniE010:before { content: "\e010"; } .segoe-uniE0101:before { content: "\e70e"; } .segoe-uniE0102:before { content: "\e0e4"; } .segoe-uniE0103:before { content: "\e0a0"; } .segoe-uniE0104:before { content: "\e09c"; } .segoe-uniE0105:before { content: "\e098"; } .segoe-uniE0106:before { content: "\e018"; } .segoe-uniE0107:before { content: "\e014"; } .segoe-uniE011:before { content: "\e011"; } .segoe-uniE0111:before { content: "\e70d"; } .segoe-uniE0112:before { content: "\e0e5"; } .segoe-uniE0113:before { content: "\e0a1"; } .segoe-uniE0114:before { content: "\e09d"; } .segoe-uniE0115:before { content: "\e099"; } .segoe-uniE0116:before { content: "\e019"; } .segoe-uniE0117:before { content: "\e015"; } .segoe-uniE052:before { content: "\e052"; } .segoe-uniE0521:before { content: "\e890"; } .segoe-uniE0522:before { content: "\e18b"; } .segoe-uniE07F:before { content: "\e07f"; } .segoe-uniE07F1:before { content: "\e776"; } .segoe-uniE081:before { content: "\e081"; } .segoe-uniE0811:before { content: "\e8fb"; } .segoe-uniE0812:before { content: "\e10b"; } .segoe-uniE0813:before { content: "\e0e7"; } .segoe-uniE087:before { content: "\e087"; } .segoe-uniE0871:before { content: "\e92e"; } .segoe-uniE08F:before { content: "\e08f"; } .segoe-uniE08F1:before { content: "\e766"; } .segoe-uniE094:before { content: "\e094"; } .segoe-uniE0941:before { content: "\e721"; } .segoe-uniE0942:before { content: "\e11a"; } .segoe-uniE0A2:before { content: "\e0a2"; } .segoe-uniE0A21:before { content: "\e73a"; } .segoe-uniE0A6:before { content: "\e0a6"; } .segoe-uniE0A61:before { content: "\e72b"; } .segoe-uniE0A62:before { content: "\e112"; } .segoe-uniE0A63:before { content: "\e0d5"; } .segoe-uniE0A64:before { content: "\e0c4"; } .segoe-uniE0AB:before { content: "\e0ab"; } .segoe-uniE0AB1:before { content: "\e72a"; } .segoe-uniE0AB2:before { content: "\e111"; } .segoe-uniE0AB3:before { content: "\e0ae"; } .segoe-uniE0AB4:before { content: "\e0ad"; } .segoe-uniE0B8:before { content: "\e0b8"; } .segoe-uniE100:before { content: "\e100"; } .segoe-uniE1001:before { content: "\e892"; } .segoe-uniE101:before { content: "\e101"; } .segoe-uniE1011:before { content: "\e893"; } .segoe-uniE102:before { content: "\e102"; } .segoe-uniE1021:before { content: "\e768"; } .segoe-uniE103:before { content: "\e103"; } .segoe-uniE1031:before { content: "\e769"; } .segoe-uniE104:before { content: "\e104"; } .segoe-uniE1041:before { content: "\e70f"; } .segoe-uniE105:before { content: "\e105"; } .segoe-uniE1051:before { content: "\e74e"; } .segoe-uniE106:before { content: "\e106"; } .segoe-uniE1061:before { content: "\e894"; } .segoe-uniE107:before { content: "\e107"; } .segoe-uniE1071:before { content: "\e74d"; } .segoe-uniE108:before { content: "\e108"; } .segoe-uniE1081:before { content: "\e738"; } .segoe-uniE109:before { content: "\e109"; } .segoe-uniE1091:before { content: "\e710"; } .segoe-uniE10A:before { content: "\e10a"; } .segoe-uniE10A1:before { content: "\e711"; } .segoe-uniE10C:before { content: "\e10c"; } .segoe-uniE10C1:before { content: "\e712"; } .segoe-uniE10D:before { content: "\e10d"; } .segoe-uniE10D1:before { content: "\e7a6"; } .segoe-uniE10E:before { content: "\e10e"; } .segoe-uniE10E1:before { content: "\e7a7"; } .segoe-uniE10F:before { content: "\e10f"; } .segoe-uniE10F1:before { content: "\e80f"; } .segoe-uniE110:before { content: "\e110"; } .segoe-uniE1101:before { content: "\e74a"; } .segoe-uniE114:before { content: "\e114"; } .segoe-uniE1141:before { content: "\e722"; } .segoe-uniE115:before { content: "\e115"; } .segoe-uniE1151:before { content: "\e713"; } .segoe-uniE116:before { content: "\e116"; } .segoe-uniE1161:before { content: "\e714"; } .segoe-uniE1162:before { content: "\e20a"; } .segoe-uniE117:before { content: "\e117"; } .segoe-uniE1171:before { content: "\e895"; } .segoe-uniE118:before { content: "\e118"; } .segoe-uniE1181:before { content: "\e896"; } .segoe-uniE119:before { content: "\e119"; } .segoe-uniE1191:before { content: "\e715"; } .segoe-uniE11B:before { content: "\e11b"; } .segoe-uniE11B1:before { content: "\e897"; } .segoe-uniE11C:before { content: "\e11c"; } .segoe-uniE11C1:before { content: "\e898"; } .segoe-uniE11C2:before { content: "\e183"; } .segoe-uniE11D:before { content: "\e11d"; } .segoe-uniE11D1:before { content: "\e899"; } .segoe-uniE11E:before { content: "\e11e"; } .segoe-uniE11E1:before { content: "\e89a"; } .segoe-uniE11F:before { content: "\e11f"; } .segoe-uniE11F1:before { content: "\e89b"; } .segoe-uniE120:before { content: "\e120"; } .segoe-uniE1201:before { content: "\e89c"; } .segoe-uniE121:before { content: "\e121"; } .segoe-uniE122:before { content: "\e122"; } .segoe-uniE1221:before { content: "\e724"; } .segoe-uniE123:before { content: "\e123"; } .segoe-uniE1231:before { content: "\e7a8"; } .segoe-uniE124:before { content: "\e124"; } .segoe-uniE1241:before { content: "\e89e"; } .segoe-uniE125:before { content: "\e125"; } .segoe-uniE1251:before { content: "\e716"; } .segoe-uniE126:before { content: "\e126"; } .segoe-uniE1261:before { content: "\e89f"; } .segoe-uniE127:before { content: "\e127"; } .segoe-uniE1271:before { content: "\e8a0"; } .segoe-uniE128:before { content: "\e128"; } .segoe-uniE1281:before { content: "\e909"; } .segoe-uniE129:before { content: "\e129"; } .segoe-uniE1291:before { content: "\e7c1"; } .segoe-uniE12A:before { content: "\e12a"; } .segoe-uniE12A1:before { content: "\e8a1"; } .segoe-uniE12B:before { content: "\e12b"; } .segoe-uniE12B1:before { content: "\e774"; } .segoe-uniE12C:before { content: "\e12c"; } .segoe-uniE12C1:before { content: "\e78a"; } .segoe-uniE12D:before { content: "\e12d"; } .segoe-uniE12D1:before { content: "\e8a2"; } .segoe-uniE12E:before { content: "\e12e"; } .segoe-uniE12E1:before { content: "\e8a3"; } .segoe-uniE12F:before { content: "\e12f"; } .segoe-uniE12F1:before { content: "\e8a4"; } .segoe-uniE130:before { content: "\e130"; } .segoe-uniE1301:before { content: "\e8a5"; } .segoe-uniE131:before { content: "\e131"; } .segoe-uniE1311:before { content: "\e8a6"; } .segoe-uniE132:before { content: "\e132"; } .segoe-uniE1321:before { content: "\e729"; } .segoe-uniE133:before { content: "\e133"; } .segoe-uniE1331:before { content: "\e762"; } .segoe-uniE134:before { content: "\e134"; } .segoe-uniE1341:before { content: "\e90a"; } .segoe-uniE135:before { content: "\e135"; } .segoe-uniE1351:before { content: "\e8a8"; } .segoe-uniE1352:before { content: "\e20b"; } .segoe-uniE136:before { content: "\e136"; } .segoe-uniE1361:before { content: "\e779"; } .segoe-uniE137:before { content: "\e137"; } .segoe-uniE1371:before { content: "\e778"; } .segoe-uniE138:before { content: "\e138"; } .segoe-uniE1381:before { content: "\e8a9"; } .segoe-uniE1382:before { content: "\e154"; } .segoe-uniE139:before { content: "\e139"; } .segoe-uniE1391:before { content: "\e7b7"; } .segoe-uniE13A:before { content: "\e13a"; } .segoe-uniE13A1:before { content: "\e717"; } .segoe-uniE13B:before { content: "\e13b"; } .segoe-uniE13B1:before { content: "\e8aa"; } .segoe-uniE13C:before { content: "\e13c"; } .segoe-uniE13C1:before { content: "\e8ab"; } .segoe-uniE13D:before { content: "\e13d"; } .segoe-uniE13D1:before { content: "\e77b"; } .segoe-uniE13D2:before { content: "\e2af"; } .segoe-uniE13E:before { content: "\e13e"; } .segoe-uniE13E1:before { content: "\e8ac"; } .segoe-uniE13F:before { content: "\e13f"; } .segoe-uniE13F1:before { content: "\e976"; } .segoe-uniE140:before { content: "\e140"; } .segoe-uniE141:before { content: "\e141"; } .segoe-uniE1411:before { content: "\e718"; } .segoe-uniE142:before { content: "\e142"; } .segoe-uniE1421:before { content: "\e90b"; } .segoe-uniE143:before { content: "\e143"; } .segoe-uniE1431:before { content: "\e8ad"; } .segoe-uniE144:before { content: "\e144"; } .segoe-uniE1441:before { content: "\e765"; } .segoe-uniE145:before { content: "\e145"; } .segoe-uniE1451:before { content: "\e90c"; } .segoe-uniE146:before { content: "\e146"; } .segoe-uniE1461:before { content: "\e90d"; } .segoe-uniE147:before { content: "\e147"; } .segoe-uniE1471:before { content: "\e90e"; } .segoe-uniE148:before { content: "\e148"; } .segoe-uniE1481:before { content: "\e8af"; } .segoe-uniE149:before { content: "\e149"; } .segoe-uniE1491:before { content: "\e72c"; } .segoe-uniE14A:before { content: "\e14a"; } .segoe-uniE14B:before { content: "\e14b"; } .segoe-uniE14B1:before { content: "\e8b1"; } .segoe-uniE14C:before { content: "\e14c"; } .segoe-uniE14C1:before { content: "\e8fd"; } .segoe-uniE14C2:before { content: "\e292"; } .segoe-uniE14D:before { content: "\e14d"; } .segoe-uniE14D1:before { content: "\e719"; } .segoe-uniE14E:before { content: "\e14e"; } .segoe-uniE14E1:before { content: "\e8b3"; } .segoe-uniE14F:before { content: "\e14f"; } .segoe-uniE14F1:before { content: "\e8b4"; } .segoe-uniE150:before { content: "\e150"; } .segoe-uniE1501:before { content: "\e8b5"; } .segoe-uniE151:before { content: "\e151"; } .segoe-uniE1511:before { content: "\e8b6"; } .segoe-uniE152:before { content: "\e152"; } .segoe-uniE153:before { content: "\e153"; } .segoe-uniE155:before { content: "\e155"; } .segoe-uniE1551:before { content: "\e7c5"; } .segoe-uniE156:before { content: "\e156"; } .segoe-uniE1561:before { content: "\e8b8"; } .segoe-uniE158:before { content: "\e158"; } .segoe-uniE1581:before { content: "\e8b9"; } .segoe-uniE159:before { content: "\e159"; } .segoe-uniE1591:before { content: "\e78c"; } .segoe-uniE15A:before { content: "\e15a"; } .segoe-uniE15A1:before { content: "\e8ba"; } .segoe-uniE15B:before { content: "\e15b"; } .segoe-uniE15B1:before { content: "\e71a"; } .segoe-uniE15C:before { content: "\e15c"; } .segoe-uniE15C1:before { content: "\e8bc"; } .segoe-uniE15D:before { content: "\e15d"; } .segoe-uniE15D1:before { content: "\e767"; } .segoe-uniE15E:before { content: "\e15e"; } .segoe-uniE15E1:before { content: "\e90f"; } .segoe-uniE15F:before { content: "\e15f"; } .segoe-uniE15F1:before { content: "\e8bd"; } .segoe-uniE160:before { content: "\e160"; } .segoe-uniE1601:before { content: "\e7c3"; } .segoe-uniE161:before { content: "\e161"; } .segoe-uniE1611:before { content: "\e8bf"; } .segoe-uniE162:before { content: "\e162"; } .segoe-uniE1621:before { content: "\e8c0"; } .segoe-uniE163:before { content: "\e163"; } .segoe-uniE1631:before { content: "\e787"; } .segoe-uniE164:before { content: "\e164"; } .segoe-uniE1641:before { content: "\e8c1"; } .segoe-uniE165:before { content: "\e165"; } .segoe-uniE1651:before { content: "\e8c2"; } .segoe-uniE166:before { content: "\e166"; } .segoe-uniE1661:before { content: "\e8c3"; } .segoe-uniE167:before { content: "\e167"; } .segoe-uniE1671:before { content: "\e71b"; } .segoe-uniE168:before { content: "\e168"; } .segoe-uniE1681:before { content: "\e910"; } .segoe-uniE169:before { content: "\e169"; } .segoe-uniE1691:before { content: "\e8c4"; } .segoe-uniE16A:before { content: "\e16a"; } .segoe-uniE16A1:before { content: "\e8c5"; } .segoe-uniE16B:before { content: "\e16b"; } .segoe-uniE16B1:before { content: "\e8c6"; } .segoe-uniE16C:before { content: "\e16c"; } .segoe-uniE16C1:before { content: "\e723"; } .segoe-uniE16D:before { content: "\e16d"; } .segoe-uniE16D1:before { content: "\e77f"; } .segoe-uniE16E:before { content: "\e16e"; } .segoe-uniE16E1:before { content: "\e71c"; } .segoe-uniE16F:before { content: "\e16f"; } .segoe-uniE16F1:before { content: "\e8c8"; } .segoe-uniE170:before { content: "\e170"; } .segoe-uniE1701:before { content: "\e76e"; } .segoe-uniE171:before { content: "\e171"; } .segoe-uniE1711:before { content: "\e8c9"; } .segoe-uniE172:before { content: "\e172"; } .segoe-uniE1721:before { content: "\e8ca"; } .segoe-uniE173:before { content: "\e173"; } .segoe-uniE1731:before { content: "\e786"; } .segoe-uniE174:before { content: "\e174"; } .segoe-uniE1741:before { content: "\e8cb"; } .segoe-uniE175:before { content: "\e175"; } .segoe-uniE1751:before { content: "\ea42"; } .segoe-uniE1752:before { content: "\e299"; } .segoe-uniE176:before { content: "\e176"; } .segoe-uniE1761:before { content: "\ea4e"; } .segoe-uniE177:before { content: "\e177"; } .segoe-uniE178:before { content: "\e178"; } .segoe-uniE1781:before { content: "\e912"; } .segoe-uniE179:before { content: "\e179"; } .segoe-uniE1791:before { content: "\e71d"; } .segoe-uniE17A:before { content: "\e17a"; } .segoe-uniE17A1:before { content: "\e8cd"; } .segoe-uniE17B:before { content: "\e17b"; } .segoe-uniE17B1:before { content: "\e8ce"; } .segoe-uniE17C:before { content: "\e17c"; } .segoe-uniE17C1:before { content: "\e78b"; } .segoe-uniE17D:before { content: "\e17d"; } .segoe-uniE17D1:before { content: "\e7ac"; } .segoe-uniE181:before { content: "\e181"; } .segoe-uniE1811:before { content: "\e8cf"; } .segoe-uniE182:before { content: "\e182"; } .segoe-uniE1821:before { content: "\e8d0"; } .segoe-uniE184:before { content: "\e184"; } .segoe-uniE1841:before { content: "\e8d1"; } .segoe-uniE185:before { content: "\e185"; } .segoe-uniE1851:before { content: "\e8d2"; } .segoe-uniE186:before { content: "\e186"; } .segoe-uniE187:before { content: "\e187"; } .segoe-uniE1871:before { content: "\e8d4"; } .segoe-uniE188:before { content: "\e188"; } .segoe-uniE1881:before { content: "\e8d5"; } .segoe-uniE189:before { content: "\e189"; } .segoe-uniE1891:before { content: "\e8d6"; } .segoe-uniE18A:before { content: "\e18a"; } .segoe-uniE18C:before { content: "\e18c"; } .segoe-uniE18C1:before { content: "\e7b5"; } .segoe-uniE18D:before { content: "\e18d"; } .segoe-uniE18D1:before { content: "\e97b"; } .segoe-uniE18E:before { content: "\e18e"; } .segoe-uniE18F:before { content: "\e18f"; } .segoe-uniE190:before { content: "\e190"; } .segoe-uniE1901:before { content: "\e7f0"; } .segoe-uniE191:before { content: "\e191"; } .segoe-uniE192:before { content: "\e192"; } .segoe-uniE1921:before { content: "\e8d7"; } .segoe-uniE193:before { content: "\e193"; } .segoe-uniE1931:before { content: "\e7e6"; } .segoe-uniE194:before { content: "\e194"; } .segoe-uniE1941:before { content: "\e8d8"; } .segoe-uniE195:before { content: "\e195"; } .segoe-uniE1951:before { content: "\e8d9"; } .segoe-uniE196:before { content: "\e196"; } .segoe-uniE1961:before { content: "\e77a"; } .segoe-uniE197:before { content: "\e197"; } .segoe-uniE1971:before { content: "\e8da"; } .segoe-uniE198:before { content: "\e198"; } .segoe-uniE1981:before { content: "\e74f"; } .segoe-uniE199:before { content: "\e199"; } .segoe-uniE19A:before { content: "\e19a"; } .segoe-uniE19B:before { content: "\e19b"; } .segoe-uniE19C:before { content: "\e19c"; } .segoe-uniE19C1:before { content: "\e8de"; } .segoe-uniE19D:before { content: "\e19d"; } .segoe-uniE19D1:before { content: "\e8df"; } .segoe-uniE19E:before { content: "\e19e"; } .segoe-uniE19E1:before { content: "\e8e0"; } .segoe-uniE19F:before { content: "\e19f"; } .segoe-uniE19F1:before { content: "\e8e1"; } .segoe-uniE1A0:before { content: "\e1a0"; } .segoe-uniE1A01:before { content: "\e8e2"; } .segoe-uniE1A1:before { content: "\e1a1"; } .segoe-uniE1A11:before { content: "\e8e3"; } .segoe-uniE1A2:before { content: "\e1a2"; } .segoe-uniE1A21:before { content: "\e8e4"; } .segoe-uniE1A3:before { content: "\e1a3"; } .segoe-uniE1A31:before { content: "\e71e"; } .segoe-uniE1A4:before { content: "\e1a4"; } .segoe-uniE1A41:before { content: "\e71f"; } .segoe-uniE1A5:before { content: "\e1a5"; } .segoe-uniE1A51:before { content: "\e8e5"; } .segoe-uniE1A6:before { content: "\e1a6"; } .segoe-uniE1A61:before { content: "\e7ee"; } .segoe-uniE1A7:before { content: "\e1a7"; } .segoe-uniE1A71:before { content: "\e7ef"; } .segoe-uniE1A8:before { content: "\e1a8"; } .segoe-uniE1A81:before { content: "\ea56"; } .segoe-uniE1AA:before { content: "\e1aa"; } .segoe-uniE1AA1:before { content: "\ea4f"; } .segoe-uniE1AB:before { content: "\e1ab"; } .segoe-uniE1AB1:before { content: "\ea4c"; } .segoe-uniE1AC:before { content: "\e1ac"; } .segoe-uniE1AC1:before { content: "\ea4b"; } .segoe-uniE1AD:before { content: "\e1ad"; } .segoe-uniE1AD1:before { content: "\ea52"; } .segoe-uniE1AE:before { content: "\e1ae"; } .segoe-uniE1AE1:before { content: "\ea53"; } .segoe-uniE1AF:before { content: "\e1af"; } .segoe-uniE1AF1:before { content: "\ea57"; } .segoe-uniE1B0:before { content: "\e1b0"; } .segoe-uniE1B1:before { content: "\e1b1"; } .segoe-uniE1B2:before { content: "\e1b2"; } .segoe-uniE1B3:before { content: "\e1b3"; } .segoe-uniE1B4:before { content: "\e1b4"; } .segoe-uniE1B5:before { content: "\e1b5"; } .segoe-uniE1B6:before { content: "\e1b6"; } .segoe-uniE1B7:before { content: "\e1b7"; } .segoe-uniE1B8:before { content: "\e1b8"; } .segoe-uniE1B9:before { content: "\e1b9"; } .segoe-uniE1BA:before { content: "\e1ba"; } .segoe-uniE1BB:before { content: "\e1bb"; } .segoe-uniE1BC:before { content: "\e1bc"; } .segoe-uniE1BD:before { content: "\e1bd"; } .segoe-uniE1BE:before { content: "\e1be"; } .segoe-uniE1BF:before { content: "\e1bf"; } .segoe-uniE1BF1:before { content: "\ea49"; } .segoe-uniE1C0:before { content: "\e1c0"; } .segoe-uniE1C01:before { content: "\ea5b"; } .segoe-uniE1C2:before { content: "\e1c2"; } .segoe-uniE1C21:before { content: "\eb7e"; } .segoe-uniE1C3:before { content: "\e1c3"; } .segoe-uniE1C31:before { content: "\e913"; } .segoe-uniE1C4:before { content: "\e1c4"; } .segoe-uniE1C41:before { content: "\e707"; } .segoe-uniE1C5:before { content: "\e1c5"; } .segoe-uniE1C51:before { content: "\e8e6"; } .segoe-uniE1C6:before { content: "\e1c6"; } .segoe-uniE1C61:before { content: "\e8e7"; } .segoe-uniE1C7:before { content: "\e1c7"; } .segoe-uniE1C71:before { content: "\e8e8"; } .segoe-uniE1C8:before { content: "\e1c8"; } .segoe-uniE1C81:before { content: "\e8e9"; } .segoe-uniE1C9:before { content: "\e1c9"; } .segoe-uniE1C91:before { content: "\e8ea"; } .segoe-uniE1C92:before { content: "\e25a"; } .segoe-uniE1CA:before { content: "\e1ca"; } .segoe-uniE1CA1:before { content: "\e8eb"; } .segoe-uniE1CB:before { content: "\e1cb"; } .segoe-uniE1CB1:before { content: "\e8ec"; } .segoe-uniE1CC:before { content: "\e1cc"; } .segoe-uniE1CD:before { content: "\e1cd"; } .segoe-uniE1CE:before { content: "\e1ce"; } .segoe-uniE1CE1:before { content: "\e734"; } .segoe-uniE1CE2:before { content: "\e24a"; } .segoe-uniE1CE3:before { content: "\e224"; } .segoe-uniE1CE4:before { content: "\e208"; } .segoe-uniE1D0:before { content: "\e1d0"; } .segoe-uniE1D01:before { content: "\e8ef"; } .segoe-uniE1D1:before { content: "\e1d1"; } .segoe-uniE1D11:before { content: "\e8f0"; } .segoe-uniE1D2:before { content: "\e1d2"; } .segoe-uniE1D21:before { content: "\e81d"; } .segoe-uniE1D3:before { content: "\e1d3"; } .segoe-uniE1D31:before { content: "\e8f1"; } .segoe-uniE1D4:before { content: "\e1d4"; } .segoe-uniE1D41:before { content: "\e780"; } .segoe-uniE1D5:before { content: "\e1d5"; } .segoe-uniE1D51:before { content: "\e77c"; } .segoe-uniE1D6:before { content: "\e1d6"; } .segoe-uniE1D61:before { content: "\e720"; } .segoe-uniE1D7:before { content: "\e1d7"; } .segoe-uniE1D71:before { content: "\e8f3"; } .segoe-uniE1D8:before { content: "\e1d8"; } .segoe-uniE1D81:before { content: "\e73f"; } .segoe-uniE1D9:before { content: "\e1d9"; } .segoe-uniE1D91:before { content: "\e740"; } .segoe-uniE1DA:before { content: "\e1da"; } .segoe-uniE1DA1:before { content: "\e8f4"; } .segoe-uniE1DB:before { content: "\e1db"; } .segoe-uniE1DB1:before { content: "\e8f5"; } .segoe-uniE1DC:before { content: "\e1dc"; } .segoe-uniE1DD:before { content: "\e1dd"; } .segoe-uniE1DD1:before { content: "\e8f6"; } .segoe-uniE1DE:before { content: "\e1de"; } .segoe-uniE1DE1:before { content: "\e730"; } .segoe-uniE1DF:before { content: "\e1df"; } .segoe-uniE1DF1:before { content: "\e8f7"; } .segoe-uniE1E0:before { content: "\e1e0"; } .segoe-uniE1E01:before { content: "\e8f8"; } .segoe-uniE1E1:before { content: "\e1e1"; } .segoe-uniE1E11:before { content: "\e8f9"; } .segoe-uniE1E2:before { content: "\e1e2"; } .segoe-uniE1E21:before { content: "\e8fa"; } .segoe-uniE1E3:before { content: "\e1e3"; } .segoe-uniE1E31:before { content: "\e7c9"; } .segoe-uniE1E4:before { content: "\e1e4"; } .segoe-uniE1E41:before { content: "\e8fc"; } .segoe-uniE1E5:before { content: "\e1e5"; } .segoe-uniE1E51:before { content: "\e904"; } .segoe-uniE1E6:before { content: "\e1e6"; } .segoe-uniE1E61:before { content: "\e905"; } .segoe-uniE1E7:before { content: "\e1e7"; } .segoe-uniE1E71:before { content: "\e906"; } .segoe-uniE1E8:before { content: "\e1e8"; } .segoe-uniE1E81:before { content: "\e907"; } .segoe-uniE1E9:before { content: "\e1e9"; } .segoe-uniE1E91:before { content: "\e908"; } .segoe-uniE1EA:before { content: "\e1ea"; } .segoe-uniE1EC:before { content: "\e1ec"; } .segoe-uniE1EC1:before { content: "\ea40"; } .segoe-uniE1ED:before { content: "\e1ed"; } .segoe-uniE1ED1:before { content: "\ea5c"; } .segoe-uniE1EE:before { content: "\e1ee"; } .segoe-uniE1EE1:before { content: "\ea41"; } .segoe-uniE1EF:before { content: "\e1ef"; } .segoe-uniE1EF1:before { content: "\ea98"; } .segoe-uniE1F1:before { content: "\e1f1"; } .segoe-uniE1F11:before { content: "\ea65"; } .segoe-uniE1F2:before { content: "\e1f2"; } .segoe-uniE1F21:before { content: "\ea58"; } .segoe-uniE1F3:before { content: "\e1f3"; } .segoe-uniE1F31:before { content: "\ea51"; } .segoe-uniE1F4:before { content: "\e1f4"; } .segoe-uniE1F41:before { content: "\ea48"; } .segoe-uniE1F5:before { content: "\e1f5"; } .segoe-uniE1F51:before { content: "\e7c8"; } .segoe-uniE1F6:before { content: "\e1f6"; } .segoe-uniE1F61:before { content: "\e72e"; } .segoe-uniE1F7:before { content: "\e1f7"; } .segoe-uniE1F71:before { content: "\e785"; } .segoe-uniE1FD:before { content: "\e1fd"; } .segoe-uniE1FD1:before { content: "\e74b"; } .segoe-uniE206:before { content: "\e206"; } .segoe-uniE209:before { content: "\e209"; } .segoe-uniE211:before { content: "\e211"; } .segoe-uniE2111:before { content: "\e977"; } .segoe-uniE212:before { content: "\e212"; } .segoe-uniE2121:before { content: "\e975"; } .segoe-uniE228:before { content: "\e228"; } .segoe-uniE2281:before { content: "\e96e"; } .segoe-uniE248:before { content: "\e248"; } .segoe-uniE2481:before { content: "\e97a"; } .segoe-uniE25B:before { content: "\e25b"; } .segoe-uniE25C:before { content: "\e25c"; } .segoe-uniE25D:before { content: "\e25d"; } .segoe-uniE25D1:before { content: "\e979"; } .segoe-uniE25E:before { content: "\e25e"; } .segoe-uniE25E1:before { content: "\e978"; } .segoe-uniE26B:before { content: "\e26b"; } .segoe-uniE26B1:before { content: "\e970"; } .segoe-uniE26C:before { content: "\e26c"; } .segoe-uniE26C1:before { content: "\e96f"; } .segoe-uniE28F:before { content: "\e28f"; } .segoe-uniE28F1:before { content: "\e792"; } .segoe-uniE290:before { content: "\e290"; } .segoe-uniE291:before { content: "\e291"; } .segoe-uniE294:before { content: "\e294"; } .segoe-uniE2941:before { content: "\e8fe"; } .segoe-uniE295:before { content: "\e295"; } .segoe-uniE2951:before { content: "\e8ff"; } .segoe-uniE297:before { content: "\e297"; } .segoe-uniE298:before { content: "\e298"; } .segoe-uniE29B:before { content: "\e29b"; } .segoe-uniE2AC:before { content: "\e2ac"; } .segoe-uniE2AD:before { content: "\e2ad"; } .segoe-uniE2AD1:before { content: "\e823"; } .segoe-uniE2AE:before { content: "\e2ae"; } .segoe-uniE2B0:before { content: "\e2b0"; } .segoe-uniE2B01:before { content: "\e97c"; } .segoe-uniE2B1:before { content: "\e2b1"; } .segoe-uniE2B11:before { content: "\e790"; } .segoe-uniE2B2:before { content: "\e2b2"; } .segoe-uniE2B3:before { content: "\e2b3"; } .segoe-uniE2B31:before { content: "\e944"; } .segoe-uniE2B4:before { content: "\e2b4"; } .segoe-uniE2B41:before { content: "\e8a7"; } .segoe-uniE2F6:before { content: "\e2f6"; } .segoe-uniE2F61:before { content: "\e749"; } .segoe-uniE2F7:before { content: "\e2f7"; } .segoe-uniE700:before { content: "\e700"; } .segoe-uniE701:before { content: "\e701"; } .segoe-uniE702:before { content: "\e702"; } .segoe-uniE703:before { content: "\e703"; } .segoe-uniE704:before { content: "\e704"; } .segoe-uniE705:before { content: "\e705"; } .segoe-uniE706:before { content: "\e706"; } .segoe-uniE708:before { content: "\e708"; } .segoe-uniE709:before { content: "\e709"; } .segoe-uniE70A:before { content: "\e70a"; } .segoe-uniE70B:before { content: "\e70b"; } .segoe-uniE70C:before { content: "\e70c"; } .segoe-uniE725:before { content: "\e725"; } .segoe-uniE726:before { content: "\e726"; } .segoe-uniE727:before { content: "\e727"; } .segoe-uniE728:before { content: "\e728"; } .segoe-uniE72D:before { content: "\e72d"; } .segoe-uniE731:before { content: "\e731"; } .segoe-uniE736:before { content: "\e736"; } .segoe-uniE737:before { content: "\e737"; } .segoe-uniE741:before { content: "\e741"; } .segoe-uniE742:before { content: "\e742"; } .segoe-uniE743:before { content: "\e743"; } .segoe-uniE744:before { content: "\e744"; } .segoe-uniE745:before { content: "\e745"; } .segoe-uniE746:before { content: "\e746"; } .segoe-uniE747:before { content: "\e747"; } .segoe-uniE748:before { content: "\e748"; } .segoe-uniE74C:before { content: "\e74c"; } .segoe-uniE750:before { content: "\e750"; } .segoe-uniE751:before { content: "\e751"; } .segoe-uniE752:before { content: "\e752"; } .segoe-uniE753:before { content: "\e753"; } .segoe-uniE754:before { content: "\e754"; } .segoe-uniE755:before { content: "\e755"; } .segoe-uniE756:before { content: "\e756"; } .segoe-uniE759:before { content: "\e759"; } .segoe-uniE75A:before { content: "\e75a"; } .segoe-uniE75B:before { content: "\e75b"; } .segoe-uniE75C:before { content: "\e75c"; } .segoe-uniE75D:before { content: "\e75d"; } .segoe-uniE75E:before { content: "\e75e"; } .segoe-uniE75F:before { content: "\e75f"; } .segoe-uniE760:before { content: "\e760"; } .segoe-uniE761:before { content: "\e761"; } .segoe-uniE763:before { content: "\e763"; } .segoe-uniE764:before { content: "\e764"; } .segoe-uniE76D:before { content: "\e76d"; } .segoe-uniE76F:before { content: "\e76f"; } .segoe-uniE770:before { content: "\e770"; } .segoe-uniE771:before { content: "\e771"; } .segoe-uniE772:before { content: "\e772"; } .segoe-uniE773:before { content: "\e773"; } .segoe-uniE775:before { content: "\e775"; } .segoe-uniE777:before { content: "\e777"; } .segoe-uniE77E:before { content: "\e77e"; } .segoe-uniE781:before { content: "\e781"; } .segoe-uniE783:before { content: "\e783"; } .segoe-uniE784:before { content: "\e784"; } .segoe-uniE788:before { content: "\e788"; } .segoe-uniE789:before { content: "\e789"; } .segoe-uniE791:before { content: "\e791"; } .segoe-uniE793:before { content: "\e793"; } .segoe-uniE799:before { content: "\e799"; } .segoe-uniE7A5:before { content: "\e7a5"; } .segoe-uniE7AD:before { content: "\e7ad"; } .segoe-uniE7B3:before { content: "\e7b3"; } .segoe-uniE7B8:before { content: "\e7b8"; } .segoe-uniE7BA:before { content: "\e7ba"; } .segoe-uniE7BC:before { content: "\e7bc"; } .segoe-uniE7BE:before { content: "\e7be"; } .segoe-uniE7BF:before { content: "\e7bf"; } .segoe-uniE7C0:before { content: "\e7c0"; } .segoe-uniE7C4:before { content: "\e7c4"; } .segoe-uniE7C6:before { content: "\e7c6"; } .segoe-uniE7C7:before { content: "\e7c7"; } .segoe-uniE7DE:before { content: "\e7de"; } .segoe-uniE7E3:before { content: "\e7e3"; } .segoe-uniE7E7:before { content: "\e7e7"; } .segoe-uniE7E8:before { content: "\e7e8"; } .segoe-uniE7EA:before { content: "\e7ea"; } .segoe-uniE7EB:before { content: "\e7eb"; } .segoe-uniE7EC:before { content: "\e7ec"; } .segoe-uniE7EC1:before { content: "\e804"; } .segoe-uniE7ED:before { content: "\e7ed"; } .segoe-uniE7F1:before { content: "\e7f1"; } .segoe-uniE7F2:before { content: "\e7f2"; } .segoe-uniE7F3:before { content: "\e7f3"; } .segoe-uniE7F4:before { content: "\e7f4"; } .segoe-uniE7F5:before { content: "\e7f5"; } .segoe-uniE7F6:before { content: "\e7f6"; } .segoe-uniE7F7:before { content: "\e7f7"; } .segoe-uniE7F8:before { content: "\e7f8"; } .segoe-uniE7F9:before { content: "\e7f9"; } .segoe-uniE7FA:before { content: "\e7fa"; } .segoe-uniE7FB:before { content: "\e7fb"; } .segoe-uniE7FC:before { content: "\e7fc"; } .segoe-uniE7FD:before { content: "\e7fd"; } .segoe-uniE802:before { content: "\e802"; } .segoe-uniE803:before { content: "\e803"; } .segoe-uniE805:before { content: "\e805"; } .segoe-uniE806:before { content: "\e806"; } .segoe-uniE809:before { content: "\e809"; } .segoe-uniE80A:before { content: "\e80a"; } .segoe-uniE80B:before { content: "\e80b"; } .segoe-uniE80C:before { content: "\e80c"; } .segoe-uniE80D:before { content: "\e80d"; } .segoe-uniE811:before { content: "\e811"; } .segoe-uniE812:before { content: "\e812"; } .segoe-uniE813:before { content: "\e813"; } .segoe-uniE814:before { content: "\e814"; } .segoe-uniE815:before { content: "\e815"; } .segoe-uniE816:before { content: "\e816"; } .segoe-uniE819:before { content: "\e819"; } .segoe-uniE81A:before { content: "\e81a"; } .segoe-uniE81B:before { content: "\e81b"; } .segoe-uniE81C:before { content: "\e81c"; } .segoe-uniE81E:before { content: "\e81e"; } .segoe-uniE81F:before { content: "\e81f"; } .segoe-uniE821:before { content: "\e821"; } .segoe-uniE822:before { content: "\e822"; } .segoe-uniE825:before { content: "\e825"; } .segoe-uniE826:before { content: "\e826"; } .segoe-uniE829:before { content: "\e829"; } .segoe-uniE82A:before { content: "\e82a"; } .segoe-uniE82B:before { content: "\e82b"; } .segoe-uniE82C:before { content: "\e82c"; } .segoe-uniE82D:before { content: "\e82d"; } .segoe-uniE82E:before { content: "\e82e"; } .segoe-uniE82F:before { content: "\e82f"; } .segoe-uniE830:before { content: "\e830"; } .segoe-uniE835:before { content: "\e835"; } .segoe-uniE836:before { content: "\e836"; } .segoe-uniE838:before { content: "\e838"; } .segoe-uniE839:before { content: "\e839"; } .segoe-uniE83A:before { content: "\e83a"; } .segoe-uniE83B:before { content: "\e83b"; } .segoe-uniE83C:before { content: "\e83c"; } .segoe-uniE83D:before { content: "\e83d"; } .segoe-uniE83E:before { content: "\e83e"; } .segoe-uniE83F:before { content: "\e83f"; } .segoe-uniE840:before { content: "\e840"; } .segoe-uniE841:before { content: "\e841"; } .segoe-uniE842:before { content: "\e842"; } .segoe-uniE843:before { content: "\e843"; } .segoe-uniE844:before { content: "\e844"; } .segoe-uniE845:before { content: "\e845"; } .segoe-uniE846:before { content: "\e846"; } .segoe-uniE847:before { content: "\e847"; } .segoe-uniE848:before { content: "\e848"; } .segoe-uniE849:before { content: "\e849"; } .segoe-uniE84A:before { content: "\e84a"; } .segoe-uniE84B:before { content: "\e84b"; } .segoe-uniE84C:before { content: "\e84c"; } .segoe-uniE84D:before { content: "\e84d"; } .segoe-uniE84E:before { content: "\e84e"; } .segoe-uniE84F:before { content: "\e84f"; } .segoe-uniE850:before { content: "\e850"; } .segoe-uniE851:before { content: "\e851"; } .segoe-uniE852:before { content: "\e852"; } .segoe-uniE853:before { content: "\e853"; } .segoe-uniE854:before { content: "\e854"; } .segoe-uniE855:before { content: "\e855"; } .segoe-uniE856:before { content: "\e856"; } .segoe-uniE857:before { content: "\e857"; } .segoe-uniE858:before { content: "\e858"; } .segoe-uniE859:before { content: "\e859"; } .segoe-uniE85A:before { content: "\e85a"; } .segoe-uniE85B:before { content: "\e85b"; } .segoe-uniE85C:before { content: "\e85c"; } .segoe-uniE85D:before { content: "\e85d"; } .segoe-uniE85E:before { content: "\e85e"; } .segoe-uniE85F:before { content: "\e85f"; } .segoe-uniE860:before { content: "\e860"; } .segoe-uniE861:before { content: "\e861"; } .segoe-uniE862:before { content: "\e862"; } .segoe-uniE863:before { content: "\e863"; } .segoe-uniE864:before { content: "\e864"; } .segoe-uniE865:before { content: "\e865"; } .segoe-uniE866:before { content: "\e866"; } .segoe-uniE867:before { content: "\e867"; } .segoe-uniE868:before { content: "\e868"; } .segoe-uniE869:before { content: "\e869"; } .segoe-uniE86A:before { content: "\e86a"; } .segoe-uniE86B:before { content: "\e86b"; } .segoe-uniE86C:before { content: "\e86c"; } .segoe-uniE86D:before { content: "\e86d"; } .segoe-uniE86E:before { content: "\e86e"; } .segoe-uniE86F:before { content: "\e86f"; } .segoe-uniE870:before { content: "\e870"; } .segoe-uniE871:before { content: "\e871"; } .segoe-uniE872:before { content: "\e872"; } .segoe-uniE873:before { content: "\e873"; } .segoe-uniE874:before { content: "\e874"; } .segoe-uniE875:before { content: "\e875"; } .segoe-uniE876:before { content: "\e876"; } .segoe-uniE877:before { content: "\e877"; } .segoe-uniE878:before { content: "\e878"; } .segoe-uniE879:before { content: "\e879"; } .segoe-uniE87A:before { content: "\e87a"; } .segoe-uniE87B:before { content: "\e87b"; } .segoe-uniE87C:before { content: "\e87c"; } .segoe-uniE87D:before { content: "\e87d"; } .segoe-uniE87E:before { content: "\e87e"; } .segoe-uniE87F:before { content: "\e87f"; } .segoe-uniE880:before { content: "\e880"; } .segoe-uniE881:before { content: "\e881"; } .segoe-uniE882:before { content: "\e882"; } .segoe-uniE883:before { content: "\e883"; } .segoe-uniE884:before { content: "\e884"; } .segoe-uniE885:before { content: "\e885"; } .segoe-uniE886:before { content: "\e886"; } .segoe-uniE887:before { content: "\e887"; } .segoe-uniE888:before { content: "\e888"; } .segoe-uniE889:before { content: "\e889"; } .segoe-uniE88A:before { content: "\e88a"; } .segoe-uniE88B:before { content: "\e88b"; } .segoe-uniE88C:before { content: "\e88c"; } .segoe-uniE88D:before { content: "\e88d"; } .segoe-uniE88E:before { content: "\e88e"; } .segoe-uniE88F:before { content: "\e88f"; } .segoe-uniE891:before { content: "\e891"; } .segoe-uniE8AE:before { content: "\e8ae"; } .segoe-uniE8B0:before { content: "\e8b0"; } .segoe-uniE8B2:before { content: "\e8b2"; } .segoe-uniE8B7:before { content: "\e8b7"; } .segoe-uniE8BB:before { content: "\e8bb"; } .segoe-uniE8BE:before { content: "\e8be"; } .segoe-uniE8C7:before { content: "\e8c7"; } .segoe-uniE8CC:before { content: "\e8cc"; } .segoe-uniE8D3:before { content: "\e8d3"; } .segoe-uniE8DB:before { content: "\e8db"; } .segoe-uniE8DC:before { content: "\e8dc"; } .segoe-uniE8DD:before { content: "\e8dd"; } .segoe-uniE8ED:before { content: "\e8ed"; } .segoe-uniE8EE:before { content: "\e8ee"; } .segoe-uniE8F2:before { content: "\e8f2"; } .segoe-uniE902:before { content: "\e902"; } .segoe-uniE911:before { content: "\e911"; } .segoe-uniE914:before { content: "\e914"; } .segoe-uniE915:before { content: "\e915"; } .segoe-uniE916:before { content: "\e916"; } .segoe-uniE91B:before { content: "\e91b"; } .segoe-uniE91C:before { content: "\e91c"; } .segoe-uniE91F:before { content: "\e91f"; } .segoe-uniE921:before { content: "\e921"; } .segoe-uniE922:before { content: "\e922"; } .segoe-uniE923:before { content: "\e923"; } .segoe-uniE924:before { content: "\e924"; } .segoe-uniE925:before { content: "\e925"; } .segoe-uniE926:before { content: "\e926"; } .segoe-uniE927:before { content: "\e927"; } .segoe-uniE928:before { content: "\e928"; } .segoe-uniE929:before { content: "\e929"; } .segoe-uniE92C:before { content: "\e92c"; } .segoe-uniE92D:before { content: "\e92d"; } .segoe-uniE92F:before { content: "\e92f"; } .segoe-uniE930:before { content: "\e930"; } .segoe-uniE931:before { content: "\e931"; } .segoe-uniE932:before { content: "\e932"; } .segoe-uniE933:before { content: "\e933"; } .segoe-uniE934:before { content: "\e934"; } .segoe-uniE935:before { content: "\e935"; } .segoe-uniE936:before { content: "\e936"; } .segoe-uniE937:before { content: "\e937"; } .segoe-uniE938:before { content: "\e938"; } .segoe-uniE939:before { content: "\e939"; } .segoe-uniE93C:before { content: "\e93c"; } .segoe-uniE93E:before { content: "\e93e"; } .segoe-uniE943:before { content: "\e943"; } .segoe-uniE945:before { content: "\e945"; } .segoe-uniE946:before { content: "\e946"; } .segoe-uniE947:before { content: "\e947"; } .segoe-uniE948:before { content: "\e948"; } .segoe-uniE949:before { content: "\e949"; } .segoe-uniE94A:before { content: "\e94a"; } .segoe-uniE94B:before { content: "\e94b"; } .segoe-uniE94C:before { content: "\e94c"; } .segoe-uniE94D:before { content: "\e94d"; } .segoe-uniE94E:before { content: "\e94e"; } .segoe-uniE94F:before { content: "\e94f"; } .segoe-uniE950:before { content: "\e950"; } .segoe-uniE951:before { content: "\e951"; } .segoe-uniE952:before { content: "\e952"; } .segoe-uniE953:before { content: "\e953"; } .segoe-uniE954:before { content: "\e954"; } .segoe-uniE955:before { content: "\e955"; } .segoe-uniE956:before { content: "\e956"; } .segoe-uniE957:before { content: "\e957"; } .segoe-uniE958:before { content: "\e958"; } .segoe-uniE95A:before { content: "\e95a"; } .segoe-uniE95B:before { content: "\e95b"; } .segoe-uniE95D:before { content: "\e95d"; } .segoe-uniE95E:before { content: "\e95e"; } .segoe-uniE960:before { content: "\e960"; } .segoe-uniE961:before { content: "\e961"; } .segoe-uniE962:before { content: "\e962"; } .segoe-uniE963:before { content: "\e963"; } .segoe-uniE964:before { content: "\e964"; } .segoe-uniE965:before { content: "\e965"; } .segoe-uniE966:before { content: "\e966"; } .segoe-uniE967:before { content: "\e967"; } .segoe-uniE968:before { content: "\e968"; } .segoe-uniE969:before { content: "\e969"; } .segoe-uniE96A:before { content: "\e96a"; } .segoe-uniE96D:before { content: "\e96d"; } .segoe-uniE971:before { content: "\e971"; } .segoe-uniE972:before { content: "\e972"; } .segoe-uniE973:before { content: "\e973"; } .segoe-uniE974:before { content: "\e974"; } .segoe-uniE97D:before { content: "\e97d"; } .segoe-uniE97E:before { content: "\e97e"; } .segoe-uniE97F:before { content: "\e97f"; } .segoe-uniE980:before { content: "\e980"; } .segoe-uniE981:before { content: "\e981"; } .segoe-uniE982:before { content: "\e982"; } .segoe-uniE983:before { content: "\e983"; } .segoe-uniE984:before { content: "\e984"; } .segoe-uniE985:before { content: "\e985"; } .segoe-uniE986:before { content: "\e986"; } .segoe-uniE987:before { content: "\e987"; } .segoe-uniE988:before { content: "\e988"; } .segoe-uniE989:before { content: "\e989"; } .segoe-uniE98A:before { content: "\e98a"; } .segoe-uniE98F:before { content: "\e98f"; } .segoe-uniE990:before { content: "\e990"; } .segoe-uniE992:before { content: "\e992"; } .segoe-uniE993:before { content: "\e993"; } .segoe-uniE994:before { content: "\e994"; } .segoe-uniE995:before { content: "\e995"; } .segoe-uniE996:before { content: "\e996"; } .segoe-uniE998:before { content: "\e998"; } .segoe-uniE99A:before { content: "\e99a"; } .segoe-uniE9A1:before { content: "\e9a1"; } .segoe-uniE9A6:before { content: "\e9a6"; } .segoe-uniE9A8:before { content: "\e9a8"; } .segoe-uniE9A9:before { content: "\e9a9"; } .segoe-uniE9AA:before { content: "\e9aa"; } .segoe-uniE9AB:before { content: "\e9ab"; } .segoe-uniE9AC:before { content: "\e9ac"; } .segoe-uniE9AD:before { content: "\e9ad"; } .segoe-uniE9AE:before { content: "\e9ae"; } .segoe-uniE9AF:before { content: "\e9af"; } .segoe-uniE9B0:before { content: "\e9b0"; } .segoe-uniE9B1:before { content: "\e9b1"; } .segoe-uniE9B2:before { content: "\e9b2"; } .segoe-uniE9B3:before { content: "\e9b3"; } .segoe-uniE9B4:before { content: "\e9b4"; } .segoe-uniE9B5:before { content: "\e9b5"; } .segoe-uniE9B6:before { content: "\e9b6"; } .segoe-uniE9B7:before { content: "\e9b7"; } .segoe-uniE9B8:before { content: "\e9b8"; } .segoe-uniE9B9:before { content: "\e9b9"; } .segoe-uniE9BA:before { content: "\e9ba"; } .segoe-uniE9BB:before { content: "\e9bb"; } .segoe-uniE9BC:before { content: "\e9bc"; } .segoe-uniE9CA:before { content: "\e9ca"; } .segoe-uniE9CE:before { content: "\e9ce"; } .segoe-uniE9D2:before { content: "\e9d2"; } .segoe-uniE9D5:before { content: "\e9d5"; } .segoe-uniE9D9:before { content: "\e9d9"; } .segoe-uniE9E9:before { content: "\e9e9"; } .segoe-uniE9F3:before { content: "\e9f3"; } .segoe-uniE9F5:before { content: "\e9f5"; } .segoe-uniE9F9:before { content: "\e9f9"; } .segoe-uniEA0C:before { content: "\ea0c"; } .segoe-uniEA0D:before { content: "\ea0d"; } .segoe-uniEA14:before { content: "\ea14"; } .segoe-uniEA18:before { content: "\ea18"; } .segoe-uniEA1F:before { content: "\ea1f"; } .segoe-uniEA21:before { content: "\ea21"; } .segoe-uniEA24:before { content: "\ea24"; } .segoe-uniEA35:before { content: "\ea35"; } .segoe-uniEA37:before { content: "\ea37"; } .segoe-uniEA38:before { content: "\ea38"; } .segoe-uniEA39:before { content: "\ea39"; } .segoe-uniEA3A:before { content: "\ea3a"; } .segoe-uniEA3B:before { content: "\ea3b"; } .segoe-uniEA3C:before { content: "\ea3c"; } .segoe-uniEA3D:before { content: "\ea3d"; } .segoe-uniEA3F:before { content: "\ea3f"; } .segoe-uniEA43:before { content: "\ea43"; } .segoe-uniEA44:before { content: "\ea44"; } .segoe-uniEA47:before { content: "\ea47"; } .segoe-uniEA4A:before { content: "\ea4a"; } .segoe-uniEA50:before { content: "\ea50"; } .segoe-uniEA54:before { content: "\ea54"; } .segoe-uniEA55:before { content: "\ea55"; } .segoe-uniEA5E:before { content: "\ea5e"; } .segoe-uniEA5F:before { content: "\ea5f"; } .segoe-uniEA60:before { content: "\ea60"; } .segoe-uniEA61:before { content: "\ea61"; } .segoe-uniEA62:before { content: "\ea62"; } .segoe-uniEA63:before { content: "\ea63"; } .segoe-uniEA64:before { content: "\ea64"; } .segoe-uniEA69:before { content: "\ea69"; } .segoe-uniEA6A:before { content: "\ea6a"; } .segoe-uniEA6C:before { content: "\ea6c"; } .segoe-uniEA79:before { content: "\ea79"; } .segoe-uniEA80:before { content: "\ea80"; } .segoe-uniEA81:before { content: "\ea81"; } .segoe-uniEA82:before { content: "\ea82"; } .segoe-uniEA83:before { content: "\ea83"; } .segoe-uniEA84:before { content: "\ea84"; } .segoe-uniEA86:before { content: "\ea86"; } .segoe-uniEA89:before { content: "\ea89"; } .segoe-uniEA8A:before { content: "\ea8a"; } .segoe-uniEA8B:before { content: "\ea8b"; } .segoe-uniEA8C:before { content: "\ea8c"; } .segoe-uniEA8D:before { content: "\ea8d"; } .segoe-uniEA8E:before { content: "\ea8e"; } .segoe-uniEA8F:before { content: "\ea8f"; } .segoe-uniEA90:before { content: "\ea90"; } .segoe-uniEA91:before { content: "\ea91"; } .segoe-uniEA92:before { content: "\ea92"; } .segoe-uniEA93:before { content: "\ea93"; } .segoe-uniEA94:before { content: "\ea94"; } .segoe-uniEA95:before { content: "\ea95"; } .segoe-uniEA97:before { content: "\ea97"; } .segoe-uniEA99:before { content: "\ea99"; } .segoe-uniEAC2:before { content: "\eac2"; } .segoe-uniEADF:before { content: "\eadf"; } .segoe-uniEB05:before { content: "\eb05"; } .segoe-uniEB0F:before { content: "\eb0f"; } .segoe-uniEB11:before { content: "\eb11"; } .segoe-uniEB3C:before { content: "\eb3c"; } .segoe-uniEB41:before { content: "\eb41"; } .segoe-uniEB42:before { content: "\eb42"; } .segoe-uniEB44:before { content: "\eb44"; } .segoe-uniEB47:before { content: "\eb47"; } .segoe-uniEB48:before { content: "\eb48"; } .segoe-uniEB49:before { content: "\eb49"; } .segoe-uniEB4A:before { content: "\eb4a"; } .segoe-uniEB4B:before { content: "\eb4b"; } .segoe-uniEB4C:before { content: "\eb4c"; } .segoe-uniEB4D:before { content: "\eb4d"; } .segoe-uniEB4E:before { content: "\eb4e"; } .segoe-uniEB4F:before { content: "\eb4f"; } .segoe-uniEB50:before { content: "\eb50"; } .segoe-uniEB55:before { content: "\eb55"; } .segoe-uniEB56:before { content: "\eb56"; } .segoe-uniEB57:before { content: "\eb57"; } .segoe-uniEB58:before { content: "\eb58"; } .segoe-uniEB59:before { content: "\eb59"; } .segoe-uniEB5A:before { content: "\eb5a"; } .segoe-uniEB5B:before { content: "\eb5b"; } .segoe-uniEB5C:before { content: "\eb5c"; } .segoe-uniEB5D:before { content: "\eb5d"; } .segoe-uniEB5E:before { content: "\eb5e"; } .segoe-uniEB5F:before { content: "\eb5f"; } .segoe-uniEB60:before { content: "\eb60"; } .segoe-uniEB61:before { content: "\eb61"; } .segoe-uniEB62:before { content: "\eb62"; } .segoe-uniEB63:before { content: "\eb63"; } .segoe-uniEB66:before { content: "\eb66"; } .segoe-uniEB67:before { content: "\eb67"; } .segoe-uniEB68:before { content: "\eb68"; } .segoe-uniEB82:before { content: "\eb82"; } .segoe-uniEB83:before { content: "\eb83"; } .segoe-uniEB84:before { content: "\eb84"; } .segoe-uniEB85:before { content: "\eb85"; } .segoe-uniEB86:before { content: "\eb86"; } .segoe-uniEB87:before { content: "\eb87"; } .segoe-uniEB88:before { content: "\eb88"; } .segoe-uniEB89:before { content: "\eb89"; } .segoe-uniEB8A:before { content: "\eb8a"; } .segoe-uniEB8B:before { content: "\eb8b"; } .segoe-uniEB8C:before { content: "\eb8c"; } .segoe-uniEB8D:before { content: "\eb8d"; } .segoe-uniEB90:before { content: "\eb90"; } .segoe-uniEB91:before { content: "\eb91"; } .segoe-uniEB95:before { content: "\eb95"; } .segoe-uniEB96:before { content: "\eb96"; } .segoe-uniEB97:before { content: "\eb97"; } .segoe-uniEB9D:before { content: "\eb9d"; } .segoe-uniEB9E:before { content: "\eb9e"; } .segoe-uniEB9F:before { content: "\eb9f"; } .segoe-uniEBA0:before { content: "\eba0"; } .segoe-uniEBA1:before { content: "\eba1"; } .segoe-uniEBA2:before { content: "\eba2"; } .segoe-uniEBA3:before { content: "\eba3"; } .segoe-uniEBA4:before { content: "\eba4"; } .segoe-uniEBA5:before { content: "\eba5"; } .segoe-uniEBA6:before { content: "\eba6"; } .segoe-uniEBA7:before { content: "\eba7"; } .segoe-uniEBA8:before { content: "\eba8"; } .segoe-uniEBA9:before { content: "\eba9"; } .segoe-uniEBAA:before { content: "\ebaa"; } .segoe-uniEBAB:before { content: "\ebab"; } .segoe-uniEBAC:before { content: "\ebac"; } .segoe-uniEBAD:before { content: "\ebad"; } .segoe-uniEBAE:before { content: "\ebae"; } .segoe-uniEBAF:before { content: "\ebaf"; } .segoe-uniEBB0:before { content: "\ebb0"; } .segoe-uniEBB1:before { content: "\ebb1"; } .segoe-uniEBB2:before { content: "\ebb2"; } .segoe-uniEBB3:before { content: "\ebb3"; } .segoe-uniEBB4:before { content: "\ebb4"; } .segoe-uniEBB5:before { content: "\ebb5"; } .segoe-uniEBB6:before { content: "\ebb6"; } .segoe-uniEBB7:before { content: "\ebb7"; } .segoe-uniEBB8:before { content: "\ebb8"; } .segoe-uniEBB9:before { content: "\ebb9"; } .segoe-uniEBBA:before { content: "\ebba"; } .segoe-uniEBBB:before { content: "\ebbb"; } .segoe-uniEBBC:before { content: "\ebbc"; } .segoe-uniEBBD:before { content: "\ebbd"; } .segoe-uniEBBE:before { content: "\ebbe"; } .segoe-uniEBBF:before { content: "\ebbf"; } .segoe-uniEBC0:before { content: "\ebc0"; } .segoe-uniEBC3:before { content: "\ebc3"; } .segoe-uniEBC4:before { content: "\ebc4"; } .segoe-uniEBC5:before { content: "\ebc5"; } .segoe-uniEBC6:before { content: "\ebc6"; } .segoe-uniEBD2:before { content: "\ebd2"; } .segoe-uniEBD4:before { content: "\ebd4"; } .segoe-uniEBD5:before { content: "\ebd5"; } .segoe-uniEBD6:before { content: "\ebd6"; } .segoe-uniEBD7:before { content: "\ebd7"; } .segoe-uniEBD8:before { content: "\ebd8"; } .segoe-uniEBD9:before { content: "\ebd9"; } .segoe-uniEBDA:before { content: "\ebda"; } .segoe-uniEBDB:before { content: "\ebdb"; } .segoe-uniEBDE:before { content: "\ebde"; } .segoe-uniEBE6:before { content: "\ebe6"; } .segoe-uniEBE7:before { content: "\ebe7"; } .segoe-uniEBE8:before { content: "\ebe8"; } .segoe-uniEBFC:before { content: "\ebfc"; } .segoe-uniEBFD:before { content: "\ebfd"; } .segoe-uniEBFE:before { content: "\ebfe"; } .segoe-uniEBFF:before { content: "\ebff"; } .segoe-uniEC00:before { content: "\ec00"; } .segoe-uniEC02:before { content: "\ec02"; } .segoe-uniEC05:before { content: "\ec05"; } .segoe-uniEC06:before { content: "\ec06"; } .segoe-uniEC07:before { content: "\ec07"; } .segoe-uniEC08:before { content: "\ec08"; } .segoe-uniEC09:before { content: "\ec09"; } .segoe-uniEC0A:before { content: "\ec0a"; } .segoe-uniEC0B:before { content: "\ec0b"; } .segoe-uniEC11:before { content: "\ec11"; } .segoe-uniEC12:before { content: "\ec12"; } .segoe-uniEC13:before { content: "\ec13"; } .segoe-uniEC14:before { content: "\ec14"; } .segoe-uniEC15:before { content: "\ec15"; } .segoe-uniEC16:before { content: "\ec16"; } .segoe-uniEC19:before { content: "\ec19"; } .segoe-uniEC1B:before { content: "\ec1b"; } .segoe-uniEC1E:before { content: "\ec1e"; } .segoe-uniEC20:before { content: "\ec20"; } .segoe-uniEC24:before { content: "\ec24"; } .segoe-uniEC25:before { content: "\ec25"; } .segoe-uniEC26:before { content: "\ec26"; } .segoe-uniEC27:before { content: "\ec27"; } .segoe-uniEC31:before { content: "\ec31"; } .segoe-uniEC32:before { content: "\ec32"; } .segoe-uniEC37:before { content: "\ec37"; } .segoe-uniEC38:before { content: "\ec38"; } .segoe-uniEC39:before { content: "\ec39"; } .segoe-uniEC3A:before { content: "\ec3a"; } .segoe-uniEC3B:before { content: "\ec3b"; } .segoe-uniEC3C:before { content: "\ec3c"; } .segoe-uniEC3D:before { content: "\ec3d"; } .segoe-uniEC3E:before { content: "\ec3e"; } .segoe-uniEC3F:before { content: "\ec3f"; } .segoe-uniEC40:before { content: "\ec40"; } .segoe-uniEC41:before { content: "\ec41"; } .segoe-uniEC42:before { content: "\ec42"; } .segoe-uniEC43:before { content: "\ec43"; } .segoe-uniEC44:before { content: "\ec44"; } .segoe-uniEC45:before { content: "\ec45"; } .segoe-uniEC46:before { content: "\ec46"; } .segoe-uniEC47:before { content: "\ec47"; } .segoe-uniEC48:before { content: "\ec48"; } .segoe-uniEC49:before { content: "\ec49"; } .segoe-uniEC4A:before { content: "\ec4a"; } .segoe-uniEC4E:before { content: "\ec4e"; } .segoe-uniEC4F:before { content: "\ec4f"; } .segoe-uniEC50:before { content: "\ec50"; } .segoe-uniEC51:before { content: "\ec51"; } .segoe-uniEC52:before { content: "\ec52"; } .segoe-uniEC54:before { content: "\ec54"; } .segoe-uniEC55:before { content: "\ec55"; } .segoe-uniEC56:before { content: "\ec56"; } .segoe-uniEC57:before { content: "\ec57"; } .segoe-uniEC58:before { content: "\ec58"; } .segoe-uniEC59:before { content: "\ec59"; } .segoe-uniEC5A:before { content: "\ec5a"; } .segoe-uniEC5B:before { content: "\ec5b"; } .segoe-uniEC5C:before { content: "\ec5c"; } .segoe-uniEC61:before { content: "\ec61"; } .segoe-uniEC64:before { content: "\ec64"; } .segoe-uniEC6C:before { content: "\ec6c"; } .segoe-uniEC6D:before { content: "\ec6d"; } .segoe-uniEC71:before { content: "\ec71"; } .segoe-uniEC72:before { content: "\ec72"; } .segoe-uniEC74:before { content: "\ec74"; } .segoe-uniEC75:before { content: "\ec75"; } .segoe-uniEC76:before { content: "\ec76"; } .segoe-uniEC77:before { content: "\ec77"; } .segoe-uniEC7A:before { content: "\ec7a"; } .segoe-uniEC7E:before { content: "\ec7e"; } .segoe-uniEC7F:before { content: "\ec7f"; } .segoe-uniEC80:before { content: "\ec80"; } .segoe-uniEC81:before { content: "\ec81"; } .segoe-uniEC87:before { content: "\ec87"; } .segoe-uniEC88:before { content: "\ec88"; } .segoe-uniEC8A:before { content: "\ec8a"; } .segoe-uniEC8F:before { content: "\ec8f"; } .segoe-uniEC92:before { content: "\ec92"; } .segoe-uniECA5:before { content: "\eca5"; } .segoe-uniECA7:before { content: "\eca7"; } .segoe-uniECAA:before { content: "\ecaa"; } .segoe-uniECAD:before { content: "\ecad"; } .segoe-uniECB9:before { content: "\ecb9"; } .segoe-uniECBA:before { content: "\ecba"; } .segoe-uniECBB:before { content: "\ecbb"; } .segoe-uniECBC:before { content: "\ecbc"; } .segoe-uniECBD:before { content: "\ecbd"; } .segoe-uniECBE:before { content: "\ecbe"; } .segoe-uniECBF:before { content: "\ecbf"; } .segoe-uniECC4:before { content: "\ecc4"; } .segoe-uniECC5:before { content: "\ecc5"; } .segoe-uniECC6:before { content: "\ecc6"; } .segoe-uniECC8:before { content: "\ecc8"; } .segoe-uniECC9:before { content: "\ecc9"; } .segoe-uniECCA:before { content: "\ecca"; } .segoe-uniECCB:before { content: "\eccb"; } .segoe-uniECCC:before { content: "\eccc"; } .segoe-uniECCD:before { content: "\eccd"; } .segoe-uniECE4:before { content: "\ece4"; } .segoe-uniECE7:before { content: "\ece7"; } .segoe-uniECE8:before { content: "\ece8"; } .segoe-uniECE9:before { content: "\ece9"; } .segoe-uniECF0:before { content: "\ecf0"; } .segoe-uniECF1:before { content: "\ecf1"; } .segoe-uniECF3:before { content: "\ecf3"; } .segoe-uniED0C:before { content: "\ed0c"; } .segoe-uniED0D:before { content: "\ed0d"; } .segoe-uniED0E:before { content: "\ed0e"; } .segoe-uniED10:before { content: "\ed10"; } .segoe-uniED11:before { content: "\ed11"; } .segoe-uniED14:before { content: "\ed14"; } .segoe-uniED15:before { content: "\ed15"; } .segoe-uniED1E:before { content: "\ed1e"; } .segoe-uniED1F:before { content: "\ed1f"; } .segoe-uniED25:before { content: "\ed25"; } .segoe-uniED28:before { content: "\ed28"; } .segoe-uniED2A:before { content: "\ed2a"; } .segoe-uniED2B:before { content: "\ed2b"; } .segoe-uniED2C:before { content: "\ed2c"; } .segoe-uniED2D:before { content: "\ed2d"; } .segoe-uniED2E:before { content: "\ed2e"; } .segoe-uniED2F:before { content: "\ed2f"; } .segoe-uniED30:before { content: "\ed30"; } .segoe-uniED31:before { content: "\ed31"; } .segoe-uniED32:before { content: "\ed32"; } .segoe-uniED33:before { content: "\ed33"; } .segoe-uniED35:before { content: "\ed35"; } .segoe-uniED39:before { content: "\ed39"; } .segoe-uniED3A:before { content: "\ed3a"; } .segoe-uniED3C:before { content: "\ed3c"; } .segoe-uniED3D:before { content: "\ed3d"; } .segoe-uniED41:before { content: "\ed41"; } .segoe-uniED42:before { content: "\ed42"; } .segoe-uniED43:before { content: "\ed43"; } .segoe-uniED44:before { content: "\ed44"; } .segoe-uniED47:before { content: "\ed47"; } .segoe-uniED4C:before { content: "\ed4c"; } .segoe-uniED4D:before { content: "\ed4d"; } .segoe-uniED53:before { content: "\ed53"; } .segoe-uniED54:before { content: "\ed54"; } .segoe-uniED55:before { content: "\ed55"; } .segoe-uniED56:before { content: "\ed56"; } .segoe-uniED57:before { content: "\ed57"; } .segoe-uniED58:before { content: "\ed58"; } .segoe-uniED59:before { content: "\ed59"; } .segoe-uniED5A:before { content: "\ed5a"; } .segoe-uniED5B:before { content: "\ed5b"; } .segoe-uniED5C:before { content: "\ed5c"; } .segoe-uniED5D:before { content: "\ed5d"; } .segoe-uniED5E:before { content: "\ed5e"; } .segoe-uniED5F:before { content: "\ed5f"; } .segoe-uniED60:before { content: "\ed60"; } .segoe-uniED61:before { content: "\ed61"; } .segoe-uniED62:before { content: "\ed62"; } .segoe-uniED63:before { content: "\ed63"; } .segoe-uniED64:before { content: "\ed64"; } .segoe-uniED65:before { content: "\ed65"; } .segoe-uniED66:before { content: "\ed66"; } .segoe-uniED67:before { content: "\ed67"; } .segoe-uniEDA2:before { content: "\eda2"; } .segoe-uniEDA3:before { content: "\eda3"; } .segoe-uniEDA4:before { content: "\eda4"; } .segoe-uniEDA5:before { content: "\eda5"; } .segoe-uniEDA6:before { content: "\eda6"; } .segoe-uniEDA7:before { content: "\eda7"; } .segoe-uniEDA8:before { content: "\eda8"; } .segoe-uniEDA9:before { content: "\eda9"; } .segoe-uniEDAA:before { content: "\edaa"; } .segoe-uniEDAB:before { content: "\edab"; } .segoe-uniEDAC:before { content: "\edac"; } .segoe-uniEDAD:before { content: "\edad"; } .segoe-uniEDAE:before { content: "\edae"; } .segoe-uniEDAF:before { content: "\edaf"; } .segoe-uniEDB0:before { content: "\edb0"; } .segoe-uniEDB1:before { content: "\edb1"; } .segoe-uniEDB3:before { content: "\edb3"; } .segoe-uniEDB4:before { content: "\edb4"; } .segoe-uniEDB5:before { content: "\edb5"; } .segoe-uniEDC6:before { content: "\edc6"; } .segoe-uniEDD6:before { content: "\edd6"; } .segoe-uniEDD9:before { content: "\edd9"; } .segoe-uniEDDA:before { content: "\edda"; } .segoe-uniEDDB:before { content: "\eddb"; } .segoe-uniEDDC:before { content: "\eddc"; } .segoe-uniEDE1:before { content: "\ede1"; } .segoe-uniEDE2:before { content: "\ede2"; } .segoe-uniEDE3:before { content: "\ede3"; } .segoe-uniEDE4:before { content: "\ede4"; } .segoe-uniEDE5:before { content: "\ede5"; } .segoe-uniEDFB:before { content: "\edfb"; } .segoe-uniEE35:before { content: "\ee35"; } .segoe-uniEE3F:before { content: "\ee3f"; } .segoe-uniEE40:before { content: "\ee40"; } .segoe-uniEE4A:before { content: "\ee4a"; } .segoe-uniEE56:before { content: "\ee56"; } .segoe-uniEE57:before { content: "\ee57"; } .segoe-uniEE63:before { content: "\ee63"; } .segoe-uniEE64:before { content: "\ee64"; } .segoe-uniEE65:before { content: "\ee65"; } .segoe-uniEE6F:before { content: "\ee6f"; } .segoe-uniEE71:before { content: "\ee71"; } .segoe-uniEE77:before { content: "\ee77"; } .segoe-uniEE79:before { content: "\ee79"; } .segoe-uniEE7A:before { content: "\ee7a"; } .segoe-uniEE92:before { content: "\ee92"; } .segoe-uniEE93:before { content: "\ee93"; } .segoe-uniEE94:before { content: "\ee94"; } .segoe-uniEEA3:before { content: "\eea3"; } .segoe-uniEECA:before { content: "\eeca"; } .segoe-uniEF15:before { content: "\ef15"; } .segoe-uniEF16:before { content: "\ef16"; } .segoe-uniEF17:before { content: "\ef17"; } .segoe-uniEF18:before { content: "\ef18"; } .segoe-uniEF19:before { content: "\ef19"; } .segoe-uniEF1F:before { content: "\ef1f"; } .segoe-uniEF20:before { content: "\ef20"; } .segoe-uniEF2C:before { content: "\ef2c"; } .segoe-uniEF2D:before { content: "\ef2d"; } .segoe-uniEF2E:before { content: "\ef2e"; } .segoe-uniEF2F:before { content: "\ef2f"; } .segoe-uniEF31:before { content: "\ef31"; } .segoe-uniEF3B:before { content: "\ef3b"; } .segoe-uniEF3C:before { content: "\ef3c"; } .segoe-uniEF3D:before { content: "\ef3d"; } .segoe-uniEF3E:before { content: "\ef3e"; } .segoe-uniEF3F:before { content: "\ef3f"; } .segoe-uniEF40:before { content: "\ef40"; } .segoe-uniEF58:before { content: "\ef58"; } .segoe-uniEF6B:before { content: "\ef6b"; } .segoe-uniEF90:before { content: "\ef90"; } .segoe-uniEFA5:before { content: "\efa5"; } .segoe-uniEFA9:before { content: "\efa9"; } .segoe-uniF000:before { content: "\f000"; } .segoe-uniF003:before { content: "\f003"; } .segoe-uniF080:before { content: "\f080"; } .segoe-uniF081:before { content: "\f081"; } .segoe-uniF085:before { content: "\f085"; } .segoe-uniF08C:before { content: "\f08c"; } .segoe-uniF093:before { content: "\f093"; } .segoe-uniF094:before { content: "\f094"; } .segoe-uniF095:before { content: "\f095"; } .segoe-uniF096:before { content: "\f096"; } .segoe-uniF0AD:before { content: "\f0ad"; } .segoe-uniF0AE:before { content: "\f0ae"; } .segoe-uniF0AF:before { content: "\f0af"; } .segoe-uniF0B0:before { content: "\f0b0"; } .segoe-uniF0B2:before { content: "\f0b2"; } .segoe-uniF0B3:before { content: "\f0b3"; } .segoe-uniF0B4:before { content: "\f0b4"; } .segoe-uniF0B5:before { content: "\f0b5"; } .segoe-uniF0B6:before { content: "\f0b6"; } .segoe-uniF0B7:before { content: "\f0b7"; } .segoe-uniF0B8:before { content: "\f0b8"; } .segoe-uniF0B9:before { content: "\f0b9"; } .segoe-uniF0C6:before { content: "\f0c6"; } .segoe-uniF0C7:before { content: "\f0c7"; } .segoe-uniF0CA:before { content: "\f0ca"; } .segoe-uniF0CB:before { content: "\f0cb"; } .segoe-uniF0CC:before { content: "\f0cc"; } .segoe-uniF0CD:before { content: "\f0cd"; } .segoe-uniF0CE:before { content: "\f0ce"; } .segoe-uniF0D2:before { content: "\f0d2"; } .segoe-uniF0D3:before { content: "\f0d3"; } .segoe-uniF0D5:before { content: "\f0d5"; } .segoe-uniF0D6:before { content: "\f0d6"; } .segoe-uniF0D7:before { content: "\f0d7"; } .segoe-uniF0D8:before { content: "\f0d8"; } .segoe-uniF0E2:before { content: "\f0e2"; } .segoe-uniF0E3:before { content: "\f0e3"; } .segoe-uniF0E4:before { content: "\f0e4"; } .segoe-uniF0E5:before { content: "\f0e5"; } .segoe-uniF0E6:before { content: "\f0e6"; } .segoe-uniF0E7:before { content: "\f0e7"; } .segoe-uniF0E8:before { content: "\f0e8"; } .segoe-uniF0E9:before { content: "\f0e9"; } .segoe-uniF0EA:before { content: "\f0ea"; } .segoe-uniF0EB:before { content: "\f0eb"; } .segoe-uniF0EC:before { content: "\f0ec"; } .segoe-uniF0ED:before { content: "\f0ed"; } .segoe-uniF0EE:before { content: "\f0ee"; } .segoe-uniF0F7:before { content: "\f0f7"; } .segoe-uniF0F8:before { content: "\f0f8"; } .segoe-uniF0F9:before { content: "\f0f9"; } .segoe-uniF0FB:before { content: "\f0fb"; } .segoe-uniF103:before { content: "\f103"; } .segoe-uniF108:before { content: "\f108"; } .segoe-uniF109:before { content: "\f109"; } .segoe-uniF10A:before { content: "\f10a"; } .segoe-uniF10B:before { content: "\f10b"; } .segoe-uniF10C:before { content: "\f10c"; } .segoe-uniF10D:before { content: "\f10d"; } .segoe-uniF10E:before { content: "\f10e"; } .segoe-uniF110:before { content: "\f110"; } .segoe-uniF111:before { content: "\f111"; } .segoe-uniF119:before { content: "\f119"; } .segoe-uniF11B:before { content: "\f11b"; } .segoe-uniF126:before { content: "\f126"; } .segoe-uniF127:before { content: "\f127"; } .segoe-uniF128:before { content: "\f128"; } .segoe-uniF129:before { content: "\f129"; } .segoe-uniF12A:before { content: "\f12a"; } .segoe-uniF12B:before { content: "\f12b"; } .segoe-uniF12E:before { content: "\f12e"; } .segoe-uniF12F:before { content: "\f12f"; } .segoe-uniF131:before { content: "\f131"; } .segoe-uniF133:before { content: "\f133"; } .segoe-uniF136:before { content: "\f136"; } .segoe-uniF137:before { content: "\f137"; } .segoe-uniF138:before { content: "\f138"; } .segoe-uniF139:before { content: "\f139"; } .segoe-uniF13A:before { content: "\f13a"; } .segoe-uniF13B:before { content: "\f13b"; } .segoe-uniF13C:before { content: "\f13c"; } .segoe-uniF13D:before { content: "\f13d"; } .segoe-uniF13E:before { content: "\f13e"; } .segoe-uniF13F:before { content: "\f13f"; } .segoe-uniF140:before { content: "\f140"; } .segoe-uniF141:before { content: "\f141"; } .segoe-uniF142:before { content: "\f142"; } .segoe-uniF143:before { content: "\f143"; } .segoe-uniF146:before { content: "\f146"; } .segoe-uniF147:before { content: "\f147"; } .segoe-uniF148:before { content: "\f148"; } .segoe-uniF149:before { content: "\f149"; } .segoe-uniF14A:before { content: "\f14a"; } .segoe-uniF14B:before { content: "\f14b"; } .segoe-uniF14C:before { content: "\f14c"; } .segoe-uniF14D:before { content: "\f14d"; } .segoe-uniF14E:before { content: "\f14e"; } .segoe-uniF14F:before { content: "\f14f"; } .segoe-uniF150:before { content: "\f150"; } .segoe-uniF151:before { content: "\f151"; } .segoe-uniF152:before { content: "\f152"; } .segoe-uniF153:before { content: "\f153"; } .segoe-uniF154:before { content: "\f154"; } .segoe-uniF155:before { content: "\f155"; } .segoe-uniF156:before { content: "\f156"; } .segoe-uniF157:before { content: "\f157"; } .segoe-uniF158:before { content: "\f158"; } .segoe-uniF159:before { content: "\f159"; } .segoe-uniF161:before { content: "\f161"; } .segoe-uniF163:before { content: "\f163"; } .segoe-uniF164:before { content: "\f164"; } .segoe-uniF165:before { content: "\f165"; } .segoe-uniF166:before { content: "\f166"; } .segoe-uniF167:before { content: "\f167"; } .segoe-uniF168:before { content: "\f168"; } .segoe-uniF169:before { content: "\f169"; } .segoe-uniF16A:before { content: "\f16a"; } .segoe-uniF16B:before { content: "\f16b"; } .segoe-uniF16C:before { content: "\f16c"; } .segoe-uniF16D:before { content: "\f16d"; } .segoe-uniF16E:before { content: "\f16e"; } .segoe-uniF175:before { content: "\f175"; } .segoe-uniF17F:before { content: "\f17f"; } .segoe-uniF180:before { content: "\f180"; } .segoe-uniF182:before { content: "\f182"; } .segoe-uniF191:before { content: "\f191"; } .segoe-uniF193:before { content: "\f193"; } .segoe-uniF19D:before { content: "\f19d"; } .segoe-uniF1AD:before { content: "\f1ad"; } .segoe-uniF1CB:before { content: "\f1cb"; } .segoe-uniF1CC:before { content: "\f1cc"; } .segoe-uniF1D8:before { content: "\f1d8"; } .segoe-uniF1D9:before { content: "\f1d9"; } .segoe-uniF20C:before { content: "\f20c"; } .segoe-uniF20D:before { content: "\f20d"; } .segoe-uniF210:before { content: "\f210"; } .segoe-uniF22C:before { content: "\f22c"; } .segoe-uniF22E:before { content: "\f22e"; } .segoe-uniF246:before { content: "\f246"; } .segoe-uniF259:before { content: "\f259"; } .segoe-uniF260:before { content: "\f260"; } .segoe-uniF261:before { content: "\f261"; } .segoe-uniF26B:before { content: "\f26b"; } .segoe-uniF26C:before { content: "\f26c"; } .segoe-uniF26D:before { content: "\f26d"; } .segoe-uniF26E:before { content: "\f26e"; } .segoe-uniF270:before { content: "\f270"; } .segoe-uniF271:before { content: "\f271"; } .segoe-uniF272:before { content: "\f272"; } .segoe-uniF2B7:before { content: "\f2b7"; } .segoe-uniF32A:before { content: "\f32a"; } .segoe-uniF384:before { content: "\f384"; } .segoe-uniF385:before { content: "\f385"; } .segoe-uniF386:before { content: "\f386"; } .segoe-uniF3B1:before { content: "\f3b1"; } .segoe-uniF3CC:before { content: "\f3cc"; } .segoe-uniF3CD:before { content: "\f3cd"; } .segoe-uniF3E2:before { content: "\f3e2"; } .segoe-uniF3E7:before { content: "\f3e7"; } .segoe-uniF404:before { content: "\f404"; } .segoe-uniF406:before { content: "\f406"; } .segoe-uniF407:before { content: "\f407"; } .segoe-uniF408:before { content: "\f408"; } .segoe-uniF413:before { content: "\f413"; } .segoe-uniF439:before { content: "\f439"; } .segoe-uniF45E:before { content: "\f45e"; } .segoe-uniF45F:before { content: "\f45f"; } .segoe-uniF460:before { content: "\f460"; } .segoe-uniF461:before { content: "\f461"; } .segoe-uniF462:before { content: "\f462"; } .segoe-uniF463:before { content: "\f463"; } .segoe-uniF464:before { content: "\f464"; } .segoe-uniF465:before { content: "\f465"; } .segoe-uniF466:before { content: "\f466"; } .segoe-uniF473:before { content: "\f473"; } .segoe-uniF474:before { content: "\f474"; } .segoe-uniF475:before { content: "\f475"; } .segoe-uniF476:before { content: "\f476"; } .segoe-uniF49A:before { content: "\f49a"; } .segoe-uniF4A9:before { content: "\f4a9"; } .segoe-uniF4AA:before { content: "\f4aa"; } .segoe-uniF4BE:before { content: "\f4be"; } .segoe-uniF4BF:before { content: "\f4bf"; } .segoe-uniF4C0:before { content: "\f4c0"; } .segoe-uniF4C3:before { content: "\f4c3"; } .segoe-uniF540:before { content: "\f540"; } .segoe-uniF552:before { content: "\f552"; } .segoe-uniF56D:before { content: "\f56d"; } .segoe-uniF56E:before { content: "\f56e"; } .segoe-uniF56F:before { content: "\f56f"; } .segoe-uniF570:before { content: "\f570"; } .segoe-uniF571:before { content: "\f571"; } .segoe-uniF572:before { content: "\f572"; } .segoe-uniF573:before { content: "\f573"; } .segoe-uniF574:before { content: "\f574"; } .segoe-uniF575:before { content: "\f575"; } .segoe-uniF576:before { content: "\f576"; } .segoe-uniF577:before { content: "\f577"; } .segoe-uniF578:before { content: "\f578"; } .segoe-uniF579:before { content: "\f579"; } .segoe-uniF57A:before { content: "\f57a"; } .segoe-uniF57B:before { content: "\f57b"; } .segoe-uniF57C:before { content: "\f57c"; } .segoe-uniF57D:before { content: "\f57d"; } .segoe-uniF57E:before { content: "\f57e"; } .segoe-uniF57F:before { content: "\f57f"; } .segoe-uniF580:before { content: "\f580"; } .segoe-uniF581:before { content: "\f581"; } .segoe-uniF582:before { content: "\f582"; } .segoe-uniF583:before { content: "\f583"; } .segoe-uniF584:before { content: "\f584"; } .segoe-uniF585:before { content: "\f585"; } .segoe-uniF586:before { content: "\f586"; } .segoe-uniF587:before { content: "\f587"; } .segoe-uniF588:before { content: "\f588"; } .segoe-uniF589:before { content: "\f589"; } .segoe-uniF58A:before { content: "\f58a"; } .segoe-uniF58B:before { content: "\f58b"; } .segoe-uniF58C:before { content: "\f58c"; } .segoe-uniF58D:before { content: "\f58d"; } .segoe-uniF58E:before { content: "\f58e"; } .segoe-uniF58F:before { content: "\f58f"; } .segoe-uniF590:before { content: "\f590"; } .segoe-uniF591:before { content: "\f591"; } .segoe-uniF592:before { content: "\f592"; } .segoe-uniF593:before { content: "\f593"; } .segoe-uniF594:before { content: "\f594"; } .segoe-uniF595:before { content: "\f595"; } .segoe-uniF596:before { content: "\f596"; } .segoe-uniF597:before { content: "\f597"; } .segoe-uniF598:before { content: "\f598"; } .segoe-uniF599:before { content: "\f599"; } .segoe-uniF59A:before { content: "\f59a"; } .segoe-uniF59B:before { content: "\f59b"; } .segoe-uniF59C:before { content: "\f59c"; } .segoe-uniF59D:before { content: "\f59d"; } .segoe-uniF59E:before { content: "\f59e"; } .segoe-uniF59F:before { content: "\f59f"; } .segoe-uniF5A0:before { content: "\f5a0"; } .segoe-uniF5A1:before { content: "\f5a1"; } .segoe-uniF5A2:before { content: "\f5a2"; } .segoe-uniF5A3:before { content: "\f5a3"; } .segoe-uniF5A4:before { content: "\f5a4"; } .segoe-uniF5A5:before { content: "\f5a5"; } .segoe-uniF5A6:before { content: "\f5a6"; } .segoe-uniF5A7:before { content: "\f5a7"; } .segoe-uniF5A8:before { content: "\f5a8"; } .segoe-uniF5A9:before { content: "\f5a9"; } .segoe-uniF5AA:before { content: "\f5aa"; } .segoe-uniF5AB:before { content: "\f5ab"; } .segoe-uniF5AC:before { content: "\f5ac"; } .segoe-uniF5AD:before { content: "\f5ad"; } .segoe-uniF5AE:before { content: "\f5ae"; } .segoe-uniF5B0:before { content: "\f5b0"; } .segoe-uniF5E7:before { content: "\f5e7"; } .segoe-uniF5ED:before { content: "\f5ed"; } .segoe-uniF5EE:before { content: "\f5ee"; } .segoe-uniF5EF:before { content: "\f5ef"; } .segoe-uniF5F2:before { content: "\f5f2"; } .segoe-uniF5F3:before { content: "\f5f3"; } .segoe-uniF5F4:before { content: "\f5f4"; } .segoe-uniF5F5:before { content: "\f5f5"; } .segoe-uniF5F6:before { content: "\f5f6"; } .segoe-uniF5F7:before { content: "\f5f7"; } .segoe-uniF5F8:before { content: "\f5f8"; } .segoe-uniF5F9:before { content: "\f5f9"; } .segoe-uniF5FA:before { content: "\f5fa"; } .segoe-uniF5FB:before { content: "\f5fb"; } .segoe-uniF5FC:before { content: "\f5fc"; } .segoe-uniF5FD:before { content: "\f5fd"; } .segoe-uniF5FE:before { content: "\f5fe"; } .segoe-uniF5FF:before { content: "\f5ff"; } .segoe-uniF600:before { content: "\f600"; } .segoe-uniF601:before { content: "\f601"; } .segoe-uniF602:before { content: "\f602"; } .segoe-uniF603:before { content: "\f603"; } .segoe-uniF604:before { content: "\f604"; } .segoe-uniF605:before { content: "\f605"; } .segoe-uniF606:before { content: "\f606"; } .segoe-uniF607:before { content: "\f607"; } .segoe-uniF608:before { content: "\f608"; } .segoe-uniF614:before { content: "\f614"; } .segoe-uniF615:before { content: "\f615"; } .segoe-uniF616:before { content: "\f616"; } .segoe-uniF617:before { content: "\f617"; } .segoe-uniF618:before { content: "\f618"; } .segoe-uniF619:before { content: "\f619"; } .segoe-uniF61A:before { content: "\f61a"; } .segoe-uniF61B:before { content: "\f61b"; } .segoe-uniF61C:before { content: "\f61c"; } .segoe-uniF61D:before { content: "\f61d"; } .segoe-uniF61E:before { content: "\f61e"; } .segoe-uniF61F:before { content: "\f61f"; } .segoe-uniF620:before { content: "\f620"; } .segoe-uniF623:before { content: "\f623"; } .segoe-uniF624:before { content: "\f624"; } .segoe-uniF63C:before { content: "\f63c"; } .segoe-uniF657:before { content: "\f657"; } .segoe-uniF658:before { content: "\f658"; } .segoe-uniF659:before { content: "\f659"; } .segoe-uniF65A:before { content: "\f65a"; } .segoe-uniF65B:before { content: "\f65b"; } .segoe-uniF65C:before { content: "\f65c"; } .segoe-uniF69E:before { content: "\f69e"; } .segoe-uniF6FA:before { content: "\f6fa"; } .segoe-uniF712:before { content: "\f712"; } .segoe-uniF714:before { content: "\f714"; } .segoe-uniF715:before { content: "\f715"; } .segoe-uniF716:before { content: "\f716"; } .segoe-uniF71A:before { content: "\f71a"; } .segoe-uniF71C:before { content: "\f71c"; } .segoe-uniF71D:before { content: "\f71d"; } .segoe-uniF71E:before { content: "\f71e"; } .segoe-uniF738:before { content: "\f738"; } .segoe-uniF739:before { content: "\f739"; } .segoe-uniF73D:before { content: "\f73d"; } .segoe-uniF73E:before { content: "\f73e"; } .segoe-uniF73F:before { content: "\f73f"; } .segoe-uniF740:before { content: "\f740"; } .segoe-uniF741:before { content: "\f741"; } .segoe-uniF742:before { content: "\f742"; } .segoe-uniF743:before { content: "\f743"; } .segoe-uniF744:before { content: "\f744"; } .segoe-uniF745:before { content: "\f745"; } .segoe-uniF746:before { content: "\f746"; } .segoe-uniF781:before { content: "\f781"; } .segoe-uniF785:before { content: "\f785"; } .segoe-uniF78A:before { content: "\f78a"; } .segoe-uniF78B:before { content: "\f78b"; } .segoe-uniF78C:before { content: "\f78c"; } .segoe-uniF78D:before { content: "\f78d"; } .segoe-uniF7AD:before { content: "\f7ad"; } .segoe-uniF7AE:before { content: "\f7ae"; } .segoe-uniF7AF:before { content: "\f7af"; } .segoe-uniF7B0:before { content: "\f7b0"; } .segoe-uniF7B1:before { content: "\f7b1"; } .segoe-uniF7B2:before { content: "\f7b2"; } .segoe-uniF7B3:before { content: "\f7b3"; } .segoe-uniF7B4:before { content: "\f7b4"; } .segoe-uniF7B5:before { content: "\f7b5"; } .segoe-uniF7B6:before { content: "\f7b6"; } .segoe-uniF7B7:before { content: "\f7b7"; } .segoe-uniF7B8:before { content: "\f7b8"; } .segoe-uniF7B9:before { content: "\f7b9"; } .segoe-uniF7BA:before { content: "\f7ba"; } .segoe-uniF7BB:before { content: "\f7bb"; } .segoe-uniF7ED:before { content: "\f7ed"; } .segoe-uniF7EE:before { content: "\f7ee"; } .segoe-uniF83B:before { content: "\f83b"; } .segoe-uniF83D:before { content: "\f83d"; } .segoe-uniF83E:before { content: "\f83e"; } .segoe-uniF83F:before { content: "\f83f"; } .segoe-uniF847:before { content: "\f847"; }
public/static/fonts/Segoe-MDL2-Assets/style.css
@font-face { font-family: 'Segoe-MDL2-Assets'; src: url('Segoe-MDL2-Assets.woff?cxlz5c') format('woff'); font-weight: normal; font-style: normal; } i { font-family: 'Segoe-MDL2-Assets' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; } .segoe-uniE001:before { content: "\e001"; } .segoe-uniE0011:before { content: "\e73e"; } .segoe-uniE0012:before { content: "\e008"; } .segoe-uniE002:before { content: "\e002"; } .segoe-uniE0021:before { content: "\e73b"; } .segoe-uniE0022:before { content: "\e009"; } .segoe-uniE003:before { content: "\e003"; } .segoe-uniE0031:before { content: "\e739"; } .segoe-uniE004:before { content: "\e004"; } .segoe-uniE0041:before { content: "\e73c"; } .segoe-uniE005:before { content: "\e005"; } .segoe-uniE0051:before { content: "\e73d"; } .segoe-uniE006:before { content: "\e006"; } .segoe-uniE0061:before { content: "\eb51"; } .segoe-uniE007:before { content: "\e007"; } .segoe-uniE0071:before { content: "\e00c"; } .segoe-uniE00A:before { content: "\e00a"; } .segoe-uniE00A1:before { content: "\e735"; } .segoe-uniE00A2:before { content: "\e249"; } .segoe-uniE00A3:before { content: "\e1cf"; } .segoe-uniE00A4:before { content: "\e113"; } .segoe-uniE00A5:before { content: "\e0b5"; } .segoe-uniE00A6:before { content: "\e0b4"; } .segoe-uniE00A7:before { content: "\e082"; } .segoe-uniE00B:before { content: "\e00b"; } .segoe-uniE00B1:before { content: "\eb52"; } .segoe-uniE00B2:before { content: "\e0a5"; } .segoe-uniE00E:before { content: "\e00e"; } .segoe-uniE00E1:before { content: "\e76b"; } .segoe-uniE00E2:before { content: "\e0e2"; } .segoe-uniE00E3:before { content: "\e09e"; } .segoe-uniE00E4:before { content: "\e09a"; } .segoe-uniE00E5:before { content: "\e096"; } .segoe-uniE00E6:before { content: "\e016"; } .segoe-uniE00E7:before { content: "\e012"; } .segoe-uniE00F:before { content: "\e00f"; } .segoe-uniE00F1:before { content: "\e76c"; } .segoe-uniE00F2:before { content: "\e0e3"; } .segoe-uniE00F3:before { content: "\e09f"; } .segoe-uniE00F4:before { content: "\e09b"; } .segoe-uniE00F5:before { content: "\e097"; } .segoe-uniE00F6:before { content: "\e017"; } .segoe-uniE00F7:before { content: "\e013"; } .segoe-uniE010:before { content: "\e010"; } .segoe-uniE0101:before { content: "\e70e"; } .segoe-uniE0102:before { content: "\e0e4"; } .segoe-uniE0103:before { content: "\e0a0"; } .segoe-uniE0104:before { content: "\e09c"; } .segoe-uniE0105:before { content: "\e098"; } .segoe-uniE0106:before { content: "\e018"; } .segoe-uniE0107:before { content: "\e014"; } .segoe-uniE011:before { content: "\e011"; } .segoe-uniE0111:before { content: "\e70d"; } .segoe-uniE0112:before { content: "\e0e5"; } .segoe-uniE0113:before { content: "\e0a1"; } .segoe-uniE0114:before { content: "\e09d"; } .segoe-uniE0115:before { content: "\e099"; } .segoe-uniE0116:before { content: "\e019"; } .segoe-uniE0117:before { content: "\e015"; } .segoe-uniE052:before { content: "\e052"; } .segoe-uniE0521:before { content: "\e890"; } .segoe-uniE0522:before { content: "\e18b"; } .segoe-uniE07F:before { content: "\e07f"; } .segoe-uniE07F1:before { content: "\e776"; } .segoe-uniE081:before { content: "\e081"; } .segoe-uniE0811:before { content: "\e8fb"; } .segoe-uniE0812:before { content: "\e10b"; } .segoe-uniE0813:before { content: "\e0e7"; } .segoe-uniE087:before { content: "\e087"; } .segoe-uniE0871:before { content: "\e92e"; } .segoe-uniE08F:before { content: "\e08f"; } .segoe-uniE08F1:before { content: "\e766"; } .segoe-uniE094:before { content: "\e094"; } .segoe-uniE0941:before { content: "\e721"; } .segoe-uniE0942:before { content: "\e11a"; } .segoe-uniE0A2:before { content: "\e0a2"; } .segoe-uniE0A21:before { content: "\e73a"; } .segoe-uniE0A6:before { content: "\e0a6"; } .segoe-uniE0A61:before { content: "\e72b"; } .segoe-uniE0A62:before { content: "\e112"; } .segoe-uniE0A63:before { content: "\e0d5"; } .segoe-uniE0A64:before { content: "\e0c4"; } .segoe-uniE0AB:before { content: "\e0ab"; } .segoe-uniE0AB1:before { content: "\e72a"; } .segoe-uniE0AB2:before { content: "\e111"; } .segoe-uniE0AB3:before { content: "\e0ae"; } .segoe-uniE0AB4:before { content: "\e0ad"; } .segoe-uniE0B8:before { content: "\e0b8"; } .segoe-uniE100:before { content: "\e100"; } .segoe-uniE1001:before { content: "\e892"; } .segoe-uniE101:before { content: "\e101"; } .segoe-uniE1011:before { content: "\e893"; } .segoe-uniE102:before { content: "\e102"; } .segoe-uniE1021:before { content: "\e768"; } .segoe-uniE103:before { content: "\e103"; } .segoe-uniE1031:before { content: "\e769"; } .segoe-uniE104:before { content: "\e104"; } .segoe-uniE1041:before { content: "\e70f"; } .segoe-uniE105:before { content: "\e105"; } .segoe-uniE1051:before { content: "\e74e"; } .segoe-uniE106:before { content: "\e106"; } .segoe-uniE1061:before { content: "\e894"; } .segoe-uniE107:before { content: "\e107"; } .segoe-uniE1071:before { content: "\e74d"; } .segoe-uniE108:before { content: "\e108"; } .segoe-uniE1081:before { content: "\e738"; } .segoe-uniE109:before { content: "\e109"; } .segoe-uniE1091:before { content: "\e710"; } .segoe-uniE10A:before { content: "\e10a"; } .segoe-uniE10A1:before { content: "\e711"; } .segoe-uniE10C:before { content: "\e10c"; } .segoe-uniE10C1:before { content: "\e712"; } .segoe-uniE10D:before { content: "\e10d"; } .segoe-uniE10D1:before { content: "\e7a6"; } .segoe-uniE10E:before { content: "\e10e"; } .segoe-uniE10E1:before { content: "\e7a7"; } .segoe-uniE10F:before { content: "\e10f"; } .segoe-uniE10F1:before { content: "\e80f"; } .segoe-uniE110:before { content: "\e110"; } .segoe-uniE1101:before { content: "\e74a"; } .segoe-uniE114:before { content: "\e114"; } .segoe-uniE1141:before { content: "\e722"; } .segoe-uniE115:before { content: "\e115"; } .segoe-uniE1151:before { content: "\e713"; } .segoe-uniE116:before { content: "\e116"; } .segoe-uniE1161:before { content: "\e714"; } .segoe-uniE1162:before { content: "\e20a"; } .segoe-uniE117:before { content: "\e117"; } .segoe-uniE1171:before { content: "\e895"; } .segoe-uniE118:before { content: "\e118"; } .segoe-uniE1181:before { content: "\e896"; } .segoe-uniE119:before { content: "\e119"; } .segoe-uniE1191:before { content: "\e715"; } .segoe-uniE11B:before { content: "\e11b"; } .segoe-uniE11B1:before { content: "\e897"; } .segoe-uniE11C:before { content: "\e11c"; } .segoe-uniE11C1:before { content: "\e898"; } .segoe-uniE11C2:before { content: "\e183"; } .segoe-uniE11D:before { content: "\e11d"; } .segoe-uniE11D1:before { content: "\e899"; } .segoe-uniE11E:before { content: "\e11e"; } .segoe-uniE11E1:before { content: "\e89a"; } .segoe-uniE11F:before { content: "\e11f"; } .segoe-uniE11F1:before { content: "\e89b"; } .segoe-uniE120:before { content: "\e120"; } .segoe-uniE1201:before { content: "\e89c"; } .segoe-uniE121:before { content: "\e121"; } .segoe-uniE122:before { content: "\e122"; } .segoe-uniE1221:before { content: "\e724"; } .segoe-uniE123:before { content: "\e123"; } .segoe-uniE1231:before { content: "\e7a8"; } .segoe-uniE124:before { content: "\e124"; } .segoe-uniE1241:before { content: "\e89e"; } .segoe-uniE125:before { content: "\e125"; } .segoe-uniE1251:before { content: "\e716"; } .segoe-uniE126:before { content: "\e126"; } .segoe-uniE1261:before { content: "\e89f"; } .segoe-uniE127:before { content: "\e127"; } .segoe-uniE1271:before { content: "\e8a0"; } .segoe-uniE128:before { content: "\e128"; } .segoe-uniE1281:before { content: "\e909"; } .segoe-uniE129:before { content: "\e129"; } .segoe-uniE1291:before { content: "\e7c1"; } .segoe-uniE12A:before { content: "\e12a"; } .segoe-uniE12A1:before { content: "\e8a1"; } .segoe-uniE12B:before { content: "\e12b"; } .segoe-uniE12B1:before { content: "\e774"; } .segoe-uniE12C:before { content: "\e12c"; } .segoe-uniE12C1:before { content: "\e78a"; } .segoe-uniE12D:before { content: "\e12d"; } .segoe-uniE12D1:before { content: "\e8a2"; } .segoe-uniE12E:before { content: "\e12e"; } .segoe-uniE12E1:before { content: "\e8a3"; } .segoe-uniE12F:before { content: "\e12f"; } .segoe-uniE12F1:before { content: "\e8a4"; } .segoe-uniE130:before { content: "\e130"; } .segoe-uniE1301:before { content: "\e8a5"; } .segoe-uniE131:before { content: "\e131"; } .segoe-uniE1311:before { content: "\e8a6"; } .segoe-uniE132:before { content: "\e132"; } .segoe-uniE1321:before { content: "\e729"; } .segoe-uniE133:before { content: "\e133"; } .segoe-uniE1331:before { content: "\e762"; } .segoe-uniE134:before { content: "\e134"; } .segoe-uniE1341:before { content: "\e90a"; } .segoe-uniE135:before { content: "\e135"; } .segoe-uniE1351:before { content: "\e8a8"; } .segoe-uniE1352:before { content: "\e20b"; } .segoe-uniE136:before { content: "\e136"; } .segoe-uniE1361:before { content: "\e779"; } .segoe-uniE137:before { content: "\e137"; } .segoe-uniE1371:before { content: "\e778"; } .segoe-uniE138:before { content: "\e138"; } .segoe-uniE1381:before { content: "\e8a9"; } .segoe-uniE1382:before { content: "\e154"; } .segoe-uniE139:before { content: "\e139"; } .segoe-uniE1391:before { content: "\e7b7"; } .segoe-uniE13A:before { content: "\e13a"; } .segoe-uniE13A1:before { content: "\e717"; } .segoe-uniE13B:before { content: "\e13b"; } .segoe-uniE13B1:before { content: "\e8aa"; } .segoe-uniE13C:before { content: "\e13c"; } .segoe-uniE13C1:before { content: "\e8ab"; } .segoe-uniE13D:before { content: "\e13d"; } .segoe-uniE13D1:before { content: "\e77b"; } .segoe-uniE13D2:before { content: "\e2af"; } .segoe-uniE13E:before { content: "\e13e"; } .segoe-uniE13E1:before { content: "\e8ac"; } .segoe-uniE13F:before { content: "\e13f"; } .segoe-uniE13F1:before { content: "\e976"; } .segoe-uniE140:before { content: "\e140"; } .segoe-uniE141:before { content: "\e141"; } .segoe-uniE1411:before { content: "\e718"; } .segoe-uniE142:before { content: "\e142"; } .segoe-uniE1421:before { content: "\e90b"; } .segoe-uniE143:before { content: "\e143"; } .segoe-uniE1431:before { content: "\e8ad"; } .segoe-uniE144:before { content: "\e144"; } .segoe-uniE1441:before { content: "\e765"; } .segoe-uniE145:before { content: "\e145"; } .segoe-uniE1451:before { content: "\e90c"; } .segoe-uniE146:before { content: "\e146"; } .segoe-uniE1461:before { content: "\e90d"; } .segoe-uniE147:before { content: "\e147"; } .segoe-uniE1471:before { content: "\e90e"; } .segoe-uniE148:before { content: "\e148"; } .segoe-uniE1481:before { content: "\e8af"; } .segoe-uniE149:before { content: "\e149"; } .segoe-uniE1491:before { content: "\e72c"; } .segoe-uniE14A:before { content: "\e14a"; } .segoe-uniE14B:before { content: "\e14b"; } .segoe-uniE14B1:before { content: "\e8b1"; } .segoe-uniE14C:before { content: "\e14c"; } .segoe-uniE14C1:before { content: "\e8fd"; } .segoe-uniE14C2:before { content: "\e292"; } .segoe-uniE14D:before { content: "\e14d"; } .segoe-uniE14D1:before { content: "\e719"; } .segoe-uniE14E:before { content: "\e14e"; } .segoe-uniE14E1:before { content: "\e8b3"; } .segoe-uniE14F:before { content: "\e14f"; } .segoe-uniE14F1:before { content: "\e8b4"; } .segoe-uniE150:before { content: "\e150"; } .segoe-uniE1501:before { content: "\e8b5"; } .segoe-uniE151:before { content: "\e151"; } .segoe-uniE1511:before { content: "\e8b6"; } .segoe-uniE152:before { content: "\e152"; } .segoe-uniE153:before { content: "\e153"; } .segoe-uniE155:before { content: "\e155"; } .segoe-uniE1551:before { content: "\e7c5"; } .segoe-uniE156:before { content: "\e156"; } .segoe-uniE1561:before { content: "\e8b8"; } .segoe-uniE158:before { content: "\e158"; } .segoe-uniE1581:before { content: "\e8b9"; } .segoe-uniE159:before { content: "\e159"; } .segoe-uniE1591:before { content: "\e78c"; } .segoe-uniE15A:before { content: "\e15a"; } .segoe-uniE15A1:before { content: "\e8ba"; } .segoe-uniE15B:before { content: "\e15b"; } .segoe-uniE15B1:before { content: "\e71a"; } .segoe-uniE15C:before { content: "\e15c"; } .segoe-uniE15C1:before { content: "\e8bc"; } .segoe-uniE15D:before { content: "\e15d"; } .segoe-uniE15D1:before { content: "\e767"; } .segoe-uniE15E:before { content: "\e15e"; } .segoe-uniE15E1:before { content: "\e90f"; } .segoe-uniE15F:before { content: "\e15f"; } .segoe-uniE15F1:before { content: "\e8bd"; } .segoe-uniE160:before { content: "\e160"; } .segoe-uniE1601:before { content: "\e7c3"; } .segoe-uniE161:before { content: "\e161"; } .segoe-uniE1611:before { content: "\e8bf"; } .segoe-uniE162:before { content: "\e162"; } .segoe-uniE1621:before { content: "\e8c0"; } .segoe-uniE163:before { content: "\e163"; } .segoe-uniE1631:before { content: "\e787"; } .segoe-uniE164:before { content: "\e164"; } .segoe-uniE1641:before { content: "\e8c1"; } .segoe-uniE165:before { content: "\e165"; } .segoe-uniE1651:before { content: "\e8c2"; } .segoe-uniE166:before { content: "\e166"; } .segoe-uniE1661:before { content: "\e8c3"; } .segoe-uniE167:before { content: "\e167"; } .segoe-uniE1671:before { content: "\e71b"; } .segoe-uniE168:before { content: "\e168"; } .segoe-uniE1681:before { content: "\e910"; } .segoe-uniE169:before { content: "\e169"; } .segoe-uniE1691:before { content: "\e8c4"; } .segoe-uniE16A:before { content: "\e16a"; } .segoe-uniE16A1:before { content: "\e8c5"; } .segoe-uniE16B:before { content: "\e16b"; } .segoe-uniE16B1:before { content: "\e8c6"; } .segoe-uniE16C:before { content: "\e16c"; } .segoe-uniE16C1:before { content: "\e723"; } .segoe-uniE16D:before { content: "\e16d"; } .segoe-uniE16D1:before { content: "\e77f"; } .segoe-uniE16E:before { content: "\e16e"; } .segoe-uniE16E1:before { content: "\e71c"; } .segoe-uniE16F:before { content: "\e16f"; } .segoe-uniE16F1:before { content: "\e8c8"; } .segoe-uniE170:before { content: "\e170"; } .segoe-uniE1701:before { content: "\e76e"; } .segoe-uniE171:before { content: "\e171"; } .segoe-uniE1711:before { content: "\e8c9"; } .segoe-uniE172:before { content: "\e172"; } .segoe-uniE1721:before { content: "\e8ca"; } .segoe-uniE173:before { content: "\e173"; } .segoe-uniE1731:before { content: "\e786"; } .segoe-uniE174:before { content: "\e174"; } .segoe-uniE1741:before { content: "\e8cb"; } .segoe-uniE175:before { content: "\e175"; } .segoe-uniE1751:before { content: "\ea42"; } .segoe-uniE1752:before { content: "\e299"; } .segoe-uniE176:before { content: "\e176"; } .segoe-uniE1761:before { content: "\ea4e"; } .segoe-uniE177:before { content: "\e177"; } .segoe-uniE178:before { content: "\e178"; } .segoe-uniE1781:before { content: "\e912"; } .segoe-uniE179:before { content: "\e179"; } .segoe-uniE1791:before { content: "\e71d"; } .segoe-uniE17A:before { content: "\e17a"; } .segoe-uniE17A1:before { content: "\e8cd"; } .segoe-uniE17B:before { content: "\e17b"; } .segoe-uniE17B1:before { content: "\e8ce"; } .segoe-uniE17C:before { content: "\e17c"; } .segoe-uniE17C1:before { content: "\e78b"; } .segoe-uniE17D:before { content: "\e17d"; } .segoe-uniE17D1:before { content: "\e7ac"; } .segoe-uniE181:before { content: "\e181"; } .segoe-uniE1811:before { content: "\e8cf"; } .segoe-uniE182:before { content: "\e182"; } .segoe-uniE1821:before { content: "\e8d0"; } .segoe-uniE184:before { content: "\e184"; } .segoe-uniE1841:before { content: "\e8d1"; } .segoe-uniE185:before { content: "\e185"; } .segoe-uniE1851:before { content: "\e8d2"; } .segoe-uniE186:before { content: "\e186"; } .segoe-uniE187:before { content: "\e187"; } .segoe-uniE1871:before { content: "\e8d4"; } .segoe-uniE188:before { content: "\e188"; } .segoe-uniE1881:before { content: "\e8d5"; } .segoe-uniE189:before { content: "\e189"; } .segoe-uniE1891:before { content: "\e8d6"; } .segoe-uniE18A:before { content: "\e18a"; } .segoe-uniE18C:before { content: "\e18c"; } .segoe-uniE18C1:before { content: "\e7b5"; } .segoe-uniE18D:before { content: "\e18d"; } .segoe-uniE18D1:before { content: "\e97b"; } .segoe-uniE18E:before { content: "\e18e"; } .segoe-uniE18F:before { content: "\e18f"; } .segoe-uniE190:before { content: "\e190"; } .segoe-uniE1901:before { content: "\e7f0"; } .segoe-uniE191:before { content: "\e191"; } .segoe-uniE192:before { content: "\e192"; } .segoe-uniE1921:before { content: "\e8d7"; } .segoe-uniE193:before { content: "\e193"; } .segoe-uniE1931:before { content: "\e7e6"; } .segoe-uniE194:before { content: "\e194"; } .segoe-uniE1941:before { content: "\e8d8"; } .segoe-uniE195:before { content: "\e195"; } .segoe-uniE1951:before { content: "\e8d9"; } .segoe-uniE196:before { content: "\e196"; } .segoe-uniE1961:before { content: "\e77a"; } .segoe-uniE197:before { content: "\e197"; } .segoe-uniE1971:before { content: "\e8da"; } .segoe-uniE198:before { content: "\e198"; } .segoe-uniE1981:before { content: "\e74f"; } .segoe-uniE199:before { content: "\e199"; } .segoe-uniE19A:before { content: "\e19a"; } .segoe-uniE19B:before { content: "\e19b"; } .segoe-uniE19C:before { content: "\e19c"; } .segoe-uniE19C1:before { content: "\e8de"; } .segoe-uniE19D:before { content: "\e19d"; } .segoe-uniE19D1:before { content: "\e8df"; } .segoe-uniE19E:before { content: "\e19e"; } .segoe-uniE19E1:before { content: "\e8e0"; } .segoe-uniE19F:before { content: "\e19f"; } .segoe-uniE19F1:before { content: "\e8e1"; } .segoe-uniE1A0:before { content: "\e1a0"; } .segoe-uniE1A01:before { content: "\e8e2"; } .segoe-uniE1A1:before { content: "\e1a1"; } .segoe-uniE1A11:before { content: "\e8e3"; } .segoe-uniE1A2:before { content: "\e1a2"; } .segoe-uniE1A21:before { content: "\e8e4"; } .segoe-uniE1A3:before { content: "\e1a3"; } .segoe-uniE1A31:before { content: "\e71e"; } .segoe-uniE1A4:before { content: "\e1a4"; } .segoe-uniE1A41:before { content: "\e71f"; } .segoe-uniE1A5:before { content: "\e1a5"; } .segoe-uniE1A51:before { content: "\e8e5"; } .segoe-uniE1A6:before { content: "\e1a6"; } .segoe-uniE1A61:before { content: "\e7ee"; } .segoe-uniE1A7:before { content: "\e1a7"; } .segoe-uniE1A71:before { content: "\e7ef"; } .segoe-uniE1A8:before { content: "\e1a8"; } .segoe-uniE1A81:before { content: "\ea56"; } .segoe-uniE1AA:before { content: "\e1aa"; } .segoe-uniE1AA1:before { content: "\ea4f"; } .segoe-uniE1AB:before { content: "\e1ab"; } .segoe-uniE1AB1:before { content: "\ea4c"; } .segoe-uniE1AC:before { content: "\e1ac"; } .segoe-uniE1AC1:before { content: "\ea4b"; } .segoe-uniE1AD:before { content: "\e1ad"; } .segoe-uniE1AD1:before { content: "\ea52"; } .segoe-uniE1AE:before { content: "\e1ae"; } .segoe-uniE1AE1:before { content: "\ea53"; } .segoe-uniE1AF:before { content: "\e1af"; } .segoe-uniE1AF1:before { content: "\ea57"; } .segoe-uniE1B0:before { content: "\e1b0"; } .segoe-uniE1B1:before { content: "\e1b1"; } .segoe-uniE1B2:before { content: "\e1b2"; } .segoe-uniE1B3:before { content: "\e1b3"; } .segoe-uniE1B4:before { content: "\e1b4"; } .segoe-uniE1B5:before { content: "\e1b5"; } .segoe-uniE1B6:before { content: "\e1b6"; } .segoe-uniE1B7:before { content: "\e1b7"; } .segoe-uniE1B8:before { content: "\e1b8"; } .segoe-uniE1B9:before { content: "\e1b9"; } .segoe-uniE1BA:before { content: "\e1ba"; } .segoe-uniE1BB:before { content: "\e1bb"; } .segoe-uniE1BC:before { content: "\e1bc"; } .segoe-uniE1BD:before { content: "\e1bd"; } .segoe-uniE1BE:before { content: "\e1be"; } .segoe-uniE1BF:before { content: "\e1bf"; } .segoe-uniE1BF1:before { content: "\ea49"; } .segoe-uniE1C0:before { content: "\e1c0"; } .segoe-uniE1C01:before { content: "\ea5b"; } .segoe-uniE1C2:before { content: "\e1c2"; } .segoe-uniE1C21:before { content: "\eb7e"; } .segoe-uniE1C3:before { content: "\e1c3"; } .segoe-uniE1C31:before { content: "\e913"; } .segoe-uniE1C4:before { content: "\e1c4"; } .segoe-uniE1C41:before { content: "\e707"; } .segoe-uniE1C5:before { content: "\e1c5"; } .segoe-uniE1C51:before { content: "\e8e6"; } .segoe-uniE1C6:before { content: "\e1c6"; } .segoe-uniE1C61:before { content: "\e8e7"; } .segoe-uniE1C7:before { content: "\e1c7"; } .segoe-uniE1C71:before { content: "\e8e8"; } .segoe-uniE1C8:before { content: "\e1c8"; } .segoe-uniE1C81:before { content: "\e8e9"; } .segoe-uniE1C9:before { content: "\e1c9"; } .segoe-uniE1C91:before { content: "\e8ea"; } .segoe-uniE1C92:before { content: "\e25a"; } .segoe-uniE1CA:before { content: "\e1ca"; } .segoe-uniE1CA1:before { content: "\e8eb"; } .segoe-uniE1CB:before { content: "\e1cb"; } .segoe-uniE1CB1:before { content: "\e8ec"; } .segoe-uniE1CC:before { content: "\e1cc"; } .segoe-uniE1CD:before { content: "\e1cd"; } .segoe-uniE1CE:before { content: "\e1ce"; } .segoe-uniE1CE1:before { content: "\e734"; } .segoe-uniE1CE2:before { content: "\e24a"; } .segoe-uniE1CE3:before { content: "\e224"; } .segoe-uniE1CE4:before { content: "\e208"; } .segoe-uniE1D0:before { content: "\e1d0"; } .segoe-uniE1D01:before { content: "\e8ef"; } .segoe-uniE1D1:before { content: "\e1d1"; } .segoe-uniE1D11:before { content: "\e8f0"; } .segoe-uniE1D2:before { content: "\e1d2"; } .segoe-uniE1D21:before { content: "\e81d"; } .segoe-uniE1D3:before { content: "\e1d3"; } .segoe-uniE1D31:before { content: "\e8f1"; } .segoe-uniE1D4:before { content: "\e1d4"; } .segoe-uniE1D41:before { content: "\e780"; } .segoe-uniE1D5:before { content: "\e1d5"; } .segoe-uniE1D51:before { content: "\e77c"; } .segoe-uniE1D6:before { content: "\e1d6"; } .segoe-uniE1D61:before { content: "\e720"; } .segoe-uniE1D7:before { content: "\e1d7"; } .segoe-uniE1D71:before { content: "\e8f3"; } .segoe-uniE1D8:before { content: "\e1d8"; } .segoe-uniE1D81:before { content: "\e73f"; } .segoe-uniE1D9:before { content: "\e1d9"; } .segoe-uniE1D91:before { content: "\e740"; } .segoe-uniE1DA:before { content: "\e1da"; } .segoe-uniE1DA1:before { content: "\e8f4"; } .segoe-uniE1DB:before { content: "\e1db"; } .segoe-uniE1DB1:before { content: "\e8f5"; } .segoe-uniE1DC:before { content: "\e1dc"; } .segoe-uniE1DD:before { content: "\e1dd"; } .segoe-uniE1DD1:before { content: "\e8f6"; } .segoe-uniE1DE:before { content: "\e1de"; } .segoe-uniE1DE1:before { content: "\e730"; } .segoe-uniE1DF:before { content: "\e1df"; } .segoe-uniE1DF1:before { content: "\e8f7"; } .segoe-uniE1E0:before { content: "\e1e0"; } .segoe-uniE1E01:before { content: "\e8f8"; } .segoe-uniE1E1:before { content: "\e1e1"; } .segoe-uniE1E11:before { content: "\e8f9"; } .segoe-uniE1E2:before { content: "\e1e2"; } .segoe-uniE1E21:before { content: "\e8fa"; } .segoe-uniE1E3:before { content: "\e1e3"; } .segoe-uniE1E31:before { content: "\e7c9"; } .segoe-uniE1E4:before { content: "\e1e4"; } .segoe-uniE1E41:before { content: "\e8fc"; } .segoe-uniE1E5:before { content: "\e1e5"; } .segoe-uniE1E51:before { content: "\e904"; } .segoe-uniE1E6:before { content: "\e1e6"; } .segoe-uniE1E61:before { content: "\e905"; } .segoe-uniE1E7:before { content: "\e1e7"; } .segoe-uniE1E71:before { content: "\e906"; } .segoe-uniE1E8:before { content: "\e1e8"; } .segoe-uniE1E81:before { content: "\e907"; } .segoe-uniE1E9:before { content: "\e1e9"; } .segoe-uniE1E91:before { content: "\e908"; } .segoe-uniE1EA:before { content: "\e1ea"; } .segoe-uniE1EC:before { content: "\e1ec"; } .segoe-uniE1EC1:before { content: "\ea40"; } .segoe-uniE1ED:before { content: "\e1ed"; } .segoe-uniE1ED1:before { content: "\ea5c"; } .segoe-uniE1EE:before { content: "\e1ee"; } .segoe-uniE1EE1:before { content: "\ea41"; } .segoe-uniE1EF:before { content: "\e1ef"; } .segoe-uniE1EF1:before { content: "\ea98"; } .segoe-uniE1F1:before { content: "\e1f1"; } .segoe-uniE1F11:before { content: "\ea65"; } .segoe-uniE1F2:before { content: "\e1f2"; } .segoe-uniE1F21:before { content: "\ea58"; } .segoe-uniE1F3:before { content: "\e1f3"; } .segoe-uniE1F31:before { content: "\ea51"; } .segoe-uniE1F4:before { content: "\e1f4"; } .segoe-uniE1F41:before { content: "\ea48"; } .segoe-uniE1F5:before { content: "\e1f5"; } .segoe-uniE1F51:before { content: "\e7c8"; } .segoe-uniE1F6:before { content: "\e1f6"; } .segoe-uniE1F61:before { content: "\e72e"; } .segoe-uniE1F7:before { content: "\e1f7"; } .segoe-uniE1F71:before { content: "\e785"; } .segoe-uniE1FD:before { content: "\e1fd"; } .segoe-uniE1FD1:before { content: "\e74b"; } .segoe-uniE206:before { content: "\e206"; } .segoe-uniE209:before { content: "\e209"; } .segoe-uniE211:before { content: "\e211"; } .segoe-uniE2111:before { content: "\e977"; } .segoe-uniE212:before { content: "\e212"; } .segoe-uniE2121:before { content: "\e975"; } .segoe-uniE228:before { content: "\e228"; } .segoe-uniE2281:before { content: "\e96e"; } .segoe-uniE248:before { content: "\e248"; } .segoe-uniE2481:before { content: "\e97a"; } .segoe-uniE25B:before { content: "\e25b"; } .segoe-uniE25C:before { content: "\e25c"; } .segoe-uniE25D:before { content: "\e25d"; } .segoe-uniE25D1:before { content: "\e979"; } .segoe-uniE25E:before { content: "\e25e"; } .segoe-uniE25E1:before { content: "\e978"; } .segoe-uniE26B:before { content: "\e26b"; } .segoe-uniE26B1:before { content: "\e970"; } .segoe-uniE26C:before { content: "\e26c"; } .segoe-uniE26C1:before { content: "\e96f"; } .segoe-uniE28F:before { content: "\e28f"; } .segoe-uniE28F1:before { content: "\e792"; } .segoe-uniE290:before { content: "\e290"; } .segoe-uniE291:before { content: "\e291"; } .segoe-uniE294:before { content: "\e294"; } .segoe-uniE2941:before { content: "\e8fe"; } .segoe-uniE295:before { content: "\e295"; } .segoe-uniE2951:before { content: "\e8ff"; } .segoe-uniE297:before { content: "\e297"; } .segoe-uniE298:before { content: "\e298"; } .segoe-uniE29B:before { content: "\e29b"; } .segoe-uniE2AC:before { content: "\e2ac"; } .segoe-uniE2AD:before { content: "\e2ad"; } .segoe-uniE2AD1:before { content: "\e823"; } .segoe-uniE2AE:before { content: "\e2ae"; } .segoe-uniE2B0:before { content: "\e2b0"; } .segoe-uniE2B01:before { content: "\e97c"; } .segoe-uniE2B1:before { content: "\e2b1"; } .segoe-uniE2B11:before { content: "\e790"; } .segoe-uniE2B2:before { content: "\e2b2"; } .segoe-uniE2B3:before { content: "\e2b3"; } .segoe-uniE2B31:before { content: "\e944"; } .segoe-uniE2B4:before { content: "\e2b4"; } .segoe-uniE2B41:before { content: "\e8a7"; } .segoe-uniE2F6:before { content: "\e2f6"; } .segoe-uniE2F61:before { content: "\e749"; } .segoe-uniE2F7:before { content: "\e2f7"; } .segoe-uniE700:before { content: "\e700"; } .segoe-uniE701:before { content: "\e701"; } .segoe-uniE702:before { content: "\e702"; } .segoe-uniE703:before { content: "\e703"; } .segoe-uniE704:before { content: "\e704"; } .segoe-uniE705:before { content: "\e705"; } .segoe-uniE706:before { content: "\e706"; } .segoe-uniE708:before { content: "\e708"; } .segoe-uniE709:before { content: "\e709"; } .segoe-uniE70A:before { content: "\e70a"; } .segoe-uniE70B:before { content: "\e70b"; } .segoe-uniE70C:before { content: "\e70c"; } .segoe-uniE725:before { content: "\e725"; } .segoe-uniE726:before { content: "\e726"; } .segoe-uniE727:before { content: "\e727"; } .segoe-uniE728:before { content: "\e728"; } .segoe-uniE72D:before { content: "\e72d"; } .segoe-uniE731:before { content: "\e731"; } .segoe-uniE736:before { content: "\e736"; } .segoe-uniE737:before { content: "\e737"; } .segoe-uniE741:before { content: "\e741"; } .segoe-uniE742:before { content: "\e742"; } .segoe-uniE743:before { content: "\e743"; } .segoe-uniE744:before { content: "\e744"; } .segoe-uniE745:before { content: "\e745"; } .segoe-uniE746:before { content: "\e746"; } .segoe-uniE747:before { content: "\e747"; } .segoe-uniE748:before { content: "\e748"; } .segoe-uniE74C:before { content: "\e74c"; } .segoe-uniE750:before { content: "\e750"; } .segoe-uniE751:before { content: "\e751"; } .segoe-uniE752:before { content: "\e752"; } .segoe-uniE753:before { content: "\e753"; } .segoe-uniE754:before { content: "\e754"; } .segoe-uniE755:before { content: "\e755"; } .segoe-uniE756:before { content: "\e756"; } .segoe-uniE759:before { content: "\e759"; } .segoe-uniE75A:before { content: "\e75a"; } .segoe-uniE75B:before { content: "\e75b"; } .segoe-uniE75C:before { content: "\e75c"; } .segoe-uniE75D:before { content: "\e75d"; } .segoe-uniE75E:before { content: "\e75e"; } .segoe-uniE75F:before { content: "\e75f"; } .segoe-uniE760:before { content: "\e760"; } .segoe-uniE761:before { content: "\e761"; } .segoe-uniE763:before { content: "\e763"; } .segoe-uniE764:before { content: "\e764"; } .segoe-uniE76D:before { content: "\e76d"; } .segoe-uniE76F:before { content: "\e76f"; } .segoe-uniE770:before { content: "\e770"; } .segoe-uniE771:before { content: "\e771"; } .segoe-uniE772:before { content: "\e772"; } .segoe-uniE773:before { content: "\e773"; } .segoe-uniE775:before { content: "\e775"; } .segoe-uniE777:before { content: "\e777"; } .segoe-uniE77E:before { content: "\e77e"; } .segoe-uniE781:before { content: "\e781"; } .segoe-uniE783:before { content: "\e783"; } .segoe-uniE784:before { content: "\e784"; } .segoe-uniE788:before { content: "\e788"; } .segoe-uniE789:before { content: "\e789"; } .segoe-uniE791:before { content: "\e791"; } .segoe-uniE793:before { content: "\e793"; } .segoe-uniE799:before { content: "\e799"; } .segoe-uniE7A5:before { content: "\e7a5"; } .segoe-uniE7AD:before { content: "\e7ad"; } .segoe-uniE7B3:before { content: "\e7b3"; } .segoe-uniE7B8:before { content: "\e7b8"; } .segoe-uniE7BA:before { content: "\e7ba"; } .segoe-uniE7BC:before { content: "\e7bc"; } .segoe-uniE7BE:before { content: "\e7be"; } .segoe-uniE7BF:before { content: "\e7bf"; } .segoe-uniE7C0:before { content: "\e7c0"; } .segoe-uniE7C4:before { content: "\e7c4"; } .segoe-uniE7C6:before { content: "\e7c6"; } .segoe-uniE7C7:before { content: "\e7c7"; } .segoe-uniE7DE:before { content: "\e7de"; } .segoe-uniE7E3:before { content: "\e7e3"; } .segoe-uniE7E7:before { content: "\e7e7"; } .segoe-uniE7E8:before { content: "\e7e8"; } .segoe-uniE7EA:before { content: "\e7ea"; } .segoe-uniE7EB:before { content: "\e7eb"; } .segoe-uniE7EC:before { content: "\e7ec"; } .segoe-uniE7EC1:before { content: "\e804"; } .segoe-uniE7ED:before { content: "\e7ed"; } .segoe-uniE7F1:before { content: "\e7f1"; } .segoe-uniE7F2:before { content: "\e7f2"; } .segoe-uniE7F3:before { content: "\e7f3"; } .segoe-uniE7F4:before { content: "\e7f4"; } .segoe-uniE7F5:before { content: "\e7f5"; } .segoe-uniE7F6:before { content: "\e7f6"; } .segoe-uniE7F7:before { content: "\e7f7"; } .segoe-uniE7F8:before { content: "\e7f8"; } .segoe-uniE7F9:before { content: "\e7f9"; } .segoe-uniE7FA:before { content: "\e7fa"; } .segoe-uniE7FB:before { content: "\e7fb"; } .segoe-uniE7FC:before { content: "\e7fc"; } .segoe-uniE7FD:before { content: "\e7fd"; } .segoe-uniE802:before { content: "\e802"; } .segoe-uniE803:before { content: "\e803"; } .segoe-uniE805:before { content: "\e805"; } .segoe-uniE806:before { content: "\e806"; } .segoe-uniE809:before { content: "\e809"; } .segoe-uniE80A:before { content: "\e80a"; } .segoe-uniE80B:before { content: "\e80b"; } .segoe-uniE80C:before { content: "\e80c"; } .segoe-uniE80D:before { content: "\e80d"; } .segoe-uniE811:before { content: "\e811"; } .segoe-uniE812:before { content: "\e812"; } .segoe-uniE813:before { content: "\e813"; } .segoe-uniE814:before { content: "\e814"; } .segoe-uniE815:before { content: "\e815"; } .segoe-uniE816:before { content: "\e816"; } .segoe-uniE819:before { content: "\e819"; } .segoe-uniE81A:before { content: "\e81a"; } .segoe-uniE81B:before { content: "\e81b"; } .segoe-uniE81C:before { content: "\e81c"; } .segoe-uniE81E:before { content: "\e81e"; } .segoe-uniE81F:before { content: "\e81f"; } .segoe-uniE821:before { content: "\e821"; } .segoe-uniE822:before { content: "\e822"; } .segoe-uniE825:before { content: "\e825"; } .segoe-uniE826:before { content: "\e826"; } .segoe-uniE829:before { content: "\e829"; } .segoe-uniE82A:before { content: "\e82a"; } .segoe-uniE82B:before { content: "\e82b"; } .segoe-uniE82C:before { content: "\e82c"; } .segoe-uniE82D:before { content: "\e82d"; } .segoe-uniE82E:before { content: "\e82e"; } .segoe-uniE82F:before { content: "\e82f"; } .segoe-uniE830:before { content: "\e830"; } .segoe-uniE835:before { content: "\e835"; } .segoe-uniE836:before { content: "\e836"; } .segoe-uniE838:before { content: "\e838"; } .segoe-uniE839:before { content: "\e839"; } .segoe-uniE83A:before { content: "\e83a"; } .segoe-uniE83B:before { content: "\e83b"; } .segoe-uniE83C:before { content: "\e83c"; } .segoe-uniE83D:before { content: "\e83d"; } .segoe-uniE83E:before { content: "\e83e"; } .segoe-uniE83F:before { content: "\e83f"; } .segoe-uniE840:before { content: "\e840"; } .segoe-uniE841:before { content: "\e841"; } .segoe-uniE842:before { content: "\e842"; } .segoe-uniE843:before { content: "\e843"; } .segoe-uniE844:before { content: "\e844"; } .segoe-uniE845:before { content: "\e845"; } .segoe-uniE846:before { content: "\e846"; } .segoe-uniE847:before { content: "\e847"; } .segoe-uniE848:before { content: "\e848"; } .segoe-uniE849:before { content: "\e849"; } .segoe-uniE84A:before { content: "\e84a"; } .segoe-uniE84B:before { content: "\e84b"; } .segoe-uniE84C:before { content: "\e84c"; } .segoe-uniE84D:before { content: "\e84d"; } .segoe-uniE84E:before { content: "\e84e"; } .segoe-uniE84F:before { content: "\e84f"; } .segoe-uniE850:before { content: "\e850"; } .segoe-uniE851:before { content: "\e851"; } .segoe-uniE852:before { content: "\e852"; } .segoe-uniE853:before { content: "\e853"; } .segoe-uniE854:before { content: "\e854"; } .segoe-uniE855:before { content: "\e855"; } .segoe-uniE856:before { content: "\e856"; } .segoe-uniE857:before { content: "\e857"; } .segoe-uniE858:before { content: "\e858"; } .segoe-uniE859:before { content: "\e859"; } .segoe-uniE85A:before { content: "\e85a"; } .segoe-uniE85B:before { content: "\e85b"; } .segoe-uniE85C:before { content: "\e85c"; } .segoe-uniE85D:before { content: "\e85d"; } .segoe-uniE85E:before { content: "\e85e"; } .segoe-uniE85F:before { content: "\e85f"; } .segoe-uniE860:before { content: "\e860"; } .segoe-uniE861:before { content: "\e861"; } .segoe-uniE862:before { content: "\e862"; } .segoe-uniE863:before { content: "\e863"; } .segoe-uniE864:before { content: "\e864"; } .segoe-uniE865:before { content: "\e865"; } .segoe-uniE866:before { content: "\e866"; } .segoe-uniE867:before { content: "\e867"; } .segoe-uniE868:before { content: "\e868"; } .segoe-uniE869:before { content: "\e869"; } .segoe-uniE86A:before { content: "\e86a"; } .segoe-uniE86B:before { content: "\e86b"; } .segoe-uniE86C:before { content: "\e86c"; } .segoe-uniE86D:before { content: "\e86d"; } .segoe-uniE86E:before { content: "\e86e"; } .segoe-uniE86F:before { content: "\e86f"; } .segoe-uniE870:before { content: "\e870"; } .segoe-uniE871:before { content: "\e871"; } .segoe-uniE872:before { content: "\e872"; } .segoe-uniE873:before { content: "\e873"; } .segoe-uniE874:before { content: "\e874"; } .segoe-uniE875:before { content: "\e875"; } .segoe-uniE876:before { content: "\e876"; } .segoe-uniE877:before { content: "\e877"; } .segoe-uniE878:before { content: "\e878"; } .segoe-uniE879:before { content: "\e879"; } .segoe-uniE87A:before { content: "\e87a"; } .segoe-uniE87B:before { content: "\e87b"; } .segoe-uniE87C:before { content: "\e87c"; } .segoe-uniE87D:before { content: "\e87d"; } .segoe-uniE87E:before { content: "\e87e"; } .segoe-uniE87F:before { content: "\e87f"; } .segoe-uniE880:before { content: "\e880"; } .segoe-uniE881:before { content: "\e881"; } .segoe-uniE882:before { content: "\e882"; } .segoe-uniE883:before { content: "\e883"; } .segoe-uniE884:before { content: "\e884"; } .segoe-uniE885:before { content: "\e885"; } .segoe-uniE886:before { content: "\e886"; } .segoe-uniE887:before { content: "\e887"; } .segoe-uniE888:before { content: "\e888"; } .segoe-uniE889:before { content: "\e889"; } .segoe-uniE88A:before { content: "\e88a"; } .segoe-uniE88B:before { content: "\e88b"; } .segoe-uniE88C:before { content: "\e88c"; } .segoe-uniE88D:before { content: "\e88d"; } .segoe-uniE88E:before { content: "\e88e"; } .segoe-uniE88F:before { content: "\e88f"; } .segoe-uniE891:before { content: "\e891"; } .segoe-uniE8AE:before { content: "\e8ae"; } .segoe-uniE8B0:before { content: "\e8b0"; } .segoe-uniE8B2:before { content: "\e8b2"; } .segoe-uniE8B7:before { content: "\e8b7"; } .segoe-uniE8BB:before { content: "\e8bb"; } .segoe-uniE8BE:before { content: "\e8be"; } .segoe-uniE8C7:before { content: "\e8c7"; } .segoe-uniE8CC:before { content: "\e8cc"; } .segoe-uniE8D3:before { content: "\e8d3"; } .segoe-uniE8DB:before { content: "\e8db"; } .segoe-uniE8DC:before { content: "\e8dc"; } .segoe-uniE8DD:before { content: "\e8dd"; } .segoe-uniE8ED:before { content: "\e8ed"; } .segoe-uniE8EE:before { content: "\e8ee"; } .segoe-uniE8F2:before { content: "\e8f2"; } .segoe-uniE902:before { content: "\e902"; } .segoe-uniE911:before { content: "\e911"; } .segoe-uniE914:before { content: "\e914"; } .segoe-uniE915:before { content: "\e915"; } .segoe-uniE916:before { content: "\e916"; } .segoe-uniE91B:before { content: "\e91b"; } .segoe-uniE91C:before { content: "\e91c"; } .segoe-uniE91F:before { content: "\e91f"; } .segoe-uniE921:before { content: "\e921"; } .segoe-uniE922:before { content: "\e922"; } .segoe-uniE923:before { content: "\e923"; } .segoe-uniE924:before { content: "\e924"; } .segoe-uniE925:before { content: "\e925"; } .segoe-uniE926:before { content: "\e926"; } .segoe-uniE927:before { content: "\e927"; } .segoe-uniE928:before { content: "\e928"; } .segoe-uniE929:before { content: "\e929"; } .segoe-uniE92C:before { content: "\e92c"; } .segoe-uniE92D:before { content: "\e92d"; } .segoe-uniE92F:before { content: "\e92f"; } .segoe-uniE930:before { content: "\e930"; } .segoe-uniE931:before { content: "\e931"; } .segoe-uniE932:before { content: "\e932"; } .segoe-uniE933:before { content: "\e933"; } .segoe-uniE934:before { content: "\e934"; } .segoe-uniE935:before { content: "\e935"; } .segoe-uniE936:before { content: "\e936"; } .segoe-uniE937:before { content: "\e937"; } .segoe-uniE938:before { content: "\e938"; } .segoe-uniE939:before { content: "\e939"; } .segoe-uniE93C:before { content: "\e93c"; } .segoe-uniE93E:before { content: "\e93e"; } .segoe-uniE943:before { content: "\e943"; } .segoe-uniE945:before { content: "\e945"; } .segoe-uniE946:before { content: "\e946"; } .segoe-uniE947:before { content: "\e947"; } .segoe-uniE948:before { content: "\e948"; } .segoe-uniE949:before { content: "\e949"; } .segoe-uniE94A:before { content: "\e94a"; } .segoe-uniE94B:before { content: "\e94b"; } .segoe-uniE94C:before { content: "\e94c"; } .segoe-uniE94D:before { content: "\e94d"; } .segoe-uniE94E:before { content: "\e94e"; } .segoe-uniE94F:before { content: "\e94f"; } .segoe-uniE950:before { content: "\e950"; } .segoe-uniE951:before { content: "\e951"; } .segoe-uniE952:before { content: "\e952"; } .segoe-uniE953:before { content: "\e953"; } .segoe-uniE954:before { content: "\e954"; } .segoe-uniE955:before { content: "\e955"; } .segoe-uniE956:before { content: "\e956"; } .segoe-uniE957:before { content: "\e957"; } .segoe-uniE958:before { content: "\e958"; } .segoe-uniE95A:before { content: "\e95a"; } .segoe-uniE95B:before { content: "\e95b"; } .segoe-uniE95D:before { content: "\e95d"; } .segoe-uniE95E:before { content: "\e95e"; } .segoe-uniE960:before { content: "\e960"; } .segoe-uniE961:before { content: "\e961"; } .segoe-uniE962:before { content: "\e962"; } .segoe-uniE963:before { content: "\e963"; } .segoe-uniE964:before { content: "\e964"; } .segoe-uniE965:before { content: "\e965"; } .segoe-uniE966:before { content: "\e966"; } .segoe-uniE967:before { content: "\e967"; } .segoe-uniE968:before { content: "\e968"; } .segoe-uniE969:before { content: "\e969"; } .segoe-uniE96A:before { content: "\e96a"; } .segoe-uniE96D:before { content: "\e96d"; } .segoe-uniE971:before { content: "\e971"; } .segoe-uniE972:before { content: "\e972"; } .segoe-uniE973:before { content: "\e973"; } .segoe-uniE974:before { content: "\e974"; } .segoe-uniE97D:before { content: "\e97d"; } .segoe-uniE97E:before { content: "\e97e"; } .segoe-uniE97F:before { content: "\e97f"; } .segoe-uniE980:before { content: "\e980"; } .segoe-uniE981:before { content: "\e981"; } .segoe-uniE982:before { content: "\e982"; } .segoe-uniE983:before { content: "\e983"; } .segoe-uniE984:before { content: "\e984"; } .segoe-uniE985:before { content: "\e985"; } .segoe-uniE986:before { content: "\e986"; } .segoe-uniE987:before { content: "\e987"; } .segoe-uniE988:before { content: "\e988"; } .segoe-uniE989:before { content: "\e989"; } .segoe-uniE98A:before { content: "\e98a"; } .segoe-uniE98F:before { content: "\e98f"; } .segoe-uniE990:before { content: "\e990"; } .segoe-uniE992:before { content: "\e992"; } .segoe-uniE993:before { content: "\e993"; } .segoe-uniE994:before { content: "\e994"; } .segoe-uniE995:before { content: "\e995"; } .segoe-uniE996:before { content: "\e996"; } .segoe-uniE998:before { content: "\e998"; } .segoe-uniE99A:before { content: "\e99a"; } .segoe-uniE9A1:before { content: "\e9a1"; } .segoe-uniE9A6:before { content: "\e9a6"; } .segoe-uniE9A8:before { content: "\e9a8"; } .segoe-uniE9A9:before { content: "\e9a9"; } .segoe-uniE9AA:before { content: "\e9aa"; } .segoe-uniE9AB:before { content: "\e9ab"; } .segoe-uniE9AC:before { content: "\e9ac"; } .segoe-uniE9AD:before { content: "\e9ad"; } .segoe-uniE9AE:before { content: "\e9ae"; } .segoe-uniE9AF:before { content: "\e9af"; } .segoe-uniE9B0:before { content: "\e9b0"; } .segoe-uniE9B1:before { content: "\e9b1"; } .segoe-uniE9B2:before { content: "\e9b2"; } .segoe-uniE9B3:before { content: "\e9b3"; } .segoe-uniE9B4:before { content: "\e9b4"; } .segoe-uniE9B5:before { content: "\e9b5"; } .segoe-uniE9B6:before { content: "\e9b6"; } .segoe-uniE9B7:before { content: "\e9b7"; } .segoe-uniE9B8:before { content: "\e9b8"; } .segoe-uniE9B9:before { content: "\e9b9"; } .segoe-uniE9BA:before { content: "\e9ba"; } .segoe-uniE9BB:before { content: "\e9bb"; } .segoe-uniE9BC:before { content: "\e9bc"; } .segoe-uniE9CA:before { content: "\e9ca"; } .segoe-uniE9CE:before { content: "\e9ce"; } .segoe-uniE9D2:before { content: "\e9d2"; } .segoe-uniE9D5:before { content: "\e9d5"; } .segoe-uniE9D9:before { content: "\e9d9"; } .segoe-uniE9E9:before { content: "\e9e9"; } .segoe-uniE9F3:before { content: "\e9f3"; } .segoe-uniE9F5:before { content: "\e9f5"; } .segoe-uniE9F9:before { content: "\e9f9"; } .segoe-uniEA0C:before { content: "\ea0c"; } .segoe-uniEA0D:before { content: "\ea0d"; } .segoe-uniEA14:before { content: "\ea14"; } .segoe-uniEA18:before { content: "\ea18"; } .segoe-uniEA1F:before { content: "\ea1f"; } .segoe-uniEA21:before { content: "\ea21"; } .segoe-uniEA24:before { content: "\ea24"; } .segoe-uniEA35:before { content: "\ea35"; } .segoe-uniEA37:before { content: "\ea37"; } .segoe-uniEA38:before { content: "\ea38"; } .segoe-uniEA39:before { content: "\ea39"; } .segoe-uniEA3A:before { content: "\ea3a"; } .segoe-uniEA3B:before { content: "\ea3b"; } .segoe-uniEA3C:before { content: "\ea3c"; } .segoe-uniEA3D:before { content: "\ea3d"; } .segoe-uniEA3F:before { content: "\ea3f"; } .segoe-uniEA43:before { content: "\ea43"; } .segoe-uniEA44:before { content: "\ea44"; } .segoe-uniEA47:before { content: "\ea47"; } .segoe-uniEA4A:before { content: "\ea4a"; } .segoe-uniEA50:before { content: "\ea50"; } .segoe-uniEA54:before { content: "\ea54"; } .segoe-uniEA55:before { content: "\ea55"; } .segoe-uniEA5E:before { content: "\ea5e"; } .segoe-uniEA5F:before { content: "\ea5f"; } .segoe-uniEA60:before { content: "\ea60"; } .segoe-uniEA61:before { content: "\ea61"; } .segoe-uniEA62:before { content: "\ea62"; } .segoe-uniEA63:before { content: "\ea63"; } .segoe-uniEA64:before { content: "\ea64"; } .segoe-uniEA69:before { content: "\ea69"; } .segoe-uniEA6A:before { content: "\ea6a"; } .segoe-uniEA6C:before { content: "\ea6c"; } .segoe-uniEA79:before { content: "\ea79"; } .segoe-uniEA80:before { content: "\ea80"; } .segoe-uniEA81:before { content: "\ea81"; } .segoe-uniEA82:before { content: "\ea82"; } .segoe-uniEA83:before { content: "\ea83"; } .segoe-uniEA84:before { content: "\ea84"; } .segoe-uniEA86:before { content: "\ea86"; } .segoe-uniEA89:before { content: "\ea89"; } .segoe-uniEA8A:before { content: "\ea8a"; } .segoe-uniEA8B:before { content: "\ea8b"; } .segoe-uniEA8C:before { content: "\ea8c"; } .segoe-uniEA8D:before { content: "\ea8d"; } .segoe-uniEA8E:before { content: "\ea8e"; } .segoe-uniEA8F:before { content: "\ea8f"; } .segoe-uniEA90:before { content: "\ea90"; } .segoe-uniEA91:before { content: "\ea91"; } .segoe-uniEA92:before { content: "\ea92"; } .segoe-uniEA93:before { content: "\ea93"; } .segoe-uniEA94:before { content: "\ea94"; } .segoe-uniEA95:before { content: "\ea95"; } .segoe-uniEA97:before { content: "\ea97"; } .segoe-uniEA99:before { content: "\ea99"; } .segoe-uniEAC2:before { content: "\eac2"; } .segoe-uniEADF:before { content: "\eadf"; } .segoe-uniEB05:before { content: "\eb05"; } .segoe-uniEB0F:before { content: "\eb0f"; } .segoe-uniEB11:before { content: "\eb11"; } .segoe-uniEB3C:before { content: "\eb3c"; } .segoe-uniEB41:before { content: "\eb41"; } .segoe-uniEB42:before { content: "\eb42"; } .segoe-uniEB44:before { content: "\eb44"; } .segoe-uniEB47:before { content: "\eb47"; } .segoe-uniEB48:before { content: "\eb48"; } .segoe-uniEB49:before { content: "\eb49"; } .segoe-uniEB4A:before { content: "\eb4a"; } .segoe-uniEB4B:before { content: "\eb4b"; } .segoe-uniEB4C:before { content: "\eb4c"; } .segoe-uniEB4D:before { content: "\eb4d"; } .segoe-uniEB4E:before { content: "\eb4e"; } .segoe-uniEB4F:before { content: "\eb4f"; } .segoe-uniEB50:before { content: "\eb50"; } .segoe-uniEB55:before { content: "\eb55"; } .segoe-uniEB56:before { content: "\eb56"; } .segoe-uniEB57:before { content: "\eb57"; } .segoe-uniEB58:before { content: "\eb58"; } .segoe-uniEB59:before { content: "\eb59"; } .segoe-uniEB5A:before { content: "\eb5a"; } .segoe-uniEB5B:before { content: "\eb5b"; } .segoe-uniEB5C:before { content: "\eb5c"; } .segoe-uniEB5D:before { content: "\eb5d"; } .segoe-uniEB5E:before { content: "\eb5e"; } .segoe-uniEB5F:before { content: "\eb5f"; } .segoe-uniEB60:before { content: "\eb60"; } .segoe-uniEB61:before { content: "\eb61"; } .segoe-uniEB62:before { content: "\eb62"; } .segoe-uniEB63:before { content: "\eb63"; } .segoe-uniEB66:before { content: "\eb66"; } .segoe-uniEB67:before { content: "\eb67"; } .segoe-uniEB68:before { content: "\eb68"; } .segoe-uniEB82:before { content: "\eb82"; } .segoe-uniEB83:before { content: "\eb83"; } .segoe-uniEB84:before { content: "\eb84"; } .segoe-uniEB85:before { content: "\eb85"; } .segoe-uniEB86:before { content: "\eb86"; } .segoe-uniEB87:before { content: "\eb87"; } .segoe-uniEB88:before { content: "\eb88"; } .segoe-uniEB89:before { content: "\eb89"; } .segoe-uniEB8A:before { content: "\eb8a"; } .segoe-uniEB8B:before { content: "\eb8b"; } .segoe-uniEB8C:before { content: "\eb8c"; } .segoe-uniEB8D:before { content: "\eb8d"; } .segoe-uniEB90:before { content: "\eb90"; } .segoe-uniEB91:before { content: "\eb91"; } .segoe-uniEB95:before { content: "\eb95"; } .segoe-uniEB96:before { content: "\eb96"; } .segoe-uniEB97:before { content: "\eb97"; } .segoe-uniEB9D:before { content: "\eb9d"; } .segoe-uniEB9E:before { content: "\eb9e"; } .segoe-uniEB9F:before { content: "\eb9f"; } .segoe-uniEBA0:before { content: "\eba0"; } .segoe-uniEBA1:before { content: "\eba1"; } .segoe-uniEBA2:before { content: "\eba2"; } .segoe-uniEBA3:before { content: "\eba3"; } .segoe-uniEBA4:before { content: "\eba4"; } .segoe-uniEBA5:before { content: "\eba5"; } .segoe-uniEBA6:before { content: "\eba6"; } .segoe-uniEBA7:before { content: "\eba7"; } .segoe-uniEBA8:before { content: "\eba8"; } .segoe-uniEBA9:before { content: "\eba9"; } .segoe-uniEBAA:before { content: "\ebaa"; } .segoe-uniEBAB:before { content: "\ebab"; } .segoe-uniEBAC:before { content: "\ebac"; } .segoe-uniEBAD:before { content: "\ebad"; } .segoe-uniEBAE:before { content: "\ebae"; } .segoe-uniEBAF:before { content: "\ebaf"; } .segoe-uniEBB0:before { content: "\ebb0"; } .segoe-uniEBB1:before { content: "\ebb1"; } .segoe-uniEBB2:before { content: "\ebb2"; } .segoe-uniEBB3:before { content: "\ebb3"; } .segoe-uniEBB4:before { content: "\ebb4"; } .segoe-uniEBB5:before { content: "\ebb5"; } .segoe-uniEBB6:before { content: "\ebb6"; } .segoe-uniEBB7:before { content: "\ebb7"; } .segoe-uniEBB8:before { content: "\ebb8"; } .segoe-uniEBB9:before { content: "\ebb9"; } .segoe-uniEBBA:before { content: "\ebba"; } .segoe-uniEBBB:before { content: "\ebbb"; } .segoe-uniEBBC:before { content: "\ebbc"; } .segoe-uniEBBD:before { content: "\ebbd"; } .segoe-uniEBBE:before { content: "\ebbe"; } .segoe-uniEBBF:before { content: "\ebbf"; } .segoe-uniEBC0:before { content: "\ebc0"; } .segoe-uniEBC3:before { content: "\ebc3"; } .segoe-uniEBC4:before { content: "\ebc4"; } .segoe-uniEBC5:before { content: "\ebc5"; } .segoe-uniEBC6:before { content: "\ebc6"; } .segoe-uniEBD2:before { content: "\ebd2"; } .segoe-uniEBD4:before { content: "\ebd4"; } .segoe-uniEBD5:before { content: "\ebd5"; } .segoe-uniEBD6:before { content: "\ebd6"; } .segoe-uniEBD7:before { content: "\ebd7"; } .segoe-uniEBD8:before { content: "\ebd8"; } .segoe-uniEBD9:before { content: "\ebd9"; } .segoe-uniEBDA:before { content: "\ebda"; } .segoe-uniEBDB:before { content: "\ebdb"; } .segoe-uniEBDE:before { content: "\ebde"; } .segoe-uniEBE6:before { content: "\ebe6"; } .segoe-uniEBE7:before { content: "\ebe7"; } .segoe-uniEBE8:before { content: "\ebe8"; } .segoe-uniEBFC:before { content: "\ebfc"; } .segoe-uniEBFD:before { content: "\ebfd"; } .segoe-uniEBFE:before { content: "\ebfe"; } .segoe-uniEBFF:before { content: "\ebff"; } .segoe-uniEC00:before { content: "\ec00"; } .segoe-uniEC02:before { content: "\ec02"; } .segoe-uniEC05:before { content: "\ec05"; } .segoe-uniEC06:before { content: "\ec06"; } .segoe-uniEC07:before { content: "\ec07"; } .segoe-uniEC08:before { content: "\ec08"; } .segoe-uniEC09:before { content: "\ec09"; } .segoe-uniEC0A:before { content: "\ec0a"; } .segoe-uniEC0B:before { content: "\ec0b"; } .segoe-uniEC11:before { content: "\ec11"; } .segoe-uniEC12:before { content: "\ec12"; } .segoe-uniEC13:before { content: "\ec13"; } .segoe-uniEC14:before { content: "\ec14"; } .segoe-uniEC15:before { content: "\ec15"; } .segoe-uniEC16:before { content: "\ec16"; } .segoe-uniEC19:before { content: "\ec19"; } .segoe-uniEC1B:before { content: "\ec1b"; } .segoe-uniEC1E:before { content: "\ec1e"; } .segoe-uniEC20:before { content: "\ec20"; } .segoe-uniEC24:before { content: "\ec24"; } .segoe-uniEC25:before { content: "\ec25"; } .segoe-uniEC26:before { content: "\ec26"; } .segoe-uniEC27:before { content: "\ec27"; } .segoe-uniEC31:before { content: "\ec31"; } .segoe-uniEC32:before { content: "\ec32"; } .segoe-uniEC37:before { content: "\ec37"; } .segoe-uniEC38:before { content: "\ec38"; } .segoe-uniEC39:before { content: "\ec39"; } .segoe-uniEC3A:before { content: "\ec3a"; } .segoe-uniEC3B:before { content: "\ec3b"; } .segoe-uniEC3C:before { content: "\ec3c"; } .segoe-uniEC3D:before { content: "\ec3d"; } .segoe-uniEC3E:before { content: "\ec3e"; } .segoe-uniEC3F:before { content: "\ec3f"; } .segoe-uniEC40:before { content: "\ec40"; } .segoe-uniEC41:before { content: "\ec41"; } .segoe-uniEC42:before { content: "\ec42"; } .segoe-uniEC43:before { content: "\ec43"; } .segoe-uniEC44:before { content: "\ec44"; } .segoe-uniEC45:before { content: "\ec45"; } .segoe-uniEC46:before { content: "\ec46"; } .segoe-uniEC47:before { content: "\ec47"; } .segoe-uniEC48:before { content: "\ec48"; } .segoe-uniEC49:before { content: "\ec49"; } .segoe-uniEC4A:before { content: "\ec4a"; } .segoe-uniEC4E:before { content: "\ec4e"; } .segoe-uniEC4F:before { content: "\ec4f"; } .segoe-uniEC50:before { content: "\ec50"; } .segoe-uniEC51:before { content: "\ec51"; } .segoe-uniEC52:before { content: "\ec52"; } .segoe-uniEC54:before { content: "\ec54"; } .segoe-uniEC55:before { content: "\ec55"; } .segoe-uniEC56:before { content: "\ec56"; } .segoe-uniEC57:before { content: "\ec57"; } .segoe-uniEC58:before { content: "\ec58"; } .segoe-uniEC59:before { content: "\ec59"; } .segoe-uniEC5A:before { content: "\ec5a"; } .segoe-uniEC5B:before { content: "\ec5b"; } .segoe-uniEC5C:before { content: "\ec5c"; } .segoe-uniEC61:before { content: "\ec61"; } .segoe-uniEC64:before { content: "\ec64"; } .segoe-uniEC6C:before { content: "\ec6c"; } .segoe-uniEC6D:before { content: "\ec6d"; } .segoe-uniEC71:before { content: "\ec71"; } .segoe-uniEC72:before { content: "\ec72"; } .segoe-uniEC74:before { content: "\ec74"; } .segoe-uniEC75:before { content: "\ec75"; } .segoe-uniEC76:before { content: "\ec76"; } .segoe-uniEC77:before { content: "\ec77"; } .segoe-uniEC7A:before { content: "\ec7a"; } .segoe-uniEC7E:before { content: "\ec7e"; } .segoe-uniEC7F:before { content: "\ec7f"; } .segoe-uniEC80:before { content: "\ec80"; } .segoe-uniEC81:before { content: "\ec81"; } .segoe-uniEC87:before { content: "\ec87"; } .segoe-uniEC88:before { content: "\ec88"; } .segoe-uniEC8A:before { content: "\ec8a"; } .segoe-uniEC8F:before { content: "\ec8f"; } .segoe-uniEC92:before { content: "\ec92"; } .segoe-uniECA5:before { content: "\eca5"; } .segoe-uniECA7:before { content: "\eca7"; } .segoe-uniECAA:before { content: "\ecaa"; } .segoe-uniECAD:before { content: "\ecad"; } .segoe-uniECB9:before { content: "\ecb9"; } .segoe-uniECBA:before { content: "\ecba"; } .segoe-uniECBB:before { content: "\ecbb"; } .segoe-uniECBC:before { content: "\ecbc"; } .segoe-uniECBD:before { content: "\ecbd"; } .segoe-uniECBE:before { content: "\ecbe"; } .segoe-uniECBF:before { content: "\ecbf"; } .segoe-uniECC4:before { content: "\ecc4"; } .segoe-uniECC5:before { content: "\ecc5"; } .segoe-uniECC6:before { content: "\ecc6"; } .segoe-uniECC8:before { content: "\ecc8"; } .segoe-uniECC9:before { content: "\ecc9"; } .segoe-uniECCA:before { content: "\ecca"; } .segoe-uniECCB:before { content: "\eccb"; } .segoe-uniECCC:before { content: "\eccc"; } .segoe-uniECCD:before { content: "\eccd"; } .segoe-uniECE4:before { content: "\ece4"; } .segoe-uniECE7:before { content: "\ece7"; } .segoe-uniECE8:before { content: "\ece8"; } .segoe-uniECE9:before { content: "\ece9"; } .segoe-uniECF0:before { content: "\ecf0"; } .segoe-uniECF1:before { content: "\ecf1"; } .segoe-uniECF3:before { content: "\ecf3"; } .segoe-uniED0C:before { content: "\ed0c"; } .segoe-uniED0D:before { content: "\ed0d"; } .segoe-uniED0E:before { content: "\ed0e"; } .segoe-uniED10:before { content: "\ed10"; } .segoe-uniED11:before { content: "\ed11"; } .segoe-uniED14:before { content: "\ed14"; } .segoe-uniED15:before { content: "\ed15"; } .segoe-uniED1E:before { content: "\ed1e"; } .segoe-uniED1F:before { content: "\ed1f"; } .segoe-uniED25:before { content: "\ed25"; } .segoe-uniED28:before { content: "\ed28"; } .segoe-uniED2A:before { content: "\ed2a"; } .segoe-uniED2B:before { content: "\ed2b"; } .segoe-uniED2C:before { content: "\ed2c"; } .segoe-uniED2D:before { content: "\ed2d"; } .segoe-uniED2E:before { content: "\ed2e"; } .segoe-uniED2F:before { content: "\ed2f"; } .segoe-uniED30:before { content: "\ed30"; } .segoe-uniED31:before { content: "\ed31"; } .segoe-uniED32:before { content: "\ed32"; } .segoe-uniED33:before { content: "\ed33"; } .segoe-uniED35:before { content: "\ed35"; } .segoe-uniED39:before { content: "\ed39"; } .segoe-uniED3A:before { content: "\ed3a"; } .segoe-uniED3C:before { content: "\ed3c"; } .segoe-uniED3D:before { content: "\ed3d"; } .segoe-uniED41:before { content: "\ed41"; } .segoe-uniED42:before { content: "\ed42"; } .segoe-uniED43:before { content: "\ed43"; } .segoe-uniED44:before { content: "\ed44"; } .segoe-uniED47:before { content: "\ed47"; } .segoe-uniED4C:before { content: "\ed4c"; } .segoe-uniED4D:before { content: "\ed4d"; } .segoe-uniED53:before { content: "\ed53"; } .segoe-uniED54:before { content: "\ed54"; } .segoe-uniED55:before { content: "\ed55"; } .segoe-uniED56:before { content: "\ed56"; } .segoe-uniED57:before { content: "\ed57"; } .segoe-uniED58:before { content: "\ed58"; } .segoe-uniED59:before { content: "\ed59"; } .segoe-uniED5A:before { content: "\ed5a"; } .segoe-uniED5B:before { content: "\ed5b"; } .segoe-uniED5C:before { content: "\ed5c"; } .segoe-uniED5D:before { content: "\ed5d"; } .segoe-uniED5E:before { content: "\ed5e"; } .segoe-uniED5F:before { content: "\ed5f"; } .segoe-uniED60:before { content: "\ed60"; } .segoe-uniED61:before { content: "\ed61"; } .segoe-uniED62:before { content: "\ed62"; } .segoe-uniED63:before { content: "\ed63"; } .segoe-uniED64:before { content: "\ed64"; } .segoe-uniED65:before { content: "\ed65"; } .segoe-uniED66:before { content: "\ed66"; } .segoe-uniED67:before { content: "\ed67"; } .segoe-uniEDA2:before { content: "\eda2"; } .segoe-uniEDA3:before { content: "\eda3"; } .segoe-uniEDA4:before { content: "\eda4"; } .segoe-uniEDA5:before { content: "\eda5"; } .segoe-uniEDA6:before { content: "\eda6"; } .segoe-uniEDA7:before { content: "\eda7"; } .segoe-uniEDA8:before { content: "\eda8"; } .segoe-uniEDA9:before { content: "\eda9"; } .segoe-uniEDAA:before { content: "\edaa"; } .segoe-uniEDAB:before { content: "\edab"; } .segoe-uniEDAC:before { content: "\edac"; } .segoe-uniEDAD:before { content: "\edad"; } .segoe-uniEDAE:before { content: "\edae"; } .segoe-uniEDAF:before { content: "\edaf"; } .segoe-uniEDB0:before { content: "\edb0"; } .segoe-uniEDB1:before { content: "\edb1"; } .segoe-uniEDB3:before { content: "\edb3"; } .segoe-uniEDB4:before { content: "\edb4"; } .segoe-uniEDB5:before { content: "\edb5"; } .segoe-uniEDC6:before { content: "\edc6"; } .segoe-uniEDD6:before { content: "\edd6"; } .segoe-uniEDD9:before { content: "\edd9"; } .segoe-uniEDDA:before { content: "\edda"; } .segoe-uniEDDB:before { content: "\eddb"; } .segoe-uniEDDC:before { content: "\eddc"; } .segoe-uniEDE1:before { content: "\ede1"; } .segoe-uniEDE2:before { content: "\ede2"; } .segoe-uniEDE3:before { content: "\ede3"; } .segoe-uniEDE4:before { content: "\ede4"; } .segoe-uniEDE5:before { content: "\ede5"; } .segoe-uniEDFB:before { content: "\edfb"; } .segoe-uniEE35:before { content: "\ee35"; } .segoe-uniEE3F:before { content: "\ee3f"; } .segoe-uniEE40:before { content: "\ee40"; } .segoe-uniEE4A:before { content: "\ee4a"; } .segoe-uniEE56:before { content: "\ee56"; } .segoe-uniEE57:before { content: "\ee57"; } .segoe-uniEE63:before { content: "\ee63"; } .segoe-uniEE64:before { content: "\ee64"; } .segoe-uniEE65:before { content: "\ee65"; } .segoe-uniEE6F:before { content: "\ee6f"; } .segoe-uniEE71:before { content: "\ee71"; } .segoe-uniEE77:before { content: "\ee77"; } .segoe-uniEE79:before { content: "\ee79"; } .segoe-uniEE7A:before { content: "\ee7a"; } .segoe-uniEE92:before { content: "\ee92"; } .segoe-uniEE93:before { content: "\ee93"; } .segoe-uniEE94:before { content: "\ee94"; } .segoe-uniEEA3:before { content: "\eea3"; } .segoe-uniEECA:before { content: "\eeca"; } .segoe-uniEF15:before { content: "\ef15"; } .segoe-uniEF16:before { content: "\ef16"; } .segoe-uniEF17:before { content: "\ef17"; } .segoe-uniEF18:before { content: "\ef18"; } .segoe-uniEF19:before { content: "\ef19"; } .segoe-uniEF1F:before { content: "\ef1f"; } .segoe-uniEF20:before { content: "\ef20"; } .segoe-uniEF2C:before { content: "\ef2c"; } .segoe-uniEF2D:before { content: "\ef2d"; } .segoe-uniEF2E:before { content: "\ef2e"; } .segoe-uniEF2F:before { content: "\ef2f"; } .segoe-uniEF31:before { content: "\ef31"; } .segoe-uniEF3B:before { content: "\ef3b"; } .segoe-uniEF3C:before { content: "\ef3c"; } .segoe-uniEF3D:before { content: "\ef3d"; } .segoe-uniEF3E:before { content: "\ef3e"; } .segoe-uniEF3F:before { content: "\ef3f"; } .segoe-uniEF40:before { content: "\ef40"; } .segoe-uniEF58:before { content: "\ef58"; } .segoe-uniEF6B:before { content: "\ef6b"; } .segoe-uniEF90:before { content: "\ef90"; } .segoe-uniEFA5:before { content: "\efa5"; } .segoe-uniEFA9:before { content: "\efa9"; } .segoe-uniF000:before { content: "\f000"; } .segoe-uniF003:before { content: "\f003"; } .segoe-uniF080:before { content: "\f080"; } .segoe-uniF081:before { content: "\f081"; } .segoe-uniF085:before { content: "\f085"; } .segoe-uniF08C:before { content: "\f08c"; } .segoe-uniF093:before { content: "\f093"; } .segoe-uniF094:before { content: "\f094"; } .segoe-uniF095:before { content: "\f095"; } .segoe-uniF096:before { content: "\f096"; } .segoe-uniF0AD:before { content: "\f0ad"; } .segoe-uniF0AE:before { content: "\f0ae"; } .segoe-uniF0AF:before { content: "\f0af"; } .segoe-uniF0B0:before { content: "\f0b0"; } .segoe-uniF0B2:before { content: "\f0b2"; } .segoe-uniF0B3:before { content: "\f0b3"; } .segoe-uniF0B4:before { content: "\f0b4"; } .segoe-uniF0B5:before { content: "\f0b5"; } .segoe-uniF0B6:before { content: "\f0b6"; } .segoe-uniF0B7:before { content: "\f0b7"; } .segoe-uniF0B8:before { content: "\f0b8"; } .segoe-uniF0B9:before { content: "\f0b9"; } .segoe-uniF0C6:before { content: "\f0c6"; } .segoe-uniF0C7:before { content: "\f0c7"; } .segoe-uniF0CA:before { content: "\f0ca"; } .segoe-uniF0CB:before { content: "\f0cb"; } .segoe-uniF0CC:before { content: "\f0cc"; } .segoe-uniF0CD:before { content: "\f0cd"; } .segoe-uniF0CE:before { content: "\f0ce"; } .segoe-uniF0D2:before { content: "\f0d2"; } .segoe-uniF0D3:before { content: "\f0d3"; } .segoe-uniF0D5:before { content: "\f0d5"; } .segoe-uniF0D6:before { content: "\f0d6"; } .segoe-uniF0D7:before { content: "\f0d7"; } .segoe-uniF0D8:before { content: "\f0d8"; } .segoe-uniF0E2:before { content: "\f0e2"; } .segoe-uniF0E3:before { content: "\f0e3"; } .segoe-uniF0E4:before { content: "\f0e4"; } .segoe-uniF0E5:before { content: "\f0e5"; } .segoe-uniF0E6:before { content: "\f0e6"; } .segoe-uniF0E7:before { content: "\f0e7"; } .segoe-uniF0E8:before { content: "\f0e8"; } .segoe-uniF0E9:before { content: "\f0e9"; } .segoe-uniF0EA:before { content: "\f0ea"; } .segoe-uniF0EB:before { content: "\f0eb"; } .segoe-uniF0EC:before { content: "\f0ec"; } .segoe-uniF0ED:before { content: "\f0ed"; } .segoe-uniF0EE:before { content: "\f0ee"; } .segoe-uniF0F7:before { content: "\f0f7"; } .segoe-uniF0F8:before { content: "\f0f8"; } .segoe-uniF0F9:before { content: "\f0f9"; } .segoe-uniF0FB:before { content: "\f0fb"; } .segoe-uniF103:before { content: "\f103"; } .segoe-uniF108:before { content: "\f108"; } .segoe-uniF109:before { content: "\f109"; } .segoe-uniF10A:before { content: "\f10a"; } .segoe-uniF10B:before { content: "\f10b"; } .segoe-uniF10C:before { content: "\f10c"; } .segoe-uniF10D:before { content: "\f10d"; } .segoe-uniF10E:before { content: "\f10e"; } .segoe-uniF110:before { content: "\f110"; } .segoe-uniF111:before { content: "\f111"; } .segoe-uniF119:before { content: "\f119"; } .segoe-uniF11B:before { content: "\f11b"; } .segoe-uniF126:before { content: "\f126"; } .segoe-uniF127:before { content: "\f127"; } .segoe-uniF128:before { content: "\f128"; } .segoe-uniF129:before { content: "\f129"; } .segoe-uniF12A:before { content: "\f12a"; } .segoe-uniF12B:before { content: "\f12b"; } .segoe-uniF12E:before { content: "\f12e"; } .segoe-uniF12F:before { content: "\f12f"; } .segoe-uniF131:before { content: "\f131"; } .segoe-uniF133:before { content: "\f133"; } .segoe-uniF136:before { content: "\f136"; } .segoe-uniF137:before { content: "\f137"; } .segoe-uniF138:before { content: "\f138"; } .segoe-uniF139:before { content: "\f139"; } .segoe-uniF13A:before { content: "\f13a"; } .segoe-uniF13B:before { content: "\f13b"; } .segoe-uniF13C:before { content: "\f13c"; } .segoe-uniF13D:before { content: "\f13d"; } .segoe-uniF13E:before { content: "\f13e"; } .segoe-uniF13F:before { content: "\f13f"; } .segoe-uniF140:before { content: "\f140"; } .segoe-uniF141:before { content: "\f141"; } .segoe-uniF142:before { content: "\f142"; } .segoe-uniF143:before { content: "\f143"; } .segoe-uniF146:before { content: "\f146"; } .segoe-uniF147:before { content: "\f147"; } .segoe-uniF148:before { content: "\f148"; } .segoe-uniF149:before { content: "\f149"; } .segoe-uniF14A:before { content: "\f14a"; } .segoe-uniF14B:before { content: "\f14b"; } .segoe-uniF14C:before { content: "\f14c"; } .segoe-uniF14D:before { content: "\f14d"; } .segoe-uniF14E:before { content: "\f14e"; } .segoe-uniF14F:before { content: "\f14f"; } .segoe-uniF150:before { content: "\f150"; } .segoe-uniF151:before { content: "\f151"; } .segoe-uniF152:before { content: "\f152"; } .segoe-uniF153:before { content: "\f153"; } .segoe-uniF154:before { content: "\f154"; } .segoe-uniF155:before { content: "\f155"; } .segoe-uniF156:before { content: "\f156"; } .segoe-uniF157:before { content: "\f157"; } .segoe-uniF158:before { content: "\f158"; } .segoe-uniF159:before { content: "\f159"; } .segoe-uniF161:before { content: "\f161"; } .segoe-uniF163:before { content: "\f163"; } .segoe-uniF164:before { content: "\f164"; } .segoe-uniF165:before { content: "\f165"; } .segoe-uniF166:before { content: "\f166"; } .segoe-uniF167:before { content: "\f167"; } .segoe-uniF168:before { content: "\f168"; } .segoe-uniF169:before { content: "\f169"; } .segoe-uniF16A:before { content: "\f16a"; } .segoe-uniF16B:before { content: "\f16b"; } .segoe-uniF16C:before { content: "\f16c"; } .segoe-uniF16D:before { content: "\f16d"; } .segoe-uniF16E:before { content: "\f16e"; } .segoe-uniF175:before { content: "\f175"; } .segoe-uniF17F:before { content: "\f17f"; } .segoe-uniF180:before { content: "\f180"; } .segoe-uniF182:before { content: "\f182"; } .segoe-uniF191:before { content: "\f191"; } .segoe-uniF193:before { content: "\f193"; } .segoe-uniF19D:before { content: "\f19d"; } .segoe-uniF1AD:before { content: "\f1ad"; } .segoe-uniF1CB:before { content: "\f1cb"; } .segoe-uniF1CC:before { content: "\f1cc"; } .segoe-uniF1D8:before { content: "\f1d8"; } .segoe-uniF1D9:before { content: "\f1d9"; } .segoe-uniF20C:before { content: "\f20c"; } .segoe-uniF20D:before { content: "\f20d"; } .segoe-uniF210:before { content: "\f210"; } .segoe-uniF22C:before { content: "\f22c"; } .segoe-uniF22E:before { content: "\f22e"; } .segoe-uniF246:before { content: "\f246"; } .segoe-uniF259:before { content: "\f259"; } .segoe-uniF260:before { content: "\f260"; } .segoe-uniF261:before { content: "\f261"; } .segoe-uniF26B:before { content: "\f26b"; } .segoe-uniF26C:before { content: "\f26c"; } .segoe-uniF26D:before { content: "\f26d"; } .segoe-uniF26E:before { content: "\f26e"; } .segoe-uniF270:before { content: "\f270"; } .segoe-uniF271:before { content: "\f271"; } .segoe-uniF272:before { content: "\f272"; } .segoe-uniF2B7:before { content: "\f2b7"; } .segoe-uniF32A:before { content: "\f32a"; } .segoe-uniF384:before { content: "\f384"; } .segoe-uniF385:before { content: "\f385"; } .segoe-uniF386:before { content: "\f386"; } .segoe-uniF3B1:before { content: "\f3b1"; } .segoe-uniF3CC:before { content: "\f3cc"; } .segoe-uniF3CD:before { content: "\f3cd"; } .segoe-uniF3E2:before { content: "\f3e2"; } .segoe-uniF3E7:before { content: "\f3e7"; } .segoe-uniF404:before { content: "\f404"; } .segoe-uniF406:before { content: "\f406"; } .segoe-uniF407:before { content: "\f407"; } .segoe-uniF408:before { content: "\f408"; } .segoe-uniF413:before { content: "\f413"; } .segoe-uniF439:before { content: "\f439"; } .segoe-uniF45E:before { content: "\f45e"; } .segoe-uniF45F:before { content: "\f45f"; } .segoe-uniF460:before { content: "\f460"; } .segoe-uniF461:before { content: "\f461"; } .segoe-uniF462:before { content: "\f462"; } .segoe-uniF463:before { content: "\f463"; } .segoe-uniF464:before { content: "\f464"; } .segoe-uniF465:before { content: "\f465"; } .segoe-uniF466:before { content: "\f466"; } .segoe-uniF473:before { content: "\f473"; } .segoe-uniF474:before { content: "\f474"; } .segoe-uniF475:before { content: "\f475"; } .segoe-uniF476:before { content: "\f476"; } .segoe-uniF49A:before { content: "\f49a"; } .segoe-uniF4A9:before { content: "\f4a9"; } .segoe-uniF4AA:before { content: "\f4aa"; } .segoe-uniF4BE:before { content: "\f4be"; } .segoe-uniF4BF:before { content: "\f4bf"; } .segoe-uniF4C0:before { content: "\f4c0"; } .segoe-uniF4C3:before { content: "\f4c3"; } .segoe-uniF540:before { content: "\f540"; } .segoe-uniF552:before { content: "\f552"; } .segoe-uniF56D:before { content: "\f56d"; } .segoe-uniF56E:before { content: "\f56e"; } .segoe-uniF56F:before { content: "\f56f"; } .segoe-uniF570:before { content: "\f570"; } .segoe-uniF571:before { content: "\f571"; } .segoe-uniF572:before { content: "\f572"; } .segoe-uniF573:before { content: "\f573"; } .segoe-uniF574:before { content: "\f574"; } .segoe-uniF575:before { content: "\f575"; } .segoe-uniF576:before { content: "\f576"; } .segoe-uniF577:before { content: "\f577"; } .segoe-uniF578:before { content: "\f578"; } .segoe-uniF579:before { content: "\f579"; } .segoe-uniF57A:before { content: "\f57a"; } .segoe-uniF57B:before { content: "\f57b"; } .segoe-uniF57C:before { content: "\f57c"; } .segoe-uniF57D:before { content: "\f57d"; } .segoe-uniF57E:before { content: "\f57e"; } .segoe-uniF57F:before { content: "\f57f"; } .segoe-uniF580:before { content: "\f580"; } .segoe-uniF581:before { content: "\f581"; } .segoe-uniF582:before { content: "\f582"; } .segoe-uniF583:before { content: "\f583"; } .segoe-uniF584:before { content: "\f584"; } .segoe-uniF585:before { content: "\f585"; } .segoe-uniF586:before { content: "\f586"; } .segoe-uniF587:before { content: "\f587"; } .segoe-uniF588:before { content: "\f588"; } .segoe-uniF589:before { content: "\f589"; } .segoe-uniF58A:before { content: "\f58a"; } .segoe-uniF58B:before { content: "\f58b"; } .segoe-uniF58C:before { content: "\f58c"; } .segoe-uniF58D:before { content: "\f58d"; } .segoe-uniF58E:before { content: "\f58e"; } .segoe-uniF58F:before { content: "\f58f"; } .segoe-uniF590:before { content: "\f590"; } .segoe-uniF591:before { content: "\f591"; } .segoe-uniF592:before { content: "\f592"; } .segoe-uniF593:before { content: "\f593"; } .segoe-uniF594:before { content: "\f594"; } .segoe-uniF595:before { content: "\f595"; } .segoe-uniF596:before { content: "\f596"; } .segoe-uniF597:before { content: "\f597"; } .segoe-uniF598:before { content: "\f598"; } .segoe-uniF599:before { content: "\f599"; } .segoe-uniF59A:before { content: "\f59a"; } .segoe-uniF59B:before { content: "\f59b"; } .segoe-uniF59C:before { content: "\f59c"; } .segoe-uniF59D:before { content: "\f59d"; } .segoe-uniF59E:before { content: "\f59e"; } .segoe-uniF59F:before { content: "\f59f"; } .segoe-uniF5A0:before { content: "\f5a0"; } .segoe-uniF5A1:before { content: "\f5a1"; } .segoe-uniF5A2:before { content: "\f5a2"; } .segoe-uniF5A3:before { content: "\f5a3"; } .segoe-uniF5A4:before { content: "\f5a4"; } .segoe-uniF5A5:before { content: "\f5a5"; } .segoe-uniF5A6:before { content: "\f5a6"; } .segoe-uniF5A7:before { content: "\f5a7"; } .segoe-uniF5A8:before { content: "\f5a8"; } .segoe-uniF5A9:before { content: "\f5a9"; } .segoe-uniF5AA:before { content: "\f5aa"; } .segoe-uniF5AB:before { content: "\f5ab"; } .segoe-uniF5AC:before { content: "\f5ac"; } .segoe-uniF5AD:before { content: "\f5ad"; } .segoe-uniF5AE:before { content: "\f5ae"; } .segoe-uniF5B0:before { content: "\f5b0"; } .segoe-uniF5E7:before { content: "\f5e7"; } .segoe-uniF5ED:before { content: "\f5ed"; } .segoe-uniF5EE:before { content: "\f5ee"; } .segoe-uniF5EF:before { content: "\f5ef"; } .segoe-uniF5F2:before { content: "\f5f2"; } .segoe-uniF5F3:before { content: "\f5f3"; } .segoe-uniF5F4:before { content: "\f5f4"; } .segoe-uniF5F5:before { content: "\f5f5"; } .segoe-uniF5F6:before { content: "\f5f6"; } .segoe-uniF5F7:before { content: "\f5f7"; } .segoe-uniF5F8:before { content: "\f5f8"; } .segoe-uniF5F9:before { content: "\f5f9"; } .segoe-uniF5FA:before { content: "\f5fa"; } .segoe-uniF5FB:before { content: "\f5fb"; } .segoe-uniF5FC:before { content: "\f5fc"; } .segoe-uniF5FD:before { content: "\f5fd"; } .segoe-uniF5FE:before { content: "\f5fe"; } .segoe-uniF5FF:before { content: "\f5ff"; } .segoe-uniF600:before { content: "\f600"; } .segoe-uniF601:before { content: "\f601"; } .segoe-uniF602:before { content: "\f602"; } .segoe-uniF603:before { content: "\f603"; } .segoe-uniF604:before { content: "\f604"; } .segoe-uniF605:before { content: "\f605"; } .segoe-uniF606:before { content: "\f606"; } .segoe-uniF607:before { content: "\f607"; } .segoe-uniF608:before { content: "\f608"; } .segoe-uniF614:before { content: "\f614"; } .segoe-uniF615:before { content: "\f615"; } .segoe-uniF616:before { content: "\f616"; } .segoe-uniF617:before { content: "\f617"; } .segoe-uniF618:before { content: "\f618"; } .segoe-uniF619:before { content: "\f619"; } .segoe-uniF61A:before { content: "\f61a"; } .segoe-uniF61B:before { content: "\f61b"; } .segoe-uniF61C:before { content: "\f61c"; } .segoe-uniF61D:before { content: "\f61d"; } .segoe-uniF61E:before { content: "\f61e"; } .segoe-uniF61F:before { content: "\f61f"; } .segoe-uniF620:before { content: "\f620"; } .segoe-uniF623:before { content: "\f623"; } .segoe-uniF624:before { content: "\f624"; } .segoe-uniF63C:before { content: "\f63c"; } .segoe-uniF657:before { content: "\f657"; } .segoe-uniF658:before { content: "\f658"; } .segoe-uniF659:before { content: "\f659"; } .segoe-uniF65A:before { content: "\f65a"; } .segoe-uniF65B:before { content: "\f65b"; } .segoe-uniF65C:before { content: "\f65c"; } .segoe-uniF69E:before { content: "\f69e"; } .segoe-uniF6FA:before { content: "\f6fa"; } .segoe-uniF712:before { content: "\f712"; } .segoe-uniF714:before { content: "\f714"; } .segoe-uniF715:before { content: "\f715"; } .segoe-uniF716:before { content: "\f716"; } .segoe-uniF71A:before { content: "\f71a"; } .segoe-uniF71C:before { content: "\f71c"; } .segoe-uniF71D:before { content: "\f71d"; } .segoe-uniF71E:before { content: "\f71e"; } .segoe-uniF738:before { content: "\f738"; } .segoe-uniF739:before { content: "\f739"; } .segoe-uniF73D:before { content: "\f73d"; } .segoe-uniF73E:before { content: "\f73e"; } .segoe-uniF73F:before { content: "\f73f"; } .segoe-uniF740:before { content: "\f740"; } .segoe-uniF741:before { content: "\f741"; } .segoe-uniF742:before { content: "\f742"; } .segoe-uniF743:before { content: "\f743"; } .segoe-uniF744:before { content: "\f744"; } .segoe-uniF745:before { content: "\f745"; } .segoe-uniF746:before { content: "\f746"; } .segoe-uniF781:before { content: "\f781"; } .segoe-uniF785:before { content: "\f785"; } .segoe-uniF78A:before { content: "\f78a"; } .segoe-uniF78B:before { content: "\f78b"; } .segoe-uniF78C:before { content: "\f78c"; } .segoe-uniF78D:before { content: "\f78d"; } .segoe-uniF7AD:before { content: "\f7ad"; } .segoe-uniF7AE:before { content: "\f7ae"; } .segoe-uniF7AF:before { content: "\f7af"; } .segoe-uniF7B0:before { content: "\f7b0"; } .segoe-uniF7B1:before { content: "\f7b1"; } .segoe-uniF7B2:before { content: "\f7b2"; } .segoe-uniF7B3:before { content: "\f7b3"; } .segoe-uniF7B4:before { content: "\f7b4"; } .segoe-uniF7B5:before { content: "\f7b5"; } .segoe-uniF7B6:before { content: "\f7b6"; } .segoe-uniF7B7:before { content: "\f7b7"; } .segoe-uniF7B8:before { content: "\f7b8"; } .segoe-uniF7B9:before { content: "\f7b9"; } .segoe-uniF7BA:before { content: "\f7ba"; } .segoe-uniF7BB:before { content: "\f7bb"; } .segoe-uniF7ED:before { content: "\f7ed"; } .segoe-uniF7EE:before { content: "\f7ee"; } .segoe-uniF83B:before { content: "\f83b"; } .segoe-uniF83D:before { content: "\f83d"; } .segoe-uniF83E:before { content: "\f83e"; } .segoe-uniF83F:before { content: "\f83f"; } .segoe-uniF847:before { content: "\f847"; }
0.327131
0.371564
.newCard_cardContainer { height: auto; width: 100%; max-width: 400px; margin: 15px 0px 0px 15px; padding: 15px 0px 10px 0px; border-radius: 10px; box-shadow: 1px 1px 2px #15161d; background: #373a4b; display: flex; flex-direction: column; align-items: center; justify-content: center; float: left; } .newCard_container { position: fixed; top: 0px; width: 100%; height: 100%; background: #282a3683; display: flex; align-items: center; justify-content: center; } .newCard_headerContainer { width: 95%; display: flex; align-items: center; justify-content: space-between; } .newCard_title { width: 100%; margin-bottom: 10px; padding: 2px 10px 2px 10px; border: 0; background: transparent; color: #f5f5f5; font-size: 20px; } .newCard_pinnedCard { margin: auto; margin-top: -5px; padding: auto; background: transparent; opacity: 0; } .newCard_pinnedCard:hover { background: transparent; opacity: 1; } .newCard_pinnedCardIcon { width: 23px; } .newCard_task { width: 100%; margin: 0; padding: 0; border-bottom: 1px solid #282a36; display: flex; flex-direction: row; align-items: center; justify-content: stretch; } .newCard_taskCheck { height: 20px; width: 20px; margin: 0 0 0 25px; padding: 0; } .newCard_taskText { height: 30px; width: 400px; max-width: 100%; margin: 5px; padding: 0; border: 0; border-radius: 0; color: #f5f5f5; background: transparent; font-size: 16px; } .newCard_deleteTask { margin: auto 13px auto auto; padding: 3px; border: 0; font-size: large; color: rgba(245, 245, 245, 0.534); background: transparent; } .newCard_deleteTask:hover { background: transparent; opacity: 0.7; } .newCard_footer { width: 90%; margin: 20px 0 5px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .newCard_labelContainer { min-width: 30px; max-width: 200px; padding: 5px; border-radius: 15px; box-shadow: 1px 1px 2px #15161d; } .newCard_labelContainer:hover { background: #282a36; cursor: pointer; } .newCard_label { width: 97%; background: transparent; border: 0; color: #f5f5f5; font-weight: normal; font-size: 13px; text-align: center; } .newCard_createCardButton { width: auto; height: auto; margin-right: 9px; padding: 5px; border-radius: 8px; box-shadow: 1px 1px 2px #15161d; background: transparent; font-size: 13px; font-weight: normal; } .newCard_createCardButton:hover { background: transparent; box-shadow: 2px 2px 3px #15161d; font-size: 14px; padding-bottom: 4px; } .newCard_createCardButton:active { background: transparent; box-shadow: 1px 1px 3px #15161d; font-size: 13px; padding-bottom: 5px; }
todo_web/src/components/newCard/styles.css
.newCard_cardContainer { height: auto; width: 100%; max-width: 400px; margin: 15px 0px 0px 15px; padding: 15px 0px 10px 0px; border-radius: 10px; box-shadow: 1px 1px 2px #15161d; background: #373a4b; display: flex; flex-direction: column; align-items: center; justify-content: center; float: left; } .newCard_container { position: fixed; top: 0px; width: 100%; height: 100%; background: #282a3683; display: flex; align-items: center; justify-content: center; } .newCard_headerContainer { width: 95%; display: flex; align-items: center; justify-content: space-between; } .newCard_title { width: 100%; margin-bottom: 10px; padding: 2px 10px 2px 10px; border: 0; background: transparent; color: #f5f5f5; font-size: 20px; } .newCard_pinnedCard { margin: auto; margin-top: -5px; padding: auto; background: transparent; opacity: 0; } .newCard_pinnedCard:hover { background: transparent; opacity: 1; } .newCard_pinnedCardIcon { width: 23px; } .newCard_task { width: 100%; margin: 0; padding: 0; border-bottom: 1px solid #282a36; display: flex; flex-direction: row; align-items: center; justify-content: stretch; } .newCard_taskCheck { height: 20px; width: 20px; margin: 0 0 0 25px; padding: 0; } .newCard_taskText { height: 30px; width: 400px; max-width: 100%; margin: 5px; padding: 0; border: 0; border-radius: 0; color: #f5f5f5; background: transparent; font-size: 16px; } .newCard_deleteTask { margin: auto 13px auto auto; padding: 3px; border: 0; font-size: large; color: rgba(245, 245, 245, 0.534); background: transparent; } .newCard_deleteTask:hover { background: transparent; opacity: 0.7; } .newCard_footer { width: 90%; margin: 20px 0 5px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .newCard_labelContainer { min-width: 30px; max-width: 200px; padding: 5px; border-radius: 15px; box-shadow: 1px 1px 2px #15161d; } .newCard_labelContainer:hover { background: #282a36; cursor: pointer; } .newCard_label { width: 97%; background: transparent; border: 0; color: #f5f5f5; font-weight: normal; font-size: 13px; text-align: center; } .newCard_createCardButton { width: auto; height: auto; margin-right: 9px; padding: 5px; border-radius: 8px; box-shadow: 1px 1px 2px #15161d; background: transparent; font-size: 13px; font-weight: normal; } .newCard_createCardButton:hover { background: transparent; box-shadow: 2px 2px 3px #15161d; font-size: 14px; padding-bottom: 4px; } .newCard_createCardButton:active { background: transparent; box-shadow: 1px 1px 3px #15161d; font-size: 13px; padding-bottom: 5px; }
0.438064
0.082143
body { /*background: url("../img/background.jpg") no-repeat center fixed;*/ background-size: 1920px 1080px; font-family: 'Muli', sans-serif; color: #4D4D4D; background-color: #FAFAF5; } body.photo-page { background-color: #030303 !important; } @media only screen and (min-width:786px) { .scroll-fix { padding-left: 17px !important; } } a { cursor: pointer; } #bootstrap-override .row { margin-top: 51px; } #bootstrap-override .navbar .navbar-nav { display: inline-block; float: none; } #bootstrap-override .navbar { text-align: center; } #bootstrap-override.default nav { background-color: #FAFAF5; } #bootstrap-override nav li { margin-bottom: -5px; font-size: 22px; } #bootstrap-override.default .nav-btn { outline: none; color: #666; } #bootstrap-override.default nav li a:hover { color: #333; } #bootstrap-override.default nav li a:focus { color: #333; } #bootstrap-override.default .active > a { background-color: #333; color: #FAFAF5; } #bootstrap-override.default .active > a:hover { color: #FAFAF5; } #bootstrap-override.default .active > a:focus { color: #FAFAF5; } #bootstrap-override.default .modal-btn { background-color: #333; color: #FAFAF5; } @media only screen and (min-width:786px) { } @media only screen and (max-width:786px) { #bootstrap-override #footer p { text-align: left; } #bootstrap-override #footer { position: absolute; left: -7px; bottom: 0px; } #bootstrap-override #mobile-footer { position: absolute; right: 8px; bottom: 0px; margin-bottom: 8px; } } #footer { font-size: 12px; } #bootstrap-override #mobile-footer .theme-switch { top: auto; left: auto; right: 0px; bottom: 3px; width: 30px; height: 15px; } #bootstrap-override #mobile-footer .theme-switch a { width: 13px; height: 13px; } #bootstrap-override .theme-switch { position: absolute; background-color: rgba(140, 140, 140, 0.15); border: 1px solid #666; border-radius: 25px; width: 40px; height: 20px; top: 14px; right: 17px; } #bootstrap-override .theme-switch a { cursor: pointer; left: 0px; position: absolute; background-color: rgb(177, 177, 177); border: 1px solid black; width: 18px; height: 18px; border-radius: 100%; } @media only screen and (max-width:786px) { #bootstrap-override .nav .theme-switch { display: none; } } #bootstrap-override.inverted .theme-switch a { right: 0px; left: auto; } #bootstrap-override.inverted { background-color: #222; color: #FAFAF5; } #bootstrap-override.inverted .modal-btn { background-color: #FAFAF5; color: #333; } #bootstrap-override.inverted nav { background-color: #222; color: #FAFAF5; } #bootstrap-override.inverted .active > a { background-color: #FAFAF5 !important; color: #333; } #bootstrap-override.inverted nav li a { color: #FAFAF5; } #bootstrap-override.inverted .modal-content { background-color: #222; } img { max-width: 100%; max-height: 100%; } .img-row { padding-left: 1px; padding-right: 1px; } @media only screen and (max-width:768px) { .img-row { padding-left: 0px; padding-right: 0px; } } .img-row a:focus:active { outline: none !important; } .img-row a:focus { outline: none !important; } .img-row a:focus img { outline: 1px dotted whitesmoke; } @media only screen and (max-width:768px) { .img-row a { pointer-events: none; } } #header h1 { font-size: 84px; font-family: 'Great Vibes', cursive; } @media only screen and (max-width:786px) { #header h1 { font-size: 74px; } } .home-row .col-md-12 { margin-top: 15px; } .home-row .col-md-4 { margin-top:15px; font-size: 24px; text-align: justify; text-justify: inter-word; } .home-row img { width: 68%; display: block; margin: 0 auto; } @media only screen and (max-width:786px) { .home-row .col-md-12 { margin-top: 5px; margin-left: -5px; padding: 0px; } } hr { border: 1px solid rgba(140, 140, 140, 0.35); border-style: hidden hidden solid hidden; } /*Vertically align modal*/ .modal { text-align: center; } .modal:before { display: inline-block; vertical-align: middle; content: " "; height: 90%; } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; position: relative; min-width: 75%; min-height: 75%; } .modal-close button { margin-right: 15px; margin-top: 15px; } .modal-content { background-color: #FAFAF5; } body.modal-open { padding-right: 0px !important; overflow-x: hidden; overflow-y: scroll; } @media only screen and (max-width:786px) { #bootstrap-override #contact-list { margin-top: 40px; font-size: 23px; } } @media only screen and (min-width:786px) { #bootstrap-override #contact-list { font-size: 40px; position: absolute; top: 38%; } #bootstrap-override #footer { font-size: 12px; position: absolute; bottom: 0%; } } #bootstrap-override #contact-list span { font-weight: bold; } .col-md-6 { padding: 1px; } @media only screen and (max-width:768px) { .col-md-6 { padding: 0px; } } /* Underline From Center */ @media only screen and (min-width:768px) { .hvr-underline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; } .hvr-underline-from-center:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0; margin-bottom: 10px; margin-left: 15px; margin-right: 15px; background: #4D4D4D; height: 1px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before { left: 0; right: 0; } #bootstrap-override.default .active > .hvr-underline-from-center:before { background: #FAFAF5; } #bootstrap-override.inverted .hvr-underline-from-center:before { background: #FAFAF5; } #bootstrap-override.inverted .active > .hvr-underline-from-center:before { background: #4D4D4D; } } /* Prevent Navbar Collapse for Mobile */ @media only screen and (max-width:768px) { .navbar-nav > li { float: left !important; } }
css/main.css
body { /*background: url("../img/background.jpg") no-repeat center fixed;*/ background-size: 1920px 1080px; font-family: 'Muli', sans-serif; color: #4D4D4D; background-color: #FAFAF5; } body.photo-page { background-color: #030303 !important; } @media only screen and (min-width:786px) { .scroll-fix { padding-left: 17px !important; } } a { cursor: pointer; } #bootstrap-override .row { margin-top: 51px; } #bootstrap-override .navbar .navbar-nav { display: inline-block; float: none; } #bootstrap-override .navbar { text-align: center; } #bootstrap-override.default nav { background-color: #FAFAF5; } #bootstrap-override nav li { margin-bottom: -5px; font-size: 22px; } #bootstrap-override.default .nav-btn { outline: none; color: #666; } #bootstrap-override.default nav li a:hover { color: #333; } #bootstrap-override.default nav li a:focus { color: #333; } #bootstrap-override.default .active > a { background-color: #333; color: #FAFAF5; } #bootstrap-override.default .active > a:hover { color: #FAFAF5; } #bootstrap-override.default .active > a:focus { color: #FAFAF5; } #bootstrap-override.default .modal-btn { background-color: #333; color: #FAFAF5; } @media only screen and (min-width:786px) { } @media only screen and (max-width:786px) { #bootstrap-override #footer p { text-align: left; } #bootstrap-override #footer { position: absolute; left: -7px; bottom: 0px; } #bootstrap-override #mobile-footer { position: absolute; right: 8px; bottom: 0px; margin-bottom: 8px; } } #footer { font-size: 12px; } #bootstrap-override #mobile-footer .theme-switch { top: auto; left: auto; right: 0px; bottom: 3px; width: 30px; height: 15px; } #bootstrap-override #mobile-footer .theme-switch a { width: 13px; height: 13px; } #bootstrap-override .theme-switch { position: absolute; background-color: rgba(140, 140, 140, 0.15); border: 1px solid #666; border-radius: 25px; width: 40px; height: 20px; top: 14px; right: 17px; } #bootstrap-override .theme-switch a { cursor: pointer; left: 0px; position: absolute; background-color: rgb(177, 177, 177); border: 1px solid black; width: 18px; height: 18px; border-radius: 100%; } @media only screen and (max-width:786px) { #bootstrap-override .nav .theme-switch { display: none; } } #bootstrap-override.inverted .theme-switch a { right: 0px; left: auto; } #bootstrap-override.inverted { background-color: #222; color: #FAFAF5; } #bootstrap-override.inverted .modal-btn { background-color: #FAFAF5; color: #333; } #bootstrap-override.inverted nav { background-color: #222; color: #FAFAF5; } #bootstrap-override.inverted .active > a { background-color: #FAFAF5 !important; color: #333; } #bootstrap-override.inverted nav li a { color: #FAFAF5; } #bootstrap-override.inverted .modal-content { background-color: #222; } img { max-width: 100%; max-height: 100%; } .img-row { padding-left: 1px; padding-right: 1px; } @media only screen and (max-width:768px) { .img-row { padding-left: 0px; padding-right: 0px; } } .img-row a:focus:active { outline: none !important; } .img-row a:focus { outline: none !important; } .img-row a:focus img { outline: 1px dotted whitesmoke; } @media only screen and (max-width:768px) { .img-row a { pointer-events: none; } } #header h1 { font-size: 84px; font-family: 'Great Vibes', cursive; } @media only screen and (max-width:786px) { #header h1 { font-size: 74px; } } .home-row .col-md-12 { margin-top: 15px; } .home-row .col-md-4 { margin-top:15px; font-size: 24px; text-align: justify; text-justify: inter-word; } .home-row img { width: 68%; display: block; margin: 0 auto; } @media only screen and (max-width:786px) { .home-row .col-md-12 { margin-top: 5px; margin-left: -5px; padding: 0px; } } hr { border: 1px solid rgba(140, 140, 140, 0.35); border-style: hidden hidden solid hidden; } /*Vertically align modal*/ .modal { text-align: center; } .modal:before { display: inline-block; vertical-align: middle; content: " "; height: 90%; } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; position: relative; min-width: 75%; min-height: 75%; } .modal-close button { margin-right: 15px; margin-top: 15px; } .modal-content { background-color: #FAFAF5; } body.modal-open { padding-right: 0px !important; overflow-x: hidden; overflow-y: scroll; } @media only screen and (max-width:786px) { #bootstrap-override #contact-list { margin-top: 40px; font-size: 23px; } } @media only screen and (min-width:786px) { #bootstrap-override #contact-list { font-size: 40px; position: absolute; top: 38%; } #bootstrap-override #footer { font-size: 12px; position: absolute; bottom: 0%; } } #bootstrap-override #contact-list span { font-weight: bold; } .col-md-6 { padding: 1px; } @media only screen and (max-width:768px) { .col-md-6 { padding: 0px; } } /* Underline From Center */ @media only screen and (min-width:768px) { .hvr-underline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; } .hvr-underline-from-center:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0; margin-bottom: 10px; margin-left: 15px; margin-right: 15px; background: #4D4D4D; height: 1px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before { left: 0; right: 0; } #bootstrap-override.default .active > .hvr-underline-from-center:before { background: #FAFAF5; } #bootstrap-override.inverted .hvr-underline-from-center:before { background: #FAFAF5; } #bootstrap-override.inverted .active > .hvr-underline-from-center:before { background: #4D4D4D; } } /* Prevent Navbar Collapse for Mobile */ @media only screen and (max-width:768px) { .navbar-nav > li { float: left !important; } }
0.421314
0.059976
html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, footer, header, nav, section { display: block; } h1 { font-size: 2em; margin: .67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } small { font-size: 80%; } img { border-style: none; } button, input { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button { text-transform: none; } button { -webkit-appearance: button; } button::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring { outline: 1px dotted ButtonText; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } html { box-sizing: border-box; } *, ::after, ::before { box-sizing: inherit; } @-ms-viewport { width: device-width; } html { -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #292b2c; background-color: #fff; } h1, h2, h3, h4 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } ul { margin-top: 0; margin-bottom: 1rem; } a { color: #0275d8; text-decoration: none; } a:focus, a:hover { color: #014c8c; text-decoration: underline; } img { vertical-align: middle; } a, button, input { -ms-touch-action: manipulation; touch-action: manipulation; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button, input { line-height: inherit; } *, *:before, *:after { box-sizing: border-box; } /* Type */ body, input { color: #3d3d3d; font-family: "Dosis", Arial, sans-serif; font-weight: 500; line-height: 30pt; letter-spacing: 0.075em; } a { color: inherit; text-decoration: none; transition: all 0.2s; } a:hover, a:focus, a:visited, a:active { text-decoration: none; } i { font-style: italic; } p { margin: 0 0 1rem 0; font-family: "Open Sans", Arial, sans-serif; font-weight: 100; } h1, h2, h3, h4 { font-family: inherit; line-height: 30pt; text-transform: uppercase; margin-bottom: 0.5rem; font-weight: 500; } h1 { font-size: 2.8125rem; } h2 { font-size: 3.375rem; } h3 { font-size: 1.875rem; } h4 { font-size: 1rem; } small { font-size: 0.75rem; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid #e7eaed; } img { max-width: 100%; } .page__header { height: 100vh; background: url("../src/img/bg-header_2.jpg") -50% 0 no-repeat, #28282e; margin-bottom: 6.8125rem; } .page__about { border-top: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .page__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .page__blog { padding-top: 6.25rem; padding-bottom: 6.25rem; text-align: center; } .page__footer { padding: 3.125rem 0 4.375rem 0; background: #e7eaed; font-family: 'Open Sans', 'Arial', sans-serif; font-size: 0.75rem; } .menu__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; margin: 0; list-style: none; font-weight: 500; color: #fff; } .menu__item { margin-right: 0; } .menu__item:last-child { margin: 0; } .menu__link { text-transform: uppercase; padding: 0 10px; font-size: 0.75rem; border: 0; color: inherit; display: inline-block; height: inherit; line-height: inherit; outline: 0; background: transparent; } .menu__link--underline { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; } .menu__link--underline:after { content: " "; position: absolute; z-index: -1; left: 10px; right: 100%; bottom: 0; background: #fff; height: 2px; transition-property: right; transition-duration: 0.3s; transition-timing-function: ease-out; } .menu__link--underline:hover::after { right: 10px; } .menu__link:hover { color: #ededed; background: transparent; } @media all and (max-width: 770px) { .logo { margin: 0 auto; } } .header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1.5625em 0; } .button { display: inline-block; font-weight: normal; font-size: 0.8125rem; line-height: 1.25; text-align: center; white-space: nowrap; letter-spacing: 3px; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: all 0.2s ease-in-out; padding: 20px 30px; border-radius: 0; border: none; text-transform: uppercase; color: #fff; } .button:hover { cursor: pointer; background: #ccc; color: #f8f8f8; } @media all and (max-width: 440px) { .button { width: 100%; } } .button--theme-dark { background: #363636; } .button--theme-dark:hover { background: #6c6c6c; } .heading { font-family: "Dosis", Arial, sans-serif; display: block; } .heading--normal { font-size: 1rem; } .heading--big { font-size: 2.5rem; } .heading--medium { font-size: 3.125rem; } .heading--large { font-size: 5.625rem; line-height: 80px; } .heading--bold { font-weight: 700; } .heading--stripe:after { content: ''; height: 5px; border-radius: 2px; width: 74px; margin-top: 15px; margin-bottom: 10px; background: #f16522; display: block; } .icon__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; } .icon__item { text-align: center; -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; padding: 100px 0 3rem 0; letter-spacing: 0; } .icon__item:nth-child(odd) { border-left: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .icon__item:nth-child(even) { border-left: 1px solid #e7eaed; border-right: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .icon__item:last-child, .icon__item:nth-last-child(2) { border-bottom: none; } .icon__item img { margin-bottom: 2rem; height: 62px; } @media all and (max-width: 992px) { .icon__item:first-child, .icon__item:nth-child(2) { border-top: 1px solid #e7eaed; } } @media all and (max-width: 450px) { .icon__item { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; border: 1px solid #e7eaed; } } ::-webkit-input-placeholder { color: #d1d1d1; } :-moz-placeholder { color: #d1d1d1; } ::-moz-placeholder { color: #d1d1d1; } :-ms-input-placeholder { color: #d1d1d1; } .footer__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1; letter-spacing: 0; } .footer__box .box { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } @media all and (max-width: 500px) { .footer__box .box { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } } .footer__box .box .box__title { font-size: 2rem; } .box__link { color: #f16522; text-transform: uppercase; } .box__link:hover { text-decoration: underline; color: #f16522; } .caption { text-align: left; width: 45%; color: #fff; letter-spacing: 0; margin-top: 10vh; } .caption .heading--stripe:after { background: #fff; } @media all and (max-width: 756px) { .caption__props { display: none; } } ::-webkit-input-placeholder { color: #d1d1d1; } :-moz-placeholder { color: #d1d1d1; } ::-moz-placeholder { color: #d1d1d1; } :-ms-input-placeholder { color: #d1d1d1; } .submit-form { text-align: center; position: relative; } .submit-form__input { display: inline-block; width: 100%; height: 40px; padding: 0 60px 0 20px; background-color: #fff; border: 0; outline: none; margin-right: -5px; color: #000; font-size: inherit; font-weight: normal; vertical-align: middle; border-radius: none; } .submit-form__btn { font-size: inherit; height: 40px; background: transparent; line-height: 0; border: 0; top: 0; right: 0; position: absolute; outline: none !important; } .submit-form__btn:hover { background: transparent; color: #ba5651; cursor: pointer; } .container { position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 576px) { .container { width: 540px; max-width: 100%; } } @media (min-width: 768px) { .container { width: 720px; max-width: 100%; } } @media (min-width: 992px) { .container { width: 960px; max-width: 100%; } } @media (min-width: 1200px) { .container { width: 1140px; max-width: 100%; } } .about__text-content { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 6.25rem 3em 6.25rem 0; } .about__text-content .heading--stripe:after { background: #f16522; } .about__icon-content { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } @media all and (max-width: 992px) { .about__text-content { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 4.25rem 0 4.25rem 0; } .about__icon-content { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } } .blog__posts { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; margin-bottom: 5rem; } @media all and (max-width: 600px) { .blog__posts { margin-bottom: 3rem; } } .blog-post { -webkit-box-flex: 0; -webkit-flex: 0 0 32%; -ms-flex: 0 0 32%; flex: 0 0 32%; padding-top: 3.125rem; font-family: 'Open Sans', 'Arial', sans-serif; font-size: 0.875rem; } @media all and (max-width: 500px) { .blog-post { -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 1 auto; margin: 0 15px; } } .blog-post__content { text-align: left; line-height: 2; } .blog-post__content .author { color: #8e8e8e; padding: 0; margin: 0; } .blog-post__content .author:after { content: ''; height: 4px; width: 35px; margin-top: 10px; margin-bottom: 10px; background: #f16522; display: block; } .blog-post__content .heading { font-size: 1rem; font-weight: bold; text-transform: inherit; } .load-more { text-transform: uppercase; font-size: 1rem; font-weight: bold; position: relative; } .load-more:hover { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .hr { width: 35px; height: 4px; background-color: #f16522; border: 0; } .rect { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-top: 1rem; } .rect > a { position: relative; outline: none; transition: all 0.2s; } .rect > a:hover .icon-custom { top: 48%; } @media all and (max-width: 1220px) { .rect > a { display: none; } } .icon-custom { position: absolute; font-weight: bold; font-size: 2rem; color: #636363; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
css/style.css
html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, footer, header, nav, section { display: block; } h1 { font-size: 2em; margin: .67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } small { font-size: 80%; } img { border-style: none; } button, input { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button { text-transform: none; } button { -webkit-appearance: button; } button::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring { outline: 1px dotted ButtonText; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } html { box-sizing: border-box; } *, ::after, ::before { box-sizing: inherit; } @-ms-viewport { width: device-width; } html { -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #292b2c; background-color: #fff; } h1, h2, h3, h4 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } ul { margin-top: 0; margin-bottom: 1rem; } a { color: #0275d8; text-decoration: none; } a:focus, a:hover { color: #014c8c; text-decoration: underline; } img { vertical-align: middle; } a, button, input { -ms-touch-action: manipulation; touch-action: manipulation; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button, input { line-height: inherit; } *, *:before, *:after { box-sizing: border-box; } /* Type */ body, input { color: #3d3d3d; font-family: "Dosis", Arial, sans-serif; font-weight: 500; line-height: 30pt; letter-spacing: 0.075em; } a { color: inherit; text-decoration: none; transition: all 0.2s; } a:hover, a:focus, a:visited, a:active { text-decoration: none; } i { font-style: italic; } p { margin: 0 0 1rem 0; font-family: "Open Sans", Arial, sans-serif; font-weight: 100; } h1, h2, h3, h4 { font-family: inherit; line-height: 30pt; text-transform: uppercase; margin-bottom: 0.5rem; font-weight: 500; } h1 { font-size: 2.8125rem; } h2 { font-size: 3.375rem; } h3 { font-size: 1.875rem; } h4 { font-size: 1rem; } small { font-size: 0.75rem; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid #e7eaed; } img { max-width: 100%; } .page__header { height: 100vh; background: url("../src/img/bg-header_2.jpg") -50% 0 no-repeat, #28282e; margin-bottom: 6.8125rem; } .page__about { border-top: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .page__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .page__blog { padding-top: 6.25rem; padding-bottom: 6.25rem; text-align: center; } .page__footer { padding: 3.125rem 0 4.375rem 0; background: #e7eaed; font-family: 'Open Sans', 'Arial', sans-serif; font-size: 0.75rem; } .menu__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; margin: 0; list-style: none; font-weight: 500; color: #fff; } .menu__item { margin-right: 0; } .menu__item:last-child { margin: 0; } .menu__link { text-transform: uppercase; padding: 0 10px; font-size: 0.75rem; border: 0; color: inherit; display: inline-block; height: inherit; line-height: inherit; outline: 0; background: transparent; } .menu__link--underline { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; } .menu__link--underline:after { content: " "; position: absolute; z-index: -1; left: 10px; right: 100%; bottom: 0; background: #fff; height: 2px; transition-property: right; transition-duration: 0.3s; transition-timing-function: ease-out; } .menu__link--underline:hover::after { right: 10px; } .menu__link:hover { color: #ededed; background: transparent; } @media all and (max-width: 770px) { .logo { margin: 0 auto; } } .header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1.5625em 0; } .button { display: inline-block; font-weight: normal; font-size: 0.8125rem; line-height: 1.25; text-align: center; white-space: nowrap; letter-spacing: 3px; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: all 0.2s ease-in-out; padding: 20px 30px; border-radius: 0; border: none; text-transform: uppercase; color: #fff; } .button:hover { cursor: pointer; background: #ccc; color: #f8f8f8; } @media all and (max-width: 440px) { .button { width: 100%; } } .button--theme-dark { background: #363636; } .button--theme-dark:hover { background: #6c6c6c; } .heading { font-family: "Dosis", Arial, sans-serif; display: block; } .heading--normal { font-size: 1rem; } .heading--big { font-size: 2.5rem; } .heading--medium { font-size: 3.125rem; } .heading--large { font-size: 5.625rem; line-height: 80px; } .heading--bold { font-weight: 700; } .heading--stripe:after { content: ''; height: 5px; border-radius: 2px; width: 74px; margin-top: 15px; margin-bottom: 10px; background: #f16522; display: block; } .icon__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; } .icon__item { text-align: center; -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; padding: 100px 0 3rem 0; letter-spacing: 0; } .icon__item:nth-child(odd) { border-left: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .icon__item:nth-child(even) { border-left: 1px solid #e7eaed; border-right: 1px solid #e7eaed; border-bottom: 1px solid #e7eaed; } .icon__item:last-child, .icon__item:nth-last-child(2) { border-bottom: none; } .icon__item img { margin-bottom: 2rem; height: 62px; } @media all and (max-width: 992px) { .icon__item:first-child, .icon__item:nth-child(2) { border-top: 1px solid #e7eaed; } } @media all and (max-width: 450px) { .icon__item { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; border: 1px solid #e7eaed; } } ::-webkit-input-placeholder { color: #d1d1d1; } :-moz-placeholder { color: #d1d1d1; } ::-moz-placeholder { color: #d1d1d1; } :-ms-input-placeholder { color: #d1d1d1; } .footer__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1; letter-spacing: 0; } .footer__box .box { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } @media all and (max-width: 500px) { .footer__box .box { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } } .footer__box .box .box__title { font-size: 2rem; } .box__link { color: #f16522; text-transform: uppercase; } .box__link:hover { text-decoration: underline; color: #f16522; } .caption { text-align: left; width: 45%; color: #fff; letter-spacing: 0; margin-top: 10vh; } .caption .heading--stripe:after { background: #fff; } @media all and (max-width: 756px) { .caption__props { display: none; } } ::-webkit-input-placeholder { color: #d1d1d1; } :-moz-placeholder { color: #d1d1d1; } ::-moz-placeholder { color: #d1d1d1; } :-ms-input-placeholder { color: #d1d1d1; } .submit-form { text-align: center; position: relative; } .submit-form__input { display: inline-block; width: 100%; height: 40px; padding: 0 60px 0 20px; background-color: #fff; border: 0; outline: none; margin-right: -5px; color: #000; font-size: inherit; font-weight: normal; vertical-align: middle; border-radius: none; } .submit-form__btn { font-size: inherit; height: 40px; background: transparent; line-height: 0; border: 0; top: 0; right: 0; position: absolute; outline: none !important; } .submit-form__btn:hover { background: transparent; color: #ba5651; cursor: pointer; } .container { position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 576px) { .container { width: 540px; max-width: 100%; } } @media (min-width: 768px) { .container { width: 720px; max-width: 100%; } } @media (min-width: 992px) { .container { width: 960px; max-width: 100%; } } @media (min-width: 1200px) { .container { width: 1140px; max-width: 100%; } } .about__text-content { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 6.25rem 3em 6.25rem 0; } .about__text-content .heading--stripe:after { background: #f16522; } .about__icon-content { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } @media all and (max-width: 992px) { .about__text-content { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 4.25rem 0 4.25rem 0; } .about__icon-content { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } } .blog__posts { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; margin-bottom: 5rem; } @media all and (max-width: 600px) { .blog__posts { margin-bottom: 3rem; } } .blog-post { -webkit-box-flex: 0; -webkit-flex: 0 0 32%; -ms-flex: 0 0 32%; flex: 0 0 32%; padding-top: 3.125rem; font-family: 'Open Sans', 'Arial', sans-serif; font-size: 0.875rem; } @media all and (max-width: 500px) { .blog-post { -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 1 auto; margin: 0 15px; } } .blog-post__content { text-align: left; line-height: 2; } .blog-post__content .author { color: #8e8e8e; padding: 0; margin: 0; } .blog-post__content .author:after { content: ''; height: 4px; width: 35px; margin-top: 10px; margin-bottom: 10px; background: #f16522; display: block; } .blog-post__content .heading { font-size: 1rem; font-weight: bold; text-transform: inherit; } .load-more { text-transform: uppercase; font-size: 1rem; font-weight: bold; position: relative; } .load-more:hover { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .hr { width: 35px; height: 4px; background-color: #f16522; border: 0; } .rect { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-top: 1rem; } .rect > a { position: relative; outline: none; transition: all 0.2s; } .rect > a:hover .icon-custom { top: 48%; } @media all and (max-width: 1220px) { .rect > a { display: none; } } .icon-custom { position: absolute; font-weight: bold; font-size: 2rem; color: #636363; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
0.403567
0.058185
body { margin: 0px; padding: 0px; font-family: "微软雅黑,华文细黑"; } section { margin: 0px; } section .icon { margin: 10px; } span, strong { margin: 0px; } ul { margin: 0px; padding: 0px; } a { text-decoration: none; } .wrapper { display: block; overflow: hidden; width: 90%; margin: 0 auto; } header { min-height: 76px; border-bottom: 2px solid #c8f6f4; background: transparent url('../../img/global/write-transparent-bg.png') top left repeat; } header .left { display: inline-block; float: left; overflow: hidden; } header .left .logo { display: inline-block; float: left; overflow: hidden; height: 76px; } header .left .logo img { display: block; margin-top: 24.5px; height: 27px; } header .right { display: inline-block; float: right; overflow: hidden; } header .right a { margin-left: 10px; cursor: pointer; line-height: 76px; color: #45d7d7; } header .right a:hover { color: #2fc6c6; } .header { min-height: 76px; border-bottom: 2px solid #c8f6f4; background: transparent url('../../img/global/write-transparent-bg.png') top left repeat; } .header .left { display: inline-block; float: left; overflow: hidden; } .header .left .logo { display: inline-block; float: left; overflow: hidden; height: 76px; } .header .left .logo img { display: block; margin-top: 24.5px; height: 27px; } .header .right { display: inline-block; float: right; overflow: hidden; } .header .right a { margin-left: 10px; cursor: pointer; line-height: 76px; color: #45d7d7; } .header .right a:hover { color: #2fc6c6; } footer { margin: 0px; min-height: 40px; background: transparent url('../../img/global/transparent-bg.png') top left repeat; text-align: center; font-size: 12px; line-height: 40px; } footer span { margin-right: 10px; color: #45d7d7; } .footer { margin: 0px; min-height: 40px; background: transparent url('../../img/global/transparent-bg.png') top left repeat; text-align: center; font-size: 12px; line-height: 40px; } .footer span { margin-right: 10px; color: #45d7d7; } body { background: #d8f9f9; background: -moz-linear-gradient(top, #d8f9f9, #f2fffd); /*Mozilla*/ background: -webkit-linear-gradient(top, #d8f9f9, #f2fffd); /*Webkit*/ background: -o-linear-gradient(top, #d8f9f9, #f2fffd); /*Opera11*/ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d8f9f9, endColorstr=#f2fffd); /*IE<9>*/ -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d8f9f9, endColorstr=#f2fffd)"; /*IE8+*/ } .bg { display: block; overflow: hidden; width: 100%; height: 100%; background-image: url('../../img/login/bg.png'); background-position-x: center; background-position-y: bottom; background-repeat: no-repeat; background-size: contain; } .content .wrapper { width: 60%; max-width: 716px; padding-top: 75px; padding-bottom: 75px; } .content .wrapper .item .title { font-size: 22px; color: #45d9d9; font-weight: bold; margin-top: 0; margin-bottom: 20px; } .content .wrapper .item .description { color: #6be2e0; font-size: 12px; padding-left: 30px; } .content .wrapper .item .description p { margin-bottom: 15px; } .content .wrapper .line { height: 2px; background: url('../../img/about_us/halving-line.png') top left repeat-x; opacity: 0.8; margin: 35px 0px; } .content .wrapper .contact .left { display: inline-block; width: 70%; float: left; } .content .wrapper .contact .right { display: inline-block; float: right; width: 112px; height: 112px; }
web/platform/static/css/views/about_us.client.style.css
body { margin: 0px; padding: 0px; font-family: "微软雅黑,华文细黑"; } section { margin: 0px; } section .icon { margin: 10px; } span, strong { margin: 0px; } ul { margin: 0px; padding: 0px; } a { text-decoration: none; } .wrapper { display: block; overflow: hidden; width: 90%; margin: 0 auto; } header { min-height: 76px; border-bottom: 2px solid #c8f6f4; background: transparent url('../../img/global/write-transparent-bg.png') top left repeat; } header .left { display: inline-block; float: left; overflow: hidden; } header .left .logo { display: inline-block; float: left; overflow: hidden; height: 76px; } header .left .logo img { display: block; margin-top: 24.5px; height: 27px; } header .right { display: inline-block; float: right; overflow: hidden; } header .right a { margin-left: 10px; cursor: pointer; line-height: 76px; color: #45d7d7; } header .right a:hover { color: #2fc6c6; } .header { min-height: 76px; border-bottom: 2px solid #c8f6f4; background: transparent url('../../img/global/write-transparent-bg.png') top left repeat; } .header .left { display: inline-block; float: left; overflow: hidden; } .header .left .logo { display: inline-block; float: left; overflow: hidden; height: 76px; } .header .left .logo img { display: block; margin-top: 24.5px; height: 27px; } .header .right { display: inline-block; float: right; overflow: hidden; } .header .right a { margin-left: 10px; cursor: pointer; line-height: 76px; color: #45d7d7; } .header .right a:hover { color: #2fc6c6; } footer { margin: 0px; min-height: 40px; background: transparent url('../../img/global/transparent-bg.png') top left repeat; text-align: center; font-size: 12px; line-height: 40px; } footer span { margin-right: 10px; color: #45d7d7; } .footer { margin: 0px; min-height: 40px; background: transparent url('../../img/global/transparent-bg.png') top left repeat; text-align: center; font-size: 12px; line-height: 40px; } .footer span { margin-right: 10px; color: #45d7d7; } body { background: #d8f9f9; background: -moz-linear-gradient(top, #d8f9f9, #f2fffd); /*Mozilla*/ background: -webkit-linear-gradient(top, #d8f9f9, #f2fffd); /*Webkit*/ background: -o-linear-gradient(top, #d8f9f9, #f2fffd); /*Opera11*/ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d8f9f9, endColorstr=#f2fffd); /*IE<9>*/ -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d8f9f9, endColorstr=#f2fffd)"; /*IE8+*/ } .bg { display: block; overflow: hidden; width: 100%; height: 100%; background-image: url('../../img/login/bg.png'); background-position-x: center; background-position-y: bottom; background-repeat: no-repeat; background-size: contain; } .content .wrapper { width: 60%; max-width: 716px; padding-top: 75px; padding-bottom: 75px; } .content .wrapper .item .title { font-size: 22px; color: #45d9d9; font-weight: bold; margin-top: 0; margin-bottom: 20px; } .content .wrapper .item .description { color: #6be2e0; font-size: 12px; padding-left: 30px; } .content .wrapper .item .description p { margin-bottom: 15px; } .content .wrapper .line { height: 2px; background: url('../../img/about_us/halving-line.png') top left repeat-x; opacity: 0.8; margin: 35px 0px; } .content .wrapper .contact .left { display: inline-block; width: 70%; float: left; } .content .wrapper .contact .right { display: inline-block; float: right; width: 112px; height: 112px; }
0.411347
0.104067
html { position: fixed; height: 100%; width: 100%; text-align: center; background-color: #333; font-size: 21px; cursor: default; overflow: hidden; } body { position: fixed; margin: 0; height: 100%; width: 100%; } main { will-change: transform; transition: transform 0.5s; height: 100%; width: 100%; } #main-view { height: 100%; width: 100%; } #sidebar { position: absolute; background-color: #444; right: -15em; color: white; height: 100%; width: 15em; z-index: -1; overflow-x: hidden; overflow-y: scroll; } #sidebar div { position: fixed; width: 100%; height: 3em; background-color: #555; } #sidebar ul { list-style: none; text-align: right; height: 100%; padding: 0; margin: 0; font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif; } #sidebar li { padding: 1em 1em 0 0; } #sidebar li:first-child { padding-top: 5em; } #sidebar li:last-child { padding-bottom: 3em; } #sidebar li a { text-decoration: none; color: white; cursor: pointer; } #sidebar .checked:before { content: ''; display: inline-block; width: 0.3em; height: 0.6em; border: solid #aaa; border-width: 0 3px 3px 0; transform: rotate(45deg); margin: 0 0.7em 0.1em; } #sidebar-toggle { color: white; position: fixed; outline: none; right: 0; margin: 0.5em; height: 2em; display: block; opacity: .33; transition: opacity .5s; z-index: 1; } #sidebar-toggle:hover, #sidebar-toggle:focus-within, #sidebar-toggle.open { opacity: 1; } #sidebar-toggle span { display: block; width: 1em; height: 3px; background-color: white; margin: 1em 0.5em; } #sidebar-toggle span::before { display: block; position: absolute; background-color: white; content: ''; width: 1em; height: 3px; transform: translateY(-.33em); } #sidebar-toggle span::after { display: block; position: absolute; background-color: white; content: ''; width: 1em; height: 3px; transform: translateY(.33em); } #sidebar-toggle.open span { background-color: transparent; } #sidebar-toggle.open span::before { transform: rotate(45deg); } #sidebar-toggle.open span::after { transform: rotate(-45deg); } #sidebar table { display: inline-block; } tr:last-child { height: 3em; vertical-align: bottom; } input { font-size: 21px; background-color: transparent; border: 1px solid #aaa; color: white; outline: none; padding: .33em; } input:focus { outline: 1px solid white; } input[type='text'] { width: 5em; } input[type='number'] { width: 2em; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } #circle circle { fill: skyblue; } #circle { display: inline-block; width: 50vh; height: 50vh; margin-top: 10vh; will-change: transform; transform: scale(0.25); -webkit-transition: all 4.0s ease-in-out; -moz-transition: all 4.0s ease-in-out; transition: all 4.0s ease-in-out; } #text { color: white; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top: 10vh; } @media screen and (max-width: 600px) { #circle { width: 50vw; height: 50vw; } } @media screen and (orientation: portrait) { #circle { margin-top: 20vh; width: 50vw; height: 50vw; } } @media screen and (orientation: landscape) { #circle { width: 50vh; height: 50vh; } }
breathing.css
html { position: fixed; height: 100%; width: 100%; text-align: center; background-color: #333; font-size: 21px; cursor: default; overflow: hidden; } body { position: fixed; margin: 0; height: 100%; width: 100%; } main { will-change: transform; transition: transform 0.5s; height: 100%; width: 100%; } #main-view { height: 100%; width: 100%; } #sidebar { position: absolute; background-color: #444; right: -15em; color: white; height: 100%; width: 15em; z-index: -1; overflow-x: hidden; overflow-y: scroll; } #sidebar div { position: fixed; width: 100%; height: 3em; background-color: #555; } #sidebar ul { list-style: none; text-align: right; height: 100%; padding: 0; margin: 0; font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif; } #sidebar li { padding: 1em 1em 0 0; } #sidebar li:first-child { padding-top: 5em; } #sidebar li:last-child { padding-bottom: 3em; } #sidebar li a { text-decoration: none; color: white; cursor: pointer; } #sidebar .checked:before { content: ''; display: inline-block; width: 0.3em; height: 0.6em; border: solid #aaa; border-width: 0 3px 3px 0; transform: rotate(45deg); margin: 0 0.7em 0.1em; } #sidebar-toggle { color: white; position: fixed; outline: none; right: 0; margin: 0.5em; height: 2em; display: block; opacity: .33; transition: opacity .5s; z-index: 1; } #sidebar-toggle:hover, #sidebar-toggle:focus-within, #sidebar-toggle.open { opacity: 1; } #sidebar-toggle span { display: block; width: 1em; height: 3px; background-color: white; margin: 1em 0.5em; } #sidebar-toggle span::before { display: block; position: absolute; background-color: white; content: ''; width: 1em; height: 3px; transform: translateY(-.33em); } #sidebar-toggle span::after { display: block; position: absolute; background-color: white; content: ''; width: 1em; height: 3px; transform: translateY(.33em); } #sidebar-toggle.open span { background-color: transparent; } #sidebar-toggle.open span::before { transform: rotate(45deg); } #sidebar-toggle.open span::after { transform: rotate(-45deg); } #sidebar table { display: inline-block; } tr:last-child { height: 3em; vertical-align: bottom; } input { font-size: 21px; background-color: transparent; border: 1px solid #aaa; color: white; outline: none; padding: .33em; } input:focus { outline: 1px solid white; } input[type='text'] { width: 5em; } input[type='number'] { width: 2em; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } #circle circle { fill: skyblue; } #circle { display: inline-block; width: 50vh; height: 50vh; margin-top: 10vh; will-change: transform; transform: scale(0.25); -webkit-transition: all 4.0s ease-in-out; -moz-transition: all 4.0s ease-in-out; transition: all 4.0s ease-in-out; } #text { color: white; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top: 10vh; } @media screen and (max-width: 600px) { #circle { width: 50vw; height: 50vw; } } @media screen and (orientation: portrait) { #circle { margin-top: 20vh; width: 50vw; height: 50vw; } } @media screen and (orientation: landscape) { #circle { width: 50vh; height: 50vh; } }
0.57523
0.102844
body { margin:0px; background-image:none; position:static; left:auto; width:320px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:-800px; top:-966px; width:1920px; height:1080px; } #u0_img { position:absolute; left:0px; top:0px; width:1920px; height:1080px; } #u1 { position:absolute; left:2px; top:532px; width:1916px; visibility:hidden; word-wrap:break-word; } #u2 { position:absolute; left:0px; top:0px; width:360px; height:114px; } #u2_img { position:absolute; left:0px; top:0px; width:360px; height:114px; } #u3 { position:absolute; left:2px; top:49px; width:356px; visibility:hidden; word-wrap:break-word; } #u4 { position:absolute; left:26px; top:494px; width:403px; height:97px; } #u4_img { position:absolute; left:0px; top:0px; width:403px; height:97px; } #u5 { position:absolute; left:2px; top:40px; width:399px; visibility:hidden; word-wrap:break-word; } #u6 { position:absolute; left:439px; top:204px; width:681px; height:1181px; } #u6_img { position:absolute; left:0px; top:0px; width:681px; height:1181px; } #u7 { position:absolute; left:2px; top:582px; width:677px; visibility:hidden; word-wrap:break-word; } #u8 { position:absolute; left:429px; top:150px; width:691px; height:1250px; opacity:0.800000011920929; } #u8_img { position:absolute; left:0px; top:0px; width:691px; height:1250px; } #u9 { position:absolute; left:2px; top:617px; width:687px; visibility:hidden; word-wrap:break-word; } #u10 { position:absolute; left:136px; top:242px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u10_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u11 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u12 { position:absolute; left:136px; top:263px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u12_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u13 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u14 { position:absolute; left:46px; top:242px; width:70px; height:70px; } #u14_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u15 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u16 { position:absolute; left:362px; top:246px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u16_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u17 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u18 { position:absolute; left:136px; top:289px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u18_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u19 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u20 { position:absolute; left:141px; top:375px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u20_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u21 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u22 { position:absolute; left:141px; top:396px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u22_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u23 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u24 { position:absolute; left:51px; top:375px; width:70px; height:70px; } #u24_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u25 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u26 { position:absolute; left:367px; top:379px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u26_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u27 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u28 { position:absolute; left:141px; top:422px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u28_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u29 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u30 { position:absolute; left:136px; top:508px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u30_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u31 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u32 { position:absolute; left:136px; top:529px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u32_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u33 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u34 { position:absolute; left:46px; top:508px; width:70px; height:70px; } #u34_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u35 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u36 { position:absolute; left:362px; top:512px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u36_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u37 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u38 { position:absolute; left:136px; top:555px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u38_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u39 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u40 { position:absolute; left:136px; top:641px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u40_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u41 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u42 { position:absolute; left:136px; top:662px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u42_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u43 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u44 { position:absolute; left:46px; top:641px; width:70px; height:70px; } #u44_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u45 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u46 { position:absolute; left:362px; top:645px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u46_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u47 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u48 { position:absolute; left:136px; top:688px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u48_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u49 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u50 { position:absolute; left:136px; top:775px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u50_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u51 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u52 { position:absolute; left:136px; top:796px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u52_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u53 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u54 { position:absolute; left:46px; top:775px; width:70px; height:70px; } #u54_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u55 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u56 { position:absolute; left:362px; top:779px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u56_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u57 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u58 { position:absolute; left:136px; top:822px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u58_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u59 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u60 { position:absolute; left:141px; top:908px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u60_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u61 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u62 { position:absolute; left:141px; top:929px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u62_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u63 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u64 { position:absolute; left:51px; top:908px; width:70px; height:70px; } #u64_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u65 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u66 { position:absolute; left:367px; top:912px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u66_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u67 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u68 { position:absolute; left:141px; top:955px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u68_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u69 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u70 { position:absolute; left:136px; top:1041px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u70_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u71 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u72 { position:absolute; left:136px; top:1062px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u72_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u73 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u74 { position:absolute; left:46px; top:1041px; width:70px; height:70px; } #u74_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u75 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u76 { position:absolute; left:362px; top:1045px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u76_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u77 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u78 { position:absolute; left:136px; top:1088px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u78_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u79 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u80 { position:absolute; left:136px; top:1174px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u80_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u81 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u82 { position:absolute; left:136px; top:1195px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u82_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u83 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u84 { position:absolute; left:46px; top:1174px; width:70px; height:70px; } #u84_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u85 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u86 { position:absolute; left:362px; top:1178px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u86_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u87 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u88 { position:absolute; left:136px; top:1221px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u88_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u89 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u90 { position:absolute; left:536px; top:80px; width:174px; height:25px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF; } #u90_img { position:absolute; left:0px; top:0px; width:174px; height:25px; } #u91 { position:absolute; left:0px; top:0px; width:174px; word-wrap:break-word; } #u92 { position:absolute; left:450px; top:169px; width:320px; height:25px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:18px; text-decoration:underline; color:#006699; } #u92_img { position:absolute; left:0px; top:0px; width:320px; height:25px; } #u93 { position:absolute; left:0px; top:0px; width:320px; word-wrap:break-word; } #u94 { position:absolute; left:700px; top:77px; width:410px; height:31px; font-size:16px; color:#FFFFFF; } #u94_img { position:absolute; left:0px; top:0px; width:410px; height:31px; } #u95 { position:absolute; left:2px; top:6px; width:406px; word-wrap:break-word; } #u96 { position:absolute; left:950px; top:37px; width:160px; height:30px; } #u96_img { position:absolute; left:0px; top:0px; width:160px; height:30px; } #u97 { position:absolute; left:2px; top:8px; width:156px; word-wrap:break-word; } #u98 { position:absolute; left:3px; top:0px; width:355px; height:74px; font-family:'FZLTTHK--GBK1-0', 'Lantinghei SC Heavy', 'Lantinghei SC'; font-style:normal; font-size:36px; text-align:right; } #u98_img { position:absolute; left:0px; top:0px; width:355px; height:74px; } #u99 { position:absolute; left:2px; top:12px; width:338px; word-wrap:break-word; } #u100 { position:absolute; left:11px; top:11px; width:120px; height:56px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; text-align:right; } #u100_img { position:absolute; left:0px; top:0px; width:120px; height:56px; } #u101 { position:absolute; left:2px; top:20px; width:116px; visibility:hidden; word-wrap:break-word; } #u102 { position:absolute; left:0px; top:74px; width:360px; height:40px; opacity:0.899999976158142; font-size:18px; color:#FFFFFF; text-align:right; } #u102_img { position:absolute; left:0px; top:0px; width:360px; height:40px; } #u103 { position:absolute; left:2px; top:10px; width:348px; word-wrap:break-word; }
wireframe/rp_wireframe/files/page_1/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:320px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:-800px; top:-966px; width:1920px; height:1080px; } #u0_img { position:absolute; left:0px; top:0px; width:1920px; height:1080px; } #u1 { position:absolute; left:2px; top:532px; width:1916px; visibility:hidden; word-wrap:break-word; } #u2 { position:absolute; left:0px; top:0px; width:360px; height:114px; } #u2_img { position:absolute; left:0px; top:0px; width:360px; height:114px; } #u3 { position:absolute; left:2px; top:49px; width:356px; visibility:hidden; word-wrap:break-word; } #u4 { position:absolute; left:26px; top:494px; width:403px; height:97px; } #u4_img { position:absolute; left:0px; top:0px; width:403px; height:97px; } #u5 { position:absolute; left:2px; top:40px; width:399px; visibility:hidden; word-wrap:break-word; } #u6 { position:absolute; left:439px; top:204px; width:681px; height:1181px; } #u6_img { position:absolute; left:0px; top:0px; width:681px; height:1181px; } #u7 { position:absolute; left:2px; top:582px; width:677px; visibility:hidden; word-wrap:break-word; } #u8 { position:absolute; left:429px; top:150px; width:691px; height:1250px; opacity:0.800000011920929; } #u8_img { position:absolute; left:0px; top:0px; width:691px; height:1250px; } #u9 { position:absolute; left:2px; top:617px; width:687px; visibility:hidden; word-wrap:break-word; } #u10 { position:absolute; left:136px; top:242px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u10_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u11 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u12 { position:absolute; left:136px; top:263px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u12_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u13 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u14 { position:absolute; left:46px; top:242px; width:70px; height:70px; } #u14_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u15 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u16 { position:absolute; left:362px; top:246px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u16_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u17 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u18 { position:absolute; left:136px; top:289px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u18_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u19 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u20 { position:absolute; left:141px; top:375px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u20_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u21 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u22 { position:absolute; left:141px; top:396px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u22_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u23 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u24 { position:absolute; left:51px; top:375px; width:70px; height:70px; } #u24_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u25 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u26 { position:absolute; left:367px; top:379px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u26_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u27 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u28 { position:absolute; left:141px; top:422px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u28_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u29 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u30 { position:absolute; left:136px; top:508px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u30_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u31 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u32 { position:absolute; left:136px; top:529px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u32_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u33 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u34 { position:absolute; left:46px; top:508px; width:70px; height:70px; } #u34_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u35 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u36 { position:absolute; left:362px; top:512px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u36_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u37 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u38 { position:absolute; left:136px; top:555px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u38_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u39 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u40 { position:absolute; left:136px; top:641px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u40_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u41 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u42 { position:absolute; left:136px; top:662px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u42_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u43 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u44 { position:absolute; left:46px; top:641px; width:70px; height:70px; } #u44_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u45 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u46 { position:absolute; left:362px; top:645px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u46_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u47 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u48 { position:absolute; left:136px; top:688px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u48_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u49 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u50 { position:absolute; left:136px; top:775px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u50_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u51 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u52 { position:absolute; left:136px; top:796px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u52_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u53 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u54 { position:absolute; left:46px; top:775px; width:70px; height:70px; } #u54_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u55 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u56 { position:absolute; left:362px; top:779px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u56_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u57 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u58 { position:absolute; left:136px; top:822px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u58_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u59 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u60 { position:absolute; left:141px; top:908px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u60_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u61 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u62 { position:absolute; left:141px; top:929px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u62_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u63 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u64 { position:absolute; left:51px; top:908px; width:70px; height:70px; } #u64_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u65 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u66 { position:absolute; left:367px; top:912px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u66_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u67 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u68 { position:absolute; left:141px; top:955px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u68_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u69 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u70 { position:absolute; left:136px; top:1041px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u70_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u71 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u72 { position:absolute; left:136px; top:1062px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u72_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u73 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u74 { position:absolute; left:46px; top:1041px; width:70px; height:70px; } #u74_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u75 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u76 { position:absolute; left:362px; top:1045px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u76_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u77 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u78 { position:absolute; left:136px; top:1088px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u78_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u79 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u80 { position:absolute; left:136px; top:1174px; width:200px; height:37px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:16px; color:#006699; } #u80_img { position:absolute; left:0px; top:0px; width:200px; height:37px; } #u81 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u82 { position:absolute; left:136px; top:1195px; width:200px; height:15px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; } #u82_img { position:absolute; left:0px; top:0px; width:200px; height:15px; } #u83 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u84 { position:absolute; left:46px; top:1174px; width:70px; height:70px; } #u84_img { position:absolute; left:0px; top:0px; width:70px; height:70px; } #u85 { position:absolute; left:2px; top:27px; width:66px; visibility:hidden; word-wrap:break-word; } #u86 { position:absolute; left:362px; top:1178px; width:54px; height:30px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; } #u86_img { position:absolute; left:0px; top:0px; width:54px; height:30px; } #u87 { position:absolute; left:0px; top:0px; width:54px; word-wrap:break-word; } #u88 { position:absolute; left:136px; top:1221px; width:200px; height:22px; font-family:'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue'; font-weight:700; font-style:normal; color:#666666; } #u88_img { position:absolute; left:0px; top:0px; width:200px; height:22px; } #u89 { position:absolute; left:0px; top:0px; width:200px; word-wrap:break-word; } #u90 { position:absolute; left:536px; top:80px; width:174px; height:25px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:18px; color:#FFFFFF; } #u90_img { position:absolute; left:0px; top:0px; width:174px; height:25px; } #u91 { position:absolute; left:0px; top:0px; width:174px; word-wrap:break-word; } #u92 { position:absolute; left:450px; top:169px; width:320px; height:25px; font-family:'HelveticaNeue-Medium', 'Helvetica Neue Medium', 'Helvetica Neue'; font-weight:500; font-style:normal; font-size:18px; text-decoration:underline; color:#006699; } #u92_img { position:absolute; left:0px; top:0px; width:320px; height:25px; } #u93 { position:absolute; left:0px; top:0px; width:320px; word-wrap:break-word; } #u94 { position:absolute; left:700px; top:77px; width:410px; height:31px; font-size:16px; color:#FFFFFF; } #u94_img { position:absolute; left:0px; top:0px; width:410px; height:31px; } #u95 { position:absolute; left:2px; top:6px; width:406px; word-wrap:break-word; } #u96 { position:absolute; left:950px; top:37px; width:160px; height:30px; } #u96_img { position:absolute; left:0px; top:0px; width:160px; height:30px; } #u97 { position:absolute; left:2px; top:8px; width:156px; word-wrap:break-word; } #u98 { position:absolute; left:3px; top:0px; width:355px; height:74px; font-family:'FZLTTHK--GBK1-0', 'Lantinghei SC Heavy', 'Lantinghei SC'; font-style:normal; font-size:36px; text-align:right; } #u98_img { position:absolute; left:0px; top:0px; width:355px; height:74px; } #u99 { position:absolute; left:2px; top:12px; width:338px; word-wrap:break-word; } #u100 { position:absolute; left:11px; top:11px; width:120px; height:56px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; text-align:right; } #u100_img { position:absolute; left:0px; top:0px; width:120px; height:56px; } #u101 { position:absolute; left:2px; top:20px; width:116px; visibility:hidden; word-wrap:break-word; } #u102 { position:absolute; left:0px; top:74px; width:360px; height:40px; opacity:0.899999976158142; font-size:18px; color:#FFFFFF; text-align:right; } #u102_img { position:absolute; left:0px; top:0px; width:360px; height:40px; } #u103 { position:absolute; left:2px; top:10px; width:348px; word-wrap:break-word; }
0.479747
0.052134
#wpcontent.yoast-help-center-open { overflow-x: hidden; } .wpseo-tab-video-container { margin-bottom: 20px; border-bottom: 1px solid #a4286a; } .wpseo-tab-video-container__handle { width: 100%; margin: 0; padding: 10px; border: none; outline: none; color: #a4286a; background: none; line-height: 19px; text-align: left; cursor: pointer; } .wpseo-tab-video-container__handle .toggle__arrow { text-decoration: none; } .wpseo-tab-video-container__handle:hover, .wpseo-tab-video-container__handle:focus { text-decoration: underline; } .wpseo-tab-video-container__handle .dashicons-before:before { margin-right: 5px; } .wpseotab .wpseo-tab-video-container { margin-top: -15px; } .wpseo-tab-video-slideout { display: none; min-height: 320px; margin: 0 -9999px; /* hide the container bottom border when expanded */ margin-bottom: -1px; padding: 2em 9999px; background-color: #a4286a; box-shadow: inset 0 10px 10px -5px rgba(123, 30, 80, 0.5), inset 0 -10px 10px -5px rgba(123, 30, 80, 0.5); -ms-flex-wrap: wrap; flex-wrap: wrap; } .wpseo-tab-video-slideout .contextual-help-tabs-wrap { padding: 0; flex-basis: 0; flex-grow: 1; -ms-flex-negative: 1; /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */ -ms-flex-positive: 1; -ms-flex-preferred-size: 0; flex-shrink: 1; } .wpseo-tab-video-slideout a { color: white; } .wpseo-tab-video-slideout a.button, .wpseo-tab-video-slideout a.button-primary { text-decoration: none; } .wpseo-tab-video-slideout h1, .wpseo-tab-video-slideout h2, .wpseo-tab-video-slideout h3, .wpseo-tab-video-slideout h4, .wpseo-tab-video-slideout h5, .wpseo-tab-video-slideout h6 { margin-top: 0.5em; padding-top: 0; color: white; font-weight: 500; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea { float: left; /* min-width to make two boxes always have the same min width */ min-width: 234px; /* max-width to make two boxes take the same space of the video above: 560px */ max-width: 242px; margin: 0 12px 1em 0; padding: 15px 15px 5px; border: 1px solid; border-color: white; border-radius: 30px; border-bottom-right-radius: 0; color: white; background-color: #a4286a; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a, .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover, .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus { color: white; font-weight: 500; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3 { margin: 0; } .wpseo-tab-video-slideout .yoast-help-center-tabs { width: 180px; padding: 0 1em 1em 0; color: white; background-color: #a4286a; -ms-flex: 0 0 auto; flex: 0 0 auto; } .wpseo-tab-video-slideout .yoast-help-center-tabs ul { margin: 0; } .wpseo-tab-video-slideout .help-tab-content { margin: 0; color: white; font-weight: 300; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--video { /* In the settings pages is not a children of the flexbox container. */ float: left; margin-right: 1em; padding-bottom: 1em; -ms-flex: 0 0 auto; flex: 0 0 auto; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe { /* remove iframe descender space */ vertical-align: middle; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--text { min-width: 264px; margin: 0 auto; flex-basis: 0; flex-grow: 1; -ms-flex-negative: 1; /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */ -ms-flex-positive: 1; -ms-flex-preferred-size: 0; flex-shrink: 1; /* must be less than a text box min width */ } .wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child { margin-right: 0; } /* When it's inside the metabox (posts, terms, media ). */ .postbox .wpseo-tab-video-container { margin: -6px -12px 20px; } /* When it's inside the metabox (posts, terms, media ). */ .postbox .wpseo-tab-video-slideout { margin: 0; padding: 2em 12px 15px; } .inside .wpseo-tab-video-slideout { height: auto; } .wpseo-help-center-item { display: inline; } .wpseo-help-center-item a { display: block; padding: 10px 12px; color: white; text-decoration: none; } .wpseo-help-center-item a:hover, .wpseo-help-center-item a:focus { text-decoration: underline; } .wpseo-help-center-item a.dashicons-before:before { margin-right: 3px; text-decoration: none; } .wpseo-help-center-item.active a { color: #a4286a; background-color: white; }
web/app/plugins/wordpress-seo/css/help-center-340.css
#wpcontent.yoast-help-center-open { overflow-x: hidden; } .wpseo-tab-video-container { margin-bottom: 20px; border-bottom: 1px solid #a4286a; } .wpseo-tab-video-container__handle { width: 100%; margin: 0; padding: 10px; border: none; outline: none; color: #a4286a; background: none; line-height: 19px; text-align: left; cursor: pointer; } .wpseo-tab-video-container__handle .toggle__arrow { text-decoration: none; } .wpseo-tab-video-container__handle:hover, .wpseo-tab-video-container__handle:focus { text-decoration: underline; } .wpseo-tab-video-container__handle .dashicons-before:before { margin-right: 5px; } .wpseotab .wpseo-tab-video-container { margin-top: -15px; } .wpseo-tab-video-slideout { display: none; min-height: 320px; margin: 0 -9999px; /* hide the container bottom border when expanded */ margin-bottom: -1px; padding: 2em 9999px; background-color: #a4286a; box-shadow: inset 0 10px 10px -5px rgba(123, 30, 80, 0.5), inset 0 -10px 10px -5px rgba(123, 30, 80, 0.5); -ms-flex-wrap: wrap; flex-wrap: wrap; } .wpseo-tab-video-slideout .contextual-help-tabs-wrap { padding: 0; flex-basis: 0; flex-grow: 1; -ms-flex-negative: 1; /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */ -ms-flex-positive: 1; -ms-flex-preferred-size: 0; flex-shrink: 1; } .wpseo-tab-video-slideout a { color: white; } .wpseo-tab-video-slideout a.button, .wpseo-tab-video-slideout a.button-primary { text-decoration: none; } .wpseo-tab-video-slideout h1, .wpseo-tab-video-slideout h2, .wpseo-tab-video-slideout h3, .wpseo-tab-video-slideout h4, .wpseo-tab-video-slideout h5, .wpseo-tab-video-slideout h6 { margin-top: 0.5em; padding-top: 0; color: white; font-weight: 500; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea { float: left; /* min-width to make two boxes always have the same min width */ min-width: 234px; /* max-width to make two boxes take the same space of the video above: 560px */ max-width: 242px; margin: 0 12px 1em 0; padding: 15px 15px 5px; border: 1px solid; border-color: white; border-radius: 30px; border-bottom-right-radius: 0; color: white; background-color: #a4286a; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a, .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:hover, .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea a:focus { color: white; font-weight: 500; } .wpseo-tab-video-slideout .wpseo-tab-video__panel__textarea h3 { margin: 0; } .wpseo-tab-video-slideout .yoast-help-center-tabs { width: 180px; padding: 0 1em 1em 0; color: white; background-color: #a4286a; -ms-flex: 0 0 auto; flex: 0 0 auto; } .wpseo-tab-video-slideout .yoast-help-center-tabs ul { margin: 0; } .wpseo-tab-video-slideout .help-tab-content { margin: 0; color: white; font-weight: 300; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--video { /* In the settings pages is not a children of the flexbox container. */ float: left; margin-right: 1em; padding-bottom: 1em; -ms-flex: 0 0 auto; flex: 0 0 auto; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--video iframe { /* remove iframe descender space */ vertical-align: middle; } .wpseo-tab-video-slideout .wpseo-tab-video__panel--text { min-width: 264px; margin: 0 auto; flex-basis: 0; flex-grow: 1; -ms-flex-negative: 1; /* do not use the shorthand syntax to avoid the unitless bug in IE 11 */ -ms-flex-positive: 1; -ms-flex-preferred-size: 0; flex-shrink: 1; /* must be less than a text box min width */ } .wpseo-tab-video-slideout .wpseo-tab-video__panel--text div:last-child { margin-right: 0; } /* When it's inside the metabox (posts, terms, media ). */ .postbox .wpseo-tab-video-container { margin: -6px -12px 20px; } /* When it's inside the metabox (posts, terms, media ). */ .postbox .wpseo-tab-video-slideout { margin: 0; padding: 2em 12px 15px; } .inside .wpseo-tab-video-slideout { height: auto; } .wpseo-help-center-item { display: inline; } .wpseo-help-center-item a { display: block; padding: 10px 12px; color: white; text-decoration: none; } .wpseo-help-center-item a:hover, .wpseo-help-center-item a:focus { text-decoration: underline; } .wpseo-help-center-item a.dashicons-before:before { margin-right: 3px; text-decoration: none; } .wpseo-help-center-item.active a { color: #a4286a; background-color: white; }
0.323594
0.070624
.selected_node_filter { border: solid black 2px; } .botimages { width: 300px; height: 2em; } .botimages div { background-size: 300px auto; background-position: left center; background-repeat: no-repeat; height: 100%; width: 100%; } .images-nots { background-image: url(/static/5nots.png); } .images-bots { background-image: url(/static/5bots.png); } #tutorial { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10000; background: rgba(0, 0, 0, .7); } #tutorial-carousel { width: 100%; } #tutorial-content { height: 70%; width: 100%; background: rgba(0, 0, 0, .5); /* background: gray; */ } #tutorial-content .carousel-item img { max-width: 90%; margin: 0 auto; max-height: 100%; } .carousel-inner { position: absolute; /* padding-top: 4em; padding-bottom: 4em; */ top: 4em; left: 0; right: 0; bottom: 4em; } .carousel-item>div { height: 100%; } #tutorial-content .carousel-item { text-align: center; height: 100%; position: relative; } #tutorial-content .carousel-item { display: none; } #tutorial-content .carousel-item.active { display: block; } .carousel-control-prev, .carousel-control-next { width: 5%; } .first-slide img, .last-slide img { visibility: hidden; } .first-slide-content, .last-slide-content { position: relative; } .first-slide-content>div, .last-slide-content>div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 90%; background: white; /* background: green; */ } .close-tutorial-button { margin-top: -3rem; margin-bottom: 0rem; } .fade-enter-active, .fade-leave-active { transition: opacity .5s, transform .5s; } .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { opacity: 0; } /*article list transition*/ .slide_in-enter-active, .slide_in-leave-active { transition: transform .5s; transition: max-height .5s, transform .5s; max-height: 200rem; } .slide_in-enter, .slide_in-leave-to /* .fade-leave-active below version 2.1.8 */ { /* opacity: 0; */ transform: scaleY(0); max-height: 0; } #article_list_container { overflow: hidden; transform-origin: center top; } /*Header*/ header { /* margin-top: 2em; margin-bottom: 3rem; */ } footer { margin-top: 3rem; } section { margin-bottom: 3rem; } section#secondary_form { margin-bottom: 1rem; } /* Overriding bootstrap styling for Hoaxy/Twitter landing page search */ /* #searchByHoaxy { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } #searchByTwitter { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } */ /*#searchByLabel { border-color: gray; border-style: solid; border-width: thin; }*/ /* #query { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left-color: white; } */ .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } li.claim, li.claim a, .claim_label { color: black; background-color: darkgray; } li.fact_checking, li.fact_checking a, .fact_checking_label { color: black; background-color: rgb(238, 210, 2); } li label { /*padding: 1rem; display: inline-block; width: 100%;*/ } li { margin-bottom: 1rem; } .claim_label, .fact_checking_label { height: .25rem; display: inline-block; vertical-align: middle; } .line { width: 3.5rem; } .tab-content .claim_label, .tab-content .fact_checking_label { width: auto; height: auto; } #visualize_top { /* margin-top: .75rem; */ } #articles_controls { /* position: sticky; */ } #spinner { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(200, 200, 255, 1); /*background: green;*/ z-index: 20000; } #spinner.transparent, .modal { background: rgba(200, 200, 255, .7); } #spinner i { font-size: 149px; line-height: 149px; } #spinner span, #spinner>div { position: absolute; /* top: 2rem; right: 2rem; */ position: absolute; display: block; top: 50%; left: 50%; height: 150px; width: 150px; margin-left: -75px; margin-top: -75px; vertical-align: middle; text-align: center; /*font-size: 6rem;*/ /*height: 6rem; width: 6rem;*/ /*display: inline-block; vertical-align: middle; text-align: center;*/ /*line-height: 10rem; margin-top: -3rem; margin-left: -3rem;*/ } #spinner>div { margin-top: 100px; display: none; } #sigmagraph { position: relative; } #graph_help_text { position: absolute; bottom: 0em; right: 2em; } #zoom_buttons { position: absolute; top: 1.5rem; right: .5rem; /*left: 0;*/ } #zoom_buttons>div { white-space: nowrap; line-height: 1; } .graph_legend { position: relative; /*z-index: 11;*/ } .graph_legend>div { position: relative; } .bg-light.bg-semi-transparent { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .8; /*z-index: 10;*/ } #bot_legend_gradient { width: 4rem; position: absolute; right: 0; } .bot_legend_section { height: 4rem; max-height: 9vh; vertical-align: center; } .bot_legend_section span { color: black; /* font-weight: bold; */ } #focus_label { /* margin-top: -80px; */ /* position: absolute; bottom: 5.5em; right: 0; left: 0; padding: 0 .25em; */ font-size: small; } /* Widget Dialog Box should be a little wider than the conventional dialog box */ #modalDialogWidget { max-width: 850px; } .modal-show { display: block !important; z-index: 15000 !important; } .modal { opacity: 0; transition: opacity .1s linear; } .modal-dialog { position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .modal-header { align-items: center; } .modal-header .close { margin: 0; padding: 0; } .modal-body { overflow: auto; } .modal-body h2 { margin-bottom: 0; } .modal-content { font-size: .875rem; position: absolute; top: 3rem; bottom: 3rem; left: 3rem; right: 3rem; overflow: auto; width: auto; } .modal-content h2 { font-size: 1.25rem; } .modal-content h3 { font-size: 1rem; margin-left: 1rem; margin-top: .75rem; } .modal-content .article_headline { margin-left: 2rem; } .modal-content .modal_links { margin-left: 3rem; } #popular_articles_claim tr td:first-child, #popular_articles_fact_checking tr td:first-child { white-space: nowrap; } #articles.hidden, #graphs.hidden { display: none; } #article_list a { text-decoration: underline; } #article_list input[type="checkbox"] { display: none; } #article_list .article_title { display: block; } .check_icons {} input+.check_icons>.fa-check-square-o, input+.check_icons>.fa-square-o { display: none; font-size: 2rem; vertical-align: middle; } input:checked+.check_icons>.fa-check-square-o, input:not(:checked)+.check_icons>.fa-square-o { display: inline-block; } #graph_error { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } #graphs { position: relative; } #timeline { /*position: absolute; height: 50%; bottom: 2rem; left: 2rem; display: none; background: lightgray; border: solid gray 1px;*/ } #shrink_right_button, #shrink_left_button { position: absolute; top: 50%; } #shrink_left_button { right: 0; } #shrink_right_button { left: 0; } #chart { height: 100%; width: 100%; /*padding: 1rem;*/ } #errorModalBody i { vertical-align: middle; } /*#toggle_timeline_button { position: absolute; bottom: 2rem; left: 2rem; } #timeline .toggle_button { position: absolute; top: 1rem; right: 1rem; }*/ #legend label { /*display: block;*/ margin: 0 auto; } .animation-control, .layout-button { vertical-align: middle; font-size: .75rem; display: block; } .layout-button { margin-top: .5rem; /*line-height: 2rem;*/ /* margin: 1rem auto; */ } .layout-button span i { vertical-align: middle; /*margin: 4px;*/ } .layout-button>span { display: inline-block; height: 2em; width: 1em; /*line-height: 2rem;*/ vertical-align: middle; padding: 2px; font-size: 1em; overflow: hidden; color: #222222; background: white; border-radius: 2px; border: solid gray 1px; /*border: solid darkgray 1px;*/ } .layout-button-timeline>span { /*border: solid white 1px;*/ /*background: white;*/ width: 3em; } .layout-button-split>span:first-child { /*border: solid white 1px;*/ width: 1.1em; /*background: white;*/ border-right: solid white 1px; } .layout-button-split>span:last-child { /*border: solid black 1px;*/ width: 1.9em; /*background: black;*/ } .layout-button-graph>span { /*border: solid black 1px;*/ width: 3em; /*background: black;*/ } .layout-button-graph i { position: absolute; display: block; margin: auto; width: 2em; height: 2em; margin: 0 5px; } .graph_legend div.row .info-button { color: lightgray; } .graph_legend div.row:hover .info-button { color: black; } .nvtooltip table tr:nth-child(3) { display: none; } .twitter_tooltip table tr:nth-child(2) { display: none; } /* LANDING PAGE DASHBOARD STYLING BELOW*/ .table-borderless td, .table-borderless th { border: 0; } .tight-span { position: relative; top: -4px; } .modal-informational { background-color: lightgray; }
fact-bounty-client/src/pages/TwitterGraph/external.css
.selected_node_filter { border: solid black 2px; } .botimages { width: 300px; height: 2em; } .botimages div { background-size: 300px auto; background-position: left center; background-repeat: no-repeat; height: 100%; width: 100%; } .images-nots { background-image: url(/static/5nots.png); } .images-bots { background-image: url(/static/5bots.png); } #tutorial { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10000; background: rgba(0, 0, 0, .7); } #tutorial-carousel { width: 100%; } #tutorial-content { height: 70%; width: 100%; background: rgba(0, 0, 0, .5); /* background: gray; */ } #tutorial-content .carousel-item img { max-width: 90%; margin: 0 auto; max-height: 100%; } .carousel-inner { position: absolute; /* padding-top: 4em; padding-bottom: 4em; */ top: 4em; left: 0; right: 0; bottom: 4em; } .carousel-item>div { height: 100%; } #tutorial-content .carousel-item { text-align: center; height: 100%; position: relative; } #tutorial-content .carousel-item { display: none; } #tutorial-content .carousel-item.active { display: block; } .carousel-control-prev, .carousel-control-next { width: 5%; } .first-slide img, .last-slide img { visibility: hidden; } .first-slide-content, .last-slide-content { position: relative; } .first-slide-content>div, .last-slide-content>div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 90%; background: white; /* background: green; */ } .close-tutorial-button { margin-top: -3rem; margin-bottom: 0rem; } .fade-enter-active, .fade-leave-active { transition: opacity .5s, transform .5s; } .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { opacity: 0; } /*article list transition*/ .slide_in-enter-active, .slide_in-leave-active { transition: transform .5s; transition: max-height .5s, transform .5s; max-height: 200rem; } .slide_in-enter, .slide_in-leave-to /* .fade-leave-active below version 2.1.8 */ { /* opacity: 0; */ transform: scaleY(0); max-height: 0; } #article_list_container { overflow: hidden; transform-origin: center top; } /*Header*/ header { /* margin-top: 2em; margin-bottom: 3rem; */ } footer { margin-top: 3rem; } section { margin-bottom: 3rem; } section#secondary_form { margin-bottom: 1rem; } /* Overriding bootstrap styling for Hoaxy/Twitter landing page search */ /* #searchByHoaxy { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } #searchByTwitter { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } */ /*#searchByLabel { border-color: gray; border-style: solid; border-width: thin; }*/ /* #query { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left-color: white; } */ .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } li.claim, li.claim a, .claim_label { color: black; background-color: darkgray; } li.fact_checking, li.fact_checking a, .fact_checking_label { color: black; background-color: rgb(238, 210, 2); } li label { /*padding: 1rem; display: inline-block; width: 100%;*/ } li { margin-bottom: 1rem; } .claim_label, .fact_checking_label { height: .25rem; display: inline-block; vertical-align: middle; } .line { width: 3.5rem; } .tab-content .claim_label, .tab-content .fact_checking_label { width: auto; height: auto; } #visualize_top { /* margin-top: .75rem; */ } #articles_controls { /* position: sticky; */ } #spinner { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(200, 200, 255, 1); /*background: green;*/ z-index: 20000; } #spinner.transparent, .modal { background: rgba(200, 200, 255, .7); } #spinner i { font-size: 149px; line-height: 149px; } #spinner span, #spinner>div { position: absolute; /* top: 2rem; right: 2rem; */ position: absolute; display: block; top: 50%; left: 50%; height: 150px; width: 150px; margin-left: -75px; margin-top: -75px; vertical-align: middle; text-align: center; /*font-size: 6rem;*/ /*height: 6rem; width: 6rem;*/ /*display: inline-block; vertical-align: middle; text-align: center;*/ /*line-height: 10rem; margin-top: -3rem; margin-left: -3rem;*/ } #spinner>div { margin-top: 100px; display: none; } #sigmagraph { position: relative; } #graph_help_text { position: absolute; bottom: 0em; right: 2em; } #zoom_buttons { position: absolute; top: 1.5rem; right: .5rem; /*left: 0;*/ } #zoom_buttons>div { white-space: nowrap; line-height: 1; } .graph_legend { position: relative; /*z-index: 11;*/ } .graph_legend>div { position: relative; } .bg-light.bg-semi-transparent { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .8; /*z-index: 10;*/ } #bot_legend_gradient { width: 4rem; position: absolute; right: 0; } .bot_legend_section { height: 4rem; max-height: 9vh; vertical-align: center; } .bot_legend_section span { color: black; /* font-weight: bold; */ } #focus_label { /* margin-top: -80px; */ /* position: absolute; bottom: 5.5em; right: 0; left: 0; padding: 0 .25em; */ font-size: small; } /* Widget Dialog Box should be a little wider than the conventional dialog box */ #modalDialogWidget { max-width: 850px; } .modal-show { display: block !important; z-index: 15000 !important; } .modal { opacity: 0; transition: opacity .1s linear; } .modal-dialog { position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .modal-header { align-items: center; } .modal-header .close { margin: 0; padding: 0; } .modal-body { overflow: auto; } .modal-body h2 { margin-bottom: 0; } .modal-content { font-size: .875rem; position: absolute; top: 3rem; bottom: 3rem; left: 3rem; right: 3rem; overflow: auto; width: auto; } .modal-content h2 { font-size: 1.25rem; } .modal-content h3 { font-size: 1rem; margin-left: 1rem; margin-top: .75rem; } .modal-content .article_headline { margin-left: 2rem; } .modal-content .modal_links { margin-left: 3rem; } #popular_articles_claim tr td:first-child, #popular_articles_fact_checking tr td:first-child { white-space: nowrap; } #articles.hidden, #graphs.hidden { display: none; } #article_list a { text-decoration: underline; } #article_list input[type="checkbox"] { display: none; } #article_list .article_title { display: block; } .check_icons {} input+.check_icons>.fa-check-square-o, input+.check_icons>.fa-square-o { display: none; font-size: 2rem; vertical-align: middle; } input:checked+.check_icons>.fa-check-square-o, input:not(:checked)+.check_icons>.fa-square-o { display: inline-block; } #graph_error { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } #graphs { position: relative; } #timeline { /*position: absolute; height: 50%; bottom: 2rem; left: 2rem; display: none; background: lightgray; border: solid gray 1px;*/ } #shrink_right_button, #shrink_left_button { position: absolute; top: 50%; } #shrink_left_button { right: 0; } #shrink_right_button { left: 0; } #chart { height: 100%; width: 100%; /*padding: 1rem;*/ } #errorModalBody i { vertical-align: middle; } /*#toggle_timeline_button { position: absolute; bottom: 2rem; left: 2rem; } #timeline .toggle_button { position: absolute; top: 1rem; right: 1rem; }*/ #legend label { /*display: block;*/ margin: 0 auto; } .animation-control, .layout-button { vertical-align: middle; font-size: .75rem; display: block; } .layout-button { margin-top: .5rem; /*line-height: 2rem;*/ /* margin: 1rem auto; */ } .layout-button span i { vertical-align: middle; /*margin: 4px;*/ } .layout-button>span { display: inline-block; height: 2em; width: 1em; /*line-height: 2rem;*/ vertical-align: middle; padding: 2px; font-size: 1em; overflow: hidden; color: #222222; background: white; border-radius: 2px; border: solid gray 1px; /*border: solid darkgray 1px;*/ } .layout-button-timeline>span { /*border: solid white 1px;*/ /*background: white;*/ width: 3em; } .layout-button-split>span:first-child { /*border: solid white 1px;*/ width: 1.1em; /*background: white;*/ border-right: solid white 1px; } .layout-button-split>span:last-child { /*border: solid black 1px;*/ width: 1.9em; /*background: black;*/ } .layout-button-graph>span { /*border: solid black 1px;*/ width: 3em; /*background: black;*/ } .layout-button-graph i { position: absolute; display: block; margin: auto; width: 2em; height: 2em; margin: 0 5px; } .graph_legend div.row .info-button { color: lightgray; } .graph_legend div.row:hover .info-button { color: black; } .nvtooltip table tr:nth-child(3) { display: none; } .twitter_tooltip table tr:nth-child(2) { display: none; } /* LANDING PAGE DASHBOARD STYLING BELOW*/ .table-borderless td, .table-borderless th { border: 0; } .tight-span { position: relative; top: -4px; } .modal-informational { background-color: lightgray; }
0.464416
0.261122
@import url(../../Panel/assets/fonts/fontiran.css); :root{ --brand-primary: #08d75f; --secondary: #00e5e4; --brand-primary-rgb: 8, 215, 95; --secondary-rgb: 0, 229, 228; } body { /* font-size: 16px; background: #fff; color: #333; font-family: IRANSans; */ margin: 0; color: #000; background: white !important; font: 600 16px/18px 'IRANSans', sans-serif; padding-top: 0 !important; text-align: right ; } *, :after, :before { box-sizing: border-box } .clearfix:after, .clearfix:before { content: ''; display: table } .clearfix:after { clear: both; display: block } a { color: inherit; text-decoration: none !important; } .fs-0-5 { font-size: 0.5em; } .fs-0-7 { font-size: 0.7em; } .fs-0-8 { font-size: 0.8em; } .fs-0-9 { font-size: 0.9em; } .fs-0-95 { font-size: 0.95em; } .fs-1 { font-size: 1em; } .fs-1-1 { font-size: 1.1em; } .fs-1-2 { font-size: 1.2em; } .fs-1-5 { font-size: 1.5em; } .fs-2 { font-size: 2em; } .fs-4 { font-size: 4em; } .fw-300 { font-weight: 300; } .fw-400 { font-weight: 400; } .lh-none { line-height: 0; } .lh-normal { line-height: 1; } .lh-medium { line-height: 1.6; } .lh-large { line-height: 2; } .lh-xlarge { line-height: 2.4; } .head-login{ text-align: center; padding: 10px; margin: 10px 0; } .login-wrap { width: 100%; max-width: 525px; position: relative; } .login-html { width: 100%; padding: 0px 70px 30px 70px; background: white; } .login-html .tab, .login-form .group .label, .login-form .group .button { text-transform: uppercase; } .login-html .tab { font-size: 23px; padding-bottom: 5px; display: inline-block; border-bottom: 2px solid transparent; } .login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab { color: #000; border-color: #1161ee; } .login-form { position: relative; perspective: 1000px; transform-style: preserve-3d; margin: 40px 10px; } .login-form .group { margin-bottom: 15px; } .login-form .group .label, .login-form .group .input, .login-form .group .button { width: 100%; color: #ffffff; display: block; } .label{ font-size: 15px!important; } .input{ color: #444444!important; border-radius: 10px!important; padding: .375rem .75rem .375rem .75rem!important; } .login-form .group .input, .login-form .group .button { border: 2px solid #e8e8e8; padding: 15px 20px; border-radius: 25px; } .login-form .group input[data-type="password"] { text-security: circle; -webkit-text-security: circle; } .login-form .group .label { color: #000; font-size: 12px; } .login-form .group .button { background: #1161ee; } .login-form .group label .icon { width: 15px; height: 15px; border-radius: 2px; position: relative; display: inline-block; margin-left: 10px; background: rgba(19, 19, 19, 0.54); } .login-form .group .check:checked + label { color: #000000; } .login-form .group .check:checked + label .icon { background: #1161ee; } .hr { height: 2px; margin: 20px 0 20px 0; background: rgba(255, 255, 255, .2); } .foot-lnk { text-align: center; } .profile-img{ width: 100px; height: 100px; position: relative; } .profile-img img{ max-width: 100%; position: absolute; border-radius: 50%; } .chose-img:hover{ background: rgba(0, 0, 0, 0.22); } .chose-img{ width: 100%; height: 100%; position: absolute; z-index: 10; display: flex;justify-content: center; background: rgba(0,0,0,0.03); border-radius: 50%; } .chose-img input{ width: 100px; height:100px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } select.form-control{ border-radius: 15px; } .form-control:focus{ border: 1px solid rgb(89, 89, 175); box-shadow: 0px 0px 3px rgb(55, 55, 179); } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; width: 100%; height: 50px; padding-right: 25px; } /* owerwrite bootstrap */ .btn-danger { color: #fff; background-color: #ff4456 !important; border-color: #dc3545; } .btn-primary { color: #fff; background-color: #65afff !important; border-color: #007bff; } .btn-info { color: #fff; background-color: #07b7b7 !important; border-color: #17a2b8; } .custom-control-inline { margin: 0 !important; padding: 0 !important; } label.error { font-size: 12px; color: #ff4040; direction: rtl; text-align: right; } input::-webkit-input-placeholder { font-size: 12px; line-height: 4; } .field-icon { margin-left: -25px; margin-top: -25px; position: absolute; z-index: 2; left: 50px; color: gray; } .circle_{ padding-top: 8px; padding-left: 10px; padding-right: 10px; display: inline-block; width: 2.75rem; height: 2.75rem; margin-right: 0.5rem; line-height: 1.7rem; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.38); border-radius: 50%; } .bg-gradient{ background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), 0.84), rgba(var(--secondary-rgb), 0.84)); }
public/assets/css/login.css
@import url(../../Panel/assets/fonts/fontiran.css); :root{ --brand-primary: #08d75f; --secondary: #00e5e4; --brand-primary-rgb: 8, 215, 95; --secondary-rgb: 0, 229, 228; } body { /* font-size: 16px; background: #fff; color: #333; font-family: IRANSans; */ margin: 0; color: #000; background: white !important; font: 600 16px/18px 'IRANSans', sans-serif; padding-top: 0 !important; text-align: right ; } *, :after, :before { box-sizing: border-box } .clearfix:after, .clearfix:before { content: ''; display: table } .clearfix:after { clear: both; display: block } a { color: inherit; text-decoration: none !important; } .fs-0-5 { font-size: 0.5em; } .fs-0-7 { font-size: 0.7em; } .fs-0-8 { font-size: 0.8em; } .fs-0-9 { font-size: 0.9em; } .fs-0-95 { font-size: 0.95em; } .fs-1 { font-size: 1em; } .fs-1-1 { font-size: 1.1em; } .fs-1-2 { font-size: 1.2em; } .fs-1-5 { font-size: 1.5em; } .fs-2 { font-size: 2em; } .fs-4 { font-size: 4em; } .fw-300 { font-weight: 300; } .fw-400 { font-weight: 400; } .lh-none { line-height: 0; } .lh-normal { line-height: 1; } .lh-medium { line-height: 1.6; } .lh-large { line-height: 2; } .lh-xlarge { line-height: 2.4; } .head-login{ text-align: center; padding: 10px; margin: 10px 0; } .login-wrap { width: 100%; max-width: 525px; position: relative; } .login-html { width: 100%; padding: 0px 70px 30px 70px; background: white; } .login-html .tab, .login-form .group .label, .login-form .group .button { text-transform: uppercase; } .login-html .tab { font-size: 23px; padding-bottom: 5px; display: inline-block; border-bottom: 2px solid transparent; } .login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab { color: #000; border-color: #1161ee; } .login-form { position: relative; perspective: 1000px; transform-style: preserve-3d; margin: 40px 10px; } .login-form .group { margin-bottom: 15px; } .login-form .group .label, .login-form .group .input, .login-form .group .button { width: 100%; color: #ffffff; display: block; } .label{ font-size: 15px!important; } .input{ color: #444444!important; border-radius: 10px!important; padding: .375rem .75rem .375rem .75rem!important; } .login-form .group .input, .login-form .group .button { border: 2px solid #e8e8e8; padding: 15px 20px; border-radius: 25px; } .login-form .group input[data-type="password"] { text-security: circle; -webkit-text-security: circle; } .login-form .group .label { color: #000; font-size: 12px; } .login-form .group .button { background: #1161ee; } .login-form .group label .icon { width: 15px; height: 15px; border-radius: 2px; position: relative; display: inline-block; margin-left: 10px; background: rgba(19, 19, 19, 0.54); } .login-form .group .check:checked + label { color: #000000; } .login-form .group .check:checked + label .icon { background: #1161ee; } .hr { height: 2px; margin: 20px 0 20px 0; background: rgba(255, 255, 255, .2); } .foot-lnk { text-align: center; } .profile-img{ width: 100px; height: 100px; position: relative; } .profile-img img{ max-width: 100%; position: absolute; border-radius: 50%; } .chose-img:hover{ background: rgba(0, 0, 0, 0.22); } .chose-img{ width: 100%; height: 100%; position: absolute; z-index: 10; display: flex;justify-content: center; background: rgba(0,0,0,0.03); border-radius: 50%; } .chose-img input{ width: 100px; height:100px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } select.form-control{ border-radius: 15px; } .form-control:focus{ border: 1px solid rgb(89, 89, 175); box-shadow: 0px 0px 3px rgb(55, 55, 179); } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; width: 100%; height: 50px; padding-right: 25px; } /* owerwrite bootstrap */ .btn-danger { color: #fff; background-color: #ff4456 !important; border-color: #dc3545; } .btn-primary { color: #fff; background-color: #65afff !important; border-color: #007bff; } .btn-info { color: #fff; background-color: #07b7b7 !important; border-color: #17a2b8; } .custom-control-inline { margin: 0 !important; padding: 0 !important; } label.error { font-size: 12px; color: #ff4040; direction: rtl; text-align: right; } input::-webkit-input-placeholder { font-size: 12px; line-height: 4; } .field-icon { margin-left: -25px; margin-top: -25px; position: absolute; z-index: 2; left: 50px; color: gray; } .circle_{ padding-top: 8px; padding-left: 10px; padding-right: 10px; display: inline-block; width: 2.75rem; height: 2.75rem; margin-right: 0.5rem; line-height: 1.7rem; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.38); border-radius: 50%; } .bg-gradient{ background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), 0.84), rgba(var(--secondary-rgb), 0.84)); }
0.27406
0.090133
html{padding:0;margin:0;} body { background-size: 100%;padding: 0;background-color:#fff;font-size:12px;font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;line-height:20px;overflow-x:hidden;height:100%;} ul,li{list-style: none;padding: 0;} *{padding: 0;margin: 0;} a{text-decoration: none; margin: 0; padding: 0;color: #333;} p,span,i,em{ margin: 0; padding: 0; font-style: normal; font-weight: normal;} tr,td{ margin: 0;padding: 0;} img{border:0;vertical-align: middle;} h1,h2,h3,h4,h5,h6,b,strong{font-size:1pc;font-weight: normal;} input,textarea,select{font-family: "microsoft yahei";1pc;outline: none;background:none;border:0;resize: none;width: 100%;outline: none;} section{background:#fff;max-width:40pc;margin:0 auto;} select{background:#fff;height:40px;line-height:40px;text-indent:10px;} input:active{/*文本框获取激活时的样式*/ border:2px solid #93b4ff; -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s; -webkit-box-shadow:0 0 3px #93b4ff; -moz-box-shadow: 0 0 3px #93b4ff; box-shadow:0 0 3px #93b4ff; } input:focus{/*文本框获取焦点时的样式*/ border:2px solid #93b4ff; -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s; -webkit-box-shadow:0 0 3px #93b4ff; -moz-box-shadow: 0 0 3px #93b4ff; box-shadow:0 0 3px #93b4ff; } /*css1*/ #bob{max-width:40pc;margin:0 auto;background-color:#fff;} #hd{max-width:40pc;overflow:hidden;} .head{max-width:40pc;height:9.5pc; background-size: 100% 100%; background-position: 50% 0; background-color: #fff; background-repeat: no-repeat; overflow: hidden; background-image: url(../images/logo.png); position:relative; text-align:center; } .nav ul{text-align:center;display: -webkit-box;} .nav ul li{-webkit-box-flex: 1;line-height:1.9pc;position:relative;} .wao{position:absolute;top:-20px;right:-5px;text-decoration:none; background: #FFFFFF; border: 1px solid #F1F1F1; border-radius: 5px; -webkit-box-shadow: 0px 0px 5px rgba(63, 61, 61, 0.45); box-shadow: 0px 0px 5px rgba(63, 61, 61, 0.45); padding:0 3px; height: 20px; line-height: 20px; color:green; } .nav ul li span{font-size:1.2pc;font-weight:bold;color:#93b4ff;padding:0.1pc 0.4pc;} .nav ul li.ks-active span{background:#93b4ff;color:#FFF;border-radius:1pc;} .nav ul li.ks-active_red span{background:#ff585d;color:#FFF;border-radius:1pc;} /*css3 hj*/ .head .s1{position:absolute;left:2pc;top:0.5pc;} .head .s1 img { animation: myfirst1 4s infinite; -webkit-animation: myfirst1 4s infinite; -o-animation: myfirst1 4s infinite; -ms-animation: myfirst1 4s infinite; -moz-animation: myfirst1 4s infinite; width:4.6pc; } @keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-webkit-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-o-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-ms-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-moz-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}} /*css3 y1*/ .head .s3{font-size:25px;font-weight:bold;color:#fff;line-height:120px;position:relative;z-index:9;text-shadow:1px 2px 1px #1e3569;} .head .s2{position:absolute;right:2.0pc;top:0.8pc;} .head .s2 img { animation: myfirst2 12s infinite; -webkit-animation: myfirst2 12s infinite; -o-animation: myfirst2 12s infinite; -ms-animation: myfirst2 12s infinite; -moz-animation: myfirst2 12s infinite; width:4pc; } @keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-webkit-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-o-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-ms-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-moz-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}} /*css3 y2*/ #bd{ width:100%; } .ct,#ft{padding:1pc;overflow:hidden;} .url{ width:100%;margin-top:.1pc;padding:.2pc;border:2px solid #ddd;border-radius:2pc;height:2.8pc;line-height:2.8pc;text-align:center;-webkit-box-flex: 1; } .bt{float:left;color:#fff;font-size:1pc;font-weight:bold;height:2.4pc;line-height:2.4pc;width:49.5%;margin-top:.8pc} .an1{background:#ff585d;border-top-left-radius:2pc;border-bottom-left-radius:2pc;} .an2{background:#5e91ff;float:right;border-top-right-radius:2pc;border-bottom-right-radius:2pc;} .wxdy span{ margin-left : 10px; float: left; color: #333; font-size: 16px;} .wxdy em{ font-style: normal; float: left; color: #999; margin-left: 10px;} .wxdy{ line-height: 50px; border-bottom: 1px solid #ddd; overflow: hidden; } .intro{margin-left : 10px; line-height: 20px; color: #666; padding: 10px 0;} .select-btn{ position: relative; display: block; line-height: 3.2pc; font-size: .875pc; padding: 0 .5pc; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background-color: #fff; } .select-btn-s{ margin-bottom: .5pc; } i.icon-select{ position: absolute; width: 20px; height: 20px; right: .25pc; top: .5pc; background-size: 220px 220px; background-position: -163px -5px; } .select-btn-t{ padding-left: 2.5pc; } .select-btn-t img{ position: absolute; top: .8pc; left: .5pc; width: 1.5pc; height: 1.5pc; } .select-btn-d{ border-top: 0; } .select-btn-d img{ top: .45pc; left: .8pc; width: 1.1pc; height: 1.1pc; } .copyright{display:none;} /* 个人中心 user */ article.user-head, article.user-list{ padding: 0; border-top: 0;} .user-bg-img img { display: block;width:100%;max-width:100%;} .user-order a, .user-list a { border-top: 0; font-size: 1pc;} .user-order a i.icon-select, .user-list a i.icon-select{ top: .58pc; } .user-order a span, .user-list a span{ font-size: .65pc; color: #999; float: right; margin-right: .85pc; } .user-nav{ padding: .5pc 0; background-color: #fff; overflow: hidden; } .user-nav a{ display: initial; width: 20%; float: left; text-align: center; overflow: hidden; font-size: .55pc; color: #737373; } .user-nav a i{ display: inherit !important; margin: 0 auto; width: 30px; height: 30px; margin-bottom:5px; } .user-nav a i.icon{background-size: 30px 30px;} .user-nav a i.icon-f1{background-image: url(../images/sy.png);} .user-nav a i.icon-f2{background-image: url(../images/ld.png); } .user-nav a i.icon-f3{background-image: url(../images/bbt.png);} .user-nav a i.icon-f4{background-image: url(../images/app.png);} .user-nav a i.icon-f5{background-image: url(../images/hb.png);} /*遮罩*/ #loading-mask{ background:rgba(0,0,0,0.4); z-index:9999999; position:fixed; width:100%; height:100%; display:table; text-align:center; z-index:100001; top:0; left:0; } .loading{ position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;width:6.250em;height:6.250em; -ms-animation:rotate 2.4s linear infinite; -webkit-animation:rotate 2.4s linear infinite; -moz-animation:rotate 2.4s linear infinite; -o-animation:rotate 2.4s linear infinite; animation:rotate 2.4s linear infinite; } .loading .white { top:0;bottom:0;left:0;right:0;background:white;opacity:0; -ms-animation:flash 2.4s linear infinite; -webkit-animation:flash 2.4s linear infinite; -moz-animation:flash 2.4s linear infinite; -o-animation:flash 2.4s linear infinite; animation:flash 2.4s linear infinite; } .loading .dot { position:absolute;margin:auto;width:2.4em;height:2.4em;border-radius:100%; -ms-transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; } .loading .dot:nth-child(2) { top:0;bottom:0;left:0;background:#FF4444; -ms-animation:dotsY 2.4s linear infinite; -webkit-animation:dotsY 2.4s linear infinite; -moz-animation:dotsY 2.4s linear infinite; -o-animation:dotsY 2.4s linear infinite; animation:dotsY 2.4s linear infinite; } .loading .dot:nth-child(3) { left:0;right:0;top:0;background:#FFBB33; -ms-animation:dotsX 2.4s linear infinite; -webkit-animation:dotsX 2.4s linear infinite; -moz-animation:dotsX 2.4s linear infinite; -o-animation:dotsX 2.4s linear infinite; animation:dotsX 2.4s linear infinite; } .loading .dot:nth-child(4) { top:0;bottom:0;right:0;background:#99CC00; -ms-animation:dotsY 2.4s linear infinite; -webkit-animation:dotsY 2.4s linear infinite; -moz-animation:dotsY 2.4s linear infinite; -o-animation:dotsY 2.4s linear infinite; animation:dotsY 2.4s linear infinite; } .loading .dot:nth-child(5) { left:0;right:0;bottom:0;background:#33B5E5; -ms-animation:dotsX 2.4s linear infinite; -webkit-animation:dotsX 2.4s linear infinite; -moz-animation:dotsX 2.4s linear infinite; -o-animation:dotsX 2.4s linear infinite; animation:dotsX 2.4s linear infinite; } @keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-webkit-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-ms-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-moz-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-o-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @keyframes dotsY { 66% { opacity:.1; width:2.4em; } 77% { opacity:1; width:0; } } @keyframes dotsX { 66% { opacity:.1; height:2.4em; } 77% { opacity:1; height:0; } } @keyframes flash { 33% { opacity:0; border-radius:0%; } 55% { opacity:.6; border-radius:100%; } 66% { opacity:0; } }
ceshi/wbe/shua/assets/qiuqiu/css/style.css
html{padding:0;margin:0;} body { background-size: 100%;padding: 0;background-color:#fff;font-size:12px;font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;line-height:20px;overflow-x:hidden;height:100%;} ul,li{list-style: none;padding: 0;} *{padding: 0;margin: 0;} a{text-decoration: none; margin: 0; padding: 0;color: #333;} p,span,i,em{ margin: 0; padding: 0; font-style: normal; font-weight: normal;} tr,td{ margin: 0;padding: 0;} img{border:0;vertical-align: middle;} h1,h2,h3,h4,h5,h6,b,strong{font-size:1pc;font-weight: normal;} input,textarea,select{font-family: "microsoft yahei";1pc;outline: none;background:none;border:0;resize: none;width: 100%;outline: none;} section{background:#fff;max-width:40pc;margin:0 auto;} select{background:#fff;height:40px;line-height:40px;text-indent:10px;} input:active{/*文本框获取激活时的样式*/ border:2px solid #93b4ff; -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s; -webkit-box-shadow:0 0 3px #93b4ff; -moz-box-shadow: 0 0 3px #93b4ff; box-shadow:0 0 3px #93b4ff; } input:focus{/*文本框获取焦点时的样式*/ border:2px solid #93b4ff; -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s; -webkit-box-shadow:0 0 3px #93b4ff; -moz-box-shadow: 0 0 3px #93b4ff; box-shadow:0 0 3px #93b4ff; } /*css1*/ #bob{max-width:40pc;margin:0 auto;background-color:#fff;} #hd{max-width:40pc;overflow:hidden;} .head{max-width:40pc;height:9.5pc; background-size: 100% 100%; background-position: 50% 0; background-color: #fff; background-repeat: no-repeat; overflow: hidden; background-image: url(../images/logo.png); position:relative; text-align:center; } .nav ul{text-align:center;display: -webkit-box;} .nav ul li{-webkit-box-flex: 1;line-height:1.9pc;position:relative;} .wao{position:absolute;top:-20px;right:-5px;text-decoration:none; background: #FFFFFF; border: 1px solid #F1F1F1; border-radius: 5px; -webkit-box-shadow: 0px 0px 5px rgba(63, 61, 61, 0.45); box-shadow: 0px 0px 5px rgba(63, 61, 61, 0.45); padding:0 3px; height: 20px; line-height: 20px; color:green; } .nav ul li span{font-size:1.2pc;font-weight:bold;color:#93b4ff;padding:0.1pc 0.4pc;} .nav ul li.ks-active span{background:#93b4ff;color:#FFF;border-radius:1pc;} .nav ul li.ks-active_red span{background:#ff585d;color:#FFF;border-radius:1pc;} /*css3 hj*/ .head .s1{position:absolute;left:2pc;top:0.5pc;} .head .s1 img { animation: myfirst1 4s infinite; -webkit-animation: myfirst1 4s infinite; -o-animation: myfirst1 4s infinite; -ms-animation: myfirst1 4s infinite; -moz-animation: myfirst1 4s infinite; width:4.6pc; } @keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-webkit-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-o-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-ms-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}@-moz-keyframes myfirst1{0%{transform:translate(0,0)}50%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}} /*css3 y1*/ .head .s3{font-size:25px;font-weight:bold;color:#fff;line-height:120px;position:relative;z-index:9;text-shadow:1px 2px 1px #1e3569;} .head .s2{position:absolute;right:2.0pc;top:0.8pc;} .head .s2 img { animation: myfirst2 12s infinite; -webkit-animation: myfirst2 12s infinite; -o-animation: myfirst2 12s infinite; -ms-animation: myfirst2 12s infinite; -moz-animation: myfirst2 12s infinite; width:4pc; } @keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-webkit-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-o-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-ms-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}}@-moz-keyframes myfirst2{0%{transform:translate(0,0)}50%{transform:translate(50px,0px)}100%{transform:translate(0,0)}} /*css3 y2*/ #bd{ width:100%; } .ct,#ft{padding:1pc;overflow:hidden;} .url{ width:100%;margin-top:.1pc;padding:.2pc;border:2px solid #ddd;border-radius:2pc;height:2.8pc;line-height:2.8pc;text-align:center;-webkit-box-flex: 1; } .bt{float:left;color:#fff;font-size:1pc;font-weight:bold;height:2.4pc;line-height:2.4pc;width:49.5%;margin-top:.8pc} .an1{background:#ff585d;border-top-left-radius:2pc;border-bottom-left-radius:2pc;} .an2{background:#5e91ff;float:right;border-top-right-radius:2pc;border-bottom-right-radius:2pc;} .wxdy span{ margin-left : 10px; float: left; color: #333; font-size: 16px;} .wxdy em{ font-style: normal; float: left; color: #999; margin-left: 10px;} .wxdy{ line-height: 50px; border-bottom: 1px solid #ddd; overflow: hidden; } .intro{margin-left : 10px; line-height: 20px; color: #666; padding: 10px 0;} .select-btn{ position: relative; display: block; line-height: 3.2pc; font-size: .875pc; padding: 0 .5pc; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background-color: #fff; } .select-btn-s{ margin-bottom: .5pc; } i.icon-select{ position: absolute; width: 20px; height: 20px; right: .25pc; top: .5pc; background-size: 220px 220px; background-position: -163px -5px; } .select-btn-t{ padding-left: 2.5pc; } .select-btn-t img{ position: absolute; top: .8pc; left: .5pc; width: 1.5pc; height: 1.5pc; } .select-btn-d{ border-top: 0; } .select-btn-d img{ top: .45pc; left: .8pc; width: 1.1pc; height: 1.1pc; } .copyright{display:none;} /* 个人中心 user */ article.user-head, article.user-list{ padding: 0; border-top: 0;} .user-bg-img img { display: block;width:100%;max-width:100%;} .user-order a, .user-list a { border-top: 0; font-size: 1pc;} .user-order a i.icon-select, .user-list a i.icon-select{ top: .58pc; } .user-order a span, .user-list a span{ font-size: .65pc; color: #999; float: right; margin-right: .85pc; } .user-nav{ padding: .5pc 0; background-color: #fff; overflow: hidden; } .user-nav a{ display: initial; width: 20%; float: left; text-align: center; overflow: hidden; font-size: .55pc; color: #737373; } .user-nav a i{ display: inherit !important; margin: 0 auto; width: 30px; height: 30px; margin-bottom:5px; } .user-nav a i.icon{background-size: 30px 30px;} .user-nav a i.icon-f1{background-image: url(../images/sy.png);} .user-nav a i.icon-f2{background-image: url(../images/ld.png); } .user-nav a i.icon-f3{background-image: url(../images/bbt.png);} .user-nav a i.icon-f4{background-image: url(../images/app.png);} .user-nav a i.icon-f5{background-image: url(../images/hb.png);} /*遮罩*/ #loading-mask{ background:rgba(0,0,0,0.4); z-index:9999999; position:fixed; width:100%; height:100%; display:table; text-align:center; z-index:100001; top:0; left:0; } .loading{ position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;width:6.250em;height:6.250em; -ms-animation:rotate 2.4s linear infinite; -webkit-animation:rotate 2.4s linear infinite; -moz-animation:rotate 2.4s linear infinite; -o-animation:rotate 2.4s linear infinite; animation:rotate 2.4s linear infinite; } .loading .white { top:0;bottom:0;left:0;right:0;background:white;opacity:0; -ms-animation:flash 2.4s linear infinite; -webkit-animation:flash 2.4s linear infinite; -moz-animation:flash 2.4s linear infinite; -o-animation:flash 2.4s linear infinite; animation:flash 2.4s linear infinite; } .loading .dot { position:absolute;margin:auto;width:2.4em;height:2.4em;border-radius:100%; -ms-transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; } .loading .dot:nth-child(2) { top:0;bottom:0;left:0;background:#FF4444; -ms-animation:dotsY 2.4s linear infinite; -webkit-animation:dotsY 2.4s linear infinite; -moz-animation:dotsY 2.4s linear infinite; -o-animation:dotsY 2.4s linear infinite; animation:dotsY 2.4s linear infinite; } .loading .dot:nth-child(3) { left:0;right:0;top:0;background:#FFBB33; -ms-animation:dotsX 2.4s linear infinite; -webkit-animation:dotsX 2.4s linear infinite; -moz-animation:dotsX 2.4s linear infinite; -o-animation:dotsX 2.4s linear infinite; animation:dotsX 2.4s linear infinite; } .loading .dot:nth-child(4) { top:0;bottom:0;right:0;background:#99CC00; -ms-animation:dotsY 2.4s linear infinite; -webkit-animation:dotsY 2.4s linear infinite; -moz-animation:dotsY 2.4s linear infinite; -o-animation:dotsY 2.4s linear infinite; animation:dotsY 2.4s linear infinite; } .loading .dot:nth-child(5) { left:0;right:0;bottom:0;background:#33B5E5; -ms-animation:dotsX 2.4s linear infinite; -webkit-animation:dotsX 2.4s linear infinite; -moz-animation:dotsX 2.4s linear infinite; -o-animation:dotsX 2.4s linear infinite; animation:dotsX 2.4s linear infinite; } @keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-webkit-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-ms-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-moz-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @-o-keyframes rotate { 0% { transform:rotate( 0 ); } 10% { width:6.250em; height:6.250em; } 66% { width:2.4em; height:2.4em; } 100% { transform:rotate(360deg); width:6.250em; height:6.250em; } } @keyframes dotsY { 66% { opacity:.1; width:2.4em; } 77% { opacity:1; width:0; } } @keyframes dotsX { 66% { opacity:.1; height:2.4em; } 77% { opacity:1; height:0; } } @keyframes flash { 33% { opacity:0; border-radius:0%; } 55% { opacity:.6; border-radius:100%; } 66% { opacity:0; } }
0.30549
0.066116
body { background-color: black; color: white; } a { color: white; font-family:'Press Start 2P'; text-shadow: 0 0 20px #f700ff; } a:hover { color: #ae00b4; background-color: #f700ff; box-shadow: 0 0 10px #fc1f4f, 0 0 400px #fc1f4f, 0 0 80px #fc1f4f; } #stats { border: 2px solid lime; } #controls { width: 28em; float: left; padding: 1em; font-size: 0.7em; } #controls th { text-align: right; vertical-align: middle; } #instructions { clear: left; float: left; width: 17em; padding: 1em; border: 1px solid black; box-shadow: 0 0 5px lime; } #racer { position: relative; z-index: 0; width: 640px; height: 480px; margin-left: 20em; border: 2px solid magenta; } #canvas { position: absolute; z-index: 0; width: 640px; height: 480px; z-index: 0; background-color: black; /* default color when drawing out of bounds (eg, we are up a high hill and the background is too low)*/ } #mute { background-position: 0px 0px; width: 32px; height: 32px; background: url(images/mute.png); display: inline-block; cursor: pointer; float: center; } #mute.on { background-position: -32px 0px; } /**************************************************/ /* rudimentary heads up display (only used in v4) */ /**************************************************/ #hud { position: absolute; z-index: 1; width: 640px; padding: 5px 0; font-family: Verdana, Geneva, sans-serif; font-size: 0.8em; background-color: rgba(255,0,0,0.4); color: black; border-bottom: 2px solid black; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #hud .hud { background-color: rgba(255,255,255,0.6); padding: 5px; border: 1px solid black; margin: 0 5px; transition-property: background-color; transition-duration: 2s; -webkit-transition-property: background-color; -webkit-transition-duration: 2s; } #hud #speed { float: right; } #hud #current_lap_time, #hud #current_level, #hud #turbo_left { float: left; } #hud #last_lap_time { float: left; display: none; } #hud #fast_lap_time, #hud #remaining_time { display: block; width: 12em; margin: 0 auto; text-align: center; transition-property: background-color; transition-duration: 2s; -webkit-transition-property: background-color; -webkit-transition-duration: 2s; } #hud .value { color: black; font-weight: bold; } #hud .fastest { background-color: rgba(255,215,0,0.5); } #hud .magenta { background-color: magenta; } @keyframes anim-heartbeat { 0% {font-size: 175%;} 25% {font-size: 150%;} 50% {font-size: 125%;} 100% {font-size: 100%;} } .warninglow { color: red; font-weight: bold; animation-name: anim-heartbeat; animation-duration: 5s; animation-iteration-count: infinite; } /* Fullscreen mode (on double click, managed in JS */ #canvas:fullscreen { width: auto; height: 100%; /* height is smaller than width, so resize by height and adapt width automatically */ } #canvas:-webkit-full-screen { width: auto; height: 100%; } #canvas:-moz-full-screen { width: auto; height: 100%; } #canvas:-ms-fullscreen { width: auto; height: auto; margin: auto; } /* Mobile gamepad */ #gamepad { clear: left; width: 17em; border: 1px solid black; box-shadow: 0 0 5px lime; margin-left: 20em; width: 640px; height: 300px; background: rgba(255,0,0,0.4); position: relative; text-align: center; display: inline-block; } .gamepad-button { background: grey; width: 33%; height: 50%; display: block; float: left; /* Disable selection of text for gamepad buttons (so that user can press without selecting the text) */ -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */ -ms-user-select: none; user-select: none; } .gamepad-button span { display: inline-block; vertical-align: middle; } .gamepad-button:active { background: blue; } #gamepad-turbo { } #gamepad-up { } #gamepad-left { clear: both; } #gamepad-right { float: right; } #gamepad-down { } */
ogcommon.css
body { background-color: black; color: white; } a { color: white; font-family:'Press Start 2P'; text-shadow: 0 0 20px #f700ff; } a:hover { color: #ae00b4; background-color: #f700ff; box-shadow: 0 0 10px #fc1f4f, 0 0 400px #fc1f4f, 0 0 80px #fc1f4f; } #stats { border: 2px solid lime; } #controls { width: 28em; float: left; padding: 1em; font-size: 0.7em; } #controls th { text-align: right; vertical-align: middle; } #instructions { clear: left; float: left; width: 17em; padding: 1em; border: 1px solid black; box-shadow: 0 0 5px lime; } #racer { position: relative; z-index: 0; width: 640px; height: 480px; margin-left: 20em; border: 2px solid magenta; } #canvas { position: absolute; z-index: 0; width: 640px; height: 480px; z-index: 0; background-color: black; /* default color when drawing out of bounds (eg, we are up a high hill and the background is too low)*/ } #mute { background-position: 0px 0px; width: 32px; height: 32px; background: url(images/mute.png); display: inline-block; cursor: pointer; float: center; } #mute.on { background-position: -32px 0px; } /**************************************************/ /* rudimentary heads up display (only used in v4) */ /**************************************************/ #hud { position: absolute; z-index: 1; width: 640px; padding: 5px 0; font-family: Verdana, Geneva, sans-serif; font-size: 0.8em; background-color: rgba(255,0,0,0.4); color: black; border-bottom: 2px solid black; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #hud .hud { background-color: rgba(255,255,255,0.6); padding: 5px; border: 1px solid black; margin: 0 5px; transition-property: background-color; transition-duration: 2s; -webkit-transition-property: background-color; -webkit-transition-duration: 2s; } #hud #speed { float: right; } #hud #current_lap_time, #hud #current_level, #hud #turbo_left { float: left; } #hud #last_lap_time { float: left; display: none; } #hud #fast_lap_time, #hud #remaining_time { display: block; width: 12em; margin: 0 auto; text-align: center; transition-property: background-color; transition-duration: 2s; -webkit-transition-property: background-color; -webkit-transition-duration: 2s; } #hud .value { color: black; font-weight: bold; } #hud .fastest { background-color: rgba(255,215,0,0.5); } #hud .magenta { background-color: magenta; } @keyframes anim-heartbeat { 0% {font-size: 175%;} 25% {font-size: 150%;} 50% {font-size: 125%;} 100% {font-size: 100%;} } .warninglow { color: red; font-weight: bold; animation-name: anim-heartbeat; animation-duration: 5s; animation-iteration-count: infinite; } /* Fullscreen mode (on double click, managed in JS */ #canvas:fullscreen { width: auto; height: 100%; /* height is smaller than width, so resize by height and adapt width automatically */ } #canvas:-webkit-full-screen { width: auto; height: 100%; } #canvas:-moz-full-screen { width: auto; height: 100%; } #canvas:-ms-fullscreen { width: auto; height: auto; margin: auto; } /* Mobile gamepad */ #gamepad { clear: left; width: 17em; border: 1px solid black; box-shadow: 0 0 5px lime; margin-left: 20em; width: 640px; height: 300px; background: rgba(255,0,0,0.4); position: relative; text-align: center; display: inline-block; } .gamepad-button { background: grey; width: 33%; height: 50%; display: block; float: left; /* Disable selection of text for gamepad buttons (so that user can press without selecting the text) */ -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */ -ms-user-select: none; user-select: none; } .gamepad-button span { display: inline-block; vertical-align: middle; } .gamepad-button:active { background: blue; } #gamepad-turbo { } #gamepad-up { } #gamepad-left { clear: both; } #gamepad-right { float: right; } #gamepad-down { } */
0.60743
0.167185
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } *[hidden] { display: none; } body { line-height: 1; } menu, 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; } :root { --default-font-size: 16px; --default-font-family: var(--sansserif-font-family); --default-background-color: var(--white, white); --default-color: var(--black, black); --default-border-width: 1px; --default-border-color: currentColor; --default-bold-fw: bold; --font-size: var(--default-font-size); --font-family: var(--default-font-family); --background-color: var(--default-background-color); --color: var(--default-color); --border-width: var(--default-border-width); --border-color: var(--default-border-color); --bold-fw: var(--default-bold-fw); --serif-font-family: Georgia, 'Times New Roman', serif; --sansserif-font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; --code-font-family: Courier, monospace; --h1: 2.5rem; --h2: 2rem; --h3: 1.5rem; --h4: 1.25rem; --h5: 1.125rem; --h6: 1.0625rem; --d1: 3rem; --d2: 3.5rem; --d3: 4rem; --d4: 5rem; --d5: 6rem; --f0: 1rem; --f1: .9375rem; --f2: .875rem; --f3: .8125rem; --f4: .75rem; --lh0: 1; --lh1: 1.125; --lh2: 1.25; --lh3: 1.375; --lh4: 1.5; --lh5: 2; --br1: .125rem; --br2: .25rem; --br3: .5rem; --br4: .75rem; --br5: 1rem; --black: #040404; --white: #fff; --black-95: rgba(4, 4, 4, .95); --black-90: rgba(4, 4, 4, .9); --black-80: rgba(4, 4, 4, .8); --black-70: rgba(4, 4, 4, .7); --black-60: rgba(4, 4, 4, .6); --black-50: rgba(4, 4, 4, .5); --black-40: rgba(4, 4, 4, .4); --black-30: rgba(4, 4, 4, .3); --black-20: rgba(4, 4, 4, .2); --black-10: rgba(4, 4, 4, .1); --black-05: rgba(4, 4, 4, .05); --black-025: rgba(4, 4, 4, .025); --black-0125: rgba(4, 4, 4, .0125); --white-95: rgba(255, 255, 255, .95); --white-90: rgba(255, 255, 255, .9); --white-80: rgba(255, 255, 255, .8); --white-70: rgba(255, 255, 255, .7); --white-60: rgba(255, 255, 255, .6); --white-50: rgba(255, 255, 255, .5); --white-40: rgba(255, 255, 255, .4); --white-30: rgba(255, 255, 255, .3); --white-20: rgba(255, 255, 255, .2); --white-10: rgba(255, 255, 255, .1); --white-05: rgba(255, 255, 255, .05); --white-025: rgba(255, 255, 255, .025); --white-0125: rgba(255, 255, 255, .0125); --aqua: #7fdbff; --blue: #0074d9; --navy: #001f3f; --teal: #39cccc; --green: #2ecc40; --olive: #3d9970; --lime: #01ff70; --yellow: #ffdc00; --orange: #ff851b; --red: #ff4136; --fuchsia: #f012be; --purple: #b10dc9; --maroon: #85144b; } html { font-size: var(--font-size); font-family: var(--font-family); color: var(--color); background-color: var(--background-color); box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } a { color: inherit; text-decoration: none; background-color: transparent; outline: 0; } hr { margin: 0; border: 0; } .copy > *:first-child { margin-top: 0; } .copy > *:last-child { margin-bottom: 0; } .copy > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p) { margin-top: var(--copy-space-primary); margin-bottom: var(--copy-space-primary); } .copy > h1, .copy > h2, .copy > h3, .copy > h4, .copy > h5, .copy > h6 { margin-top: var(--copy-space-primary); } .copy > p { margin-top: var(--copy-space-secondary); margin-bottom: var(--copy-space-primary); } :root { --copy-space-secondary: .5em; } .div { color: var(--border-color); } .div::before { content: ""; display: block; width: 100%; height: 100%; min-width: var(--border-width); min-height: var(--border-width); background-color: currentColor; } .body { max-width: 28rem; margin-left: auto; margin-right: auto; padding-top: 1.5rem; padding-bottom: 1.5rem; } @media (min-width: 40rem) { .body { max-width: 39rem; } } @media (min-width: 61rem) { .body { display: grid; grid-template-columns: 19rem auto; grid-template-rows: repeat(3, -webkit-min-content); grid-template-rows: repeat(3, min-content); max-width: 58rem; } .main { grid-column-start: 2; grid-row-start: 1; grid-row-end: span 3; } } @media (min-width: 80rem) { .body { max-width: 77rem; } } .copy { line-height: 1.5; } .copy > * { max-width: 36rem; } .copy h1 { font-size: var(--h2); line-height: var(--lh2); } .copy h2 { font-size: var(--h3); line-height: var(--lh2); } .copy h3 { font-size: var(--h4); line-height: var(--lh2); } .copy h4 { font-size: var(--h5); line-height: var(--lh2); } .copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 { font-weight: 700; } .copy figcaption { font-style: italic; margin-top: .5em; } .copy a { color: var(--link-color); text-decoration: underline; } .copy img { display: block; height: auto; max-width: 100%; margin-left: auto; margin-right: auto; } .copy strong { font-weight: bold; } .copy em { font-style: italic; } .copy ol, .copy ul { padding-left: 2em; } .copy ol li::before, .copy ul li::before { display: inline-block; width: 2em; padding-right: .5em; margin-left: -2em; text-align: right; opacity: .3; } .copy ol { counter-reset: ol; } .copy ol li::before { counter-increment: ol; content: counter(ol, upper-roman); } .copy ul li::before { content: "\2013"; } .copy blockquote { padding-left: 2em; position: relative; } .copy blockquote::before { content: ""; display: block; position: absolute; left: 1.25em; top: .25em; bottom: .25em; margin-left: -1px; width: 2px; background-color: currentColor; opacity: .1; } .copy pre, .copy code { font-family: Courier, monospace; font-size: 14px; line-height: 20px; } .copy code { padding: 2px; background-color: var(--theme-text-color-05); } .copy pre { white-space: pre-wrap; background-color: var(--theme-text-color-05); } .copy pre code { display: block; padding: 16px 18px; background-color: transparent; } .copy p code { position: relative; top: -2px; } .copy dt { opacity: .6; } .copy dd + dt { margin-top: .5em; } @media (min-width: 80rem) { .copy--wide figure.image { max-width: none; display: flex; flex-direction: row; align-items: flex-start; } .copy--wide figure.image img { width: 36rem; } .copy--wide figure.image figcaption { width: 19rem; margin: 0; padding-left: 2rem; position: sticky; top: 2rem; } } .video { position: relative; width: 100%; } .video::before { content: ""; display: block; padding-top: calc(100% * 720 / 1280); } .video iframe { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } .al { text-align: left; } .ar { text-align: right; } .ac { text-align: center; } .uc { text-transform: uppercase; } .lc { text-transform: lowercase; } .cc { text-transform: capitalize; } .nc { text-transform: none; } .h1 { font-size: var(--h1); } .h2 { font-size: var(--h2); } .h3 { font-size: var(--h3); } .h4 { font-size: var(--h4); } .h5 { font-size: var(--h5); } .h6 { font-size: var(--h6); } .d1 { font-size: var(--d1); } .d2 { font-size: var(--d2); } .d3 { font-size: var(--d3); } .d4 { font-size: var(--d4); } .d5 { font-size: var(--d5); } .f0 { font-size: var(--f0); } .f1 { font-size: var(--f1); } .f2 { font-size: var(--f2); } .f3 { font-size: var(--f3); } .f4 { font-size: var(--f4); } .lh0 { line-height: var(--lh0); } .lh1 { line-height: var(--lh1); } .lh2 { line-height: var(--lh2); } .lh3 { line-height: var(--lh3); } .lh4 { line-height: var(--lh4); } .lh5 { line-height: var(--lh5); } .bold { font-weight: var(--bold-fw); } .fw100 { font-weight: 100; } .fw200 { font-weight: 200; } .fw300 { font-weight: 300; } .fw400 { font-weight: 400; } .fw500 { font-weight: 500; } .fw600 { font-weight: 600; } .fw700 { font-weight: 700; } .fw800 { font-weight: 800; } .fw900 { font-weight: 900; } .fw1000 { font-weight: 1000; } .italic { font-style: italic; } .ul, .ul\:hover:hover, .anchor:hover .ul\:hover { text-decoration: underline; } .ol { text-decoration: overline; } .lt { text-decoration: line-through; } .va-inherit { vertical-align: inherit; } .va-baseline { vertical-align: baseline; } .va-sub { vertical-align: sub; } .va-super { vertical-align: super; } .va-middle { vertical-align: middle; } .va-top { vertical-align: top; } .va-bottom { vertical-align: bottom; } .nowrap { white-space: nowrap; } .pre { white-space: pre; } .pre-wrap { white-space: pre-wrap; } .pre-line { white-space: pre-line; } .break-spaces { white-space: break-spaces; } .break-word { overflow-wrap: break-word; } .serif { font-family: var(--serif-font-family); } .sansserif { font-family: var(--sansserif-font-family); } .code { font-family: var(--code-font-family); } @media (max-width: 24rem) { .xs\:al { text-align: left; } .xs\:ar { text-align: right; } .xs\:ac { text-align: center; } } @media (min-width: 40rem) { .sd\:al { text-align: left; } .sd\:ar { text-align: right; } .sd\:ac { text-align: center; } .sd\:h1 { font-size: var(--h1); } .sd\:h2 { font-size: var(--h2); } .sd\:h3 { font-size: var(--h3); } .sd\:h4 { font-size: var(--h4); } .sd\:h5 { font-size: var(--h5); } .sd\:h6 { font-size: var(--h6); } .sd\:d1 { font-size: var(--d1); } .sd\:d2 { font-size: var(--d2); } .sd\:d3 { font-size: var(--d3); } .sd\:d4 { font-size: var(--d4); } .sd\:d5 { font-size: var(--d5); } .sd\:f0 { font-size: var(--f0); } .sd\:f1 { font-size: var(--f1); } .sd\:f2 { font-size: var(--f2); } .sd\:f3 { font-size: var(--f3); } .sd\:f4 { font-size: var(--f4); } .sd\:lh0 { line-height: var(--lh0); } .sd\:lh1 { line-height: var(--lh1); } .sd\:lh2 { line-height: var(--lh2); } .sd\:lh3 { line-height: var(--lh3); } .sd\:lh4 { line-height: var(--lh4); } .sd\:lh5 { line-height: var(--lh5); } } @media (min-width: 61rem) { .md\:al { text-align: left; } .md\:ar { text-align: right; } .md\:ac { text-align: center; } .md\:h1 { font-size: var(--h1); } .md\:h2 { font-size: var(--h2); } .md\:h3 { font-size: var(--h3); } .md\:h4 { font-size: var(--h4); } .md\:h5 { font-size: var(--h5); } .md\:h6 { font-size: var(--h6); } .md\:d1 { font-size: var(--d1); } .md\:d2 { font-size: var(--d2); } .md\:d3 { font-size: var(--d3); } .md\:d4 { font-size: var(--d4); } .md\:d5 { font-size: var(--d5); } .md\:f0 { font-size: var(--f0); } .md\:f1 { font-size: var(--f1); } .md\:f2 { font-size: var(--f2); } .md\:f3 { font-size: var(--f3); } .md\:f4 { font-size: var(--f4); } .md\:lh0 { line-height: var(--lh0); } .md\:lh1 { line-height: var(--lh1); } .md\:lh2 { line-height: var(--lh2); } .md\:lh3 { line-height: var(--lh3); } .md\:lh4 { line-height: var(--lh4); } .md\:lh5 { line-height: var(--lh5); } } @media (min-width: 80rem) { .ld\:al { text-align: left; } .ld\:ar { text-align: right; } .ld\:ac { text-align: center; } .ld\:h1 { font-size: var(--h1); } .ld\:h2 { font-size: var(--h2); } .ld\:h3 { font-size: var(--h3); } .ld\:h4 { font-size: var(--h4); } .ld\:h5 { font-size: var(--h5); } .ld\:h6 { font-size: var(--h6); } .ld\:d1 { font-size: var(--d1); } .ld\:d2 { font-size: var(--d2); } .ld\:d3 { font-size: var(--d3); } .ld\:d4 { font-size: var(--d4); } .ld\:d5 { font-size: var(--d5); } .ld\:f0 { font-size: var(--f0); } .ld\:f1 { font-size: var(--f1); } .ld\:f2 { font-size: var(--f2); } .ld\:f3 { font-size: var(--f3); } .ld\:f4 { font-size: var(--f4); } .ld\:lh0 { line-height: var(--lh0); } .ld\:lh1 { line-height: var(--lh1); } .ld\:lh2 { line-height: var(--lh2); } .ld\:lh3 { line-height: var(--lh3); } .ld\:lh4 { line-height: var(--lh4); } .ld\:lh5 { line-height: var(--lh5); } } .block { display: block; } .inline { display: inline; } .inlineblock { display: inline-block; } .visible { visibility: visible; } .hidden { visibility: hidden; } .o100 { opacity: 1; } .o95 { opacity: .95; } .o90 { opacity: .9; } .o80 { opacity: .8; } .o70 { opacity: .7; } .o60 { opacity: .6; } .o50 { opacity: .5; } .o40 { opacity: .4; } .o30 { opacity: .3; } .o20 { opacity: .2; } .o10 { opacity: .1; } .o05 { opacity: .05; } .o0 { opacity: 0; } .absolute { position: absolute; } .relative { position: relative; } .fixed { position: fixed; } .sticky { position: sticky; } .left { left: 0; } .right { right: 0; } .top { top: 0; } .bottom { bottom: 0; } .z0 { z-index: 0; } .z1 { z-index: 1; } .z2 { z-index: 2; } .z3 { z-index: 3; } .z9 { z-index: 9; } .z99 { z-index: 99; } .z999 { z-index: 999; } .z9999 { z-index: 9999; } .object-contain { object-fit: contain; } .object-cover { object-fit: cover; } .object-fill { object-fit: fill; } .object-scaledown { object-fit: scale-down; } .show { display: block; } .hide { display: none; } .min8 { min-width: 8rem; } .min10 { min-width: 10rem; } .min12 { min-width: 12rem; } .min14 { min-width: 14rem; } .min16 { min-width: 16rem; } .min18 { min-width: 18rem; } .min20 { min-width: 20rem; } .min24 { min-width: 24rem; } .max { max-width: none; } .max4 { max-width: 4rem; } .max6 { max-width: 6rem; } .max8 { max-width: 8rem; } .max10 { max-width: 10rem; } .max12 { max-width: 12rem; } .max15 { max-width: 15rem; } .max16 { max-width: 16rem; } .max20 { max-width: 20rem; } .max22 { max-width: 22rem; } .max24 { max-width: 24rem; } .max26 { max-width: 26rem; } .max28 { max-width: 28rem; } .max30 { max-width: 30rem; } .max32 { max-width: 32rem; } .max34 { max-width: 34rem; } .max35 { max-width: 35rem; } .max36 { max-width: 36rem; } .max38 { max-width: 38rem; } .max40 { max-width: 40rem; } .max42 { max-width: 42rem; } .max44 { max-width: 44rem; } .max45 { max-width: 45rem; } .max47 { max-width: 47rem; } .max48 { max-width: 48rem; } .max49 { max-width: 49rem; } .max50 { max-width: 50rem; } .max51 { max-width: 51rem; } .max52 { max-width: 52rem; } .max54 { max-width: 54rem; } .max55 { max-width: 55rem; } .max56 { max-width: 56rem; } .max60 { max-width: 60rem; } .max64 { max-width: 64rem; } .max65 { max-width: 65rem; } .max66 { max-width: 66rem; } .max68 { max-width: 68rem; } .max70 { max-width: 70rem; } .max72 { max-width: 72rem; } .max74 { max-width: 74rem; } .max75 { max-width: 75rem; } .max77 { max-width: 77rem; } .max78 { max-width: 78rem; } .max80 { max-width: 80rem; } .max90 { max-width: 90rem; } .w100 { width: 100%; } .w50 { width: 50%; } .w0 { width: 0%; } .wa { width: auto; } .h100 { height: 100%; } .h50 { height: 50%; } .h0 { height: 0%; } .ha { height: auto; } .minvw { min-width: 100vw; } .minvh { min-height: 100vh; } .maxw { max-width: 100%; } .maxh { max-height: 100%; } .row, .row-wrap { display: flex; flex-direction: row; } .col, .col-wrap { display: flex; flex-direction: column; } .row-reverse, .row-reverse-wrap { display: flex; flex-direction: row-reverse; } .col-reverse, .col-reverse-wrap { display: flex; flex-direction: column-reverse; } .row-wrap, .col-wrap, .row-reverse-wrap, .col-reverse-wrap, .flex-wrap { flex-wrap: wrap; } .grid { display: grid; } .grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .self-start { align-self: flex-start; } .self-end { align-self: flex-end; } .self-center { align-self: center; } .self-baseline { align-self: baseline; } .self-stretch { align-self: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .span0 { flex: 0; } .span1 { flex: 1; } .span2 { flex: 2; } .span3 { flex: 3; } .span4 { flex: 4; } .span5 { flex: 5; } .span6 { flex: 6; } .span7 { flex: 7; } .span8 { flex: 8; } .span9 { flex: 9; } .span-auto { flex-basis: auto; } .order0 { order: 0; } .order1 { order: 1; } .order2 { order: 2; } .order3 { order: 3; } .order4 { order: 4; } .order5 { order: 5; } .order6 { order: 6; } .order7 { order: 7; } .order8 { order: 8; } .order9 { order: 9; } @media (max-width: 24rem) { .xs\:show { display: block; } .xs\:hide { display: none; } } @media (min-width: 40rem) { .sd\:show { display: block; } .sd\:hide { display: none; } .sd\:max { max-width: none; } .sd\:row, .sd\:row-wrap { display: flex; flex-direction: row; } .sd\:col, .sd\:col-wrap { display: flex; flex-direction: column; } .sd\:row-reverse, .sd\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .sd\:col-reverse, .sd\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .sd\:row-wrap, .sd\:col-wrap, .sd\:row-reverse-wrap, .sd\:col-reverse-wrap, .sd\:flex-wrap { flex-wrap: wrap; } .sd\:grid { display: grid; } .sd\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .sd\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .sd\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .sd\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .sd\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .sd\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .sd\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .sd\:order0 { order: 0; } .sd\:order1 { order: 1; } .sd\:order9 { order: 9; } } @media (min-width: 61rem) { .md\:show { display: block; } .md\:hide { display: none; } .md\:max { max-width: none; } .md\:row, .md\:row-wrap { display: flex; flex-direction: row; } .md\:col, .md\:col-wrap { display: flex; flex-direction: column; } .md\:row-reverse, .md\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .md\:col-reverse, .md\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .md\:row-wrap, .md\:col-wrap, .md\:row-reverse-wrap, .md\:col-reverse-wrap, .md\:flex-wrap { flex-wrap: wrap; } .md\:grid { display: grid; } .md\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .md\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .md\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .md\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .md\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .md\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .md\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .md\:order0 { order: 0; } .md\:order1 { order: 1; } .md\:order9 { order: 9; } } @media (min-width: 80rem) { .ld\:show { display: block; } .ld\:hide { display: none; } .ld\:max { max-width: none; } .ld\:row, .ld\:row-wrap { display: flex; flex-direction: row; } .ld\:col, .ld\:col-wrap { display: flex; flex-direction: column; } .ld\:row-reverse, .ld\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .ld\:col-reverse, .ld\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .ld\:row-wrap, .ld\:col-wrap, .ld\:row-reverse-wrap, .ld\:col-reverse-wrap, .ld\:flex-wrap { flex-wrap: wrap; } .ld\:grid { display: grid; } .ld\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .ld\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .ld\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .ld\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .ld\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .ld\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .ld\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .ld\:order0 { order: 0; } .ld\:order1 { order: 1; } .ld\:order9 { order: 9; } } @media (min-width: 100rem) { .xl\:show { display: block; } .xl\:hide { display: none; } .xl\:max { max-width: none; } .xl\:row, .xl\:row-wrap { display: flex; flex-direction: row; } .xl\:col, .xl\:col-wrap { display: flex; flex-direction: column; } .xl\:row-reverse, .xl\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .xl\:col-reverse, .xl\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .xl\:row-wrap, .xl\:col-wrap, .xl\:row-reverse-wrap, .xl\:col-reverse-wrap, .xl\:flex-wrap { flex-wrap: wrap; } .xl\:grid { display: grid; } .xl\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .xl\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .xl\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .xl\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .xl\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .xl\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .xl\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .xl\:order0 { order: 0; } .xl\:order1 { order: 1; } .xl\:order9 { order: 9; } } .m0 { margin: 0; } .m025 { margin: .25rem; } .m05 { margin: .5rem; } .m1 { margin: 1rem; } .m2 { margin: 2rem; } .m3 { margin: 3rem; } .m4 { margin: 4rem; } .ma { margin: auto; } .mx0 { margin-left: 0; margin-right: 0; } .mx1 { margin-left: 1rem; margin-right: 1rem; } .mx2 { margin-left: 2rem; margin-right: 2rem; } .mx { margin-left: auto; margin-right: auto; } .my0 { margin-top: 0; margin-bottom: 0; } .my1 { margin-top: 1rem; margin-bottom: 1rem; } .my2 { margin-top: 2rem; margin-bottom: 2rem; } .my { margin-top: auto; margin-bottom: auto; } .mt025 { margin-top: .25rem; } .mt05 { margin-top: .5rem; } .mt1 { margin-top: 1rem; } .mt2 { margin-top: 2rem; } .mt { margin-top: auto; } .mb025 { margin-bottom: .25rem; } .mb05 { margin-bottom: .5rem; } .mb1 { margin-bottom: 1rem; } .mb2 { margin-bottom: 2rem; } .mb { margin-bottom: auto; } .ml025 { margin-left: .25rem; } .ml05 { margin-left: .5rem; } .ml1 { margin-left: 1rem; } .ml2 { margin-left: 2rem; } .ml { margin-left: auto; } .mr025 { margin-right: .25rem; } .mr05 { margin-right: .5rem; } .mr1 { margin-right: 1rem; } .mr2 { margin-right: 2rem; } .mr { margin-right: auto; } .p0 { padding: 0; } .p0125 { padding: .125rem; } .p025 { padding: .25rem; } .p05 { padding: .5rem; } .p075 { padding: .75rem; } .p1 { padding: 1rem; } .p125 { padding: 1.25rem; } .p15 { padding: 1.5rem; } .p175 { padding: 1.75rem; } .p2 { padding: 2rem; } .p25 { padding: 2.5rem; } .p3 { padding: 3rem; } .p4 { padding: 4rem; } .p0125b { padding: calc(.125rem - var(--border-width)); } .p025b { padding: calc(.25rem - var(--border-width)); } .p05b { padding: calc(.5rem - var(--border-width)); } .p075b { padding: calc(.75rem - var(--border-width)); } .p1b { padding: calc(1rem - var(--border-width)); } .p125b { padding: calc(1.25rem - var(--border-width)); } .p15b { padding: calc(1.5rem - var(--border-width)); } .p175b { padding: calc(1.75rem - var(--border-width)); } .p2b { padding: calc(2rem - var(--border-width)); } .px0 { padding-left: 0; padding-right: 0; } .px0125 { padding-left: .125rem; padding-right: .125rem; } .px025 { padding-left: .25rem; padding-right: .25rem; } .px05 { padding-left: .5rem; padding-right: .5rem; } .px075 { padding-left: .75rem; padding-right: .75rem; } .px1 { padding-left: 1rem; padding-right: 1rem; } .px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .px2 { padding-left: 2rem; padding-right: 2rem; } .px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .px3 { padding-left: 3rem; padding-right: 3rem; } .px4 { padding-left: 4rem; padding-right: 4rem; } .px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .py0 { padding-top: 0; padding-bottom: 0; } .py0125 { padding-top: .125rem; padding-bottom: .125rem; } .py025 { padding-top: .25rem; padding-bottom: .25rem; } .py05 { padding-top: .5rem; padding-bottom: .5rem; } .py075 { padding-top: .75rem; padding-bottom: .75rem; } .py1 { padding-top: 1rem; padding-bottom: 1rem; } .py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .py2 { padding-top: 2rem; padding-bottom: 2rem; } .py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .py3 { padding-top: 3rem; padding-bottom: 3rem; } .py4 { padding-top: 4rem; padding-bottom: 4rem; } .py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } .pt0 { padding-top: 0; } .pt0125 { padding-top: .125rem; } .pt025 { padding-top: .25rem; } .pt05 { padding-top: .5rem; } .pt075 { padding-top: .75rem; } .pt1 { padding-top: 1rem; } .pt125 { padding-top: 1.25rem; } .pt15 { padding-top: 1.5rem; } .pt175 { padding-top: 1.75rem; } .pt2 { padding-top: 2rem; } .pt3 { padding-top: 3rem; } .pt4 { padding-top: 4rem; } .pb0 { padding-bottom: 0; } .pb0125 { padding-bottom: .125rem; } .pb025 { padding-bottom: .25rem; } .pb05 { padding-bottom: .5rem; } .pb075 { padding-bottom: .75rem; } .pb1 { padding-bottom: 1rem; } .pb125 { padding-bottom: 1.25rem; } .pb15 { padding-bottom: 1.5rem; } .pb175 { padding-bottom: 1.75rem; } .pb2 { padding-bottom: 2rem; } .pb3 { padding-bottom: 3rem; } .pb4 { padding-bottom: 4rem; } .pl0 { padding-left: 0; } .pl0125 { padding-left: .125rem; } .pl025 { padding-left: .25rem; } .pl05 { padding-left: .5rem; } .pl075 { padding-left: .75rem; } .pl1 { padding-left: 1rem; } .pl125 { padding-left: 1.25rem; } .pl15 { padding-left: 1.5rem; } .pl175 { padding-left: 1.75rem; } .pl2 { padding-left: 2rem; } .pl3 { padding-left: 3rem; } .pl4 { padding-left: 4rem; } .pr0 { padding-right: 0; } .pr0125 { padding-right: .125rem; } .pr025 { padding-right: .25rem; } .pr05 { padding-right: .5rem; } .pr075 { padding-right: .75rem; } .pr1 { padding-right: 1rem; } .pr125 { padding-right: 1.25rem; } .pr15 { padding-right: 1.5rem; } .pr175 { padding-right: 1.75rem; } .pr2 { padding-right: 2rem; } .pr3 { padding-right: 3rem; } .pr4 { padding-right: 4rem; } @media (min-width: 40rem) { .sd\:p0 { padding: 0; } .sd\:p0125 { padding: .125rem; } .sd\:p025 { padding: .25rem; } .sd\:p05 { padding: .5rem; } .sd\:p075 { padding: .75rem; } .sd\:p1 { padding: 1rem; } .sd\:p125 { padding: 1.25rem; } .sd\:p15 { padding: 1.5rem; } .sd\:p175 { padding: 1.75rem; } .sd\:p2 { padding: 2rem; } .sd\:p25 { padding: 2.5rem; } .sd\:p3 { padding: 3rem; } .sd\:p4 { padding: 4rem; } .sd\:p0125b { padding: calc(.125rem - var(--border-width)); } .sd\:p025b { padding: calc(.25rem - var(--border-width)); } .sd\:p05b { padding: calc(.5rem - var(--border-width)); } .sd\:p075b { padding: calc(.75rem - var(--border-width)); } .sd\:p1b { padding: calc(1rem - var(--border-width)); } .sd\:p125b { padding: calc(1.25rem - var(--border-width)); } .sd\:p15b { padding: calc(1.5rem - var(--border-width)); } .sd\:p175b { padding: calc(1.75rem - var(--border-width)); } .sd\:p2b { padding: calc(2rem - var(--border-width)); } .sd\:px0 { padding-left: 0; padding-right: 0; } .sd\:px0125 { padding-left: .125rem; padding-right: .125rem; } .sd\:px025 { padding-left: .25rem; padding-right: .25rem; } .sd\:px05 { padding-left: .5rem; padding-right: .5rem; } .sd\:px075 { padding-left: .75rem; padding-right: .75rem; } .sd\:px1 { padding-left: 1rem; padding-right: 1rem; } .sd\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .sd\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .sd\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .sd\:px2 { padding-left: 2rem; padding-right: 2rem; } .sd\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .sd\:px3 { padding-left: 3rem; padding-right: 3rem; } .sd\:px4 { padding-left: 4rem; padding-right: 4rem; } .sd\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .sd\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .sd\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .sd\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .sd\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .sd\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .sd\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .sd\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .sd\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .sd\:py0 { padding-top: 0; padding-bottom: 0; } .sd\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .sd\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .sd\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .sd\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .sd\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .sd\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .sd\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .sd\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .sd\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .sd\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .sd\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .sd\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .sd\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .sd\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .sd\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .sd\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .sd\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .sd\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .sd\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .sd\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .sd\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 61rem) { .md\:p0 { padding: 0; } .md\:p0125 { padding: .125rem; } .md\:p025 { padding: .25rem; } .md\:p05 { padding: .5rem; } .md\:p075 { padding: .75rem; } .md\:p1 { padding: 1rem; } .md\:p125 { padding: 1.25rem; } .md\:p15 { padding: 1.5rem; } .md\:p175 { padding: 1.75rem; } .md\:p2 { padding: 2rem; } .md\:p25 { padding: 2.5rem; } .md\:p3 { padding: 3rem; } .md\:p4 { padding: 4rem; } .md\:p0125b { padding: calc(.125rem - var(--border-width)); } .md\:p025b { padding: calc(.25rem - var(--border-width)); } .md\:p05b { padding: calc(.5rem - var(--border-width)); } .md\:p075b { padding: calc(.75rem - var(--border-width)); } .md\:p1b { padding: calc(1rem - var(--border-width)); } .md\:p125b { padding: calc(1.25rem - var(--border-width)); } .md\:p15b { padding: calc(1.5rem - var(--border-width)); } .md\:p175b { padding: calc(1.75rem - var(--border-width)); } .md\:p2b { padding: calc(2rem - var(--border-width)); } .md\:px0 { padding-left: 0; padding-right: 0; } .md\:px0125 { padding-left: .125rem; padding-right: .125rem; } .md\:px025 { padding-left: .25rem; padding-right: .25rem; } .md\:px05 { padding-left: .5rem; padding-right: .5rem; } .md\:px075 { padding-left: .75rem; padding-right: .75rem; } .md\:px1 { padding-left: 1rem; padding-right: 1rem; } .md\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .md\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .md\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .md\:px2 { padding-left: 2rem; padding-right: 2rem; } .md\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .md\:px3 { padding-left: 3rem; padding-right: 3rem; } .md\:px4 { padding-left: 4rem; padding-right: 4rem; } .md\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .md\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .md\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .md\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .md\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .md\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .md\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .md\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .md\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .md\:py0 { padding-top: 0; padding-bottom: 0; } .md\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .md\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .md\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .md\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .md\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .md\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .md\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .md\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .md\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .md\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .md\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .md\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .md\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .md\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .md\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .md\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .md\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .md\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .md\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .md\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .md\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 80rem) { .ld\:p0 { padding: 0; } .ld\:p0125 { padding: .125rem; } .ld\:p025 { padding: .25rem; } .ld\:p05 { padding: .5rem; } .ld\:p075 { padding: .75rem; } .ld\:p1 { padding: 1rem; } .ld\:p125 { padding: 1.25rem; } .ld\:p15 { padding: 1.5rem; } .ld\:p175 { padding: 1.75rem; } .ld\:p2 { padding: 2rem; } .ld\:p25 { padding: 2.5rem; } .ld\:p3 { padding: 3rem; } .ld\:p4 { padding: 4rem; } .ld\:p0125b { padding: calc(.125rem - var(--border-width)); } .ld\:p025b { padding: calc(.25rem - var(--border-width)); } .ld\:p05b { padding: calc(.5rem - var(--border-width)); } .ld\:p075b { padding: calc(.75rem - var(--border-width)); } .ld\:p1b { padding: calc(1rem - var(--border-width)); } .ld\:p125b { padding: calc(1.25rem - var(--border-width)); } .ld\:p15b { padding: calc(1.5rem - var(--border-width)); } .ld\:p175b { padding: calc(1.75rem - var(--border-width)); } .ld\:p2b { padding: calc(2rem - var(--border-width)); } .ld\:px0 { padding-left: 0; padding-right: 0; } .ld\:px0125 { padding-left: .125rem; padding-right: .125rem; } .ld\:px025 { padding-left: .25rem; padding-right: .25rem; } .ld\:px05 { padding-left: .5rem; padding-right: .5rem; } .ld\:px075 { padding-left: .75rem; padding-right: .75rem; } .ld\:px1 { padding-left: 1rem; padding-right: 1rem; } .ld\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .ld\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .ld\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .ld\:px2 { padding-left: 2rem; padding-right: 2rem; } .ld\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .ld\:px3 { padding-left: 3rem; padding-right: 3rem; } .ld\:px4 { padding-left: 4rem; padding-right: 4rem; } .ld\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .ld\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .ld\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .ld\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .ld\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .ld\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .ld\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .ld\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .ld\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .ld\:py0 { padding-top: 0; padding-bottom: 0; } .ld\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .ld\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .ld\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .ld\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .ld\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .ld\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .ld\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .ld\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .ld\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .ld\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .ld\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .ld\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .ld\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .ld\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .ld\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .ld\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .ld\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .ld\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .ld\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .ld\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .ld\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 100rem) { .xl\:p0 { padding: 0; } .xl\:p0125 { padding: .125rem; } .xl\:p025 { padding: .25rem; } .xl\:p05 { padding: .5rem; } .xl\:p075 { padding: .75rem; } .xl\:p1 { padding: 1rem; } .xl\:p125 { padding: 1.25rem; } .xl\:p15 { padding: 1.5rem; } .xl\:p175 { padding: 1.75rem; } .xl\:p2 { padding: 2rem; } .xl\:p25 { padding: 2.5rem; } .xl\:p3 { padding: 3rem; } .xl\:p4 { padding: 4rem; } .xl\:p0125b { padding: calc(.125rem - var(--border-width)); } .xl\:p025b { padding: calc(.25rem - var(--border-width)); } .xl\:p05b { padding: calc(.5rem - var(--border-width)); } .xl\:p075b { padding: calc(.75rem - var(--border-width)); } .xl\:p1b { padding: calc(1rem - var(--border-width)); } .xl\:p125b { padding: calc(1.25rem - var(--border-width)); } .xl\:p15b { padding: calc(1.5rem - var(--border-width)); } .xl\:p175b { padding: calc(1.75rem - var(--border-width)); } .xl\:p2b { padding: calc(2rem - var(--border-width)); } .xl\:px0 { padding-left: 0; padding-right: 0; } .xl\:px0125 { padding-left: .125rem; padding-right: .125rem; } .xl\:px025 { padding-left: .25rem; padding-right: .25rem; } .xl\:px05 { padding-left: .5rem; padding-right: .5rem; } .xl\:px075 { padding-left: .75rem; padding-right: .75rem; } .xl\:px1 { padding-left: 1rem; padding-right: 1rem; } .xl\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .xl\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .xl\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .xl\:px2 { padding-left: 2rem; padding-right: 2rem; } .xl\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .xl\:px3 { padding-left: 3rem; padding-right: 3rem; } .xl\:px4 { padding-left: 4rem; padding-right: 4rem; } .xl\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .xl\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .xl\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .xl\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .xl\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .xl\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .xl\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .xl\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .xl\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .xl\:py0 { padding-top: 0; padding-bottom: 0; } .xl\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .xl\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .xl\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .xl\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .xl\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .xl\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .xl\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .xl\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .xl\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .xl\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .xl\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .xl\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .xl\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .xl\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .xl\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .xl\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .xl\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .xl\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .xl\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .xl\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .xl\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } .ba { border: var(--border-width) solid var(--border-color); } .bl { border-left: var(--border-width) solid var(--border-color); } .br { border-right: var(--border-width) solid var(--border-color); } .bt { border-top: var(--border-width) solid var(--border-color); } .bb { border-bottom: var(--border-width) solid var(--border-color); } .bc-black { --border-color: var(--black); } .bc-black-95 { --border-color: var(--black-95); } .bc-black-90 { --border-color: var(--black-90); } .bc-black-80 { --border-color: var(--black-80); } .bc-black-70 { --border-color: var(--black-70); } .bc-black-60 { --border-color: var(--black-60); } .bc-black-50 { --border-color: var(--black-50); } .bc-black-40 { --border-color: var(--black-40); } .bc-black-30 { --border-color: var(--black-30); } .bc-black-20 { --border-color: var(--black-20); } .bc-black-10 { --border-color: var(--black-10); } .bc-black-05 { --border-color: var(--black-05); } .bc-black-025 { --border-color: var(--black-025); } .bc-black-0125 { --border-color: var(--black-0125); } .bc-white { --border-color: var(--white); } .bc-white-95 { --border-color: var(--white-95); } .bc-white-90 { --border-color: var(--white-90); } .bc-white-80 { --border-color: var(--white-80); } .bc-white-70 { --border-color: var(--white-70); } .bc-white-60 { --border-color: var(--white-60); } .bc-white-50 { --border-color: var(--white-50); } .bc-white-40 { --border-color: var(--white-40); } .bc-white-30 { --border-color: var(--white-30); } .bc-white-20 { --border-color: var(--white-20); } .bc-white-10 { --border-color: var(--white-10); } .bc-white-05 { --border-color: var(--white-05); } .bc-white-025 { --border-color: var(--white-025); } .bc-white-0125 { --border-color: var(--white-0125); } .bc-aqua { --border-color: var(--aqua); } .bc-blue { --border-color: var(--blue); } .bc-navy { --border-color: var(--navy); } .bc-teal { --border-color: var(--teal); } .bc-green { --border-color: var(--green); } .bc-olive { --border-color: var(--olive); } .bc-lime { --border-color: var(--lime); } .bc-yellow { --border-color: var(--yellow); } .bc-orange { --border-color: var(--orange); } .bc-red { --border-color: var(--red); } .bc-fuchsia { --border-color: var(--fuchsia); } .bc-purple { --border-color: var(--purple); } .bc-maroon { --border-color: var(--maroon); } .br1 { border-radius: var(--br1); } .br2 { border-radius: var(--br2); } .br3 { border-radius: var(--br3); } .br4 { border-radius: var(--br4); } .br5 { border-radius: var(--br5); } .br100 { border-radius: 100%; } .br999 { border-radius: 999px; } .color-current, .color-current\:hover:hover, .anchor:hover .color-current\:hover { color: currentColor; } .color-inherit, .color-inherit\:hover:hover, .anchor:hover .color-inherit\:hover { color: inherit; } .color-transparent { color: transparent; } .black { color: var(--black); } .black-95 { color: var(--black-95); } .black-90 { color: var(--black-90); } .black-80 { color: var(--black-80); } .black-70 { color: var(--black-70); } .black-60 { color: var(--black-60); } .black-50 { color: var(--black-50); } .black-40 { color: var(--black-40); } .black-30 { color: var(--black-30); } .black-20 { color: var(--black-20); } .black-10 { color: var(--black-10); } .black-05 { color: var(--black-05); } .black-025 { color: var(--black-025); } .black-0125 { color: var(--black-0125); } .white { color: var(--white); } .white-95 { color: var(--white-95); } .white-90 { color: var(--white-90); } .white-80 { color: var(--white-80); } .white-70 { color: var(--white-70); } .white-60 { color: var(--white-60); } .white-50 { color: var(--white-50); } .white-40 { color: var(--white-40); } .white-30 { color: var(--white-30); } .white-20 { color: var(--white-20); } .white-10 { color: var(--white-10); } .white-05 { color: var(--white-05); } .white-025 { color: var(--white-025); } .white-0125 { color: var(--white-0125); } .aqua { color: var(--aqua); } .blue { color: var(--blue); } .navy { color: var(--navy); } .teal { color: var(--teal); } .green { color: var(--green); } .olive { color: var(--olive); } .lime { color: var(--lime); } .yellow { color: var(--yellow); } .orange { color: var(--orange); } .red { color: var(--red); } .fuchsia { color: var(--fuchsia); } .purple { color: var(--purple); } .maroon { color: var(--maroon); } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .bg-top { background-position: top; } .bg-bottom { background-position: bottom; } .bg-left { background-position: left; } .bg-right { background-position: right; } .bg-center { background-position: center; } .bg-topleft { background-position: top left; } .bg-topright { background-position: top right; } .bg-bottomleft { background-position: bottom left; } .bg-bottomright { background-position: bottom right; } .bg-repeatx { background-repeat: repeat-x; } .bg-repeaty { background-repeat: repeat-y; } .bg-norepeat { background-repeat: no-repeat; } .bg-current { background-color: currentColor; } .bg-transparent, .bg-transparent\:hover:hover, .anchor:hover .bg-transparent\:hover { background-color: transparent; } .bg-black { background-color: var(--black); } .bg-black-95 { background-color: var(--black-95); } .bg-black-90 { background-color: var(--black-90); } .bg-black-80 { background-color: var(--black-80); } .bg-black-70 { background-color: var(--black-70); } .bg-black-60 { background-color: var(--black-60); } .bg-black-50 { background-color: var(--black-50); } .bg-black-40 { background-color: var(--black-40); } .bg-black-30 { background-color: var(--black-30); } .bg-black-20 { background-color: var(--black-20); } .bg-black-10 { background-color: var(--black-10); } .bg-black-05 { background-color: var(--black-05); } .bg-black-025 { background-color: var(--black-025); } .bg-black-0125 { background-color: var(--black-0125); } .bg-white { background-color: var(--white); } .bg-white-95 { background-color: var(--white-95); } .bg-white-90 { background-color: var(--white-90); } .bg-white-80 { background-color: var(--white-80); } .bg-white-70 { background-color: var(--white-70); } .bg-white-60 { background-color: var(--white-60); } .bg-white-50 { background-color: var(--white-50); } .bg-white-40 { background-color: var(--white-40); } .bg-white-30 { background-color: var(--white-30); } .bg-white-20 { background-color: var(--white-20); } .bg-white-10 { background-color: var(--white-10); } .bg-white-05 { background-color: var(--white-05); } .bg-white-025 { background-color: var(--white-025); } .bg-white-0125 { background-color: var(--white-0125); } .bg-aqua { background-color: var(--aqua); } .bg-blue { background-color: var(--blue); } .bg-navy { background-color: var(--navy); } .bg-teal { background-color: var(--teal); } .bg-green { background-color: var(--green); } .bg-olive { background-color: var(--olive); } .bg-lime { background-color: var(--lime); } .bg-yellow { background-color: var(--yellow); } .bg-orange { background-color: var(--orange); } .bg-red { background-color: var(--red); } .bg-fuchsia { background-color: var(--fuchsia); } .bg-purple { background-color: var(--purple); } .bg-maroon { background-color: var(--maroon); } .cursor-default { cursor: default; } .cursor-notallowed { cursor: not-allowed; } .cursor-progress { cursor: progress; } .cursor-pointer { cursor: pointer; } .-d { outline: 1px dashed var(--purple); } .-d * { outline: 1px dashed var(--lime); } .-d *.-d { outline: 1px dashed var(--purple); } .-view { position: fixed; left: 0; top: 0; background-color: var(--yellow); color: #000; line-height: 1; font-size: 12px; padding: 4px; z-index: 9999; } .-view::before { content: "-"; } @media (max-width: 24rem) { .-view::before { content: "XS"; } } @media (min-width: 40rem) { .-view::before { content: "SD"; } } @media (min-width: 61rem) { .-view::before { content: "MD"; } } @media (min-width: 80rem) { .-view::before { content: "LD"; } } @media (min-width: 100rem) { .-view::before { content: "XL"; } } .linkcolor, .linkcolor\:hover:hover, .anchor:hover .linkcolor\:hover { color: var(--link-color); } .hlcolor { color: var(--theme-highlight-text-color); } .bg-hlbgcolor { background-color: var(--theme-highlight-background-color); } .bg-hlbgcolor-shadow { box-shadow: -1px 0 0 2px var(--theme-highlight-background-color), 1px 0 0 2px var(--theme-highlight-background-color); } :root { --font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { :root { --font-family: 'Inter var', sans-serif; } } :root { --theme-background-color: var(--white); --theme-text-color: var(--black); --theme-text-color-05: var(--black-05); --theme-link-color: inherit; --theme-highlight-text-color: inherit; --theme-highlight-background-color: var(--yellow); --default-background-color: var(--theme-background-color); --default-color: var(--theme-text-color); --link-color: var(--theme-link-color); --copy-space-primary: 1.5em; --copy-space-secondary: .5em; }
static/master.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } *[hidden] { display: none; } body { line-height: 1; } menu, 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; } :root { --default-font-size: 16px; --default-font-family: var(--sansserif-font-family); --default-background-color: var(--white, white); --default-color: var(--black, black); --default-border-width: 1px; --default-border-color: currentColor; --default-bold-fw: bold; --font-size: var(--default-font-size); --font-family: var(--default-font-family); --background-color: var(--default-background-color); --color: var(--default-color); --border-width: var(--default-border-width); --border-color: var(--default-border-color); --bold-fw: var(--default-bold-fw); --serif-font-family: Georgia, 'Times New Roman', serif; --sansserif-font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; --code-font-family: Courier, monospace; --h1: 2.5rem; --h2: 2rem; --h3: 1.5rem; --h4: 1.25rem; --h5: 1.125rem; --h6: 1.0625rem; --d1: 3rem; --d2: 3.5rem; --d3: 4rem; --d4: 5rem; --d5: 6rem; --f0: 1rem; --f1: .9375rem; --f2: .875rem; --f3: .8125rem; --f4: .75rem; --lh0: 1; --lh1: 1.125; --lh2: 1.25; --lh3: 1.375; --lh4: 1.5; --lh5: 2; --br1: .125rem; --br2: .25rem; --br3: .5rem; --br4: .75rem; --br5: 1rem; --black: #040404; --white: #fff; --black-95: rgba(4, 4, 4, .95); --black-90: rgba(4, 4, 4, .9); --black-80: rgba(4, 4, 4, .8); --black-70: rgba(4, 4, 4, .7); --black-60: rgba(4, 4, 4, .6); --black-50: rgba(4, 4, 4, .5); --black-40: rgba(4, 4, 4, .4); --black-30: rgba(4, 4, 4, .3); --black-20: rgba(4, 4, 4, .2); --black-10: rgba(4, 4, 4, .1); --black-05: rgba(4, 4, 4, .05); --black-025: rgba(4, 4, 4, .025); --black-0125: rgba(4, 4, 4, .0125); --white-95: rgba(255, 255, 255, .95); --white-90: rgba(255, 255, 255, .9); --white-80: rgba(255, 255, 255, .8); --white-70: rgba(255, 255, 255, .7); --white-60: rgba(255, 255, 255, .6); --white-50: rgba(255, 255, 255, .5); --white-40: rgba(255, 255, 255, .4); --white-30: rgba(255, 255, 255, .3); --white-20: rgba(255, 255, 255, .2); --white-10: rgba(255, 255, 255, .1); --white-05: rgba(255, 255, 255, .05); --white-025: rgba(255, 255, 255, .025); --white-0125: rgba(255, 255, 255, .0125); --aqua: #7fdbff; --blue: #0074d9; --navy: #001f3f; --teal: #39cccc; --green: #2ecc40; --olive: #3d9970; --lime: #01ff70; --yellow: #ffdc00; --orange: #ff851b; --red: #ff4136; --fuchsia: #f012be; --purple: #b10dc9; --maroon: #85144b; } html { font-size: var(--font-size); font-family: var(--font-family); color: var(--color); background-color: var(--background-color); box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } a { color: inherit; text-decoration: none; background-color: transparent; outline: 0; } hr { margin: 0; border: 0; } .copy > *:first-child { margin-top: 0; } .copy > *:last-child { margin-bottom: 0; } .copy > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p) { margin-top: var(--copy-space-primary); margin-bottom: var(--copy-space-primary); } .copy > h1, .copy > h2, .copy > h3, .copy > h4, .copy > h5, .copy > h6 { margin-top: var(--copy-space-primary); } .copy > p { margin-top: var(--copy-space-secondary); margin-bottom: var(--copy-space-primary); } :root { --copy-space-secondary: .5em; } .div { color: var(--border-color); } .div::before { content: ""; display: block; width: 100%; height: 100%; min-width: var(--border-width); min-height: var(--border-width); background-color: currentColor; } .body { max-width: 28rem; margin-left: auto; margin-right: auto; padding-top: 1.5rem; padding-bottom: 1.5rem; } @media (min-width: 40rem) { .body { max-width: 39rem; } } @media (min-width: 61rem) { .body { display: grid; grid-template-columns: 19rem auto; grid-template-rows: repeat(3, -webkit-min-content); grid-template-rows: repeat(3, min-content); max-width: 58rem; } .main { grid-column-start: 2; grid-row-start: 1; grid-row-end: span 3; } } @media (min-width: 80rem) { .body { max-width: 77rem; } } .copy { line-height: 1.5; } .copy > * { max-width: 36rem; } .copy h1 { font-size: var(--h2); line-height: var(--lh2); } .copy h2 { font-size: var(--h3); line-height: var(--lh2); } .copy h3 { font-size: var(--h4); line-height: var(--lh2); } .copy h4 { font-size: var(--h5); line-height: var(--lh2); } .copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 { font-weight: 700; } .copy figcaption { font-style: italic; margin-top: .5em; } .copy a { color: var(--link-color); text-decoration: underline; } .copy img { display: block; height: auto; max-width: 100%; margin-left: auto; margin-right: auto; } .copy strong { font-weight: bold; } .copy em { font-style: italic; } .copy ol, .copy ul { padding-left: 2em; } .copy ol li::before, .copy ul li::before { display: inline-block; width: 2em; padding-right: .5em; margin-left: -2em; text-align: right; opacity: .3; } .copy ol { counter-reset: ol; } .copy ol li::before { counter-increment: ol; content: counter(ol, upper-roman); } .copy ul li::before { content: "\2013"; } .copy blockquote { padding-left: 2em; position: relative; } .copy blockquote::before { content: ""; display: block; position: absolute; left: 1.25em; top: .25em; bottom: .25em; margin-left: -1px; width: 2px; background-color: currentColor; opacity: .1; } .copy pre, .copy code { font-family: Courier, monospace; font-size: 14px; line-height: 20px; } .copy code { padding: 2px; background-color: var(--theme-text-color-05); } .copy pre { white-space: pre-wrap; background-color: var(--theme-text-color-05); } .copy pre code { display: block; padding: 16px 18px; background-color: transparent; } .copy p code { position: relative; top: -2px; } .copy dt { opacity: .6; } .copy dd + dt { margin-top: .5em; } @media (min-width: 80rem) { .copy--wide figure.image { max-width: none; display: flex; flex-direction: row; align-items: flex-start; } .copy--wide figure.image img { width: 36rem; } .copy--wide figure.image figcaption { width: 19rem; margin: 0; padding-left: 2rem; position: sticky; top: 2rem; } } .video { position: relative; width: 100%; } .video::before { content: ""; display: block; padding-top: calc(100% * 720 / 1280); } .video iframe { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; } .al { text-align: left; } .ar { text-align: right; } .ac { text-align: center; } .uc { text-transform: uppercase; } .lc { text-transform: lowercase; } .cc { text-transform: capitalize; } .nc { text-transform: none; } .h1 { font-size: var(--h1); } .h2 { font-size: var(--h2); } .h3 { font-size: var(--h3); } .h4 { font-size: var(--h4); } .h5 { font-size: var(--h5); } .h6 { font-size: var(--h6); } .d1 { font-size: var(--d1); } .d2 { font-size: var(--d2); } .d3 { font-size: var(--d3); } .d4 { font-size: var(--d4); } .d5 { font-size: var(--d5); } .f0 { font-size: var(--f0); } .f1 { font-size: var(--f1); } .f2 { font-size: var(--f2); } .f3 { font-size: var(--f3); } .f4 { font-size: var(--f4); } .lh0 { line-height: var(--lh0); } .lh1 { line-height: var(--lh1); } .lh2 { line-height: var(--lh2); } .lh3 { line-height: var(--lh3); } .lh4 { line-height: var(--lh4); } .lh5 { line-height: var(--lh5); } .bold { font-weight: var(--bold-fw); } .fw100 { font-weight: 100; } .fw200 { font-weight: 200; } .fw300 { font-weight: 300; } .fw400 { font-weight: 400; } .fw500 { font-weight: 500; } .fw600 { font-weight: 600; } .fw700 { font-weight: 700; } .fw800 { font-weight: 800; } .fw900 { font-weight: 900; } .fw1000 { font-weight: 1000; } .italic { font-style: italic; } .ul, .ul\:hover:hover, .anchor:hover .ul\:hover { text-decoration: underline; } .ol { text-decoration: overline; } .lt { text-decoration: line-through; } .va-inherit { vertical-align: inherit; } .va-baseline { vertical-align: baseline; } .va-sub { vertical-align: sub; } .va-super { vertical-align: super; } .va-middle { vertical-align: middle; } .va-top { vertical-align: top; } .va-bottom { vertical-align: bottom; } .nowrap { white-space: nowrap; } .pre { white-space: pre; } .pre-wrap { white-space: pre-wrap; } .pre-line { white-space: pre-line; } .break-spaces { white-space: break-spaces; } .break-word { overflow-wrap: break-word; } .serif { font-family: var(--serif-font-family); } .sansserif { font-family: var(--sansserif-font-family); } .code { font-family: var(--code-font-family); } @media (max-width: 24rem) { .xs\:al { text-align: left; } .xs\:ar { text-align: right; } .xs\:ac { text-align: center; } } @media (min-width: 40rem) { .sd\:al { text-align: left; } .sd\:ar { text-align: right; } .sd\:ac { text-align: center; } .sd\:h1 { font-size: var(--h1); } .sd\:h2 { font-size: var(--h2); } .sd\:h3 { font-size: var(--h3); } .sd\:h4 { font-size: var(--h4); } .sd\:h5 { font-size: var(--h5); } .sd\:h6 { font-size: var(--h6); } .sd\:d1 { font-size: var(--d1); } .sd\:d2 { font-size: var(--d2); } .sd\:d3 { font-size: var(--d3); } .sd\:d4 { font-size: var(--d4); } .sd\:d5 { font-size: var(--d5); } .sd\:f0 { font-size: var(--f0); } .sd\:f1 { font-size: var(--f1); } .sd\:f2 { font-size: var(--f2); } .sd\:f3 { font-size: var(--f3); } .sd\:f4 { font-size: var(--f4); } .sd\:lh0 { line-height: var(--lh0); } .sd\:lh1 { line-height: var(--lh1); } .sd\:lh2 { line-height: var(--lh2); } .sd\:lh3 { line-height: var(--lh3); } .sd\:lh4 { line-height: var(--lh4); } .sd\:lh5 { line-height: var(--lh5); } } @media (min-width: 61rem) { .md\:al { text-align: left; } .md\:ar { text-align: right; } .md\:ac { text-align: center; } .md\:h1 { font-size: var(--h1); } .md\:h2 { font-size: var(--h2); } .md\:h3 { font-size: var(--h3); } .md\:h4 { font-size: var(--h4); } .md\:h5 { font-size: var(--h5); } .md\:h6 { font-size: var(--h6); } .md\:d1 { font-size: var(--d1); } .md\:d2 { font-size: var(--d2); } .md\:d3 { font-size: var(--d3); } .md\:d4 { font-size: var(--d4); } .md\:d5 { font-size: var(--d5); } .md\:f0 { font-size: var(--f0); } .md\:f1 { font-size: var(--f1); } .md\:f2 { font-size: var(--f2); } .md\:f3 { font-size: var(--f3); } .md\:f4 { font-size: var(--f4); } .md\:lh0 { line-height: var(--lh0); } .md\:lh1 { line-height: var(--lh1); } .md\:lh2 { line-height: var(--lh2); } .md\:lh3 { line-height: var(--lh3); } .md\:lh4 { line-height: var(--lh4); } .md\:lh5 { line-height: var(--lh5); } } @media (min-width: 80rem) { .ld\:al { text-align: left; } .ld\:ar { text-align: right; } .ld\:ac { text-align: center; } .ld\:h1 { font-size: var(--h1); } .ld\:h2 { font-size: var(--h2); } .ld\:h3 { font-size: var(--h3); } .ld\:h4 { font-size: var(--h4); } .ld\:h5 { font-size: var(--h5); } .ld\:h6 { font-size: var(--h6); } .ld\:d1 { font-size: var(--d1); } .ld\:d2 { font-size: var(--d2); } .ld\:d3 { font-size: var(--d3); } .ld\:d4 { font-size: var(--d4); } .ld\:d5 { font-size: var(--d5); } .ld\:f0 { font-size: var(--f0); } .ld\:f1 { font-size: var(--f1); } .ld\:f2 { font-size: var(--f2); } .ld\:f3 { font-size: var(--f3); } .ld\:f4 { font-size: var(--f4); } .ld\:lh0 { line-height: var(--lh0); } .ld\:lh1 { line-height: var(--lh1); } .ld\:lh2 { line-height: var(--lh2); } .ld\:lh3 { line-height: var(--lh3); } .ld\:lh4 { line-height: var(--lh4); } .ld\:lh5 { line-height: var(--lh5); } } .block { display: block; } .inline { display: inline; } .inlineblock { display: inline-block; } .visible { visibility: visible; } .hidden { visibility: hidden; } .o100 { opacity: 1; } .o95 { opacity: .95; } .o90 { opacity: .9; } .o80 { opacity: .8; } .o70 { opacity: .7; } .o60 { opacity: .6; } .o50 { opacity: .5; } .o40 { opacity: .4; } .o30 { opacity: .3; } .o20 { opacity: .2; } .o10 { opacity: .1; } .o05 { opacity: .05; } .o0 { opacity: 0; } .absolute { position: absolute; } .relative { position: relative; } .fixed { position: fixed; } .sticky { position: sticky; } .left { left: 0; } .right { right: 0; } .top { top: 0; } .bottom { bottom: 0; } .z0 { z-index: 0; } .z1 { z-index: 1; } .z2 { z-index: 2; } .z3 { z-index: 3; } .z9 { z-index: 9; } .z99 { z-index: 99; } .z999 { z-index: 999; } .z9999 { z-index: 9999; } .object-contain { object-fit: contain; } .object-cover { object-fit: cover; } .object-fill { object-fit: fill; } .object-scaledown { object-fit: scale-down; } .show { display: block; } .hide { display: none; } .min8 { min-width: 8rem; } .min10 { min-width: 10rem; } .min12 { min-width: 12rem; } .min14 { min-width: 14rem; } .min16 { min-width: 16rem; } .min18 { min-width: 18rem; } .min20 { min-width: 20rem; } .min24 { min-width: 24rem; } .max { max-width: none; } .max4 { max-width: 4rem; } .max6 { max-width: 6rem; } .max8 { max-width: 8rem; } .max10 { max-width: 10rem; } .max12 { max-width: 12rem; } .max15 { max-width: 15rem; } .max16 { max-width: 16rem; } .max20 { max-width: 20rem; } .max22 { max-width: 22rem; } .max24 { max-width: 24rem; } .max26 { max-width: 26rem; } .max28 { max-width: 28rem; } .max30 { max-width: 30rem; } .max32 { max-width: 32rem; } .max34 { max-width: 34rem; } .max35 { max-width: 35rem; } .max36 { max-width: 36rem; } .max38 { max-width: 38rem; } .max40 { max-width: 40rem; } .max42 { max-width: 42rem; } .max44 { max-width: 44rem; } .max45 { max-width: 45rem; } .max47 { max-width: 47rem; } .max48 { max-width: 48rem; } .max49 { max-width: 49rem; } .max50 { max-width: 50rem; } .max51 { max-width: 51rem; } .max52 { max-width: 52rem; } .max54 { max-width: 54rem; } .max55 { max-width: 55rem; } .max56 { max-width: 56rem; } .max60 { max-width: 60rem; } .max64 { max-width: 64rem; } .max65 { max-width: 65rem; } .max66 { max-width: 66rem; } .max68 { max-width: 68rem; } .max70 { max-width: 70rem; } .max72 { max-width: 72rem; } .max74 { max-width: 74rem; } .max75 { max-width: 75rem; } .max77 { max-width: 77rem; } .max78 { max-width: 78rem; } .max80 { max-width: 80rem; } .max90 { max-width: 90rem; } .w100 { width: 100%; } .w50 { width: 50%; } .w0 { width: 0%; } .wa { width: auto; } .h100 { height: 100%; } .h50 { height: 50%; } .h0 { height: 0%; } .ha { height: auto; } .minvw { min-width: 100vw; } .minvh { min-height: 100vh; } .maxw { max-width: 100%; } .maxh { max-height: 100%; } .row, .row-wrap { display: flex; flex-direction: row; } .col, .col-wrap { display: flex; flex-direction: column; } .row-reverse, .row-reverse-wrap { display: flex; flex-direction: row-reverse; } .col-reverse, .col-reverse-wrap { display: flex; flex-direction: column-reverse; } .row-wrap, .col-wrap, .row-reverse-wrap, .col-reverse-wrap, .flex-wrap { flex-wrap: wrap; } .grid { display: grid; } .grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .self-start { align-self: flex-start; } .self-end { align-self: flex-end; } .self-center { align-self: center; } .self-baseline { align-self: baseline; } .self-stretch { align-self: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .span0 { flex: 0; } .span1 { flex: 1; } .span2 { flex: 2; } .span3 { flex: 3; } .span4 { flex: 4; } .span5 { flex: 5; } .span6 { flex: 6; } .span7 { flex: 7; } .span8 { flex: 8; } .span9 { flex: 9; } .span-auto { flex-basis: auto; } .order0 { order: 0; } .order1 { order: 1; } .order2 { order: 2; } .order3 { order: 3; } .order4 { order: 4; } .order5 { order: 5; } .order6 { order: 6; } .order7 { order: 7; } .order8 { order: 8; } .order9 { order: 9; } @media (max-width: 24rem) { .xs\:show { display: block; } .xs\:hide { display: none; } } @media (min-width: 40rem) { .sd\:show { display: block; } .sd\:hide { display: none; } .sd\:max { max-width: none; } .sd\:row, .sd\:row-wrap { display: flex; flex-direction: row; } .sd\:col, .sd\:col-wrap { display: flex; flex-direction: column; } .sd\:row-reverse, .sd\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .sd\:col-reverse, .sd\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .sd\:row-wrap, .sd\:col-wrap, .sd\:row-reverse-wrap, .sd\:col-reverse-wrap, .sd\:flex-wrap { flex-wrap: wrap; } .sd\:grid { display: grid; } .sd\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .sd\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .sd\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .sd\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .sd\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .sd\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .sd\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .sd\:order0 { order: 0; } .sd\:order1 { order: 1; } .sd\:order9 { order: 9; } } @media (min-width: 61rem) { .md\:show { display: block; } .md\:hide { display: none; } .md\:max { max-width: none; } .md\:row, .md\:row-wrap { display: flex; flex-direction: row; } .md\:col, .md\:col-wrap { display: flex; flex-direction: column; } .md\:row-reverse, .md\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .md\:col-reverse, .md\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .md\:row-wrap, .md\:col-wrap, .md\:row-reverse-wrap, .md\:col-reverse-wrap, .md\:flex-wrap { flex-wrap: wrap; } .md\:grid { display: grid; } .md\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .md\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .md\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .md\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .md\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .md\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .md\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .md\:order0 { order: 0; } .md\:order1 { order: 1; } .md\:order9 { order: 9; } } @media (min-width: 80rem) { .ld\:show { display: block; } .ld\:hide { display: none; } .ld\:max { max-width: none; } .ld\:row, .ld\:row-wrap { display: flex; flex-direction: row; } .ld\:col, .ld\:col-wrap { display: flex; flex-direction: column; } .ld\:row-reverse, .ld\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .ld\:col-reverse, .ld\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .ld\:row-wrap, .ld\:col-wrap, .ld\:row-reverse-wrap, .ld\:col-reverse-wrap, .ld\:flex-wrap { flex-wrap: wrap; } .ld\:grid { display: grid; } .ld\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .ld\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .ld\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .ld\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .ld\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .ld\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .ld\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .ld\:order0 { order: 0; } .ld\:order1 { order: 1; } .ld\:order9 { order: 9; } } @media (min-width: 100rem) { .xl\:show { display: block; } .xl\:hide { display: none; } .xl\:max { max-width: none; } .xl\:row, .xl\:row-wrap { display: flex; flex-direction: row; } .xl\:col, .xl\:col-wrap { display: flex; flex-direction: column; } .xl\:row-reverse, .xl\:row-reverse-wrap { display: flex; flex-direction: row-reverse; } .xl\:col-reverse, .xl\:col-reverse-wrap { display: flex; flex-direction: column-reverse; } .xl\:row-wrap, .xl\:col-wrap, .xl\:row-reverse-wrap, .xl\:col-reverse-wrap, .xl\:flex-wrap { flex-wrap: wrap; } .xl\:grid { display: grid; } .xl\:grid2 { display: grid; grid-template-columns: repeat(2, 1fr); } .xl\:grid3 { display: grid; grid-template-columns: repeat(3, 1fr); } .xl\:grid4 { display: grid; grid-template-columns: repeat(4, 1fr); } .xl\:grid5 { display: grid; grid-template-columns: repeat(5, 1fr); } .xl\:grid6 { display: grid; grid-template-columns: repeat(6, 1fr); } .xl\:grid7 { display: grid; grid-template-columns: repeat(7, 1fr); } .xl\:grid8 { display: grid; grid-template-columns: repeat(8, 1fr); } .xl\:order0 { order: 0; } .xl\:order1 { order: 1; } .xl\:order9 { order: 9; } } .m0 { margin: 0; } .m025 { margin: .25rem; } .m05 { margin: .5rem; } .m1 { margin: 1rem; } .m2 { margin: 2rem; } .m3 { margin: 3rem; } .m4 { margin: 4rem; } .ma { margin: auto; } .mx0 { margin-left: 0; margin-right: 0; } .mx1 { margin-left: 1rem; margin-right: 1rem; } .mx2 { margin-left: 2rem; margin-right: 2rem; } .mx { margin-left: auto; margin-right: auto; } .my0 { margin-top: 0; margin-bottom: 0; } .my1 { margin-top: 1rem; margin-bottom: 1rem; } .my2 { margin-top: 2rem; margin-bottom: 2rem; } .my { margin-top: auto; margin-bottom: auto; } .mt025 { margin-top: .25rem; } .mt05 { margin-top: .5rem; } .mt1 { margin-top: 1rem; } .mt2 { margin-top: 2rem; } .mt { margin-top: auto; } .mb025 { margin-bottom: .25rem; } .mb05 { margin-bottom: .5rem; } .mb1 { margin-bottom: 1rem; } .mb2 { margin-bottom: 2rem; } .mb { margin-bottom: auto; } .ml025 { margin-left: .25rem; } .ml05 { margin-left: .5rem; } .ml1 { margin-left: 1rem; } .ml2 { margin-left: 2rem; } .ml { margin-left: auto; } .mr025 { margin-right: .25rem; } .mr05 { margin-right: .5rem; } .mr1 { margin-right: 1rem; } .mr2 { margin-right: 2rem; } .mr { margin-right: auto; } .p0 { padding: 0; } .p0125 { padding: .125rem; } .p025 { padding: .25rem; } .p05 { padding: .5rem; } .p075 { padding: .75rem; } .p1 { padding: 1rem; } .p125 { padding: 1.25rem; } .p15 { padding: 1.5rem; } .p175 { padding: 1.75rem; } .p2 { padding: 2rem; } .p25 { padding: 2.5rem; } .p3 { padding: 3rem; } .p4 { padding: 4rem; } .p0125b { padding: calc(.125rem - var(--border-width)); } .p025b { padding: calc(.25rem - var(--border-width)); } .p05b { padding: calc(.5rem - var(--border-width)); } .p075b { padding: calc(.75rem - var(--border-width)); } .p1b { padding: calc(1rem - var(--border-width)); } .p125b { padding: calc(1.25rem - var(--border-width)); } .p15b { padding: calc(1.5rem - var(--border-width)); } .p175b { padding: calc(1.75rem - var(--border-width)); } .p2b { padding: calc(2rem - var(--border-width)); } .px0 { padding-left: 0; padding-right: 0; } .px0125 { padding-left: .125rem; padding-right: .125rem; } .px025 { padding-left: .25rem; padding-right: .25rem; } .px05 { padding-left: .5rem; padding-right: .5rem; } .px075 { padding-left: .75rem; padding-right: .75rem; } .px1 { padding-left: 1rem; padding-right: 1rem; } .px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .px2 { padding-left: 2rem; padding-right: 2rem; } .px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .px3 { padding-left: 3rem; padding-right: 3rem; } .px4 { padding-left: 4rem; padding-right: 4rem; } .px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .py0 { padding-top: 0; padding-bottom: 0; } .py0125 { padding-top: .125rem; padding-bottom: .125rem; } .py025 { padding-top: .25rem; padding-bottom: .25rem; } .py05 { padding-top: .5rem; padding-bottom: .5rem; } .py075 { padding-top: .75rem; padding-bottom: .75rem; } .py1 { padding-top: 1rem; padding-bottom: 1rem; } .py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .py2 { padding-top: 2rem; padding-bottom: 2rem; } .py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .py3 { padding-top: 3rem; padding-bottom: 3rem; } .py4 { padding-top: 4rem; padding-bottom: 4rem; } .py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } .pt0 { padding-top: 0; } .pt0125 { padding-top: .125rem; } .pt025 { padding-top: .25rem; } .pt05 { padding-top: .5rem; } .pt075 { padding-top: .75rem; } .pt1 { padding-top: 1rem; } .pt125 { padding-top: 1.25rem; } .pt15 { padding-top: 1.5rem; } .pt175 { padding-top: 1.75rem; } .pt2 { padding-top: 2rem; } .pt3 { padding-top: 3rem; } .pt4 { padding-top: 4rem; } .pb0 { padding-bottom: 0; } .pb0125 { padding-bottom: .125rem; } .pb025 { padding-bottom: .25rem; } .pb05 { padding-bottom: .5rem; } .pb075 { padding-bottom: .75rem; } .pb1 { padding-bottom: 1rem; } .pb125 { padding-bottom: 1.25rem; } .pb15 { padding-bottom: 1.5rem; } .pb175 { padding-bottom: 1.75rem; } .pb2 { padding-bottom: 2rem; } .pb3 { padding-bottom: 3rem; } .pb4 { padding-bottom: 4rem; } .pl0 { padding-left: 0; } .pl0125 { padding-left: .125rem; } .pl025 { padding-left: .25rem; } .pl05 { padding-left: .5rem; } .pl075 { padding-left: .75rem; } .pl1 { padding-left: 1rem; } .pl125 { padding-left: 1.25rem; } .pl15 { padding-left: 1.5rem; } .pl175 { padding-left: 1.75rem; } .pl2 { padding-left: 2rem; } .pl3 { padding-left: 3rem; } .pl4 { padding-left: 4rem; } .pr0 { padding-right: 0; } .pr0125 { padding-right: .125rem; } .pr025 { padding-right: .25rem; } .pr05 { padding-right: .5rem; } .pr075 { padding-right: .75rem; } .pr1 { padding-right: 1rem; } .pr125 { padding-right: 1.25rem; } .pr15 { padding-right: 1.5rem; } .pr175 { padding-right: 1.75rem; } .pr2 { padding-right: 2rem; } .pr3 { padding-right: 3rem; } .pr4 { padding-right: 4rem; } @media (min-width: 40rem) { .sd\:p0 { padding: 0; } .sd\:p0125 { padding: .125rem; } .sd\:p025 { padding: .25rem; } .sd\:p05 { padding: .5rem; } .sd\:p075 { padding: .75rem; } .sd\:p1 { padding: 1rem; } .sd\:p125 { padding: 1.25rem; } .sd\:p15 { padding: 1.5rem; } .sd\:p175 { padding: 1.75rem; } .sd\:p2 { padding: 2rem; } .sd\:p25 { padding: 2.5rem; } .sd\:p3 { padding: 3rem; } .sd\:p4 { padding: 4rem; } .sd\:p0125b { padding: calc(.125rem - var(--border-width)); } .sd\:p025b { padding: calc(.25rem - var(--border-width)); } .sd\:p05b { padding: calc(.5rem - var(--border-width)); } .sd\:p075b { padding: calc(.75rem - var(--border-width)); } .sd\:p1b { padding: calc(1rem - var(--border-width)); } .sd\:p125b { padding: calc(1.25rem - var(--border-width)); } .sd\:p15b { padding: calc(1.5rem - var(--border-width)); } .sd\:p175b { padding: calc(1.75rem - var(--border-width)); } .sd\:p2b { padding: calc(2rem - var(--border-width)); } .sd\:px0 { padding-left: 0; padding-right: 0; } .sd\:px0125 { padding-left: .125rem; padding-right: .125rem; } .sd\:px025 { padding-left: .25rem; padding-right: .25rem; } .sd\:px05 { padding-left: .5rem; padding-right: .5rem; } .sd\:px075 { padding-left: .75rem; padding-right: .75rem; } .sd\:px1 { padding-left: 1rem; padding-right: 1rem; } .sd\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .sd\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .sd\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .sd\:px2 { padding-left: 2rem; padding-right: 2rem; } .sd\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .sd\:px3 { padding-left: 3rem; padding-right: 3rem; } .sd\:px4 { padding-left: 4rem; padding-right: 4rem; } .sd\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .sd\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .sd\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .sd\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .sd\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .sd\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .sd\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .sd\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .sd\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .sd\:py0 { padding-top: 0; padding-bottom: 0; } .sd\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .sd\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .sd\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .sd\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .sd\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .sd\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .sd\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .sd\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .sd\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .sd\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .sd\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .sd\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .sd\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .sd\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .sd\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .sd\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .sd\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .sd\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .sd\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .sd\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .sd\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 61rem) { .md\:p0 { padding: 0; } .md\:p0125 { padding: .125rem; } .md\:p025 { padding: .25rem; } .md\:p05 { padding: .5rem; } .md\:p075 { padding: .75rem; } .md\:p1 { padding: 1rem; } .md\:p125 { padding: 1.25rem; } .md\:p15 { padding: 1.5rem; } .md\:p175 { padding: 1.75rem; } .md\:p2 { padding: 2rem; } .md\:p25 { padding: 2.5rem; } .md\:p3 { padding: 3rem; } .md\:p4 { padding: 4rem; } .md\:p0125b { padding: calc(.125rem - var(--border-width)); } .md\:p025b { padding: calc(.25rem - var(--border-width)); } .md\:p05b { padding: calc(.5rem - var(--border-width)); } .md\:p075b { padding: calc(.75rem - var(--border-width)); } .md\:p1b { padding: calc(1rem - var(--border-width)); } .md\:p125b { padding: calc(1.25rem - var(--border-width)); } .md\:p15b { padding: calc(1.5rem - var(--border-width)); } .md\:p175b { padding: calc(1.75rem - var(--border-width)); } .md\:p2b { padding: calc(2rem - var(--border-width)); } .md\:px0 { padding-left: 0; padding-right: 0; } .md\:px0125 { padding-left: .125rem; padding-right: .125rem; } .md\:px025 { padding-left: .25rem; padding-right: .25rem; } .md\:px05 { padding-left: .5rem; padding-right: .5rem; } .md\:px075 { padding-left: .75rem; padding-right: .75rem; } .md\:px1 { padding-left: 1rem; padding-right: 1rem; } .md\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .md\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .md\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .md\:px2 { padding-left: 2rem; padding-right: 2rem; } .md\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .md\:px3 { padding-left: 3rem; padding-right: 3rem; } .md\:px4 { padding-left: 4rem; padding-right: 4rem; } .md\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .md\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .md\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .md\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .md\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .md\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .md\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .md\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .md\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .md\:py0 { padding-top: 0; padding-bottom: 0; } .md\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .md\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .md\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .md\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .md\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .md\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .md\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .md\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .md\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .md\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .md\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .md\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .md\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .md\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .md\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .md\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .md\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .md\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .md\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .md\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .md\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 80rem) { .ld\:p0 { padding: 0; } .ld\:p0125 { padding: .125rem; } .ld\:p025 { padding: .25rem; } .ld\:p05 { padding: .5rem; } .ld\:p075 { padding: .75rem; } .ld\:p1 { padding: 1rem; } .ld\:p125 { padding: 1.25rem; } .ld\:p15 { padding: 1.5rem; } .ld\:p175 { padding: 1.75rem; } .ld\:p2 { padding: 2rem; } .ld\:p25 { padding: 2.5rem; } .ld\:p3 { padding: 3rem; } .ld\:p4 { padding: 4rem; } .ld\:p0125b { padding: calc(.125rem - var(--border-width)); } .ld\:p025b { padding: calc(.25rem - var(--border-width)); } .ld\:p05b { padding: calc(.5rem - var(--border-width)); } .ld\:p075b { padding: calc(.75rem - var(--border-width)); } .ld\:p1b { padding: calc(1rem - var(--border-width)); } .ld\:p125b { padding: calc(1.25rem - var(--border-width)); } .ld\:p15b { padding: calc(1.5rem - var(--border-width)); } .ld\:p175b { padding: calc(1.75rem - var(--border-width)); } .ld\:p2b { padding: calc(2rem - var(--border-width)); } .ld\:px0 { padding-left: 0; padding-right: 0; } .ld\:px0125 { padding-left: .125rem; padding-right: .125rem; } .ld\:px025 { padding-left: .25rem; padding-right: .25rem; } .ld\:px05 { padding-left: .5rem; padding-right: .5rem; } .ld\:px075 { padding-left: .75rem; padding-right: .75rem; } .ld\:px1 { padding-left: 1rem; padding-right: 1rem; } .ld\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .ld\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .ld\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .ld\:px2 { padding-left: 2rem; padding-right: 2rem; } .ld\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .ld\:px3 { padding-left: 3rem; padding-right: 3rem; } .ld\:px4 { padding-left: 4rem; padding-right: 4rem; } .ld\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .ld\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .ld\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .ld\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .ld\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .ld\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .ld\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .ld\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .ld\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .ld\:py0 { padding-top: 0; padding-bottom: 0; } .ld\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .ld\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .ld\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .ld\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .ld\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .ld\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .ld\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .ld\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .ld\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .ld\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .ld\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .ld\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .ld\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .ld\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .ld\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .ld\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .ld\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .ld\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .ld\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .ld\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .ld\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } @media (min-width: 100rem) { .xl\:p0 { padding: 0; } .xl\:p0125 { padding: .125rem; } .xl\:p025 { padding: .25rem; } .xl\:p05 { padding: .5rem; } .xl\:p075 { padding: .75rem; } .xl\:p1 { padding: 1rem; } .xl\:p125 { padding: 1.25rem; } .xl\:p15 { padding: 1.5rem; } .xl\:p175 { padding: 1.75rem; } .xl\:p2 { padding: 2rem; } .xl\:p25 { padding: 2.5rem; } .xl\:p3 { padding: 3rem; } .xl\:p4 { padding: 4rem; } .xl\:p0125b { padding: calc(.125rem - var(--border-width)); } .xl\:p025b { padding: calc(.25rem - var(--border-width)); } .xl\:p05b { padding: calc(.5rem - var(--border-width)); } .xl\:p075b { padding: calc(.75rem - var(--border-width)); } .xl\:p1b { padding: calc(1rem - var(--border-width)); } .xl\:p125b { padding: calc(1.25rem - var(--border-width)); } .xl\:p15b { padding: calc(1.5rem - var(--border-width)); } .xl\:p175b { padding: calc(1.75rem - var(--border-width)); } .xl\:p2b { padding: calc(2rem - var(--border-width)); } .xl\:px0 { padding-left: 0; padding-right: 0; } .xl\:px0125 { padding-left: .125rem; padding-right: .125rem; } .xl\:px025 { padding-left: .25rem; padding-right: .25rem; } .xl\:px05 { padding-left: .5rem; padding-right: .5rem; } .xl\:px075 { padding-left: .75rem; padding-right: .75rem; } .xl\:px1 { padding-left: 1rem; padding-right: 1rem; } .xl\:px125 { padding-left: 1.25rem; padding-right: 1.25rem; } .xl\:px15 { padding-left: 1.5rem; padding-right: 1.5rem; } .xl\:px175 { padding-left: 1.75rem; padding-right: 1.75rem; } .xl\:px2 { padding-left: 2rem; padding-right: 2rem; } .xl\:px25 { padding-left: 2.5rem; padding-right: 2.5rem; } .xl\:px3 { padding-left: 3rem; padding-right: 3rem; } .xl\:px4 { padding-left: 4rem; padding-right: 4rem; } .xl\:px0125b { padding-left: calc(.125rem - var(--border-width)); padding-right: calc(.125rem - var(--border-width)); } .xl\:px025b { padding-left: calc(.25rem - var(--border-width)); padding-right: calc(.25rem - var(--border-width)); } .xl\:px05b { padding-left: calc(.5rem - var(--border-width)); padding-right: calc(.5rem - var(--border-width)); } .xl\:px075b { padding-left: calc(.75rem - var(--border-width)); padding-right: calc(.75rem - var(--border-width)); } .xl\:px1b { padding-left: calc(1rem - var(--border-width)); padding-right: calc(1rem - var(--border-width)); } .xl\:px125b { padding-left: calc(1.25rem - var(--border-width)); padding-right: calc(1.25rem - var(--border-width)); } .xl\:px15b { padding-left: calc(1.5rem - var(--border-width)); padding-right: calc(1.5rem - var(--border-width)); } .xl\:px175b { padding-left: calc(1.75rem - var(--border-width)); padding-right: calc(1.75rem - var(--border-width)); } .xl\:px2b { padding-left: calc(2rem - var(--border-width)); padding-right: calc(2rem - var(--border-width)); } .xl\:py0 { padding-top: 0; padding-bottom: 0; } .xl\:py0125 { padding-top: .125rem; padding-bottom: .125rem; } .xl\:py025 { padding-top: .25rem; padding-bottom: .25rem; } .xl\:py05 { padding-top: .5rem; padding-bottom: .5rem; } .xl\:py075 { padding-top: .75rem; padding-bottom: .75rem; } .xl\:py1 { padding-top: 1rem; padding-bottom: 1rem; } .xl\:py125 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .xl\:py15 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .xl\:py175 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .xl\:py2 { padding-top: 2rem; padding-bottom: 2rem; } .xl\:py25 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .xl\:py3 { padding-top: 3rem; padding-bottom: 3rem; } .xl\:py4 { padding-top: 4rem; padding-bottom: 4rem; } .xl\:py0125b { padding-top: calc(.125rem - var(--border-width)); padding-bottom: calc(.125rem - var(--border-width)); } .xl\:py025b { padding-top: calc(.25rem - var(--border-width)); padding-bottom: calc(.25rem - var(--border-width)); } .xl\:py05b { padding-top: calc(.5rem - var(--border-width)); padding-bottom: calc(.5rem - var(--border-width)); } .xl\:py075b { padding-top: calc(.75rem - var(--border-width)); padding-bottom: calc(.75rem - var(--border-width)); } .xl\:py1b { padding-top: calc(1rem - var(--border-width)); padding-bottom: calc(1rem - var(--border-width)); } .xl\:py125b { padding-top: calc(1.25rem - var(--border-width)); padding-bottom: calc(1.25rem - var(--border-width)); } .xl\:py15b { padding-top: calc(1.5rem - var(--border-width)); padding-bottom: calc(1.5rem - var(--border-width)); } .xl\:py175b { padding-top: calc(1.75rem - var(--border-width)); padding-bottom: calc(1.75rem - var(--border-width)); } .xl\:py2b { padding-top: calc(2rem - var(--border-width)); padding-bottom: calc(2rem - var(--border-width)); } } .ba { border: var(--border-width) solid var(--border-color); } .bl { border-left: var(--border-width) solid var(--border-color); } .br { border-right: var(--border-width) solid var(--border-color); } .bt { border-top: var(--border-width) solid var(--border-color); } .bb { border-bottom: var(--border-width) solid var(--border-color); } .bc-black { --border-color: var(--black); } .bc-black-95 { --border-color: var(--black-95); } .bc-black-90 { --border-color: var(--black-90); } .bc-black-80 { --border-color: var(--black-80); } .bc-black-70 { --border-color: var(--black-70); } .bc-black-60 { --border-color: var(--black-60); } .bc-black-50 { --border-color: var(--black-50); } .bc-black-40 { --border-color: var(--black-40); } .bc-black-30 { --border-color: var(--black-30); } .bc-black-20 { --border-color: var(--black-20); } .bc-black-10 { --border-color: var(--black-10); } .bc-black-05 { --border-color: var(--black-05); } .bc-black-025 { --border-color: var(--black-025); } .bc-black-0125 { --border-color: var(--black-0125); } .bc-white { --border-color: var(--white); } .bc-white-95 { --border-color: var(--white-95); } .bc-white-90 { --border-color: var(--white-90); } .bc-white-80 { --border-color: var(--white-80); } .bc-white-70 { --border-color: var(--white-70); } .bc-white-60 { --border-color: var(--white-60); } .bc-white-50 { --border-color: var(--white-50); } .bc-white-40 { --border-color: var(--white-40); } .bc-white-30 { --border-color: var(--white-30); } .bc-white-20 { --border-color: var(--white-20); } .bc-white-10 { --border-color: var(--white-10); } .bc-white-05 { --border-color: var(--white-05); } .bc-white-025 { --border-color: var(--white-025); } .bc-white-0125 { --border-color: var(--white-0125); } .bc-aqua { --border-color: var(--aqua); } .bc-blue { --border-color: var(--blue); } .bc-navy { --border-color: var(--navy); } .bc-teal { --border-color: var(--teal); } .bc-green { --border-color: var(--green); } .bc-olive { --border-color: var(--olive); } .bc-lime { --border-color: var(--lime); } .bc-yellow { --border-color: var(--yellow); } .bc-orange { --border-color: var(--orange); } .bc-red { --border-color: var(--red); } .bc-fuchsia { --border-color: var(--fuchsia); } .bc-purple { --border-color: var(--purple); } .bc-maroon { --border-color: var(--maroon); } .br1 { border-radius: var(--br1); } .br2 { border-radius: var(--br2); } .br3 { border-radius: var(--br3); } .br4 { border-radius: var(--br4); } .br5 { border-radius: var(--br5); } .br100 { border-radius: 100%; } .br999 { border-radius: 999px; } .color-current, .color-current\:hover:hover, .anchor:hover .color-current\:hover { color: currentColor; } .color-inherit, .color-inherit\:hover:hover, .anchor:hover .color-inherit\:hover { color: inherit; } .color-transparent { color: transparent; } .black { color: var(--black); } .black-95 { color: var(--black-95); } .black-90 { color: var(--black-90); } .black-80 { color: var(--black-80); } .black-70 { color: var(--black-70); } .black-60 { color: var(--black-60); } .black-50 { color: var(--black-50); } .black-40 { color: var(--black-40); } .black-30 { color: var(--black-30); } .black-20 { color: var(--black-20); } .black-10 { color: var(--black-10); } .black-05 { color: var(--black-05); } .black-025 { color: var(--black-025); } .black-0125 { color: var(--black-0125); } .white { color: var(--white); } .white-95 { color: var(--white-95); } .white-90 { color: var(--white-90); } .white-80 { color: var(--white-80); } .white-70 { color: var(--white-70); } .white-60 { color: var(--white-60); } .white-50 { color: var(--white-50); } .white-40 { color: var(--white-40); } .white-30 { color: var(--white-30); } .white-20 { color: var(--white-20); } .white-10 { color: var(--white-10); } .white-05 { color: var(--white-05); } .white-025 { color: var(--white-025); } .white-0125 { color: var(--white-0125); } .aqua { color: var(--aqua); } .blue { color: var(--blue); } .navy { color: var(--navy); } .teal { color: var(--teal); } .green { color: var(--green); } .olive { color: var(--olive); } .lime { color: var(--lime); } .yellow { color: var(--yellow); } .orange { color: var(--orange); } .red { color: var(--red); } .fuchsia { color: var(--fuchsia); } .purple { color: var(--purple); } .maroon { color: var(--maroon); } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .bg-top { background-position: top; } .bg-bottom { background-position: bottom; } .bg-left { background-position: left; } .bg-right { background-position: right; } .bg-center { background-position: center; } .bg-topleft { background-position: top left; } .bg-topright { background-position: top right; } .bg-bottomleft { background-position: bottom left; } .bg-bottomright { background-position: bottom right; } .bg-repeatx { background-repeat: repeat-x; } .bg-repeaty { background-repeat: repeat-y; } .bg-norepeat { background-repeat: no-repeat; } .bg-current { background-color: currentColor; } .bg-transparent, .bg-transparent\:hover:hover, .anchor:hover .bg-transparent\:hover { background-color: transparent; } .bg-black { background-color: var(--black); } .bg-black-95 { background-color: var(--black-95); } .bg-black-90 { background-color: var(--black-90); } .bg-black-80 { background-color: var(--black-80); } .bg-black-70 { background-color: var(--black-70); } .bg-black-60 { background-color: var(--black-60); } .bg-black-50 { background-color: var(--black-50); } .bg-black-40 { background-color: var(--black-40); } .bg-black-30 { background-color: var(--black-30); } .bg-black-20 { background-color: var(--black-20); } .bg-black-10 { background-color: var(--black-10); } .bg-black-05 { background-color: var(--black-05); } .bg-black-025 { background-color: var(--black-025); } .bg-black-0125 { background-color: var(--black-0125); } .bg-white { background-color: var(--white); } .bg-white-95 { background-color: var(--white-95); } .bg-white-90 { background-color: var(--white-90); } .bg-white-80 { background-color: var(--white-80); } .bg-white-70 { background-color: var(--white-70); } .bg-white-60 { background-color: var(--white-60); } .bg-white-50 { background-color: var(--white-50); } .bg-white-40 { background-color: var(--white-40); } .bg-white-30 { background-color: var(--white-30); } .bg-white-20 { background-color: var(--white-20); } .bg-white-10 { background-color: var(--white-10); } .bg-white-05 { background-color: var(--white-05); } .bg-white-025 { background-color: var(--white-025); } .bg-white-0125 { background-color: var(--white-0125); } .bg-aqua { background-color: var(--aqua); } .bg-blue { background-color: var(--blue); } .bg-navy { background-color: var(--navy); } .bg-teal { background-color: var(--teal); } .bg-green { background-color: var(--green); } .bg-olive { background-color: var(--olive); } .bg-lime { background-color: var(--lime); } .bg-yellow { background-color: var(--yellow); } .bg-orange { background-color: var(--orange); } .bg-red { background-color: var(--red); } .bg-fuchsia { background-color: var(--fuchsia); } .bg-purple { background-color: var(--purple); } .bg-maroon { background-color: var(--maroon); } .cursor-default { cursor: default; } .cursor-notallowed { cursor: not-allowed; } .cursor-progress { cursor: progress; } .cursor-pointer { cursor: pointer; } .-d { outline: 1px dashed var(--purple); } .-d * { outline: 1px dashed var(--lime); } .-d *.-d { outline: 1px dashed var(--purple); } .-view { position: fixed; left: 0; top: 0; background-color: var(--yellow); color: #000; line-height: 1; font-size: 12px; padding: 4px; z-index: 9999; } .-view::before { content: "-"; } @media (max-width: 24rem) { .-view::before { content: "XS"; } } @media (min-width: 40rem) { .-view::before { content: "SD"; } } @media (min-width: 61rem) { .-view::before { content: "MD"; } } @media (min-width: 80rem) { .-view::before { content: "LD"; } } @media (min-width: 100rem) { .-view::before { content: "XL"; } } .linkcolor, .linkcolor\:hover:hover, .anchor:hover .linkcolor\:hover { color: var(--link-color); } .hlcolor { color: var(--theme-highlight-text-color); } .bg-hlbgcolor { background-color: var(--theme-highlight-background-color); } .bg-hlbgcolor-shadow { box-shadow: -1px 0 0 2px var(--theme-highlight-background-color), 1px 0 0 2px var(--theme-highlight-background-color); } :root { --font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { :root { --font-family: 'Inter var', sans-serif; } } :root { --theme-background-color: var(--white); --theme-text-color: var(--black); --theme-text-color-05: var(--black-05); --theme-link-color: inherit; --theme-highlight-text-color: inherit; --theme-highlight-background-color: var(--yellow); --default-background-color: var(--theme-background-color); --default-color: var(--theme-text-color); --link-color: var(--theme-link-color); --copy-space-primary: 1.5em; --copy-space-secondary: .5em; }
0.422028
0.078572
* { box-sizing: border-box; } body, html { margin: 0; background-color: #0b2434; padding: 20px; font-family: "Karla", sans-serif; } main { background-color: #e9e9e9; height: 500px; max-width: 800px; border-radius: 5px; padding: 20px; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } .title { font-size: 40px; margin: 0; } .instructions { font-family: "Inter", sans-serif; font-weight: 400; margin-top: 0; text-align: center; } .dice-container { display: grid; grid-template: auto auto / repeat(5, 1fr); grid-gap: 20px; margin-bottom: 30px; } .die-face { display: grid; grid-template-areas: "a . b" "c d e" "f . g"; height: 50px; width: 50px; padding: 8px; border-radius: 10px; box-shadow: inset 0 2px white, inset 0 -2px #bbbbbb, inset 2px 0 #d7d7d7, inset -2px 0 #d7d7d7; cursor: pointer; } .pip { display: block; align-self: center; justify-self: center; width: 10px; height: 10px; border-radius: 50%; background-color: #333; box-shadow: inset 0 3px #111, inset 0 -3px #555; } .pip:nth-child(2) { grid-area: g; } .pip:nth-child(3) { grid-area: b; } .pip:nth-child(4) { grid-area: f; } .pip:nth-child(5) { grid-area: c; } .pip:nth-child(6) { grid-area: e; } .pip:nth-child(odd):last-child { grid-area: d; } .roll-dice { height: 55px; width: 165px; border: none; border-radius: 6px; background-color: #5035ff; color: white; font-size: 1.2rem; font-family: "Karla", sans-serif; cursor: pointer; } .roll-dice:focus { outline: none; } .roll-dice:active { box-shadow: inset 5px 5px 10px -3px rgba(0, 0, 0, 0.7); } .timers-container { align-self: flex-start; margin: 0 0 0 30px; } .digits.minutes { margin: 0 0 0 4px; } .record-time { display: inline; } .laptime { margin: 0 0 0 8px; } @media screen and (max-width: 430px) { body, html { padding: 0px; height: 100%; } main { padding: 10px; height: 100vh; } .dice-container { grid-gap: 15px; } .timers-container { margin: 0; } }
src/index.css
* { box-sizing: border-box; } body, html { margin: 0; background-color: #0b2434; padding: 20px; font-family: "Karla", sans-serif; } main { background-color: #e9e9e9; height: 500px; max-width: 800px; border-radius: 5px; padding: 20px; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } .title { font-size: 40px; margin: 0; } .instructions { font-family: "Inter", sans-serif; font-weight: 400; margin-top: 0; text-align: center; } .dice-container { display: grid; grid-template: auto auto / repeat(5, 1fr); grid-gap: 20px; margin-bottom: 30px; } .die-face { display: grid; grid-template-areas: "a . b" "c d e" "f . g"; height: 50px; width: 50px; padding: 8px; border-radius: 10px; box-shadow: inset 0 2px white, inset 0 -2px #bbbbbb, inset 2px 0 #d7d7d7, inset -2px 0 #d7d7d7; cursor: pointer; } .pip { display: block; align-self: center; justify-self: center; width: 10px; height: 10px; border-radius: 50%; background-color: #333; box-shadow: inset 0 3px #111, inset 0 -3px #555; } .pip:nth-child(2) { grid-area: g; } .pip:nth-child(3) { grid-area: b; } .pip:nth-child(4) { grid-area: f; } .pip:nth-child(5) { grid-area: c; } .pip:nth-child(6) { grid-area: e; } .pip:nth-child(odd):last-child { grid-area: d; } .roll-dice { height: 55px; width: 165px; border: none; border-radius: 6px; background-color: #5035ff; color: white; font-size: 1.2rem; font-family: "Karla", sans-serif; cursor: pointer; } .roll-dice:focus { outline: none; } .roll-dice:active { box-shadow: inset 5px 5px 10px -3px rgba(0, 0, 0, 0.7); } .timers-container { align-self: flex-start; margin: 0 0 0 30px; } .digits.minutes { margin: 0 0 0 4px; } .record-time { display: inline; } .laptime { margin: 0 0 0 8px; } @media screen and (max-width: 430px) { body, html { padding: 0px; height: 100%; } main { padding: 10px; height: 100vh; } .dice-container { grid-gap: 15px; } .timers-container { margin: 0; } }
0.507812
0.13023
body { font-family: 'Karla', sans-serif; margin: 0; } /*noinspection CssRedundantUnit*/ .container { padding: 0px 30px; } #page { min-height: 100vh; display: flex; font-family: 'Montserrat', sans-serif; color: #686f7d; /*noinspection CssUnknownTarget*/ background: url(/images/background.png); background-size: cover !important; background-attachment: fixed !important; background-position: center !important; } .page-sidebar { width: 300px; background: #181b21d9; border: none !important; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); } .page-sidebar #logo img { max-width: 50%; margin: 0 auto; } /*noinspection CssRedundantUnit*/ .page-sidebar #logo { text-align: center; margin: 30px 0px; } /*noinspection CssRedundantUnit*/ .page-sidebar #sidebar-links { margin: 0px 10%; } /*noinspection CssRedundantUnit*/ .page-sidebar #sidebar-links ul { list-style: none; padding: 0px; margin: 0px; } .page-sidebar #sidebar-links ul > li > a { padding: 20px; border-top: 1px solid #1f212a; text-decoration: none !important; color: #c8cedc; display: flex; align-items: center; -webkit-transition: all .25s ease; transition: all .25s ease; font-family: 'Kanit', sans-serif; font-weight: 900; font-size: 18px; text-transform: uppercase; font-style: italic; letter-spacing: -.5px; } .page-sidebar #sidebar-links ul > li.active > a { color: white !important; background-image: linear-gradient(to right, #ff00, #1c1f2a, #ff00); } .page-sidebar #sidebar-links ul > li > a i { margin-right: 15px; font-size: 22px; color: #81c8ff; } .page-sidebar #sidebar-links ul > li > a:hover { color: white !important; } .page-content { flex: 1; height: 100%; width: 100%; } /*noinspection CssRedundantUnit*/ .page-content .page-top-bar { background: #00000026; height: 78px; border-bottom: 1px solid #ffffff0d; box-shadow: inset 0 -1px 0px black; } .page-content .page-top-bar .top-btn.login { background: #3e93d5; padding: 11px 25px; color: white !important; border-radius: 100px; text-decoration: none !important; font-weight: 900; font-size: 15px; } .page-content .page-top-bar { display: flex; align-items: center; } .page-content .page-top-bar .container { display: flex; width: 100%; } .page-content .page-top-bar .container .right { margin-left: auto; } .page-content .page-top-bar .search-btn { font-size: 28px; margin-right: 20px; color: #c8cedc; -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .right { display: flex; align-items: center; } .page-content .page-top-bar .search-btn:hover { color: white !important; } .page-content .page-top-bar .top-btn.login:hover { background: #3aa8fd !important; } .page-content .page-top-bar .top-btn { -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .left { display: flex; align-items: center; } .page-content .page-top-bar .container .left > a { font-size: 20px; margin-right: 20px; text-align: center; color: #9a9fab; background: #1e2026; width: 36px; height: 36px; line-height: 36px; border-radius: 6px; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .left > a:hover { color: white !important; } .page-content .page-top-bar .container .left > a i { line-height: 38px; } .page-content .page-top-bar .container .left > a:hover { color: white !important; } .content-wrap > div > div { display: flex; } .content-wrap > div > div > .panel { flex: 1; text-align: center; padding: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 10px !important; color: #81c8ff !important; font-weight: 800; } /*noinspection CssRedundantUnit*/ .content-wrap > div > div > .panel h2 { margin: 0px; font-weight: 900; color: white; font-size: 39px; text-shadow: 0px 0px 5px #ffffff87; } .content-wrap > div > div > .panel:not(:last-child) { margin-right: 40px; } .content-wrap { padding-top: 50px; padding-left: 15px; padding-right: 15px; } .content-wrap > div > div > .panel small { text-transform: uppercase; font-weight: 800; letter-spacing: 1px; color: #c8cedc; } .content-wrap > div > div > .panel h2 { font-family: 'Kanit', sans-serif; font-weight: 900; font-size: 52px; text-transform: uppercase; font-style: italic; letter-spacing: -.5px; line-height: 1; } .panel-table > table { width: 100%; color: inherit; border-spacing: 0 !important; } .panel-table { background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); margin-top: 50px; border-radius: 8px; color: #c8cedc; } .panel-table td.user a { color: inherit; text-decoration: none; font-weight: bold; } .panel-table th { text-align: left; padding: 30px 50px; color: white; border-bottom: 1px solid #1c1f26 !important; font-weight: 9000; } .content-wrap { padding-bottom: 50px; } .panel-table td { padding: 40px 50px; border-bottom: 1px solid #1c1f26; } .panel-table tr:last-child td { border: none !important; } .panel-table td.user img { margin-top: -20px; position: relative; top: 10px; margin-right: 15px; border-radius: 6px; } .panel-table .label { background: #3e93d5; padding: 8px 15px; font-size: 14px; color: #d7eeff; font-weight: bold; border-radius: 100px; } .page-sidebar .nav-content { position: fixed; } /*noinspection CssRedundantUnit*/ .panel-table:first-child { margin-top: 0px; } .panel-title { font-weight: 900; color: white; font-size: 40px; position: relative; margin-top: 0; } .page-content .page-top-bar .container { padding: 0 50px; } .panel-title:after { content: ""; height: 5px; width: 42px; background: #4fb2ff; display: block; bottom: 0; margin-top: 15px; left: 4px; position: relative; } .label.member { background: #73a13f; color: #ecffd7; } .label.alpha { background: #072CAE; color: #ffd7d4; margin: 40px; } .label.suprem { background: #CD3D20; color: #ffd7d4; margin: 40px; } .label.heda { background: #D8D53E; color: #ffd7d4; margin: 40px; } .label.xenon { background: #DB3A1A; color: #ffd7d4; margin: 40px; } .label.god { background: #E1DD19; color: #ffd7d4; margin: 40px; } .label.legendary { background: #1CE119; color: #ffd7d4; margin: 40px; } .label.platinum { background: #20BBCD; color: #ffd7d4; margin: 40px; } .label.eternal { background: #E10FE7; color: #ffd7d4; margin: 40px; } .label.original { background: #0CCCF0; color: #ffd7d4; margin: 40px; } .label.sponsor { background: #EE930C; color: #ffd7d4; margin: 40px; } .label.trainee { background: #12e371; color: #ffd7d4; margin: 40px; } .label.helper { background: #12e329; color: #ffd7d4; margin: 40px; } .label.jrmod { background: #f1c40d; color: #ffd7d4; margin: 40px; } .label.mod { background: #ffae00; color: #ffd7d4; margin: 40px; } .label.srmod { background: #ff8400; color: #ffd7d4; } .label.admin { background: #e84c15; color: #ffd7d4; margin: 40px; } .label.sradmin { background: #e83915; color: #ffd7d4; margin: 40px; } .label.operator { background: #1571e8; color: #ffd7d4; margin: 40px; } .label.supervizor { background: limegreen; color: #ffd7d4; margin: 40px; } .label.manager { background: #ff0000; color: #ffd7d4; margin: 40px; } .label.hmanager { background: #ff0000; color: #ffd7d4; margin: 40px; } .label.owner { background: #0ccef2; color: #ffd7d4; margin: 40px; } .panel-form { padding: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 10px !important; } /*noinspection CssRedundantUnit*/ .form-block { display: block; margin-top: 0em; margin-block-end: 1em; width: 100%; } .form-group { display: flex; flex-direction: column; } .form-group { margin-bottom: 30px; } .panel-form form { width: 100%; } .form-group label { margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #c8cedc; } .form-control { padding: 20px; background: #111318; border: 1px solid #1f232c !important; border-radius: 8px; color: white; font-size: 16px; font-weight: bold; outline: none !important; } .form-buttons { display: flex; } .form-buttons > button { flex: 1; padding: 25px; border: none; font-size: 17px; font-weight: 800; background: #212630; color: #808ca3; border-radius: 8px; outline: none !important; cursor: pointer; } .panel-table td.text { color: #81849f; font-weight: bold; font-size: 14px; } td.row-name { font-weight: bold; } .form-buttons > button:last-child { margin-left: 30px; } .panel-table { flex: 1; } .panel-table .label.default { background: #282a32; color: #848ba3; } .panel-sidebar { width: 350px; margin-right: 30px; margin-top: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 8px; color: #c8cedc; padding: 50px; box-sizing: border-box; } .panel-table td.user a { color: white !important; } .form-buttons > button.submit { background: #3e93d5; color: white; } .panel-sidebar { text-align: center; } /*noinspection CssRedundantUnit*/ ul.user-stats { list-style: none; padding: 0px; margin: 0px; } ul.user-stats li { border-top: 1px solid #282a32; padding-top: 20px; margin-top: 20px; text-align: left; font-size: 14px; } ul.user-stats li span { float: right; color: white; font-weight: 900; } .panel-sidebar img { border-radius: 10px; } .user-avatar { margin-bottom: 20px; } .user-name { font-weight: 900; color: white; font-size: 26px; } body { background: #101216; } .user-rank { background: #f44336; display: inline-block; padding: 8px 30px; color: white !important; font-weight: 900; font-size: 15px; margin-top: 10px; border-radius: 100px; margin-bottom: 20px; } /* Mobile */ @media only screen and (max-width: 1150px) { .page-sidebar { width: 300px; } .content-wrap > div > div { flex-direction: column; } /*noinspection CssRedundantUnit*/ .panel-sidebar { width: 100% !important; margin-top: 0px !important; } .form-buttons { flex-direction: column; } .panel-form { padding: 30px !important; } /*noinspection CssRedundantUnit*/ .form-buttons > button:last-child { margin-left: 0px !important; margin-top: 20px !important; } .form-control { width: 100%; } .panel-title:after { display: none !important; } .panel-title { text-align: center; } .panel-title:after { margin: 0 auto; margin-top: 15px !important; } .page-sidebar #logo img { max-width: 50px; } .page-content .page-top-bar .container .left { display: none !important; } .page-content .page-top-bar .container .right { margin-right: auto; flex: 1; } .panel-table td, .panel-table .label { font-size: 14px; } .page-content .page-top-bar .top-btn.login { margin-left: auto; } .panel-table th, .panel-table td { padding: 30px !important; } .page-sidebar { width: 15%; } .page-sidebar .text { display: none; } .page-sidebar #sidebar-links ul > li > a:hover i { color: white !important; } * { #-webkit-box-sizing: border-box; #-moz-box-sizing: border-box; #box-sizing: border-box; } #page { width: 100%; } .panel-grid { flex-direction: column; } /*noinspection CssRedundantUnit*/ .content-wrap > div > div > .panel:not(:last-child) { margin-right: 0px !important; margin-bottom: 20px; } .page-content { margin-left: 75px; } .panel-table { margin-top: 20px !important; } /*noinspection CssRedundantUnit*/ .page-content .container { padding: 0px !important; } .panel-title { font-size: 26px; } /*noinspection CssRedundantUnit*/ .page-content .page-top-bar .container { padding: 0px 15px !important; } .page-sidebar { width: 77px; position: fixed; left: 0; top: 0; bottom: 0; height: 100%; } .content-wrap { padding-top: 30px !important; padding-left: 20px !important; padding-right: 20px !important; } } @media only screen and (max-width: 768px) { .page-sidebar { width: 78px !important; } .hidden-mobile { display: none !important; } } @media only screen and (max-width: 408px) { .page-sidebar #sidebar-links ul > li.active > a { background: transparent !important; } .hidden-xs { display: none !important; } } .home-message { padding-left: 50px; color: lightgreen; } #error { color: red; } .vertical-text { resize: vertical; } .none-text { resize: none; } .language-chose { width: 32px; margin-right: 30px; } .pointer { cursor: pointer; } .grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 2rem !important; -webkit-box-sizing: content-box; box-sizing: content-box; padding-left: 2.5%; } .grid-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #1b1a2a; padding: 40px; border-radius: 10px; border: 2px solid #212032; width: 150px; height: 150px; } .label { background: #3e93d5; padding: 8px 15px; font-size: 14px; color: #d7eeff; font-weight: bold; border-radius: 100px; } @media only screen and (max-width: 1350px) and (min-width: 850px) { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 850px) and (min-width: 500px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 500px) { .grid { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 1750px) and (min-width: 1350px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } .user { text-align: center; } .avatar { width: 64px; display: flex; margin-left: auto; margin-right: auto; } .user-icon { width: min(20%, 50px) } .no-decorate-url { text-decoration: none; color: inherit; } .center-div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .form-buttons > button.approve { background: limegreen; color: white; } .form-buttons > button.deny { background: red; color: white; } .approved { color: limegreen; } .denied { color: red; } .error-image { width: 500px; } @media only screen and (max-width: 700px) { .error-image { width: 200px !important; } } .apply-sanction { background: #282a32 !important; color: #848ba3 !important; } .notification { background-color: red; color: black; border-radius: 10px !important; padding-left: 20px; padding-top: 5px; padding-bottom: 5px; font-size: 22px; } .notification-wrap { padding-top: 30px !important; padding-left: 50px !important; padding-right: 50px !important; } #logged-in-required { visibility: hidden; } .progress { width: 100px; height: 16px; position: relative; top: 5px; background: #282f37; } .entries-entry { color: #FFFFFF; text-decoration: none }
src/main/resources/static/css/style.css
body { font-family: 'Karla', sans-serif; margin: 0; } /*noinspection CssRedundantUnit*/ .container { padding: 0px 30px; } #page { min-height: 100vh; display: flex; font-family: 'Montserrat', sans-serif; color: #686f7d; /*noinspection CssUnknownTarget*/ background: url(/images/background.png); background-size: cover !important; background-attachment: fixed !important; background-position: center !important; } .page-sidebar { width: 300px; background: #181b21d9; border: none !important; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); } .page-sidebar #logo img { max-width: 50%; margin: 0 auto; } /*noinspection CssRedundantUnit*/ .page-sidebar #logo { text-align: center; margin: 30px 0px; } /*noinspection CssRedundantUnit*/ .page-sidebar #sidebar-links { margin: 0px 10%; } /*noinspection CssRedundantUnit*/ .page-sidebar #sidebar-links ul { list-style: none; padding: 0px; margin: 0px; } .page-sidebar #sidebar-links ul > li > a { padding: 20px; border-top: 1px solid #1f212a; text-decoration: none !important; color: #c8cedc; display: flex; align-items: center; -webkit-transition: all .25s ease; transition: all .25s ease; font-family: 'Kanit', sans-serif; font-weight: 900; font-size: 18px; text-transform: uppercase; font-style: italic; letter-spacing: -.5px; } .page-sidebar #sidebar-links ul > li.active > a { color: white !important; background-image: linear-gradient(to right, #ff00, #1c1f2a, #ff00); } .page-sidebar #sidebar-links ul > li > a i { margin-right: 15px; font-size: 22px; color: #81c8ff; } .page-sidebar #sidebar-links ul > li > a:hover { color: white !important; } .page-content { flex: 1; height: 100%; width: 100%; } /*noinspection CssRedundantUnit*/ .page-content .page-top-bar { background: #00000026; height: 78px; border-bottom: 1px solid #ffffff0d; box-shadow: inset 0 -1px 0px black; } .page-content .page-top-bar .top-btn.login { background: #3e93d5; padding: 11px 25px; color: white !important; border-radius: 100px; text-decoration: none !important; font-weight: 900; font-size: 15px; } .page-content .page-top-bar { display: flex; align-items: center; } .page-content .page-top-bar .container { display: flex; width: 100%; } .page-content .page-top-bar .container .right { margin-left: auto; } .page-content .page-top-bar .search-btn { font-size: 28px; margin-right: 20px; color: #c8cedc; -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .right { display: flex; align-items: center; } .page-content .page-top-bar .search-btn:hover { color: white !important; } .page-content .page-top-bar .top-btn.login:hover { background: #3aa8fd !important; } .page-content .page-top-bar .top-btn { -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .left { display: flex; align-items: center; } .page-content .page-top-bar .container .left > a { font-size: 20px; margin-right: 20px; text-align: center; color: #9a9fab; background: #1e2026; width: 36px; height: 36px; line-height: 36px; border-radius: 6px; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); -webkit-transition: all .25s ease; transition: all .25s ease; } .page-content .page-top-bar .container .left > a:hover { color: white !important; } .page-content .page-top-bar .container .left > a i { line-height: 38px; } .page-content .page-top-bar .container .left > a:hover { color: white !important; } .content-wrap > div > div { display: flex; } .content-wrap > div > div > .panel { flex: 1; text-align: center; padding: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 10px !important; color: #81c8ff !important; font-weight: 800; } /*noinspection CssRedundantUnit*/ .content-wrap > div > div > .panel h2 { margin: 0px; font-weight: 900; color: white; font-size: 39px; text-shadow: 0px 0px 5px #ffffff87; } .content-wrap > div > div > .panel:not(:last-child) { margin-right: 40px; } .content-wrap { padding-top: 50px; padding-left: 15px; padding-right: 15px; } .content-wrap > div > div > .panel small { text-transform: uppercase; font-weight: 800; letter-spacing: 1px; color: #c8cedc; } .content-wrap > div > div > .panel h2 { font-family: 'Kanit', sans-serif; font-weight: 900; font-size: 52px; text-transform: uppercase; font-style: italic; letter-spacing: -.5px; line-height: 1; } .panel-table > table { width: 100%; color: inherit; border-spacing: 0 !important; } .panel-table { background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); margin-top: 50px; border-radius: 8px; color: #c8cedc; } .panel-table td.user a { color: inherit; text-decoration: none; font-weight: bold; } .panel-table th { text-align: left; padding: 30px 50px; color: white; border-bottom: 1px solid #1c1f26 !important; font-weight: 9000; } .content-wrap { padding-bottom: 50px; } .panel-table td { padding: 40px 50px; border-bottom: 1px solid #1c1f26; } .panel-table tr:last-child td { border: none !important; } .panel-table td.user img { margin-top: -20px; position: relative; top: 10px; margin-right: 15px; border-radius: 6px; } .panel-table .label { background: #3e93d5; padding: 8px 15px; font-size: 14px; color: #d7eeff; font-weight: bold; border-radius: 100px; } .page-sidebar .nav-content { position: fixed; } /*noinspection CssRedundantUnit*/ .panel-table:first-child { margin-top: 0px; } .panel-title { font-weight: 900; color: white; font-size: 40px; position: relative; margin-top: 0; } .page-content .page-top-bar .container { padding: 0 50px; } .panel-title:after { content: ""; height: 5px; width: 42px; background: #4fb2ff; display: block; bottom: 0; margin-top: 15px; left: 4px; position: relative; } .label.member { background: #73a13f; color: #ecffd7; } .label.alpha { background: #072CAE; color: #ffd7d4; margin: 40px; } .label.suprem { background: #CD3D20; color: #ffd7d4; margin: 40px; } .label.heda { background: #D8D53E; color: #ffd7d4; margin: 40px; } .label.xenon { background: #DB3A1A; color: #ffd7d4; margin: 40px; } .label.god { background: #E1DD19; color: #ffd7d4; margin: 40px; } .label.legendary { background: #1CE119; color: #ffd7d4; margin: 40px; } .label.platinum { background: #20BBCD; color: #ffd7d4; margin: 40px; } .label.eternal { background: #E10FE7; color: #ffd7d4; margin: 40px; } .label.original { background: #0CCCF0; color: #ffd7d4; margin: 40px; } .label.sponsor { background: #EE930C; color: #ffd7d4; margin: 40px; } .label.trainee { background: #12e371; color: #ffd7d4; margin: 40px; } .label.helper { background: #12e329; color: #ffd7d4; margin: 40px; } .label.jrmod { background: #f1c40d; color: #ffd7d4; margin: 40px; } .label.mod { background: #ffae00; color: #ffd7d4; margin: 40px; } .label.srmod { background: #ff8400; color: #ffd7d4; } .label.admin { background: #e84c15; color: #ffd7d4; margin: 40px; } .label.sradmin { background: #e83915; color: #ffd7d4; margin: 40px; } .label.operator { background: #1571e8; color: #ffd7d4; margin: 40px; } .label.supervizor { background: limegreen; color: #ffd7d4; margin: 40px; } .label.manager { background: #ff0000; color: #ffd7d4; margin: 40px; } .label.hmanager { background: #ff0000; color: #ffd7d4; margin: 40px; } .label.owner { background: #0ccef2; color: #ffd7d4; margin: 40px; } .panel-form { padding: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 10px !important; } /*noinspection CssRedundantUnit*/ .form-block { display: block; margin-top: 0em; margin-block-end: 1em; width: 100%; } .form-group { display: flex; flex-direction: column; } .form-group { margin-bottom: 30px; } .panel-form form { width: 100%; } .form-group label { margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #c8cedc; } .form-control { padding: 20px; background: #111318; border: 1px solid #1f232c !important; border-radius: 8px; color: white; font-size: 16px; font-weight: bold; outline: none !important; } .form-buttons { display: flex; } .form-buttons > button { flex: 1; padding: 25px; border: none; font-size: 17px; font-weight: 800; background: #212630; color: #808ca3; border-radius: 8px; outline: none !important; cursor: pointer; } .panel-table td.text { color: #81849f; font-weight: bold; font-size: 14px; } td.row-name { font-weight: bold; } .form-buttons > button:last-child { margin-left: 30px; } .panel-table { flex: 1; } .panel-table .label.default { background: #282a32; color: #848ba3; } .panel-sidebar { width: 350px; margin-right: 30px; margin-top: 50px; background: #ffffff03; /*noinspection CssInvalidFunction*/ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 20%), 0 4px 6px -2px rgb(0 0 0 / 10%); border-radius: 8px; color: #c8cedc; padding: 50px; box-sizing: border-box; } .panel-table td.user a { color: white !important; } .form-buttons > button.submit { background: #3e93d5; color: white; } .panel-sidebar { text-align: center; } /*noinspection CssRedundantUnit*/ ul.user-stats { list-style: none; padding: 0px; margin: 0px; } ul.user-stats li { border-top: 1px solid #282a32; padding-top: 20px; margin-top: 20px; text-align: left; font-size: 14px; } ul.user-stats li span { float: right; color: white; font-weight: 900; } .panel-sidebar img { border-radius: 10px; } .user-avatar { margin-bottom: 20px; } .user-name { font-weight: 900; color: white; font-size: 26px; } body { background: #101216; } .user-rank { background: #f44336; display: inline-block; padding: 8px 30px; color: white !important; font-weight: 900; font-size: 15px; margin-top: 10px; border-radius: 100px; margin-bottom: 20px; } /* Mobile */ @media only screen and (max-width: 1150px) { .page-sidebar { width: 300px; } .content-wrap > div > div { flex-direction: column; } /*noinspection CssRedundantUnit*/ .panel-sidebar { width: 100% !important; margin-top: 0px !important; } .form-buttons { flex-direction: column; } .panel-form { padding: 30px !important; } /*noinspection CssRedundantUnit*/ .form-buttons > button:last-child { margin-left: 0px !important; margin-top: 20px !important; } .form-control { width: 100%; } .panel-title:after { display: none !important; } .panel-title { text-align: center; } .panel-title:after { margin: 0 auto; margin-top: 15px !important; } .page-sidebar #logo img { max-width: 50px; } .page-content .page-top-bar .container .left { display: none !important; } .page-content .page-top-bar .container .right { margin-right: auto; flex: 1; } .panel-table td, .panel-table .label { font-size: 14px; } .page-content .page-top-bar .top-btn.login { margin-left: auto; } .panel-table th, .panel-table td { padding: 30px !important; } .page-sidebar { width: 15%; } .page-sidebar .text { display: none; } .page-sidebar #sidebar-links ul > li > a:hover i { color: white !important; } * { #-webkit-box-sizing: border-box; #-moz-box-sizing: border-box; #box-sizing: border-box; } #page { width: 100%; } .panel-grid { flex-direction: column; } /*noinspection CssRedundantUnit*/ .content-wrap > div > div > .panel:not(:last-child) { margin-right: 0px !important; margin-bottom: 20px; } .page-content { margin-left: 75px; } .panel-table { margin-top: 20px !important; } /*noinspection CssRedundantUnit*/ .page-content .container { padding: 0px !important; } .panel-title { font-size: 26px; } /*noinspection CssRedundantUnit*/ .page-content .page-top-bar .container { padding: 0px 15px !important; } .page-sidebar { width: 77px; position: fixed; left: 0; top: 0; bottom: 0; height: 100%; } .content-wrap { padding-top: 30px !important; padding-left: 20px !important; padding-right: 20px !important; } } @media only screen and (max-width: 768px) { .page-sidebar { width: 78px !important; } .hidden-mobile { display: none !important; } } @media only screen and (max-width: 408px) { .page-sidebar #sidebar-links ul > li.active > a { background: transparent !important; } .hidden-xs { display: none !important; } } .home-message { padding-left: 50px; color: lightgreen; } #error { color: red; } .vertical-text { resize: vertical; } .none-text { resize: none; } .language-chose { width: 32px; margin-right: 30px; } .pointer { cursor: pointer; } .grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 2rem !important; -webkit-box-sizing: content-box; box-sizing: content-box; padding-left: 2.5%; } .grid-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #1b1a2a; padding: 40px; border-radius: 10px; border: 2px solid #212032; width: 150px; height: 150px; } .label { background: #3e93d5; padding: 8px 15px; font-size: 14px; color: #d7eeff; font-weight: bold; border-radius: 100px; } @media only screen and (max-width: 1350px) and (min-width: 850px) { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 850px) and (min-width: 500px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 500px) { .grid { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } @media only screen and (max-width: 1750px) and (min-width: 1350px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .grid-card { padding: 40px !important; } } .user { text-align: center; } .avatar { width: 64px; display: flex; margin-left: auto; margin-right: auto; } .user-icon { width: min(20%, 50px) } .no-decorate-url { text-decoration: none; color: inherit; } .center-div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .form-buttons > button.approve { background: limegreen; color: white; } .form-buttons > button.deny { background: red; color: white; } .approved { color: limegreen; } .denied { color: red; } .error-image { width: 500px; } @media only screen and (max-width: 700px) { .error-image { width: 200px !important; } } .apply-sanction { background: #282a32 !important; color: #848ba3 !important; } .notification { background-color: red; color: black; border-radius: 10px !important; padding-left: 20px; padding-top: 5px; padding-bottom: 5px; font-size: 22px; } .notification-wrap { padding-top: 30px !important; padding-left: 50px !important; padding-right: 50px !important; } #logged-in-required { visibility: hidden; } .progress { width: 100px; height: 16px; position: relative; top: 5px; background: #282f37; } .entries-entry { color: #FFFFFF; text-decoration: none }
0.354321
0.064979
.c-cv-section { padding: 0; &__heading { margin: 1em 0; font-size: 1rem; color: var(--blue); text-transform: uppercase; letter-spacing: 0.1em; @media (min-width: 768px) { margin-left: 132px; } } } .c-cv-date-range { position: relative; & .c-dash-divider { display: inline; padding: 0 4px; @media (min-width: 768px) { display: none; } } & br { display: none; } @media (min-width: 768px) { width: 132px; padding-right: 30px; text-align: right; &::after { height: 40px; content: ""; border-right: 2px dotted currentColor; position: absolute; right: 15px; top: 5px; } & br { display: block; } } } .c-cv-group { margin: 0 0 32px 0; @media (min-width: 768px) { margin: 0 0 32px 0; width: 748px; } &__name, &__position { font-size: 18px; } &__name { margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.1em; & span { font-weight: lighter; } } &__position { margin-bottom: 16px; } &-list { padding: 0 18px; } h4, h5 { margin-top: 0; } } .c-cv-contact { text-align: center; margin-bottom: 84px; &_wrapper { @media (min-width: 768px) { justify-content: baseline; align-items: baseline; } } &__name { color: var(--black); span { font-weight: lighter; } } & ul { list-style-type: none; text-align: center; padding: 0; } & li { display: block; margin: 0 20px; position: relative; @media (min-width: 768px) { display: inline-block; &:not(:nth-child(3)):after { position: absolute; top: 50%; height: 4px; width: 4px; margin-left: 20px; border-radius: 50%; background-color: var(--black); content: ""; } } } &__link { text-decoration: none; position: relative; color: var(--black); &::after { content: ""; height: 2px; width: 0%; background-color: var(--blue); position: absolute; bottom: -0.2em; left: 0; transition: width .15s cubic-bezier(1, 1, 1, 1); } &:hover::after, &:active::after, &:focus::after { width: 100%; transition: width .1s cubic-bezier(0.8, 1, 0.8, 1); } } &__badge { position: relative; padding: 6px 12px; margin-left: 0; font-size: 14px; background-color: rgba(59, 109, 191, .12); color: rgb(59, 109, 191); border-radius: 4px; bottom: 6px; @media (min-width: 768px) { margin-left: 32px; } } } .c-cv-summary { @media (min-width: 768px) { margin-left: 132px; } } .c-cv-skills { @media (min-width: 768px) { justify-content: space-between; margin-left: 132px; } & .c-cv-group { width: auto; margin-bottom: 0; } } .c-cv-section--download .btn { margin-top: 48px; @media (min-width: 768px) { margin-left: 132px; } }
src/css/imports/resume.css
.c-cv-section { padding: 0; &__heading { margin: 1em 0; font-size: 1rem; color: var(--blue); text-transform: uppercase; letter-spacing: 0.1em; @media (min-width: 768px) { margin-left: 132px; } } } .c-cv-date-range { position: relative; & .c-dash-divider { display: inline; padding: 0 4px; @media (min-width: 768px) { display: none; } } & br { display: none; } @media (min-width: 768px) { width: 132px; padding-right: 30px; text-align: right; &::after { height: 40px; content: ""; border-right: 2px dotted currentColor; position: absolute; right: 15px; top: 5px; } & br { display: block; } } } .c-cv-group { margin: 0 0 32px 0; @media (min-width: 768px) { margin: 0 0 32px 0; width: 748px; } &__name, &__position { font-size: 18px; } &__name { margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.1em; & span { font-weight: lighter; } } &__position { margin-bottom: 16px; } &-list { padding: 0 18px; } h4, h5 { margin-top: 0; } } .c-cv-contact { text-align: center; margin-bottom: 84px; &_wrapper { @media (min-width: 768px) { justify-content: baseline; align-items: baseline; } } &__name { color: var(--black); span { font-weight: lighter; } } & ul { list-style-type: none; text-align: center; padding: 0; } & li { display: block; margin: 0 20px; position: relative; @media (min-width: 768px) { display: inline-block; &:not(:nth-child(3)):after { position: absolute; top: 50%; height: 4px; width: 4px; margin-left: 20px; border-radius: 50%; background-color: var(--black); content: ""; } } } &__link { text-decoration: none; position: relative; color: var(--black); &::after { content: ""; height: 2px; width: 0%; background-color: var(--blue); position: absolute; bottom: -0.2em; left: 0; transition: width .15s cubic-bezier(1, 1, 1, 1); } &:hover::after, &:active::after, &:focus::after { width: 100%; transition: width .1s cubic-bezier(0.8, 1, 0.8, 1); } } &__badge { position: relative; padding: 6px 12px; margin-left: 0; font-size: 14px; background-color: rgba(59, 109, 191, .12); color: rgb(59, 109, 191); border-radius: 4px; bottom: 6px; @media (min-width: 768px) { margin-left: 32px; } } } .c-cv-summary { @media (min-width: 768px) { margin-left: 132px; } } .c-cv-skills { @media (min-width: 768px) { justify-content: space-between; margin-left: 132px; } & .c-cv-group { width: auto; margin-bottom: 0; } } .c-cv-section--download .btn { margin-top: 48px; @media (min-width: 768px) { margin-left: 132px; } }
0.753013
0.133133
.order-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; } .order-badge.order-delivered { background: #C8E6C9; color: #256029; } .order-badge.order-cancelled { background: #FFCDD2; color: #C63737; } .order-badge.order-pending { background: #FEEDAF; color: #8A5340; } .order-badge.order-returned { background: #ECCFFF; color: #694382; } .product-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; text-align: center; } .product-badge.status-instock { background: #C8E6C9; color: #256029; } .product-badge.status-outofstock { background: #FFCDD2; color: #C63737; } .product-badge.status-lowstock { background: #FEEDAF; color: #8A5340; } .customer-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; } .customer-badge.status-qualified { background: #C8E6C9; color: #256029; } .customer-badge.status-unqualified { background: #FFCDD2; color: #C63737; } .customer-badge.status-negotiation { background: #FEEDAF; color: #8A5340; } .customer-badge.status-new { background: #B3E5FC; color: #23547B; } .customer-badge.status-renewal { background: #ECCFFF; color: #694382; } .customer-badge.status-proposal { background: #FFD8B2; color: #805B36; } .filter-container .ui-inputtext { width: 400px; } .ui-selection-column { width: 2rem; } @media (max-width: 640px) { .filter-container { width: 100%; margin-top: .5rem; } .filter-container .ui-inputtext { width: 100%; } .ui-selection-column { width: auto; text-align: center; } .ui-selection-column .ui-column-title { display: none !important; } } pre { font-family: monospace; background: #F2F8FA; color: #757575; padding: 1em; font-size: 14px; border-radius: 3px; overflow: auto; line-height: 1.5; } .crud-demo .ui-datatable { margin-top: 1rem; } .crud-demo .products-buttonbar { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; } .crud-demo .product-image { width: 100px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .crud-demo .ui-dialog .product-image { width: 250px; margin: 0 auto 2rem auto; display: block; } .crud-demo .ui-dialog-footer .ui-button { min-width: 6rem; } .crud-demo .ui-datatable .ui-column-filter { display: none; } .crud-demo .products-table-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .crud-demo .edit-button.ui-button { margin-right: .5rem; } .crud-demo .orders-subtable { padding: 1rem; } .crud-demo .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) { width: 2rem; } .crud-demo .products-table .ui-rating { display: inline-block; } @media (max-width: 640px) { .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title, .products-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title { display: none !important; } .products-buttonbar { -ms-flex-direction: column; flex-direction: column; } .products-buttonbar > div:last-child { margin-top: .5rem; } } .docs li { line-height: 1.5; } .grid-demo .grid-item { text-align: center; border-radius: 4px; font-size: 1.5rem; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .grid-demo .grid-item.grid-item-stretched { height: 100%; box-sizing: border-box; } .grid-demo .vertical-container { margin: 0; height: 200px; } .grid-demo .nested-grid .p-col-12 { padding-bottom: 0; } .icons-demo .icons-list { text-align: center; color: #b5b5b5; } .icons-demo .icons-list i { font-size: 1.5rem; margin-bottom: .5rem; } .spacing-demo li { line-height: 1.5; } .elevation-demo .shadow-container { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .elevation-demo .box { min-height: 100px; min-width: 150px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; font-size: 1.25rem; font-weight: 600; margin: 2rem; border-radius: 4px; } .list-demo .product-name { font-size: 1.5rem; font-weight: 700; } .list-demo .product-description { margin: 0 0 1rem 0; } .list-demo .product-category-icon { vertical-align: middle; margin-right: .5rem; } .list-demo .product-category { font-weight: 600; vertical-align: middle; } .list-demo .product-list-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 1rem; } .list-demo .product-list-item img { width: 150px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin-right: 2rem; } .list-demo .product-list-item .product-list-detail { flex: 1 1 0; -ms-flex: 1 1 0px; } .list-demo .product-list-item .ui-rating { margin: 0 0 .5rem 0; } .list-demo .product-list-item .product-price { font-size: 1.5rem; font-weight: 600; margin-bottom: .5rem; align-self: flex-end; } .list-demo .product-list-item .product-list-action { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .list-demo .product-list-item .ui-button { margin-bottom: .5rem; } .list-demo .product-grid-item { border: 1px solid #dee4e9; } .list-demo .product-grid-item .product-grid-item-top, .list-demo .product-grid-item .product-grid-item-bottom { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; } .list-demo .product-grid-item img { width: 75%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin: 2rem 0; } .list-demo .product-grid-item .product-grid-item-content { text-align: center; } .list-demo .product-grid-item .product-price { font-size: 1.5rem; font-weight: 600; } @media screen and (max-width: 576px) { .list-demo .product-list-item { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; } .list-demo .product-list-item img { width: 75%; margin: 2rem 0; } .list-demo .product-list-item .product-list-detail { text-align: center; } .list-demo .product-list-item .product-price { align-self: center; } .list-demo .product-list-item .product-list-action { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .list-demo .product-list-item .product-list-action { margin-top: 2rem; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; width: 100%; } } .messages-demo .ui-button.ui-widget { min-width: 6rem; } .messages-demo .p-field > label { width: 125px; } .misc-demo .ui-button.ui-widget { min-width: 6rem; } .misc-demo .badges .ui-badge, .misc-demo .badges .ui-tag { margin-right: .125rem; } .table-demo .ui-datatable .ui-column-filter { display: none; } .table-demo .customers-table-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .table-demo .ui-progressbar-value.ui-widget-header { background: #607d8b; } @media (max-width: 640px) { .table-demo .ui-progressbar { margin-top: .5rem; } }
sgipd-web/src/main/webapp/resources/demo/css/demo.css
.order-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; } .order-badge.order-delivered { background: #C8E6C9; color: #256029; } .order-badge.order-cancelled { background: #FFCDD2; color: #C63737; } .order-badge.order-pending { background: #FEEDAF; color: #8A5340; } .order-badge.order-returned { background: #ECCFFF; color: #694382; } .product-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; text-align: center; } .product-badge.status-instock { background: #C8E6C9; color: #256029; } .product-badge.status-outofstock { background: #FFCDD2; color: #C63737; } .product-badge.status-lowstock { background: #FEEDAF; color: #8A5340; } .customer-badge { border-radius: 2px; padding: .25em .5rem; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .3px; } .customer-badge.status-qualified { background: #C8E6C9; color: #256029; } .customer-badge.status-unqualified { background: #FFCDD2; color: #C63737; } .customer-badge.status-negotiation { background: #FEEDAF; color: #8A5340; } .customer-badge.status-new { background: #B3E5FC; color: #23547B; } .customer-badge.status-renewal { background: #ECCFFF; color: #694382; } .customer-badge.status-proposal { background: #FFD8B2; color: #805B36; } .filter-container .ui-inputtext { width: 400px; } .ui-selection-column { width: 2rem; } @media (max-width: 640px) { .filter-container { width: 100%; margin-top: .5rem; } .filter-container .ui-inputtext { width: 100%; } .ui-selection-column { width: auto; text-align: center; } .ui-selection-column .ui-column-title { display: none !important; } } pre { font-family: monospace; background: #F2F8FA; color: #757575; padding: 1em; font-size: 14px; border-radius: 3px; overflow: auto; line-height: 1.5; } .crud-demo .ui-datatable { margin-top: 1rem; } .crud-demo .products-buttonbar { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; } .crud-demo .product-image { width: 100px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .crud-demo .ui-dialog .product-image { width: 250px; margin: 0 auto 2rem auto; display: block; } .crud-demo .ui-dialog-footer .ui-button { min-width: 6rem; } .crud-demo .ui-datatable .ui-column-filter { display: none; } .crud-demo .products-table-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .crud-demo .edit-button.ui-button { margin-right: .5rem; } .crud-demo .orders-subtable { padding: 1rem; } .crud-demo .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) { width: 2rem; } .crud-demo .products-table .ui-rating { display: inline-block; } @media (max-width: 640px) { .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title, .products-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title { display: none !important; } .products-buttonbar { -ms-flex-direction: column; flex-direction: column; } .products-buttonbar > div:last-child { margin-top: .5rem; } } .docs li { line-height: 1.5; } .grid-demo .grid-item { text-align: center; border-radius: 4px; font-size: 1.5rem; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .grid-demo .grid-item.grid-item-stretched { height: 100%; box-sizing: border-box; } .grid-demo .vertical-container { margin: 0; height: 200px; } .grid-demo .nested-grid .p-col-12 { padding-bottom: 0; } .icons-demo .icons-list { text-align: center; color: #b5b5b5; } .icons-demo .icons-list i { font-size: 1.5rem; margin-bottom: .5rem; } .spacing-demo li { line-height: 1.5; } .elevation-demo .shadow-container { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .elevation-demo .box { min-height: 100px; min-width: 150px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; font-size: 1.25rem; font-weight: 600; margin: 2rem; border-radius: 4px; } .list-demo .product-name { font-size: 1.5rem; font-weight: 700; } .list-demo .product-description { margin: 0 0 1rem 0; } .list-demo .product-category-icon { vertical-align: middle; margin-right: .5rem; } .list-demo .product-category { font-weight: 600; vertical-align: middle; } .list-demo .product-list-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 1rem; } .list-demo .product-list-item img { width: 150px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin-right: 2rem; } .list-demo .product-list-item .product-list-detail { flex: 1 1 0; -ms-flex: 1 1 0px; } .list-demo .product-list-item .ui-rating { margin: 0 0 .5rem 0; } .list-demo .product-list-item .product-price { font-size: 1.5rem; font-weight: 600; margin-bottom: .5rem; align-self: flex-end; } .list-demo .product-list-item .product-list-action { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .list-demo .product-list-item .ui-button { margin-bottom: .5rem; } .list-demo .product-grid-item { border: 1px solid #dee4e9; } .list-demo .product-grid-item .product-grid-item-top, .list-demo .product-grid-item .product-grid-item-bottom { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; } .list-demo .product-grid-item img { width: 75%; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin: 2rem 0; } .list-demo .product-grid-item .product-grid-item-content { text-align: center; } .list-demo .product-grid-item .product-price { font-size: 1.5rem; font-weight: 600; } @media screen and (max-width: 576px) { .list-demo .product-list-item { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; } .list-demo .product-list-item img { width: 75%; margin: 2rem 0; } .list-demo .product-list-item .product-list-detail { text-align: center; } .list-demo .product-list-item .product-price { align-self: center; } .list-demo .product-list-item .product-list-action { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } .list-demo .product-list-item .product-list-action { margin-top: 2rem; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; width: 100%; } } .messages-demo .ui-button.ui-widget { min-width: 6rem; } .messages-demo .p-field > label { width: 125px; } .misc-demo .ui-button.ui-widget { min-width: 6rem; } .misc-demo .badges .ui-badge, .misc-demo .badges .ui-tag { margin-right: .125rem; } .table-demo .ui-datatable .ui-column-filter { display: none; } .table-demo .customers-table-header { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .table-demo .ui-progressbar-value.ui-widget-header { background: #607d8b; } @media (max-width: 640px) { .table-demo .ui-progressbar { margin-top: .5rem; } }
0.498779
0.149097
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue"; } .dummy { width: 90vw; margin: 20px auto; } label.link { cursor: pointer; color: #04c; text-decoration: underline; } .modal .modal-check { display: none; } .modal .modal-body { position: fixed; display: flex; align-items: center; justify-content: center; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.2); z-index: 100000; } .modal .modal-window { position: relative; z-index: 100001; animation: fadein 0.3s 1, zoomin 0.3s 1; } .modal .modal-label { position: absolute; top: -10px; right: -10px; display: flex; align-items: center; justify-content: center; line-height: 1; background: #099; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; transition: all 0.2s ease; } .modal .modal-label:hover { background: #00cccc; } .modal .modal-label:active { background: aqua; } .modal .modal-label svg { display: flex; align-items: center; fill: #fff; } .modal .modal-inner { width: 90vw; max-width: 800px; background: #fff; border-radius: 3px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); } .modal .modal-content { padding: 20px; font-family: 'arial unicode ms'; } .modal .modal-check:checked + .modal-body { animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards; } .modal .modal-check:checked + .modal-body .modal-window { animation: zoomout 0.2s 1 forwards; } .site-description{ background-color: white; font-size: 98%; } .site-caption{ padding-top: 30px; background-color: white; font-size: 98%; } .site-infomation{ padding-top: 30px; } .site-infomation-textlink{ background: #EEEEEE; box-shadow: 3px 3px rgba(0,0,0,0.2); color: #333; flex: none; font-family: Lato; font-size: 120%; font-weight: 400; height: 58px; text-align: center; margin-right: 10px; margin-left: 10px; padding: 10px; width: 148px; max-width: 100%; justify-content: center; } @keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes zoomin { 0% { transform: scale(0.9); } 100% { transform: scale(1); } } @keyframes zoomout { 0% { transform: scale(1); } 100% { transform: scale(0.9); } } @keyframes hide { 0% { visibility: visible; } 100% { visibility: hidden; } }
mo-code/modal.css
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue"; } .dummy { width: 90vw; margin: 20px auto; } label.link { cursor: pointer; color: #04c; text-decoration: underline; } .modal .modal-check { display: none; } .modal .modal-body { position: fixed; display: flex; align-items: center; justify-content: center; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.2); z-index: 100000; } .modal .modal-window { position: relative; z-index: 100001; animation: fadein 0.3s 1, zoomin 0.3s 1; } .modal .modal-label { position: absolute; top: -10px; right: -10px; display: flex; align-items: center; justify-content: center; line-height: 1; background: #099; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; transition: all 0.2s ease; } .modal .modal-label:hover { background: #00cccc; } .modal .modal-label:active { background: aqua; } .modal .modal-label svg { display: flex; align-items: center; fill: #fff; } .modal .modal-inner { width: 90vw; max-width: 800px; background: #fff; border-radius: 3px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); } .modal .modal-content { padding: 20px; font-family: 'arial unicode ms'; } .modal .modal-check:checked + .modal-body { animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards; } .modal .modal-check:checked + .modal-body .modal-window { animation: zoomout 0.2s 1 forwards; } .site-description{ background-color: white; font-size: 98%; } .site-caption{ padding-top: 30px; background-color: white; font-size: 98%; } .site-infomation{ padding-top: 30px; } .site-infomation-textlink{ background: #EEEEEE; box-shadow: 3px 3px rgba(0,0,0,0.2); color: #333; flex: none; font-family: Lato; font-size: 120%; font-weight: 400; height: 58px; text-align: center; margin-right: 10px; margin-left: 10px; padding: 10px; width: 148px; max-width: 100%; justify-content: center; } @keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes zoomin { 0% { transform: scale(0.9); } 100% { transform: scale(1); } } @keyframes zoomout { 0% { transform: scale(1); } 100% { transform: scale(0.9); } } @keyframes hide { 0% { visibility: visible; } 100% { visibility: hidden; } }
0.475605
0.049635
.pear-nav-tree { width: 220px; border-radius: 0; background-color: #28333E; } .pear-nav-tree .layui-nav-item > a { height: 56px; line-height: 56px; } .pear-nav-tree .layui-nav-item dd a { height: 48px; line-height: 48px; } .pear-nav-tree .layui-nav-child { padding-top: 5px; padding-bottom: 5px; } .pear-nav-tree .toast { font-size: 14px; margin: 5px 8px 5px 5px; text-align: center; height: 40px; line-height: 40px; color: lightgray; } .pear-nav-tree .layui-nav-item a i { margin-right: 12px; } .pear-nav-tree .layui-nav-item a span { letter-spacing: 1px; font-size: 14px; } .pear-nav-tree .layui-nav-item a:hover { background-color: transparent; } .pear-nav-tree .layui-nav-more { margin-right: 5px; } .pear-nav-tree .layui-nav-bar { display: none; } /** 实 现 菜 单 隐 藏 */ .pear-nav-mini { overflow: hidden; } .pear-nav-mini .layui-nav-item a span { display: none; } .pear-nav-mini .layui-nav-child { display: none; } .pear-nav-mini .layui-nav-more { display: none !important; } .pear-nav-control .layui-this { background-color: #F0F0F0; } .pear-nav-control .layui-nav-bar { display: none; } /** 隐 藏 后 子 级 悬 浮 菜 单 */ .pear-nav-tree .layui-nav-hover { border-radius: 4px; overflow: hidden; background-color: #28333E; display: block; position: fixed; min-width: 130px; margin-left: 62px; padding-top: 4px !important; padding-bottom: 4px !important; box-shadow: 0 0 3px lightgray; } .pear-nav-tree .layui-nav-hover a span { display: inline-block !important; } .pear-nav-tree .layui-nav-hover a i { display: none; } /** 滚 动 条 样 式 */ .layui-side-scroll::-webkit-scrollbar { width: 0; height: 0; } .light-theme.layui-side-scroll::-webkit-scrollbar { width: 4px; height: 4px; } .light-theme.layui-side-scroll::-webkit-scrollbar-track { background: white; border-radius: 2px; } .light-theme.layui-side-scroll::-webkit-scrollbar-thumb { background: #E6E6E6; border-radius: 2px; } .light-theme.layui-side-scroll::-webkit-scrollbar-thumb:hover { background: #E6E6E6; } .light-theme.layui-side-scroll::-webkit-scrollbar-corner { background: #f6f6f6; } /* #409eff */ /** 亮 样 式*/ .dark-theme, .dark-theme .layui-nav-tree { background-color: #28333E !important; } .light-theme { background-color: white !important; } .light-theme .pear-nav-tree, .light-theme .pear-nav-tree .layui-nav-child { background-color: white !important; } .light-theme .pear-nav-tree a, .light-theme .pear-nav-tree .layui-nav-more { color: dimgray !important; border-top-color: dimgray; } .light-theme .pear-nav-tree .layui-nav-itemed > a > .layui-nav-more { border-top-color: white !important; border-bottom-color: dimgray !important; } .light-theme .pear-nav-tree .layui-nav-child { padding-top: 0; padding-bottom: 0; } .light-theme .pear-nav-tree .layui-this a, .light-theme .pear-nav-tree .layui-this { color: white !important; background-color: #009688 !important; } .light-theme .pear-nav-tree .layui-this a:hover { background-color: #009688 !important; } .light-theme .pear-nav-tree .layui-nav-bar { display: none; } /** 下 拉 图 标 */ .pear-nav-tree.arrow .layui-nav-more { font-family: layui-icon, serif !important; font-size: 12px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow: hidden; width: auto; height: auto; line-height: normal; border: none; top: 23px; /*margin-right: 5px !important;*/ margin: 0; padding: 0; display: inline-block; transition: all .2s; -webkit-transition: all .2s; } .pear-nav-tree.arrow .layui-nav-child .layui-nav-more { top: 17px; } .pear-nav-tree.arrow .layui-nav-more:before { content: "\e61a"; } .pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); width: 12px; text-align: center; } .pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more:before { content: '\e61a'; background-color: transparent; display: inline-block; vertical-align: middle; } /* dimples 样式 */ .layui-nav .layui-nav-item a .layui-icon { font-size: 18px; }
dimples-shiro-web/src/main/resources/static/dimples/css/pearMenu.css
.pear-nav-tree { width: 220px; border-radius: 0; background-color: #28333E; } .pear-nav-tree .layui-nav-item > a { height: 56px; line-height: 56px; } .pear-nav-tree .layui-nav-item dd a { height: 48px; line-height: 48px; } .pear-nav-tree .layui-nav-child { padding-top: 5px; padding-bottom: 5px; } .pear-nav-tree .toast { font-size: 14px; margin: 5px 8px 5px 5px; text-align: center; height: 40px; line-height: 40px; color: lightgray; } .pear-nav-tree .layui-nav-item a i { margin-right: 12px; } .pear-nav-tree .layui-nav-item a span { letter-spacing: 1px; font-size: 14px; } .pear-nav-tree .layui-nav-item a:hover { background-color: transparent; } .pear-nav-tree .layui-nav-more { margin-right: 5px; } .pear-nav-tree .layui-nav-bar { display: none; } /** 实 现 菜 单 隐 藏 */ .pear-nav-mini { overflow: hidden; } .pear-nav-mini .layui-nav-item a span { display: none; } .pear-nav-mini .layui-nav-child { display: none; } .pear-nav-mini .layui-nav-more { display: none !important; } .pear-nav-control .layui-this { background-color: #F0F0F0; } .pear-nav-control .layui-nav-bar { display: none; } /** 隐 藏 后 子 级 悬 浮 菜 单 */ .pear-nav-tree .layui-nav-hover { border-radius: 4px; overflow: hidden; background-color: #28333E; display: block; position: fixed; min-width: 130px; margin-left: 62px; padding-top: 4px !important; padding-bottom: 4px !important; box-shadow: 0 0 3px lightgray; } .pear-nav-tree .layui-nav-hover a span { display: inline-block !important; } .pear-nav-tree .layui-nav-hover a i { display: none; } /** 滚 动 条 样 式 */ .layui-side-scroll::-webkit-scrollbar { width: 0; height: 0; } .light-theme.layui-side-scroll::-webkit-scrollbar { width: 4px; height: 4px; } .light-theme.layui-side-scroll::-webkit-scrollbar-track { background: white; border-radius: 2px; } .light-theme.layui-side-scroll::-webkit-scrollbar-thumb { background: #E6E6E6; border-radius: 2px; } .light-theme.layui-side-scroll::-webkit-scrollbar-thumb:hover { background: #E6E6E6; } .light-theme.layui-side-scroll::-webkit-scrollbar-corner { background: #f6f6f6; } /* #409eff */ /** 亮 样 式*/ .dark-theme, .dark-theme .layui-nav-tree { background-color: #28333E !important; } .light-theme { background-color: white !important; } .light-theme .pear-nav-tree, .light-theme .pear-nav-tree .layui-nav-child { background-color: white !important; } .light-theme .pear-nav-tree a, .light-theme .pear-nav-tree .layui-nav-more { color: dimgray !important; border-top-color: dimgray; } .light-theme .pear-nav-tree .layui-nav-itemed > a > .layui-nav-more { border-top-color: white !important; border-bottom-color: dimgray !important; } .light-theme .pear-nav-tree .layui-nav-child { padding-top: 0; padding-bottom: 0; } .light-theme .pear-nav-tree .layui-this a, .light-theme .pear-nav-tree .layui-this { color: white !important; background-color: #009688 !important; } .light-theme .pear-nav-tree .layui-this a:hover { background-color: #009688 !important; } .light-theme .pear-nav-tree .layui-nav-bar { display: none; } /** 下 拉 图 标 */ .pear-nav-tree.arrow .layui-nav-more { font-family: layui-icon, serif !important; font-size: 12px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow: hidden; width: auto; height: auto; line-height: normal; border: none; top: 23px; /*margin-right: 5px !important;*/ margin: 0; padding: 0; display: inline-block; transition: all .2s; -webkit-transition: all .2s; } .pear-nav-tree.arrow .layui-nav-child .layui-nav-more { top: 17px; } .pear-nav-tree.arrow .layui-nav-more:before { content: "\e61a"; } .pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); width: 12px; text-align: center; } .pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more:before { content: '\e61a'; background-color: transparent; display: inline-block; vertical-align: middle; } /* dimples 样式 */ .layui-nav .layui-nav-item a .layui-icon { font-size: 18px; }
0.404272
0.05694
.container { width: 764px; } .openNewChannel { display: flex; flex-direction: row; background-color: var(--background-back-color); padding: 30px 40px; margin-top: 5px; } .pushAmtAtomsInput, .localAmtAtomsInput { margin-top: 10px !important; } .counterpartyInput { padding-right: 30px; width: 367px !important; } .counterpartyInput.error { padding-right: 39px; color: var(--color-orange); } .counterpartyInput.success { padding-right: 39px; } .recentNodesContainer { width: 300px; max-width: 260px; margin-left: 25px; padding-left: 30px; border-left: 1px solid var(--grey-3); } .title { font-size: 13px; line-height: 16px; } .recentNodesContainer > ul { margin-top: 20px; } .recentNodesContainer > ul > li { text-overflow: ellipsis; overflow: hidden; font-size: 16px; line-height: 22px; color: var(--main-dark-blue); margin: 0 0 15px 0; padding: 0 0 0 17px; background-image: var(--arrow-right-gray-icon); background-repeat: no-repeat; background-size: 5px; background-position: 0; white-space: nowrap; } .recentNodesContainer > ul > li:hover { color: var(--accent-blue); text-decoration: underline; background-image: var(--arrow-right-blue-icon); cursor: pointer; } .recentNodesContainer > ul > li:last-of-type { margin: 0; } .pasteButton { font-family: var(--font-family-regular); padding: 3px 10px !important; font-size: 13px !important; line-height: 16px !important; transition: none !important; } .clearAddressButton { width: 26px; background-image: var(--indicator-invalid-icon); height: 16px; border: none !important; padding: 0 !important; transition: none !important; background-size: 21px; background-repeat: no-repeat; background-position: center; background-color: var(--background-back-color) !important; } .clearAddressButton:hover { opacity: 0.85; } .cardWrapper { display: flex; cursor: pointer; margin-bottom: 5px; } .cardWrapper:hover { filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16)); } .continueButton { width: 40px; background-color: var(--governance-nav-button-bg); cursor: pointer; } .cardWrapper:hover .continueButton { background-color: var(--grey-5); } .cardWrapper.channelBlueBorder { border-left: 3px solid var(--accent-blue); } .cardWrapper.channelGrayBorder { border-left: 3px solid var(--grey-7); } .continueArrow { height: 10px; width: 10px; background-image: var(--menu-arrow-up); background-position: 50% 5px; background-repeat: no-repeat; transform: rotate(90deg); } .cardWrapper:hover .continueArrow { background-image: var(--arrow-left-white); background-position: 50% 0; transform: rotate(180deg); } .modalChanelCard { padding: 22px 0 30px 0; } .modalDetailsHeader { padding: 16px 25px; } .modalDetailsGrid { grid-template-columns: 1fr 2fr; } .modalCloseButton { background-color: var(--ln-close-channel-button-bg) !important; color: var(--ln-close-channel-button-text) !important; border-color: var(--ln-close-channel-button-bg) !important; } .modalCloseButton:hover { opacity: 0.85; } .filterContainer { margin-left: auto; } .channelSearch { display: inline-block; } .sortByTooltip { font-size: 14px; width: max-content; } .typeTooltip { font-size: 14px; width: max-content; } .searchInput input { width: 180px; } .channelHistorySubtitle { display: flex; flex-direction: row; width: initial; margin-top: 40px; } .empty { text-align: center; } .searchBt { margin-top: 9px; } .counterpartyWrapper.hideSearchBt .counterpartyInput { width: 398px !important; } .counterpartyWrapper { display: flex; flex-direction: row; margin-top: 20px !important; justify-content: space-between; } .buttonContainer { display: flex; justify-content: flex-end; margin: 20px 0 30px 0; } @media screen and (max-width: 768px) { .container { width: 355px; } }
app/components/views/LNPage/ChannelsTab/ChannelsTab.module.css
.container { width: 764px; } .openNewChannel { display: flex; flex-direction: row; background-color: var(--background-back-color); padding: 30px 40px; margin-top: 5px; } .pushAmtAtomsInput, .localAmtAtomsInput { margin-top: 10px !important; } .counterpartyInput { padding-right: 30px; width: 367px !important; } .counterpartyInput.error { padding-right: 39px; color: var(--color-orange); } .counterpartyInput.success { padding-right: 39px; } .recentNodesContainer { width: 300px; max-width: 260px; margin-left: 25px; padding-left: 30px; border-left: 1px solid var(--grey-3); } .title { font-size: 13px; line-height: 16px; } .recentNodesContainer > ul { margin-top: 20px; } .recentNodesContainer > ul > li { text-overflow: ellipsis; overflow: hidden; font-size: 16px; line-height: 22px; color: var(--main-dark-blue); margin: 0 0 15px 0; padding: 0 0 0 17px; background-image: var(--arrow-right-gray-icon); background-repeat: no-repeat; background-size: 5px; background-position: 0; white-space: nowrap; } .recentNodesContainer > ul > li:hover { color: var(--accent-blue); text-decoration: underline; background-image: var(--arrow-right-blue-icon); cursor: pointer; } .recentNodesContainer > ul > li:last-of-type { margin: 0; } .pasteButton { font-family: var(--font-family-regular); padding: 3px 10px !important; font-size: 13px !important; line-height: 16px !important; transition: none !important; } .clearAddressButton { width: 26px; background-image: var(--indicator-invalid-icon); height: 16px; border: none !important; padding: 0 !important; transition: none !important; background-size: 21px; background-repeat: no-repeat; background-position: center; background-color: var(--background-back-color) !important; } .clearAddressButton:hover { opacity: 0.85; } .cardWrapper { display: flex; cursor: pointer; margin-bottom: 5px; } .cardWrapper:hover { filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16)); } .continueButton { width: 40px; background-color: var(--governance-nav-button-bg); cursor: pointer; } .cardWrapper:hover .continueButton { background-color: var(--grey-5); } .cardWrapper.channelBlueBorder { border-left: 3px solid var(--accent-blue); } .cardWrapper.channelGrayBorder { border-left: 3px solid var(--grey-7); } .continueArrow { height: 10px; width: 10px; background-image: var(--menu-arrow-up); background-position: 50% 5px; background-repeat: no-repeat; transform: rotate(90deg); } .cardWrapper:hover .continueArrow { background-image: var(--arrow-left-white); background-position: 50% 0; transform: rotate(180deg); } .modalChanelCard { padding: 22px 0 30px 0; } .modalDetailsHeader { padding: 16px 25px; } .modalDetailsGrid { grid-template-columns: 1fr 2fr; } .modalCloseButton { background-color: var(--ln-close-channel-button-bg) !important; color: var(--ln-close-channel-button-text) !important; border-color: var(--ln-close-channel-button-bg) !important; } .modalCloseButton:hover { opacity: 0.85; } .filterContainer { margin-left: auto; } .channelSearch { display: inline-block; } .sortByTooltip { font-size: 14px; width: max-content; } .typeTooltip { font-size: 14px; width: max-content; } .searchInput input { width: 180px; } .channelHistorySubtitle { display: flex; flex-direction: row; width: initial; margin-top: 40px; } .empty { text-align: center; } .searchBt { margin-top: 9px; } .counterpartyWrapper.hideSearchBt .counterpartyInput { width: 398px !important; } .counterpartyWrapper { display: flex; flex-direction: row; margin-top: 20px !important; justify-content: space-between; } .buttonContainer { display: flex; justify-content: flex-end; margin: 20px 0 30px 0; } @media screen and (max-width: 768px) { .container { width: 355px; } }
0.421076
0.089773
1. Main Colors Code 2. General Rules 3. Typography Styling 4. Navbar Menu ....a) Logos Size ....b) Navbar effects ....c) Dropdown styling ....d) Sidebar menu styling (Only on devices of viewport size of 1000px and up) ....e) Navbar Toggler styling for small and medium devices (1000px and down) 5. Home Section ....a) Home Styling ....b) Search Form ....c) Buttons ....d) Home 2 Page ....e) Masonry Destinations ....f) Why Travel with Us 6. Destinations gallery 8. Tour Cards Styling 9. Testimonials Carousel 10. Call to action Boxes 11. Video Pop Ups styling 12. Footer ....a) Instagram Gallery ....b) Social Links ....c) GO UP Button 13. Tour/Destination Search ....a) Tour search Inputs ....b) Jquery UI Elements 14. Tour Card 2 Cols / 3 Cols / Images for Inner pages ....a) Tour Pagination numbers 15. Tour Single Page styles 12. Pop Up styling transition effects 13. Inner Page Styling ....a) Our Team ....b) Google Maps ....c) 404 Pages 14. Image Grid Pop Up 15. Blog Listing and Blog Single 16. Responsive CSS ....a) Large and Extra Large devices and up (desktops, 992px and up) ....b) Medium devices and down ( Tablets, 992px and down) ....c) Small devices (Landscape Phones, 768px and down) ....d) Extra Small devices (Portrait phones, 576px and down) *************************************************************************/ /* Fonts Used In the Project: Arial for Headings and Arial for Texts */ @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700'); @import url('https://fonts.googleapis.com/css?family=Arial:300,400,700'); /*======================================================================= // Main Colours Hex Values ========================================================================= # Black (Headings mostly, text): #303030 # Grey (secondary text) #AFAFAF # White ( white text inside images mostly, background-color) # Purple Primary Color (important text, call to action box, newsletter, other uses): #006DCC and rgba(155,81,224,0.X); for semi transparent background (X value may differ) # Desaturated Red for action links, buttons #006DCC # Mid grey: #666666 # Please after you change main colors Use search and replace function for changing it all. (Ctrl+F or F3 in most text editors) */ .white { color:#fff; } .black { color:#303030; } .grey { color:#AFAFAF; } .red { color:red; } .primary-color { color:#006DCC; } .action-color { color: #006DCC; } .grey1{color:#666;} .grey1:hover{color:red; cursor:pointer;} .red:hover{cursor:pointer} .activemenu{color:#006DCC !important;} /*======================================================================= // General Rules =========================================================================*/ a:hover { text-decoration: none!important; } /*body { overflow-x: hidden!important; } */ .img-border { border-radius:15px; } button, button:active, button:focus, button:hover, .btn, .btn:active, .btn:focus, .btn:hover { outline:none !important; box-shadow:none!important; } a img, a:active, a:focus, a:hover, a, a:active, a:focus, a:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active { outline:none !important; box-shadow:none!important; } /* Styling for the curved Home 1 and 2 */ .curve { position: absolute; bottom: -1px;width:100%; } .curve2 { position: absolute; bottom:-2px;width:100%; } .curve3 { position: absolute; top: -1px;width:100%; } /* Section Spacing */ /* Since SVG of curve is 40px of height, section heights may not be equal */ section { position: relative; } #section2 { background-color: #F2F3F9; padding-top:80px; padding-bottom:120px; z-index: 0; } #section3 { background-color: #Fff; padding-top:80px; padding-bottom:80px; z-index: 0; } #section4 { background-color: #F2F3F9; padding-bottom: 120px; padding-top: 120px; } #section5 { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #sectionvideo { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #pagesection { background-color: #F2F3F9; padding-top:80px; padding-bottom:80px; z-index: 0; } .homeflat #section2 { background-color: #F2F3F9; padding-top: 80px; padding-bottom: 80px; z-index: 0; } .homeflat #section3 { padding: 80px 0 80px 0!important; } .homeflat #section4 { background-color: #F2F3F9; padding-bottom: 80px; padding-top: 80px; } .homeflat #section5 { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #section-newsletter { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #aboutsection { background-color: #F2F3F9; padding-bottom:80px; padding-top:120px; z-index: 0; } #section-masonry { background-color: #FFFFFF; padding-bottom: 80px; padding-top: 0px; } .homeflat .searchform { bottom: 9%; } #sectioncarousel { padding: 80px 0 10px 0!important; } #sectioncta { padding: 0px 0 80px 0!important; margin-top: -10px; } .padding-top { padding-top:40px; } /*======================================================================= // Boostrap Overriding style =========================================================================*/ .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 18px; padding-left: 18px; } .mb-4, .my-4 { margin-bottom: 2.2rem!important; } .my-4 { margin-top: 2.2rem!important; } /*======================================================================= // Typography Styling =========================================================================*/ .title-center { text-align: center; } .shadow-text { text-shadow: 1px 2px 3px rgba(0,0,0,0.45); } .upper{ text-transform: uppercase; } .front { z-index: 50; } .light { font-weight:300; } .regular { font-weight:400; } .semibold { font-weight: 600; } .bold { font-weight: 700; } h2, h3, h4, h6 { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 600; } h1 { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 700; font-size:80px; } h2 { font-weight: 700; color: #303030; font-size: 50px; } h3 { font-size:40px; } h4 { font-size:34px; } h5 { line-height: 1.45; font-family: 'Arial', serif; font-weight: 400; font-size: 22px; font-style: italic; } h6 { font-size: 22px; font-weight: 600; } p.subheading { line-height: 1.2; font-family: 'Arial', serif; font-weight: 400; font-size: 18px; } .subtitle { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 600; font-size: 16px; } p { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 400; color: black; font-size: 18px; } li p.white { font-weight: 300; } p.text-block { font-size: 18px; line-height: 1.655; } p.wall-text { line-height: 1.655; } .tiny { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 400; font-size:16px; } p span { color:#6f6f6f; } /*======================================================================= // Navbar Menu =========================================================================*/ /* Logo Navbar */ .navbar-brand img { width:170px; } /* Logo Footer and sidebar */ .logo-light { width:150px;} /* Navbar effects */ #top { z-index:100; } .navbar { -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; transition: all 0.3s ease-out; background-color: #Fff!important; } .affix { padding-top: 0.65em !important; padding-bottom: 0.65em !important; -webkit-transition:padding 0.2s linear; -moz-transition:padding 0.2s linear; -o-transition:padding 0.2s linear; transition:padding 0.2s linear; background-color: #Fff!important; box-shadow: 0px 10px 30px 0px rgba(47,47,47,0.15); } .block-transform { background-color: rgba(255, 255, 255, 0.9); } /* Dropdown Items */ @media (min-width: 992px) { .dropdown-menu.columns-2 { min-width: 500px; } .dropdown-menu li a { padding: 5px 15px; } .multi-column-dropdown { list-style: none; margin: 0px; padding: 0px; } .multi-column-dropdown li a { display: block; clear: both; line-height: 1.428571429; color: #333; white-space: normal; } .open>.dropdown-menu { margin-top: initial; } .nav-item:before { display: block; content: ""; width: 100%; height: 20px; position: absolute; top: 25px; left: 0; } } @media (min-width:992px) { .dropdown:hover>.dropdown-menu { display: block!important; } .dropdown:hover>.dropdown-menu { animation-name: slidenavAnimation; animation-duration:.3s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards; } @keyframes slidenavAnimation { from { -webkit-transform: scale(0.5); } to { -webkit-transform: scale(1); } } @-webkit-keyframes slidenavAnimation { from { -webkit-transform: scale(0.5); } to { -webkit-transform: scale(1); } } } .dropdown-item { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 16px; color: #303030; background-color: transparent; } .dropdown-item:focus, .dropdown-item:hover { background-color: transparent; color: #006DCC; } .fa-phone { font-size: 18px; opacity: 0.6; } .fa-envelope { opacity: 0.6; } .dropdown-menu { background-color: #fff; border: none; border-radius: 15px; box-shadow: 0 -5px 10px -5px rgba(50,50,50,0.45); z-index: 30; } .dropdown-toggle:after { border: none; } .dropdown-menu:after { content: ""; position: absolute; width: 0; height: 0; top: 0px; right: 24px; box-sizing: border-box; border-color: transparent transparent transparent transparent; transform-origin: 0 0; transform: rotate(135deg); box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.2); border: 0.5em solid #ffffff; z-index: 0; } .dropdown:hover>.dropdown-menu.fade { display:block; opacity: 1; } /* Sidebar with contact information (Only for large and extra-large devices) */ .sidebartop {z-index: 50;} .mini-submenu { display:inline-block; background-color: transparent; padding: 9px; } .mini-submenu:hover { cursor: pointer; } .mini-submenu .icon-bar2 { border-radius: 1px; display: block; height: 2px; width: 20px; margin-top: 3px; text-align: right; } .mini-submenu .icon-bar2:nth-child(2) { width: 18px; transform: translatex(4px); } .mini-submenu .icon-bar2 { background-color: #000; } #slide-submenu { background: rgba(0, 0, 0, 0.45); display: inline-block; padding: 0 8px; border-radius: 4px; cursor: pointer; z-index: 40; } .list-group { display: none; width: 350px; height:100%; display:none; overflow:hidden; background: #303030; opacity: 0.95; border-color: transparent; border:none; position: fixed; right: 0px; top:0px; } ul { list-style-type: none; } .list-group-item.active { z-index: 2; color: #fff; background-color: #303030; border-color: transparent; opacity:0.95; } .list-group-item { background: #303030; opacity:0.95; border-color: transparent; color: #fff; } .list-group-item .fa-envelope, .list-group-item .fa-users {margin-right:3px;} nav h5 i { font-size: 18px;opacity: 0.8; } .sidebar a:hover { color:#fff; } .sidebar { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 600; font-size: 13.5px; color: #fff; } .fa-facebook-f { background-color:#3A589E; } .fa-twitter { background-color:#00aced; } .fa-instagram { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); } .tour-wrapper .fa-facebook-f, .tour-wrapper .fa-twitter, .tour-wrapper .fa-instagram { background:none;color:#303030; } nav .fa-facebook-f, nav .fa-twitter, nav .fa-instagram { border-radius: 30px; color: #fff; display: inline-block; height: 35px; line-height: 35px; margin: auto 3px; width: 35px; font-size: 18px; text-align: center; font-weight: normal; } /* Navbar toggler for tablets and small devices */ @media (max-width:992px) { #navbarSupportedContent{ position: fixed; top: 0; right: 0; z-index: 1; width: 220px; height: 100%; background: rgba(255, 255, 255,0.9); border-radius: 0px; } .dropdown-menu { border-radius: 0px; background-color: transparent; } } .blur-body >:not(#wrapper-navbar) { filter: blur(3px); } .dropdown-menu-right .dropdown-item { text-align: left;} .navbar-light .navbar-nav .nav-link { line-height: 1.5; font-family: 'Arial', sans-serif; font-weight: 400; font-size: 15px; color: #303030; text-transform: uppercase; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #006DCC; } .navbar { z-index: 25; } .navbar-toggler { background-color: #006DCC; width:47px; height:47px; border-radius:100px; opacity: 0.8; } .navbar-toggler .icon-bar { background-color: #fff; transform: rotate(0deg) translate(0px, 0px); transition: ease all .2s; } .navbar-toggler .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggler .icon-bar + .icon-bar { margin-top: 4px; } .icon-bar:nth-child(2) { width: 18px; transition: ease all .2s; } .navbar-toggler:hover > .icon-bar:nth-child(2) { width: 22px; transition: ease all .2s; } .navbar-toggler:active > .icon-bar:nth-child(2) { width: 22px; transition: ease all .2s; } .navbar-toggler { transition: all .4s ease-out; } .navbar-toggler[aria-expanded="true"] { transform: translateX(-215px);} .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 4px); transition: ease all .2s; } .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) { opacity: 0; transition: ease all .2s; } .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); transition: ease all .2s; } .dropdown-toggle:after { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; display: inline-block; font-size: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f078"; color:#303030; opacity: 0.8; margin-left: 1px; margin-top:3px; } .dropdown-toggle[aria-expanded="true"]:after { transform: translate(10px,3px)rotate(90deg);} .dropdown-toggle:after { transition: 0.3s; } .navbar-toggle { outline: none!important; } @media (max-width:1000px){ ul.navbar-nav { text-align: left; } } @media (max-width:900px){ .lastitem {margin-right: 10%;} } /* hero section home */ .chapter { position: relative; height: 93vh; z-index: 1; } #chapter1{ background-repeat: no-repeat; background-size:cover; background-position: center center; position: relative; overflow:hidden; background-image: url(../assets/images/du-lich-dao-ly-son-quang-ngai-lysontrip-7.jpg); } #chapter1:before { content: ''; position: absolute; left: 0; right: 0; top: 350px; bottom: 0; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); opacity: .6; } @media (max-width:405px) { .form-bottom {position: absolute; bottom: 45%; left: 0; right: 0; margin-left: auto; margin-right: auto; } } @media (min-width:405px){ .form-bottom { position: absolute; bottom: 25%; left: 0; right: 0; margin-left: auto; margin-right: auto; } } /* Search Form */ .form-inline {text-align: center;} .searchform { position: absolute; bottom: 15%; left: 0; right: 0; margin-left: auto; margin-right: auto; } .svg-offset { margin-top: -80px; z-index:0; } .svg-offset2 { margin-top: -80px; z-index:0; } #section2 .btn-primary:hover, .btn-primary:active, .btn-primary:hover { background-color:#006DCC; } .form-control { border-radius: 15px; } .form-control:focus { color: #495057; background-color: #fff; border-color: none; outline: 0; box-shadow: 0 3px 3px rgba(50,50,50,0.20); outline:none !important; border: none!important; } @media (min-width:790px) { .form-inline .form-control-inline2 { width: 22%; } .form-inline .form-control-inline3 { width: 22%; } .form-inline .iconform { opacity: 0.5; line-height: 1; color: #828282; position: relative; top: -4px; right: 45px; } } @media (max-width:789px) { .form-inline .form-control-inline2 { display:block; width:100% } .form-inline .form-control-inline3 { display:block; width:100% } .form-inline .iconform { opacity: 0.5; line-height: 1; color: #828282; position: relative; top: -35px; left: 34%; } } .form-inline .form-control-inline2 { font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-radius: 15px; font-size:15px; font-family: 'Arial', sans-serif; font-weight: 300; color:#828282; outline:none !important; border: none!important; } select { -moz-appearance: none; -webkit-appearance: none; } select::-ms-expand { display: none; } .form-control { font-size:15px; font-family: 'Arial', sans-serif; font-weight: 300; color:#828282; outline:none !important; border: none!important; } .form-control-inline2 option { padding:5px;} /* Buttons */ .btn-outline-light { font-size:18px; font-family: 'Arial', sans-serif; font-weight: 700; } .btn-outline-light:hover { background-color: #fff; } .btn-primary.btn-sm { border-radius: 15px; background-color: #006DCC; color:#fff; border:none; font-size:11px; font-family: 'Arial', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; } .btn-outline-primary.btn-sm { border-radius: 15px; background-color: transparent; color:#006DCC; border:1px solid #006DCC; font-size:11px; font-family: 'Arial', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; } .btn-outline-primary.btn-sm:hover {color:#fff; background-color: #006DCC; } .btn-outline-danger { border: 1px solid #006DCC; color: #006DCC; border-radius: 15px; font-size:15px; font-family: 'Arial', sans-serif; font-weight: 700; } .btn-outline-danger:hover { background-color: #006DCC; color:#fff; border-radius: 15px; border-color: #006DCC; } .btn-outline-danger:active, .btn-outline-danger:focus { outline: none!important; box-shadow:none!important; } /* index-2.html styles: This styles are for home2 only */ .toggleCaption, .toggleButton { animation-delay: .7s; } .formhome2 { background-color: #F2F3F9; border-radius: 15px; box-shadow: 0 5px 38px rgba(0, 0, 0, 0.14); } .newsletterhome2 { position: relative; background-image: url(../assets/images/toronto.jpg); width: 100%; background-repeat: no-repeat; background-position: bottom; } .newsletterhome2:before { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.6); opacity: 1; z-index: 0; } .videohome2 { background-color: #F2F3F9; background-image: url(../assets/images/beaching.jpg); background-repeat: no-repeat; background-position: bottom; background-size: cover; } .videohome2.container {max-width: 100%;} .block-transform { background-color: rgba(255, 255, 255, 0.9); border-radius: 15px; } /* Why Travel with Us Section */ .worldclass { width:90px; } .lovetravel { width:120px; } .parisicon { width:60px; } .carousel { position: relative;} .newsletterhome2 h6 { font-size:26px; } .newsletterhome2 .btn-primary:hover { background-color: white;color:#006DCC; } .svgplane { position: absolute; bottom: -1px;width:100%; } /* Masonry Destinations */ .gal { -webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */ column-count: 3; } .gal img { width:100%; } .gal .masonry-full { margin: 0px 0px 0px 0px;} @media (max-width: 768px) { .gal { -webkit-column-count: 1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1; } } .masonry-item:before { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity: 1; transition: all .5s; -webkit-transition: all .5s; } .masonry-item { position: relative; } .masonry-info { position:absolute; transform: translate(-50%,-50%); top:50%; left:50%; } .masonry-item:after { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.4); opacity: 0; transition: all .5s; -webkit-transition: all .5s; } .masonry-item:hover:after { opacity: 1; } @media (min-width:900px){ .masonry-item a {display:none;} .masonry-item:hover a { display: inline-block; animation: showNav 250ms ease-in-out both; } @keyframes showNav { from {opacity: 0;} to {opacity: 1;} } } .btn-outline-light { border-radius: 15px; } /* End section home2.html */ /*======================================================================= // Destination Gallery =========================================================================*/ .svg-front { position: relative;z-index:10; } .svg-back { position: absolute;bottom:70%;right:38%;z-index:0; } .separator { width: 100px; height: 3px; display: inline-block; background-color: #006DCC; content: ""; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 0px; border-radius: 2px; text-align: left; } .destination-item { height: 300px; border-radius: 15px; position: relative; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; } .destination-item img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; } .destination-item:before { content: ''; position: absolute; left: 0; right: 0; top: 300px; bottom: 0; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); border-radius: 0 0 15px 15px; z-index: 5; } #destinations-home .card-image-holder { height:450px; } .card-image-holder { border-radius: 15px; background-clip: padding-box; /*margin: 7px 0 0 5px;*/ background-size: cover; background-position: center center; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; height:290px; position: relative; } .card-image-holder img{ border-radius: 15px; object-fit: cover; font-family: 'object-fit: cover;'; } .card-image-holder:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .complete-image:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); } .destination-item:hover { box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);} h6.black { font-weight: 700; } h6.primary-color { font-weight: 700; } .destination-item h6 { font-weight: 700; margin:0 auto; margin-top: -87px; text-align:left; display: block; position: absolute; background: rgba(255,255,255,0.7); width: 100%; padding: 20px 25px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } /*======================================================================= // Tour Cards Styling =========================================================================*/ .tourcard { width:160px; } .card { display: block; line-height: 1.42857143; background-color: #Fff; border-radius: 15px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; border:none; } .container-fluid .card h6 {font-size:22px; font-weight: 700; } .card:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .img-card { width: 100%; height:200px; display:block; overflow: hidden; } .img-card:before { content: ''; position: absolute; left: 0; top: 0; width:75px; height:100px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 5; overflow: hidden; } .card small { font-family: 'Arial', sans-serif; font-weight: 400; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 22px 0 0px 20px; line-height: 22px; font-size: 18px; color:#Fff; opacity: 0.8; transition: all .25s ease; } .img-card img { border-radius: 15px 15px 0px 0px; width: 100%; height: 200px; object-fit:cover; font-family: 'object-fit: cover;'; } .card-content { padding:15px; } .tours-homepage .card-content h6.black { margin-top:15px; } .card-content .tiny.white { font-size:14px; } .card-title { margin-top:0px; } .card-title a { font-weight: 700; color: #303030!important; text-decoration: none !important; } h6 a { color: #303030!important; } .card-read-more { border-top: 1px solid #D4D4D4; } .card-read-more a { text-decoration: none !important; padding:10px; } .review-card .tiny {font-size:13px;} .card-content p { margin-bottom:5px; } .special-offer { position:absolute; transform: translate(-50%, -50%); bottom:40%; left:50%; } .arrow_box { position: relative; background: #006DCC; height:55px; width:65px; animation: float 3s ease-in-out infinite; border-radius: 10px; } .arrow_box .subtitle { position:absolute; transform: translate(-50%, -50%); top:50%; left:50%; } .arrow_box:after { top: 99%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #006DCC; border-width: 10px; margin-left: -10px; } /*======================================================================= // Testimonial Carousel =========================================================================*/ .quotesicon {width:150px;} .carousel-home2 .carousel-item img { width: 100%; height: 85vh; object-fit: cover; font-family: 'object-fit: cover;'; } .testimonials .carousel-inner .carousel-item .img-box { width: 135px; height: 135px; } .testimonials .carousel-control-prev { left: -100px; } .testimonials .carousel-control-next { right: -100px; } .testimonials .carousel-indicators { position: relative; } @media (min-width: 320px) and (max-width: 640px) { .testimonials .carousel-inner .carousel-item p { font-size: 14px; } .testimonials .carousel-control-prev { left: -40px; } .testimonials .carousel-control-next { right: -40px; } } .testimonials .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4F81' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .testimonials .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4F81' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .testimonials .carousel-indicators li { background-color: #14BBDE; } .testimonials .carousel-indicators .active { background-color: #006DCC; } .svgcenter { margin-left:auto; margin-right:auto; display:block; } /*======================================================================= // Call To Action Boxes Styling =========================================================================*/ .lightbox { display: none; } .bs-calltoaction { position: relative; width:auto; padding: 15px 25px; border: 1px solid black; margin-top: 10px; border-radius: 15px; } .bs-calltoaction > .row { display:table; width: calc(100% + 30px); } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"]{ float:none; display:table-cell; vertical-align:middle; } .cta-contents { padding-top: 10px; padding-bottom: 10px; } .cta-title { margin: 0 auto 15px; padding: 0; } .cta-button { padding-top: 10px; padding-bottom: 10px; } @media (max-width: 750px) { .bs-calltoaction > .row { display:block; width: auto; } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"] { float:none; display:block; vertical-align:middle; position: relative; } .cta-contents { text-align: center; } } .bs-calltoaction.bs-calltoaction-default { background-color: #0062cc; border-color: #0062cc; } #section3 .white-cta { background-color: #F2F3F9; border-color: #F2F3F9; } #section3 .red-cta, #section5 .red-cta { background-color: #006DCC; border-color: #006DCC; } .bs-calltoaction.bs-calltoaction-primary .cta-button .btn, .bs-calltoaction.bs-calltoaction-info .cta-button .btn, .bs-calltoaction.bs-calltoaction-success .cta-button .btn, .bs-calltoaction.bs-calltoaction-warning .cta-button .btn, .bs-calltoaction.bs-calltoaction-danger .cta-button .btn { border-color:#fff; } .cta-button .btn-primary:hover { background-color: #fff;color:#006DCC; } .cta-button-2 .btn-primary { color: #fff;background-color:#006DCC; } .cta-button-2 .btn-primary:hover { background-color: #fff;color:#006DCC; } /*======================================================================= // Video Pop Up =========================================================================*/ .video-call { position: relative; border-radius: 15px; } .play-center { margin: 0 auto; position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); } .fa-play-circle { color: #fff; opacity: .9; } a .fa-play-circle {transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .fa-play-circle{ transform: scale(1.1); } .video-responsive iframe { height:300px; width:100%; } /*======================================================================= // Footer =========================================================================*/ /* Instagram Gallery */ .grid:after { content: ''; display: block; clear: both; } .grid-item img { display: inline-block; max-width: 30%; border-radius:7px; margin: 3px; max-height: 28%; } .grid2:after { content: ''; display: block; clear: both; } .grid-item2 img { display: inline-block; max-width: 46.2%; border-radius: 7px; margin: 8px 0px 0px 8px; max-height: 28%; } .search-button .form-control { border: 1px solid #d0d0d0!important; } .search-button .fa-search { color:#d0d0d0 ; } .search-button:hover .fa-search { color:#fff; } .searc-button .btn { background-color: #d0d0d0; border-radius: 15px; } .btn-outline-secondary{ border: 1px solid #d0d0d0; border-radius: 15px; } .btn-outline-secondary:hover { color: #fff; background-color: #d0d0d0; border-color: #d0d0d0; } #footer { padding: 60px 0; } #footer .section-title { text-align: center; margin-bottom: 50px; } #footer { background: #303030; } #footer h5{ padding-bottom: 6px; margin-bottom: 12px; color:#ffffff; } #footer a { color: #ffffff; text-decoration: none !important; background-color: transparent; -webkit-text-decoration-skip: objects; } /* Social Links */ #footer ul.social li { padding: 3px 0; } #footer ul.social li a i { margin-right: 25px; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } ul.social li a i { font-size: 21px; } #footer ul.social li a i { border-radius: 30px; color: #fff; display: inline-block; height: 45px; line-height: 45px; margin: auto 3px; width: 45px; font-size: 21px; text-align: center; } #footer .fas { opacity: .8; } #footer .fa-instagram { font-size: 25px!important; } #footer h5 i { font-size: 18px; } #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; } #footer ul.quick-links li a i { margin-right: 5px; } .list-unstyled.quick-links h5 { font-family: 'Arial', sans-serif; font-weight: 500; font-size: 18px; font-style: normal; } ul.list-group-item h5{ font-family: 'Arial', sans-serif; font-weight: 500; font-size: 18px; font-style: normal; } /* Go Up button */ .go-up h4 { line-height: .9; } @media (min-width: 1300px) { #footer .rectangle-right { content: ''; position: absolute; right: 0; top: 0; width:60px; height:100%; opacity: .9; background: #F2F3F9; z-index: 5; overflow: hidden; } .go-up { content: ''; position: absolute; right: 10%; top: 40%; opacity: .5; z-index: 5; overflow: hidden; color: #006DCC; } .block-transform {transform: translateX(-140px);} } @media (max-width: 1299px){ #footer .rectangle-right { content: ''; position: absolute; right: 0; top: -115px; height:115px; width:100%; opacity: .9; background: #F2F3F9; z-index: 5; overflow: hidden; } #footer { margin-top:80px; } .go-up { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .5; z-index: 5; overflow: hidden; color: #006DCC; } .newsletterhome2 { transform: translateY(-25px); } .map-fullwidth { transform: translateY(-30px); } #footer .rectangle-right.white {background-color: #ffffff;} } .go-up h4 { line-height: .9;} .fa-arrow-up { font-size: 42px; transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .fa-arrow-up { transform: scale(1.13);} .letters-up {transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .letters-up { transform: scale(1.13);} @media (max-width:767px){ #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } } #footer .footer-bottom { margin-top: 0; margin-bottom: -30px; font-size: 15px; } #footer li a{ line-height: 1.3; font-family: 'Arial', sans-serif; color: #303030; font-size:18px; } .separatorfullwidth { width: 80%; height: 1px; display: inline-block; background-color: #777777; content: ""; margin: 15px auto 0; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 5px; text-align: left; } /* end of footer and main page */ /* Pages styles */ /* Tour search */ .page-title { position: relative; height: 450px; z-index: 1; background-image: url(../assets/images/search.jpg); background-repeat: no-repeat; background-size: cover; background-position: bottom center; background-attachment: fixed; position: relative; overflow:hidden; } .destinations { background-image: url(../assets/images/destinations.jpg); } .center-text { transform: translate(-50%, -50%); top:57%; left:50%; position: absolute; width: 85%; } .form-container { background-color: #F2F3F9; border-radius: 15px; } @media (min-width: 1200px){ .container-fluid { max-width: 1300px; } } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #fff!important; border: none; border-radius: 15px; opacity:0.5; } .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; border-radius: 0px 15px 15px 0px; } /* Jquery UI Elements */ #amount { border:none; color:#006DCC; font-weight:bold; background-color:#F2F3F9; } #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, html #ui-datepicker-div .ui-button.ui-state-disabled:hover, html #ui-datepicker-div .ui-button.ui-state-disabled:active { border: 1px solid #fff; background: #fff; font-weight: normal; color: #303030; outline:none; border-radius: 5px; font-family: 'Arial', sans-serif; font-weight: 300; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #fff; background: #006DCC; font-weight: normal; color: #fff; outline:none; border-radius: 5px; font-family: 'Arial', sans-serif; font-weight: 300; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-family: 'Arial', sans-serif; font-weight: 600; } .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; font-family: 'Arial', sans-serif; font-weight: 600; } .ui-state-active, .ui-widget-content .ui-state-active, { border: 1px solid #6e0793; background: #006DCC; outline:none; border: 1px solid #fff; } .ui-widget-header { border: 1px solid #fff; background: #F2F3F9; } .ui-widget.ui-widget-content { border: 1px solid #fff; } /*======================================================================= // Tour Card Item for Inner Pages =========================================================================*/ .tour-list-sidebar .img-card:before { content: ''; position: absolute; left: 0; top: 0; width:60px; height:80px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 5; overflow: hidden; } .tour-list-sidebar .card small strong { margin-left:-7px; } .tour-list-sidebar .card small { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 17px 0 0px 13px; line-height: 17px; opacity: 0.8; font-weight: 400; font-size:13px; } .review-card { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 0px 0px 15px 13px; line-height: 17px; font-weight: 400; font-size:13px; top:175px; z-index: 10; } .price-card { margin:0 auto; margin-bottom: -54px; text-align:right; position: absolute; padding: 0px 13px 15px 0px; line-height: 17px; top:169px; right:0; z-index: 10; } .tour-list-sidebar .bottom-tour-background { content: ''; position: absolute; width: 100%; top:140px; height:60px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0; } .fa-star { color:#FCD462;margin-right:-3px; } .fa-star-half { color:#FCD462;margin-left:4px; } .tour-list .fa-clock { font-size:11px; } .tour-list-sidebar-2-col .img-card { width: 100%; height:250px; display:block; overflow: hidden; } .tour-list-sidebar-2-col .img-card img { border-radius: 15px 15px 0px 0px; width: 100%; height: 250px; object-fit:cover; font-family: 'object-fit: cover;'; } .tour-list-sidebar-2-col .bottom-tour-background { content: ''; position: absolute; width: 100%; top:180px; height:70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0; } .tour-list-sidebar-2-col .review-card { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 0px 0px 15px 18px; line-height: 17px; font-weight: 400; font-size:13px; top:225px; z-index: 10; } .tour-list-sidebar .card { max-width: 455px; } .card-days { content: ''; position: absolute; left: 0; top: 0; width:55px; height:65px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 335; overflow: hidden; } .card-image-holder small { font-family: 'Arial', sans-serif; font-weight: 400; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 22px 0 0px 20px; line-height: 22px; font-size: 18px; color:#Fff; opacity: 0.8; } .tour-list-sidebar .card-image-holder small strong { margin-left:-7px; } .tour-list-sidebar .card-image-holder small { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 17px 0 0px 13px; line-height: 17px; opacity: 0.8; font-weight: 400; font-size:13px; } .tour-list-sidebar .card-image-holder .card-content { position: absolute; bottom:0; padding: 0px 15px 5px 25px; } .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top:200px; height:90px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } #destinations-home .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top:380px; height:70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } .card-full .card-content h6 { font-weight: 700; font-size:20px; } .review-card-image { font-size:11px; z-index: 10; margin-top:0px; } .card .col-7 { padding-right:0px!important; } .card .col-5 { padding-left:0px!important; } .card .col-8 { padding-right:0px!important; } .card .col-4 { padding-left:0px!important; } .card-image-holder .col-7 { padding-right:0px!important; } .card-image-holder .col-5 { padding-left:0px!important; } .card-image-holder .col-7 { padding-left: 10px!important; } .card-image-holder .col-8 { padding-right:0px!important; } .card-image-holder .col-4 { padding-left:0px!important; } .more-info { background-color: transparent; border: 1px solid #d0d0d0; width:100%; max-width: 400px; border-radius: 15px; } .more-info.tags { margin-left:auto; margin-right:auto; display:block; } .mail-info, .tel-info { font-size:18px; } .info-title:after { width: 100%; height: 1px; display: block; background-color: #d0d0d0; content: ""; margin: 1px auto 0; } .pagination { clear:both; padding:0px 0px; position:relative; font-size:11px; line-height:13px; } .pagination div, .pagination a { margin: 2px 5px 2px 0; padding:9px 12px 2px 12px; text-decoration:none; width:auto; color:#006DCC; background: #fff; border-radius: 10px; border: 1px solid #006DCC; height:41px; text-align: center; vertical-align: middle; } .pagination a:hover { color:#006DCC; background: #006DCC; color:#fff; } .arrow-offset {transform: translateY(-2px);} .pagination .current { padding:9px 12px 2px 12px; background: #006DCC; color:#fff; height:41px; } /*======================================================================= // Tour Single Page styles =========================================================================*/ .tour-title img { max-height:600px; z-index: 1; background-repeat: no-repeat; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ object-position: bottom; } .center-image img { object-position: center!important; } .curvechevron { position: absolute; bottom: 0; transform: translatex(-50%); left:50%; width:30%; z-index: 50; } .chevroncurve { position: absolute; margin: 0 auto; bottom:-5px; left:50%; transform: translate(-50%, -50%); z-index: 52; } .hoverchevron { font-size:26px; transition: all 0.3s cubic-bezier(.6,.23,.32,.95); } a:hover .hoverchevron { transform: scale(1.2); } .single-tour .price-big { font-size:29px; } .separator-tour { width: 100%; height: 0.8px; display: inline-block; background-color: #E5E5E5; content: ""; margin: 15px auto 0; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 0px; text-align: center; } .age-icon { width:70px; } .duration-icon, .location-icon { width:60px; } .calendar-icon { width:50px; } .single-tour-container li { width: 95%; padding: 20px 0 20px 0; border-top: 1px solid #E5E5E5; float: left; } .single-tour-container li:last-child { width: 95%; padding: 20px 0 20px 0; border-bottom: 1px solid #E5E5E5; float: left; margin-bottom: 60px; } .single-tour-container li:first-child { border-top: none; } ul.single-tour-container { list-style: none; list-style-type: none; } .single-tour-container li .tour-item-title { width: 30%; float: left; font-weight: 600; } .single-tour-container li .tour-item-description { width: 70%; float: right; font-size:18px; line-height: 1.9; font-family: 'Arial', sans-serif; font-weight: 400; color: #303030; } .list-font { font-family: 'Arial', sans-serif; font-size: 18px; color: #3e3d3d; font-weight: 600; } .tour-schedule .list-font { font-family: 'Arial', sans-serif; font-size: 18px; color: #3e3d3d; font-weight: 600; } .tour-schedule img { border-radius: 15px;} .tour-schedule p { font-size:18px; } .fa-check-circle { color:#6FCF97; font-size:15px; margin-right:11px; } .fa-times-circle { font-size:15px; margin-right:11px; color: #006DCC; } /*======================================================================= // Pop up styling =========================================================================*/ /* This block of CSS adds opacity transition to background */ .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } .hidden { overflow: hidden; display: none; visibility: hidden; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;} .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;} .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } * { transition: filter .25s ease; } .mfp-wrap ~ * { filter: blur(4px); } .mfp-bg { background: #FFFFFF; opacity: 0.4; } .dontblur { background: transparent; filter:blur(0px); } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #006DCC; opacity: 1; } .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover { color: #006DCC; opacity: 0.6; } div.avia-popup button.mfp-arrow:before { color: #006DCC; } div.avia-popup button.mfp-arrow:hover:before { color: #006DCC; } .mfp-arrow-left { color: #006DCC!important; opacity: 0.6; } .mfp-arrow-right { color: #006DCC!important; opacity: 0.6; } .white-popup a i { border-radius: 50%; color: #fff; display: inline-block; height: 60px; line-height: 60px; margin: auto 3px; width: 60px; font-size: 28px; text-align: center; } .white-popup .fa-envelope { background-color: #c61e56; } .fa-google-plus-g { background-color: #d34836; } .fa-pinterest-p { background-color: #BE0C20; } label { font-family: 'Arial', sans-serif; font-weight: 400; color: #303030; font-size: 12.5px; margin-bottom: -4px; } /*======================================================================= // Inner Pages Styling =========================================================================*/ .about-us { background-image: url(../assets/images/about-us.jpg); height: 500px; } h5 .big { font-size:40px; } .heart-offset { transform: translatey(-5px); } /* Our Team */ .team-holder { border-radius: 60px; background-clip: padding-box; margin: 7px 0 0 5px; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .cta-team {background-color: #F2F3F9;} #section4.team{ padding-bottom: 80px; } .circle { border-radius: 50%; height: 230px; width: 230px; } /* Google Maps */ #map { width: 100%; left: 0; height: 500px; } #map-small { width: 100%; left: 0; height: 260px; } .super-big { font-size: 200px; line-height: 0.8; } /* 404 Page */ .not-fixed { height:600px; background-attachment: scroll; } .shortcodes { height:400px; background-attachment: scroll; } /*======================================================================= // Image Grid Pop Up =========================================================================*/ .cardHolder { display: flex; flex-flow: row wrap; } .card-grid { flex: 1; margin: .5em; height: 200px; min-width: 200px; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .card-grid:hover { transform: scale(1.04); z-index: 1; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); } .card-grid-popup{ flex: 1; height: 200px; min-width: 200px; margin: .5em 1em .5em 0em; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; } a .card-grid-popup2:hover { transform: scale(1.04); z-index: 1; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); } .card-grid-popup2 { width: 100%; height:100%; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; object-fit: cover; font-family: 'object-fit: cover;'; } @keyframes populate { 0% { transform: scale(0); } } /*======================================================================= // Blog Pages =========================================================================*/ .ratings .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #F2F3F9; border-radius: 0px 15px 15px 0px; } .single-travel img { border-radius:5px; height:180px; width:205px; object-fit: cover; } .single-tour .single-travel img { border-radius: 10px; height: 210px; width: 260px; object-fit: cover; position: relative; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .single-tour .dates { border-radius: 10px 0px 10px 0px; } .media-body .title-blog:hover { color: #006DCC; } .title-blog { transition: all 0.2s ease-in; } .dates { background:#006DCC; color:#fff; padding: 18px 24px; position: absolute; border-radius: 5px 0px 5px 0px; } .dates span { font-size:24px; font-weight: 600; } .dates p { font-size:14px; margin-bottom:0; } .tour-title { position: relative; } .content-author { position: absolute; bottom:4%; left:22%; z-index: 50; } img.blog-image { width:55px; height:55px; object-fit: cover; border-radius:5px; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } /* List of comments */ .comments-container { margin: 0; width: 100%; } .comments-container h1 { font-size: 36px; color: #283035; font-weight: 400; } .comments-container h1 a { font-size: 18px; font-weight: 700; } .comments-list { margin-top: 30px; position: relative; } .reply-list:before, .reply-list:after { display: none; } .comments-list li { margin-bottom: 15px; display: block; position: relative; } .comments-list li:after { content: ''; display: block; clear: both; height: 0; width: 0; } .reply-list { padding-left: 88px; clear: both; margin-top: 15px; } /** * Avatar ---------------------------*/ .comments-list .comment-avatar { width: 10%; height: 70px; position: relative; z-index: 99; float: left; border: 3px solid #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); overflow: hidden; } .comments-list .comment-avatar img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .reply-list .comment-avatar { width: 8.7%; height: 55px; } .comment-main-level:after { content: ''; width: 0; height: 0; display: block; clear: both; } ul { -webkit-padding-start: 0px;padding:0px; } ul {-moz-padding-start: 0px;padding:0px;} ul.single-tour-container { -webkit-padding-start: 20px; padding:20px;} ul.single-tour-container {-moz-padding-start: 20px;padding:20px;} .comments-list .comment-box { width: 88%; float: right; position: relative; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15); box-shadow: 0 1px 1px rgba(0,0,0,0.15); border-radius: 10px; } .comments-list .comment-box:before, .comments-list .comment-box:after { content: ''; height: 0; width: 0; position: absolute; display: block; border-width: 10px 12px 10px 0; border-style: solid; border-color: transparent #F2F3F9; top: 8px; left: -11px; } .comments-list .comment-box:before { border-width: 11px 13px 11px 0; border-color: transparent rgba(0,0,0,0.05); left: -12px; } .reply-list .comment-box { width: 89%; } .comment-box .comment-head { background: #F2F3F9; padding: 10px 12px; border-bottom: 1px solid #E5E5E5; overflow: hidden; border-radius: 10px 10px 0 0; } .comment-box .comment-name { color: #303030; font-size: 18px; font-weight: 700; float: left; margin-right: 10px; transform: translatey(3px); font-family: 'Arial', sans-serif; } .comment-box .comment-name a { color: #303030; } .comment-box .comment-head span { color: #999; font-size: 13px; position: relative; margin-left:10px; font-family: 'Arial', sans-serif; } .comment-box .comment-head span.time-blog { float: left; top: 4px; } .comment-box .comment-content { background: #FFF; padding: 12px; font-size: 18px; color: #595959; border-radius: 0 0 10px 10px; font-family: 'Arial', sans-serif; font-weight: 400; line-height: 1.655; } .comment-box .comment-name.by-author:after { content: 'author'; background: #006DCC; color: #FFF; font-size: 12px; padding: 3px 5px; font-weight: 700; margin-left: 10px; border-radius: 10px; transform: translateY(-3px); display: inline-block; } .form-comment .form-control { background-color:#F2F3F9; } .hidebr { display: none!important; } /* Elements */ iframe{ border:none!important; border-width: 0px!important; } .accordion-toggle:before { font-family: "Font Awesome 5 Free"; content: "\f078"; float: left; transform: rotate(-90deg); margin-right:10px; font-weight: 900; } .accordion-toggle[aria-expanded="true"]:before { transform: rotate(0deg); } .accordion-toggle:before { transition: 0.3s; } .image-link { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } /** ===================== * Responsive CSS ========================*/ @media (min-width: 1200px) { .mb-lg-0, .my-lg-0 { margin-bottom: 0!important; } .container { max-width: 1200px; } .tour-list-sidebar .col-lg-3.order-lg-first {padding-left: 0px;padding-right: 32px;} } @media (max-width: 1200px) { #footer { margin-top:120px; } .contact #footer { margin-top:85px; } } /* Large devices (desktops, 992px and up)*/ @media (min-width:992px) { .bs-calltoaction { padding: 15px 75px 15px 20px; } .mb-lg-3 { margin-bottom: .5rem!important; } .complete-image.mb-lg-0, .my-lg-0, .tours-homepage .mb-lg-0 { margin-bottom: 0!important; } .meta-bottom p:nth-child(2){ margin-right: 15px;} #chapter1 { background-attachment: fixed; } .dropdown-toggle:after { transform: translatey(2px); } } /* b) Medium devices and down ( Tablets, 992px and down)*/ @media (max-width: 992px) { .home2 #footer { margin-top:90px; } .hoverchevron { font-size:21px; } .fa-arrow-up { font-size: 30px; margin-left: 4px;} h1 { font-size:60px; } .tour-title.blog-title img{ position: relative; height: 600px; } .tour-title { position: relative; height: 400px; } .content-author { position: absolute; bottom: 5%; left:13%; } .dropdown-menu:after { display:none; } .dropdown-menu { box-shadow: none; } .nav-item:before { display:none; } .center-text.blog { transform: translate(-50%, -50%); top:40%; left:50%; position: absolute; width: 85%; } .super-big { font-size:140px; } .curvechevron{ width:45%; } .center-column-sm { margin-left:auto; margin-right:auto; display:block; } } /* c) Small devices (Landscape Phones, 768px and down) */ @media (max-width: 768px) { .home1 #footer { margin-top:120px; } #footer { margin-top:120px; } #section2 { background-color: #F2F3F9; padding-top:60px; padding-bottom:60px; z-index: 0; } #section3 { background-color: #Fff; padding-top:60px; padding-bottom:60px; z-index: 0; } #section4 { background-color: #F2F3F9; padding-bottom: 60px; padding-top: 60px; } #section5 { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #pagesection { background-color: #F2F3F9; padding-top:60px; padding-bottom:60px; z-index: 0; } #section-masonry { background-color: #FFFFFF; padding-bottom: 60px; padding-top: 0px; } .contact #pagesection {padding-bottom: 90px;} #section-newsletter { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } .homeflat #section2 { background-color: #F2F3F9; padding-top: 60px; padding-bottom: 60px; z-index: 0; } .homeflat #section3 { padding: 60px 0 60px 0!important; } .homeflat #section4 { background-color: #F2F3F9; padding-bottom: 60px; padding-top: 60px; } .homeflat #section5 { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #sectionvideo { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #aboutsection { padding-top:60px; padding-bottom:60px; } .homeflat .searchform { bottom: 9%; } #sectioncarousel { padding: 60px 0 10px 0!important; } #sectioncta { padding: 0px 0 60px 0!important; margin-top: -10px; } .review-card-image span { display: block; } .card-image-holder .fa-star-half { margin-right:-6px!important; } .card-full .bottom-tour-background { top: 260px; } h1 { font-size:42px;} h2 { font-size:34px;} h3 { font-size:30px; } h4 { font-size:26px} h5 { font-size:18px} h6 { font-size:20px;} p { font-size: 18px; } .fa-7x { font-size:50px;} .page-title { height: 350px; } .destination-item { height: 350px; } .complete-image { max-width:500px; } .tour-schedule p { font-size: 18px; line-height: 1.655; } .not-fixed { height:400px; } .carousel img { height: 450px; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .grid-item img { display: inline-block; max-width: 46%; border-radius:7px; margin: 3px; } .curvechevron{ width:65%; } #destinations-home .card-image-holder { height:350px; } .card-image-holder { height:350px; } .destination-item:before { content: ''; position: absolute; left: 0; right: 0; top: 200px; bottom: 0; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); border-radius: 0 0 15px 15px; z-index: 5; } #destinations-home .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top: 280px; height: 70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } .masonry-item a {display:inline-block;} .comments-container { width: 100%; } .comments-list .comment-box { width: 100%; } .reply-list .comment-box { width: 100%;} .reply-list { padding-left: 15px; } .content-author { position: absolute; bottom: 15%; left: 23%; z-index: 50; } #section4.team{ padding-bottom: 60px; } .row { margin-right: -15px; margin-left: -15px; } .container-fluid, .container { padding-right: 30px; padding-left: 30px; } .comments-list .comment-box:before, .comments-list .comment-box:after { display: none; } } /*d) Extra Small devices (Portrait phones, 576px and down)*/ @media (max-width: 576px) { .mb-5, .my-5 { margin-bottom: 2rem!important; } .mb-4, .my-4 { margin-bottom: 1.8rem!important; } .my-4 { margin-top: 1.8rem!important; } .video-responsive iframe { height:200px; width:100%; } .list-font { margin-bottom: 10px; } #map { width: 100%; left: 0; height: 370px; } .single-tour .single-travel img { border-radius: 10px; height: 200px; width: 100%; object-fit: cover; position: relative; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .single-travel img { border-radius: 5px; height: 200px; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; } .navbar-brand img { width:140px; } .curve2 { position: absolute; bottom: -0.5px; width:100%; } .chapter { height: 88vh; } .single-tour-container li .tour-item-title { width: 90%; float: left; font-weight: 600; } .single-tour-container li .tour-item-description { width: 99%; float: left; font-size: 18px; line-height: 1.655; } .media { display: inline-grid; } .formhome2.container { width:90%; } .hidebr { display: block!important; } .comment-box .comment-head span.time-review { display: block; transform: translate(-115px, 3px); } .chevroncurve { bottom:-10px; } .curvechevron{ width:95%; } } .ul-tour{ list-style-type: square; margin-left: 40px; font-family: Arial; font-size: 18px; } ol{ font-size: 18px; }
public/templates/travel/css/style.css
1. Main Colors Code 2. General Rules 3. Typography Styling 4. Navbar Menu ....a) Logos Size ....b) Navbar effects ....c) Dropdown styling ....d) Sidebar menu styling (Only on devices of viewport size of 1000px and up) ....e) Navbar Toggler styling for small and medium devices (1000px and down) 5. Home Section ....a) Home Styling ....b) Search Form ....c) Buttons ....d) Home 2 Page ....e) Masonry Destinations ....f) Why Travel with Us 6. Destinations gallery 8. Tour Cards Styling 9. Testimonials Carousel 10. Call to action Boxes 11. Video Pop Ups styling 12. Footer ....a) Instagram Gallery ....b) Social Links ....c) GO UP Button 13. Tour/Destination Search ....a) Tour search Inputs ....b) Jquery UI Elements 14. Tour Card 2 Cols / 3 Cols / Images for Inner pages ....a) Tour Pagination numbers 15. Tour Single Page styles 12. Pop Up styling transition effects 13. Inner Page Styling ....a) Our Team ....b) Google Maps ....c) 404 Pages 14. Image Grid Pop Up 15. Blog Listing and Blog Single 16. Responsive CSS ....a) Large and Extra Large devices and up (desktops, 992px and up) ....b) Medium devices and down ( Tablets, 992px and down) ....c) Small devices (Landscape Phones, 768px and down) ....d) Extra Small devices (Portrait phones, 576px and down) *************************************************************************/ /* Fonts Used In the Project: Arial for Headings and Arial for Texts */ @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700'); @import url('https://fonts.googleapis.com/css?family=Arial:300,400,700'); /*======================================================================= // Main Colours Hex Values ========================================================================= # Black (Headings mostly, text): #303030 # Grey (secondary text) #AFAFAF # White ( white text inside images mostly, background-color) # Purple Primary Color (important text, call to action box, newsletter, other uses): #006DCC and rgba(155,81,224,0.X); for semi transparent background (X value may differ) # Desaturated Red for action links, buttons #006DCC # Mid grey: #666666 # Please after you change main colors Use search and replace function for changing it all. (Ctrl+F or F3 in most text editors) */ .white { color:#fff; } .black { color:#303030; } .grey { color:#AFAFAF; } .red { color:red; } .primary-color { color:#006DCC; } .action-color { color: #006DCC; } .grey1{color:#666;} .grey1:hover{color:red; cursor:pointer;} .red:hover{cursor:pointer} .activemenu{color:#006DCC !important;} /*======================================================================= // General Rules =========================================================================*/ a:hover { text-decoration: none!important; } /*body { overflow-x: hidden!important; } */ .img-border { border-radius:15px; } button, button:active, button:focus, button:hover, .btn, .btn:active, .btn:focus, .btn:hover { outline:none !important; box-shadow:none!important; } a img, a:active, a:focus, a:hover, a, a:active, a:focus, a:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active { outline:none !important; box-shadow:none!important; } /* Styling for the curved Home 1 and 2 */ .curve { position: absolute; bottom: -1px;width:100%; } .curve2 { position: absolute; bottom:-2px;width:100%; } .curve3 { position: absolute; top: -1px;width:100%; } /* Section Spacing */ /* Since SVG of curve is 40px of height, section heights may not be equal */ section { position: relative; } #section2 { background-color: #F2F3F9; padding-top:80px; padding-bottom:120px; z-index: 0; } #section3 { background-color: #Fff; padding-top:80px; padding-bottom:80px; z-index: 0; } #section4 { background-color: #F2F3F9; padding-bottom: 120px; padding-top: 120px; } #section5 { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #sectionvideo { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #pagesection { background-color: #F2F3F9; padding-top:80px; padding-bottom:80px; z-index: 0; } .homeflat #section2 { background-color: #F2F3F9; padding-top: 80px; padding-bottom: 80px; z-index: 0; } .homeflat #section3 { padding: 80px 0 80px 0!important; } .homeflat #section4 { background-color: #F2F3F9; padding-bottom: 80px; padding-top: 80px; } .homeflat #section5 { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #section-newsletter { background-color: #Ffffff; padding-bottom: 80px; padding-top: 80px; } #aboutsection { background-color: #F2F3F9; padding-bottom:80px; padding-top:120px; z-index: 0; } #section-masonry { background-color: #FFFFFF; padding-bottom: 80px; padding-top: 0px; } .homeflat .searchform { bottom: 9%; } #sectioncarousel { padding: 80px 0 10px 0!important; } #sectioncta { padding: 0px 0 80px 0!important; margin-top: -10px; } .padding-top { padding-top:40px; } /*======================================================================= // Boostrap Overriding style =========================================================================*/ .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 18px; padding-left: 18px; } .mb-4, .my-4 { margin-bottom: 2.2rem!important; } .my-4 { margin-top: 2.2rem!important; } /*======================================================================= // Typography Styling =========================================================================*/ .title-center { text-align: center; } .shadow-text { text-shadow: 1px 2px 3px rgba(0,0,0,0.45); } .upper{ text-transform: uppercase; } .front { z-index: 50; } .light { font-weight:300; } .regular { font-weight:400; } .semibold { font-weight: 600; } .bold { font-weight: 700; } h2, h3, h4, h6 { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 600; } h1 { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 700; font-size:80px; } h2 { font-weight: 700; color: #303030; font-size: 50px; } h3 { font-size:40px; } h4 { font-size:34px; } h5 { line-height: 1.45; font-family: 'Arial', serif; font-weight: 400; font-size: 22px; font-style: italic; } h6 { font-size: 22px; font-weight: 600; } p.subheading { line-height: 1.2; font-family: 'Arial', serif; font-weight: 400; font-size: 18px; } .subtitle { line-height: 1.2; font-family: 'Arial', sans-serif; font-weight: 600; font-size: 16px; } p { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 400; color: black; font-size: 18px; } li p.white { font-weight: 300; } p.text-block { font-size: 18px; line-height: 1.655; } p.wall-text { line-height: 1.655; } .tiny { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 400; font-size:16px; } p span { color:#6f6f6f; } /*======================================================================= // Navbar Menu =========================================================================*/ /* Logo Navbar */ .navbar-brand img { width:170px; } /* Logo Footer and sidebar */ .logo-light { width:150px;} /* Navbar effects */ #top { z-index:100; } .navbar { -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; transition: all 0.3s ease-out; background-color: #Fff!important; } .affix { padding-top: 0.65em !important; padding-bottom: 0.65em !important; -webkit-transition:padding 0.2s linear; -moz-transition:padding 0.2s linear; -o-transition:padding 0.2s linear; transition:padding 0.2s linear; background-color: #Fff!important; box-shadow: 0px 10px 30px 0px rgba(47,47,47,0.15); } .block-transform { background-color: rgba(255, 255, 255, 0.9); } /* Dropdown Items */ @media (min-width: 992px) { .dropdown-menu.columns-2 { min-width: 500px; } .dropdown-menu li a { padding: 5px 15px; } .multi-column-dropdown { list-style: none; margin: 0px; padding: 0px; } .multi-column-dropdown li a { display: block; clear: both; line-height: 1.428571429; color: #333; white-space: normal; } .open>.dropdown-menu { margin-top: initial; } .nav-item:before { display: block; content: ""; width: 100%; height: 20px; position: absolute; top: 25px; left: 0; } } @media (min-width:992px) { .dropdown:hover>.dropdown-menu { display: block!important; } .dropdown:hover>.dropdown-menu { animation-name: slidenavAnimation; animation-duration:.3s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards; } @keyframes slidenavAnimation { from { -webkit-transform: scale(0.5); } to { -webkit-transform: scale(1); } } @-webkit-keyframes slidenavAnimation { from { -webkit-transform: scale(0.5); } to { -webkit-transform: scale(1); } } } .dropdown-item { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 16px; color: #303030; background-color: transparent; } .dropdown-item:focus, .dropdown-item:hover { background-color: transparent; color: #006DCC; } .fa-phone { font-size: 18px; opacity: 0.6; } .fa-envelope { opacity: 0.6; } .dropdown-menu { background-color: #fff; border: none; border-radius: 15px; box-shadow: 0 -5px 10px -5px rgba(50,50,50,0.45); z-index: 30; } .dropdown-toggle:after { border: none; } .dropdown-menu:after { content: ""; position: absolute; width: 0; height: 0; top: 0px; right: 24px; box-sizing: border-box; border-color: transparent transparent transparent transparent; transform-origin: 0 0; transform: rotate(135deg); box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.2); border: 0.5em solid #ffffff; z-index: 0; } .dropdown:hover>.dropdown-menu.fade { display:block; opacity: 1; } /* Sidebar with contact information (Only for large and extra-large devices) */ .sidebartop {z-index: 50;} .mini-submenu { display:inline-block; background-color: transparent; padding: 9px; } .mini-submenu:hover { cursor: pointer; } .mini-submenu .icon-bar2 { border-radius: 1px; display: block; height: 2px; width: 20px; margin-top: 3px; text-align: right; } .mini-submenu .icon-bar2:nth-child(2) { width: 18px; transform: translatex(4px); } .mini-submenu .icon-bar2 { background-color: #000; } #slide-submenu { background: rgba(0, 0, 0, 0.45); display: inline-block; padding: 0 8px; border-radius: 4px; cursor: pointer; z-index: 40; } .list-group { display: none; width: 350px; height:100%; display:none; overflow:hidden; background: #303030; opacity: 0.95; border-color: transparent; border:none; position: fixed; right: 0px; top:0px; } ul { list-style-type: none; } .list-group-item.active { z-index: 2; color: #fff; background-color: #303030; border-color: transparent; opacity:0.95; } .list-group-item { background: #303030; opacity:0.95; border-color: transparent; color: #fff; } .list-group-item .fa-envelope, .list-group-item .fa-users {margin-right:3px;} nav h5 i { font-size: 18px;opacity: 0.8; } .sidebar a:hover { color:#fff; } .sidebar { line-height: 1.655; font-family: 'Arial', sans-serif; font-weight: 600; font-size: 13.5px; color: #fff; } .fa-facebook-f { background-color:#3A589E; } .fa-twitter { background-color:#00aced; } .fa-instagram { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); } .tour-wrapper .fa-facebook-f, .tour-wrapper .fa-twitter, .tour-wrapper .fa-instagram { background:none;color:#303030; } nav .fa-facebook-f, nav .fa-twitter, nav .fa-instagram { border-radius: 30px; color: #fff; display: inline-block; height: 35px; line-height: 35px; margin: auto 3px; width: 35px; font-size: 18px; text-align: center; font-weight: normal; } /* Navbar toggler for tablets and small devices */ @media (max-width:992px) { #navbarSupportedContent{ position: fixed; top: 0; right: 0; z-index: 1; width: 220px; height: 100%; background: rgba(255, 255, 255,0.9); border-radius: 0px; } .dropdown-menu { border-radius: 0px; background-color: transparent; } } .blur-body >:not(#wrapper-navbar) { filter: blur(3px); } .dropdown-menu-right .dropdown-item { text-align: left;} .navbar-light .navbar-nav .nav-link { line-height: 1.5; font-family: 'Arial', sans-serif; font-weight: 400; font-size: 15px; color: #303030; text-transform: uppercase; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #006DCC; } .navbar { z-index: 25; } .navbar-toggler { background-color: #006DCC; width:47px; height:47px; border-radius:100px; opacity: 0.8; } .navbar-toggler .icon-bar { background-color: #fff; transform: rotate(0deg) translate(0px, 0px); transition: ease all .2s; } .navbar-toggler .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggler .icon-bar + .icon-bar { margin-top: 4px; } .icon-bar:nth-child(2) { width: 18px; transition: ease all .2s; } .navbar-toggler:hover > .icon-bar:nth-child(2) { width: 22px; transition: ease all .2s; } .navbar-toggler:active > .icon-bar:nth-child(2) { width: 22px; transition: ease all .2s; } .navbar-toggler { transition: all .4s ease-out; } .navbar-toggler[aria-expanded="true"] { transform: translateX(-215px);} .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 4px); transition: ease all .2s; } .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) { opacity: 0; transition: ease all .2s; } .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); transition: ease all .2s; } .dropdown-toggle:after { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; display: inline-block; font-size: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f078"; color:#303030; opacity: 0.8; margin-left: 1px; margin-top:3px; } .dropdown-toggle[aria-expanded="true"]:after { transform: translate(10px,3px)rotate(90deg);} .dropdown-toggle:after { transition: 0.3s; } .navbar-toggle { outline: none!important; } @media (max-width:1000px){ ul.navbar-nav { text-align: left; } } @media (max-width:900px){ .lastitem {margin-right: 10%;} } /* hero section home */ .chapter { position: relative; height: 93vh; z-index: 1; } #chapter1{ background-repeat: no-repeat; background-size:cover; background-position: center center; position: relative; overflow:hidden; background-image: url(../assets/images/du-lich-dao-ly-son-quang-ngai-lysontrip-7.jpg); } #chapter1:before { content: ''; position: absolute; left: 0; right: 0; top: 350px; bottom: 0; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); opacity: .6; } @media (max-width:405px) { .form-bottom {position: absolute; bottom: 45%; left: 0; right: 0; margin-left: auto; margin-right: auto; } } @media (min-width:405px){ .form-bottom { position: absolute; bottom: 25%; left: 0; right: 0; margin-left: auto; margin-right: auto; } } /* Search Form */ .form-inline {text-align: center;} .searchform { position: absolute; bottom: 15%; left: 0; right: 0; margin-left: auto; margin-right: auto; } .svg-offset { margin-top: -80px; z-index:0; } .svg-offset2 { margin-top: -80px; z-index:0; } #section2 .btn-primary:hover, .btn-primary:active, .btn-primary:hover { background-color:#006DCC; } .form-control { border-radius: 15px; } .form-control:focus { color: #495057; background-color: #fff; border-color: none; outline: 0; box-shadow: 0 3px 3px rgba(50,50,50,0.20); outline:none !important; border: none!important; } @media (min-width:790px) { .form-inline .form-control-inline2 { width: 22%; } .form-inline .form-control-inline3 { width: 22%; } .form-inline .iconform { opacity: 0.5; line-height: 1; color: #828282; position: relative; top: -4px; right: 45px; } } @media (max-width:789px) { .form-inline .form-control-inline2 { display:block; width:100% } .form-inline .form-control-inline3 { display:block; width:100% } .form-inline .iconform { opacity: 0.5; line-height: 1; color: #828282; position: relative; top: -35px; left: 34%; } } .form-inline .form-control-inline2 { font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-radius: 15px; font-size:15px; font-family: 'Arial', sans-serif; font-weight: 300; color:#828282; outline:none !important; border: none!important; } select { -moz-appearance: none; -webkit-appearance: none; } select::-ms-expand { display: none; } .form-control { font-size:15px; font-family: 'Arial', sans-serif; font-weight: 300; color:#828282; outline:none !important; border: none!important; } .form-control-inline2 option { padding:5px;} /* Buttons */ .btn-outline-light { font-size:18px; font-family: 'Arial', sans-serif; font-weight: 700; } .btn-outline-light:hover { background-color: #fff; } .btn-primary.btn-sm { border-radius: 15px; background-color: #006DCC; color:#fff; border:none; font-size:11px; font-family: 'Arial', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; } .btn-outline-primary.btn-sm { border-radius: 15px; background-color: transparent; color:#006DCC; border:1px solid #006DCC; font-size:11px; font-family: 'Arial', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; } .btn-outline-primary.btn-sm:hover {color:#fff; background-color: #006DCC; } .btn-outline-danger { border: 1px solid #006DCC; color: #006DCC; border-radius: 15px; font-size:15px; font-family: 'Arial', sans-serif; font-weight: 700; } .btn-outline-danger:hover { background-color: #006DCC; color:#fff; border-radius: 15px; border-color: #006DCC; } .btn-outline-danger:active, .btn-outline-danger:focus { outline: none!important; box-shadow:none!important; } /* index-2.html styles: This styles are for home2 only */ .toggleCaption, .toggleButton { animation-delay: .7s; } .formhome2 { background-color: #F2F3F9; border-radius: 15px; box-shadow: 0 5px 38px rgba(0, 0, 0, 0.14); } .newsletterhome2 { position: relative; background-image: url(../assets/images/toronto.jpg); width: 100%; background-repeat: no-repeat; background-position: bottom; } .newsletterhome2:before { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.6); opacity: 1; z-index: 0; } .videohome2 { background-color: #F2F3F9; background-image: url(../assets/images/beaching.jpg); background-repeat: no-repeat; background-position: bottom; background-size: cover; } .videohome2.container {max-width: 100%;} .block-transform { background-color: rgba(255, 255, 255, 0.9); border-radius: 15px; } /* Why Travel with Us Section */ .worldclass { width:90px; } .lovetravel { width:120px; } .parisicon { width:60px; } .carousel { position: relative;} .newsletterhome2 h6 { font-size:26px; } .newsletterhome2 .btn-primary:hover { background-color: white;color:#006DCC; } .svgplane { position: absolute; bottom: -1px;width:100%; } /* Masonry Destinations */ .gal { -webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */ column-count: 3; } .gal img { width:100%; } .gal .masonry-full { margin: 0px 0px 0px 0px;} @media (max-width: 768px) { .gal { -webkit-column-count: 1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1; } } .masonry-item:before { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity: 1; transition: all .5s; -webkit-transition: all .5s; } .masonry-item { position: relative; } .masonry-info { position:absolute; transform: translate(-50%,-50%); top:50%; left:50%; } .masonry-item:after { content: ''; position: absolute; width: 100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.4); opacity: 0; transition: all .5s; -webkit-transition: all .5s; } .masonry-item:hover:after { opacity: 1; } @media (min-width:900px){ .masonry-item a {display:none;} .masonry-item:hover a { display: inline-block; animation: showNav 250ms ease-in-out both; } @keyframes showNav { from {opacity: 0;} to {opacity: 1;} } } .btn-outline-light { border-radius: 15px; } /* End section home2.html */ /*======================================================================= // Destination Gallery =========================================================================*/ .svg-front { position: relative;z-index:10; } .svg-back { position: absolute;bottom:70%;right:38%;z-index:0; } .separator { width: 100px; height: 3px; display: inline-block; background-color: #006DCC; content: ""; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 0px; border-radius: 2px; text-align: left; } .destination-item { height: 300px; border-radius: 15px; position: relative; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; } .destination-item img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; } .destination-item:before { content: ''; position: absolute; left: 0; right: 0; top: 300px; bottom: 0; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); border-radius: 0 0 15px 15px; z-index: 5; } #destinations-home .card-image-holder { height:450px; } .card-image-holder { border-radius: 15px; background-clip: padding-box; /*margin: 7px 0 0 5px;*/ background-size: cover; background-position: center center; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; height:290px; position: relative; } .card-image-holder img{ border-radius: 15px; object-fit: cover; font-family: 'object-fit: cover;'; } .card-image-holder:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .complete-image:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); } .destination-item:hover { box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);} h6.black { font-weight: 700; } h6.primary-color { font-weight: 700; } .destination-item h6 { font-weight: 700; margin:0 auto; margin-top: -87px; text-align:left; display: block; position: absolute; background: rgba(255,255,255,0.7); width: 100%; padding: 20px 25px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } /*======================================================================= // Tour Cards Styling =========================================================================*/ .tourcard { width:160px; } .card { display: block; line-height: 1.42857143; background-color: #Fff; border-radius: 15px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; border:none; } .container-fluid .card h6 {font-size:22px; font-weight: 700; } .card:hover { -webkit-transform: scale(1.016); -moz-transform: scale(1.016); transform: scale(1.016); -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95); transition: transform .5s cubic-bezier(.6,.23,.32,.95); box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .img-card { width: 100%; height:200px; display:block; overflow: hidden; } .img-card:before { content: ''; position: absolute; left: 0; top: 0; width:75px; height:100px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 5; overflow: hidden; } .card small { font-family: 'Arial', sans-serif; font-weight: 400; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 22px 0 0px 20px; line-height: 22px; font-size: 18px; color:#Fff; opacity: 0.8; transition: all .25s ease; } .img-card img { border-radius: 15px 15px 0px 0px; width: 100%; height: 200px; object-fit:cover; font-family: 'object-fit: cover;'; } .card-content { padding:15px; } .tours-homepage .card-content h6.black { margin-top:15px; } .card-content .tiny.white { font-size:14px; } .card-title { margin-top:0px; } .card-title a { font-weight: 700; color: #303030!important; text-decoration: none !important; } h6 a { color: #303030!important; } .card-read-more { border-top: 1px solid #D4D4D4; } .card-read-more a { text-decoration: none !important; padding:10px; } .review-card .tiny {font-size:13px;} .card-content p { margin-bottom:5px; } .special-offer { position:absolute; transform: translate(-50%, -50%); bottom:40%; left:50%; } .arrow_box { position: relative; background: #006DCC; height:55px; width:65px; animation: float 3s ease-in-out infinite; border-radius: 10px; } .arrow_box .subtitle { position:absolute; transform: translate(-50%, -50%); top:50%; left:50%; } .arrow_box:after { top: 99%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #006DCC; border-width: 10px; margin-left: -10px; } /*======================================================================= // Testimonial Carousel =========================================================================*/ .quotesicon {width:150px;} .carousel-home2 .carousel-item img { width: 100%; height: 85vh; object-fit: cover; font-family: 'object-fit: cover;'; } .testimonials .carousel-inner .carousel-item .img-box { width: 135px; height: 135px; } .testimonials .carousel-control-prev { left: -100px; } .testimonials .carousel-control-next { right: -100px; } .testimonials .carousel-indicators { position: relative; } @media (min-width: 320px) and (max-width: 640px) { .testimonials .carousel-inner .carousel-item p { font-size: 14px; } .testimonials .carousel-control-prev { left: -40px; } .testimonials .carousel-control-next { right: -40px; } } .testimonials .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4F81' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .testimonials .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF4F81' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .testimonials .carousel-indicators li { background-color: #14BBDE; } .testimonials .carousel-indicators .active { background-color: #006DCC; } .svgcenter { margin-left:auto; margin-right:auto; display:block; } /*======================================================================= // Call To Action Boxes Styling =========================================================================*/ .lightbox { display: none; } .bs-calltoaction { position: relative; width:auto; padding: 15px 25px; border: 1px solid black; margin-top: 10px; border-radius: 15px; } .bs-calltoaction > .row { display:table; width: calc(100% + 30px); } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"]{ float:none; display:table-cell; vertical-align:middle; } .cta-contents { padding-top: 10px; padding-bottom: 10px; } .cta-title { margin: 0 auto 15px; padding: 0; } .cta-button { padding-top: 10px; padding-bottom: 10px; } @media (max-width: 750px) { .bs-calltoaction > .row { display:block; width: auto; } .bs-calltoaction > .row > [class^="col-"], .bs-calltoaction > .row > [class*=" col-"] { float:none; display:block; vertical-align:middle; position: relative; } .cta-contents { text-align: center; } } .bs-calltoaction.bs-calltoaction-default { background-color: #0062cc; border-color: #0062cc; } #section3 .white-cta { background-color: #F2F3F9; border-color: #F2F3F9; } #section3 .red-cta, #section5 .red-cta { background-color: #006DCC; border-color: #006DCC; } .bs-calltoaction.bs-calltoaction-primary .cta-button .btn, .bs-calltoaction.bs-calltoaction-info .cta-button .btn, .bs-calltoaction.bs-calltoaction-success .cta-button .btn, .bs-calltoaction.bs-calltoaction-warning .cta-button .btn, .bs-calltoaction.bs-calltoaction-danger .cta-button .btn { border-color:#fff; } .cta-button .btn-primary:hover { background-color: #fff;color:#006DCC; } .cta-button-2 .btn-primary { color: #fff;background-color:#006DCC; } .cta-button-2 .btn-primary:hover { background-color: #fff;color:#006DCC; } /*======================================================================= // Video Pop Up =========================================================================*/ .video-call { position: relative; border-radius: 15px; } .play-center { margin: 0 auto; position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); } .fa-play-circle { color: #fff; opacity: .9; } a .fa-play-circle {transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .fa-play-circle{ transform: scale(1.1); } .video-responsive iframe { height:300px; width:100%; } /*======================================================================= // Footer =========================================================================*/ /* Instagram Gallery */ .grid:after { content: ''; display: block; clear: both; } .grid-item img { display: inline-block; max-width: 30%; border-radius:7px; margin: 3px; max-height: 28%; } .grid2:after { content: ''; display: block; clear: both; } .grid-item2 img { display: inline-block; max-width: 46.2%; border-radius: 7px; margin: 8px 0px 0px 8px; max-height: 28%; } .search-button .form-control { border: 1px solid #d0d0d0!important; } .search-button .fa-search { color:#d0d0d0 ; } .search-button:hover .fa-search { color:#fff; } .searc-button .btn { background-color: #d0d0d0; border-radius: 15px; } .btn-outline-secondary{ border: 1px solid #d0d0d0; border-radius: 15px; } .btn-outline-secondary:hover { color: #fff; background-color: #d0d0d0; border-color: #d0d0d0; } #footer { padding: 60px 0; } #footer .section-title { text-align: center; margin-bottom: 50px; } #footer { background: #303030; } #footer h5{ padding-bottom: 6px; margin-bottom: 12px; color:#ffffff; } #footer a { color: #ffffff; text-decoration: none !important; background-color: transparent; -webkit-text-decoration-skip: objects; } /* Social Links */ #footer ul.social li { padding: 3px 0; } #footer ul.social li a i { margin-right: 25px; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } ul.social li a i { font-size: 21px; } #footer ul.social li a i { border-radius: 30px; color: #fff; display: inline-block; height: 45px; line-height: 45px; margin: auto 3px; width: 45px; font-size: 21px; text-align: center; } #footer .fas { opacity: .8; } #footer .fa-instagram { font-size: 25px!important; } #footer h5 i { font-size: 18px; } #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; } #footer ul.quick-links li a i { margin-right: 5px; } .list-unstyled.quick-links h5 { font-family: 'Arial', sans-serif; font-weight: 500; font-size: 18px; font-style: normal; } ul.list-group-item h5{ font-family: 'Arial', sans-serif; font-weight: 500; font-size: 18px; font-style: normal; } /* Go Up button */ .go-up h4 { line-height: .9; } @media (min-width: 1300px) { #footer .rectangle-right { content: ''; position: absolute; right: 0; top: 0; width:60px; height:100%; opacity: .9; background: #F2F3F9; z-index: 5; overflow: hidden; } .go-up { content: ''; position: absolute; right: 10%; top: 40%; opacity: .5; z-index: 5; overflow: hidden; color: #006DCC; } .block-transform {transform: translateX(-140px);} } @media (max-width: 1299px){ #footer .rectangle-right { content: ''; position: absolute; right: 0; top: -115px; height:115px; width:100%; opacity: .9; background: #F2F3F9; z-index: 5; overflow: hidden; } #footer { margin-top:80px; } .go-up { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .5; z-index: 5; overflow: hidden; color: #006DCC; } .newsletterhome2 { transform: translateY(-25px); } .map-fullwidth { transform: translateY(-30px); } #footer .rectangle-right.white {background-color: #ffffff;} } .go-up h4 { line-height: .9;} .fa-arrow-up { font-size: 42px; transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .fa-arrow-up { transform: scale(1.13);} .letters-up {transition: all .5s cubic-bezier(.6,.23,.32,.95); } a:hover .letters-up { transform: scale(1.13);} @media (max-width:767px){ #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } } #footer .footer-bottom { margin-top: 0; margin-bottom: -30px; font-size: 15px; } #footer li a{ line-height: 1.3; font-family: 'Arial', sans-serif; color: #303030; font-size:18px; } .separatorfullwidth { width: 80%; height: 1px; display: inline-block; background-color: #777777; content: ""; margin: 15px auto 0; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 5px; text-align: left; } /* end of footer and main page */ /* Pages styles */ /* Tour search */ .page-title { position: relative; height: 450px; z-index: 1; background-image: url(../assets/images/search.jpg); background-repeat: no-repeat; background-size: cover; background-position: bottom center; background-attachment: fixed; position: relative; overflow:hidden; } .destinations { background-image: url(../assets/images/destinations.jpg); } .center-text { transform: translate(-50%, -50%); top:57%; left:50%; position: absolute; width: 85%; } .form-container { background-color: #F2F3F9; border-radius: 15px; } @media (min-width: 1200px){ .container-fluid { max-width: 1300px; } } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #fff!important; border: none; border-radius: 15px; opacity:0.5; } .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; border-radius: 0px 15px 15px 0px; } /* Jquery UI Elements */ #amount { border:none; color:#006DCC; font-weight:bold; background-color:#F2F3F9; } #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, html #ui-datepicker-div .ui-button.ui-state-disabled:hover, html #ui-datepicker-div .ui-button.ui-state-disabled:active { border: 1px solid #fff; background: #fff; font-weight: normal; color: #303030; outline:none; border-radius: 5px; font-family: 'Arial', sans-serif; font-weight: 300; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #fff; background: #006DCC; font-weight: normal; color: #fff; outline:none; border-radius: 5px; font-family: 'Arial', sans-serif; font-weight: 300; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-family: 'Arial', sans-serif; font-weight: 600; } .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; font-family: 'Arial', sans-serif; font-weight: 600; } .ui-state-active, .ui-widget-content .ui-state-active, { border: 1px solid #6e0793; background: #006DCC; outline:none; border: 1px solid #fff; } .ui-widget-header { border: 1px solid #fff; background: #F2F3F9; } .ui-widget.ui-widget-content { border: 1px solid #fff; } /*======================================================================= // Tour Card Item for Inner Pages =========================================================================*/ .tour-list-sidebar .img-card:before { content: ''; position: absolute; left: 0; top: 0; width:60px; height:80px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 5; overflow: hidden; } .tour-list-sidebar .card small strong { margin-left:-7px; } .tour-list-sidebar .card small { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 17px 0 0px 13px; line-height: 17px; opacity: 0.8; font-weight: 400; font-size:13px; } .review-card { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 0px 0px 15px 13px; line-height: 17px; font-weight: 400; font-size:13px; top:175px; z-index: 10; } .price-card { margin:0 auto; margin-bottom: -54px; text-align:right; position: absolute; padding: 0px 13px 15px 0px; line-height: 17px; top:169px; right:0; z-index: 10; } .tour-list-sidebar .bottom-tour-background { content: ''; position: absolute; width: 100%; top:140px; height:60px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0; } .fa-star { color:#FCD462;margin-right:-3px; } .fa-star-half { color:#FCD462;margin-left:4px; } .tour-list .fa-clock { font-size:11px; } .tour-list-sidebar-2-col .img-card { width: 100%; height:250px; display:block; overflow: hidden; } .tour-list-sidebar-2-col .img-card img { border-radius: 15px 15px 0px 0px; width: 100%; height: 250px; object-fit:cover; font-family: 'object-fit: cover;'; } .tour-list-sidebar-2-col .bottom-tour-background { content: ''; position: absolute; width: 100%; top:180px; height:70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0; } .tour-list-sidebar-2-col .review-card { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 0px 0px 15px 18px; line-height: 17px; font-weight: 400; font-size:13px; top:225px; z-index: 10; } .tour-list-sidebar .card { max-width: 455px; } .card-days { content: ''; position: absolute; left: 0; top: 0; width:55px; height:65px; opacity: .9; background: #006DCC; border-radius: 15px 0 15px 0px; z-index: 335; overflow: hidden; } .card-image-holder small { font-family: 'Arial', sans-serif; font-weight: 400; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 22px 0 0px 20px; line-height: 22px; font-size: 18px; color:#Fff; opacity: 0.8; } .tour-list-sidebar .card-image-holder small strong { margin-left:-7px; } .tour-list-sidebar .card-image-holder small { font-family: 'Arial', sans-serif; font-weight: 300; margin:0 auto; margin-bottom: -54px; text-align:left; position: absolute; padding: 17px 0 0px 13px; line-height: 17px; opacity: 0.8; font-weight: 400; font-size:13px; } .tour-list-sidebar .card-image-holder .card-content { position: absolute; bottom:0; padding: 0px 15px 5px 25px; } .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top:200px; height:90px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } #destinations-home .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top:380px; height:70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } .card-full .card-content h6 { font-weight: 700; font-size:20px; } .review-card-image { font-size:11px; z-index: 10; margin-top:0px; } .card .col-7 { padding-right:0px!important; } .card .col-5 { padding-left:0px!important; } .card .col-8 { padding-right:0px!important; } .card .col-4 { padding-left:0px!important; } .card-image-holder .col-7 { padding-right:0px!important; } .card-image-holder .col-5 { padding-left:0px!important; } .card-image-holder .col-7 { padding-left: 10px!important; } .card-image-holder .col-8 { padding-right:0px!important; } .card-image-holder .col-4 { padding-left:0px!important; } .more-info { background-color: transparent; border: 1px solid #d0d0d0; width:100%; max-width: 400px; border-radius: 15px; } .more-info.tags { margin-left:auto; margin-right:auto; display:block; } .mail-info, .tel-info { font-size:18px; } .info-title:after { width: 100%; height: 1px; display: block; background-color: #d0d0d0; content: ""; margin: 1px auto 0; } .pagination { clear:both; padding:0px 0px; position:relative; font-size:11px; line-height:13px; } .pagination div, .pagination a { margin: 2px 5px 2px 0; padding:9px 12px 2px 12px; text-decoration:none; width:auto; color:#006DCC; background: #fff; border-radius: 10px; border: 1px solid #006DCC; height:41px; text-align: center; vertical-align: middle; } .pagination a:hover { color:#006DCC; background: #006DCC; color:#fff; } .arrow-offset {transform: translateY(-2px);} .pagination .current { padding:9px 12px 2px 12px; background: #006DCC; color:#fff; height:41px; } /*======================================================================= // Tour Single Page styles =========================================================================*/ .tour-title img { max-height:600px; z-index: 1; background-repeat: no-repeat; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ object-position: bottom; } .center-image img { object-position: center!important; } .curvechevron { position: absolute; bottom: 0; transform: translatex(-50%); left:50%; width:30%; z-index: 50; } .chevroncurve { position: absolute; margin: 0 auto; bottom:-5px; left:50%; transform: translate(-50%, -50%); z-index: 52; } .hoverchevron { font-size:26px; transition: all 0.3s cubic-bezier(.6,.23,.32,.95); } a:hover .hoverchevron { transform: scale(1.2); } .single-tour .price-big { font-size:29px; } .separator-tour { width: 100%; height: 0.8px; display: inline-block; background-color: #E5E5E5; content: ""; margin: 15px auto 0; margin-top: 15px; margin-right: auto; margin-bottom: 15px; margin-left: 0px; text-align: center; } .age-icon { width:70px; } .duration-icon, .location-icon { width:60px; } .calendar-icon { width:50px; } .single-tour-container li { width: 95%; padding: 20px 0 20px 0; border-top: 1px solid #E5E5E5; float: left; } .single-tour-container li:last-child { width: 95%; padding: 20px 0 20px 0; border-bottom: 1px solid #E5E5E5; float: left; margin-bottom: 60px; } .single-tour-container li:first-child { border-top: none; } ul.single-tour-container { list-style: none; list-style-type: none; } .single-tour-container li .tour-item-title { width: 30%; float: left; font-weight: 600; } .single-tour-container li .tour-item-description { width: 70%; float: right; font-size:18px; line-height: 1.9; font-family: 'Arial', sans-serif; font-weight: 400; color: #303030; } .list-font { font-family: 'Arial', sans-serif; font-size: 18px; color: #3e3d3d; font-weight: 600; } .tour-schedule .list-font { font-family: 'Arial', sans-serif; font-size: 18px; color: #3e3d3d; font-weight: 600; } .tour-schedule img { border-radius: 15px;} .tour-schedule p { font-size:18px; } .fa-check-circle { color:#6FCF97; font-size:15px; margin-right:11px; } .fa-times-circle { font-size:15px; margin-right:11px; color: #006DCC; } /*======================================================================= // Pop up styling =========================================================================*/ /* This block of CSS adds opacity transition to background */ .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } .hidden { overflow: hidden; display: none; visibility: hidden; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;} .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;} .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } * { transition: filter .25s ease; } .mfp-wrap ~ * { filter: blur(4px); } .mfp-bg { background: #FFFFFF; opacity: 0.4; } .dontblur { background: transparent; filter:blur(0px); } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #006DCC; opacity: 1; } .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover { color: #006DCC; opacity: 0.6; } div.avia-popup button.mfp-arrow:before { color: #006DCC; } div.avia-popup button.mfp-arrow:hover:before { color: #006DCC; } .mfp-arrow-left { color: #006DCC!important; opacity: 0.6; } .mfp-arrow-right { color: #006DCC!important; opacity: 0.6; } .white-popup a i { border-radius: 50%; color: #fff; display: inline-block; height: 60px; line-height: 60px; margin: auto 3px; width: 60px; font-size: 28px; text-align: center; } .white-popup .fa-envelope { background-color: #c61e56; } .fa-google-plus-g { background-color: #d34836; } .fa-pinterest-p { background-color: #BE0C20; } label { font-family: 'Arial', sans-serif; font-weight: 400; color: #303030; font-size: 12.5px; margin-bottom: -4px; } /*======================================================================= // Inner Pages Styling =========================================================================*/ .about-us { background-image: url(../assets/images/about-us.jpg); height: 500px; } h5 .big { font-size:40px; } .heart-offset { transform: translatey(-5px); } /* Our Team */ .team-holder { border-radius: 60px; background-clip: padding-box; margin: 7px 0 0 5px; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .cta-team {background-color: #F2F3F9;} #section4.team{ padding-bottom: 80px; } .circle { border-radius: 50%; height: 230px; width: 230px; } /* Google Maps */ #map { width: 100%; left: 0; height: 500px; } #map-small { width: 100%; left: 0; height: 260px; } .super-big { font-size: 200px; line-height: 0.8; } /* 404 Page */ .not-fixed { height:600px; background-attachment: scroll; } .shortcodes { height:400px; background-attachment: scroll; } /*======================================================================= // Image Grid Pop Up =========================================================================*/ .cardHolder { display: flex; flex-flow: row wrap; } .card-grid { flex: 1; margin: .5em; height: 200px; min-width: 200px; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .card-grid:hover { transform: scale(1.04); z-index: 1; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); } .card-grid-popup{ flex: 1; height: 200px; min-width: 200px; margin: .5em 1em .5em 0em; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; } a .card-grid-popup2:hover { transform: scale(1.04); z-index: 1; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); } .card-grid-popup2 { width: 100%; height:100%; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .25s ease; animation: populate .5s ease-out normal backwards; object-fit: cover; font-family: 'object-fit: cover;'; } @keyframes populate { 0% { transform: scale(0); } } /*======================================================================= // Blog Pages =========================================================================*/ .ratings .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #F2F3F9; border-radius: 0px 15px 15px 0px; } .single-travel img { border-radius:5px; height:180px; width:205px; object-fit: cover; } .single-tour .single-travel img { border-radius: 10px; height: 210px; width: 260px; object-fit: cover; position: relative; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .single-tour .dates { border-radius: 10px 0px 10px 0px; } .media-body .title-blog:hover { color: #006DCC; } .title-blog { transition: all 0.2s ease-in; } .dates { background:#006DCC; color:#fff; padding: 18px 24px; position: absolute; border-radius: 5px 0px 5px 0px; } .dates span { font-size:24px; font-weight: 600; } .dates p { font-size:14px; margin-bottom:0; } .tour-title { position: relative; } .content-author { position: absolute; bottom:4%; left:22%; z-index: 50; } img.blog-image { width:55px; height:55px; object-fit: cover; border-radius:5px; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } /* List of comments */ .comments-container { margin: 0; width: 100%; } .comments-container h1 { font-size: 36px; color: #283035; font-weight: 400; } .comments-container h1 a { font-size: 18px; font-weight: 700; } .comments-list { margin-top: 30px; position: relative; } .reply-list:before, .reply-list:after { display: none; } .comments-list li { margin-bottom: 15px; display: block; position: relative; } .comments-list li:after { content: ''; display: block; clear: both; height: 0; width: 0; } .reply-list { padding-left: 88px; clear: both; margin-top: 15px; } /** * Avatar ---------------------------*/ .comments-list .comment-avatar { width: 10%; height: 70px; position: relative; z-index: 99; float: left; border: 3px solid #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); overflow: hidden; } .comments-list .comment-avatar img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .reply-list .comment-avatar { width: 8.7%; height: 55px; } .comment-main-level:after { content: ''; width: 0; height: 0; display: block; clear: both; } ul { -webkit-padding-start: 0px;padding:0px; } ul {-moz-padding-start: 0px;padding:0px;} ul.single-tour-container { -webkit-padding-start: 20px; padding:20px;} ul.single-tour-container {-moz-padding-start: 20px;padding:20px;} .comments-list .comment-box { width: 88%; float: right; position: relative; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15); box-shadow: 0 1px 1px rgba(0,0,0,0.15); border-radius: 10px; } .comments-list .comment-box:before, .comments-list .comment-box:after { content: ''; height: 0; width: 0; position: absolute; display: block; border-width: 10px 12px 10px 0; border-style: solid; border-color: transparent #F2F3F9; top: 8px; left: -11px; } .comments-list .comment-box:before { border-width: 11px 13px 11px 0; border-color: transparent rgba(0,0,0,0.05); left: -12px; } .reply-list .comment-box { width: 89%; } .comment-box .comment-head { background: #F2F3F9; padding: 10px 12px; border-bottom: 1px solid #E5E5E5; overflow: hidden; border-radius: 10px 10px 0 0; } .comment-box .comment-name { color: #303030; font-size: 18px; font-weight: 700; float: left; margin-right: 10px; transform: translatey(3px); font-family: 'Arial', sans-serif; } .comment-box .comment-name a { color: #303030; } .comment-box .comment-head span { color: #999; font-size: 13px; position: relative; margin-left:10px; font-family: 'Arial', sans-serif; } .comment-box .comment-head span.time-blog { float: left; top: 4px; } .comment-box .comment-content { background: #FFF; padding: 12px; font-size: 18px; color: #595959; border-radius: 0 0 10px 10px; font-family: 'Arial', sans-serif; font-weight: 400; line-height: 1.655; } .comment-box .comment-name.by-author:after { content: 'author'; background: #006DCC; color: #FFF; font-size: 12px; padding: 3px 5px; font-weight: 700; margin-left: 10px; border-radius: 10px; transform: translateY(-3px); display: inline-block; } .form-comment .form-control { background-color:#F2F3F9; } .hidebr { display: none!important; } /* Elements */ iframe{ border:none!important; border-width: 0px!important; } .accordion-toggle:before { font-family: "Font Awesome 5 Free"; content: "\f078"; float: left; transform: rotate(-90deg); margin-right:10px; font-weight: 900; } .accordion-toggle[aria-expanded="true"]:before { transform: rotate(0deg); } .accordion-toggle:before { transition: 0.3s; } .image-link { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } /** ===================== * Responsive CSS ========================*/ @media (min-width: 1200px) { .mb-lg-0, .my-lg-0 { margin-bottom: 0!important; } .container { max-width: 1200px; } .tour-list-sidebar .col-lg-3.order-lg-first {padding-left: 0px;padding-right: 32px;} } @media (max-width: 1200px) { #footer { margin-top:120px; } .contact #footer { margin-top:85px; } } /* Large devices (desktops, 992px and up)*/ @media (min-width:992px) { .bs-calltoaction { padding: 15px 75px 15px 20px; } .mb-lg-3 { margin-bottom: .5rem!important; } .complete-image.mb-lg-0, .my-lg-0, .tours-homepage .mb-lg-0 { margin-bottom: 0!important; } .meta-bottom p:nth-child(2){ margin-right: 15px;} #chapter1 { background-attachment: fixed; } .dropdown-toggle:after { transform: translatey(2px); } } /* b) Medium devices and down ( Tablets, 992px and down)*/ @media (max-width: 992px) { .home2 #footer { margin-top:90px; } .hoverchevron { font-size:21px; } .fa-arrow-up { font-size: 30px; margin-left: 4px;} h1 { font-size:60px; } .tour-title.blog-title img{ position: relative; height: 600px; } .tour-title { position: relative; height: 400px; } .content-author { position: absolute; bottom: 5%; left:13%; } .dropdown-menu:after { display:none; } .dropdown-menu { box-shadow: none; } .nav-item:before { display:none; } .center-text.blog { transform: translate(-50%, -50%); top:40%; left:50%; position: absolute; width: 85%; } .super-big { font-size:140px; } .curvechevron{ width:45%; } .center-column-sm { margin-left:auto; margin-right:auto; display:block; } } /* c) Small devices (Landscape Phones, 768px and down) */ @media (max-width: 768px) { .home1 #footer { margin-top:120px; } #footer { margin-top:120px; } #section2 { background-color: #F2F3F9; padding-top:60px; padding-bottom:60px; z-index: 0; } #section3 { background-color: #Fff; padding-top:60px; padding-bottom:60px; z-index: 0; } #section4 { background-color: #F2F3F9; padding-bottom: 60px; padding-top: 60px; } #section5 { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #pagesection { background-color: #F2F3F9; padding-top:60px; padding-bottom:60px; z-index: 0; } #section-masonry { background-color: #FFFFFF; padding-bottom: 60px; padding-top: 0px; } .contact #pagesection {padding-bottom: 90px;} #section-newsletter { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } .homeflat #section2 { background-color: #F2F3F9; padding-top: 60px; padding-bottom: 60px; z-index: 0; } .homeflat #section3 { padding: 60px 0 60px 0!important; } .homeflat #section4 { background-color: #F2F3F9; padding-bottom: 60px; padding-top: 60px; } .homeflat #section5 { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #sectionvideo { background-color: #Ffffff; padding-bottom: 60px; padding-top: 60px; } #aboutsection { padding-top:60px; padding-bottom:60px; } .homeflat .searchform { bottom: 9%; } #sectioncarousel { padding: 60px 0 10px 0!important; } #sectioncta { padding: 0px 0 60px 0!important; margin-top: -10px; } .review-card-image span { display: block; } .card-image-holder .fa-star-half { margin-right:-6px!important; } .card-full .bottom-tour-background { top: 260px; } h1 { font-size:42px;} h2 { font-size:34px;} h3 { font-size:30px; } h4 { font-size:26px} h5 { font-size:18px} h6 { font-size:20px;} p { font-size: 18px; } .fa-7x { font-size:50px;} .page-title { height: 350px; } .destination-item { height: 350px; } .complete-image { max-width:500px; } .tour-schedule p { font-size: 18px; line-height: 1.655; } .not-fixed { height:400px; } .carousel img { height: 450px; object-fit: cover; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .grid-item img { display: inline-block; max-width: 46%; border-radius:7px; margin: 3px; } .curvechevron{ width:65%; } #destinations-home .card-image-holder { height:350px; } .card-image-holder { height:350px; } .destination-item:before { content: ''; position: absolute; left: 0; right: 0; top: 200px; bottom: 0; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); border-radius: 0 0 15px 15px; z-index: 5; } #destinations-home .card-full .bottom-tour-background { content: ''; position: absolute; width: 100%; top: 280px; height: 70px; opacity: .9; background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0)); z-index: 0; border-radius: 0px 0px 15px 15px; } .masonry-item a {display:inline-block;} .comments-container { width: 100%; } .comments-list .comment-box { width: 100%; } .reply-list .comment-box { width: 100%;} .reply-list { padding-left: 15px; } .content-author { position: absolute; bottom: 15%; left: 23%; z-index: 50; } #section4.team{ padding-bottom: 60px; } .row { margin-right: -15px; margin-left: -15px; } .container-fluid, .container { padding-right: 30px; padding-left: 30px; } .comments-list .comment-box:before, .comments-list .comment-box:after { display: none; } } /*d) Extra Small devices (Portrait phones, 576px and down)*/ @media (max-width: 576px) { .mb-5, .my-5 { margin-bottom: 2rem!important; } .mb-4, .my-4 { margin-bottom: 1.8rem!important; } .my-4 { margin-top: 1.8rem!important; } .video-responsive iframe { height:200px; width:100%; } .list-font { margin-bottom: 10px; } #map { width: 100%; left: 0; height: 370px; } .single-tour .single-travel img { border-radius: 10px; height: 200px; width: 100%; object-fit: cover; position: relative; font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ } .single-travel img { border-radius: 5px; height: 200px; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; } .navbar-brand img { width:140px; } .curve2 { position: absolute; bottom: -0.5px; width:100%; } .chapter { height: 88vh; } .single-tour-container li .tour-item-title { width: 90%; float: left; font-weight: 600; } .single-tour-container li .tour-item-description { width: 99%; float: left; font-size: 18px; line-height: 1.655; } .media { display: inline-grid; } .formhome2.container { width:90%; } .hidebr { display: block!important; } .comment-box .comment-head span.time-review { display: block; transform: translate(-115px, 3px); } .chevroncurve { bottom:-10px; } .curvechevron{ width:95%; } } .ul-tour{ list-style-type: square; margin-left: 40px; font-family: Arial; font-size: 18px; } ol{ font-size: 18px; }
0.426083
0.170404
* { margin:0px; color: #FFF; } body { /* same as http://www.lua-api.factorio.com/latest */ background-color: rgb(38, 38, 38); } button { border-radius: 0; border: 1px solid transparent; border-color: #FF7200; border-width:1px; cursor: pointer; } #logo { /* using same colors as factorios official ones, taken from http://www.lua-api.factorio.com */ background-color: #262626; color: #C8C8C8; } #logo > h1 { padding-top: 6px; transform: translateX(5%); } #storage { float: left; } /* search field */ #storage > input { background-color:black; width:300px; box-sizing: border-box; } /* Graphs on the right of storage page */ #body > #graphDisplay { float:left; width: calc(100% - 300px); min-height:100px; } /* Navbar on the right */ #sidenav { position:fixed; left:0px; width:200px; background-color:darkgrey; height:100%; } #sidenav a p { color: #FF7200; transition:0.5s; } #sidenav a:hover p { color: #FFF; } a { color: #FF7200; text-decoration: none; } a:hover { color: #FFF; } /* ensure body does not overlap navbar on the right */ #body { margin-left:200px; } #body > #production { display:block; } /* Inventory display table */ #contents { width:300px; } #contents table { border: 1px solid black; } #contents td img { height:32px; width:32px; } #contentGraph { float:left; } .storageGraph { height:200px; } /* terminal */ .Terminal p div { color:lime; } .Terminal p span { color:yellow; } .Terminal p > span:nth-child(1):before { content:"> "; } .Terminal { overflow-y: scroll; position:absolute; border-left:1px solid darkgrey; border-bottom:1px solid darkgrey; height:400px; transition:height 0.2s linear; } #terminal { width:640px; height:400px; position:fixed; right:10px; bottom:10px; left:50%; top:50%; } /* titleBar, the bar above windows where you can minimize, maximize etc. Mostly for the terminal. */ .titleBar { width:100%; height:25px; background-color:white; } .titleBar > .title { float:left; margin-top: 3px; margin-left: 5px; } .titleBar p { color:black; } .titleBar > .titleButton { width:50px; height:100%; float:right; background-color:white; color:black; transition:0.3s; } .titleBar > .titleButton:hover { background-color: lightgray; } .titleBar > .titleButton:before { margin-left: 18px; } .titleBar > .titleButton.close:hover { background-color: red; color:white; } .titleBar > .titleButton.close:before { content:"✕"; margin-top:5px; } .titleBar > .titleButton.maximize:before { content:"⬜"; margin-top:5px; } .titleBar > .titleButton.minimize:before { content:"__"; margin-left:17px; } /* Slave stuff */ .slaveBox { float:left; width:100%; /*height:110px;*/ background-color:#444; /*border-radius: 10px; margin-left:5px; margin-right:5px;*/ } .slaveBox > p { margin:5px; } .slaveBox h2 { margin:5px; color: inherit; transition:0.2s; } .slaveBox > button { background-color: transparent; color: #FF7200; transition: 0.2s; } .slaveBox > button:hover { color: #FFF; } .productionGraph { float:right; height:300px; } .button-black { width:100%; height:50px; background-color:black; color:white; transition: all 300ms; } .button-black:hover { background-color:#444; color:yellow; cursor:pointer; } .button-black * { text-align:center; position: relative; top: 50%; transform: translateY(-50%); } .canvasjs-chart-credit { display:none; } /* Styling for settings page */ .settingsText { margin-left: 10px; margin-right:10px; margin-top: -10px; font-size: 18px; } .settingsBox .switch { position:relative; top:10px; } /* Fancy togglle switch for toggly things stolen from https://www.w3schools.com/howto/howto_css_switch.asp */ /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input {display:none;} /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } canvas { -webkit-transform:translateZ(0) }
static/style.css
* { margin:0px; color: #FFF; } body { /* same as http://www.lua-api.factorio.com/latest */ background-color: rgb(38, 38, 38); } button { border-radius: 0; border: 1px solid transparent; border-color: #FF7200; border-width:1px; cursor: pointer; } #logo { /* using same colors as factorios official ones, taken from http://www.lua-api.factorio.com */ background-color: #262626; color: #C8C8C8; } #logo > h1 { padding-top: 6px; transform: translateX(5%); } #storage { float: left; } /* search field */ #storage > input { background-color:black; width:300px; box-sizing: border-box; } /* Graphs on the right of storage page */ #body > #graphDisplay { float:left; width: calc(100% - 300px); min-height:100px; } /* Navbar on the right */ #sidenav { position:fixed; left:0px; width:200px; background-color:darkgrey; height:100%; } #sidenav a p { color: #FF7200; transition:0.5s; } #sidenav a:hover p { color: #FFF; } a { color: #FF7200; text-decoration: none; } a:hover { color: #FFF; } /* ensure body does not overlap navbar on the right */ #body { margin-left:200px; } #body > #production { display:block; } /* Inventory display table */ #contents { width:300px; } #contents table { border: 1px solid black; } #contents td img { height:32px; width:32px; } #contentGraph { float:left; } .storageGraph { height:200px; } /* terminal */ .Terminal p div { color:lime; } .Terminal p span { color:yellow; } .Terminal p > span:nth-child(1):before { content:"> "; } .Terminal { overflow-y: scroll; position:absolute; border-left:1px solid darkgrey; border-bottom:1px solid darkgrey; height:400px; transition:height 0.2s linear; } #terminal { width:640px; height:400px; position:fixed; right:10px; bottom:10px; left:50%; top:50%; } /* titleBar, the bar above windows where you can minimize, maximize etc. Mostly for the terminal. */ .titleBar { width:100%; height:25px; background-color:white; } .titleBar > .title { float:left; margin-top: 3px; margin-left: 5px; } .titleBar p { color:black; } .titleBar > .titleButton { width:50px; height:100%; float:right; background-color:white; color:black; transition:0.3s; } .titleBar > .titleButton:hover { background-color: lightgray; } .titleBar > .titleButton:before { margin-left: 18px; } .titleBar > .titleButton.close:hover { background-color: red; color:white; } .titleBar > .titleButton.close:before { content:"✕"; margin-top:5px; } .titleBar > .titleButton.maximize:before { content:"⬜"; margin-top:5px; } .titleBar > .titleButton.minimize:before { content:"__"; margin-left:17px; } /* Slave stuff */ .slaveBox { float:left; width:100%; /*height:110px;*/ background-color:#444; /*border-radius: 10px; margin-left:5px; margin-right:5px;*/ } .slaveBox > p { margin:5px; } .slaveBox h2 { margin:5px; color: inherit; transition:0.2s; } .slaveBox > button { background-color: transparent; color: #FF7200; transition: 0.2s; } .slaveBox > button:hover { color: #FFF; } .productionGraph { float:right; height:300px; } .button-black { width:100%; height:50px; background-color:black; color:white; transition: all 300ms; } .button-black:hover { background-color:#444; color:yellow; cursor:pointer; } .button-black * { text-align:center; position: relative; top: 50%; transform: translateY(-50%); } .canvasjs-chart-credit { display:none; } /* Styling for settings page */ .settingsText { margin-left: 10px; margin-right:10px; margin-top: -10px; font-size: 18px; } .settingsBox .switch { position:relative; top:10px; } /* Fancy togglle switch for toggly things stolen from https://www.w3schools.com/howto/howto_css_switch.asp */ /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .switch input {display:none;} /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } canvas { -webkit-transform:translateZ(0) }
0.391057
0.071916
td.moodadd { color: #84440F; } div.actionMain { background-color: rgb(17, 118, 206); color: #CDE1F3; } div.actionMainselected { background-color: rgb(0, 57, 122); color: #CDE1F3; } div.borderDrugs { border: 2px solid rgba(10, 183, 45, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderMood { border: 2px solid rgba(226, 124, 8, 0.85); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderSleep { border: 2px solid rgba(158, 66, 224, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderAction { border: 2px solid rgba(16, 200, 213, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.NotShow { box-shadow: 5px 5px 4px 1px #5B7235; color: white; background-color: #FB2A17; } div.formAddMood { background-color: rgba(208, 205, 10, 0.73); } span.kalendar { color: #404803; } span.kalendarBig { color: #404803; } div.cell_active { background-color: #E97705; color: #524504; } div.cell_selected { background-color: yellow; } div.cell10000 { background-color: #F3FBA1; } div.howAction { color: #0B3693; } a.no_active { color: #6A720C; } div.menu { color: white; } button.calendar { background-color: #B87A0D; border-color: #6E791A; color: white; box-shadow: 6px 6px 6px #F4E375; } button.calendar:hover { background-color: yellow; color: white; border-color: #C29713; } button.main { color: white; box-shadow: 6px 6px 6px #F4E375; } button.MainEdit { color: white; box-shadow: 6px 6px 6px #F4E375; } button.MainEdit:hover { color: white; box-shadow: 6px 6px 6px #F4E375; } button.main:hover { color: white; border-color: #C29713; } button.main-long { color: white; box-shadow: 6px 6px 6px #F4E375; } button.main-long:hover { color: white; border-color: #C29713; } button.small:hover { color: white; } button.danger:hover { background-color: #F92900; color: white; border-color: #C29713; } #showmood { background-color: rgba(210, 210, 44, 0.61); } #showdrugs { background-color: rgba(210, 210, 44, 0.61); } #showaction { background-color: rgba(210, 210, 44, 0.61); } div.sumMood { background-color: rgba(223, 223, 20, 0.59); } div.sumAction { background-color: rgba(64, 190, 215, 0.85); } div.linkShow { color: white; } hr.drugs { height: 1.0em; width: 80%; border: 1px solid #942314; } div.hourPlan { background-color: #6C54E2; color: #D4EC1C; box-shadow: 1px 6px 8px 2px rgba(28,33,77,0.76); } div.errorMainMessagesmall { color: white; background-color: red; box-shadow: 6px 0 20px 8px rgba(127, 15, 15, 0.8); } div.disable { background-color: #D92A2A; } #calendar { box-shadow: 0px 31px 17px -6px rgba(64,66,29,0.7); } div.bodyDiv { background-image: url('../tlo.png'); /* from http://subtlepatterns.com */ } button.danger { box-shadow: 6px 6px 6px #F4E375; background-color: red; color: white; } button.updateAction { box-shadow: 6px 6px 6px #057EA3; background-color: #34C6F3; color: white; } button.danger:hover { box-shadow: 6px 6px 6px #F4E375; background-color: red; color: white; border-color: #7E0705; } button.btn-actionDay { box-shadow: 6px 6px 6px #124F9B; background-color: #1679F2; color: white; } button.btn-actionDay:hover { box-shadow: 6px 6px 6px #124F9B; background-color: #1679F2; border-color: #103869; color: white; } span.warning { color: #CA0606; } div.descriptionModShowSleep { background-color: #7A26C9; color: white; } div.moodSelected { border-top: 3px solid #D6E109; border-left: 3px solid #D6E109; border-right: 3px solid #D6E109; color: #E6F20C; } div.typeOfPortion { background-color: #56B392; color: white; } table.drugsShow { background-color: rgba(135, 241, 28, 0.4); color: #775807; } div.descriptionDrugsShow { background-color: #609300; color: white; } div.linkSelected { color: yellow; border: 2px solid yellow; } span.fontMoodNot { color: #350244; } thead.titleTheadDrugs { background-color: #4FD240; } td.moodButton { border-left: 2px solid #0C5204; border-right: 2px solid #0C5204; border-bottom: 2px solid #0C5204; } td.drugsTd { color: #115E02; } div.sumAverage { -webkit-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); -moz-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); background-color: #C3F277; } div.titleAverage { background-color: #19B846; } div.averageDiv { -webkit-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); -moz-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); background-color: #6EE55B; color: #676C03; } div.averageNr1 { background-color: rgba(164, 53, 19, 0.84); color: white; } div.averageNr2 { background-color: rgba(164, 53, 19, 0.57); color: white; } div.averageNrEnd { background-color: rgba(164, 53, 19, 0.42); color: white; } div.lineAverage { box-shadow: 0 0 4px 1px #5c5b04; background-color: #ACD67A; }
public/styles/default/css/pageMainColor.css
td.moodadd { color: #84440F; } div.actionMain { background-color: rgb(17, 118, 206); color: #CDE1F3; } div.actionMainselected { background-color: rgb(0, 57, 122); color: #CDE1F3; } div.borderDrugs { border: 2px solid rgba(10, 183, 45, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderMood { border: 2px solid rgba(226, 124, 8, 0.85); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderSleep { border: 2px solid rgba(158, 66, 224, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.borderAction { border: 2px solid rgba(16, 200, 213, 0.84); box-shadow: 0 30px 30px 15px rgba(217, 171, 6, 0.72); } div.NotShow { box-shadow: 5px 5px 4px 1px #5B7235; color: white; background-color: #FB2A17; } div.formAddMood { background-color: rgba(208, 205, 10, 0.73); } span.kalendar { color: #404803; } span.kalendarBig { color: #404803; } div.cell_active { background-color: #E97705; color: #524504; } div.cell_selected { background-color: yellow; } div.cell10000 { background-color: #F3FBA1; } div.howAction { color: #0B3693; } a.no_active { color: #6A720C; } div.menu { color: white; } button.calendar { background-color: #B87A0D; border-color: #6E791A; color: white; box-shadow: 6px 6px 6px #F4E375; } button.calendar:hover { background-color: yellow; color: white; border-color: #C29713; } button.main { color: white; box-shadow: 6px 6px 6px #F4E375; } button.MainEdit { color: white; box-shadow: 6px 6px 6px #F4E375; } button.MainEdit:hover { color: white; box-shadow: 6px 6px 6px #F4E375; } button.main:hover { color: white; border-color: #C29713; } button.main-long { color: white; box-shadow: 6px 6px 6px #F4E375; } button.main-long:hover { color: white; border-color: #C29713; } button.small:hover { color: white; } button.danger:hover { background-color: #F92900; color: white; border-color: #C29713; } #showmood { background-color: rgba(210, 210, 44, 0.61); } #showdrugs { background-color: rgba(210, 210, 44, 0.61); } #showaction { background-color: rgba(210, 210, 44, 0.61); } div.sumMood { background-color: rgba(223, 223, 20, 0.59); } div.sumAction { background-color: rgba(64, 190, 215, 0.85); } div.linkShow { color: white; } hr.drugs { height: 1.0em; width: 80%; border: 1px solid #942314; } div.hourPlan { background-color: #6C54E2; color: #D4EC1C; box-shadow: 1px 6px 8px 2px rgba(28,33,77,0.76); } div.errorMainMessagesmall { color: white; background-color: red; box-shadow: 6px 0 20px 8px rgba(127, 15, 15, 0.8); } div.disable { background-color: #D92A2A; } #calendar { box-shadow: 0px 31px 17px -6px rgba(64,66,29,0.7); } div.bodyDiv { background-image: url('../tlo.png'); /* from http://subtlepatterns.com */ } button.danger { box-shadow: 6px 6px 6px #F4E375; background-color: red; color: white; } button.updateAction { box-shadow: 6px 6px 6px #057EA3; background-color: #34C6F3; color: white; } button.danger:hover { box-shadow: 6px 6px 6px #F4E375; background-color: red; color: white; border-color: #7E0705; } button.btn-actionDay { box-shadow: 6px 6px 6px #124F9B; background-color: #1679F2; color: white; } button.btn-actionDay:hover { box-shadow: 6px 6px 6px #124F9B; background-color: #1679F2; border-color: #103869; color: white; } span.warning { color: #CA0606; } div.descriptionModShowSleep { background-color: #7A26C9; color: white; } div.moodSelected { border-top: 3px solid #D6E109; border-left: 3px solid #D6E109; border-right: 3px solid #D6E109; color: #E6F20C; } div.typeOfPortion { background-color: #56B392; color: white; } table.drugsShow { background-color: rgba(135, 241, 28, 0.4); color: #775807; } div.descriptionDrugsShow { background-color: #609300; color: white; } div.linkSelected { color: yellow; border: 2px solid yellow; } span.fontMoodNot { color: #350244; } thead.titleTheadDrugs { background-color: #4FD240; } td.moodButton { border-left: 2px solid #0C5204; border-right: 2px solid #0C5204; border-bottom: 2px solid #0C5204; } td.drugsTd { color: #115E02; } div.sumAverage { -webkit-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); -moz-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); background-color: #C3F277; } div.titleAverage { background-color: #19B846; } div.averageDiv { -webkit-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); -moz-box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); box-shadow: 0px 0px 17px -5px rgba(3, 70, 22, 1); background-color: #6EE55B; color: #676C03; } div.averageNr1 { background-color: rgba(164, 53, 19, 0.84); color: white; } div.averageNr2 { background-color: rgba(164, 53, 19, 0.57); color: white; } div.averageNrEnd { background-color: rgba(164, 53, 19, 0.42); color: white; } div.lineAverage { box-shadow: 0 0 4px 1px #5c5b04; background-color: #ACD67A; }
0.231267
0.151561
*{ margin-right: 0%; } body{ width: 100vw; height: 100vh; margin:0%; } .header{ background:rgb(59, 59, 59); color: rgb(255, 255, 255); margin-top: -20px; padding: 0.2%; } ul{ display: flex; flex: 1; list-style: none; justify-content: flex-start; } ul>li { font-size: 16px; padding: 10px; text-transform: uppercase; } li:nth-child(2){ margin-left: auto; } li>a{ text-decoration: none; color: rgb(255,255,255); } li>a:hover{ text-decoration: none; background: rgb(0, 0, 0); padding: 10px; color: rgb(255,255,255); } /* main page */ .main{ width: 100vw; height: 100vh; } .main__holder{ background: url('../images/co-working-coffee.jpeg') center; background-repeat: no-repeat; width: 100vw; height: 60vh; background-size: 100% 100%; opacity: 1; margin-top: -16px; } .desc-overlay{ position: absolute; background: rgba(26, 27, 25, 0.5); height: 60%; width: 100%; /* background: rgba(211, 22, 22,0.2); */ } .desc{ position: absolute; text-align: center; transform: translate(-50%, -50%); font-weight: 700; top:50%; left:50%; right: -20%; font-size: 25px; color: rgb(255, 255, 255); } .main__working{ width: 100vw; height: 40vh; text-align: center; background: rgba(26, 27, 25, 0.1); margin-top: -1.9%; } .main__working> p{ font-size: 20px; font-weight: 500; text-transform: capitalize; font-family: inherit; padding-top: 30px; padding-bottom: 10px; } .main__working> p:nth-child(3){ color: rgb(0, 0, 0); margin-top: 0%; font-size: 18px; font-weight: 500; } .main__working__lists1{ display: flex; flex:1; justify-content: center; align-items: center; } .main__working__lists1>span{ font-size: 16px; text-transform: capitalize; margin-top: -1%; font-weight: 400; padding: 10px; box-shadow: 2px 2px 7px 1px rgb(202, 202, 186); border-radius: 0.1em; color: rgb(11, 82, 100); } .main__working__lists2{ display: flex; flex:1; justify-content: center; align-items: center; } .main__working__lists2>span{ font-size: 14px; text-transform: capitalize; margin-top: -1%; font-weight: 400; padding: 10px; box-shadow: 2px 2px 7px 1px rgb(202, 202, 186); border-radius: 0.1em; color: rgb(5, 59, 66); } /* footer*/ .footer{ background:rgb(59, 59, 59); position: relative; padding: 1%; text-align: center; } .footer>span{ border-style: none; color: white; text-align: center; font-size: 16px; } .footer>span>a{ color: rgb(255, 255, 255); text-decoration-line: underline; } .footer>span>a:hover{ color: rgb(255, 255, 255); text-decoration-line: unset; background: rgb(0, 0, 0); } /* media queries BLOCKER, change when both width and height are at some length*/ @media all and (max-height: 508px){ ul>li{ font-size: 15px; } .desc{ width: 100%; } .desc>p{ font-size: 14px; margin-bottom: 0.5%; } .main__working>p, .main__working>p:nth-child(3){ font-size: 14px; } .main__working__lists1>span , .main__working__lists2>span { font-size: 12px; } } @media all and (max-height: 300px){ .desc{ width: 100%; } .desc>p{ font-size: 13px; } .footer{ margin-top:40%; } } @media all and (max-width: 425px){ /* put all the nav into a menu */ /* reduce height and the font size of the desc-overlay text */ .main__holder{ height:40%; } .desc-overlay{ height: 40%; } .desc{ font-size: 16px; } /*main working area*/ .main__working{ height: 60vh; margin-top: -5%; } /*footer*/ .footer{ color:red; padding: 10px; } }
UI/css/index.css
*{ margin-right: 0%; } body{ width: 100vw; height: 100vh; margin:0%; } .header{ background:rgb(59, 59, 59); color: rgb(255, 255, 255); margin-top: -20px; padding: 0.2%; } ul{ display: flex; flex: 1; list-style: none; justify-content: flex-start; } ul>li { font-size: 16px; padding: 10px; text-transform: uppercase; } li:nth-child(2){ margin-left: auto; } li>a{ text-decoration: none; color: rgb(255,255,255); } li>a:hover{ text-decoration: none; background: rgb(0, 0, 0); padding: 10px; color: rgb(255,255,255); } /* main page */ .main{ width: 100vw; height: 100vh; } .main__holder{ background: url('../images/co-working-coffee.jpeg') center; background-repeat: no-repeat; width: 100vw; height: 60vh; background-size: 100% 100%; opacity: 1; margin-top: -16px; } .desc-overlay{ position: absolute; background: rgba(26, 27, 25, 0.5); height: 60%; width: 100%; /* background: rgba(211, 22, 22,0.2); */ } .desc{ position: absolute; text-align: center; transform: translate(-50%, -50%); font-weight: 700; top:50%; left:50%; right: -20%; font-size: 25px; color: rgb(255, 255, 255); } .main__working{ width: 100vw; height: 40vh; text-align: center; background: rgba(26, 27, 25, 0.1); margin-top: -1.9%; } .main__working> p{ font-size: 20px; font-weight: 500; text-transform: capitalize; font-family: inherit; padding-top: 30px; padding-bottom: 10px; } .main__working> p:nth-child(3){ color: rgb(0, 0, 0); margin-top: 0%; font-size: 18px; font-weight: 500; } .main__working__lists1{ display: flex; flex:1; justify-content: center; align-items: center; } .main__working__lists1>span{ font-size: 16px; text-transform: capitalize; margin-top: -1%; font-weight: 400; padding: 10px; box-shadow: 2px 2px 7px 1px rgb(202, 202, 186); border-radius: 0.1em; color: rgb(11, 82, 100); } .main__working__lists2{ display: flex; flex:1; justify-content: center; align-items: center; } .main__working__lists2>span{ font-size: 14px; text-transform: capitalize; margin-top: -1%; font-weight: 400; padding: 10px; box-shadow: 2px 2px 7px 1px rgb(202, 202, 186); border-radius: 0.1em; color: rgb(5, 59, 66); } /* footer*/ .footer{ background:rgb(59, 59, 59); position: relative; padding: 1%; text-align: center; } .footer>span{ border-style: none; color: white; text-align: center; font-size: 16px; } .footer>span>a{ color: rgb(255, 255, 255); text-decoration-line: underline; } .footer>span>a:hover{ color: rgb(255, 255, 255); text-decoration-line: unset; background: rgb(0, 0, 0); } /* media queries BLOCKER, change when both width and height are at some length*/ @media all and (max-height: 508px){ ul>li{ font-size: 15px; } .desc{ width: 100%; } .desc>p{ font-size: 14px; margin-bottom: 0.5%; } .main__working>p, .main__working>p:nth-child(3){ font-size: 14px; } .main__working__lists1>span , .main__working__lists2>span { font-size: 12px; } } @media all and (max-height: 300px){ .desc{ width: 100%; } .desc>p{ font-size: 13px; } .footer{ margin-top:40%; } } @media all and (max-width: 425px){ /* put all the nav into a menu */ /* reduce height and the font size of the desc-overlay text */ .main__holder{ height:40%; } .desc-overlay{ height: 40%; } .desc{ font-size: 16px; } /*main working area*/ .main__working{ height: 60vh; margin-top: -5%; } /*footer*/ .footer{ color:red; padding: 10px; } }
0.301465
0.057599
.field{ --uiFieldPaddingTop: var(--fieldPaddingTop, 0px); --uiFieldPaddingRight: var(--fieldPaddingRight, 0px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 0px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 0px); --uiFieldBorderColor: var(--fieldBorderColor, transpatent); --uiFieldBorderTop: var(--fieldBorderTop, 0px); --uiFieldBorderRight: var(--fieldBorderRight, 0px); --uiFieldBorderBottom: var(--fieldBorderBottom, 0px); --uiFieldBorderLeft: var(--fieldBorderLeft, 0px); --uiFieldBgColor: var(--fieldBgColor, transpatent); --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676); --uiFieldAnimationDuration: var(--fieldAnimationDuration, .3s); --uiFieldFonstSize: var(--fieldFontSize, 16px); position: relative; } .field__input{ width: 100%; box-sizing: border-box; background-color: var(--uiFieldBgColor); /* for iOS */ -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; border-style: solid; border-color: var(--uiFieldBorderColor); border-top-width: var(--uiFieldBorderTop); border-right-width: var(--uiFieldBorderRight); border-bottom-width: var(--uiFieldBorderBottom); border-left-width: var(--uiFieldBorderLeft); padding-top: var(--uiFieldPaddingTop); padding-right: var(--uiFieldPaddingRight); padding-bottom: var(--uiFieldPaddingBottom); padding-left: var(--uiFieldPaddingLeft); font-family: inherit; font-size: 100%; color: inherit; } .field__input::-webkit-input-placeholder{ color: var(--uiFieldPlaceholderColor); opacity: 0; } .field__input::-moz-placeholder{ color: var(--uiFieldPlaceholderColor); opacity: 0; } .field__input:focus{ outline: none; } .field__input:focus::-webkit-input-placeholder{ -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); opacity: 1; } .field__input:focus::-moz-placeholder{ -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); opacity: 1; } .field__label{ position: absolute; top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop)); left: calc(0px + var(--uiFieldPaddingLeft) + var(--uiFieldBorderLeft)); pointer-events: none; font-size: .9em; -webkit-transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out; transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out; will-change: top, opacity; } .field__input:not(:placeholder-shown) ~ .field__label{ opacity: 0; top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop)); } .field__input:focus ~ .field__label{ opacity: 1; top: calc(-1 * calc(var(--uiFieldPaddingTop) + var(--uiFieldBorderTop) + 15px)); } /* type1 */ .field_type1{ --uiFieldPaddingTop: var(--fieldPaddingTop, 15px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 15px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); --uiFieldBorderTop: var(--fieldBorderTop, 2px); --uiFieldBorderRight: var(--fieldBorderRight, 2px); --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldBorderLeft: var(--fieldBorderLeft, 2px); } .field_type1 .field__input{ -webkit-transition: border-color var(--uiFieldAnimationDuration) ease-out; transition: border-color var(--uiFieldAnimationDuration) ease-out; will-change: border-color; } .field_type1 .field__input:focus{ --uiFieldBorderColor: var(--fieldBorderColorActive); } /* type 2 */ .field_type2{ --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldPaddingTop: var(--fieldPaddingTop, 5px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 10px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); } .field_type2 .field__line{ width: 0; height: var(--uiFieldBorderBottom); background-color: var(--fieldBorderColorActive); position: absolute; bottom: 0; left: 0; will-change: width; -webkit-transition: width var(--uiFieldAnimationDuration) ease-out; transition: width var(--uiFieldAnimationDuration) ease-out; } .field_type2 .field__input:focus ~ .field__line{ width: 100%; } /* type 3 */ .field_type3{ --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldPaddingTop: var(--fieldPaddingTop, 5px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 10px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); } .field_type3 .field__line{ width: 100%; height: var(--uiFieldBorderBottom); position: absolute; bottom: 0; left: 0; } .field_type3 .field__line:before, .field_type3 .field__line:after{ content: ""; width: 0; height: 100%; background-color: var(--fieldBorderColorActive); position: absolute; bottom: 0; will-change: width; -webkit-transition: width var(--uiFieldAnimationDuration) ease-out; transition: width var(--uiFieldAnimationDuration) ease-out; } .field_type3 .field__line:before{ left: 50%; } .field_type3 .field__line:after{ right: 50%; } .field_type3 .field__input:focus ~ .field__line:before, .field_type3 .field__input:focus ~ .field__line:after{ width: 50%; } /* * demo styles */ .field{ --fieldBorderColor: #fff; --fieldBorderColorActive: #fbc2eb; --fieldPlaceholderColor: #fff; display: block; color: #fff; } .field_type1{ } /* * demo page */ @media screen and (min-width: 768px){ html{ font-size: 62.5%; } } @media screen and (max-width: 767px){ html{ font-size: 50%; } } body{ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Open Sans", "Ubuntu", "Fira Sans", "Helvetica Neue", sans-serif; font-size: 1.6rem; color: #fff; margin: 0; -webkit-overflow-scrolling: touch; overflow-y: scroll; background-color: #a18cd1; } a{ text-decoration: none; color: #fff; } a:hover, a:focus{ text-decoration: underline; } .page{ min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; } .page__demo{ -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .main-container{ padding-left: 1rem; padding-right: 1rem; } .page__container{ width: 80%; max-width: 600px; padding-top: 5rem; padding-bottom: 5rem; text-align: center; margin: auto; } .page__section:not(:first-child){ margin-top: 7rem; } .footer{ padding-top: 1rem; padding-bottom: 1rem; text-align: center; font-size: 1.4rem; } @media screen and (min-width: 641px){ .footer__container{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .melnik909{ margin-left: 2rem; } } @media screen and (max-width: 640px){ .melnik909{ display: none; } }
css/style.css
.field{ --uiFieldPaddingTop: var(--fieldPaddingTop, 0px); --uiFieldPaddingRight: var(--fieldPaddingRight, 0px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 0px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 0px); --uiFieldBorderColor: var(--fieldBorderColor, transpatent); --uiFieldBorderTop: var(--fieldBorderTop, 0px); --uiFieldBorderRight: var(--fieldBorderRight, 0px); --uiFieldBorderBottom: var(--fieldBorderBottom, 0px); --uiFieldBorderLeft: var(--fieldBorderLeft, 0px); --uiFieldBgColor: var(--fieldBgColor, transpatent); --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676); --uiFieldAnimationDuration: var(--fieldAnimationDuration, .3s); --uiFieldFonstSize: var(--fieldFontSize, 16px); position: relative; } .field__input{ width: 100%; box-sizing: border-box; background-color: var(--uiFieldBgColor); /* for iOS */ -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; border-style: solid; border-color: var(--uiFieldBorderColor); border-top-width: var(--uiFieldBorderTop); border-right-width: var(--uiFieldBorderRight); border-bottom-width: var(--uiFieldBorderBottom); border-left-width: var(--uiFieldBorderLeft); padding-top: var(--uiFieldPaddingTop); padding-right: var(--uiFieldPaddingRight); padding-bottom: var(--uiFieldPaddingBottom); padding-left: var(--uiFieldPaddingLeft); font-family: inherit; font-size: 100%; color: inherit; } .field__input::-webkit-input-placeholder{ color: var(--uiFieldPlaceholderColor); opacity: 0; } .field__input::-moz-placeholder{ color: var(--uiFieldPlaceholderColor); opacity: 0; } .field__input:focus{ outline: none; } .field__input:focus::-webkit-input-placeholder{ -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); opacity: 1; } .field__input:focus::-moz-placeholder{ -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); opacity: 1; } .field__label{ position: absolute; top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop)); left: calc(0px + var(--uiFieldPaddingLeft) + var(--uiFieldBorderLeft)); pointer-events: none; font-size: .9em; -webkit-transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out; transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out; will-change: top, opacity; } .field__input:not(:placeholder-shown) ~ .field__label{ opacity: 0; top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop)); } .field__input:focus ~ .field__label{ opacity: 1; top: calc(-1 * calc(var(--uiFieldPaddingTop) + var(--uiFieldBorderTop) + 15px)); } /* type1 */ .field_type1{ --uiFieldPaddingTop: var(--fieldPaddingTop, 15px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 15px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); --uiFieldBorderTop: var(--fieldBorderTop, 2px); --uiFieldBorderRight: var(--fieldBorderRight, 2px); --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldBorderLeft: var(--fieldBorderLeft, 2px); } .field_type1 .field__input{ -webkit-transition: border-color var(--uiFieldAnimationDuration) ease-out; transition: border-color var(--uiFieldAnimationDuration) ease-out; will-change: border-color; } .field_type1 .field__input:focus{ --uiFieldBorderColor: var(--fieldBorderColorActive); } /* type 2 */ .field_type2{ --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldPaddingTop: var(--fieldPaddingTop, 5px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 10px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); } .field_type2 .field__line{ width: 0; height: var(--uiFieldBorderBottom); background-color: var(--fieldBorderColorActive); position: absolute; bottom: 0; left: 0; will-change: width; -webkit-transition: width var(--uiFieldAnimationDuration) ease-out; transition: width var(--uiFieldAnimationDuration) ease-out; } .field_type2 .field__input:focus ~ .field__line{ width: 100%; } /* type 3 */ .field_type3{ --uiFieldBorderBottom: var(--fieldBorderBottom, 2px); --uiFieldPaddingTop: var(--fieldPaddingTop, 5px); --uiFieldPaddingRight: var(--fieldPaddingRight, 15px); --uiFieldPaddingBottom: var(--fieldPaddingBottom, 10px); --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px); } .field_type3 .field__line{ width: 100%; height: var(--uiFieldBorderBottom); position: absolute; bottom: 0; left: 0; } .field_type3 .field__line:before, .field_type3 .field__line:after{ content: ""; width: 0; height: 100%; background-color: var(--fieldBorderColorActive); position: absolute; bottom: 0; will-change: width; -webkit-transition: width var(--uiFieldAnimationDuration) ease-out; transition: width var(--uiFieldAnimationDuration) ease-out; } .field_type3 .field__line:before{ left: 50%; } .field_type3 .field__line:after{ right: 50%; } .field_type3 .field__input:focus ~ .field__line:before, .field_type3 .field__input:focus ~ .field__line:after{ width: 50%; } /* * demo styles */ .field{ --fieldBorderColor: #fff; --fieldBorderColorActive: #fbc2eb; --fieldPlaceholderColor: #fff; display: block; color: #fff; } .field_type1{ } /* * demo page */ @media screen and (min-width: 768px){ html{ font-size: 62.5%; } } @media screen and (max-width: 767px){ html{ font-size: 50%; } } body{ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Open Sans", "Ubuntu", "Fira Sans", "Helvetica Neue", sans-serif; font-size: 1.6rem; color: #fff; margin: 0; -webkit-overflow-scrolling: touch; overflow-y: scroll; background-color: #a18cd1; } a{ text-decoration: none; color: #fff; } a:hover, a:focus{ text-decoration: underline; } .page{ min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; } .page__demo{ -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .main-container{ padding-left: 1rem; padding-right: 1rem; } .page__container{ width: 80%; max-width: 600px; padding-top: 5rem; padding-bottom: 5rem; text-align: center; margin: auto; } .page__section:not(:first-child){ margin-top: 7rem; } .footer{ padding-top: 1rem; padding-bottom: 1rem; text-align: center; font-size: 1.4rem; } @media screen and (min-width: 641px){ .footer__container{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .melnik909{ margin-left: 2rem; } } @media screen and (max-width: 640px){ .melnik909{ display: none; } }
0.402275
0.049085
body { margin: 0; overflow: hidden; } .pull-right-btn { float: right; margin-right: 5px; } .pull-right-btn:first-of-type { margin-right: 0; } #es_method { width: 100px; } #editor_actions { position: absolute; top: 47px; right: 100%; margin-right: -481px; z-index: 100; } #editor_actions > .btn-group > a { padding: 2px 4px; } #editor_actions > .btn-group > a:hover { padding: 2px 4px; text-decoration: none; } #request_wrench { color: rgb(51, 51, 51); } #send { color: rgb(112, 186, 86); } .editor_position { position: absolute; top: 50px; bottom: 0; left: 0; width: 484px; } .overlay { background-color: #000; opacity: 0.5; z-index: 100; } #output { position: absolute; top: 50px; bottom: 0; left: 484px; right: 0; min-width: 700px; } #autocomplete { visibility: hidden; position: absolute; z-index: 1000; margin-top: 22px; /*font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;*/ /*font-size: 12px;*/ /*max-height: 100px;*/ /*overflow-y: auto;*/ /* prevent horizontal scrollbar */ /*overflow-x: hidden;*/ } .ui-menu { background-color: white; border: 1px solid #CCC } .ui-state-focus { color: white; background-color: #08C; margin: auto !important; } #history_popup, #saved_popup { width: 90%; margin-left: -45%; height: 90%; top: 5%; margin-top: 0; } #history_popup .modal-body { } #history_popup .modal-header, #saved_popup .modal-header { position: absolute; top: 0; left: 0; right: 0; } #history_popup .modal-footer, #saved_popup .modal-footer { position: absolute; bottom: 0; left: 0; right: 0; } #history_popup .nav, #saved_popup .nav { position: absolute; width: 400px; left: 0; top: 60px; bottom: 70px; overflow-y: auto; } #example_editor_container { width: 100%; height: 10em; margin: 10px 0; position: relative; } #example_editor_container #example_editor { top: 0; bottom: 0; right: 0; left: 0; } .icon-chevron-right { position: absolute; right: 10px; margin-top: 2px; margin-right: -6px; opacity: .25; } #history_popup .nav a, #saved_popup .nav a { display: block; margin: 0 0 -1px; padding: 8px 14px; border: 1px solid #e5e5e5; white-space: nowrap; position: relative; overflow: hidden; } #history_popup .nav li:first-child > a, #saved_popup .nav li:first-child > a { -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } #history_popup .nav li:last-child > a, #saved_popup .nav li:last-child > a { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } #history_viewer, #saved_viewer { position: absolute; left: 430px; right: 0; margin-right: 9px; top: 60px; bottom: 70px; } #welcome_popup { top: 40%; } #welcome_popup .modal-body { max-height: 600px; } .ui-autocomplete { z-index: 400 !important; } .out_of_screen { width: 1px; height: 1px; overflow: hidden; margin-left: -1000px; } .ace_url { color: #0088cc; } .ace_url.ace_param { color: rgb(49, 132, 149); } .ace_url.ace_value { color: rgb(3, 106, 7); } .ace_method { color: rgb(197, 6, 11); } .ace_snippet-marker { box-sizing: border-box; background: rgba(194, 193, 208, 0.20); /*border: 1px dotted rgba(211, 208, 235, 0.62); */ position: absolute; width: 100% !important; } .ace_snippet-marker.ace_start { border-top: dotted 1px rgba(194, 193, 208, 0.80); } .ace_snippet-marker.ace_start + .ace_snippet-marker { border-bottom: dotted 1px rgba(194, 193, 208, 0.80); } .ui-resizable-e { cursor: ew-resize; width: 10px; right: -5px; top: 0; bottom: 0; background-color: transparent; position: absolute; z-index: 50 !important; } .ui-resizable-e:hover { background-color: rgba(194, 193, 208, 0.80); } .ui-resizable-e.active { background-color: rgba(194, 193, 208, 100); }
sense.css
body { margin: 0; overflow: hidden; } .pull-right-btn { float: right; margin-right: 5px; } .pull-right-btn:first-of-type { margin-right: 0; } #es_method { width: 100px; } #editor_actions { position: absolute; top: 47px; right: 100%; margin-right: -481px; z-index: 100; } #editor_actions > .btn-group > a { padding: 2px 4px; } #editor_actions > .btn-group > a:hover { padding: 2px 4px; text-decoration: none; } #request_wrench { color: rgb(51, 51, 51); } #send { color: rgb(112, 186, 86); } .editor_position { position: absolute; top: 50px; bottom: 0; left: 0; width: 484px; } .overlay { background-color: #000; opacity: 0.5; z-index: 100; } #output { position: absolute; top: 50px; bottom: 0; left: 484px; right: 0; min-width: 700px; } #autocomplete { visibility: hidden; position: absolute; z-index: 1000; margin-top: 22px; /*font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;*/ /*font-size: 12px;*/ /*max-height: 100px;*/ /*overflow-y: auto;*/ /* prevent horizontal scrollbar */ /*overflow-x: hidden;*/ } .ui-menu { background-color: white; border: 1px solid #CCC } .ui-state-focus { color: white; background-color: #08C; margin: auto !important; } #history_popup, #saved_popup { width: 90%; margin-left: -45%; height: 90%; top: 5%; margin-top: 0; } #history_popup .modal-body { } #history_popup .modal-header, #saved_popup .modal-header { position: absolute; top: 0; left: 0; right: 0; } #history_popup .modal-footer, #saved_popup .modal-footer { position: absolute; bottom: 0; left: 0; right: 0; } #history_popup .nav, #saved_popup .nav { position: absolute; width: 400px; left: 0; top: 60px; bottom: 70px; overflow-y: auto; } #example_editor_container { width: 100%; height: 10em; margin: 10px 0; position: relative; } #example_editor_container #example_editor { top: 0; bottom: 0; right: 0; left: 0; } .icon-chevron-right { position: absolute; right: 10px; margin-top: 2px; margin-right: -6px; opacity: .25; } #history_popup .nav a, #saved_popup .nav a { display: block; margin: 0 0 -1px; padding: 8px 14px; border: 1px solid #e5e5e5; white-space: nowrap; position: relative; overflow: hidden; } #history_popup .nav li:first-child > a, #saved_popup .nav li:first-child > a { -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } #history_popup .nav li:last-child > a, #saved_popup .nav li:last-child > a { -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } #history_viewer, #saved_viewer { position: absolute; left: 430px; right: 0; margin-right: 9px; top: 60px; bottom: 70px; } #welcome_popup { top: 40%; } #welcome_popup .modal-body { max-height: 600px; } .ui-autocomplete { z-index: 400 !important; } .out_of_screen { width: 1px; height: 1px; overflow: hidden; margin-left: -1000px; } .ace_url { color: #0088cc; } .ace_url.ace_param { color: rgb(49, 132, 149); } .ace_url.ace_value { color: rgb(3, 106, 7); } .ace_method { color: rgb(197, 6, 11); } .ace_snippet-marker { box-sizing: border-box; background: rgba(194, 193, 208, 0.20); /*border: 1px dotted rgba(211, 208, 235, 0.62); */ position: absolute; width: 100% !important; } .ace_snippet-marker.ace_start { border-top: dotted 1px rgba(194, 193, 208, 0.80); } .ace_snippet-marker.ace_start + .ace_snippet-marker { border-bottom: dotted 1px rgba(194, 193, 208, 0.80); } .ui-resizable-e { cursor: ew-resize; width: 10px; right: -5px; top: 0; bottom: 0; background-color: transparent; position: absolute; z-index: 50 !important; } .ui-resizable-e:hover { background-color: rgba(194, 193, 208, 0.80); } .ui-resizable-e.active { background-color: rgba(194, 193, 208, 100); }
0.533154
0.100128
.dark-mode { background: #272c31; color: #7d8490 } .dark-mode ::selection { background: #fff; color: #272c31 } .dark-mode .loader { color: #272c31 } .dark-mode .page .section-gray { background: #272c31 } .dark-mode .page .section-white { background: #2b3035 } .dark-mode .page .section-light { background: #2b3035 } .dark-mode .page .section-body { background: #272c31 } .dark-mode .page .section-dark { background: #272c31 } .dark-mode #left-sidebar, .dark-mode .user_div { background: #272c31; border-color: #343a40 } .dark-mode #left-sidebar .brand-name, .dark-mode .user_div .brand-name { color: #fff } .dark-mode #left-sidebar .card, .dark-mode .user_div .card { background: transparent } .dark-mode .theme_div .card { background: #fff } .dark-mode #header_top { background: #272c31; border: 0 } .dark-mode #header_top .brand-logo { background: #343a40 } .dark-mode #header_top .nav-link { color: #7d8490 } .dark-mode .metismenu .active>a { color: #c8cfd6 } .dark-mode .metismenu .active ul .active a { color: #c8cfd6 } .dark-mode .metismenu a, .dark-mode .metismenu ul a { color: #80868e } .dark-mode .metismenu .has-arrow:after { color: rgba(255, 255, 255, 0.2) } .dark-mode .metismenu.grid>li>a { border-color: #343a40 } .dark-mode .header { background: #272c31 } .dark-mode .header .nav-tabs .nav-link { color: #fff } .dark-mode .header .nav-tabs .nav-link.active { border-color: #fff } .dark-mode .header .dropdown-menu .dropdown-item:hover, .dark-mode .header .dropdown-menu .dropdown-item.active { color: #272c31 } .dark-mode .card { background: #2b3035; border-color: #343a40; color: #7d8490 } .dark-mode .card-header { border-color: #343a40 } .dark-mode .card-header.bline { border-color: #343a40 } .dark-mode .page-title, .dark-mode .form-control-plaintext { color: #c8cfd6 } .dark-mode .table thead th { border-color: #585858 } .dark-mode .table td, .dark-mode .table th { border-color: #343a40 } .dark-mode .table.table_custom thead tr { background: transparent } .dark-mode .table.table_custom thead tr th { color: #80868e } .dark-mode .table.table_custom tr { background: #2b3035 } .dark-mode .table.table_custom.border-style tr td { border-color: #343a40 } .dark-mode .table.table_custom.border-style tr:hover td { border-top-color: #2185d0; border-bottom-color: #2185d0 } .dark-mode .table.table_custom.border-style tr:hover td:first-child { border-left-color: #2185d0 } .dark-mode .table.table_custom.border-style tr:hover td:last-child { border-right-color: #2185d0 } .dark-mode .table.table-custom td, .dark-mode .table.table-custom th { background: #2b3035 } .dark-mode .form-control:disabled, .dark-mode .form-control[readonly] { background: #272c31 } .dark-mode .custom-control-label:before { background-color: #2b3035; border: #414950 solid 1px } .dark-mode .gender_overview { background: #343a40 } .dark-mode .selectize-input { background: transparent; border-color: #343a40 } .dark-mode .selectize-input.full { background: transparent; border-color: #343a40 } .dark-mode .multiselect_div>.btn-group .btn { background: transparent; border-color: #343a40; color: #80868e } .dark-mode .multiselect_div>.btn-group .btn.btn-success { background: #21ba45; color: #fff } .dark-mode .multiselect_div>.btn-group .btn.btn-primary { background: #17a2b8; color: #fff } .dark-mode .form-control, .dark-mode .input-group-append>.btn, .dark-mode .custom-select { background: transparent; border-color: #343a40 } .dark-mode .custom-checkbox .custom-control-label:before { background-color: #343a40 } .dark-mode .input-group-text, .dark-mode .page-header, .dark-mode .timeline_item, .dark-mode .timeline_item .tl_avatar, .dark-mode .recent_comments li, .dark-mode .feeds_widget li, .dark-mode .list-group-item, .dark-mode .progress, .dark-mode .file_folder a, .dark-mode .chat_app .chat_list, .dark-mode .selectgroup-button, .dark-mode .card-footer { border-color: #343a40 } .dark-mode .btn.btn-default, .dark-mode .dataTables_wrapper .dataTables_paginate .btn-default.paginate_button { border-color: #343a40; background: transparent } .dark-mode .todo_list li, .dark-mode .nav-tabs, .dark-mode .chat_app .chat_windows .chat-message { border-color: #343a40 } .dark-mode .right_chat li { background: #343a40 } .dark-mode .right_chat .media .name { color: #c8cfd6 } .dark-mode .offcanvas-active #header_top { background: #2b3035 } .dark-mode .list-widget a { border-color: #343a40; color: #c8cfd6 } .dark-mode .dropify-wrapper { background-color: #272c31; border-color: #343a40 } .dark-mode .dropify-wrapper:hover { background-image: linear-gradient(-45deg, #2b3035 25%, transparent 25%, transparent 50%, #2b3035 50%, #2b3035 75%, transparent 75%, transparent) } .dark-mode .list-group-item { background: #2b3035 } .dark-mode .new_timeline:before { background-color: #343a40 } .dark-mode .new_timeline h4 { color: #7d8490 } .dark-mode .right_chat li:hover { background: #272c31 } .dark-mode #calendar.fc .fc-toolbar h2 { color: #c8cfd6 } .dark-mode #calendar.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-widget-content, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-widget-content, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg { border-color: #343a40 !important } .dark-mode #calendar.fc .fc-view-container .fc-other-month { background: #272c31 } .dark-mode .inbox .detail { background: #2b3035 } .dark-mode .inbox .detail .detail-header { background: #272c31 } .dark-mode .note-editor.note-frame { background: #272c31; border-color: #343a40 } .dark-mode .note-editor.note-frame .note-editing-area .note-editable { background: #272c31; color: #7d8490 } .dark-mode .wizard>.steps .disabled a, .dark-mode .wizard>.steps .disabled a:hover, .dark-mode .wizard>.steps .disabled a:active { background: #272c31 } .dark-mode .wizard>.content { background: #272c31 } .dark-mode .progress { background: #343a40 } .dark-mode #page_top .right_chat li { background: inherit } .dark-mode #page_top .right_chat .media .name { color: #333537 } .dark-mode #page_top .feeds_widget li { border-color: #E8E9E9 } .dark-mode .apexcharts-canvas .apexcharts-yaxis .apexcharts-yaxis-label, .dark-mode .apexcharts-canvas .apexcharts-yaxis .apexcharts-xaxis-label, .dark-mode .apexcharts-canvas .apexcharts-xaxis .apexcharts-yaxis-label, .dark-mode .apexcharts-canvas .apexcharts-xaxis .apexcharts-xaxis-label { fill: #80868e !important } .dark-mode .apexcharts-canvas .apexcharts-legend .apexcharts-legend-text { color: #80868e !important } .dark-mode .apexcharts-canvas .apexcharts-gridline { stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-pie-series path { stroke: #2b3035 !important } .dark-mode .apexcharts-canvas .apexcharts-radialbar-track path { stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-radar-series polygon { fill: #2b3035 !important; stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-radar-series line { stroke: #343a40 !important } .dark-mode .page-header .right .nav-pills .nav-link { color: #80868e }
css/dark.css
.dark-mode { background: #272c31; color: #7d8490 } .dark-mode ::selection { background: #fff; color: #272c31 } .dark-mode .loader { color: #272c31 } .dark-mode .page .section-gray { background: #272c31 } .dark-mode .page .section-white { background: #2b3035 } .dark-mode .page .section-light { background: #2b3035 } .dark-mode .page .section-body { background: #272c31 } .dark-mode .page .section-dark { background: #272c31 } .dark-mode #left-sidebar, .dark-mode .user_div { background: #272c31; border-color: #343a40 } .dark-mode #left-sidebar .brand-name, .dark-mode .user_div .brand-name { color: #fff } .dark-mode #left-sidebar .card, .dark-mode .user_div .card { background: transparent } .dark-mode .theme_div .card { background: #fff } .dark-mode #header_top { background: #272c31; border: 0 } .dark-mode #header_top .brand-logo { background: #343a40 } .dark-mode #header_top .nav-link { color: #7d8490 } .dark-mode .metismenu .active>a { color: #c8cfd6 } .dark-mode .metismenu .active ul .active a { color: #c8cfd6 } .dark-mode .metismenu a, .dark-mode .metismenu ul a { color: #80868e } .dark-mode .metismenu .has-arrow:after { color: rgba(255, 255, 255, 0.2) } .dark-mode .metismenu.grid>li>a { border-color: #343a40 } .dark-mode .header { background: #272c31 } .dark-mode .header .nav-tabs .nav-link { color: #fff } .dark-mode .header .nav-tabs .nav-link.active { border-color: #fff } .dark-mode .header .dropdown-menu .dropdown-item:hover, .dark-mode .header .dropdown-menu .dropdown-item.active { color: #272c31 } .dark-mode .card { background: #2b3035; border-color: #343a40; color: #7d8490 } .dark-mode .card-header { border-color: #343a40 } .dark-mode .card-header.bline { border-color: #343a40 } .dark-mode .page-title, .dark-mode .form-control-plaintext { color: #c8cfd6 } .dark-mode .table thead th { border-color: #585858 } .dark-mode .table td, .dark-mode .table th { border-color: #343a40 } .dark-mode .table.table_custom thead tr { background: transparent } .dark-mode .table.table_custom thead tr th { color: #80868e } .dark-mode .table.table_custom tr { background: #2b3035 } .dark-mode .table.table_custom.border-style tr td { border-color: #343a40 } .dark-mode .table.table_custom.border-style tr:hover td { border-top-color: #2185d0; border-bottom-color: #2185d0 } .dark-mode .table.table_custom.border-style tr:hover td:first-child { border-left-color: #2185d0 } .dark-mode .table.table_custom.border-style tr:hover td:last-child { border-right-color: #2185d0 } .dark-mode .table.table-custom td, .dark-mode .table.table-custom th { background: #2b3035 } .dark-mode .form-control:disabled, .dark-mode .form-control[readonly] { background: #272c31 } .dark-mode .custom-control-label:before { background-color: #2b3035; border: #414950 solid 1px } .dark-mode .gender_overview { background: #343a40 } .dark-mode .selectize-input { background: transparent; border-color: #343a40 } .dark-mode .selectize-input.full { background: transparent; border-color: #343a40 } .dark-mode .multiselect_div>.btn-group .btn { background: transparent; border-color: #343a40; color: #80868e } .dark-mode .multiselect_div>.btn-group .btn.btn-success { background: #21ba45; color: #fff } .dark-mode .multiselect_div>.btn-group .btn.btn-primary { background: #17a2b8; color: #fff } .dark-mode .form-control, .dark-mode .input-group-append>.btn, .dark-mode .custom-select { background: transparent; border-color: #343a40 } .dark-mode .custom-checkbox .custom-control-label:before { background-color: #343a40 } .dark-mode .input-group-text, .dark-mode .page-header, .dark-mode .timeline_item, .dark-mode .timeline_item .tl_avatar, .dark-mode .recent_comments li, .dark-mode .feeds_widget li, .dark-mode .list-group-item, .dark-mode .progress, .dark-mode .file_folder a, .dark-mode .chat_app .chat_list, .dark-mode .selectgroup-button, .dark-mode .card-footer { border-color: #343a40 } .dark-mode .btn.btn-default, .dark-mode .dataTables_wrapper .dataTables_paginate .btn-default.paginate_button { border-color: #343a40; background: transparent } .dark-mode .todo_list li, .dark-mode .nav-tabs, .dark-mode .chat_app .chat_windows .chat-message { border-color: #343a40 } .dark-mode .right_chat li { background: #343a40 } .dark-mode .right_chat .media .name { color: #c8cfd6 } .dark-mode .offcanvas-active #header_top { background: #2b3035 } .dark-mode .list-widget a { border-color: #343a40; color: #c8cfd6 } .dark-mode .dropify-wrapper { background-color: #272c31; border-color: #343a40 } .dark-mode .dropify-wrapper:hover { background-image: linear-gradient(-45deg, #2b3035 25%, transparent 25%, transparent 50%, #2b3035 50%, #2b3035 75%, transparent 75%, transparent) } .dark-mode .list-group-item { background: #2b3035 } .dark-mode .new_timeline:before { background-color: #343a40 } .dark-mode .new_timeline h4 { color: #7d8490 } .dark-mode .right_chat li:hover { background: #272c31 } .dark-mode #calendar.fc .fc-toolbar h2 { color: #c8cfd6 } .dark-mode #calendar.fc .fc-view-container .fc-view.fc-basic-view>table tbody tr td.fc-widget-content, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-agenda>table tbody tr td.fc-widget-content, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg, .dark-mode #calendar.fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg { border-color: #343a40 !important } .dark-mode #calendar.fc .fc-view-container .fc-other-month { background: #272c31 } .dark-mode .inbox .detail { background: #2b3035 } .dark-mode .inbox .detail .detail-header { background: #272c31 } .dark-mode .note-editor.note-frame { background: #272c31; border-color: #343a40 } .dark-mode .note-editor.note-frame .note-editing-area .note-editable { background: #272c31; color: #7d8490 } .dark-mode .wizard>.steps .disabled a, .dark-mode .wizard>.steps .disabled a:hover, .dark-mode .wizard>.steps .disabled a:active { background: #272c31 } .dark-mode .wizard>.content { background: #272c31 } .dark-mode .progress { background: #343a40 } .dark-mode #page_top .right_chat li { background: inherit } .dark-mode #page_top .right_chat .media .name { color: #333537 } .dark-mode #page_top .feeds_widget li { border-color: #E8E9E9 } .dark-mode .apexcharts-canvas .apexcharts-yaxis .apexcharts-yaxis-label, .dark-mode .apexcharts-canvas .apexcharts-yaxis .apexcharts-xaxis-label, .dark-mode .apexcharts-canvas .apexcharts-xaxis .apexcharts-yaxis-label, .dark-mode .apexcharts-canvas .apexcharts-xaxis .apexcharts-xaxis-label { fill: #80868e !important } .dark-mode .apexcharts-canvas .apexcharts-legend .apexcharts-legend-text { color: #80868e !important } .dark-mode .apexcharts-canvas .apexcharts-gridline { stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-pie-series path { stroke: #2b3035 !important } .dark-mode .apexcharts-canvas .apexcharts-radialbar-track path { stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-radar-series polygon { fill: #2b3035 !important; stroke: #343a40 !important } .dark-mode .apexcharts-canvas .apexcharts-radar-series line { stroke: #343a40 !important } .dark-mode .page-header .right .nav-pills .nav-link { color: #80868e }
0.483405
0.052912
[data-type="bp/groups"] .components-placeholder.is-appender { min-height: 0; } [data-type="bp/groups"] .components-placeholder.is-appender .components-placeholder__label:empty { display: none; } [data-type="bp/groups"] .components-placeholder input.components-placeholder__input { flex: 1 1 auto; border-radius: 2px; border: 1px solid #757575; padding: 6px 8px; } [data-type="bp/groups"].avatar-none .group-description { width: calc(100% - 44px); } [data-type="bp/groups"].avatar-full .group-description { width: calc(100% - 224px); } [data-type="bp/groups"].avatar-thumb .group-description { width: calc(100% - 114px); } [data-type="bp/groups"] .group-content { position: relative; } [data-type="bp/groups"] .group-content .is-right { position: absolute; top: 2px; right: 2px; } [data-type="bp/groups"] .columns-2 .group-content .group-description, [data-type="bp/groups"] .columns-3 .group-content .group-description, [data-type="bp/groups"] .columns-4 .group-content .group-description { padding-left: 44px; width: calc(100% - 44px); } [data-type="bp/groups"] .columns-3 .is-right { right: -10px; } [data-type="bp/groups"] .columns-4 .is-right { right: -50px; } .bp-block-groups.is-grid { display: flex; flex-wrap: wrap; padding: 0; } .bp-block-groups.is-grid .group-content { margin: 0 1.25em 1.25em 0; width: 100%; } @media (min-width: 600px) { .bp-block-groups.columns-2 .group-content { width: calc((100% / 2) - 1.25em + (1.25em / 2)); } .bp-block-groups.columns-2 .group-content:nth-child(2n) { margin-right: 0; } .bp-block-groups.columns-3 .group-content { width: calc((100% / 3) - 1.25em + (1.25em / 3)); } .bp-block-groups.columns-3 .group-content:nth-child(3n) { margin-right: 0; } .bp-block-groups.columns-4 .group-content { width: calc((100% / 4) - 1.25em + (1.25em / 4)); } .bp-block-groups.columns-4 .group-content:nth-child(4n) { margin-right: 0; } } .bp-block-groups .group-content { display: flex; flex-direction: column; padding-bottom: 1em; text-align: center; } .bp-block-groups .group-content .item-header-avatar, .bp-block-groups .group-content .group-description { width: 100%; } .bp-block-groups .group-content .item-header-avatar { margin: 0 auto; } .bp-block-groups .group-content .item-header-avatar img.avatar { display: inline-block; } @media (min-width: 600px) { .bp-block-groups .group-content { flex-direction: row; text-align: left; } .bp-block-groups .group-content .item-header-avatar, .bp-block-groups .group-content .group-description { width: auto; } .bp-block-groups .group-content .item-header-avatar { margin: 0; } } .bp-block-groups .group-content time { display: block; font-size: 80%; color: #767676; } .bp-block-groups.avatar-none .item-header-avatar { display: none; } .bp-block-groups.avatar-full { min-height: 190px; } .bp-block-groups.avatar-full .item-header-avatar { width: 180px; } .bp-block-groups.avatar-thumb .group-content { min-height: 80px; } .bp-block-groups.avatar-thumb .item-header-avatar { width: 70px; } .bp-block-groups.columns-2 .group-content, .bp-block-groups.columns-3 .group-content, .bp-block-groups.columns-4 .group-content { display: block; text-align: center; } .bp-block-groups.columns-2 .group-content .item-header-avatar, .bp-block-groups.columns-3 .group-content .item-header-avatar, .bp-block-groups.columns-4 .group-content .item-header-avatar { margin: 0 auto; } .bp-block-groups img.avatar { width: auto; height: auto; max-width: fit-content; } .bp-block-groups .member-content.has-description { align-items: center; } .bp-block-groups .member-content.has-description .item-header-avatar { padding-right: 1em; } .bp-block-groups .member-content.has-description .group-description-content { margin-bottom: 0; text-align: left; }
wp-content/plugins/buddypress/bp-groups/css/blocks/groups.css
[data-type="bp/groups"] .components-placeholder.is-appender { min-height: 0; } [data-type="bp/groups"] .components-placeholder.is-appender .components-placeholder__label:empty { display: none; } [data-type="bp/groups"] .components-placeholder input.components-placeholder__input { flex: 1 1 auto; border-radius: 2px; border: 1px solid #757575; padding: 6px 8px; } [data-type="bp/groups"].avatar-none .group-description { width: calc(100% - 44px); } [data-type="bp/groups"].avatar-full .group-description { width: calc(100% - 224px); } [data-type="bp/groups"].avatar-thumb .group-description { width: calc(100% - 114px); } [data-type="bp/groups"] .group-content { position: relative; } [data-type="bp/groups"] .group-content .is-right { position: absolute; top: 2px; right: 2px; } [data-type="bp/groups"] .columns-2 .group-content .group-description, [data-type="bp/groups"] .columns-3 .group-content .group-description, [data-type="bp/groups"] .columns-4 .group-content .group-description { padding-left: 44px; width: calc(100% - 44px); } [data-type="bp/groups"] .columns-3 .is-right { right: -10px; } [data-type="bp/groups"] .columns-4 .is-right { right: -50px; } .bp-block-groups.is-grid { display: flex; flex-wrap: wrap; padding: 0; } .bp-block-groups.is-grid .group-content { margin: 0 1.25em 1.25em 0; width: 100%; } @media (min-width: 600px) { .bp-block-groups.columns-2 .group-content { width: calc((100% / 2) - 1.25em + (1.25em / 2)); } .bp-block-groups.columns-2 .group-content:nth-child(2n) { margin-right: 0; } .bp-block-groups.columns-3 .group-content { width: calc((100% / 3) - 1.25em + (1.25em / 3)); } .bp-block-groups.columns-3 .group-content:nth-child(3n) { margin-right: 0; } .bp-block-groups.columns-4 .group-content { width: calc((100% / 4) - 1.25em + (1.25em / 4)); } .bp-block-groups.columns-4 .group-content:nth-child(4n) { margin-right: 0; } } .bp-block-groups .group-content { display: flex; flex-direction: column; padding-bottom: 1em; text-align: center; } .bp-block-groups .group-content .item-header-avatar, .bp-block-groups .group-content .group-description { width: 100%; } .bp-block-groups .group-content .item-header-avatar { margin: 0 auto; } .bp-block-groups .group-content .item-header-avatar img.avatar { display: inline-block; } @media (min-width: 600px) { .bp-block-groups .group-content { flex-direction: row; text-align: left; } .bp-block-groups .group-content .item-header-avatar, .bp-block-groups .group-content .group-description { width: auto; } .bp-block-groups .group-content .item-header-avatar { margin: 0; } } .bp-block-groups .group-content time { display: block; font-size: 80%; color: #767676; } .bp-block-groups.avatar-none .item-header-avatar { display: none; } .bp-block-groups.avatar-full { min-height: 190px; } .bp-block-groups.avatar-full .item-header-avatar { width: 180px; } .bp-block-groups.avatar-thumb .group-content { min-height: 80px; } .bp-block-groups.avatar-thumb .item-header-avatar { width: 70px; } .bp-block-groups.columns-2 .group-content, .bp-block-groups.columns-3 .group-content, .bp-block-groups.columns-4 .group-content { display: block; text-align: center; } .bp-block-groups.columns-2 .group-content .item-header-avatar, .bp-block-groups.columns-3 .group-content .item-header-avatar, .bp-block-groups.columns-4 .group-content .item-header-avatar { margin: 0 auto; } .bp-block-groups img.avatar { width: auto; height: auto; max-width: fit-content; } .bp-block-groups .member-content.has-description { align-items: center; } .bp-block-groups .member-content.has-description .item-header-avatar { padding-right: 1em; } .bp-block-groups .member-content.has-description .group-description-content { margin-bottom: 0; text-align: left; }
0.50293
0.08207
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap"); * { font-family: "roc grotesk", Arial; font-size: 12pt; margin: 0; box-sizing: border-box; } body { background-image:url(/images/Purple-15.png), url(/images/K\ -13.png), url(/images/s-12.png), url(/images/Letter\ A\ -11.png), url(/images/Letter\ M-10.png), url(/images/Mask\ icon\ uncut\ -04.png), url(/images/Mask\ icon\ uncut\ -01.png), url(/images/Mask\ icon\ cut-02.png), url(/images/Scissors-07.png), url(/images/Bird\ yellow\ -09.png), url(/images/Mask\ icon\ -06.png), url(/images/Mask\ uncut\ -08.png), url(/images/Mask\ icon\ -01.png), url(/images/Mask\ icon\ -04.png), url("/images/ezgif.com-gif-maker\ \(1\).gif"); background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat; background-size:90px 90px, 130px 130px, 100px 100px, 100px 100px, 110px 110px, 100px 100px, 100px 100px, 130px 130px, 100px 100px, 400px 400px, 180px 180px, 120px 120px, 100px 100px, 100px 100px, 1500px 1000px; background-position:top +520 left 8%, top +1250 right 20%, top +1225 left 6%, top +150 right 26%, top +200 left 17%, top +350 right 30%, top +450 right 2%, top +800 right 14%, top +50px right 15%, top +750px left 20%, top +450px left 20%, top +200px right 11%, top +40px left 15%, top +300px left 5%, center; background-attachment:scroll, scroll, scroll, fixed, fixed, scroll, fixed, scroll, fixed, scroll, fixed, scroll, fixed, fixed, scroll; } .title { height: 5vh; display: flex; align-items: center; justify-content: center; } .title h1 { letter-spacing: 0.75px; color: rgb(255, 255, 0); font-size: 16pt; } .wrapper { height: 95vh; } .chat { background: 255,255,0.5; box-shadow: 255,255,0.5; height: 100%; display: flex; flex-direction: column; padding: 20px 20px 0px 20px; border-radius: 10px; } .messages { flex: 1 0 auto; } .messages div { max-width: 60%; width: fit-content; display: block; margin: 5px; padding: 10px; border-radius: 7px; white-space: pre-line; } .messages div a { color: 255,255,0.5; } .messages div a:hover { color: rgb(15, 97, 151); } .messages .bot { text-align: left; margin-right: auto; background: rgb(15, 97, 151); color: rgb(255, 255, 255); } .messages img { width: 100%; } .messages .self { text-align: right; margin-right: 20px; margin-left: auto; background: white; border: 1px solid rgb(255, 255, 255); color: rgb(15, 97, 151); } .actions { flex-shrink: 0; width: 100%; position: sticky; bottom: -1px; padding: 10px 0px 20px; background: 255,255,0.5; } .actions input { height: 30px; display: block; width: 100%; outline: 0; border-top: 0px; border-right: 0px; border-bottom: 2px solid black; border-left: 0px; } input:focus { border-bottom: 2px solid rgb(255, 255, 255); } @media all and (min-width: 720px) { .wrapper { width: 40vw; height: 90vh; margin: 0 auto 2.5vh; } } @media all and (min-width: 1280px) { .wrapper { width: 27.5vw; } .title { height: 7.5vh; } }
style.css
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap"); * { font-family: "roc grotesk", Arial; font-size: 12pt; margin: 0; box-sizing: border-box; } body { background-image:url(/images/Purple-15.png), url(/images/K\ -13.png), url(/images/s-12.png), url(/images/Letter\ A\ -11.png), url(/images/Letter\ M-10.png), url(/images/Mask\ icon\ uncut\ -04.png), url(/images/Mask\ icon\ uncut\ -01.png), url(/images/Mask\ icon\ cut-02.png), url(/images/Scissors-07.png), url(/images/Bird\ yellow\ -09.png), url(/images/Mask\ icon\ -06.png), url(/images/Mask\ uncut\ -08.png), url(/images/Mask\ icon\ -01.png), url(/images/Mask\ icon\ -04.png), url("/images/ezgif.com-gif-maker\ \(1\).gif"); background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat; background-size:90px 90px, 130px 130px, 100px 100px, 100px 100px, 110px 110px, 100px 100px, 100px 100px, 130px 130px, 100px 100px, 400px 400px, 180px 180px, 120px 120px, 100px 100px, 100px 100px, 1500px 1000px; background-position:top +520 left 8%, top +1250 right 20%, top +1225 left 6%, top +150 right 26%, top +200 left 17%, top +350 right 30%, top +450 right 2%, top +800 right 14%, top +50px right 15%, top +750px left 20%, top +450px left 20%, top +200px right 11%, top +40px left 15%, top +300px left 5%, center; background-attachment:scroll, scroll, scroll, fixed, fixed, scroll, fixed, scroll, fixed, scroll, fixed, scroll, fixed, fixed, scroll; } .title { height: 5vh; display: flex; align-items: center; justify-content: center; } .title h1 { letter-spacing: 0.75px; color: rgb(255, 255, 0); font-size: 16pt; } .wrapper { height: 95vh; } .chat { background: 255,255,0.5; box-shadow: 255,255,0.5; height: 100%; display: flex; flex-direction: column; padding: 20px 20px 0px 20px; border-radius: 10px; } .messages { flex: 1 0 auto; } .messages div { max-width: 60%; width: fit-content; display: block; margin: 5px; padding: 10px; border-radius: 7px; white-space: pre-line; } .messages div a { color: 255,255,0.5; } .messages div a:hover { color: rgb(15, 97, 151); } .messages .bot { text-align: left; margin-right: auto; background: rgb(15, 97, 151); color: rgb(255, 255, 255); } .messages img { width: 100%; } .messages .self { text-align: right; margin-right: 20px; margin-left: auto; background: white; border: 1px solid rgb(255, 255, 255); color: rgb(15, 97, 151); } .actions { flex-shrink: 0; width: 100%; position: sticky; bottom: -1px; padding: 10px 0px 20px; background: 255,255,0.5; } .actions input { height: 30px; display: block; width: 100%; outline: 0; border-top: 0px; border-right: 0px; border-bottom: 2px solid black; border-left: 0px; } input:focus { border-bottom: 2px solid rgb(255, 255, 255); } @media all and (min-width: 720px) { .wrapper { width: 40vw; height: 90vh; margin: 0 auto 2.5vh; } } @media all and (min-width: 1280px) { .wrapper { width: 27.5vw; } .title { height: 7.5vh; } }
0.434701
0.168378
.selectize-control .selectize-input { font-size : 1rem; border-color : #D9D9D9 !important; } .selectize-control .selectize-input input { font-size : 1rem; } .selectize-control .selectize-input:focus, .selectize-control .selectize-input.focus { border-color : #CCCCCC !important; outline : 0; } .selectize-control .selectize-input > div .email { opacity : 0.8; } .selectize-control .selectize-input > div .email:before { content : '<'; } .selectize-control .selectize-input > div .email:after { content : '>'; } .selectize-control .selectize-input > div .name + .email { margin-right : 5px; } .selectize-control.selectize-rtl-select .selectize-input, .selectize-control.selectize-rtl-select .selectize-dropdown-content { text-align : left; } .selectize-control .selectize-dropdown { font-size : 1rem; } .selectize-control .selectize-dropdown .caption { font-size : 12px; display : block; color : #A0A0A0; } .selectize-control .selectize-dropdown .label { font-size : 75%; display : table-row; font-weight : 600; line-height : 1.25; color : #495C68; } .selectize-control .selectize-dropdown .active { background-color : #E0E0E0 !important; color : #424242 !important; } .selectize-control .selectize-dropdown [data-selectable] { padding : 10px 8px; } .selectize-control.repositories::before { -webkit-transition : opacity 0.2s; transition : opacity 0.2s; content : ' '; z-index : 2; position : absolute; display : block; top : 12px; left : 34px; width : 16px; height : 16px; background : url(../../../../images/icons/spinner.gif); background-size : 16px 16px; opacity : 0; } .selectize-control.repositories.loading::before { opacity : 0.4; } .selectize-control.repositories .selectize-dropdown div { border-bottom : 1px solid rgba(0, 0, 0, 0.05); } .selectize-control.repositories .selectize-dropdown .by { font-size : 11px; opacity : 0.8; } .selectize-control.repositories .selectize-dropdown .by::before { content : 'by '; } .selectize-control.repositories .selectize-dropdown .name { font-weight : bold; margin-left : 5px; } .selectize-control.repositories .selectize-dropdown .title { display : block; } .selectize-control.repositories .selectize-dropdown .description { font-size : 12px; display : block; color : #A0A0A0; white-space : nowrap; width : 100%; text-overflow : ellipsis; overflow : hidden; } .selectize-control.repositories .selectize-dropdown .meta { list-style : none; margin : 0; padding : 0; font-size : 10px; } .selectize-control.repositories .selectize-dropdown .meta [class^='icon-'] { font-size : 0.8rem; } .selectize-control.repositories .selectize-dropdown .meta [class^='icon-']:before { margin-left : 8px; } .selectize-control.repositories .selectize-dropdown .meta li { margin : 0; padding : 0; display : inline; margin-left : 10px; } .selectize-control.repositories .selectize-dropdown .meta li span { font-weight : bold; } .selectize-control.movies::before { -webkit-transition : opacity 0.2s; transition : opacity 0.2s; content : ' '; z-index : 2; position : absolute; display : block; top : 12px; left : 34px; width : 16px; height : 16px; background : url(../../../../images/icons/spinner.gif); background-size : 16px 16px; opacity : 0; } .selectize-control.movies.loading::before { opacity : 0.4; } .selectize-control.movies .selectize-dropdown [data-selectable] { border-bottom : 1px solid rgba(0, 0, 0, 0.05); height : 60px; position : relative; box-sizing : content-box; padding : 10px 60px 10px 10px; } .selectize-control.movies .selectize-dropdown [data-selectable]:last-child { border-bottom : 0 none; } .selectize-control.movies .selectize-dropdown .by { font-size : 11px; opacity : 0.8; } .selectize-control.movies .selectize-dropdown .by ::before { content : 'by '; } .selectize-control.movies .selectize-dropdown .name { font-weight : bold; margin-left : 5px; } .selectize-control.movies .selectize-dropdown .description { font-size : 12px; color : #A0A0A0; } .selectize-control.movies .selectize-dropdown .actors, .selectize-control.movies .selectize-dropdown .description, .selectize-control.movies .selectize-dropdown .title { display : block; white-space : nowrap; width : 100%; overflow : hidden; text-overflow : ellipsis; } .selectize-control.movies .selectize-dropdown .actors { font-size : 10px; color : #A0A0A0; } .selectize-control.movies .selectize-dropdown .actors span { color : #606060; } .selectize-control.movies .selectize-dropdown img { height : 60px; right : 10px; position : absolute; border-radius : 3px; background : rgba(0, 0, 0, 0.04); } .selectize-control.movies .selectize-dropdown .meta { list-style : none; margin : 0; padding : 0; font-size : 10px; } .selectize-control.movies .selectize-dropdown .meta li { margin : 0; padding : 0; display : inline; margin-left : 10px; } .selectize-control.movies .selectize-dropdown .meta li span { font-weight : bold; } .selectize-control.multi .selectize-input.has-items { padding-right : 8px !important; } .selectize-control.multi .selectize-input.has-items.disabled [data-value] { color : #FFFFFF; } .selectize-control.multi .selectize-input [data-value] { background-image : none !important; padding : 3px 6px; background-color : #1E9FF2 !important; border-color : #0C84D1 !important; margin-left : 7px; font-size : 1rem; line-height : 1.5rem; } .selectize-control.plugin-remove_button [data-value] .remove { border-right-color : #0C84D1 !important; }
public/app-assets/css-rtl/plugins/forms/selectize/selectize.css
.selectize-control .selectize-input { font-size : 1rem; border-color : #D9D9D9 !important; } .selectize-control .selectize-input input { font-size : 1rem; } .selectize-control .selectize-input:focus, .selectize-control .selectize-input.focus { border-color : #CCCCCC !important; outline : 0; } .selectize-control .selectize-input > div .email { opacity : 0.8; } .selectize-control .selectize-input > div .email:before { content : '<'; } .selectize-control .selectize-input > div .email:after { content : '>'; } .selectize-control .selectize-input > div .name + .email { margin-right : 5px; } .selectize-control.selectize-rtl-select .selectize-input, .selectize-control.selectize-rtl-select .selectize-dropdown-content { text-align : left; } .selectize-control .selectize-dropdown { font-size : 1rem; } .selectize-control .selectize-dropdown .caption { font-size : 12px; display : block; color : #A0A0A0; } .selectize-control .selectize-dropdown .label { font-size : 75%; display : table-row; font-weight : 600; line-height : 1.25; color : #495C68; } .selectize-control .selectize-dropdown .active { background-color : #E0E0E0 !important; color : #424242 !important; } .selectize-control .selectize-dropdown [data-selectable] { padding : 10px 8px; } .selectize-control.repositories::before { -webkit-transition : opacity 0.2s; transition : opacity 0.2s; content : ' '; z-index : 2; position : absolute; display : block; top : 12px; left : 34px; width : 16px; height : 16px; background : url(../../../../images/icons/spinner.gif); background-size : 16px 16px; opacity : 0; } .selectize-control.repositories.loading::before { opacity : 0.4; } .selectize-control.repositories .selectize-dropdown div { border-bottom : 1px solid rgba(0, 0, 0, 0.05); } .selectize-control.repositories .selectize-dropdown .by { font-size : 11px; opacity : 0.8; } .selectize-control.repositories .selectize-dropdown .by::before { content : 'by '; } .selectize-control.repositories .selectize-dropdown .name { font-weight : bold; margin-left : 5px; } .selectize-control.repositories .selectize-dropdown .title { display : block; } .selectize-control.repositories .selectize-dropdown .description { font-size : 12px; display : block; color : #A0A0A0; white-space : nowrap; width : 100%; text-overflow : ellipsis; overflow : hidden; } .selectize-control.repositories .selectize-dropdown .meta { list-style : none; margin : 0; padding : 0; font-size : 10px; } .selectize-control.repositories .selectize-dropdown .meta [class^='icon-'] { font-size : 0.8rem; } .selectize-control.repositories .selectize-dropdown .meta [class^='icon-']:before { margin-left : 8px; } .selectize-control.repositories .selectize-dropdown .meta li { margin : 0; padding : 0; display : inline; margin-left : 10px; } .selectize-control.repositories .selectize-dropdown .meta li span { font-weight : bold; } .selectize-control.movies::before { -webkit-transition : opacity 0.2s; transition : opacity 0.2s; content : ' '; z-index : 2; position : absolute; display : block; top : 12px; left : 34px; width : 16px; height : 16px; background : url(../../../../images/icons/spinner.gif); background-size : 16px 16px; opacity : 0; } .selectize-control.movies.loading::before { opacity : 0.4; } .selectize-control.movies .selectize-dropdown [data-selectable] { border-bottom : 1px solid rgba(0, 0, 0, 0.05); height : 60px; position : relative; box-sizing : content-box; padding : 10px 60px 10px 10px; } .selectize-control.movies .selectize-dropdown [data-selectable]:last-child { border-bottom : 0 none; } .selectize-control.movies .selectize-dropdown .by { font-size : 11px; opacity : 0.8; } .selectize-control.movies .selectize-dropdown .by ::before { content : 'by '; } .selectize-control.movies .selectize-dropdown .name { font-weight : bold; margin-left : 5px; } .selectize-control.movies .selectize-dropdown .description { font-size : 12px; color : #A0A0A0; } .selectize-control.movies .selectize-dropdown .actors, .selectize-control.movies .selectize-dropdown .description, .selectize-control.movies .selectize-dropdown .title { display : block; white-space : nowrap; width : 100%; overflow : hidden; text-overflow : ellipsis; } .selectize-control.movies .selectize-dropdown .actors { font-size : 10px; color : #A0A0A0; } .selectize-control.movies .selectize-dropdown .actors span { color : #606060; } .selectize-control.movies .selectize-dropdown img { height : 60px; right : 10px; position : absolute; border-radius : 3px; background : rgba(0, 0, 0, 0.04); } .selectize-control.movies .selectize-dropdown .meta { list-style : none; margin : 0; padding : 0; font-size : 10px; } .selectize-control.movies .selectize-dropdown .meta li { margin : 0; padding : 0; display : inline; margin-left : 10px; } .selectize-control.movies .selectize-dropdown .meta li span { font-weight : bold; } .selectize-control.multi .selectize-input.has-items { padding-right : 8px !important; } .selectize-control.multi .selectize-input.has-items.disabled [data-value] { color : #FFFFFF; } .selectize-control.multi .selectize-input [data-value] { background-image : none !important; padding : 3px 6px; background-color : #1E9FF2 !important; border-color : #0C84D1 !important; margin-left : 7px; font-size : 1rem; line-height : 1.5rem; } .selectize-control.plugin-remove_button [data-value] .remove { border-right-color : #0C84D1 !important; }
0.250179
0.135833
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap"); /* Reset */ * { font-family: "Barlow", Helvetica, sans-serif; color: #40454B; line-height: 1.5; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; left: 0; top: 0; font-size: 100%; } hr { border-style: solid; border-color: #ededed; } h1, h2, h3 { font-weight: 300; } h4, h5, h6 { font-weight: 700; } h1 { font-size: 4rem; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } p { font-size: 1.125rem; font-weight: 200; line-height: 1.8; } .font-light { font-weight: 300; } .font-regular { font-weight: 400; } .font-heavy { font-weight: 700; } .left { text-align: left; } .right { text-align: right; } .center { text-align: center; margin-left: auto; margin-right: auto; } .justify { text-align: justify; } .hidden-sm { display: none; } /* Grid CSS */ .container { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[12]; grid-template-columns: repeat(12, 1fr); grid-gap: 10px; max-width: 1200px; margin-left: auto; margin-right: auto; } [class*="c-"] { grid-column: span 12; padding: 0; } @media only screen and (min-width: 600px) { .c-50 { grid-column: span 6; } .c-25 { grid-column: span 3; } .c-75 { grid-column: span 9; } .c-100 { grid-column: span 12; } .c-1 { grid-column: span 1; } .c-2 { grid-column: span 2; } .c-3 { grid-column: span 3; } .c-4 { grid-column: span 4; } .c-5 { grid-column: span 5; } .c-6 { grid-column: span 6; } .c-7 { grid-column: span 7; } .c-8 { grid-column: span 8; } .c-9 { grid-column: span 9; } .c-10 { grid-column: span 10; } .c-11 { grid-column: span 11; } .c-12 { grid-column: span 12; } } @media only screen and (max-width: 800px) and (min-width: 600px) { .c-50 { grid-column: span 6; } .c-25 { grid-column: span 3; } .c-75 { grid-column: span 9; } .c-100 { grid-column: span 12; } } /* Kosmo Styles */ .topbar { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 10px; height: 100px; } .topbar .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn { cursor: pointer; border: none; border-radius: 5px; padding: 10px 30px; display: inline-block; text-transform: uppercase; line-height: 1.5em; font-size: 1em; outline: none; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; } .btn.btn-default { background-color: black; } .btn.btn-default span { color: white; } .btn.btn-light { background-color: transparent; } .btn.btn-light img { padding: 5px 10px 0 0; } .btn.btn-light span { color: black; } .btn span { color: white; display: inline-block; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0.8; } .btn i { right: 15px; position: absolute; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transition-delay: 0s; transition-delay: 0s; } .btn:before { content: ''; top: 0; right: 0; width: 0; position: absolute; height: 100%; background: rgba(255, 255, 255, 0.2); -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .btn:hover span { -webkit-transform: translate3d(-15px, 0px, 0px); transform: translate3d(-15px, 0px, 0px); opacity: 1; } .btn:hover i { opacity: 1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .btn:hover:before { width: 34px; -webkit-transition-delay: 0s; transition-delay: 0s; } .btn:active:before { background: rgba(255, 255, 255, 0.3); } .hover span { -webkit-transform: translate3d(-15px, 0px, 0px); transform: translate3d(-15px, 0px, 0px); opacity: 1; } .hover i { opacity: 1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .hover:before { width: 34px; -webkit-transition-delay: 0s; transition-delay: 0s; } form { max-width: 450px; margin: 0 auto; font-family: 'Maven Pro', sans-serif; } form > div { position: relative; } form > div label { opacity: 0.5; font-weight: 700; } form > div small { font-weight: 700; } form > div input[type="text"], form > div input[type="email"], form > div input[type="password"], form > div input[type="date"], form > div select { -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 15px; background-color: #f0f0f0 !important; margin: 10px 0 20px; } form > div input[type="text"]:focus, form > div input[type="email"]:focus, form > div input[type="password"]:focus, form > div input[type="date"]:focus, form > div select:focus { outline: 0; background-color: white !important; } form > div input[type="text"]:focus + label, form > div input[type="email"]:focus + label, form > div input[type="password"]:focus + label, form > div input[type="date"]:focus + label, form > div select:focus + label { opacity: 0; } form > div select { padding: 14px; } form > div .requirements-js { float: right; padding: 2px 5px; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; opacity: 1; overflow: hidden; background-color: red; color: white; font-weight: 700; font-size: .725rem; display: none; } form > div .requirements { padding: 0 30px 0 50px; max-height: 0; -webkit-transition: 0.28s; transition: 0.28s; overflow: hidden; color: red; font-weight: 700; } form input[type="submit"] { margin-top: 20px; outline: none; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; display: block; width: 100%; background: green; border: 1px solid green; border-radius: 4px; color: white; padding: 20px; font-size: 1.2rem; cursor: pointer; } form input[type="submit"]:hover { background: white; border: 1 px solid green; color: green; } /* Media Queries */ @media (max-width: 767px) { body { padding: 0; } .grid-2-col, .grid-3-col, .grid-3-col-offset-1, .grid-4-col { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } /*# sourceMappingURL=style.css.map */
src/assets/scss/style.css
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap"); /* Reset */ * { font-family: "Barlow", Helvetica, sans-serif; color: #40454B; line-height: 1.5; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; left: 0; top: 0; font-size: 100%; } hr { border-style: solid; border-color: #ededed; } h1, h2, h3 { font-weight: 300; } h4, h5, h6 { font-weight: 700; } h1 { font-size: 4rem; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } p { font-size: 1.125rem; font-weight: 200; line-height: 1.8; } .font-light { font-weight: 300; } .font-regular { font-weight: 400; } .font-heavy { font-weight: 700; } .left { text-align: left; } .right { text-align: right; } .center { text-align: center; margin-left: auto; margin-right: auto; } .justify { text-align: justify; } .hidden-sm { display: none; } /* Grid CSS */ .container { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[12]; grid-template-columns: repeat(12, 1fr); grid-gap: 10px; max-width: 1200px; margin-left: auto; margin-right: auto; } [class*="c-"] { grid-column: span 12; padding: 0; } @media only screen and (min-width: 600px) { .c-50 { grid-column: span 6; } .c-25 { grid-column: span 3; } .c-75 { grid-column: span 9; } .c-100 { grid-column: span 12; } .c-1 { grid-column: span 1; } .c-2 { grid-column: span 2; } .c-3 { grid-column: span 3; } .c-4 { grid-column: span 4; } .c-5 { grid-column: span 5; } .c-6 { grid-column: span 6; } .c-7 { grid-column: span 7; } .c-8 { grid-column: span 8; } .c-9 { grid-column: span 9; } .c-10 { grid-column: span 10; } .c-11 { grid-column: span 11; } .c-12 { grid-column: span 12; } } @media only screen and (max-width: 800px) and (min-width: 600px) { .c-50 { grid-column: span 6; } .c-25 { grid-column: span 3; } .c-75 { grid-column: span 9; } .c-100 { grid-column: span 12; } } /* Kosmo Styles */ .topbar { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 10px; height: 100px; } .topbar .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .btn { cursor: pointer; border: none; border-radius: 5px; padding: 10px 30px; display: inline-block; text-transform: uppercase; line-height: 1.5em; font-size: 1em; outline: none; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; } .btn.btn-default { background-color: black; } .btn.btn-default span { color: white; } .btn.btn-light { background-color: transparent; } .btn.btn-light img { padding: 5px 10px 0 0; } .btn.btn-light span { color: black; } .btn span { color: white; display: inline-block; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0.8; } .btn i { right: 15px; position: absolute; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transition-delay: 0s; transition-delay: 0s; } .btn:before { content: ''; top: 0; right: 0; width: 0; position: absolute; height: 100%; background: rgba(255, 255, 255, 0.2); -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .btn:hover span { -webkit-transform: translate3d(-15px, 0px, 0px); transform: translate3d(-15px, 0px, 0px); opacity: 1; } .btn:hover i { opacity: 1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .btn:hover:before { width: 34px; -webkit-transition-delay: 0s; transition-delay: 0s; } .btn:active:before { background: rgba(255, 255, 255, 0.3); } .hover span { -webkit-transform: translate3d(-15px, 0px, 0px); transform: translate3d(-15px, 0px, 0px); opacity: 1; } .hover i { opacity: 1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .hover:before { width: 34px; -webkit-transition-delay: 0s; transition-delay: 0s; } form { max-width: 450px; margin: 0 auto; font-family: 'Maven Pro', sans-serif; } form > div { position: relative; } form > div label { opacity: 0.5; font-weight: 700; } form > div small { font-weight: 700; } form > div input[type="text"], form > div input[type="email"], form > div input[type="password"], form > div input[type="date"], form > div select { -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 15px; background-color: #f0f0f0 !important; margin: 10px 0 20px; } form > div input[type="text"]:focus, form > div input[type="email"]:focus, form > div input[type="password"]:focus, form > div input[type="date"]:focus, form > div select:focus { outline: 0; background-color: white !important; } form > div input[type="text"]:focus + label, form > div input[type="email"]:focus + label, form > div input[type="password"]:focus + label, form > div input[type="date"]:focus + label, form > div select:focus + label { opacity: 0; } form > div select { padding: 14px; } form > div .requirements-js { float: right; padding: 2px 5px; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; opacity: 1; overflow: hidden; background-color: red; color: white; font-weight: 700; font-size: .725rem; display: none; } form > div .requirements { padding: 0 30px 0 50px; max-height: 0; -webkit-transition: 0.28s; transition: 0.28s; overflow: hidden; color: red; font-weight: 700; } form input[type="submit"] { margin-top: 20px; outline: none; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; display: block; width: 100%; background: green; border: 1px solid green; border-radius: 4px; color: white; padding: 20px; font-size: 1.2rem; cursor: pointer; } form input[type="submit"]:hover { background: white; border: 1 px solid green; color: green; } /* Media Queries */ @media (max-width: 767px) { body { padding: 0; } .grid-2-col, .grid-3-col, .grid-3-col-offset-1, .grid-4-col { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } /*# sourceMappingURL=style.css.map */
0.414306
0.095307
background-color: #eee; color: #555; } #head-line h2 { color: #333; } #head-line b { color: #333; } .card{ padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; } .card-title{ color:#fff; } .card-text{ color:#fff; } .card-body{ height:70px; } .content { margin-bottom: 100px; } #col-left { margin-top: 20px; } #col-right { margin-top: 20px; } .menu { margin-top: 10px; } .menu a { text-decoration: none; color: #fff; } #col-right-2 { border-radius: 2px; border: 1px solid #eee; color: #555; text-align: left; min-height: 400px; margin-right: 5px; } #headline-right { color: #555; margin-top: 20px; margin-bottom: 5px; text-shadow: 1px 1px 1px #eee; } .margin-5 { margin-top: 5px; } .margin-10 { margin-top: 10px; } .margin-20 { margin-top: 20px; } .margin-30 { margin-top: 30px; } label { color: #555; width: 100%; text-align: left; } .btn-file { margin-left: 0px; } .logo { margin-left: 15px; } .logo-small { margin: 5px; margin-left: 15px; height: 20px; } tbody { color: #777; } footer { position: fixed; bottom: 0; width: 100%; color:#000; /* background: #3a7bd5; /* fallback for old browsers */ /* background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */ /* background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .forgot{ float: right; } #loading { margin: 0px auto; width: 100%; height: 100vh; position: fixed; z-index: 999999; background: rgba(255, 255, 255, 0.9); display: none; } #loading img { margin: 0px auto; } .gradient-gray { color: #999; text-shadow: 0px 1px 0px #999; background: rgba(226, 226, 226, 1); background: -moz-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(28%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(254, 254, 254, 1))); background: -webkit-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -o-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -ms-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: linear-gradient(to right, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1); } table a { color: #999; } .font-putih{ color:#e6efc0; } .font-hitam{ color:#14171a } .font-kuning { color: #ec971f; } .font-hijau { color: #20B2AA; } .font-merah { color: #c9302c; } .font-biru { color: #1c94e0; } .par-center{ float: none; margin: 0px auto; } .outer { display: table; position: absolute; height: 100%; width: 100%; background: url("../build/images/bg-fix.jpg"); /* background: transparent; /* background: #3a7bd5; /* fallback for old browsers */ /* background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */ /* background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .middle { display: table-cell; vertical-align: middle; } .blur{ position: absolute; margin: 0px auto; background: #f3f3f3; opacity: 0.3; top:0; height:100%; /* z-index: 99; */ -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(10px); /* box-shadow: 1px 1px 1px 1px #444; */ /* background: #fff; */ width: 100%; /*whatever width you want*/ } .inner { /* border: 0.7px solid #888; */ padding:20px; margin-left: auto; margin-right: auto; /* box-shadow: 1px 1px 1px 1px #444; */ /* background: #fff; */ width: 400px; /*whatever width you want*/ } /* THIS IS FOR LOADING CONTENT */ .loading-content { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display:none; } /* Transparent Overlay */ .loading-content:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } /* :not(:required) hides these rules from IE9 and below */ .loading-content:not(:required) { /* hide "loading-content..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading-content:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .body-1{ align-items: center; justify-content: center } .body-2{ background: #ECE9E6; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .img-logo-login{ height:120px; display: block; margin-left: auto; margin-right: auto; }
assets/css/style.css
background-color: #eee; color: #555; } #head-line h2 { color: #333; } #head-line b { color: #333; } .card{ padding:10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; } .card-title{ color:#fff; } .card-text{ color:#fff; } .card-body{ height:70px; } .content { margin-bottom: 100px; } #col-left { margin-top: 20px; } #col-right { margin-top: 20px; } .menu { margin-top: 10px; } .menu a { text-decoration: none; color: #fff; } #col-right-2 { border-radius: 2px; border: 1px solid #eee; color: #555; text-align: left; min-height: 400px; margin-right: 5px; } #headline-right { color: #555; margin-top: 20px; margin-bottom: 5px; text-shadow: 1px 1px 1px #eee; } .margin-5 { margin-top: 5px; } .margin-10 { margin-top: 10px; } .margin-20 { margin-top: 20px; } .margin-30 { margin-top: 30px; } label { color: #555; width: 100%; text-align: left; } .btn-file { margin-left: 0px; } .logo { margin-left: 15px; } .logo-small { margin: 5px; margin-left: 15px; height: 20px; } tbody { color: #777; } footer { position: fixed; bottom: 0; width: 100%; color:#000; /* background: #3a7bd5; /* fallback for old browsers */ /* background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */ /* background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .forgot{ float: right; } #loading { margin: 0px auto; width: 100%; height: 100vh; position: fixed; z-index: 999999; background: rgba(255, 255, 255, 0.9); display: none; } #loading img { margin: 0px auto; } .gradient-gray { color: #999; text-shadow: 0px 1px 0px #999; background: rgba(226, 226, 226, 1); background: -moz-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(28%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(254, 254, 254, 1))); background: -webkit-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -o-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: -ms-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); background: linear-gradient(to right, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 28%, rgba(254, 254, 254, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1); } table a { color: #999; } .font-putih{ color:#e6efc0; } .font-hitam{ color:#14171a } .font-kuning { color: #ec971f; } .font-hijau { color: #20B2AA; } .font-merah { color: #c9302c; } .font-biru { color: #1c94e0; } .par-center{ float: none; margin: 0px auto; } .outer { display: table; position: absolute; height: 100%; width: 100%; background: url("../build/images/bg-fix.jpg"); /* background: transparent; /* background: #3a7bd5; /* fallback for old browsers */ /* background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */ /* background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .middle { display: table-cell; vertical-align: middle; } .blur{ position: absolute; margin: 0px auto; background: #f3f3f3; opacity: 0.3; top:0; height:100%; /* z-index: 99; */ -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(10px); /* box-shadow: 1px 1px 1px 1px #444; */ /* background: #fff; */ width: 100%; /*whatever width you want*/ } .inner { /* border: 0.7px solid #888; */ padding:20px; margin-left: auto; margin-right: auto; /* box-shadow: 1px 1px 1px 1px #444; */ /* background: #fff; */ width: 400px; /*whatever width you want*/ } /* THIS IS FOR LOADING CONTENT */ .loading-content { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display:none; } /* Transparent Overlay */ .loading-content:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } /* :not(:required) hides these rules from IE9 and below */ .loading-content:not(:required) { /* hide "loading-content..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading-content:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .body-1{ align-items: center; justify-content: center } .body-2{ background: #ECE9E6; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .img-logo-login{ height:120px; display: block; margin-left: auto; margin-right: auto; }
0.254416
0.074265
@media (min-width: 1200px){ .container{ width: 1230px; } } @media (max-width: 1200px){ .hadsub-menu>span { display: none; } .main-menu ul li { padding-bottom: 12px; } .menu-link{ margin: 0; padding: 0; } .menu-link h2{ float: none; padding: 8px 0; } .menu-01, .menu-02, .menu-03, .menu-04, .menu-05{ padding: 17px; } .main-menu > ul > li, .main-menu-fixed > ul > li{ min-height: auto; } .menu-01,.menu-02,.menu-03,.menu-04,.menu-05{ background-size: 30px 30px; } } @media (min-width: 992px) and (max-width: 1199px){ } @media (min-width: 768px){ .search-box .btn-search { margin-left: -2px !important; } } @media (min-width: 768px) and (max-width: 991px){ .navbar-brand{ padding-bottom: 0px; } #wrapper-mainmenu{ clear: both; padding-top: 0; } .main-menu{float: left;} .main-menu>li:first-child>a{ padding-left: 0; } .main-menu>li>a{ padding-left: 10px; padding-right: 10px; } .themis{ margin-top: -6px; } .footer .box-logo{ display: block; overflow: hidden; margin-bottom: 15px; } .menu-footer{ float: left; } .menu-footer ul.list>li:first-child>a{ padding-left: 0; } .menu-footer ul.list>li:last-child>a{ padding-right: 15px; } /*block*/ .box-control .cbo-category .combobox{ width: 220px; } .block-post .item .left{ padding: 6px; padding-right: 160px; } .block-post .item .thumb{ width: 150px; } .block-post .item .txt{ line-height: 20px; max-height: 40px; overflow: hidden; } } @media (max-width: 991px){ .top-panel-fixed-wrp { display: none !important; } .box-relatedcontent .item { margin-bottom: 20px; } .box-relatedcontent .item .box-thumb { float: left; } .box-relatedcontent .item .thumb{ width: 80px; margin-right: 15px; } .box-relatedcontent .item .article-title{ margin: 0px 0 5px 0; } .box-relatedcontent .item .p-intro,.box-relatedcontent .item .p-intro p{ margin: 0; line-height: 20px; max-height: 40px; overflow: hidden; } .navbar-brand img { height: 50px; } .middle-header{ padding-bottom: 10px; } .nav-catalog a{ width: 15%; } .homeproduct li{ width: calc(33% - 1px); } .box-module.news .item.item-first .box-thumb{ height: 250px; } .footer .item{ margin-bottom: 20px; } } @media (max-width: 767px) { /*Smart menu*/ .ct-navbar-active .ct-navbar-search-full-width { top: 0; right: 40px; left: 50px; } .ct-navbar-search-full-width { position: absolute; top: 38px; left: 0; right: 0; padding: 6px; transition: .2s; } .ct-navbar-search-at-top { opacity: 1; } .ct-navbar-search-full-width .form-group { position: relative; margin-bottom: 0px; } .ct-navbar-search-full-width #search { font-size: 16px; } .ct-navbar-search-full-width .form-control { height: 32px; border: none; border-radius: 0; } #ct-navbar-search-full-width button { outline: none; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } .ct-navbar-search-full-width i { color: #555555a3; position: absolute; top: 8px; left: 10px; } #ct-mobile-navbar{ position: relative; display: block; height: 82px; background: linear-gradient(to right, #db2100 , #ee4527); border: none; min-height: 44px; z-index: 99; } .ct-navbar-logo { text-align: center; padding: 2px 12px; } .ct-navbar-logo a { background: url(../images/logo2.png) no-repeat center; background-size: contain; display: block; height: 40px; transition: .2s; margin: 0 auto; } .top-panel-fixed-wrp, #ct-nav-tabpc, .main-menu, .cart-pctab, .logo, .search-top, .cartTopRightQuantity, .main-slider, .brand_list, .breadcrumb_wpr, .top-header{ display: none; } .cart-mo, #ct-slider-mobile, .get-in-touch, .ct-home-featured-menu{ display: block; } .ct-navbar-active{ position: fixed !important; height: 44px !important; } .ct-navbar-cart img { width: 26px; height: 26px; } .ct-navbar-cart { text-align: right; padding: 9px 10px; max-height: 44px; position: relative; } #ct-mobile-navbar #cartTopRight, .cart-quantity-mo { cursor: pointer; } .cart-quantity-mo { position: absolute; top: 6px; right: 14px; color: #fe5045; width: 15px; height: 15px; text-align: center; vertical-align: middle; line-height: 13px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; font-size: 10px; font-weight: bold; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } #navbar { background-color: #fff; box-shadow: 0 2px 2px 0 rgba(12,23,95,.1); margin-bottom: 2px; max-height: 100%; margin-top: 37px; padding: 0px; max-height: calc(100vh - 82px); } .ct-navbar-active #navbar{ margin-top: 0px; max-height: calc(100vh - 44px); } #navbar ul { padding-top: 0px; padding-bottom: 0px; } #navbar ul li { border-bottom: 1px solid #eaeaea; } #navbar ul li:last-child { border: none; } #navbar .navbar-nav .open .dropdown-menu>li>a { padding: 9px 55px; position: relative; z-index: 5; } #navbar .last-sub-menu .open ul { border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 0; } #navbar .caret { margin: 0px; height: 40px; line-height: 37px; top: 0; border: none; border-left: 1px solid #ddd; border-radius: 0; width: 38px; z-index: 10; cursor: pointer; } .ct-cat-menu .pro-hot-new{ font-size: 17px; color:#000 !important; } .ct-cat-menu > li > a:before, .ct-navbar-info > li > a:before{ content:''; width:22px; height:22px; position:absolute; left: 10px; background-size: contain; bottom: 10px; } .last-sub-menu li { position: relative; } .last-sub-menu > li > a:before{ content:''; width:22px; height:22px; position:absolute; left: 25px; background-size: contain; top: 7px; } .last-sub-menu > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_honda.png); } .last-sub-menu > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_yamaha.png); } .last-sub-menu > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_suzuki.png); } .last-sub-menu > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_piaggio.png); } .last-sub-menu > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_sym.png); } .last-sub-menu > li:nth-child(6) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_pkl.png); } .ct-cat-menu > li a, .ct-navbar-info > li a{ padding: 10px 15px 10px 40px; } .ct-cat-menu > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spmoi.png); } .ct-cat-menu > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spdochoixemay.png); } .ct-cat-menu > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spphutungthaythe.png); } .ct-cat-menu > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spnhotxemay.png); } .ct-cat-menu > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spphukienchobiker.png); } .ct-cat-menu > li:nth-child(6) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sptheoloaixe.png); } .ct-navbar-info > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_giaohang.png); } .ct-navbar-info > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_huongdan.png); } .ct-navbar-info > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_tuvan.png); } .ct-navbar-info > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_gioithieu.png); } .ct-navbar-info > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_lienhe.png); } /*End Smart menu*/ .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color: #ff2600; } .top-panel-fixed-wrp { display: none !important; } .top-header .navbar-nav > li{ float: left; } .navbar-brand img { height: 50px; margin: auto; } .m-t-2{ margin-top: 0; } .cart-btn.m-t-2 .inner{ background: #eee; text-align: right; } .navbar-brand{ padding: 5px; display: block; float: none; text-align: center; } .navbar-collapse{ box-shadow: 0 0 0 0; } .navbar-collapse.collapse{ padding-top: 0px; } .navbar-toggle{ border: 0; border-radius: 0; margin-top: 6px; background-color: inherit; float: left; } .navbar-toggle .icon-bar{ background-color: #FFF !important; } .btn-cart-xs{ float: left !important; margin: 8px 0 0 15px; border-color: #eb1d27; } #wrapper-mainmenu{ padding-top: 0px; background: #dbdbdb; overflow: hidden; border-top: 1px solid #cccccc; } .navbar-nav{ margin: 0; } .main-menu{ width: 100%; } .main-menu>li:hover, .main-menu>li:focus{ background-color: inherit; } .main-menu>li:hover>a { background: #eb1d27; color: #FFFFFF !important; } .footer .box-logo{ display: block; overflow: hidden; margin-bottom: 15px; } .menu-footer, .copyright, .menu-footer ul.list>li{ float: none; } .menu-footer ul.list>li>a{ display: block; padding: 0; } .top-header ul.list-inline{ height: 30px; overflow: hidden; } #slide-main .img-responsive { height: 150px; } .nav-catalog a { width: 31%; } /*Product*/ .page-search .box-product .product:nth-child(2n){ clear: right; } .page-search .box-product .product:nth-child(2n+1){ clear: left; } .box-product .product:nth-child(odd) { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; } .box-product .product:nth-child(even) { border-bottom: 1px solid #ccc; } .box-product .product .name{ height: auto; max-height: inherit; } .box-product .product .box-thumb .thumb { min-height: unset; margin: auto; } .box-product .product .box-thumb{ border: none; height: auto; overflow: hidden; white-space: nowrap; text-align: center; display: inline-block; position: relative; } .box-product .product figcaption{ border: none; padding-left: 0px; padding-right: 0px; } .box-product .product .name{ max-height: 50px; overflow: hidden; } .box-product .product .price{ max-height: 40px; } .homeproduct li { width: calc(50% - 1px); } .MagicZoomPup, .MagicZoomBigImageCont{ display: none !important; } #path ul{ white-space: normal; } #path ul li a{ padding: 5px 0px; } .page-product-detail h1{ margin: 20px 0px 20px 0 !important; } #page-body h1{ font-size: 26px; } .page-product-detail .table-detail tr:last-child td:first-child{ display: none; } /*Block*/ .page-top{ background-position: center center; background-size: cover; } .box-control .cbo-category{ float: none; } .box-control .cbo-category .combobox{ width: auto; } .box-control .box-tab{ clear: both; float: none; margin-top: 8px; } .box-tab .nav-pills>li{ width: 50%; text-align: center; } .box-tab .nav-pills>li+li{ margin-left:0; } .box-control .box-tab li>a{ padding: 3px 15px; } .block-post .title{ line-height: 22px; max-height: 44px; overflow: hidden; } .block-post .item .thumb{ width: 140px; } .block-post .item .right{ padding-left: 150px; } .block-post .item .left{ padding: 0; } .block-post .item .txt{ line-height: 20px; max-height: 40px; overflow: hidden; } /* Aside left */ .fillter { padding-left: 15px; } /* End Aside left */ /* Related Product */ .box-relatedProduct .item{ width: calc(33% - 0px); margin-bottom: 20px; } /* End Related Product */ /* Product detail */ .buy-btn>div:first-child { text-align: left; margin-bottom: 15px; } /* End Product detail */ } @media (min-width: 320px){ .info span { font-weight: bold; padding-left: 12px; } }
assets/css/style-responsive.css
@media (min-width: 1200px){ .container{ width: 1230px; } } @media (max-width: 1200px){ .hadsub-menu>span { display: none; } .main-menu ul li { padding-bottom: 12px; } .menu-link{ margin: 0; padding: 0; } .menu-link h2{ float: none; padding: 8px 0; } .menu-01, .menu-02, .menu-03, .menu-04, .menu-05{ padding: 17px; } .main-menu > ul > li, .main-menu-fixed > ul > li{ min-height: auto; } .menu-01,.menu-02,.menu-03,.menu-04,.menu-05{ background-size: 30px 30px; } } @media (min-width: 992px) and (max-width: 1199px){ } @media (min-width: 768px){ .search-box .btn-search { margin-left: -2px !important; } } @media (min-width: 768px) and (max-width: 991px){ .navbar-brand{ padding-bottom: 0px; } #wrapper-mainmenu{ clear: both; padding-top: 0; } .main-menu{float: left;} .main-menu>li:first-child>a{ padding-left: 0; } .main-menu>li>a{ padding-left: 10px; padding-right: 10px; } .themis{ margin-top: -6px; } .footer .box-logo{ display: block; overflow: hidden; margin-bottom: 15px; } .menu-footer{ float: left; } .menu-footer ul.list>li:first-child>a{ padding-left: 0; } .menu-footer ul.list>li:last-child>a{ padding-right: 15px; } /*block*/ .box-control .cbo-category .combobox{ width: 220px; } .block-post .item .left{ padding: 6px; padding-right: 160px; } .block-post .item .thumb{ width: 150px; } .block-post .item .txt{ line-height: 20px; max-height: 40px; overflow: hidden; } } @media (max-width: 991px){ .top-panel-fixed-wrp { display: none !important; } .box-relatedcontent .item { margin-bottom: 20px; } .box-relatedcontent .item .box-thumb { float: left; } .box-relatedcontent .item .thumb{ width: 80px; margin-right: 15px; } .box-relatedcontent .item .article-title{ margin: 0px 0 5px 0; } .box-relatedcontent .item .p-intro,.box-relatedcontent .item .p-intro p{ margin: 0; line-height: 20px; max-height: 40px; overflow: hidden; } .navbar-brand img { height: 50px; } .middle-header{ padding-bottom: 10px; } .nav-catalog a{ width: 15%; } .homeproduct li{ width: calc(33% - 1px); } .box-module.news .item.item-first .box-thumb{ height: 250px; } .footer .item{ margin-bottom: 20px; } } @media (max-width: 767px) { /*Smart menu*/ .ct-navbar-active .ct-navbar-search-full-width { top: 0; right: 40px; left: 50px; } .ct-navbar-search-full-width { position: absolute; top: 38px; left: 0; right: 0; padding: 6px; transition: .2s; } .ct-navbar-search-at-top { opacity: 1; } .ct-navbar-search-full-width .form-group { position: relative; margin-bottom: 0px; } .ct-navbar-search-full-width #search { font-size: 16px; } .ct-navbar-search-full-width .form-control { height: 32px; border: none; border-radius: 0; } #ct-navbar-search-full-width button { outline: none; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } .ct-navbar-search-full-width i { color: #555555a3; position: absolute; top: 8px; left: 10px; } #ct-mobile-navbar{ position: relative; display: block; height: 82px; background: linear-gradient(to right, #db2100 , #ee4527); border: none; min-height: 44px; z-index: 99; } .ct-navbar-logo { text-align: center; padding: 2px 12px; } .ct-navbar-logo a { background: url(../images/logo2.png) no-repeat center; background-size: contain; display: block; height: 40px; transition: .2s; margin: 0 auto; } .top-panel-fixed-wrp, #ct-nav-tabpc, .main-menu, .cart-pctab, .logo, .search-top, .cartTopRightQuantity, .main-slider, .brand_list, .breadcrumb_wpr, .top-header{ display: none; } .cart-mo, #ct-slider-mobile, .get-in-touch, .ct-home-featured-menu{ display: block; } .ct-navbar-active{ position: fixed !important; height: 44px !important; } .ct-navbar-cart img { width: 26px; height: 26px; } .ct-navbar-cart { text-align: right; padding: 9px 10px; max-height: 44px; position: relative; } #ct-mobile-navbar #cartTopRight, .cart-quantity-mo { cursor: pointer; } .cart-quantity-mo { position: absolute; top: 6px; right: 14px; color: #fe5045; width: 15px; height: 15px; text-align: center; vertical-align: middle; line-height: 13px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; font-size: 10px; font-weight: bold; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } .ct-navbar-search-full-width .form-group button { position: absolute; right: 0px; bottom: 0px; height: 32px; width: 32px; background: none; border: none; } #navbar { background-color: #fff; box-shadow: 0 2px 2px 0 rgba(12,23,95,.1); margin-bottom: 2px; max-height: 100%; margin-top: 37px; padding: 0px; max-height: calc(100vh - 82px); } .ct-navbar-active #navbar{ margin-top: 0px; max-height: calc(100vh - 44px); } #navbar ul { padding-top: 0px; padding-bottom: 0px; } #navbar ul li { border-bottom: 1px solid #eaeaea; } #navbar ul li:last-child { border: none; } #navbar .navbar-nav .open .dropdown-menu>li>a { padding: 9px 55px; position: relative; z-index: 5; } #navbar .last-sub-menu .open ul { border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 0; } #navbar .caret { margin: 0px; height: 40px; line-height: 37px; top: 0; border: none; border-left: 1px solid #ddd; border-radius: 0; width: 38px; z-index: 10; cursor: pointer; } .ct-cat-menu .pro-hot-new{ font-size: 17px; color:#000 !important; } .ct-cat-menu > li > a:before, .ct-navbar-info > li > a:before{ content:''; width:22px; height:22px; position:absolute; left: 10px; background-size: contain; bottom: 10px; } .last-sub-menu li { position: relative; } .last-sub-menu > li > a:before{ content:''; width:22px; height:22px; position:absolute; left: 25px; background-size: contain; top: 7px; } .last-sub-menu > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_honda.png); } .last-sub-menu > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_yamaha.png); } .last-sub-menu > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_suzuki.png); } .last-sub-menu > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_piaggio.png); } .last-sub-menu > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_sym.png); } .last-sub-menu > li:nth-child(6) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sp_xe_pkl.png); } .ct-cat-menu > li a, .ct-navbar-info > li a{ padding: 10px 15px 10px 40px; } .ct-cat-menu > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spmoi.png); } .ct-cat-menu > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spdochoixemay.png); } .ct-cat-menu > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spphutungthaythe.png); } .ct-cat-menu > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spnhotxemay.png); } .ct-cat-menu > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_spphukienchobiker.png); } .ct-cat-menu > li:nth-child(6) > a:before{ background-image:url(../images/icon_menu/Icon_menu_sptheoloaixe.png); } .ct-navbar-info > li:nth-child(1) > a:before{ background-image:url(../images/icon_menu/Icon_menu_giaohang.png); } .ct-navbar-info > li:nth-child(2) > a:before{ background-image:url(../images/icon_menu/Icon_menu_huongdan.png); } .ct-navbar-info > li:nth-child(3) > a:before{ background-image:url(../images/icon_menu/Icon_menu_tuvan.png); } .ct-navbar-info > li:nth-child(4) > a:before{ background-image:url(../images/icon_menu/Icon_menu_gioithieu.png); } .ct-navbar-info > li:nth-child(5) > a:before{ background-image:url(../images/icon_menu/Icon_menu_lienhe.png); } /*End Smart menu*/ .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color: #ff2600; } .top-panel-fixed-wrp { display: none !important; } .top-header .navbar-nav > li{ float: left; } .navbar-brand img { height: 50px; margin: auto; } .m-t-2{ margin-top: 0; } .cart-btn.m-t-2 .inner{ background: #eee; text-align: right; } .navbar-brand{ padding: 5px; display: block; float: none; text-align: center; } .navbar-collapse{ box-shadow: 0 0 0 0; } .navbar-collapse.collapse{ padding-top: 0px; } .navbar-toggle{ border: 0; border-radius: 0; margin-top: 6px; background-color: inherit; float: left; } .navbar-toggle .icon-bar{ background-color: #FFF !important; } .btn-cart-xs{ float: left !important; margin: 8px 0 0 15px; border-color: #eb1d27; } #wrapper-mainmenu{ padding-top: 0px; background: #dbdbdb; overflow: hidden; border-top: 1px solid #cccccc; } .navbar-nav{ margin: 0; } .main-menu{ width: 100%; } .main-menu>li:hover, .main-menu>li:focus{ background-color: inherit; } .main-menu>li:hover>a { background: #eb1d27; color: #FFFFFF !important; } .footer .box-logo{ display: block; overflow: hidden; margin-bottom: 15px; } .menu-footer, .copyright, .menu-footer ul.list>li{ float: none; } .menu-footer ul.list>li>a{ display: block; padding: 0; } .top-header ul.list-inline{ height: 30px; overflow: hidden; } #slide-main .img-responsive { height: 150px; } .nav-catalog a { width: 31%; } /*Product*/ .page-search .box-product .product:nth-child(2n){ clear: right; } .page-search .box-product .product:nth-child(2n+1){ clear: left; } .box-product .product:nth-child(odd) { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; } .box-product .product:nth-child(even) { border-bottom: 1px solid #ccc; } .box-product .product .name{ height: auto; max-height: inherit; } .box-product .product .box-thumb .thumb { min-height: unset; margin: auto; } .box-product .product .box-thumb{ border: none; height: auto; overflow: hidden; white-space: nowrap; text-align: center; display: inline-block; position: relative; } .box-product .product figcaption{ border: none; padding-left: 0px; padding-right: 0px; } .box-product .product .name{ max-height: 50px; overflow: hidden; } .box-product .product .price{ max-height: 40px; } .homeproduct li { width: calc(50% - 1px); } .MagicZoomPup, .MagicZoomBigImageCont{ display: none !important; } #path ul{ white-space: normal; } #path ul li a{ padding: 5px 0px; } .page-product-detail h1{ margin: 20px 0px 20px 0 !important; } #page-body h1{ font-size: 26px; } .page-product-detail .table-detail tr:last-child td:first-child{ display: none; } /*Block*/ .page-top{ background-position: center center; background-size: cover; } .box-control .cbo-category{ float: none; } .box-control .cbo-category .combobox{ width: auto; } .box-control .box-tab{ clear: both; float: none; margin-top: 8px; } .box-tab .nav-pills>li{ width: 50%; text-align: center; } .box-tab .nav-pills>li+li{ margin-left:0; } .box-control .box-tab li>a{ padding: 3px 15px; } .block-post .title{ line-height: 22px; max-height: 44px; overflow: hidden; } .block-post .item .thumb{ width: 140px; } .block-post .item .right{ padding-left: 150px; } .block-post .item .left{ padding: 0; } .block-post .item .txt{ line-height: 20px; max-height: 40px; overflow: hidden; } /* Aside left */ .fillter { padding-left: 15px; } /* End Aside left */ /* Related Product */ .box-relatedProduct .item{ width: calc(33% - 0px); margin-bottom: 20px; } /* End Related Product */ /* Product detail */ .buy-btn>div:first-child { text-align: left; margin-bottom: 15px; } /* End Product detail */ } @media (min-width: 320px){ .info span { font-weight: bold; padding-left: 12px; } }
0.220594
0.053775
* { box-sizing: border-box; line-height: 1.12em; } /* Clear fix hack */ .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clear { clear: both; } /****************************************** /* BASE STYLES /*******************************************/ body{ margin: 0; } nav > ul li{ list-style-type:none; display: inline-block; color: rgb(0, 132, 255); padding: 0 10px; font-weight: 700; } section > img{ display: inline-block; margin: 5% 0 0 20%; } /****************************************** /* LAYOUT /*******************************************/ nav{ display: block; border-bottom: 1px solid rgb(185, 184, 184); border-top: 1px solid rgb(185, 184, 184); top:0; left:0; font-size:large; margin-top: 2px; } .section1{ display: inline-block; max-width: 300px; margin: 2% 0 0 0; } .section2{ position: absolute; display: inline-block; font-size: 20px; margin-left: 10%; bottom: 20%; } /****************************************** /* ADDITIONAL STYLES /*******************************************/ #nav1{ float: left; padding-left: 50px; margin-top: 5px; } #nav1 form > select{ border: hidden; color: rgb(0, 132, 255); font-weight: 700; margin-right: 20px; } #nav1 form > input{ background-color: rgb(233, 230, 230); border: hidden; border-radius: 5px; height: 40px; } #nav1 form > input::placeholder{ color: rgb(0, 132, 255); font-weight: 700; padding-left: 8px; } nav > img{ display: inline-block; margin: 1% 0 0 25%; } #nav2{ display: inline-block; margin: 0 0 1% 25%; } .section2 > h1{ width: 300px; } .section2 > p{ width: 550px; } .section2 > span{ background-color: rgb(28, 132, 230); padding: 8px; color: white; margin-right: 5px; border-radius: 5px; font-family: Arial, Helvetica, sans-serif; }
khan academy home class08/khanacad.css
* { box-sizing: border-box; line-height: 1.12em; } /* Clear fix hack */ .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clear { clear: both; } /****************************************** /* BASE STYLES /*******************************************/ body{ margin: 0; } nav > ul li{ list-style-type:none; display: inline-block; color: rgb(0, 132, 255); padding: 0 10px; font-weight: 700; } section > img{ display: inline-block; margin: 5% 0 0 20%; } /****************************************** /* LAYOUT /*******************************************/ nav{ display: block; border-bottom: 1px solid rgb(185, 184, 184); border-top: 1px solid rgb(185, 184, 184); top:0; left:0; font-size:large; margin-top: 2px; } .section1{ display: inline-block; max-width: 300px; margin: 2% 0 0 0; } .section2{ position: absolute; display: inline-block; font-size: 20px; margin-left: 10%; bottom: 20%; } /****************************************** /* ADDITIONAL STYLES /*******************************************/ #nav1{ float: left; padding-left: 50px; margin-top: 5px; } #nav1 form > select{ border: hidden; color: rgb(0, 132, 255); font-weight: 700; margin-right: 20px; } #nav1 form > input{ background-color: rgb(233, 230, 230); border: hidden; border-radius: 5px; height: 40px; } #nav1 form > input::placeholder{ color: rgb(0, 132, 255); font-weight: 700; padding-left: 8px; } nav > img{ display: inline-block; margin: 1% 0 0 25%; } #nav2{ display: inline-block; margin: 0 0 1% 25%; } .section2 > h1{ width: 300px; } .section2 > p{ width: 550px; } .section2 > span{ background-color: rgb(28, 132, 230); padding: 8px; color: white; margin-right: 5px; border-radius: 5px; font-family: Arial, Helvetica, sans-serif; }
0.426083
0.090454
pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ margin-right: 80px; font-size: 15px; } #answerUl { list-style: none; display: block; margin-left: 40px; margin-top: 10px; margin-bottom: 0px; width: auto; float: left; } #answerUl li { margin-top: 15px; } #topicTypeLabel { color: aliceblue; font-size: 14px; text-align: center; line-height: 45px; margin-left: 5px; } #answerUl label { font-size: 16px; width: 888px; border-radius: 3px 3px 3px 3px; font-family: 微软雅黑; font-weight: normal } /*radio样式*/ .radio-custom input[type=radio] { position: absolute; margin-left: 0px; margin-top: 0; margin-bottom: 0; } .radio-custom input[type=radio] { width: 20px; height: 20px; opacity: 0; z-index: 1; } .radio-custom label { min-height: 22px; line-height: 22px; margin-bottom: 0; font-weight: 300; cursor: pointer; } .radio-custom label { display: inline-block; vertical-align: middle; position: relative; padding-left: 30px; } .radio-custom label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0; margin-left: 0px; border: 1px solid #e4eaec; border-radius: 50%; background-color: #fff; -webkit-transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; -o-transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; } .radio-custom input[type=radio]:checked + label::before { border-color: #e4eaec; border-width: 10px; } .radio-primary input[type=radio]:checked + label::before { border-color: #62a8ea; } .radio-custom label::after { display: inline-block; position: absolute; content: " "; width: 6px; height: 6px; left: 7px; top: 7px; margin-left: 0px; border: 2px solid #76838f; border-radius: 50%; background-color: transparent; -webkit-transform: scale(0,0); -ms-transform: scale(0,0); -o-transform: scale(0,0); transform: scale(0,0); transition-transform: .1s cubic-bezier(.8,-.33,.2,1.33); } .radio-custom input[type=radio]:checked + label::after { -webkit-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); transform: scale(1,1); } .radio-primary input[type=radio]:checked + label::after { border-color: #fff; } #PreBorder { border: 1px solid #ddd; margin-left: 30px; margin-right: 30px; border-radius: 4px 4px 4px 4px; }
HOPU/Content/Pre.css
pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ margin-right: 80px; font-size: 15px; } #answerUl { list-style: none; display: block; margin-left: 40px; margin-top: 10px; margin-bottom: 0px; width: auto; float: left; } #answerUl li { margin-top: 15px; } #topicTypeLabel { color: aliceblue; font-size: 14px; text-align: center; line-height: 45px; margin-left: 5px; } #answerUl label { font-size: 16px; width: 888px; border-radius: 3px 3px 3px 3px; font-family: 微软雅黑; font-weight: normal } /*radio样式*/ .radio-custom input[type=radio] { position: absolute; margin-left: 0px; margin-top: 0; margin-bottom: 0; } .radio-custom input[type=radio] { width: 20px; height: 20px; opacity: 0; z-index: 1; } .radio-custom label { min-height: 22px; line-height: 22px; margin-bottom: 0; font-weight: 300; cursor: pointer; } .radio-custom label { display: inline-block; vertical-align: middle; position: relative; padding-left: 30px; } .radio-custom label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0; margin-left: 0px; border: 1px solid #e4eaec; border-radius: 50%; background-color: #fff; -webkit-transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; -o-transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; transition: border .3s ease-in-out 0s,color .3s ease-in-out 0s; } .radio-custom input[type=radio]:checked + label::before { border-color: #e4eaec; border-width: 10px; } .radio-primary input[type=radio]:checked + label::before { border-color: #62a8ea; } .radio-custom label::after { display: inline-block; position: absolute; content: " "; width: 6px; height: 6px; left: 7px; top: 7px; margin-left: 0px; border: 2px solid #76838f; border-radius: 50%; background-color: transparent; -webkit-transform: scale(0,0); -ms-transform: scale(0,0); -o-transform: scale(0,0); transform: scale(0,0); transition-transform: .1s cubic-bezier(.8,-.33,.2,1.33); } .radio-custom input[type=radio]:checked + label::after { -webkit-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); transform: scale(1,1); } .radio-primary input[type=radio]:checked + label::after { border-color: #fff; } #PreBorder { border: 1px solid #ddd; margin-left: 30px; margin-right: 30px; border-radius: 4px 4px 4px 4px; }
0.433742
0.071624
body { margin: 0; font-size: 20px; font-family: Arial, Helvetica, sans-serif; color:#3578b7; background:url('../background/body-bg.jpg') top right no-repeat; background-attachment:fixed; } .header { padding: 1px; } #main { transition: margin-left .5s; padding: 1px; } #div_center { position:fixed; top: 40%; left: 30%; width:500px; margin-top: -100px; border: 1px solid #ccc; padding:20px; background:#fff; display:none; } #portalSideMenu { z-index: 999; } #navbar { color:#3578b7; transition: margin-left .5s; overflow: hidden; /* border-bottom:1px solid #fff; */ padding-top:10px; z-index: 998; } #app_title { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; transition: margin-left .5s; } #bottom_text { font-family:arial, helvetica, sans-serif; font-size:9pt; width:250px; color: #fff; padding:5px; margin-top:20px; border-top:1px dotted #fff; } .module_title { font-family:arial, helvetica, sans-serif; font-size:18pt; font-weight:bold; margin-bottom:20px; border-bottom:1px solid #000; } .module_title_small { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; margin-bottom:20px; height:30px; border-bottom:1px solid #000; } .section_title { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; margin-bottom:20px; border-bottom:1px dotted #000; } .content { padding: 16px; } .sticky { position: fixed; top: 0; width: 100%; background:url('../background/body-bg.jpg') top right no-repeat; background-attachment:fixed; } .sticky + .content { padding-top: 60px; } .divMainBody { /* box-shadow: inset .5em 0 0 0 #f1f1f1; */ } .content-body { background-color: #fff; border-radius: 15px; margin:5px; /* box-shadow: inset 0 0 .1em .1em #ebebeb; */ /* border-radius: 10px; */ } .sidebar { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; overflow-x: hidden; transition: 0.5s; /* box-shadow: 5px 5px #7c7b7b; */ /* box-shadow: inset 0 0 .5em .5em #f1f1f1 */ } .sidebar a { padding: 8px 8px 8px 8px; font-size: 14px; display: block; transition: 0.3s; } .sidebar a:hover { text-decoration:none; } .sidebar a:active { text-decoration:none; } .sidebar-title { width:250px; padding:2px 10px; padding-bottom:48px; font-family:arial, helvetica; font-size:11pt; margin-bottom:10px; height:39px; /* border-bottom:1px solid #ebebeb; */ } .openbtn { font-size: 20px; cursor: pointer; padding:20px; border: none; } .openbtn:hover { color: #ebebeb; } .position_center { position:fixed; top: 40%; left: 30%; width:800px; margin-top: -100px; border: 1px solid #ccc; padding:20px; background:#fff; display:none; } .popup-box { display:none; padding:10px; border:1px solid #000; background: #fff; border-radius: 10px; -moz-box-shadow: 8px 8px 4px #888; -webkit-box-shadow: 8px 8px 4px #888; box-shadow: 8px 8px 4px #888; } .shadow { -moz-box-shadow: 8px 8px 4px #888; -webkit-box-shadow: 8px 8px 4px #888; box-shadow: 8px 8px 4px #888; } /** @media screen and (max-height: 450px) { .sidebar {padding-top: 15px;} .sidebar a {font-size: 18px;} } **/ .vertical-menu { width: 250px; } .vertical-menu a { display: block; padding: 12px; text-decoration: none; } .vertical-menu a:hover { background-color: #ccc; text-decoration:none; } .vertical-menu a:active { background-color: #ccc; text-decoration:none; } .vertical-menu span { padding-left:20px; } .vertical-menu i { } .menu-selected { /* background-color: #605D5D; */ font-style: italic; text-decoration:none; } .menu-normal { /* background-color: #0968C2; */ font-style: normal; text-decoration:none; } #login-box { padding:20px; background:url('../background/login-bg.jpg') top right no-repeat; background-attachment:fixed; color:#fff }
WebContent/style/purplish.css
body { margin: 0; font-size: 20px; font-family: Arial, Helvetica, sans-serif; color:#3578b7; background:url('../background/body-bg.jpg') top right no-repeat; background-attachment:fixed; } .header { padding: 1px; } #main { transition: margin-left .5s; padding: 1px; } #div_center { position:fixed; top: 40%; left: 30%; width:500px; margin-top: -100px; border: 1px solid #ccc; padding:20px; background:#fff; display:none; } #portalSideMenu { z-index: 999; } #navbar { color:#3578b7; transition: margin-left .5s; overflow: hidden; /* border-bottom:1px solid #fff; */ padding-top:10px; z-index: 998; } #app_title { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; transition: margin-left .5s; } #bottom_text { font-family:arial, helvetica, sans-serif; font-size:9pt; width:250px; color: #fff; padding:5px; margin-top:20px; border-top:1px dotted #fff; } .module_title { font-family:arial, helvetica, sans-serif; font-size:18pt; font-weight:bold; margin-bottom:20px; border-bottom:1px solid #000; } .module_title_small { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; margin-bottom:20px; height:30px; border-bottom:1px solid #000; } .section_title { font-family:arial, helvetica, sans-serif; font-size:12pt; font-weight:bold; margin-bottom:20px; border-bottom:1px dotted #000; } .content { padding: 16px; } .sticky { position: fixed; top: 0; width: 100%; background:url('../background/body-bg.jpg') top right no-repeat; background-attachment:fixed; } .sticky + .content { padding-top: 60px; } .divMainBody { /* box-shadow: inset .5em 0 0 0 #f1f1f1; */ } .content-body { background-color: #fff; border-radius: 15px; margin:5px; /* box-shadow: inset 0 0 .1em .1em #ebebeb; */ /* border-radius: 10px; */ } .sidebar { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; overflow-x: hidden; transition: 0.5s; /* box-shadow: 5px 5px #7c7b7b; */ /* box-shadow: inset 0 0 .5em .5em #f1f1f1 */ } .sidebar a { padding: 8px 8px 8px 8px; font-size: 14px; display: block; transition: 0.3s; } .sidebar a:hover { text-decoration:none; } .sidebar a:active { text-decoration:none; } .sidebar-title { width:250px; padding:2px 10px; padding-bottom:48px; font-family:arial, helvetica; font-size:11pt; margin-bottom:10px; height:39px; /* border-bottom:1px solid #ebebeb; */ } .openbtn { font-size: 20px; cursor: pointer; padding:20px; border: none; } .openbtn:hover { color: #ebebeb; } .position_center { position:fixed; top: 40%; left: 30%; width:800px; margin-top: -100px; border: 1px solid #ccc; padding:20px; background:#fff; display:none; } .popup-box { display:none; padding:10px; border:1px solid #000; background: #fff; border-radius: 10px; -moz-box-shadow: 8px 8px 4px #888; -webkit-box-shadow: 8px 8px 4px #888; box-shadow: 8px 8px 4px #888; } .shadow { -moz-box-shadow: 8px 8px 4px #888; -webkit-box-shadow: 8px 8px 4px #888; box-shadow: 8px 8px 4px #888; } /** @media screen and (max-height: 450px) { .sidebar {padding-top: 15px;} .sidebar a {font-size: 18px;} } **/ .vertical-menu { width: 250px; } .vertical-menu a { display: block; padding: 12px; text-decoration: none; } .vertical-menu a:hover { background-color: #ccc; text-decoration:none; } .vertical-menu a:active { background-color: #ccc; text-decoration:none; } .vertical-menu span { padding-left:20px; } .vertical-menu i { } .menu-selected { /* background-color: #605D5D; */ font-style: italic; text-decoration:none; } .menu-normal { /* background-color: #0968C2; */ font-style: normal; text-decoration:none; } #login-box { padding:20px; background:url('../background/login-bg.jpg') top right no-repeat; background-attachment:fixed; color:#fff }
0.264928
0.059074
@charset 'UTF-8'; /*! * @name ats.css * @author ahuing * @date 2016-1-15 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: .67em 0; } /** * Address styling not present in IE 8/9. */ mark { color: #000; background: #ff0; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { /* 1 */ font: inherit; /* 2 */ margin: 0; color: inherit; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type='button'], input[type='reset'], input[type='submit'] { /* 2 */ cursor: pointer; -webkit-appearance: button; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type='checkbox'], input[type='radio'] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type='search'] { /* 1 */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { margin: 0 2px; padding: .35em .625em .75em; border: 1px solid #c0c0c0; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { /* 1 */ padding: 0; border: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } .container, .clearfix { *zoom: 1; } .container:after, .clearfix:after { display: block; clear: both; height: 0; content: '\20'; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .text-hide { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } html { font-size: 10px; -webkit-tap-highlight-color: transparent; } body { font-family: microsoft yahei; font-size: 14px; line-height: 1.5; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { text-decoration: none; color: #333; } a:hover { text-decoration: underline; color: #f00; } figure { margin: 0; } img { vertical-align: middle; } [type='button'], [type='submit'], [type='image'] { cursor: pointer; } .container { width: 1200px; min-width: 1200px; margin: auto; } /* 兼容百度编辑器内容 */ .list-paddingleft-2 { padding-left: 30px; } menu, ul, li { margin: 0; padding: 0; list-style: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; } .fr { float: right !important; } .fl { float: left !important; } .dn { display: none !important; } .db { display: block !important; } .vh { visibility: hidden; } .pos { position: static; } .pof { position: fixed; } .por { position: relative; } .poa { position: absolute; } .tal { text-align: left !important; } .tac { text-align: center !important; } .tar { text-align: right !important; } .ma { margin: 0 auto !important; } .blank1, .blank2, .blank3, .blank4, .blank5, .blank6, .blank7, .blank8, .blank9, .blank10, .blank11, .blank12, .blank13, .blank14, .blank15, .blank16, .blank17, .blank18, .blank19, .blank20, .blank21, .blank22, .blank23, .blank24, .blank25, .blank26, .blank27, .blank28, .blank29, .blank30 { font-size: 1px; display: block; clear: both; overflow: hidden; } .blank1 { height: 1px; } .blank2 { height: 2px; } .blank3 { height: 3px; } .blank4 { height: 4px; } .blank5 { height: 5px; } .blank6 { height: 6px; } .blank7 { height: 7px; } .blank8 { height: 8px; } .blank9 { height: 9px; } .blank10 { height: 10px; } .blank11 { height: 11px; } .blank12 { height: 12px; } .blank13 { height: 13px; } .blank14 { height: 14px; } .blank15 { height: 15px; } .blank16 { height: 16px; } .blank17 { height: 17px; } .blank18 { height: 18px; } .blank19 { height: 19px; } .blank20 { height: 20px; } .blank21 { height: 21px; } .blank22 { height: 22px; } .blank23 { height: 23px; } .blank24 { height: 24px; } .blank25 { height: 25px; } .blank26 { height: 26px; } .blank27 { height: 27px; } .blank28 { height: 28px; } .blank29 { height: 29px; } .blank30 { height: 30px; } .mt5 { margin-top: 5px !important; } .pt5 { padding-top: 5px !important; } .mt10 { margin-top: 10px !important; } .pt10 { padding-top: 10px !important; } .mt15 { margin-top: 15px !important; } .pt15 { padding-top: 15px !important; } .mt20 { margin-top: 20px !important; } .pt20 { padding-top: 20px !important; } .mt25 { margin-top: 25px !important; } .pt25 { padding-top: 25px !important; } .mt30 { margin-top: 30px !important; } .pt30 { padding-top: 30px !important; } .mt35 { margin-top: 35px !important; } .pt35 { padding-top: 35px !important; } .mt40 { margin-top: 40px !important; } .pt40 { padding-top: 40px !important; } .mr5 { margin-right: 5px !important; } .pr5 { padding-right: 5px !important; } .mr10 { margin-right: 10px !important; } .pr10 { padding-right: 10px !important; } .mr15 { margin-right: 15px !important; } .pr15 { padding-right: 15px !important; } .mr20 { margin-right: 20px !important; } .pr20 { padding-right: 20px !important; } .mr25 { margin-right: 25px !important; } .pr25 { padding-right: 25px !important; } .mr30 { margin-right: 30px !important; } .pr30 { padding-right: 30px !important; } .mr35 { margin-right: 35px !important; } .pr35 { padding-right: 35px !important; } .mr40 { margin-right: 40px !important; } .pr40 { padding-right: 40px !important; } .mb5 { margin-bottom: 5px !important; } .pb5 { padding-bottom: 5px !important; } .mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; } .mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; } .mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; } .mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; } .mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; } .mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; } .mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; } .ml5 { margin-left: 5px !important; } .pl5 { padding-left: 5px !important; } .ml10 { margin-left: 10px !important; } .pl10 { padding-left: 10px !important; } .ml15 { margin-left: 15px !important; } .pl15 { padding-left: 15px !important; } .ml20 { margin-left: 20px !important; } .pl20 { padding-left: 20px !important; } .ml25 { margin-left: 25px !important; } .pl25 { padding-left: 25px !important; } .ml30 { margin-left: 30px !important; } .pl30 { padding-left: 30px !important; } .ml35 { margin-left: 35px !important; } .pl35 { padding-left: 35px !important; } .ml40 { margin-left: 40px !important; } .pl40 { padding-left: 40px !important; } .fz12 { font-size: 12px !important; } .fz13 { font-size: 13px !important; } .fz14 { font-size: 14px !important; } .fz15 { font-size: 15px !important; } .fz16 { font-size: 16px !important; } .fz17 { font-size: 17px !important; } .fz18 { font-size: 18px !important; } .fz19 { font-size: 19px !important; } .fz20 { font-size: 20px !important; } .fz21 { font-size: 21px !important; } .fz22 { font-size: 22px !important; } .fz23 { font-size: 23px !important; } .fz24 { font-size: 24px !important; } .fz25 { font-size: 25px !important; } .fz26 { font-size: 26px !important; } .fz27 { font-size: 27px !important; } .fz28 { font-size: 28px !important; } .fz29 { font-size: 29px !important; } .fz30 { font-size: 30px !important; } .fz31 { font-size: 31px !important; } .fz32 { font-size: 32px !important; } .fz33 { font-size: 33px !important; } .fz34 { font-size: 34px !important; } /*# sourceMappingURL=..\..\src\css\ats_demo.css.map */
newhouse/web/static/member/css/ats_demo.css
@charset 'UTF-8'; /*! * @name ats.css * @author ahuing * @date 2016-1-15 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: .67em 0; } /** * Address styling not present in IE 8/9. */ mark { color: #000; background: #ff0; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { /* 1 */ font: inherit; /* 2 */ margin: 0; color: inherit; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type='button'], input[type='reset'], input[type='submit'] { /* 2 */ cursor: pointer; -webkit-appearance: button; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type='checkbox'], input[type='radio'] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type='search'] { /* 1 */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { margin: 0 2px; padding: .35em .625em .75em; border: 1px solid #c0c0c0; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { /* 1 */ padding: 0; border: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } .container, .clearfix { *zoom: 1; } .container:after, .clearfix:after { display: block; clear: both; height: 0; content: '\20'; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .text-hide { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } html { font-size: 10px; -webkit-tap-highlight-color: transparent; } body { font-family: microsoft yahei; font-size: 14px; line-height: 1.5; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { text-decoration: none; color: #333; } a:hover { text-decoration: underline; color: #f00; } figure { margin: 0; } img { vertical-align: middle; } [type='button'], [type='submit'], [type='image'] { cursor: pointer; } .container { width: 1200px; min-width: 1200px; margin: auto; } /* 兼容百度编辑器内容 */ .list-paddingleft-2 { padding-left: 30px; } menu, ul, li { margin: 0; padding: 0; list-style: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; } .fr { float: right !important; } .fl { float: left !important; } .dn { display: none !important; } .db { display: block !important; } .vh { visibility: hidden; } .pos { position: static; } .pof { position: fixed; } .por { position: relative; } .poa { position: absolute; } .tal { text-align: left !important; } .tac { text-align: center !important; } .tar { text-align: right !important; } .ma { margin: 0 auto !important; } .blank1, .blank2, .blank3, .blank4, .blank5, .blank6, .blank7, .blank8, .blank9, .blank10, .blank11, .blank12, .blank13, .blank14, .blank15, .blank16, .blank17, .blank18, .blank19, .blank20, .blank21, .blank22, .blank23, .blank24, .blank25, .blank26, .blank27, .blank28, .blank29, .blank30 { font-size: 1px; display: block; clear: both; overflow: hidden; } .blank1 { height: 1px; } .blank2 { height: 2px; } .blank3 { height: 3px; } .blank4 { height: 4px; } .blank5 { height: 5px; } .blank6 { height: 6px; } .blank7 { height: 7px; } .blank8 { height: 8px; } .blank9 { height: 9px; } .blank10 { height: 10px; } .blank11 { height: 11px; } .blank12 { height: 12px; } .blank13 { height: 13px; } .blank14 { height: 14px; } .blank15 { height: 15px; } .blank16 { height: 16px; } .blank17 { height: 17px; } .blank18 { height: 18px; } .blank19 { height: 19px; } .blank20 { height: 20px; } .blank21 { height: 21px; } .blank22 { height: 22px; } .blank23 { height: 23px; } .blank24 { height: 24px; } .blank25 { height: 25px; } .blank26 { height: 26px; } .blank27 { height: 27px; } .blank28 { height: 28px; } .blank29 { height: 29px; } .blank30 { height: 30px; } .mt5 { margin-top: 5px !important; } .pt5 { padding-top: 5px !important; } .mt10 { margin-top: 10px !important; } .pt10 { padding-top: 10px !important; } .mt15 { margin-top: 15px !important; } .pt15 { padding-top: 15px !important; } .mt20 { margin-top: 20px !important; } .pt20 { padding-top: 20px !important; } .mt25 { margin-top: 25px !important; } .pt25 { padding-top: 25px !important; } .mt30 { margin-top: 30px !important; } .pt30 { padding-top: 30px !important; } .mt35 { margin-top: 35px !important; } .pt35 { padding-top: 35px !important; } .mt40 { margin-top: 40px !important; } .pt40 { padding-top: 40px !important; } .mr5 { margin-right: 5px !important; } .pr5 { padding-right: 5px !important; } .mr10 { margin-right: 10px !important; } .pr10 { padding-right: 10px !important; } .mr15 { margin-right: 15px !important; } .pr15 { padding-right: 15px !important; } .mr20 { margin-right: 20px !important; } .pr20 { padding-right: 20px !important; } .mr25 { margin-right: 25px !important; } .pr25 { padding-right: 25px !important; } .mr30 { margin-right: 30px !important; } .pr30 { padding-right: 30px !important; } .mr35 { margin-right: 35px !important; } .pr35 { padding-right: 35px !important; } .mr40 { margin-right: 40px !important; } .pr40 { padding-right: 40px !important; } .mb5 { margin-bottom: 5px !important; } .pb5 { padding-bottom: 5px !important; } .mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; } .mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; } .mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; } .mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; } .mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; } .mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; } .mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; } .ml5 { margin-left: 5px !important; } .pl5 { padding-left: 5px !important; } .ml10 { margin-left: 10px !important; } .pl10 { padding-left: 10px !important; } .ml15 { margin-left: 15px !important; } .pl15 { padding-left: 15px !important; } .ml20 { margin-left: 20px !important; } .pl20 { padding-left: 20px !important; } .ml25 { margin-left: 25px !important; } .pl25 { padding-left: 25px !important; } .ml30 { margin-left: 30px !important; } .pl30 { padding-left: 30px !important; } .ml35 { margin-left: 35px !important; } .pl35 { padding-left: 35px !important; } .ml40 { margin-left: 40px !important; } .pl40 { padding-left: 40px !important; } .fz12 { font-size: 12px !important; } .fz13 { font-size: 13px !important; } .fz14 { font-size: 14px !important; } .fz15 { font-size: 15px !important; } .fz16 { font-size: 16px !important; } .fz17 { font-size: 17px !important; } .fz18 { font-size: 18px !important; } .fz19 { font-size: 19px !important; } .fz20 { font-size: 20px !important; } .fz21 { font-size: 21px !important; } .fz22 { font-size: 22px !important; } .fz23 { font-size: 23px !important; } .fz24 { font-size: 24px !important; } .fz25 { font-size: 25px !important; } .fz26 { font-size: 26px !important; } .fz27 { font-size: 27px !important; } .fz28 { font-size: 28px !important; } .fz29 { font-size: 29px !important; } .fz30 { font-size: 30px !important; } .fz31 { font-size: 31px !important; } .fz32 { font-size: 32px !important; } .fz33 { font-size: 33px !important; } .fz34 { font-size: 34px !important; } /*# sourceMappingURL=..\..\src\css\ats_demo.css.map */
0.68056
0.074064
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); *{ box-sizing: border-box; margin: 0; padding: 0; } body{ font-family: 'Open Sans', sans-serif; line-height: 1.6; color: #333; font-size: 1.1rem; } h1,h2,h3,h4{ line-height: 1.3; } a{ color: #444; text-decoration: none; } ul{ list-style: none; } .container{ /* background-color: red; */ max-width: 1100px; margin: auto; overflow: hidden; padding: 0 2rem; margin: 2rem 0; } .container-nav{ /* background-color: blue; */ /* max-width: 261px; */ display: grid; grid-template-columns: 3fr 4fr 1fr 0fr; align-items: center; } img{ width:100% } .logo{ position: relative; left: 12px; } .logo, .icon-buy{ width: 62px; align-items: center; align-content: center; margin: 5px 2px 0 0; } .anav-links{ display: flex; justify-content: space-around; cursor: pointer; } .links:hover{ color: rgb(224, 5, 126); font-weight: 800; } .container{ margin: 2rem 0; } .container, .container1, .banana, .presentation{ display: grid; grid-template-columns: 0fr 0fr; grid-gap: 3rem; align-items: center; justify-content: center; margin: auto; } .container h1{ font-size: 4rem; color: #575; } .container p{ margin: 1rem 0; } .section-b{ position: relative; background: url(../img/banana-614090_1920.jpg) no-repeat bottom center/cover; height: 600px; } /* botão do leia mais */ .btn{ color: #fff; display: inline-block; background-color: black; border: none; cursor: pointer; font-size: 1.1rem; border-radius: 30px; padding: 0.8rem 1.1rem; align-items: center; margin: auto; } .section-b-inner{ color: #fff; height: 100%; display: flex; flex-direction: column; text-align: center; justify-content: center; align-items: center; max-width: 860px; padding: 5rem 0rem 0rem 15rem; margin-top: 4rem; } .section-b-inner h3{ font-size: 2rem; color: #575; text-shadow: 5px 2px #540; } .section-b-inner h2{ font-size: 5rem; margin-top: 1rem; text-shadow: 5px 2px #000; } .section-b-inner p{ margin-top: 1rem; font-size: 1.5rem; color: black; font-weight: 800; } .banana{ width: 300px; margin: auto; }
testes/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); *{ box-sizing: border-box; margin: 0; padding: 0; } body{ font-family: 'Open Sans', sans-serif; line-height: 1.6; color: #333; font-size: 1.1rem; } h1,h2,h3,h4{ line-height: 1.3; } a{ color: #444; text-decoration: none; } ul{ list-style: none; } .container{ /* background-color: red; */ max-width: 1100px; margin: auto; overflow: hidden; padding: 0 2rem; margin: 2rem 0; } .container-nav{ /* background-color: blue; */ /* max-width: 261px; */ display: grid; grid-template-columns: 3fr 4fr 1fr 0fr; align-items: center; } img{ width:100% } .logo{ position: relative; left: 12px; } .logo, .icon-buy{ width: 62px; align-items: center; align-content: center; margin: 5px 2px 0 0; } .anav-links{ display: flex; justify-content: space-around; cursor: pointer; } .links:hover{ color: rgb(224, 5, 126); font-weight: 800; } .container{ margin: 2rem 0; } .container, .container1, .banana, .presentation{ display: grid; grid-template-columns: 0fr 0fr; grid-gap: 3rem; align-items: center; justify-content: center; margin: auto; } .container h1{ font-size: 4rem; color: #575; } .container p{ margin: 1rem 0; } .section-b{ position: relative; background: url(../img/banana-614090_1920.jpg) no-repeat bottom center/cover; height: 600px; } /* botão do leia mais */ .btn{ color: #fff; display: inline-block; background-color: black; border: none; cursor: pointer; font-size: 1.1rem; border-radius: 30px; padding: 0.8rem 1.1rem; align-items: center; margin: auto; } .section-b-inner{ color: #fff; height: 100%; display: flex; flex-direction: column; text-align: center; justify-content: center; align-items: center; max-width: 860px; padding: 5rem 0rem 0rem 15rem; margin-top: 4rem; } .section-b-inner h3{ font-size: 2rem; color: #575; text-shadow: 5px 2px #540; } .section-b-inner h2{ font-size: 5rem; margin-top: 1rem; text-shadow: 5px 2px #000; } .section-b-inner p{ margin-top: 1rem; font-size: 1.5rem; color: black; font-weight: 800; } .banana{ width: 300px; margin: auto; }
0.428712
0.096025
body { color: #333333; font-family: "Titillium Web", serif; font-size: 16px; line-height: 23px; min-width: 800px; } .container-fluid { width: 960px; } li { line-height: 23px; } a.externalLink[href^="https"] { background: none; } /* general styling for headlines */ h1, h2, h3, h1 > *, h2 > *, h3 > *, div.hero-unit > h1 { color: #68006C; /* dark violet */ font-family: "Titillium Web", sans-serif; font-weight: normal; } a { color: #68006C; /* dark violet */ } a:visited { color: #7A207D; /* not so dark violet */ } /* specific styling for documentation (right part of screen) */ #bodyColumn > h1, #bodyColumn > h2 { border-top: 1px solid #F5EDF5; /* very light violet */ padding-top: 50px; } /* All first elements do not have paddings... */ #bodyColumn > h1:first-child { border-top: 0px; padding-top: 0px; } /* remove default coloring of breadcrumb */ .breadcrumb { background-color: white; } .breadcrumb li { color: gray; font-family: "Titillium Web", sans-serif; } .hero-unit { border-radius: 0px; background-color: #F5F5F5; /* very light gray */ } div.hero-unit { padding:30px; } div.hero-unit > p { color: #68006C; /* dark violet */ font-family: "Titillium Web", sans-serif; font-size: 30px; line-height:45px; font-weight: normal; } .nav-header { color: #68006C; /* dark violet */ } .nav-list > li > a { color: #7A207D; /* not so dark violet */ text-shadow: 0px 0px 0px; } .nav-list > .active > a, .nav-list > .active > a:hover { background-color: #68006C; /* dark violet */ } pre, pre.prettyprint { border: 1px solid #ddd; border-radius: 0; padding: 5px; font-family: 'Inconsolata', Monaco, Menlo, Consolas, "Courier New", monospace; } code { border: 0px; color: #660066; font-family: 'Inconsolata', Monaco, Menlo, Consolas, "Courier New", monospace; } .well { font-family: 'Titillium Web', sans-serif; border-radius: 0; box-shadow: 0px 0px 0px; border: 0px; background-color: white; border-right: 1px solid #ddd; } .nav-list .nav-header { font-weight: bold; font-size: medium; } .nav-list > li > a { color: #333; } /* search bar => fix that search bar does not become bigger than sidebar */ input.search-query { padding-right: 0px; } .alert { border-radius: 0px; } .alert-info { background-color: #D9EDF7; border-color: #D9EDF7; }
ninja-core/src/site/resources/css/site.css
body { color: #333333; font-family: "Titillium Web", serif; font-size: 16px; line-height: 23px; min-width: 800px; } .container-fluid { width: 960px; } li { line-height: 23px; } a.externalLink[href^="https"] { background: none; } /* general styling for headlines */ h1, h2, h3, h1 > *, h2 > *, h3 > *, div.hero-unit > h1 { color: #68006C; /* dark violet */ font-family: "Titillium Web", sans-serif; font-weight: normal; } a { color: #68006C; /* dark violet */ } a:visited { color: #7A207D; /* not so dark violet */ } /* specific styling for documentation (right part of screen) */ #bodyColumn > h1, #bodyColumn > h2 { border-top: 1px solid #F5EDF5; /* very light violet */ padding-top: 50px; } /* All first elements do not have paddings... */ #bodyColumn > h1:first-child { border-top: 0px; padding-top: 0px; } /* remove default coloring of breadcrumb */ .breadcrumb { background-color: white; } .breadcrumb li { color: gray; font-family: "Titillium Web", sans-serif; } .hero-unit { border-radius: 0px; background-color: #F5F5F5; /* very light gray */ } div.hero-unit { padding:30px; } div.hero-unit > p { color: #68006C; /* dark violet */ font-family: "Titillium Web", sans-serif; font-size: 30px; line-height:45px; font-weight: normal; } .nav-header { color: #68006C; /* dark violet */ } .nav-list > li > a { color: #7A207D; /* not so dark violet */ text-shadow: 0px 0px 0px; } .nav-list > .active > a, .nav-list > .active > a:hover { background-color: #68006C; /* dark violet */ } pre, pre.prettyprint { border: 1px solid #ddd; border-radius: 0; padding: 5px; font-family: 'Inconsolata', Monaco, Menlo, Consolas, "Courier New", monospace; } code { border: 0px; color: #660066; font-family: 'Inconsolata', Monaco, Menlo, Consolas, "Courier New", monospace; } .well { font-family: 'Titillium Web', sans-serif; border-radius: 0; box-shadow: 0px 0px 0px; border: 0px; background-color: white; border-right: 1px solid #ddd; } .nav-list .nav-header { font-weight: bold; font-size: medium; } .nav-list > li > a { color: #333; } /* search bar => fix that search bar does not become bigger than sidebar */ input.search-query { padding-right: 0px; } .alert { border-radius: 0px; } .alert-info { background-color: #D9EDF7; border-color: #D9EDF7; }
0.381565
0.106319
.background_blanchedAlmond1, .hover_background_blanchedAlmond1:hover, .active_background_blanchedAlmond1:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 235, 205)), color-stop(100%, rgb(255, 198, 113))); background-image: -webkit-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -o-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -ms-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: linear-gradient(to bottom, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebcd', endColorstr='#ffc671',GradientType=0 ); } .background_blanchedAlmond1h, .hover_background_blanchedAlmond1h:hover, .active_background_blanchedAlmond1h:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 228, 187))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4bb',GradientType=0 ); } .background_blanchedAlmond1a, .hover_background_blanchedAlmond1a:hover, .active_background_blanchedAlmond1a:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 228, 187)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe4bb', endColorstr='#ffffff',GradientType=0 ); } .background_blanchedAlmond1s, .hover_background_blanchedAlmond1s:hover, .active_background_blanchedAlmond1s:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_blanchedAlmond1, .hover_background_color_blanchedAlmond1:hover, .active_background_color_blanchedAlmond1:active:hover { background-color:#ffc671; } .background_first_color_blanchedAlmond1, .hover_background_first_color_blanchedAlmond1:hover, .active_background_first_color_blanchedAlmond1:active:hover { background-color:#ffebcd; } .background_last_color_blanchedAlmond1, .hover_background_last_color_blanchedAlmond1:hover, .active_background_color_last_blanchedAlmond1:active:hover { background-color:#ffc671; } /* ------------------------------ color settings -------------------------------*/ .color_blanchedAlmond1, .hover_color_blanchedAlmond1:hover, .active_color_blanchedAlmond1:active:hover { color: #282828; } .color_blanchedAlmond1h, .hover_color_blanchedAlmond1h:hover, .active_color_blanchedAlmond1h:active:hover { color: #282828; } .color_blanchedAlmond1a, .hover_color_blanchedAlmond1a:hover, .active_color_blanchedAlmond1a:active:hover { color: #ff0; } .color_blanchedAlmond1s, .hover_color_blanchedAlmond1s:hover, .active_color_blanchedAlmond1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_blanchedAlmond1, .hover_border_blanchedAlmond1:hover, .active_border_blanchedAlmond1:active:hover { border-color: #ffc671 #ffc671 #ffc671 #ffc671; } .border_blanchedAlmond1h, .hover_border_blanchedAlmond1h:hover, .active_border_blanchedAlmond1h:active:hover { border-color: #ffb74c #ffb74c #ffb74c #ffb74c; } .border_blanchedAlmond1a, .hover_border_blanchedAlmond1a:hover, .active_border_blanchedAlmond1a:active:hover { border-color: #ffa927 #ffa927 #ffa927 #ffa927; } .border_blanchedAlmond1s, .hover_border_blanchedAlmond1s:hover, .active_border_blanchedAlmond1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_blanchedAlmond1, .hover_shadow_expand_blanchedAlmond1:hover, .active_shadow_expand_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); } .shadow_expand_blanchedAlmond1h, .hover_shadow_expand_blanchedAlmond1h:hover, .active_shadow_expand_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); } .shadow_expand_blanchedAlmond1a, .hover_shadow_expand_blanchedAlmond1a:hover, .active_shadow_expand_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_blanchedAlmond1s, .hover_shadow_expand_blanchedAlmond1s:hover, .active_shadow_expand_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_blanchedAlmond1, .hover_shadow_left_blanchedAlmond1:hover, .active_shadow_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_left_blanchedAlmond1h, .hover_shadow_left_blanchedAlmond1h:hover, .active_shadow_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_left_blanchedAlmond1a, .hover_shadow_left_blanchedAlmond1a:hover, .active_shadow_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_blanchedAlmond1s, .hover_shadow_left_blanchedAlmond1s:hover, .active_shadow_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_blanchedAlmond1, .hover_shadow_right_blanchedAlmond1:hover, .active_shadow_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); } .shadow_right_blanchedAlmond1h, .hover_shadow_right_blanchedAlmond1h:hover, .active_shadow_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); } .shadow_right_blanchedAlmond1a, .hover_shadow_right_blanchedAlmond1a:hover, .active_shadow_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_blanchedAlmond1s, .hover_shadow_right_blanchedAlmond1s:hover, .active_shadow_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_blanchedAlmond1, .hover_shadow_top_blanchedAlmond1:hover, .active_shadow_top_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_blanchedAlmond1h, .hover_shadow_top_blanchedAlmond1h:hover, .active_shadow_top_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_blanchedAlmond1a, .hover_shadow_top_blanchedAlmond1a:hover, .active_shadow_top_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_blanchedAlmond1s, .hover_shadow_top_blanchedAlmond1s:hover, .active_shadow_top_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_blanchedAlmond1, .hover_shadow_bottom_blanchedAlmond1:hover, .active_shadow_bottom_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_blanchedAlmond1h, .hover_shadow_bottom_blanchedAlmond1h:hover, .active_shadow_bottom_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_blanchedAlmond1a, .hover_shadow_bottom_blanchedAlmond1a:hover, .active_shadow_bottom_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_blanchedAlmond1s, .hover_shadow_bottom_blanchedAlmond1s:hover, .active_shadow_bottom_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_blanchedAlmond1, .hover_shadow_top_left_blanchedAlmond1:hover, .active_shadow_top_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_left_blanchedAlmond1h, .hover_shadow_top_left_blanchedAlmond1h:hover, .active_shadow_top_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_left_blanchedAlmond1a, .hover_shadow_top_left_blanchedAlmond1a:hover, .active_shadow_top_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_blanchedAlmond1s, .hover_shadow_top_left_blanchedAlmond1s:hover, .active_shadow_top_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_blanchedAlmond1, .hover_shadow_top_right_blanchedAlmond1:hover, .active_shadow_top_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_right_blanchedAlmond1h, .hover_shadow_top_right_blanchedAlmond1h:hover, .active_shadow_top_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_right_blanchedAlmond1a, .hover_shadow_top_right_blanchedAlmond1a:hover, .active_shadow_top_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_blanchedAlmond1s, .hover_shadow_top_right_blanchedAlmond1s:hover, .active_shadow_top_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_blanchedAlmond1, .hover_shadow_bottom_left_blanchedAlmond1:hover, .active_shadow_bottom_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_left_blanchedAlmond1h, .hover_shadow_bottom_left_blanchedAlmond1h:hover, .active_shadow_bottom_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_left_blanchedAlmond1a, .hover_shadow_bottom_left_blanchedAlmond1a:hover, .active_shadow_bottom_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_blanchedAlmond1s, .hover_shadow_bottom_left_blanchedAlmond1s:hover, .active_shadow_bottom_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_blanchedAlmond1, .hover_shadow_bottom_right_blanchedAlmond1:hover, .active_shadow_bottom_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_right_blanchedAlmond1h, .hover_shadow_bottom_right_blanchedAlmond1h:hover, .active_shadow_bottom_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_right_blanchedAlmond1a, .hover_shadow_bottom_right_blanchedAlmond1a:hover, .active_shadow_bottom_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_blanchedAlmond1s, .hover_shadow_bottom_right_blanchedAlmond1s:hover, .active_shadow_bottom_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
widgets/common/assets/gradients/simple/blanchedAlmond/blanchedAlmond1.css
.background_blanchedAlmond1, .hover_background_blanchedAlmond1:hover, .active_background_blanchedAlmond1:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 235, 205)), color-stop(100%, rgb(255, 198, 113))); background-image: -webkit-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -o-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: -ms-linear-gradient(top, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); background-image: linear-gradient(to bottom, rgb(255, 235, 205) 0%, rgb(255, 198, 113) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebcd', endColorstr='#ffc671',GradientType=0 ); } .background_blanchedAlmond1h, .hover_background_blanchedAlmond1h:hover, .active_background_blanchedAlmond1h:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 228, 187))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 228, 187) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe4bb',GradientType=0 ); } .background_blanchedAlmond1a, .hover_background_blanchedAlmond1a:hover, .active_background_blanchedAlmond1a:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 228, 187)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 228, 187) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe4bb', endColorstr='#ffffff',GradientType=0 ); } .background_blanchedAlmond1s, .hover_background_blanchedAlmond1s:hover, .active_background_blanchedAlmond1s:active:hover { background: #ffc671; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_blanchedAlmond1, .hover_background_color_blanchedAlmond1:hover, .active_background_color_blanchedAlmond1:active:hover { background-color:#ffc671; } .background_first_color_blanchedAlmond1, .hover_background_first_color_blanchedAlmond1:hover, .active_background_first_color_blanchedAlmond1:active:hover { background-color:#ffebcd; } .background_last_color_blanchedAlmond1, .hover_background_last_color_blanchedAlmond1:hover, .active_background_color_last_blanchedAlmond1:active:hover { background-color:#ffc671; } /* ------------------------------ color settings -------------------------------*/ .color_blanchedAlmond1, .hover_color_blanchedAlmond1:hover, .active_color_blanchedAlmond1:active:hover { color: #282828; } .color_blanchedAlmond1h, .hover_color_blanchedAlmond1h:hover, .active_color_blanchedAlmond1h:active:hover { color: #282828; } .color_blanchedAlmond1a, .hover_color_blanchedAlmond1a:hover, .active_color_blanchedAlmond1a:active:hover { color: #ff0; } .color_blanchedAlmond1s, .hover_color_blanchedAlmond1s:hover, .active_color_blanchedAlmond1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_blanchedAlmond1, .hover_border_blanchedAlmond1:hover, .active_border_blanchedAlmond1:active:hover { border-color: #ffc671 #ffc671 #ffc671 #ffc671; } .border_blanchedAlmond1h, .hover_border_blanchedAlmond1h:hover, .active_border_blanchedAlmond1h:active:hover { border-color: #ffb74c #ffb74c #ffb74c #ffb74c; } .border_blanchedAlmond1a, .hover_border_blanchedAlmond1a:hover, .active_border_blanchedAlmond1a:active:hover { border-color: #ffa927 #ffa927 #ffa927 #ffa927; } .border_blanchedAlmond1s, .hover_border_blanchedAlmond1s:hover, .active_border_blanchedAlmond1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_blanchedAlmond1, .hover_shadow_expand_blanchedAlmond1:hover, .active_shadow_expand_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 198, 113, .39); } .shadow_expand_blanchedAlmond1h, .hover_shadow_expand_blanchedAlmond1h:hover, .active_shadow_expand_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 228, 187, .50); } .shadow_expand_blanchedAlmond1a, .hover_shadow_expand_blanchedAlmond1a:hover, .active_shadow_expand_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_blanchedAlmond1s, .hover_shadow_expand_blanchedAlmond1s:hover, .active_shadow_expand_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_blanchedAlmond1, .hover_shadow_left_blanchedAlmond1:hover, .active_shadow_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_left_blanchedAlmond1h, .hover_shadow_left_blanchedAlmond1h:hover, .active_shadow_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_left_blanchedAlmond1a, .hover_shadow_left_blanchedAlmond1a:hover, .active_shadow_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_blanchedAlmond1s, .hover_shadow_left_blanchedAlmond1s:hover, .active_shadow_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_blanchedAlmond1, .hover_shadow_right_blanchedAlmond1:hover, .active_shadow_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em 0em 1em rgba(255, 198, 113, .39); } .shadow_right_blanchedAlmond1h, .hover_shadow_right_blanchedAlmond1h:hover, .active_shadow_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em 0em 1em rgba(255, 228, 187, .50); } .shadow_right_blanchedAlmond1a, .hover_shadow_right_blanchedAlmond1a:hover, .active_shadow_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_blanchedAlmond1s, .hover_shadow_right_blanchedAlmond1s:hover, .active_shadow_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_blanchedAlmond1, .hover_shadow_top_blanchedAlmond1:hover, .active_shadow_top_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_blanchedAlmond1h, .hover_shadow_top_blanchedAlmond1h:hover, .active_shadow_top_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_blanchedAlmond1a, .hover_shadow_top_blanchedAlmond1a:hover, .active_shadow_top_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_blanchedAlmond1s, .hover_shadow_top_blanchedAlmond1s:hover, .active_shadow_top_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_blanchedAlmond1, .hover_shadow_bottom_blanchedAlmond1:hover, .active_shadow_bottom_blanchedAlmond1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_blanchedAlmond1h, .hover_shadow_bottom_blanchedAlmond1h:hover, .active_shadow_bottom_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_blanchedAlmond1a, .hover_shadow_bottom_blanchedAlmond1a:hover, .active_shadow_bottom_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_blanchedAlmond1s, .hover_shadow_bottom_blanchedAlmond1s:hover, .active_shadow_bottom_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_blanchedAlmond1, .hover_shadow_top_left_blanchedAlmond1:hover, .active_shadow_top_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_left_blanchedAlmond1h, .hover_shadow_top_left_blanchedAlmond1h:hover, .active_shadow_top_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_left_blanchedAlmond1a, .hover_shadow_top_left_blanchedAlmond1a:hover, .active_shadow_top_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_blanchedAlmond1s, .hover_shadow_top_left_blanchedAlmond1s:hover, .active_shadow_top_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_blanchedAlmond1, .hover_shadow_top_right_blanchedAlmond1:hover, .active_shadow_top_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 198, 113, .39); } .shadow_top_right_blanchedAlmond1h, .hover_shadow_top_right_blanchedAlmond1h:hover, .active_shadow_top_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 228, 187, .50); } .shadow_top_right_blanchedAlmond1a, .hover_shadow_top_right_blanchedAlmond1a:hover, .active_shadow_top_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_blanchedAlmond1s, .hover_shadow_top_right_blanchedAlmond1s:hover, .active_shadow_top_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_blanchedAlmond1, .hover_shadow_bottom_left_blanchedAlmond1:hover, .active_shadow_bottom_left_blanchedAlmond1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_left_blanchedAlmond1h, .hover_shadow_bottom_left_blanchedAlmond1h:hover, .active_shadow_bottom_left_blanchedAlmond1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_left_blanchedAlmond1a, .hover_shadow_bottom_left_blanchedAlmond1a:hover, .active_shadow_bottom_left_blanchedAlmond1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_blanchedAlmond1s, .hover_shadow_bottom_left_blanchedAlmond1s:hover, .active_shadow_bottom_left_blanchedAlmond1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_blanchedAlmond1, .hover_shadow_bottom_right_blanchedAlmond1:hover, .active_shadow_bottom_right_blanchedAlmond1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 198, 113, .39); } .shadow_bottom_right_blanchedAlmond1h, .hover_shadow_bottom_right_blanchedAlmond1h:hover, .active_shadow_bottom_right_blanchedAlmond1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 228, 187, .50); } .shadow_bottom_right_blanchedAlmond1a, .hover_shadow_bottom_right_blanchedAlmond1a:hover, .active_shadow_bottom_right_blanchedAlmond1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_blanchedAlmond1s, .hover_shadow_bottom_right_blanchedAlmond1s:hover, .active_shadow_bottom_right_blanchedAlmond1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
0.472197
0.122471
.input { background-color: var(--bg-primary); color: var(--fg-primary); border: solid 1px var(--fg-primary); border-radius: var(--roundness); width: 100%; padding: var(--s) var(--m); box-sizing: border-box; font-size: 1rem; } .input:hover { background-color: rgba(255, 255, 255, 0.05); } select { -moz-appearance:none; /* Firefox */ -webkit-appearance:none; /* Safari and Chrome */ appearance:none; background-color: var(--bg-secondary); color: var(--fg-primary); border: none; border-radius: var(--roundness); padding: var(--s) var(--m); font-size: 1em; text-align: center; } select:hover { background-color: var(--hover); } label { display: block; font-size: 1rem; padding-bottom: var(--m); font-weight: 400; color: var(--fg-secondary); } label.label--inline { padding-bottom: 0px; padding-right: var(--m); } textarea { resize: vertical; } .radio { display: flex; flex-direction: row; gap: var(--m); flex-wrap: wrap; } .radio__option { border: 1px solid var(--fg-secondary); padding: var(--s) var(--m); border-radius: 3em; flex: 1; text-align: center; cursor: pointer; } .radio__option.radio__option--selected { border-color: var(--primary); color: var(--primary); } .radio__option:hover { background-color: var(--hover); } .radio-row__option::before { content: ''; box-sizing: border-box; width: 1em; height: 1em; border: 2px solid var(--fg-secondary); border-radius: 100%; margin-right: var(--m); transition: 0.12s ease border; } .radio-row__option { display: flex; flex-direction: row; align-items: center; padding: var(--m); border-radius: var(--roundness); flex: 1; cursor: pointer; } .radio-row__option.radio__option--selected::before { border-color: var(--primary); border-width: 4px; } .radio-row__option:hover { background-color: var(--hover); } .switch { display: flex; align-items: center; position: relative; padding: var(--m); cursor: pointer; --pin-overflow-size: 0.2em } .switch::before { content: ''; box-sizing: border-box; display: block; width: 1.7em; height: 0.8em; border-radius: 0.4em; background-color: var(--fg-secondary); } .switch::after { position: absolute; left: calc(var(--m) - var(--pin-overflow-size)); content: ''; display: block; width: 1.2em; height: 1.2em; border-radius: 100%; background-color: var(--fg-primary); transition: background-color 0.16s ease, left 0.16s ease; } .switch.switch--on::after { background-color: var(--primary); left: calc(var(--m) + 0.5em + var(--pin-overflow-size)) }
src/assets/css/input.css
.input { background-color: var(--bg-primary); color: var(--fg-primary); border: solid 1px var(--fg-primary); border-radius: var(--roundness); width: 100%; padding: var(--s) var(--m); box-sizing: border-box; font-size: 1rem; } .input:hover { background-color: rgba(255, 255, 255, 0.05); } select { -moz-appearance:none; /* Firefox */ -webkit-appearance:none; /* Safari and Chrome */ appearance:none; background-color: var(--bg-secondary); color: var(--fg-primary); border: none; border-radius: var(--roundness); padding: var(--s) var(--m); font-size: 1em; text-align: center; } select:hover { background-color: var(--hover); } label { display: block; font-size: 1rem; padding-bottom: var(--m); font-weight: 400; color: var(--fg-secondary); } label.label--inline { padding-bottom: 0px; padding-right: var(--m); } textarea { resize: vertical; } .radio { display: flex; flex-direction: row; gap: var(--m); flex-wrap: wrap; } .radio__option { border: 1px solid var(--fg-secondary); padding: var(--s) var(--m); border-radius: 3em; flex: 1; text-align: center; cursor: pointer; } .radio__option.radio__option--selected { border-color: var(--primary); color: var(--primary); } .radio__option:hover { background-color: var(--hover); } .radio-row__option::before { content: ''; box-sizing: border-box; width: 1em; height: 1em; border: 2px solid var(--fg-secondary); border-radius: 100%; margin-right: var(--m); transition: 0.12s ease border; } .radio-row__option { display: flex; flex-direction: row; align-items: center; padding: var(--m); border-radius: var(--roundness); flex: 1; cursor: pointer; } .radio-row__option.radio__option--selected::before { border-color: var(--primary); border-width: 4px; } .radio-row__option:hover { background-color: var(--hover); } .switch { display: flex; align-items: center; position: relative; padding: var(--m); cursor: pointer; --pin-overflow-size: 0.2em } .switch::before { content: ''; box-sizing: border-box; display: block; width: 1.7em; height: 0.8em; border-radius: 0.4em; background-color: var(--fg-secondary); } .switch::after { position: absolute; left: calc(var(--m) - var(--pin-overflow-size)); content: ''; display: block; width: 1.2em; height: 1.2em; border-radius: 100%; background-color: var(--fg-primary); transition: background-color 0.16s ease, left 0.16s ease; } .switch.switch--on::after { background-color: var(--primary); left: calc(var(--m) + 0.5em + var(--pin-overflow-size)) }
0.522202
0.135232
/* *@Description: 页面布局 *@Author: Zhuyb *@Update: Zhuyb(2012-10-23) */ .clearB{ clear:both; } .pointer{ cursor:pointer; } .fll{ float:left; } .flr{ float: right; } .mgl10{ margin-left:10px; } .mgt5{ margin-top: 5px; } .mgl5{ margin-left: 5px; } .mgr5{ margin-right: 5px; } .padl10{ padding-left:10px; } .label_bold{ color:#848484; font-size:14px; font-weight:bold; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.75); } .show{ display: block; } .hide{ display:none; } #header{ background: #333 url(img/HeaderBg.png) repeat-x; height:40px; z-index: 510; } #sidebar{ width:60px; position:absolute; left: 0; top:40px; bottom:0; background: #373737; border-right:1px solid #333333; z-index: 500; } #wrapper{ position:absolute; bottom: 0; left:60px; right: 0; top:40px; background: #BEC4C5 url(img/BodyBg.png) repeat; overflow:hidden; } #main{ position:absolute; left:10px; right:10px; top:10px; bottom:10px; border:1px solid #BBBCBC; border-radius:5px; box-shadow:0 0 2px rgba(0, 0, 0, 0.2); background:#FFFFFF; } /*表单验证错误样式*/ input.error { border:1px solid #7A3230; } label.error { height: 20px; position: absolute; right: -5px; top: -34px; background: #7A3230; z-index: 10; color: #fff; font-size: 12px; padding: 4px 10px; text-align: center; border-radius: 3px; white-space: nowrap; } .error_img{ display: inline-block; width: 16px; height: 26px; position: absolute; right: 5px; top: -6px; background: url(img/verify_false.png) no-repeat; } .checkRight .error_img{ background: url(img/verify_sucess.png) 0 7px no-repeat; } /*弹窗*/ #bg{ background-color: #000; position: absolute; left:0; top:0; opacity: 0.4; /* Standards Compliant Browsers */ filter: alpha(opacity=50); /* IE 7 and Earlier */ /* Next 2 lines IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); } #flagBox { position: absolute; border: 1px solid #B3B3B3; border-radius: 3px; box-shadow: 0 0 1px #000000; background: #FCFCFC; z-index:2000; } .popwin, .popwin_new{ display: none; width: 414px; height: auto; border: 1px solid #B3B3B3; border-radius: 3px; box-shadow: 0 0 1px #000000; background: #FCFCFC; padding: 20px; } .popwin_title{ /*width: 394px;*/ height: 50px; text-align: left; font-size: 14px; color: #333; line-height: 50px; background: #F5F5F5; padding-left: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom: 1px solid #DDDDDD; } .popwin_close{ float: right; margin-right: 20px; margin-top: 15px; cursor: pointer; } .popwin_content{ /*width: 374px;*/ height: auto; padding: 20px; text-align: center; } .popwin_tips{ font-size: 16px; color: #2776A4; line-height: 30px; margin-bottom: 20px; } .popwin_tipsH1{ font-size: 16px; color: #2776A4; margin-bottom: 10px; } .popwin_tipsH2{ font-size: 12px; margin-bottom: 15px; color: #B35454; } .popwin_validateFail{ visibility: hidden; font-size: 12px; color: #B35454; } .popwin_description{ font-size: 12px; color: #65A25D; line-height: 25px; margin: 0 30px 20px 30px; background: #D5F5C3; border: 1px solid #B5D6B2; border-radius: 2px; } .popwin_error{ display: none; font-size: 12px; color: #A25D5D; line-height: 25px; margin: 0 30px 10px 30px; background: #FFD3D3; border: 1px solid #D6B2B2; border-radius: 2px; } .popwin_confirm, .popwin_cancel, .popwin_newForm_confirm, .popwin_newForm_cancel, .popwin_newSms_confirm, .popwin_newSms_cancel, .popwin_newMail_confirm, .popwin_newMail_cancel{ margin: 0 20px; } .video_placeholder { display: block; height: 260px; width: 440px; background:url(img/video_mail.png) no-repeat; margin: 40px auto; } .video_placeholder:hover { cursor: pointer; } .doing_p{ font-size: 24px; font-weight: bold; text-align: center; margin-top: 60px; line-height: 50px; } .popwin_content .popwin_newForm_input, .popwin_content .popwin_newSms_input, .popwin_content .popwin_newMail_input{ width: 300px; margin-bottom: 20px; } #blackmask{ background: #000; } #frameless{ padding:0; } .tmask { position:absolute; display:none; top: 0; left: 0; height:100%; width:100%; background:#000; z-index:800; } .tbox { position:absolute; display:none; padding:14px 17px; z-index:900; } .tinner { border-radius: 3px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5); background: #FFFFFF; border: 1px solid #5C5C5C; } .tclose { position:absolute; top:35px; right:20px; width:30px; height:30px; cursor:pointer; background:url(img/popwin_close.png) no-repeat; } .tips_success{ display: none; } .success_tip { color: #19691F; line-height: 30px; text-align: center; background: #E7FFCF; border: 1px solid #B3E179; border-radius: 3px; } .registerFail{ text-align: center; color: #999; font-size: 17px; font-weight: bold; margin-top: 50px; } /*新的表单的信息*/ .popwin_formtype { float: left; width: 159px; margin: 0 10px; padding: 20px 10px 10px 10px; height: 160px; border: 1px solid rgba(0,0,0,0); transition: all 260ms; -webkit-transition: all 260ms; -moz-transition: all 260ms; -o-transition: all 260ms; -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; cursor: pointer; font-size: 18px; font-weight: bold; line-height: 40px; margin-top: 10px; border-radius: 4px; } .popwin_formtype img { width: 80px; display: block; text-align: center; margin: 0 auto 4px auto; } .popwin_formtype_normal { color: #56779B; } .popwin_formtype_logic { color: #B4533A; } .popwin_formtype_normal:hover { border-color: #56779B; } .popwin_formtype_logic:hover { border-color: #B4533A; } .popwin_formNameContent, .popwin_smsNameContent { display: none; margin-top: 24px; } .popwin_formTypeContent { width: 360px; margin-left: auto; margin-right: auto; } /*wiki faq*/ .wiki_faq_help{ cursor: pointer; display: inline-block; width: 20px; height: 20px; background-image: url(img/wikiHelp_big.png); background-repeat: no-repeat; position: relative; } .wiki_faq_help:hover { background-image: url(img/wikiHelp_big_hover.png); }
public/user/css/global.css
/* *@Description: 页面布局 *@Author: Zhuyb *@Update: Zhuyb(2012-10-23) */ .clearB{ clear:both; } .pointer{ cursor:pointer; } .fll{ float:left; } .flr{ float: right; } .mgl10{ margin-left:10px; } .mgt5{ margin-top: 5px; } .mgl5{ margin-left: 5px; } .mgr5{ margin-right: 5px; } .padl10{ padding-left:10px; } .label_bold{ color:#848484; font-size:14px; font-weight:bold; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.75); } .show{ display: block; } .hide{ display:none; } #header{ background: #333 url(img/HeaderBg.png) repeat-x; height:40px; z-index: 510; } #sidebar{ width:60px; position:absolute; left: 0; top:40px; bottom:0; background: #373737; border-right:1px solid #333333; z-index: 500; } #wrapper{ position:absolute; bottom: 0; left:60px; right: 0; top:40px; background: #BEC4C5 url(img/BodyBg.png) repeat; overflow:hidden; } #main{ position:absolute; left:10px; right:10px; top:10px; bottom:10px; border:1px solid #BBBCBC; border-radius:5px; box-shadow:0 0 2px rgba(0, 0, 0, 0.2); background:#FFFFFF; } /*表单验证错误样式*/ input.error { border:1px solid #7A3230; } label.error { height: 20px; position: absolute; right: -5px; top: -34px; background: #7A3230; z-index: 10; color: #fff; font-size: 12px; padding: 4px 10px; text-align: center; border-radius: 3px; white-space: nowrap; } .error_img{ display: inline-block; width: 16px; height: 26px; position: absolute; right: 5px; top: -6px; background: url(img/verify_false.png) no-repeat; } .checkRight .error_img{ background: url(img/verify_sucess.png) 0 7px no-repeat; } /*弹窗*/ #bg{ background-color: #000; position: absolute; left:0; top:0; opacity: 0.4; /* Standards Compliant Browsers */ filter: alpha(opacity=50); /* IE 7 and Earlier */ /* Next 2 lines IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); } #flagBox { position: absolute; border: 1px solid #B3B3B3; border-radius: 3px; box-shadow: 0 0 1px #000000; background: #FCFCFC; z-index:2000; } .popwin, .popwin_new{ display: none; width: 414px; height: auto; border: 1px solid #B3B3B3; border-radius: 3px; box-shadow: 0 0 1px #000000; background: #FCFCFC; padding: 20px; } .popwin_title{ /*width: 394px;*/ height: 50px; text-align: left; font-size: 14px; color: #333; line-height: 50px; background: #F5F5F5; padding-left: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom: 1px solid #DDDDDD; } .popwin_close{ float: right; margin-right: 20px; margin-top: 15px; cursor: pointer; } .popwin_content{ /*width: 374px;*/ height: auto; padding: 20px; text-align: center; } .popwin_tips{ font-size: 16px; color: #2776A4; line-height: 30px; margin-bottom: 20px; } .popwin_tipsH1{ font-size: 16px; color: #2776A4; margin-bottom: 10px; } .popwin_tipsH2{ font-size: 12px; margin-bottom: 15px; color: #B35454; } .popwin_validateFail{ visibility: hidden; font-size: 12px; color: #B35454; } .popwin_description{ font-size: 12px; color: #65A25D; line-height: 25px; margin: 0 30px 20px 30px; background: #D5F5C3; border: 1px solid #B5D6B2; border-radius: 2px; } .popwin_error{ display: none; font-size: 12px; color: #A25D5D; line-height: 25px; margin: 0 30px 10px 30px; background: #FFD3D3; border: 1px solid #D6B2B2; border-radius: 2px; } .popwin_confirm, .popwin_cancel, .popwin_newForm_confirm, .popwin_newForm_cancel, .popwin_newSms_confirm, .popwin_newSms_cancel, .popwin_newMail_confirm, .popwin_newMail_cancel{ margin: 0 20px; } .video_placeholder { display: block; height: 260px; width: 440px; background:url(img/video_mail.png) no-repeat; margin: 40px auto; } .video_placeholder:hover { cursor: pointer; } .doing_p{ font-size: 24px; font-weight: bold; text-align: center; margin-top: 60px; line-height: 50px; } .popwin_content .popwin_newForm_input, .popwin_content .popwin_newSms_input, .popwin_content .popwin_newMail_input{ width: 300px; margin-bottom: 20px; } #blackmask{ background: #000; } #frameless{ padding:0; } .tmask { position:absolute; display:none; top: 0; left: 0; height:100%; width:100%; background:#000; z-index:800; } .tbox { position:absolute; display:none; padding:14px 17px; z-index:900; } .tinner { border-radius: 3px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5); background: #FFFFFF; border: 1px solid #5C5C5C; } .tclose { position:absolute; top:35px; right:20px; width:30px; height:30px; cursor:pointer; background:url(img/popwin_close.png) no-repeat; } .tips_success{ display: none; } .success_tip { color: #19691F; line-height: 30px; text-align: center; background: #E7FFCF; border: 1px solid #B3E179; border-radius: 3px; } .registerFail{ text-align: center; color: #999; font-size: 17px; font-weight: bold; margin-top: 50px; } /*新的表单的信息*/ .popwin_formtype { float: left; width: 159px; margin: 0 10px; padding: 20px 10px 10px 10px; height: 160px; border: 1px solid rgba(0,0,0,0); transition: all 260ms; -webkit-transition: all 260ms; -moz-transition: all 260ms; -o-transition: all 260ms; -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; cursor: pointer; font-size: 18px; font-weight: bold; line-height: 40px; margin-top: 10px; border-radius: 4px; } .popwin_formtype img { width: 80px; display: block; text-align: center; margin: 0 auto 4px auto; } .popwin_formtype_normal { color: #56779B; } .popwin_formtype_logic { color: #B4533A; } .popwin_formtype_normal:hover { border-color: #56779B; } .popwin_formtype_logic:hover { border-color: #B4533A; } .popwin_formNameContent, .popwin_smsNameContent { display: none; margin-top: 24px; } .popwin_formTypeContent { width: 360px; margin-left: auto; margin-right: auto; } /*wiki faq*/ .wiki_faq_help{ cursor: pointer; display: inline-block; width: 20px; height: 20px; background-image: url(img/wikiHelp_big.png); background-repeat: no-repeat; position: relative; } .wiki_faq_help:hover { background-image: url(img/wikiHelp_big_hover.png); }
0.154791
0.073863
.style-picker{direction: ltr;font-family:Arial,"Helvetica CY",sans-serif;color:#010101;font-size:.85em;width:0;min-height:200px;position:fixed;top:40px;left:0;z-index:99999;} .style-picker .bgChanger{position:relative;min-width:35px;min-height:100px;} .style-picker a{color:#fff !important;} .style-picker a:hover{text-decoration:none;} .style-picker input, .style-picker select {font-family:"Trebuchet MS",Arial,"Helvetica CY",sans-serif;border:1px solid #b7b7b7;color:#010101;} .style-picker input{width:120px;} .style-picker select{ font-size: 1em; width: 163px; padding: 3px; height: auto; border: 1px solid #CCC; outline: 0; background: #FAFAFA url(images/select3.png) no-repeat right; -webkit-appearance: none; -moz-appearance: none; } .style-picker .container{width:150px;padding:0 40px 5px 0;} .style-picker .options,.style-picker .handler{border:1px solid #181818;background-color:#181818;color: #CCC;box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3)} .style-picker .options{width:180px;padding:3px 0 15px 10px;position:relative; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright:3px; border-bottom-right-radius: 3px; border-radius: 0 0 3px 0;} .style-picker .handler{background:#181818 url(images/close.png) 5px 6px no-repeat;width:33px;height:35px;position:absolute;top:0px;right:-35px;z-index:30;border-left:0;-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-radius: 0 3px 3px 0;} .style-picker .container .handler.closed{background:#181818 url(images/pencil.png) 5px 6px no-repeat;} .style-picker span{display:block;padding:10px 0 3px;font-weight:bold;clear:both;} .style-picker a.thumb-img{margin:0 5px 4px 0;border:1px solid #666;} .style-picker a.thumb-img, .style-picker a.thumb-img img{display:block;float:left;width:17px;height:14px;cursor:pointer;} .style-picker a.thumb-img img{border:0;background:none;padding:0;} .style-picker a.bgColor{ color: #ccc !important; display: inline-block; width: 90%; line-height: 20px; font-weight: bold; padding: 5px 18px 0 0; margin: 8px 0 8px; position: relative; clear: both; } .style-picker a.bgColor span{border:1px solid #b7b7b7;width:18px;height:18px;float:right;padding:0;margin:1px 0 0;} .colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(images/custom_background.png); font-family: Arial, Helvetica, sans-serif; display: none; z-index:99999; font-size:0.8em; } .colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; } .colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(images/colorpicker_overlay.png); } .colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(images/colorpicker_select.gif); margin: -5px 0 0 -5px; } #bgColor, #bgHeaderColor, #bgFooterColor { position: relative; width: 20px; height: 20px; background: url(images/select2.png); } .colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; } .colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(images/custom_indic.gif) left top; margin: -4px 0 0 0; left: 0px; } .colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; } .colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; } .colorpicker input[type="text"] { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; max-width: 100%; } .colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(images/custom_hex.png) top; left: 212px; top: 142px; } .colorpicker_hex input[type="text"] { right: 6px; } .colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; } .colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; } .colorpicker_rgb_r { background-image: url(images/custom_rgb_r.png); top: 52px; left: 212px; } .colorpicker_rgb_g { background-image: url(images/custom_rgb_g.png); top: 82px; left: 212px; } .colorpicker_rgb_b { background-image: url(images/custom_rgb_b.png); top: 112px; left: 212px; } .colorpicker_hsb_h { background-image: url(images/custom_hsb_h.png); top: 52px; left: 282px; } .colorpicker_hsb_s { background-image: url(images/custom_hsb_s.png); top: 82px; left: 282px; } .colorpicker_hsb_b { background-image: url(images/custom_hsb_b.png); top: 112px; left: 282px; } .colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(images/custom_submit.png) top; left: 322px; top: 142px; overflow: hidden; } .colorpicker_focus { background-position: center } .colorpicker_hex.colorpicker_focus { background-position: bottom } .colorpicker_submit.colorpicker_focus { background-position: bottom } .colorpicker_slider { background-position: bottom } @media only screen and (min-width: 480px) and (max-width: 767px) { .style-picker { display: none } } @media only screen and (min-width: 100px) and (max-width: 479px) { .style-picker { display: none } }
public/templates/remix/customize/style.css
.style-picker{direction: ltr;font-family:Arial,"Helvetica CY",sans-serif;color:#010101;font-size:.85em;width:0;min-height:200px;position:fixed;top:40px;left:0;z-index:99999;} .style-picker .bgChanger{position:relative;min-width:35px;min-height:100px;} .style-picker a{color:#fff !important;} .style-picker a:hover{text-decoration:none;} .style-picker input, .style-picker select {font-family:"Trebuchet MS",Arial,"Helvetica CY",sans-serif;border:1px solid #b7b7b7;color:#010101;} .style-picker input{width:120px;} .style-picker select{ font-size: 1em; width: 163px; padding: 3px; height: auto; border: 1px solid #CCC; outline: 0; background: #FAFAFA url(images/select3.png) no-repeat right; -webkit-appearance: none; -moz-appearance: none; } .style-picker .container{width:150px;padding:0 40px 5px 0;} .style-picker .options,.style-picker .handler{border:1px solid #181818;background-color:#181818;color: #CCC;box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3)} .style-picker .options{width:180px;padding:3px 0 15px 10px;position:relative; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright:3px; border-bottom-right-radius: 3px; border-radius: 0 0 3px 0;} .style-picker .handler{background:#181818 url(images/close.png) 5px 6px no-repeat;width:33px;height:35px;position:absolute;top:0px;right:-35px;z-index:30;border-left:0;-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-radius: 0 3px 3px 0;} .style-picker .container .handler.closed{background:#181818 url(images/pencil.png) 5px 6px no-repeat;} .style-picker span{display:block;padding:10px 0 3px;font-weight:bold;clear:both;} .style-picker a.thumb-img{margin:0 5px 4px 0;border:1px solid #666;} .style-picker a.thumb-img, .style-picker a.thumb-img img{display:block;float:left;width:17px;height:14px;cursor:pointer;} .style-picker a.thumb-img img{border:0;background:none;padding:0;} .style-picker a.bgColor{ color: #ccc !important; display: inline-block; width: 90%; line-height: 20px; font-weight: bold; padding: 5px 18px 0 0; margin: 8px 0 8px; position: relative; clear: both; } .style-picker a.bgColor span{border:1px solid #b7b7b7;width:18px;height:18px;float:right;padding:0;margin:1px 0 0;} .colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(images/custom_background.png); font-family: Arial, Helvetica, sans-serif; display: none; z-index:99999; font-size:0.8em; } .colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; } .colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(images/colorpicker_overlay.png); } .colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(images/colorpicker_select.gif); margin: -5px 0 0 -5px; } #bgColor, #bgHeaderColor, #bgFooterColor { position: relative; width: 20px; height: 20px; background: url(images/select2.png); } .colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; } .colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(images/custom_indic.gif) left top; margin: -4px 0 0 0; left: 0px; } .colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; } .colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; } .colorpicker input[type="text"] { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; max-width: 100%; } .colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(images/custom_hex.png) top; left: 212px; top: 142px; } .colorpicker_hex input[type="text"] { right: 6px; } .colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; } .colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; } .colorpicker_rgb_r { background-image: url(images/custom_rgb_r.png); top: 52px; left: 212px; } .colorpicker_rgb_g { background-image: url(images/custom_rgb_g.png); top: 82px; left: 212px; } .colorpicker_rgb_b { background-image: url(images/custom_rgb_b.png); top: 112px; left: 212px; } .colorpicker_hsb_h { background-image: url(images/custom_hsb_h.png); top: 52px; left: 282px; } .colorpicker_hsb_s { background-image: url(images/custom_hsb_s.png); top: 82px; left: 282px; } .colorpicker_hsb_b { background-image: url(images/custom_hsb_b.png); top: 112px; left: 282px; } .colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(images/custom_submit.png) top; left: 322px; top: 142px; overflow: hidden; } .colorpicker_focus { background-position: center } .colorpicker_hex.colorpicker_focus { background-position: bottom } .colorpicker_submit.colorpicker_focus { background-position: bottom } .colorpicker_slider { background-position: bottom } @media only screen and (min-width: 480px) and (max-width: 767px) { .style-picker { display: none } } @media only screen and (min-width: 100px) and (max-width: 479px) { .style-picker { display: none } }
0.310694
0.062962
:root { --orange-1: #FF6700; --orange-2: #FF8A3D; --blue-1: #0062FF; --blue-2: #5C9AFF; } /* remove link highlight from bootstrap */ a { outline: none !important; color: #000; } a:hover { color: #000; } .my-navbar { background-color: var(--orange-1); } .my-navbar-brand { background-color: var(--orange-2); border-radius: 5px; padding: 0 0.25vw; } .login { margin-top: 1vh; } .login-form { margin-left: 1vw; margin-right: 1vw; } .btn-outline-blue { color: var(--blue-1); border-color: var(--blue-2) } .btn-outline-blue:hover { color: #fff; background-color: var(--blue-1); border-color: var(--blue-2); } .btn-outline-orange { color: var(--orange-1); border-color: var(--orange-2) } .btn-outline-orange:hover { color: #fff; background-color: var(--orange-1); border-color: var(--orange-2); } .btn-inline-orange { color: #fff; background-color: var(--orange-1); border-color: var(--orange-2); } .btn-inline-orange:hover { color: var(--orange-1); background-color: #FFF; border-color: var(--orange-2); } .carousel-inner > div { height: 60vh; overflow: hidden; } .carousel-inner > .carousel-item > img { position: relative; } .carousel-img-1 { top: -200px; } .carousel-img-2 { height: 80vh; } .carousel-img-3 { top: -150px; } .search-bar { margin-left: 15vw; margin-right: 15vw; margin-top: 5vh; border-radius: 5px; border-style: solid; border-color: var(--blue-1); } .search-form { width: 100% } .search-form-line { width: 33% } .search-form-icon { margin: 10px; height: 2vh; } .search-result-box { margin-left: 15vw; margin-right: 15vw; margin-top: 5vh; padding: 1vh 1vh 1vh 1vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); } .search-result-container { height: 20vh; } .search-result-image { border-radius: 5px; width: auto; max-height: 20vh; } .search-result-text-list { padding-left: 0; list-style-type: none; } .search-result-info-list > li { margin-top: 0.5vh; margin-bottom: 0.5vh; } .search-result-order-list { } .register-form-box{ width: 25%; margin-left: auto; margin-right: auto; margin-top: 5vh; padding: 1vh 1vh 1vh 1vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); text-align: left; } .register-form-box > form { width: 100%; } .travel-creation-form-box { width: 25%; margin-left: 5vh; margin-right: auto; margin-top: 5vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); text-align: left; }
css/main.css
:root { --orange-1: #FF6700; --orange-2: #FF8A3D; --blue-1: #0062FF; --blue-2: #5C9AFF; } /* remove link highlight from bootstrap */ a { outline: none !important; color: #000; } a:hover { color: #000; } .my-navbar { background-color: var(--orange-1); } .my-navbar-brand { background-color: var(--orange-2); border-radius: 5px; padding: 0 0.25vw; } .login { margin-top: 1vh; } .login-form { margin-left: 1vw; margin-right: 1vw; } .btn-outline-blue { color: var(--blue-1); border-color: var(--blue-2) } .btn-outline-blue:hover { color: #fff; background-color: var(--blue-1); border-color: var(--blue-2); } .btn-outline-orange { color: var(--orange-1); border-color: var(--orange-2) } .btn-outline-orange:hover { color: #fff; background-color: var(--orange-1); border-color: var(--orange-2); } .btn-inline-orange { color: #fff; background-color: var(--orange-1); border-color: var(--orange-2); } .btn-inline-orange:hover { color: var(--orange-1); background-color: #FFF; border-color: var(--orange-2); } .carousel-inner > div { height: 60vh; overflow: hidden; } .carousel-inner > .carousel-item > img { position: relative; } .carousel-img-1 { top: -200px; } .carousel-img-2 { height: 80vh; } .carousel-img-3 { top: -150px; } .search-bar { margin-left: 15vw; margin-right: 15vw; margin-top: 5vh; border-radius: 5px; border-style: solid; border-color: var(--blue-1); } .search-form { width: 100% } .search-form-line { width: 33% } .search-form-icon { margin: 10px; height: 2vh; } .search-result-box { margin-left: 15vw; margin-right: 15vw; margin-top: 5vh; padding: 1vh 1vh 1vh 1vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); } .search-result-container { height: 20vh; } .search-result-image { border-radius: 5px; width: auto; max-height: 20vh; } .search-result-text-list { padding-left: 0; list-style-type: none; } .search-result-info-list > li { margin-top: 0.5vh; margin-bottom: 0.5vh; } .search-result-order-list { } .register-form-box{ width: 25%; margin-left: auto; margin-right: auto; margin-top: 5vh; padding: 1vh 1vh 1vh 1vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); text-align: left; } .register-form-box > form { width: 100%; } .travel-creation-form-box { width: 25%; margin-left: 5vh; margin-right: auto; margin-top: 5vh; border-radius: 5px; border-style: solid; border-color: var(--blue-2); text-align: left; }
0.638497
0.21309
#awwwards { top: 1rem; right: 0; left: auto; position: fixed; transition:0.45s linear opacity, 0.45s linear visibility; } body.peace #awwwards { opacity:0; visibility:hidden; } /** Universal elements **/ .unselectable { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } body { transition:0.45s linear opacity, 0.45s linear visibility; } html, body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%; font-family: 'Raleway', sans-serif; background-color:#000; color:#FFF; } a::-moz-focus-inner { border: 0; } a, video, img { outline:0; } a { transition:0.2s opacity linear; color:inherit; text-decoration: none; } a:hover { opacity:0.5; } a:active { opacity:0.3; } .hide { display:none; } .op-hidden { opacity:0; } /** Universal elements **/ /** Fonts **/ .text-title-big { font-size:3rem; letter-spacing:2rem; font-weight:300; margin-right:-2rem; } .sc-text { display:inline-block; text-transform: uppercase; font-size:0.875rem; letter-spacing:0.66rem; font-weight:400; margin-right:-0.66rem; } /** Fonts **/ /** Easter Egg **/ body.peace .main-nav, body.peace .homepage-footer, body.peace .mobile-view-work { opacity:0; visibility:hidden; } /** Easter Egg **/ /** Main Nav**/ .main-nav { transition:0.45s linear opacity, 0.45s linear visibility, 0.45s linear background-color; position: fixed; z-index: 4; top: 0; width: 100%; box-sizing: border-box; padding: 1rem 1rem 0 1rem; height: 5rem; background-color: rgba(0,0,0,0); } .work-mode .main-nav { background-color:rgba(0,0,0,0.5); } .main-nav.shadow ul li a { opacity:0.33; } .main-nav.shadow ul li a:hover { opacity:1; } .main-nav.shadow ul li a.active { cursor:pointer; opacity:1; } .main-nav ul { float:left; } .main-nav a, .main-nav a span, .main-nav ul li { display:inline-block; } .main-nav a { padding:1rem; } .main-nav ul li { float:left; margin-right:1.5rem; } .main-nav ul li:last-of-type{ margin:0; } .main-nav ul li.mobile-home { display:none; } .main-nav ul li.home-container { width:0; margin-right:0; overflow:hidden; transition:0.2s width ease-out, 0.2s opacity ease-out, 0.2s margin ease-out; } /** Main Nav**/ /** Special menu handler **/ a.reset-toggler { float:right; width:8rem; text-align:right; position:relative; cursor:default; opacity:0; visibility: hidden; transition:0.45s ease-out opacity, 0.45s ease-out visibility; } .work-mode.fullscreen .reset-toggler{ opacity:1; cursor:pointer; visibility: visible; } .work-mode .main-nav ul li.home-container, .fullscreen .main-nav ul li.home-container, .loading-work .main-nav ul li.home-container{ width: 6.625rem; margin-right:1.5rem; } body.loading-work .main-nav{ visibility:hidden; opacity:0; } .work-page-link span{ position:relative; } .work-page-link span:after { opacity:0; transition:0.45s linear opacity, 0.45s linear width, 0.45s linear visibility; animation-duration: 3s; animation-name: worklinkbar; animation-iteration-count: infinite; background-color:#FFF; position:absolute; width:0; height:1px; content:' '; left:0; bottom:-0.5rem; visibility: hidden; } .work-mode .work-page-link span:after { visibility: visible; opacity:1; } .work-mode .work-page-link:hover { opacity:0.5; } .work-mode .work-page-link:active { opacity:0.33; } @keyframes worklinkbar { 0% { width:0; } 80% { width:calc(100% - 0.666rem); } 100% { width:calc(100% - 0.666rem); } } /** Special menu handler **/ /** Scroll reveal **/ .scroll-hide { position:relative; transition:0.3s linear opacity, 0.3s ease-out top; opacity:1; top:0; } .scroll-hide.scroll-hidden { opacity:0; top:2rem; } .scroll-hide.scroll-hide-no-top { top:0; } /** Scroll reveal **/ /** Mobile elements **/ .mobile-view-work { margin-top: 1.75rem; padding: 1.25rem; display: none; transition:0.45s linear opacity, 0.45s linear visibility; } .menu-filter { position:fixed; top:3rem; left:0; width:100%; height:calc(100% - 3rem); z-index:-2; display:none; } .mobile-menu { z-index:9; width:4rem; float:left; display:none; padding:2rem 2rem 1rem 2rem; cursor:pointer; transition:0.45s opacity linear; } .mobile-menu:hover { opacity:0.33; } .mobile-menu.active .mobile-menu-bar:nth-of-type(1),.mobile-menu.active .mobile-menu-bar:nth-of-type(3) { width: 20%; margin-left: 10%; } .mobile-menu-bar { transition: .45s ease-out width,.45s ease-out margin; height: 1px; width: 100%; background-color: #fff; margin-bottom: 2px; border-bottom: 1px solid #000; } .mobile-menu-block:last-of-type { margin:0; } /** Mobile elements **/ /** Menu fullscreen pages **/ .menu-page { background-color:#000; z-index:-1; position:fixed; top:0; left:0; height:100%; width:100%; opacity:0; display:none; visibility: hidden; } .menu-page.grace-kill a { cursor:default; } .menu-page.active.grace-kill{ transition:0.45s ease-out opacity, 0.45s ease-out visibility; transition-delay:0.25s; visibility: hidden; opacity:0; z-index:3; } .menu-page.active.grace-transition { transition:0.33s ease-out opacity, 0.45s ease-out visibility; opacity:0; visibility: hidden; } .menu-page.active.grace-kill * { transition:0.45s ease-out opacity, 0.45s ease-out visibility; opacity:0; visibility: hidden; } .menu-page.active { display:block; } .menu-page.grace-active, .menu-page.active-finished{ transition:0.33s linear opacity, 0.45s ease-out visibility; opacity:1; visibility:visible; z-index:3; } /** Menu fullscreen pages **/ /** Homepage **/ .td-bg { width:100%; height:100%; position:absolute; z-index:0; top:0; left:0; overflow:hidden; transition:0.45s linear opacity; } .work-mode .td-bg, .loading-work .td-bg{ display:none; } .homepage-subtitle { color:#707070; font-size:0.875rem; letter-spacing:0.866rem; margin-right:-0.866rem; font-weight:400; margin-bottom:0.66rem; } .homepage-footer { position:absolute; transition:0.45s linear opacity, 0.45s linear visibility; bottom:4rem; width:100%; z-index: 2; } .homepage-content { overflow: hidden; position:absolute; transition:0.45s linear opacity; left:50%; top:50%; width:25rem; height:4.5rem; margin:-2.55rem 0 0 -12.5rem; } .sunset-footer-container { bottom:0; height:3rem; width:100%; left:0; z-index:1; transition:0.45s linear opacity; position:absolute; overflow:hidden; } .sunset-footer { height: 3rem; width: 110%; margin: auto; background: radial-gradient(at bottom, #ff5e00 -50%, rgba(255,46,0,0) 72%); background-position-y: 0; background-repeat: no-repeat; display: inline-block; margin-left: -5%; } /** Homepage **/ /** Resume page contents **/ .resume-viewer-container { background-color: #000; box-sizing: border-box; height: 100%; padding: 6rem 0 7rem 0; text-align: center; } .resume-viewer { box-sizing: border-box; padding: 0 2rem; height: 100%; width: 100%; } .resume-viewer img { height: 100%; width: 100%; object-fit: contain; } .resume-viewer-container a { margin-top: 1rem; padding:1rem; display: block; } /** Resume page contents **/ /** About section **/ .about-portrait { opacity: 0.25; position: absolute; z-index: -1; width: 230px; image-rendering: pixelated; image-rendering: crisp-edges; } .about-container h3 { margin-bottom: 2rem; box-sizing: border-box; padding: 0 1rem; } .about-container p { margin-bottom: 1rem; max-width: 560px; line-height: 1.5em; box-sizing: border-box; padding: 0 2rem; text-align: left; } .about-container p:last-of-type { margin: 0; } .about-container .links { margin-top: 3rem; box-sizing: border-box; } .about-container .links a { display: block; margin-bottom: 1.5rem; } .about-container .links a:last-of-type{ margin:0; } .about-container { bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; align-items: center; display: flex; justify-content: center; flex-direction: column; } /** About section **/ /** Workpage main hero splash **/ .main-splash { text-align:center; position:absolute; left:0; top:0; height:100%; width:100%; z-index:1; opacity:1; transition:0.45s opacity linear; } .main-splash.grace-kill { opacity:0; } .work-splash.active.grace-kill { opacity:0; } .work-splash { transition:0.45s opacity linear; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-index:5; display:none; } .work-splash.active { display:block; } .work-splash-title { position: absolute; top: 50%; left: 0; height: 3rem; width: 100%; margin: -1.5rem 0 0 0; } .work-splash .scroller-container { opacity:0; transition:0.45s opacity linear; } .work-splash.ready .scroller-container { opacity:1; transition-delay:0.45s; } .work-splash .loader-bar { width:0; min-width:2.5rem; transition:0.45s opacity linear, 0.45s width linear; opacity:1; } .work-splash.ready .loader-bar { opacity:0; } .work-splash.ready .work-splash-bg { opacity:1; } .work-splash-bg { background-position: center; background-size: cover; opacity:0; transition:0.33s opacity linear; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: -1; } .scroller-container { height: 6rem; width: 8rem; position: absolute; left: 50%; bottom: 2rem; margin: 0 0 0 -4rem; } .scroller-bar-container { height: 4rem; width: 1px; margin: 1rem auto 0 auto; position:relative; } .scroller-bar { position:absolute; width:1px; height:0; background-color: #FFF; animation-duration: 3s; animation-name: scrollerbar; animation-iteration-count: infinite; } @keyframes scrollerbar { 0% { height:0; } 80% { height:100%; } 100% { height:100%; } } .loader-percentage { text-align: right; padding: 0 3.5rem 0 3.5rem; } .loader-bar { bottom:6rem; position: absolute; left: 0; width:0%; border-top: 1px solid #FFF; padding-top: 1rem; } /** Workpage main hero splash **/ /** Work page contents **/ body.fullscreen .main-splash, body.fullscreen .work-page-container{ opacity:0; } body.gallery-mode .main-splash, body.gallery-mode .work-page-container { opacity:0; } body.loading-work { cursor:wait; } .work-page-container { position: absolute; top: 100%; width:100%; display:none; transition:0.45s opacity linear, 0.45s visibility linear; background-color:#0A0A0B; } .work-page-container.active { display:block; } .work-page-container.active.grace-kill { opacity:0; } .work-section > h2 { font-weight:600; font-size:2rem; margin-bottom:1rem; } .work-section > h3 { font-weight:600; margin-bottom:2.5rem; } .meta-list { margin-bottom:2.5rem; box-sizing: border-box; padding-left: 2rem; position:relative; } .meta-list:after { content: ' '; height: calc(100% - 0.375rem); width: 2px; background-color: #C6C6C6; display: block; left: 0; top: 0; position: absolute; } .meta-list li { margin-bottom:2rem; } .meta-list li:last-of-type { margin-bottom:0; } .meta-list li h4 { font-weight:600; color: #D5D8DC; margin-bottom: 0.75rem; } .meta-list li p { font-size:1rem; } .work-content-container { margin:auto; padding:5rem 0 5rem 0; } .work-gallery-container { max-width: 1800px; background-color: #000; overflow: hidden; margin: auto; } .work-gallery-container.bottom-padded { padding-bottom: 3rem; } .work-gallery { margin: 0 auto; overflow: hidden; box-sizing: border-box; } .work-gallery.padded { padding: 2rem 0; background-color: #000; } .work-gallery li { cursor:pointer; background-color:#000; transition:filter 0.45s linear; filter:grayscale(100%); position:relative; } .work-gallery li:hover { filter:grayscale(0%); } .work-gallery li img { width: 100%; display:block; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0) } .gallery-image.centered { position: absolute; top: 50%; transform: translate3d(0,-50%,0); } .links-list { margin-top:2.5rem; font-size:1.5rem; } .links-list li { margin-bottom:1.5rem; } .links-list li:last-of-type { margin:0; } .work-video.keep-aspect { object-fit: contain; height: auto; } .work-video.padded { padding: 5rem; box-sizing: border-box; background-color: #000; } .work-video.padded-partial-bottom { padding: 5rem 5rem 3rem 5rem; box-sizing: border-box; background-color: #000; } .work-video { cursor: pointer; display: block; height:100vh; margin: 0 auto; width: 100%; object-fit: cover; } .work-gallery li:first-of-type { width:50%; } .work-gallery.quad li{ width:50%; } .work-gallery li { float: left; width: 25%; box-sizing: border-box; overflow:hidden; } .work-section { max-width: 860px; margin: auto; padding: 5rem 2rem 5rem 2rem; box-sizing: border-box; position:relative; } .work-section.white-bar-above::after { content:' '; width:3rem; height:1px; position:absolute; top:0; background-color:#FFF; } .work-section p { font-size: 1.5rem; line-height: 1.5em; color: #D5D8DC; margin-bottom:1rem } .work-section p:last-of-type { margin:0; } .work-footer { background-color: #000; position:relative; text-align:center; } .work-content-container { background-color:#0A0A0B; } .work-footer .back-to-top { padding: 6rem; box-sizing:border-box; display:inline-block; position:relative; z-index:2; } .work-page { text-align:center; } .work-page h3 { margin-bottom:2rem; transition:0.45s linear opacity; opacity:0; } .work-page.active h3 { opacity:1; } .work-page .work-list li { opacity:0; } .work-page.grace-active .work-list li { transition:0.45s linear opacity; } .work-page.grace-active .work-list li:nth-of-type(1), .work-page.active-finished .work-list li:nth-of-type(1){ opacity:1; transition-delay:0.1s; } .work-page.grace-active .work-list li:nth-of-type(2), .work-page.active-finished .work-list li:nth-of-type(2){ opacity:1; transition-delay:0.2s; } .work-page.grace-active .work-list li:nth-of-type(3), .work-page.active-finished .work-list li:nth-of-type(3){ opacity:1; transition-delay:0.3s; } .work-page.grace-active .work-list li:nth-of-type(4), .work-page.active-finished .work-list li:nth-of-type(4){ opacity:1; transition-delay:0.4s; } .work-page.active-finished .work-list li { opacity:1; } .work-page.active .work-list li a { display:inline-block; padding:1rem; min-width: 12rem; } .work-page-contents { position:absolute; top:50%; left:50%; height: 16rem; width: 15.25rem; margin:-8rem 0 0 -7.625rem; } /** Work page contents **/ /** Work section gallery **/ .video-container { max-width: 1800px; margin: auto; } .fullscreen, .gallery-fullscreen, .scroll-lock { overflow:hidden; } .scroll-fixed-lock { } .gallery-fullscreen .main-nav { opacity: 0; visibility: hidden; } .gallery { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; opacity:0; display:none; transition:0.45s linear opacity; background-color:#000; } .gallery.light { background-color:#F5F5F5; } .gallery.light .gallery-caption { color:#000; } .gallery-caption-close { padding:1rem; } .gallery-caption-content { margin-bottom: 1rem; max-width: 560px; line-height: 1.5em; box-sizing: border-box; padding: 0 2rem; margin-bottom: 1.5rem; } .gallery-caption { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 100%; align-items: center; display: flex; justify-content: center; flex-direction: column; opacity:0; visibility:hidden; transition: 0.45s ease-out visibility, 0.45s ease-out opacity; } .gallery-menu { position: absolute; z-index: 2; top: 0; text-align: right; width: 100%; background-color: rgba(0,0,0,0.5); box-sizing:border-box; padding:1rem 1rem 0 1rem; height:5rem; } .light .gallery-menu { background-color: rgba(245,245,245,0.5); color:#000; } .caption-enabled .gallery-caption-button { opacity:0; visibility: hidden; } .gallery-menu a{ display: inline-block; padding: 1rem; margin-right: 1rem; visibility: visible; transition: 0.45s ease-out visibility, 0.45s ease-out opacity; } .gallery-menu a:last-of-type{ margin: 0; } .gallery.active { z-index:4; display:block; } .gallery.grace { opacity:1; } .gallery.caption-enabled .gallery-caption{ opacity:1; visibility: visible; } .gallery.caption-enabled .gallery-bg-img { opacity:0.16; } .gallery.light.caption-enabled .gallery-bg-img { opacity:0.06; } .gallery-bg-img-container { position: absolute; top: 2.5rem; left: 0; width: 100%; height: calc(100% - 5em); overflow:hidden; } .gallery-bg-img { opacity:1; transition: 0.45s opacity ease-out; background-size: contain; background-repeat: no-repeat; background-position: center; position:absolute; top:0; left:0; height:100%; width:100%; } /** Work section gallery **/ /** Back to top button for work page **/ .work-scroller { cursor:pointer; position:fixed; z-index:2; right:2rem; bottom:2rem; transition:0.45s linear opacity, 0.45s linear visibility; visibility: hidden; opacity:0; } .work-scroller.active { opacity:1; visibility: visible; } .work-scroller img { width:100%; } /** Back to top button for work page **/ @media only screen and (max-width: 720px) { .fullscreen .reset-toggler { opacity: 1; cursor: pointer; visibility: visible; } .main-nav .reset-toggler { padding:2rem; } .main-nav ul li.home-container { height:0; transition:0.2s width ease-out, 0.2s opacity ease-out, 0.2s margin ease-out, 0.2s height ease-out; } .work-mode .main-nav ul li.home-container, .fullscreen .main-nav ul li.home-container { height:3.5rem; } .work-page.active .work-list li a { padding:1.5rem; } .main-nav a{ padding:1.25rem 2rem; } .work-page-contents { height: 19.5rem; margin: -9.75rem 0 0 -7.625rem; } .home-container { width:100%; transition:none; } .homepage-content { height:10rem; } .homepage-footer { display:none; } .mobile-view-work { display:block; } .main-nav ul li.mobile-home { display:block; } .mobile-menu { display:block; } .main-nav, .work-mode .main-nav { transition:0.45s linear opacity, 0.45s linear visibility; background-color:rgba(0,0,0,0); } .main-nav { padding:0; } .main-nav > a { float:right; } .main-nav-list.mobile-active { left:0; } .main-nav-list { position: fixed; top: 0; padding-top:4em; box-sizing:border-box; left:-17rem; height: 100%; width: 16rem; z-index: -1; background-color: #000; transition:0.45s ease-out left; } .main-nav ul li { float:none; display:block; margin:0; } html { font-size:12px; } } @media only screen and (max-width: 684px) { .work-gallery.padded { padding:4vw 0; } .gallery-image.top-padding { padding-top:4vw; } .gallery-image.bottom-padding { padding-bottom:4vw; } .work-gallery-container.bottom-padded { padding-bottom:0; } .work-video.padded, .work-video.padded-partial-bottom { padding:0; } .work-gallery li img.work-gallery-tp-filler { display:none; } .gallery-image.centered { position:unset; top: auto; transform: none; } .work-section { padding:3rem 2rem; } .links-list { font-size:1rem; } .links-list li{ margin-bottom:2rem; } .work-gallery li:last-of-type { margin:0; } .work-gallery{ padding: 0; } .work-gallery li, .work-gallery.quad li, .work-gallery li:first-of-type{ width:100%; } .work-content-container { box-sizing:border-box; padding:1.5rem 0; } .work-section > h2 { margin-bottom:1rem; } .work-section > h3{ margin-bottom:2rem; } .meta-list { padding-left:1rem; margin-bottom:2rem; } .work-section p { font-size:1rem; } .links-list { margin-top:2rem; } .menu-filter.active { display:block; } } @media only screen and (max-width: 420px) { .sunset-footer { width:120%; margin-left:-10%; } .work-page-contents { height: 18.75rem; margin: -9.375rem 0 0 -7.625rem; } .homepage-subtitle { letter-spacing: 0.7rem; margin-right:-0.7rem; } .text-title-big { font-size: 2.25rem; } } @media only screen and (max-width: 320px) { .work-page-contents { height: 18.5rem; margin: -9.25rem 0 0 -7.625rem; } .text-title-big { font-size: 2rem; letter-spacing: 1.5rem; margin-right:-1.5rem; } .homepage-subtitle { letter-spacing: 0.515rem; margin-right:-0.515rem; } }
css/main.css
#awwwards { top: 1rem; right: 0; left: auto; position: fixed; transition:0.45s linear opacity, 0.45s linear visibility; } body.peace #awwwards { opacity:0; visibility:hidden; } /** Universal elements **/ .unselectable { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } body { transition:0.45s linear opacity, 0.45s linear visibility; } html, body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: none; -ms-text-size-adjust: 100%; font-family: 'Raleway', sans-serif; background-color:#000; color:#FFF; } a::-moz-focus-inner { border: 0; } a, video, img { outline:0; } a { transition:0.2s opacity linear; color:inherit; text-decoration: none; } a:hover { opacity:0.5; } a:active { opacity:0.3; } .hide { display:none; } .op-hidden { opacity:0; } /** Universal elements **/ /** Fonts **/ .text-title-big { font-size:3rem; letter-spacing:2rem; font-weight:300; margin-right:-2rem; } .sc-text { display:inline-block; text-transform: uppercase; font-size:0.875rem; letter-spacing:0.66rem; font-weight:400; margin-right:-0.66rem; } /** Fonts **/ /** Easter Egg **/ body.peace .main-nav, body.peace .homepage-footer, body.peace .mobile-view-work { opacity:0; visibility:hidden; } /** Easter Egg **/ /** Main Nav**/ .main-nav { transition:0.45s linear opacity, 0.45s linear visibility, 0.45s linear background-color; position: fixed; z-index: 4; top: 0; width: 100%; box-sizing: border-box; padding: 1rem 1rem 0 1rem; height: 5rem; background-color: rgba(0,0,0,0); } .work-mode .main-nav { background-color:rgba(0,0,0,0.5); } .main-nav.shadow ul li a { opacity:0.33; } .main-nav.shadow ul li a:hover { opacity:1; } .main-nav.shadow ul li a.active { cursor:pointer; opacity:1; } .main-nav ul { float:left; } .main-nav a, .main-nav a span, .main-nav ul li { display:inline-block; } .main-nav a { padding:1rem; } .main-nav ul li { float:left; margin-right:1.5rem; } .main-nav ul li:last-of-type{ margin:0; } .main-nav ul li.mobile-home { display:none; } .main-nav ul li.home-container { width:0; margin-right:0; overflow:hidden; transition:0.2s width ease-out, 0.2s opacity ease-out, 0.2s margin ease-out; } /** Main Nav**/ /** Special menu handler **/ a.reset-toggler { float:right; width:8rem; text-align:right; position:relative; cursor:default; opacity:0; visibility: hidden; transition:0.45s ease-out opacity, 0.45s ease-out visibility; } .work-mode.fullscreen .reset-toggler{ opacity:1; cursor:pointer; visibility: visible; } .work-mode .main-nav ul li.home-container, .fullscreen .main-nav ul li.home-container, .loading-work .main-nav ul li.home-container{ width: 6.625rem; margin-right:1.5rem; } body.loading-work .main-nav{ visibility:hidden; opacity:0; } .work-page-link span{ position:relative; } .work-page-link span:after { opacity:0; transition:0.45s linear opacity, 0.45s linear width, 0.45s linear visibility; animation-duration: 3s; animation-name: worklinkbar; animation-iteration-count: infinite; background-color:#FFF; position:absolute; width:0; height:1px; content:' '; left:0; bottom:-0.5rem; visibility: hidden; } .work-mode .work-page-link span:after { visibility: visible; opacity:1; } .work-mode .work-page-link:hover { opacity:0.5; } .work-mode .work-page-link:active { opacity:0.33; } @keyframes worklinkbar { 0% { width:0; } 80% { width:calc(100% - 0.666rem); } 100% { width:calc(100% - 0.666rem); } } /** Special menu handler **/ /** Scroll reveal **/ .scroll-hide { position:relative; transition:0.3s linear opacity, 0.3s ease-out top; opacity:1; top:0; } .scroll-hide.scroll-hidden { opacity:0; top:2rem; } .scroll-hide.scroll-hide-no-top { top:0; } /** Scroll reveal **/ /** Mobile elements **/ .mobile-view-work { margin-top: 1.75rem; padding: 1.25rem; display: none; transition:0.45s linear opacity, 0.45s linear visibility; } .menu-filter { position:fixed; top:3rem; left:0; width:100%; height:calc(100% - 3rem); z-index:-2; display:none; } .mobile-menu { z-index:9; width:4rem; float:left; display:none; padding:2rem 2rem 1rem 2rem; cursor:pointer; transition:0.45s opacity linear; } .mobile-menu:hover { opacity:0.33; } .mobile-menu.active .mobile-menu-bar:nth-of-type(1),.mobile-menu.active .mobile-menu-bar:nth-of-type(3) { width: 20%; margin-left: 10%; } .mobile-menu-bar { transition: .45s ease-out width,.45s ease-out margin; height: 1px; width: 100%; background-color: #fff; margin-bottom: 2px; border-bottom: 1px solid #000; } .mobile-menu-block:last-of-type { margin:0; } /** Mobile elements **/ /** Menu fullscreen pages **/ .menu-page { background-color:#000; z-index:-1; position:fixed; top:0; left:0; height:100%; width:100%; opacity:0; display:none; visibility: hidden; } .menu-page.grace-kill a { cursor:default; } .menu-page.active.grace-kill{ transition:0.45s ease-out opacity, 0.45s ease-out visibility; transition-delay:0.25s; visibility: hidden; opacity:0; z-index:3; } .menu-page.active.grace-transition { transition:0.33s ease-out opacity, 0.45s ease-out visibility; opacity:0; visibility: hidden; } .menu-page.active.grace-kill * { transition:0.45s ease-out opacity, 0.45s ease-out visibility; opacity:0; visibility: hidden; } .menu-page.active { display:block; } .menu-page.grace-active, .menu-page.active-finished{ transition:0.33s linear opacity, 0.45s ease-out visibility; opacity:1; visibility:visible; z-index:3; } /** Menu fullscreen pages **/ /** Homepage **/ .td-bg { width:100%; height:100%; position:absolute; z-index:0; top:0; left:0; overflow:hidden; transition:0.45s linear opacity; } .work-mode .td-bg, .loading-work .td-bg{ display:none; } .homepage-subtitle { color:#707070; font-size:0.875rem; letter-spacing:0.866rem; margin-right:-0.866rem; font-weight:400; margin-bottom:0.66rem; } .homepage-footer { position:absolute; transition:0.45s linear opacity, 0.45s linear visibility; bottom:4rem; width:100%; z-index: 2; } .homepage-content { overflow: hidden; position:absolute; transition:0.45s linear opacity; left:50%; top:50%; width:25rem; height:4.5rem; margin:-2.55rem 0 0 -12.5rem; } .sunset-footer-container { bottom:0; height:3rem; width:100%; left:0; z-index:1; transition:0.45s linear opacity; position:absolute; overflow:hidden; } .sunset-footer { height: 3rem; width: 110%; margin: auto; background: radial-gradient(at bottom, #ff5e00 -50%, rgba(255,46,0,0) 72%); background-position-y: 0; background-repeat: no-repeat; display: inline-block; margin-left: -5%; } /** Homepage **/ /** Resume page contents **/ .resume-viewer-container { background-color: #000; box-sizing: border-box; height: 100%; padding: 6rem 0 7rem 0; text-align: center; } .resume-viewer { box-sizing: border-box; padding: 0 2rem; height: 100%; width: 100%; } .resume-viewer img { height: 100%; width: 100%; object-fit: contain; } .resume-viewer-container a { margin-top: 1rem; padding:1rem; display: block; } /** Resume page contents **/ /** About section **/ .about-portrait { opacity: 0.25; position: absolute; z-index: -1; width: 230px; image-rendering: pixelated; image-rendering: crisp-edges; } .about-container h3 { margin-bottom: 2rem; box-sizing: border-box; padding: 0 1rem; } .about-container p { margin-bottom: 1rem; max-width: 560px; line-height: 1.5em; box-sizing: border-box; padding: 0 2rem; text-align: left; } .about-container p:last-of-type { margin: 0; } .about-container .links { margin-top: 3rem; box-sizing: border-box; } .about-container .links a { display: block; margin-bottom: 1.5rem; } .about-container .links a:last-of-type{ margin:0; } .about-container { bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; align-items: center; display: flex; justify-content: center; flex-direction: column; } /** About section **/ /** Workpage main hero splash **/ .main-splash { text-align:center; position:absolute; left:0; top:0; height:100%; width:100%; z-index:1; opacity:1; transition:0.45s opacity linear; } .main-splash.grace-kill { opacity:0; } .work-splash.active.grace-kill { opacity:0; } .work-splash { transition:0.45s opacity linear; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-index:5; display:none; } .work-splash.active { display:block; } .work-splash-title { position: absolute; top: 50%; left: 0; height: 3rem; width: 100%; margin: -1.5rem 0 0 0; } .work-splash .scroller-container { opacity:0; transition:0.45s opacity linear; } .work-splash.ready .scroller-container { opacity:1; transition-delay:0.45s; } .work-splash .loader-bar { width:0; min-width:2.5rem; transition:0.45s opacity linear, 0.45s width linear; opacity:1; } .work-splash.ready .loader-bar { opacity:0; } .work-splash.ready .work-splash-bg { opacity:1; } .work-splash-bg { background-position: center; background-size: cover; opacity:0; transition:0.33s opacity linear; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: -1; } .scroller-container { height: 6rem; width: 8rem; position: absolute; left: 50%; bottom: 2rem; margin: 0 0 0 -4rem; } .scroller-bar-container { height: 4rem; width: 1px; margin: 1rem auto 0 auto; position:relative; } .scroller-bar { position:absolute; width:1px; height:0; background-color: #FFF; animation-duration: 3s; animation-name: scrollerbar; animation-iteration-count: infinite; } @keyframes scrollerbar { 0% { height:0; } 80% { height:100%; } 100% { height:100%; } } .loader-percentage { text-align: right; padding: 0 3.5rem 0 3.5rem; } .loader-bar { bottom:6rem; position: absolute; left: 0; width:0%; border-top: 1px solid #FFF; padding-top: 1rem; } /** Workpage main hero splash **/ /** Work page contents **/ body.fullscreen .main-splash, body.fullscreen .work-page-container{ opacity:0; } body.gallery-mode .main-splash, body.gallery-mode .work-page-container { opacity:0; } body.loading-work { cursor:wait; } .work-page-container { position: absolute; top: 100%; width:100%; display:none; transition:0.45s opacity linear, 0.45s visibility linear; background-color:#0A0A0B; } .work-page-container.active { display:block; } .work-page-container.active.grace-kill { opacity:0; } .work-section > h2 { font-weight:600; font-size:2rem; margin-bottom:1rem; } .work-section > h3 { font-weight:600; margin-bottom:2.5rem; } .meta-list { margin-bottom:2.5rem; box-sizing: border-box; padding-left: 2rem; position:relative; } .meta-list:after { content: ' '; height: calc(100% - 0.375rem); width: 2px; background-color: #C6C6C6; display: block; left: 0; top: 0; position: absolute; } .meta-list li { margin-bottom:2rem; } .meta-list li:last-of-type { margin-bottom:0; } .meta-list li h4 { font-weight:600; color: #D5D8DC; margin-bottom: 0.75rem; } .meta-list li p { font-size:1rem; } .work-content-container { margin:auto; padding:5rem 0 5rem 0; } .work-gallery-container { max-width: 1800px; background-color: #000; overflow: hidden; margin: auto; } .work-gallery-container.bottom-padded { padding-bottom: 3rem; } .work-gallery { margin: 0 auto; overflow: hidden; box-sizing: border-box; } .work-gallery.padded { padding: 2rem 0; background-color: #000; } .work-gallery li { cursor:pointer; background-color:#000; transition:filter 0.45s linear; filter:grayscale(100%); position:relative; } .work-gallery li:hover { filter:grayscale(0%); } .work-gallery li img { width: 100%; display:block; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0) } .gallery-image.centered { position: absolute; top: 50%; transform: translate3d(0,-50%,0); } .links-list { margin-top:2.5rem; font-size:1.5rem; } .links-list li { margin-bottom:1.5rem; } .links-list li:last-of-type { margin:0; } .work-video.keep-aspect { object-fit: contain; height: auto; } .work-video.padded { padding: 5rem; box-sizing: border-box; background-color: #000; } .work-video.padded-partial-bottom { padding: 5rem 5rem 3rem 5rem; box-sizing: border-box; background-color: #000; } .work-video { cursor: pointer; display: block; height:100vh; margin: 0 auto; width: 100%; object-fit: cover; } .work-gallery li:first-of-type { width:50%; } .work-gallery.quad li{ width:50%; } .work-gallery li { float: left; width: 25%; box-sizing: border-box; overflow:hidden; } .work-section { max-width: 860px; margin: auto; padding: 5rem 2rem 5rem 2rem; box-sizing: border-box; position:relative; } .work-section.white-bar-above::after { content:' '; width:3rem; height:1px; position:absolute; top:0; background-color:#FFF; } .work-section p { font-size: 1.5rem; line-height: 1.5em; color: #D5D8DC; margin-bottom:1rem } .work-section p:last-of-type { margin:0; } .work-footer { background-color: #000; position:relative; text-align:center; } .work-content-container { background-color:#0A0A0B; } .work-footer .back-to-top { padding: 6rem; box-sizing:border-box; display:inline-block; position:relative; z-index:2; } .work-page { text-align:center; } .work-page h3 { margin-bottom:2rem; transition:0.45s linear opacity; opacity:0; } .work-page.active h3 { opacity:1; } .work-page .work-list li { opacity:0; } .work-page.grace-active .work-list li { transition:0.45s linear opacity; } .work-page.grace-active .work-list li:nth-of-type(1), .work-page.active-finished .work-list li:nth-of-type(1){ opacity:1; transition-delay:0.1s; } .work-page.grace-active .work-list li:nth-of-type(2), .work-page.active-finished .work-list li:nth-of-type(2){ opacity:1; transition-delay:0.2s; } .work-page.grace-active .work-list li:nth-of-type(3), .work-page.active-finished .work-list li:nth-of-type(3){ opacity:1; transition-delay:0.3s; } .work-page.grace-active .work-list li:nth-of-type(4), .work-page.active-finished .work-list li:nth-of-type(4){ opacity:1; transition-delay:0.4s; } .work-page.active-finished .work-list li { opacity:1; } .work-page.active .work-list li a { display:inline-block; padding:1rem; min-width: 12rem; } .work-page-contents { position:absolute; top:50%; left:50%; height: 16rem; width: 15.25rem; margin:-8rem 0 0 -7.625rem; } /** Work page contents **/ /** Work section gallery **/ .video-container { max-width: 1800px; margin: auto; } .fullscreen, .gallery-fullscreen, .scroll-lock { overflow:hidden; } .scroll-fixed-lock { } .gallery-fullscreen .main-nav { opacity: 0; visibility: hidden; } .gallery { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: -1; opacity:0; display:none; transition:0.45s linear opacity; background-color:#000; } .gallery.light { background-color:#F5F5F5; } .gallery.light .gallery-caption { color:#000; } .gallery-caption-close { padding:1rem; } .gallery-caption-content { margin-bottom: 1rem; max-width: 560px; line-height: 1.5em; box-sizing: border-box; padding: 0 2rem; margin-bottom: 1.5rem; } .gallery-caption { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 100%; align-items: center; display: flex; justify-content: center; flex-direction: column; opacity:0; visibility:hidden; transition: 0.45s ease-out visibility, 0.45s ease-out opacity; } .gallery-menu { position: absolute; z-index: 2; top: 0; text-align: right; width: 100%; background-color: rgba(0,0,0,0.5); box-sizing:border-box; padding:1rem 1rem 0 1rem; height:5rem; } .light .gallery-menu { background-color: rgba(245,245,245,0.5); color:#000; } .caption-enabled .gallery-caption-button { opacity:0; visibility: hidden; } .gallery-menu a{ display: inline-block; padding: 1rem; margin-right: 1rem; visibility: visible; transition: 0.45s ease-out visibility, 0.45s ease-out opacity; } .gallery-menu a:last-of-type{ margin: 0; } .gallery.active { z-index:4; display:block; } .gallery.grace { opacity:1; } .gallery.caption-enabled .gallery-caption{ opacity:1; visibility: visible; } .gallery.caption-enabled .gallery-bg-img { opacity:0.16; } .gallery.light.caption-enabled .gallery-bg-img { opacity:0.06; } .gallery-bg-img-container { position: absolute; top: 2.5rem; left: 0; width: 100%; height: calc(100% - 5em); overflow:hidden; } .gallery-bg-img { opacity:1; transition: 0.45s opacity ease-out; background-size: contain; background-repeat: no-repeat; background-position: center; position:absolute; top:0; left:0; height:100%; width:100%; } /** Work section gallery **/ /** Back to top button for work page **/ .work-scroller { cursor:pointer; position:fixed; z-index:2; right:2rem; bottom:2rem; transition:0.45s linear opacity, 0.45s linear visibility; visibility: hidden; opacity:0; } .work-scroller.active { opacity:1; visibility: visible; } .work-scroller img { width:100%; } /** Back to top button for work page **/ @media only screen and (max-width: 720px) { .fullscreen .reset-toggler { opacity: 1; cursor: pointer; visibility: visible; } .main-nav .reset-toggler { padding:2rem; } .main-nav ul li.home-container { height:0; transition:0.2s width ease-out, 0.2s opacity ease-out, 0.2s margin ease-out, 0.2s height ease-out; } .work-mode .main-nav ul li.home-container, .fullscreen .main-nav ul li.home-container { height:3.5rem; } .work-page.active .work-list li a { padding:1.5rem; } .main-nav a{ padding:1.25rem 2rem; } .work-page-contents { height: 19.5rem; margin: -9.75rem 0 0 -7.625rem; } .home-container { width:100%; transition:none; } .homepage-content { height:10rem; } .homepage-footer { display:none; } .mobile-view-work { display:block; } .main-nav ul li.mobile-home { display:block; } .mobile-menu { display:block; } .main-nav, .work-mode .main-nav { transition:0.45s linear opacity, 0.45s linear visibility; background-color:rgba(0,0,0,0); } .main-nav { padding:0; } .main-nav > a { float:right; } .main-nav-list.mobile-active { left:0; } .main-nav-list { position: fixed; top: 0; padding-top:4em; box-sizing:border-box; left:-17rem; height: 100%; width: 16rem; z-index: -1; background-color: #000; transition:0.45s ease-out left; } .main-nav ul li { float:none; display:block; margin:0; } html { font-size:12px; } } @media only screen and (max-width: 684px) { .work-gallery.padded { padding:4vw 0; } .gallery-image.top-padding { padding-top:4vw; } .gallery-image.bottom-padding { padding-bottom:4vw; } .work-gallery-container.bottom-padded { padding-bottom:0; } .work-video.padded, .work-video.padded-partial-bottom { padding:0; } .work-gallery li img.work-gallery-tp-filler { display:none; } .gallery-image.centered { position:unset; top: auto; transform: none; } .work-section { padding:3rem 2rem; } .links-list { font-size:1rem; } .links-list li{ margin-bottom:2rem; } .work-gallery li:last-of-type { margin:0; } .work-gallery{ padding: 0; } .work-gallery li, .work-gallery.quad li, .work-gallery li:first-of-type{ width:100%; } .work-content-container { box-sizing:border-box; padding:1.5rem 0; } .work-section > h2 { margin-bottom:1rem; } .work-section > h3{ margin-bottom:2rem; } .meta-list { padding-left:1rem; margin-bottom:2rem; } .work-section p { font-size:1rem; } .links-list { margin-top:2rem; } .menu-filter.active { display:block; } } @media only screen and (max-width: 420px) { .sunset-footer { width:120%; margin-left:-10%; } .work-page-contents { height: 18.75rem; margin: -9.375rem 0 0 -7.625rem; } .homepage-subtitle { letter-spacing: 0.7rem; margin-right:-0.7rem; } .text-title-big { font-size: 2.25rem; } } @media only screen and (max-width: 320px) { .work-page-contents { height: 18.5rem; margin: -9.25rem 0 0 -7.625rem; } .text-title-big { font-size: 2rem; letter-spacing: 1.5rem; margin-right:-1.5rem; } .homepage-subtitle { letter-spacing: 0.515rem; margin-right:-0.515rem; } }
0.664323
0.064183
height: auto; } .showcases{ max-width: 1313px; margin: 0px auto; } #gallery .flipper{ top: 290px; } /* SHOWCASE */ .load-collection{ cursor: pointer; } .showcase { padding: 0px 35px; text-align:center; padding-bottom: 40px; } .showcase.loading{ background-position: bottom center; min-height: 100px; } .showcase.active{ } .showcase .icon{ width: 65px; height: 65px; background-size: contain; margin: 20px auto 0px auto; } .showcase h2{ margin: 0px auto 6px auto; color: white; text-align: center; font-size: 1.2em; line-height: 1.2em; } .showcase h1{ margin: 0px auto; color: white; text-align: center; font-size: 2.3em; line-height: 2.0em; } /* BULLETS */ #gallery .bullets{ margin: 20px 0px; text-align: center; margin-bottom: 40px; } #gallery .bullet{ display:inline-block; width: 20px; height: 20px; border-radius: 20px; margin: 0px 10px; background-color: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.8); cursor: pointer; } #gallery .bullet.active{ background-color: rgba(255,255,255,0.7); } #gallery .bullet:hover{ background-color: rgba(255,255,255,0.8); } #gallery .bullet:active{ background-color: rgba(255,255,255,0.9); } /* BLOCK */ .block{ min-height: 300px; width: 290px; float:left; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; background-color: white; /*box-shadow: 0 0 6px rgba(0,0,0,0.5);*/ margin:10px; position: relative; overflow: hidden; cursor: pointer; } .block:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.5); } .block .visual{ display:block; left:0px; top: 0px; width: 100%; height: 153px; background-size: cover; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2); background-position: center 20%; } .block .icon{ position:absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; } .block h2{ margin-top: 36px; color: #252a32; text-transform: none; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; padding: 0px 10px; font-size: 1.3em; text-align: left; } .block p{ color: #3f4755; padding: 10px; text-align: left; padding-top: 0px; max-height: 50px; } /* LARGE BLOCK */ .block.large { min-height: 294px; width: 600px; } .block.large .visual{ display:inline-block; float:left; left:0px; top: 0px; width: 300px; height: 300px; margin-right: 30px; } .block.large .icon{ position:absolute; left: 300px; } .block.large h2{ display : block; margin-top: 20px; max-width: 240px; margin-left: 0px; } .block.large p{ color: #3f4755; padding: 10px; float:left; max-width: 240px; } /* MAIN GHOST */ #main-ghost{ width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: -1; background-size: cover; -webkit-filter: grayscale(100%); opacity: 0.1; background-position: center 20%; }
web/css/3_gallery.css
height: auto; } .showcases{ max-width: 1313px; margin: 0px auto; } #gallery .flipper{ top: 290px; } /* SHOWCASE */ .load-collection{ cursor: pointer; } .showcase { padding: 0px 35px; text-align:center; padding-bottom: 40px; } .showcase.loading{ background-position: bottom center; min-height: 100px; } .showcase.active{ } .showcase .icon{ width: 65px; height: 65px; background-size: contain; margin: 20px auto 0px auto; } .showcase h2{ margin: 0px auto 6px auto; color: white; text-align: center; font-size: 1.2em; line-height: 1.2em; } .showcase h1{ margin: 0px auto; color: white; text-align: center; font-size: 2.3em; line-height: 2.0em; } /* BULLETS */ #gallery .bullets{ margin: 20px 0px; text-align: center; margin-bottom: 40px; } #gallery .bullet{ display:inline-block; width: 20px; height: 20px; border-radius: 20px; margin: 0px 10px; background-color: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.8); cursor: pointer; } #gallery .bullet.active{ background-color: rgba(255,255,255,0.7); } #gallery .bullet:hover{ background-color: rgba(255,255,255,0.8); } #gallery .bullet:active{ background-color: rgba(255,255,255,0.9); } /* BLOCK */ .block{ min-height: 300px; width: 290px; float:left; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; background-color: white; /*box-shadow: 0 0 6px rgba(0,0,0,0.5);*/ margin:10px; position: relative; overflow: hidden; cursor: pointer; } .block:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.5); } .block .visual{ display:block; left:0px; top: 0px; width: 100%; height: 153px; background-size: cover; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2); background-position: center 20%; } .block .icon{ position:absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; } .block h2{ margin-top: 36px; color: #252a32; text-transform: none; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; padding: 0px 10px; font-size: 1.3em; text-align: left; } .block p{ color: #3f4755; padding: 10px; text-align: left; padding-top: 0px; max-height: 50px; } /* LARGE BLOCK */ .block.large { min-height: 294px; width: 600px; } .block.large .visual{ display:inline-block; float:left; left:0px; top: 0px; width: 300px; height: 300px; margin-right: 30px; } .block.large .icon{ position:absolute; left: 300px; } .block.large h2{ display : block; margin-top: 20px; max-width: 240px; margin-left: 0px; } .block.large p{ color: #3f4755; padding: 10px; float:left; max-width: 240px; } /* MAIN GHOST */ #main-ghost{ width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: -1; background-size: cover; -webkit-filter: grayscale(100%); opacity: 0.1; background-position: center 20%; }
0.315736
0.074265
* { box-sizing:border-box; } .row { margin-bottom: 2rem; } /*лечим проблему с накладыванием отступов при */ .row .row { margin-left: -1rem; margin-right: -1rem; } .row:after { content: "."; clear:both; display: block; height:0; visibility:hidden; } [class*=col-] { float: left; padding-left: 1rem; padding-right: 1rem; } /*Extra small SIZE*/ @media only screen and (max-width: 360px) { [class*=col-] { width: 100%; } } /*END EXTRA SMALL SIZE*/ .row { max-width: auto; } /*XLARGE SIZE*/ @media only screen and (min-width: 1176px) { body { width: 1080px; height: 100%; min-height: 100%; margin: 0 auto; padding: 50px 48px 0; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIA XLARGE SIZE*/ /*LARGE SIZE*/ @media only screen and (min-width:992px) and (max-width:1176px) { body { width: 992px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 5rem; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIA LARGE SIZE*/ /*MEDIUM MEDIA SIZE*/ @media only screen and (min-width: 768px) and (max-width: 992px) { body { width: 768px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 2rem; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIUM MEDIA SIZE*/ /*SMALL SIZE*/ @media only screen and (min-width: 480px) and (max-width:767px) { [class*=col-] { width: 49%; } .nav { float:left; width: 100%; } .nav img { display: inline; width: 20%; } .nav li { display: inline; } .nav i { display: block; } body { width: 480px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 2rem; line-height: 1; color: #333; background: #FFF; } } /*END SMALL SIZE*/
Control/css/grid.css
* { box-sizing:border-box; } .row { margin-bottom: 2rem; } /*лечим проблему с накладыванием отступов при */ .row .row { margin-left: -1rem; margin-right: -1rem; } .row:after { content: "."; clear:both; display: block; height:0; visibility:hidden; } [class*=col-] { float: left; padding-left: 1rem; padding-right: 1rem; } /*Extra small SIZE*/ @media only screen and (max-width: 360px) { [class*=col-] { width: 100%; } } /*END EXTRA SMALL SIZE*/ .row { max-width: auto; } /*XLARGE SIZE*/ @media only screen and (min-width: 1176px) { body { width: 1080px; height: 100%; min-height: 100%; margin: 0 auto; padding: 50px 48px 0; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIA XLARGE SIZE*/ /*LARGE SIZE*/ @media only screen and (min-width:992px) and (max-width:1176px) { body { width: 992px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 5rem; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIA LARGE SIZE*/ /*MEDIUM MEDIA SIZE*/ @media only screen and (min-width: 768px) and (max-width: 992px) { body { width: 768px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 2rem; line-height: 1; color: #333; background: #FFF; } .nav { float:left; width: calc(2/10*100%); } .logo img { width: 100%; } .col-lg-1 { width: calc(1/10*100%); } .col-lg-2 { width: calc(2/10*100%); } .col-lg-3 { width: calc(3/10*100%); } .col-lg-4 { width: calc(4/10*100%); } .col-lg-5 { width: calc(5/10*100%); } .col-lg-6 { width: calc(6/10*100%); } .col-lg-7 { width: calc(7/10*100%); } .col-lg-8 { width: calc(8/10*100%); } .col-lg-9 { width: calc(9/10*100%); } .col-lg-10 { width: calc(10/10*100%); } .offset-lg-1 { margin-left: calc(1/10*100%); } .offset-lg-2 { margin-left: calc(2/10*100%); } .offset-lg-3 { margin-left: calc(3/10*100%); } .offset-lg-4 { margin-left: calc(4/10*100%); } .offset-lg-5 { margin-left: calc(5/10*100%); } .offset-lg-6 { margin-left: calc(6/10*100%); } .offset-lg-7 { margin-left: calc(7/10*100%); } .offset-lg-8 { margin-left: calc(8/10*100%); } .offset-lg-9 { margin-left: calc(9/10*100%); } .offset-lg-10 { margin-left: calc(10/10*100%); } } /*END MEDIUM MEDIA SIZE*/ /*SMALL SIZE*/ @media only screen and (min-width: 480px) and (max-width:767px) { [class*=col-] { width: 49%; } .nav { float:left; width: 100%; } .nav img { display: inline; width: 20%; } .nav li { display: inline; } .nav i { display: block; } body { width: 480px; height: 100%; min-height: 100%; margin: 0 auto; padding-top: 2rem; line-height: 1; color: #333; background: #FFF; } } /*END SMALL SIZE*/
0.424651
0.147863
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular-webfont.eot'); src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); font-weight: normal; font-weight: 400; font-style: normal; } /* Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Italic-webfont.eot'); src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); font-weight: normal; font-weight: 400; font-style: italic; } /* Light */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Light-webfont.eot'); src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); font-weight: 200; font-style: normal; } /* Light Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-LightItalic-webfont.eot'); src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); font-weight: 200; font-style: italic; } /* Semibold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Semibold-webfont.eot'); src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); font-weight: 500; font-style: normal; } /* Semibold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot'); src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); font-weight: 500; font-style: italic; } /* Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold-webfont.eot'); src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); font-weight: bold; font-weight: 700; font-style: normal; } /* Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-BoldItalic-webfont.eot'); src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); font-weight: bold; font-weight: 700; font-style: italic; } /* Extra Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBold-webfont.eot'); src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg'); font-weight: 900; font-style: normal; } /* Extra Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot'); src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg'); font-weight: 900; font-style: italic; } html { position: relative; min-height: 100%; } body { font-family:'Open Sans'; margin-bottom: 60px; background:#fff; } a,a:active{ color: #333; } a:hover{ color: #999; } .wr-content { padding-left:0; } /* application top level header */ h2.app-title { font-weight:100; font-size:20px; margin:0; padding:0; color:#fff; } .wr-global-header { background:#282828; } .app-logo { height:50px; padding:12px 10px; } .app-logo img { float:left; margin-right:20px; } .wr-app-bar { background:#333; height:53px; } header { height:50px; } #nav.affix { position: fixed; top: 0; width: 100%; z-index:10; } /* sticky footer styles */ .footer { /* position: absolute; bottom: 0; width: 100%; */ height: 30px; background-color: #fff; padding-top:5px; color:#444; font-weight: 100; padding-left:20px; font-size:12px; letter-spacing: 1px } /* misc */ br.c-both { clear:both; } /* sticky footer */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 30px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 30px; color: #8c8c8c; text-align: right; background-color: #282828; padding: 0px 20px; } .footer p{ padding: 5px 0px; margin: 0px; line-height: 20px; } .breadcrumb{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .breadcrumb>.active{ color: #b3b3b3; }
components/template-manager/org.wso2.carbon.event.template.manager.ui/src/main/resources/web/template-manager/css/common.css
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular-webfont.eot'); src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); font-weight: normal; font-weight: 400; font-style: normal; } /* Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Italic-webfont.eot'); src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); font-weight: normal; font-weight: 400; font-style: italic; } /* Light */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Light-webfont.eot'); src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); font-weight: 200; font-style: normal; } /* Light Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-LightItalic-webfont.eot'); src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); font-weight: 200; font-style: italic; } /* Semibold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Semibold-webfont.eot'); src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); font-weight: 500; font-style: normal; } /* Semibold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot'); src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); font-weight: 500; font-style: italic; } /* Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold-webfont.eot'); src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); font-weight: bold; font-weight: 700; font-style: normal; } /* Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-BoldItalic-webfont.eot'); src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); font-weight: bold; font-weight: 700; font-style: italic; } /* Extra Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBold-webfont.eot'); src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg'); font-weight: 900; font-style: normal; } /* Extra Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot'); src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg'); font-weight: 900; font-style: italic; } html { position: relative; min-height: 100%; } body { font-family:'Open Sans'; margin-bottom: 60px; background:#fff; } a,a:active{ color: #333; } a:hover{ color: #999; } .wr-content { padding-left:0; } /* application top level header */ h2.app-title { font-weight:100; font-size:20px; margin:0; padding:0; color:#fff; } .wr-global-header { background:#282828; } .app-logo { height:50px; padding:12px 10px; } .app-logo img { float:left; margin-right:20px; } .wr-app-bar { background:#333; height:53px; } header { height:50px; } #nav.affix { position: fixed; top: 0; width: 100%; z-index:10; } /* sticky footer styles */ .footer { /* position: absolute; bottom: 0; width: 100%; */ height: 30px; background-color: #fff; padding-top:5px; color:#444; font-weight: 100; padding-left:20px; font-size:12px; letter-spacing: 1px } /* misc */ br.c-both { clear:both; } /* sticky footer */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 30px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 30px; color: #8c8c8c; text-align: right; background-color: #282828; padding: 0px 20px; } .footer p{ padding: 5px 0px; margin: 0px; line-height: 20px; } .breadcrumb{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .breadcrumb>.active{ color: #b3b3b3; }
0.217587
0.038538
html, body { height: 100%; margin: 0; padding: 0; } #map, #pano { float: left; height: 100%; width: 100%; } .comments { padding: 0.5%; } .map-container { height: 100%; margin: 25%; width: 100%; } .background-block { background-color: #e897c3; margin-top: -34px; padding-bottom: 400px; width: 100%; } .logo { left: 15px; position: absolute; top: 105px; } .icon { margin-top: 15%; } .bitmoji-headshot { display: block; margin: 50px auto; } .real-headshot { margin-left: 40%; max-height: 50%; max-width: 50%; } h1 { font: normal normal 700 3vw/5.4vw "Rockwell Extra Bold", "Rockwell Bold", monospace; margin-top: 115px; white-space: nowrap; } h2 { color: white; font: normal normal 700 2.3vw/4.4px "Rockwell Extra Bold", "Rockwell Bold"; white-space: nowrap; } h3 { font: normal normal 100 1.6vw/2px Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif; white-space: nowrap; } h4 { color: black; font: normal normal 100 25px/21.4px Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif; margin-top: 30px; white-space: nowrap; } h5 { font: normal normal 700 40px/42px "Rockwell Extra Bold", "Rockwell Bold", monospace; white-space: nowrap; } .white-text { color: white; font: normal normal 400 1.3vw/1.5vw "Rockwell Extra Bold", "Rockwell Bold", monospace; } .overview-text { color: gray; font: normal normal 400 15px/21px "Rockwell Extra Bold", "Rockwell Bold", monospace; } .field-text { color: #cf69a0; font: normal normal 400 17px/23px "Rockwell Extra Bold", "Rockwell Bold", monospace; } .marker { margin: -1% 0%; } .aboutme-block { padding: 5% 10% 0% 10%; text-align: center; } .center { display: block; margin-left: auto; margin-right: auto; text-align: center; } .text-center { display: block; padding: 0px 10% 9% 10%; text-align: center; } .two-column-uniform { float: left; width: 50%; } .five-column { float: left; padding-top: 3%; width: 20%; } .social-media:hover { opacity: 0.5; transition: 0.3s; } .projects:hover { opacity: 0.6; transition: 0.3s; -webkit-tap-highlight-color: #e897c3; } .projects { border-radius: 15px; } .three-column-left { background-color: white; border-bottom-left-radius: 15px; border-top-left-radius: 15px; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .three-column-middle { background-color: white; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .three-column-right { background-color: white; border-bottom-right-radius: 15px; border-top-right-radius: 15px; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .overview-container { padding-left: 9%; margin-top: -350px; overflow: auto; padding-bottom: 5%; } .pink-row { background-color: #e897c3; margin-top: 5%; padding-bottom: 3%; } .pink-row:after { clear: both; content: ""; display: table; } /* Banner code */ /* Style the header with a grey background and some padding */ .header { background-color: #f1f1f1; background-image: url(https://wallpaperaccess.com/full/1425559.jpg); background-size: cover; overflow: hidden; padding: 20px 10px; } /* Style the header links */ .header a { border-radius: 4px; color: black; float: left; font-size: 18px; line-height: 25px; padding: 12px; text-align: center; text-decoration: none; } /* Change the background color on mouse-over */ .header a:hover { background-color: white; color: black; } /* Style the active/current link*/ .header a.active { background-color: white; color: black; } /* Float the link section to the right */ .header-right { float: right; } /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ @media screen and (max-width: 500px) { .header a { display: block; float: none; text-align: left; } .header-right { float: none; } .three-column-uniform { width: 100%; } } /* Banner code */ /* Hover animation code */ .container { position: relative; } .image { backface-visibility: hidden; display: block; opacity: 1; transition: 0.5s ease; } .middle { left: 50%; -ms-transform: translate(-50%, -50%); opacity: 0; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); transition: 0.5s ease; } .container:hover .image { opacity: 0.3; } .container:hover .middle { opacity: 1; } .text { background-color: #e897c3; color: white; font-size: 16px; padding: 16px 32px; } /* Hover animation code */ /** Courtesy of https://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm*/ #container2 { clear: left; float: left; overflow: hidden; width: 100%; } #container1 { align-items: center; display: flex; float: left; position: relative; right: 55%; width: 100%; } #col1 { float: left; left: 52%; margin-top: 7%; overflow: hidden; position: relative; width: 46%; } #col2 { float: left; left: 56%; margin-top: 7%; overflow: hidden; position: relative; width: 46%; } .vertical-center { position: relative; top: 50%; /* transform: translateY(-50%); */ width: 50%; } * { box-sizing: border-box; } .row { display: -ms-flexbox; /* IE10 */ display: flex; flex-wrap: wrap; -ms-flex-wrap: wrap; /* IE10 */ padding-left: 5%; padding-right: 5%; } .row::after { clear: both; content: ""; display: table; } /* Create four equal columns that sits next to each other */ .column { flex: 33%; max-width: 33%; -ms-flex: 33%; /* IE10 */ padding-left: 2%; padding-right: 2%; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .column { flex: 100%; max-width: 100%; -ms-flex: 100%; } } .row-responsive::after { clear: both; content: ""; display: table; } .row-responsive { margin: 5%; } /* Create two equal columns that floats next to each other */ .column-responsive { float: left; height: 500px; width: 50%; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .column-responsive { width: 100%; } }
portfolio/src/main/webapp/style.css
html, body { height: 100%; margin: 0; padding: 0; } #map, #pano { float: left; height: 100%; width: 100%; } .comments { padding: 0.5%; } .map-container { height: 100%; margin: 25%; width: 100%; } .background-block { background-color: #e897c3; margin-top: -34px; padding-bottom: 400px; width: 100%; } .logo { left: 15px; position: absolute; top: 105px; } .icon { margin-top: 15%; } .bitmoji-headshot { display: block; margin: 50px auto; } .real-headshot { margin-left: 40%; max-height: 50%; max-width: 50%; } h1 { font: normal normal 700 3vw/5.4vw "Rockwell Extra Bold", "Rockwell Bold", monospace; margin-top: 115px; white-space: nowrap; } h2 { color: white; font: normal normal 700 2.3vw/4.4px "Rockwell Extra Bold", "Rockwell Bold"; white-space: nowrap; } h3 { font: normal normal 100 1.6vw/2px Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif; white-space: nowrap; } h4 { color: black; font: normal normal 100 25px/21.4px Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif; margin-top: 30px; white-space: nowrap; } h5 { font: normal normal 700 40px/42px "Rockwell Extra Bold", "Rockwell Bold", monospace; white-space: nowrap; } .white-text { color: white; font: normal normal 400 1.3vw/1.5vw "Rockwell Extra Bold", "Rockwell Bold", monospace; } .overview-text { color: gray; font: normal normal 400 15px/21px "Rockwell Extra Bold", "Rockwell Bold", monospace; } .field-text { color: #cf69a0; font: normal normal 400 17px/23px "Rockwell Extra Bold", "Rockwell Bold", monospace; } .marker { margin: -1% 0%; } .aboutme-block { padding: 5% 10% 0% 10%; text-align: center; } .center { display: block; margin-left: auto; margin-right: auto; text-align: center; } .text-center { display: block; padding: 0px 10% 9% 10%; text-align: center; } .two-column-uniform { float: left; width: 50%; } .five-column { float: left; padding-top: 3%; width: 20%; } .social-media:hover { opacity: 0.5; transition: 0.3s; } .projects:hover { opacity: 0.6; transition: 0.3s; -webkit-tap-highlight-color: #e897c3; } .projects { border-radius: 15px; } .three-column-left { background-color: white; border-bottom-left-radius: 15px; border-top-left-radius: 15px; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .three-column-middle { background-color: white; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .three-column-right { background-color: white; border-bottom-right-radius: 15px; border-top-right-radius: 15px; box-shadow: 0 0 1pt 0.5pt #d5d1d1; float: left; padding-bottom: 3%; width: 30%; } .overview-container { padding-left: 9%; margin-top: -350px; overflow: auto; padding-bottom: 5%; } .pink-row { background-color: #e897c3; margin-top: 5%; padding-bottom: 3%; } .pink-row:after { clear: both; content: ""; display: table; } /* Banner code */ /* Style the header with a grey background and some padding */ .header { background-color: #f1f1f1; background-image: url(https://wallpaperaccess.com/full/1425559.jpg); background-size: cover; overflow: hidden; padding: 20px 10px; } /* Style the header links */ .header a { border-radius: 4px; color: black; float: left; font-size: 18px; line-height: 25px; padding: 12px; text-align: center; text-decoration: none; } /* Change the background color on mouse-over */ .header a:hover { background-color: white; color: black; } /* Style the active/current link*/ .header a.active { background-color: white; color: black; } /* Float the link section to the right */ .header-right { float: right; } /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ @media screen and (max-width: 500px) { .header a { display: block; float: none; text-align: left; } .header-right { float: none; } .three-column-uniform { width: 100%; } } /* Banner code */ /* Hover animation code */ .container { position: relative; } .image { backface-visibility: hidden; display: block; opacity: 1; transition: 0.5s ease; } .middle { left: 50%; -ms-transform: translate(-50%, -50%); opacity: 0; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); transition: 0.5s ease; } .container:hover .image { opacity: 0.3; } .container:hover .middle { opacity: 1; } .text { background-color: #e897c3; color: white; font-size: 16px; padding: 16px 32px; } /* Hover animation code */ /** Courtesy of https://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm*/ #container2 { clear: left; float: left; overflow: hidden; width: 100%; } #container1 { align-items: center; display: flex; float: left; position: relative; right: 55%; width: 100%; } #col1 { float: left; left: 52%; margin-top: 7%; overflow: hidden; position: relative; width: 46%; } #col2 { float: left; left: 56%; margin-top: 7%; overflow: hidden; position: relative; width: 46%; } .vertical-center { position: relative; top: 50%; /* transform: translateY(-50%); */ width: 50%; } * { box-sizing: border-box; } .row { display: -ms-flexbox; /* IE10 */ display: flex; flex-wrap: wrap; -ms-flex-wrap: wrap; /* IE10 */ padding-left: 5%; padding-right: 5%; } .row::after { clear: both; content: ""; display: table; } /* Create four equal columns that sits next to each other */ .column { flex: 33%; max-width: 33%; -ms-flex: 33%; /* IE10 */ padding-left: 2%; padding-right: 2%; } .column img { margin-top: 8px; vertical-align: middle; width: 100%; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .column { flex: 100%; max-width: 100%; -ms-flex: 100%; } } .row-responsive::after { clear: both; content: ""; display: table; } .row-responsive { margin: 5%; } /* Create two equal columns that floats next to each other */ .column-responsive { float: left; height: 500px; width: 50%; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .column-responsive { width: 100%; } }
0.597256
0.122891
span.footnote { color: #12129C; font-family: helvetica, arial, sans-serif; font-size: 10pt; } .footnotes { width: 80%; margin : 10px 20px 10px 0px; font-family: helvetica, arial, sans-serif; font-size: 10pt; color: #12129C; } body.book,body.article, body.chapter, body.part, body.preface, body.sect1, body.index, body.colophon, body.glossary { background-color: #FFFFFF; color: #12129C; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; } p, td, th, .variablelist { font-family: helvetica, arial, sans-serif; font-size: 12pt; /* left must be 0 so it lines up */ margin : 10px 0px 10px 0px; } li { font-family: helvetica, arial, sans-serif; font-size: 12pt; } .computeroutput, .command { font-family: courier, courier new, monospace; font-size: 12pt; } .userinput { font-family: courier, courier new, monospace; font-size: 12pt; font-weight: bold; } table.calstable th { border: 2px solid #A9A9A9; background-color: #A9A9A9; color: #000000; } table.note, table.tip, table.important, table.caution, table.warning { width: 90%; font-family: helvetica, arial, sans-serif; padding: 0.5em; margin-bottom: 0.5em; margin-top: 0.5em; } /***************************/ /* table for inline images */ div.informaltable table.calstable { border: 0px solid #12129C; background-color:white; } /* centering images */ div.mediaobject { text-align: center; } /* table params */ div.section table { color: black; font-size: 90%; margin-left: auto; margin-right: auto; background-color:#FFFFDA; border: 1px solid #E9B249; width:90%; } /* for regular tables */ div.table table.calstable { background-color:#F0F0F0; margin-left: auto; margin-right: auto; border: 0px solid grey; width:auto; } div.table table.calstable td { font-size: 90%; padding: 0.3em; } /* single-line table borders for rows/columns */ div.preface div.table table.calstable , div.section div.table table.calstable { border-spacing: 0px; /* border-collapse: collapse; */ border: 1px colid grey; } div.section table table { border: 0px solid grey; } /* put beige background */ div.section table pre.programlisting, div.section table pre.screen { background-color:#FFFFDA; font-size: 75%; } /* caution table */ div.section div.caution p, div.section div.section div.caution p { color: #A41C02; font-size: 90%; text-align: left; } div.caution table.caution { border: 1px solid #A41C02; background-color:#FFFFFF; } div.caution table.caution table, div.caution table.caution table pre.screen { background-color:#FFFFFF; color: #A41C02; } /* warning table */ div.warning table.warning { border: 1px solid red; background-color:#FFFFFF; } div.warning table.warning table, div.warning table.warning table pre.screen { background-color:#FFFFFF; color: #F70000; } div.section div.warning p, div.section div.section div.warning p { color: #F70000; font-size: 90%; text-align: left; } /* tip and note tables */ div.tip table.tip , div.note table.note { border: 0px solid grey; background-color: #EAEAFF; } div.tip table.tip table, div.tip table.tip table pre.screen, div.note table.note table, div.note table.note table pre.screen { background-color:#EAEAFF; } /* font for screens inside special tablees */ div.caution table.caution table pre.screen, div.warning table.warning table pre.screen , div.tip table.tip table pre.screen , div.note table.note table pre.screen { font-size:80%; } /* table row header */ th { text-align: center; } /* put tables in the center of page */ div.table { text-align: center;} /* for variables */ div.section div.variablelist dt, div.section div.variablelist a { font-size:90%; } .contacts { font-size: 90%; line-height: 115%; } /* main title */ .title { font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 130%; line-height: 105%; color: #12129C; } /* link visited */ a:visited { color: #1E447C; /*#449A8B; */ text-decoration: none; } /* link */ a:link, .links { color: blue ; text-decoration: none; } /* text, and what's in copyright */ p, .ptext { font-family: Palatino, Arial, Helvetica, sans-serif; font-size: 90%; line-height: 120%; color: black; } /* bulelts in pages */ ul { font-size: 90%; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; line-height: 115%; color: #12129C; } /* font/color chapter and section titles */ body { background-color: #FFFFFF; color: #12129C; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 1.3; } /* font/size for chapter/section title */ h1 { font-size: 120%; } h2 { font-size: 110%; } h3 { font-size: 90%; } div.section h1 { font-size: 120%; } div.section div.section h2 { font-size: 100%; } /* nav header */ div.navheader table a { color: #E9B249; font-weight: bold; } /* nav footer words */ div.navfooter table td { font-size: 80%; font-weight: bold; } /* nav footer links */ div.navfooter table td a { font-size: 125%; color: #E9B249; font-weight: bold; }
docbook/rocks.css
span.footnote { color: #12129C; font-family: helvetica, arial, sans-serif; font-size: 10pt; } .footnotes { width: 80%; margin : 10px 20px 10px 0px; font-family: helvetica, arial, sans-serif; font-size: 10pt; color: #12129C; } body.book,body.article, body.chapter, body.part, body.preface, body.sect1, body.index, body.colophon, body.glossary { background-color: #FFFFFF; color: #12129C; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; } p, td, th, .variablelist { font-family: helvetica, arial, sans-serif; font-size: 12pt; /* left must be 0 so it lines up */ margin : 10px 0px 10px 0px; } li { font-family: helvetica, arial, sans-serif; font-size: 12pt; } .computeroutput, .command { font-family: courier, courier new, monospace; font-size: 12pt; } .userinput { font-family: courier, courier new, monospace; font-size: 12pt; font-weight: bold; } table.calstable th { border: 2px solid #A9A9A9; background-color: #A9A9A9; color: #000000; } table.note, table.tip, table.important, table.caution, table.warning { width: 90%; font-family: helvetica, arial, sans-serif; padding: 0.5em; margin-bottom: 0.5em; margin-top: 0.5em; } /***************************/ /* table for inline images */ div.informaltable table.calstable { border: 0px solid #12129C; background-color:white; } /* centering images */ div.mediaobject { text-align: center; } /* table params */ div.section table { color: black; font-size: 90%; margin-left: auto; margin-right: auto; background-color:#FFFFDA; border: 1px solid #E9B249; width:90%; } /* for regular tables */ div.table table.calstable { background-color:#F0F0F0; margin-left: auto; margin-right: auto; border: 0px solid grey; width:auto; } div.table table.calstable td { font-size: 90%; padding: 0.3em; } /* single-line table borders for rows/columns */ div.preface div.table table.calstable , div.section div.table table.calstable { border-spacing: 0px; /* border-collapse: collapse; */ border: 1px colid grey; } div.section table table { border: 0px solid grey; } /* put beige background */ div.section table pre.programlisting, div.section table pre.screen { background-color:#FFFFDA; font-size: 75%; } /* caution table */ div.section div.caution p, div.section div.section div.caution p { color: #A41C02; font-size: 90%; text-align: left; } div.caution table.caution { border: 1px solid #A41C02; background-color:#FFFFFF; } div.caution table.caution table, div.caution table.caution table pre.screen { background-color:#FFFFFF; color: #A41C02; } /* warning table */ div.warning table.warning { border: 1px solid red; background-color:#FFFFFF; } div.warning table.warning table, div.warning table.warning table pre.screen { background-color:#FFFFFF; color: #F70000; } div.section div.warning p, div.section div.section div.warning p { color: #F70000; font-size: 90%; text-align: left; } /* tip and note tables */ div.tip table.tip , div.note table.note { border: 0px solid grey; background-color: #EAEAFF; } div.tip table.tip table, div.tip table.tip table pre.screen, div.note table.note table, div.note table.note table pre.screen { background-color:#EAEAFF; } /* font for screens inside special tablees */ div.caution table.caution table pre.screen, div.warning table.warning table pre.screen , div.tip table.tip table pre.screen , div.note table.note table pre.screen { font-size:80%; } /* table row header */ th { text-align: center; } /* put tables in the center of page */ div.table { text-align: center;} /* for variables */ div.section div.variablelist dt, div.section div.variablelist a { font-size:90%; } .contacts { font-size: 90%; line-height: 115%; } /* main title */ .title { font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 130%; line-height: 105%; color: #12129C; } /* link visited */ a:visited { color: #1E447C; /*#449A8B; */ text-decoration: none; } /* link */ a:link, .links { color: blue ; text-decoration: none; } /* text, and what's in copyright */ p, .ptext { font-family: Palatino, Arial, Helvetica, sans-serif; font-size: 90%; line-height: 120%; color: black; } /* bulelts in pages */ ul { font-size: 90%; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; line-height: 115%; color: #12129C; } /* font/color chapter and section titles */ body { background-color: #FFFFFF; color: #12129C; font-family: helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 1.3; } /* font/size for chapter/section title */ h1 { font-size: 120%; } h2 { font-size: 110%; } h3 { font-size: 90%; } div.section h1 { font-size: 120%; } div.section div.section h2 { font-size: 100%; } /* nav header */ div.navheader table a { color: #E9B249; font-weight: bold; } /* nav footer words */ div.navfooter table td { font-size: 80%; font-weight: bold; } /* nav footer links */ div.navfooter table td a { font-size: 125%; color: #E9B249; font-weight: bold; }
0.248079
0.099383
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&display=swap"); @font-face { font-family: "Renogare"; src: url("https://everestapi.github.io/fonts/Renogare-Regular.woff") format("woff"), url("https://everestapi.github.io/fonts/Renogare-Regular.otf") format("opentype"); } :root { --mdc-theme-primary: #000000; } .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder { color: rgba(0, 0, 0, 0.6); } .mdc-button.mdc-snackbar__action:empty { display: none; } .mdc-menu-surface--animating-open { /* Someone at Google screwed the animation up. */ opacity: 1 !important; transform: scale(1) !important; } .mdc-dialog__scrim { backdrop-filter: blur(0); } .mdc-dialog--open .mdc-dialog__scrim { backdrop-filter: blur(8px); } a, a:visited { transition: color 0.2s, text-decoration-color 0.2s, text-shadow 0.2s, border-bottom 0.2s; color: rgba(0, 0, 0, 0.75); text-decoration-color: rgba(0, 0, 0, 0.75); text-shadow: 0 0 0 rgba(0, 0, 0, 0); font-weight: 500; position: relative; display: inline-block; outline: none; } a:hover, a:focus, a:active { color: rgba(0, 0, 0, 0.87); text-decoration-color: rgba(0, 0, 0, 0.87); text-shadow: 0 0 16px rgba(0, 0, 0, 0.2); } #logo { height: 48px; margin-right: 16px; transform: translateY(4px); } .desktop #logo { height: 32px; margin-right: 8px; } .dropdown-content { /* Materialize screws up its own dropdown sizing. */ width: auto !important; height: auto !important; } nav .dropdown-content { top: 64px !important; } nav button.mdc-button { color: white; } .desktop .mdc-list-item { height: auto; padding-top: 8px; padding-bottom: 8px; } .material-icons:empty { display: none; } .mdc-menu .mdc-list-item .material-icons { margin-right: 0.5em; } .desktop .mdc-list-item .material-icons { margin-right: 0.25em; font-size: 24px; line-height: 0; transform: translateY(6px); } .desktop .mdc-list-item img.icon { height: 24px; max-width: 24px; image-rendering: pixelated; float: left; margin-right: 0.5em; } .mdc-top-app-bar .mdc-menu { margin-top: 32px; } .desktop .mdc-top-app-bar .mdc-menu { margin-top: 24px; } .mdc-ripple-upgraded.focused::before, .mdc-ripple-upgraded[data-focused]::before { opacity: 0.12 !important; } body { /* background: #3b2d4a; */ background: #e5e4e6; margin: 0; font-family: "Roboto", sans-serif; color: rgba(0, 0, 0, 0.87); font-size: 16px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } app { position: relative; display: flex; flex-direction: column; } .hidden { display: none !important; } /* #splash inlined */ #splash.hidden { display: block !important; pointer-events: none; animation: appintro-splash /*0.*/0.5s /*0.*/0.0s 1 ease-in-out forwards; } @keyframes appintro-splash { 0% { transform: translateY(0); background-color: rgba(59, 45, 74, 1); box-shadow: 0 0 32px 16px rgba(59, 45, 74, 1); } 100% { transform: translateY(calc(-100vh - 128px)); background-color: rgba(59, 45, 74, 0); box-shadow: 0 0 32px 16px rgba(59, 45, 74, 0); } } header.mdc-top-app-bar { flex-grow: 1; /* background-color: #3b2d4a; */ /* background-color: #2b2631; */ background-color: rgba(54, 0, 126, 0.8); backdrop-filter: blur(8px); position: relative; box-shadow: 0 0 16px rgba(26, 10, 44, 0.9); --mdc-theme-primary: #ffffff; position: sticky; top: 0; } .desktop header.mdc-top-app-bar .mdc-top-app-bar__row { height: 64px; } .tooltip { transition: transform 0.1s, opacity 0.1s, box-shadow 0.1s; z-index: 6; position: fixed; padding: 8px; background: rgba(63, 63, 63, 0.95); color: white; font-size: 14px; border-radius: 3px; transform: translate(-50%, 0) scale(0.7); transform-origin: 50% 100%; opacity: 0; box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); pointer-events: none; } .tooltip.visible { transform: translate(-50%, 0) scale(1); opacity: 1; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } .tooltip[data-tooltip-dir="down"] { transform-origin: 50% 0%; } main { display: flex; flex-wrap: wrap; width: 100%; max-width: 100vw; min-height: calc(100vh - 64px); } .mdc-dialog__title+.mdc-dialog__content { padding-bottom: 0; } .settings-group, .settings-group .title, .settings-group .row, .settings-group .row .label, .settings-group .row .body { display: block; } .settings-group { padding: 0; margin: 0 0 16px 0; } .settings-group .row { margin: 0 0 8px 0; } .settings-group .row .body, .settings-group .row .body .mdc-text-field { width: 100%; } .settings-group .row { clear: both; } .panel { flex-grow: 1; background-color: #f3f3f3; box-shadow: 0 0 16px 2px rgba(16, 9, 24, 0.4); padding: 32px; margin: 16px; border-radius: 3px; max-height: calc(100vh - 64px - 200px); min-height: 400px; max-width: calc(100% - 32px); box-sizing: border-box; display: flex; flex-direction: column; } .panel > h2 { position: relative; } .panel > h2 > .actions { position: absolute; top: -4px; right: 0; } .panel .mdc-linear-progress { flex: 0 0 auto; } .panel-list { overflow: auto; } .panel-list .mdc-list-item__text { white-space: initial; overflow-wrap: break-word; word-wrap: break-word; } .panel-status { width: 300px; } .panel-cmd, .panel-chat, .panel-notes { width: 600px; } .panel-cmd > .panel-list, .panel-chat > .panel-list, .panel-notes > .panel-text { flex-grow: 1; } .panel-cmd li.mdc-list-item, .panel-chat li.mdc-list-item { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; cursor: text !important; } .panel-cmd li.mdc-list-item { font-family: "Fira Code", monospace; font-size: 11px; } .panel-cmd > .panel-input > .mdc-text-field, .panel-chat > .panel-input > .mdc-text-field { width: 100%; } .panel-notes > .panel-text > .mdc-text-field, .panel-notes > .panel-text > .mdc-text-field > .mdc-text-field__resizer, .panel-notes > .panel-text > .mdc-text-field > .mdc-text-field__resizer > textarea { width: 100%; height: 100%; resize: none; } .dialog-fullscreen.mdc-dialog .mdc-dialog__surface { width: calc(100vw - 64px); height: calc(100vh - 64px); max-width: none; max-height: none; }
CelesteNet.Server.FrontendModule/Content/frontend/cp/css/frontend.css
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&display=swap"); @font-face { font-family: "Renogare"; src: url("https://everestapi.github.io/fonts/Renogare-Regular.woff") format("woff"), url("https://everestapi.github.io/fonts/Renogare-Regular.otf") format("opentype"); } :root { --mdc-theme-primary: #000000; } .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder { color: rgba(0, 0, 0, 0.6); } .mdc-button.mdc-snackbar__action:empty { display: none; } .mdc-menu-surface--animating-open { /* Someone at Google screwed the animation up. */ opacity: 1 !important; transform: scale(1) !important; } .mdc-dialog__scrim { backdrop-filter: blur(0); } .mdc-dialog--open .mdc-dialog__scrim { backdrop-filter: blur(8px); } a, a:visited { transition: color 0.2s, text-decoration-color 0.2s, text-shadow 0.2s, border-bottom 0.2s; color: rgba(0, 0, 0, 0.75); text-decoration-color: rgba(0, 0, 0, 0.75); text-shadow: 0 0 0 rgba(0, 0, 0, 0); font-weight: 500; position: relative; display: inline-block; outline: none; } a:hover, a:focus, a:active { color: rgba(0, 0, 0, 0.87); text-decoration-color: rgba(0, 0, 0, 0.87); text-shadow: 0 0 16px rgba(0, 0, 0, 0.2); } #logo { height: 48px; margin-right: 16px; transform: translateY(4px); } .desktop #logo { height: 32px; margin-right: 8px; } .dropdown-content { /* Materialize screws up its own dropdown sizing. */ width: auto !important; height: auto !important; } nav .dropdown-content { top: 64px !important; } nav button.mdc-button { color: white; } .desktop .mdc-list-item { height: auto; padding-top: 8px; padding-bottom: 8px; } .material-icons:empty { display: none; } .mdc-menu .mdc-list-item .material-icons { margin-right: 0.5em; } .desktop .mdc-list-item .material-icons { margin-right: 0.25em; font-size: 24px; line-height: 0; transform: translateY(6px); } .desktop .mdc-list-item img.icon { height: 24px; max-width: 24px; image-rendering: pixelated; float: left; margin-right: 0.5em; } .mdc-top-app-bar .mdc-menu { margin-top: 32px; } .desktop .mdc-top-app-bar .mdc-menu { margin-top: 24px; } .mdc-ripple-upgraded.focused::before, .mdc-ripple-upgraded[data-focused]::before { opacity: 0.12 !important; } body { /* background: #3b2d4a; */ background: #e5e4e6; margin: 0; font-family: "Roboto", sans-serif; color: rgba(0, 0, 0, 0.87); font-size: 16px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } app { position: relative; display: flex; flex-direction: column; } .hidden { display: none !important; } /* #splash inlined */ #splash.hidden { display: block !important; pointer-events: none; animation: appintro-splash /*0.*/0.5s /*0.*/0.0s 1 ease-in-out forwards; } @keyframes appintro-splash { 0% { transform: translateY(0); background-color: rgba(59, 45, 74, 1); box-shadow: 0 0 32px 16px rgba(59, 45, 74, 1); } 100% { transform: translateY(calc(-100vh - 128px)); background-color: rgba(59, 45, 74, 0); box-shadow: 0 0 32px 16px rgba(59, 45, 74, 0); } } header.mdc-top-app-bar { flex-grow: 1; /* background-color: #3b2d4a; */ /* background-color: #2b2631; */ background-color: rgba(54, 0, 126, 0.8); backdrop-filter: blur(8px); position: relative; box-shadow: 0 0 16px rgba(26, 10, 44, 0.9); --mdc-theme-primary: #ffffff; position: sticky; top: 0; } .desktop header.mdc-top-app-bar .mdc-top-app-bar__row { height: 64px; } .tooltip { transition: transform 0.1s, opacity 0.1s, box-shadow 0.1s; z-index: 6; position: fixed; padding: 8px; background: rgba(63, 63, 63, 0.95); color: white; font-size: 14px; border-radius: 3px; transform: translate(-50%, 0) scale(0.7); transform-origin: 50% 100%; opacity: 0; box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); pointer-events: none; } .tooltip.visible { transform: translate(-50%, 0) scale(1); opacity: 1; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } .tooltip[data-tooltip-dir="down"] { transform-origin: 50% 0%; } main { display: flex; flex-wrap: wrap; width: 100%; max-width: 100vw; min-height: calc(100vh - 64px); } .mdc-dialog__title+.mdc-dialog__content { padding-bottom: 0; } .settings-group, .settings-group .title, .settings-group .row, .settings-group .row .label, .settings-group .row .body { display: block; } .settings-group { padding: 0; margin: 0 0 16px 0; } .settings-group .row { margin: 0 0 8px 0; } .settings-group .row .body, .settings-group .row .body .mdc-text-field { width: 100%; } .settings-group .row { clear: both; } .panel { flex-grow: 1; background-color: #f3f3f3; box-shadow: 0 0 16px 2px rgba(16, 9, 24, 0.4); padding: 32px; margin: 16px; border-radius: 3px; max-height: calc(100vh - 64px - 200px); min-height: 400px; max-width: calc(100% - 32px); box-sizing: border-box; display: flex; flex-direction: column; } .panel > h2 { position: relative; } .panel > h2 > .actions { position: absolute; top: -4px; right: 0; } .panel .mdc-linear-progress { flex: 0 0 auto; } .panel-list { overflow: auto; } .panel-list .mdc-list-item__text { white-space: initial; overflow-wrap: break-word; word-wrap: break-word; } .panel-status { width: 300px; } .panel-cmd, .panel-chat, .panel-notes { width: 600px; } .panel-cmd > .panel-list, .panel-chat > .panel-list, .panel-notes > .panel-text { flex-grow: 1; } .panel-cmd li.mdc-list-item, .panel-chat li.mdc-list-item { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; cursor: text !important; } .panel-cmd li.mdc-list-item { font-family: "Fira Code", monospace; font-size: 11px; } .panel-cmd > .panel-input > .mdc-text-field, .panel-chat > .panel-input > .mdc-text-field { width: 100%; } .panel-notes > .panel-text > .mdc-text-field, .panel-notes > .panel-text > .mdc-text-field > .mdc-text-field__resizer, .panel-notes > .panel-text > .mdc-text-field > .mdc-text-field__resizer > textarea { width: 100%; height: 100%; resize: none; } .dialog-fullscreen.mdc-dialog .mdc-dialog__surface { width: calc(100vw - 64px); height: calc(100vh - 64px); max-width: none; max-height: none; }
0.460289
0.129183
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,900"); * { margin: 0; padding: 0; outline: none; border: none; box-sizing: border-box; } h1, h2, h3, h4, h5, h6, p, a { line-height: 1em; } a { text-decoration: none; } ul, ol { list-style: none; } main, header, nav, article, section, aside, footer { display: block; } figure { line-height: 0; } figure > img { width: 100%; } figure > figcaption { display: none; } .widget-line, .navigation, .slide-content-wrap, .section-navigation, .section, .action-poster, .widget-form, .footer-top, .footer-bottom, .aboutus-banner, .product-builder { max-width: 1170px; width: 95%; margin: 0 auto; } .column-full-3-wrap:after { content: ''; display: table; clear: both; } .column-full-3-wrap .column { float: left; width: 33.33333%; } .column-full-2-wrap:after { content: ''; display: table; clear: both; } .column-full-2-wrap .column { float: left; width: 48%; margin-bottom: 80px; } .column-full-2-wrap .column + .column { float: right; } .column-4-wrap, .column-3-wrap { margin: 0 auto; } .column-4-wrap:after, .column-3-wrap:after { content: ''; display: table; clear: both; } .column-4-wrap .column, .column-3-wrap .column { float: left; width: 270px; margin: 0 30px 60px 0; } .column-4-wrap .column:nth-child(4n+4) { margin-right: 0; } .column-3-wrap { width: 870px; } .column-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-big-3-wrap { margin: 0 auto; } .column-big-3-wrap:after { content: ''; display: table; clear: both; } .column-big-3-wrap .column { float: left; width: 370px; margin: 0 30px 60px 0; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-3-2-wrap:after { content: ''; display: table; clear: both; } .column-3-2-wrap .column { float: left; width: 670px; } .column-3-2-wrap .column:last-child { float: right; width: 470px; } @media screen and (max-width: 1260px) { .column-full-3-wrap .column { width: 50%; } .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(2), .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(3) { border-right: none; } .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(3) { margin-top: 80px; } .column-full-3-wrap .column:nth-child(3) { width: 100%; } .column-4-wrap { width: 870px; } .column-4-wrap .column:nth-child(4n+4) { margin-right: 30px; } .column-4-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-big-3-wrap { width: 770px; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 30px; } .column-big-3-wrap .column:nth-child(2n+2) { margin-right: 0; } .column-3-2-wrap .column { float: none; width: 100%; margin-bottom: 60px; } .column-3-2-wrap .column:last-child { float: none; width: 100%; margin-bottom: 0; } } @media screen and (max-width: 1024px) { .column-4-wrap, .column-3-wrap { width: 570px; } .column-4-wrap .column:nth-child(3n+3), .column-3-wrap .column:nth-child(3n+3) { margin-right: 30px; } .column-4-wrap .column:nth-child(2n+2), .column-3-wrap .column:nth-child(2n+2) { margin-right: 0; } .column-big-3-wrap { width: 100%; } .column-big-3-wrap .column { float: none; width: 100%; margin-right: 0; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-full-2-wrap .column { float: none; width: 100%; } .column-full-2-wrap .column + .column { float: none; } } @media screen and (max-width: 680px) { .column-full-3-wrap .column { width: 100%; } .column-full-3-wrap .column.builder-actions-item-wrap { margin-top: 80px; border-right: none; } .column-full-3-wrap .column.builder-actions-item-wrap:first-child { margin-top: 0; } .column-4-wrap, .column-3-wrap { width: 270px; } .column-4-wrap .column, .column-3-wrap .column { margin-right: 0; } } input, textarea, label, button { font-family: "Lato", sans-serif; } input[type="text"], textarea, input[type="password"] { width: 100%; border: 1px solid #e8e8e8; border-radius: 4px; padding: 14px; color: #8b8b8b; font-size: 0.875em; } input[type="text"].dark, textarea.dark, input[type="password"].dark { background-color: #333; border: none; } input[type="text"]:focus, textarea:focus, input[type="password"]:focus { border-color: #ff5400; } input[type="text"]:disabled, textarea:disabled, input[type="password"]:disabled { background-color: #f1f1f1; } input[type="text"].nofocus:focus, textarea.nofocus:focus, input[type="password"].nofocus:focus { border-color: #e8e8e8; } input[type="text"].short { width: 315px; } input[type="radio"], input[type="checkbox"] { display: none; } input[type="radio"]:checked + .checkbox .box, input[type="checkbox"]:checked + .checkbox .box { border-color: #ff5400; background-color: #ff5400; } input[type="radio"]:checked + .checkbox .box .svg-check, input[type="checkbox"]:checked + .checkbox .box .svg-check { display: block; } input[type="radio"]:checked + .radio .circle, input[type="checkbox"]:checked + .radio .circle { border-color: #ff5400; background-color: #ff5400; } input[type="radio"]:checked + .radio .circle .inner-circle, input[type="checkbox"]:checked + .radio .circle .inner-circle { display: block; } textarea { height: 160px; } label { color: #8b8b8b; font-size: 0.875em; font-family: "Lato", sans-serif; } label.inline { float: left; margin-right: 14px; } label.inline + .rating { position: relative; top: 2px; } label.radio { cursor: pointer; } label.radio .circle { display: inline-block; width: 14px; height: 14px; margin-right: 8px; border-radius: 50%; border: 1px solid #e8e8e8; position: relative; top: 2px; } label.radio .circle .inner-circle { width: 4px; height: 4px; border-radius: 50%; background-color: #fff; position: absolute; top: 4px; left: 50%; margin-left: -2px; display: none; } label.checkbox { cursor: pointer; } label.checkbox .box { display: inline-block; width: 14px; height: 14px; margin-right: 8px; border: 1px solid #e8e8e8; border-radius: 2px; background-color: #fff; position: relative; top: 2px; } label.checkbox .box .svg-check { margin-left: -4px; position: absolute; top: 3px; left: 50%; display: none; } label.select-block { width: 100%; display: inline-block; position: relative; } label.select-block.medium select { height: 47px; line-height: 47px; } label.select-block.medium .svg-arrow { top: 20px; } label.select-block .svg-arrow { fill: #b2b2b2; width: 6px; height: 10px; position: absolute; top: 17px; right: 17px; pointer-events: none; } label.rl-label { display: block; margin-bottom: 12px; color: #242424; font-size: 0.9375em; font-weight: 700; } label.rl-label.separated { margin-bottom: 26px; } label.rl-label.required:after { content: '*'; margin-left: 4px; color: #ff5400; } select { width: 100%; height: 42px; padding: 0 42px 0 15px; border: 1px solid #e8e8e8; background-color: #fff; border-radius: 4px; color: #8b8b8b; font-family: "Lato", sans-serif; line-height: 42px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; } /* REMOVE IE SELECT ARROW */ select::-ms-expand { display: none; } button { cursor: pointer; } .quantity-input { width: 70px; height: 47px; padding-left: 20px; border: 1px solid #e8e8e8; border-radius: 4px; color: #8b8b8b; font-family: "Lato", sans-serif; font-size: 0.875em; line-height: 47px; position: relative; } .quantity-input .increment-count, .quantity-input .decrement-count { width: 26px; height: 50%; position: absolute; right: 0; cursor: pointer; } .quantity-input .increment-count { top: 0; } .quantity-input .increment-count .svg-arrow { top: 9px; } .quantity-input .decrement-count { bottom: 0; } .quantity-input .decrement-count .svg-arrow { bottom: 7px; } .quantity-input .svg-arrow { fill: #b2b2b2; width: 6px; height: 8px; position: absolute; right: 15px; cursor: pointer; } .input-result { position: relative; } .input-result .svg-check, .input-result .svg-cross { position: absolute; top: 19px; right: 14px; pointer-events: none; } .input-result .input-result-message { margin-top: 12px; font-size: 0.8125em; line-height: 1em; } .input-result.success .svg-check { fill: #ff5400; width: 11px; height: 9px; } .input-result.error input[type="text"], .input-result.error textarea, .input-result.error input[type="password"] { border-color: #8b8b8b; } .input-result.error .svg-cross { fill: #242424; } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #b2b2b2; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #b2b2b2; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #b2b2b2; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #b2b2b2; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #b2b2b2; } .form-row { margin-bottom: 24px; } .form-row:after { content: ''; display: table; clear: both; } .form-row.short-space { margin-bottom: 20px; } .form-row.separated { margin-top: 40px; } .form-row.right { text-align: right; } .form-row.right .button { margin-top: 56px; display: inline-block; } .form-row:last-child { margin-bottom: 0; } .form-row .half { float: left; width: 49%; } .form-row .half.no-label { padding-top: 30px; } .form-row .half + .half { float: right; } .form-row .third { float: left; width: 57%; } .form-row .third + .third { float: right; width: 40%; } .form-row .link:last-child { float: right; position: relative; top: 3px; } .form-row input + input { margin-top: 12px; } .form-row .rating { float: left; } .form-row .radio-selected-info { padding-left: 25px; font-size: 0.875em; line-height: 24px; } .form-oneline { padding: 20px 36px 0 0; border-bottom: 1px solid #e8e8e8; overflow: hidden; position: relative; } .form-oneline .radio { margin-bottom: 20px; } .form-oneline p { margin: 0 0 26px 26px; font-size: 0.875em; line-height: 24px; display: none; } .form-oneline .img-list { position: absolute; top: 20px; right: 0; } .top-checkbox { position: relative; } .top-checkbox > .checkbox { position: absolute; top: 2px; right: 0; } @media screen and (max-width: 680px) { input[type="text"].short { width: 100%; } .form-row .half { float: none; width: 100%; } .form-row .half.no-label { padding-top: 0; } .form-row .half + .half { float: none; margin-top: 24px; } .form-row .third { float: none; width: 100%; } .form-row .third + .third { float: none; width: 100%; margin-top: 24px; } } @media screen and (max-width: 480px) { .top-checkbox .line-separator + form { margin-top: 66px; } .top-checkbox > .checkbox { position: absolute; top: 68px; left: 0; right: auto; } } .form-popup { width: 430px; margin: 0 auto; background-color: #fff; position: relative; } .form-popup:after { content: ''; display: table; clear: both; } .form-popup .close-btn { fill: #242424; cursor: pointer; position: absolute; top: 20px; right: 20px; } .form-popup.medium { width: 831px; } .form-popup .form-popup-column { float: left; width: 430px; padding: 45px 40px 40px; } .form-popup .form-popup-column.centered .subsection-title, .form-popup .form-popup-column.centered p { text-align: center; } .form-popup .form-popup-column.centered .line-separator { margin-left: auto; margin-right: auto; } .form-popup .form-popup-column.small { width: 415px; padding: 45px 48px 50px; } .form-popup .form-popup-column-separator { float: left; width: 1px; height: 400px; margin-top: 72px; background-color: #e8e8e8; } .mfp-bg { opacity: .85; background-color: #000; } /* magnificPopup animations */ .mfp-anim { /* overlay at start */ } .mfp-anim.mfp-bg { opacity: 0; transition: all 0.3s ease-in-out; /* overlay animate in */ /* overlay animate out */ } .mfp-anim.mfp-bg.mfp-ready { opacity: .8; } .mfp-anim.mfp-bg.mfp-removing { opacity: 0; } .mfp-anim.mfp-wrap { /* content at start */ /* content animate in */ /* content animate out */ } .mfp-anim.mfp-wrap .mfp-content { opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all 0.3s ease-in-out; } .mfp-anim.mfp-wrap.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .mfp-anim.mfp-wrap.mfp-removing .mfp-content { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } @media screen and (max-width: 1024px) { .form-popup.medium { width: 430px; } .form-popup .form-popup-column { float: none; } .form-popup .form-popup-column-separator { display: none; } } @media screen and (max-width: 480px) { .form-popup { width: 100%; } .form-popup.medium { width: 100%; } .form-popup .form-popup-column { width: 100%; padding: 45px 20px 40px; } .form-popup .form-popup-column.small { width: 100%; padding: 45px 24px 50px; } } .button { display: block; width: 200px; height: 46px; line-height: 46px; border-radius: 4px; background-color: #ff5400; color: #fff; font-size: 0.75em; font-weight: 900; text-align: center; text-transform: uppercase; transition: background-color 0.15s ease-in-out; } .button.v2 { background-color: #fff; border: 2px solid #ff5400; color: #ff5400; } .button.v2:hover { background-color: #ff5400; color: #fff; } .button.cart-icon { padding-right: 10px; } .button.cart-icon .svg-cart { margin-right: 10px; position: relative; top: 5px; } .button.centered { margin: 0 auto; } .button.full { width: 100%; } .button.long { width: 270px; } .button.short { width: 170px; } .button.small { width: 116px; height: 32px; line-height: 32px; font-size: 0.625em; } .button.medium { width: 190px; height: 54px; line-height: 54px; font-size: 0.8125em; } .button.medium.long { width: 200px; } .button.medium.long.with-icon { padding-left: 32px; } .button.medium.long.with-icon .svg-arrow { margin-left: 20px; } .button.medium.full { width: 100%; } .button.medium.with-icon { padding-left: 28px; text-align: left; } .button.medium.with-icon.full { text-align: center; padding-right: 30px; } .button.medium.with-icon .svg-arrow { width: 6px; height: 8px; margin-left: 14px; position: relative; top: -1px; } .button.big { width: 300px; height: 66px; line-height: 66px; font-size: 1.0625em; } .button.large { height: 80px; line-height: 80px; font-size: 0.9375em; } .button.square { width: 32px; height: 32px; line-height: 32px; background-color: #b2b2b2; position: relative; } .button.square .svg-cart-small, .button.square .svg-heart { margin-top: 10px; } .button.square .svg-cart-small { position: absolute; left: 7px; } .button.square:hover { background-color: #ff5400; } .button.dark { background-color: #242424; } .button.dark:hover { background-color: #3e3e3e; } .button.light { background-color: #b2b2b2; } .button.light:hover { background-color: #ff5400; } .button.disabled { color: #8b8b8b; background-color: #f1f1f1; } .button.disabled:hover { background-color: #f1f1f1; } .button.blue { background-color: #2c5990; } .button.blue:hover { background-color: #3468a7; } .button.lightblue { background-color: #16bce5; } .button.lightblue:hover { background-color: #24ccf5; } .button:hover { background-color: #ff7200; } .button-list:after { content: ''; display: table; clear: both; } .button-list.wrap-4 { width: 152px; } .button-list.wrap-3 { width: 112px; } .button-list.wrap-3 .button:nth-child(3n+3) { margin-right: 0; } .button-list.wrap-2 { width: 72px; } .button-list.wrap-2 .button:nth-child(2n+2) { margin-right: 0; } .button-list .button { float: left; margin-right: 8px; } .button-list .button:last-child { margin-right: 0; } @media screen and (max-width: 680px) { .button.long { width: 100%; } } @media screen and (max-width: 480px) { .button.big { width: 100%; } } .svg-arrow { fill: #fff; width: 8px; height: 6px; } .svg-arrow.medium { width: 5px; height: 9px; } .svg-arrow.small { width: 7px; height: 6px; } .svg-arrow.tiny { width: 4px; height: 8px; } .svg-arrow.inverted { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .svg-arrow.face-down { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .svg-arrow.face-up { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .svg-check { fill: #fff; width: 10px; height: 7px; } .svg-check.medium { width: 20px; height: 16px; } .svg-mag-glass { fill: #fff; width: 12px; height: 12px; } .svg-cross { fill: #fff; width: 10px; height: 10px; } .svg-cross.small { width: 9px; height: 9px; } .svg-cross.medium { width: 12px; height: 12px; } .svg-cross.large { width: 102px; height: 102px; } .svg-cart { fill: #fff; width: 22px; height: 18px; } .svg-cart.large { width: 321px; height: 262px; } .svg-cart-small { fill: #fff; width: 16px; height: 13px; } .svg-heart { fill: #fff; width: 14px; height: 12px; } .svg-burger { fill: #fff; width: 22px; height: 14px; } .svg-plus, .svg-minus { fill: #ff5400; width: 10px; height: 10px; } .svg-plus.medium { fill: #fff; width: 12px; height: 12px; } .svg-grid { fill: #b2b2b2; width: 16px; height: 16px; } .svg-list { fill: #b2b2b2; width: 16px; height: 14px; } .svg-check-big { width: 130px; height: 101px; } .svg-restart { fill: #fff; width: 10px; height: 10px; } body { overflow-x: hidden; } h1, h2, h3, h4, h5, h6, p, a { font-family: "Lato", sans-serif; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: 900; } p { color: #8b8b8b; font-size: 1em; line-height: 30px; } p.small { font-size: 0.9375em; line-height: 28px; } p.small + form { margin-top: 30px; } p.tiny { font-size: 0.8125em; line-height: 24px; } a.link { color: #8b8b8b; font-size: 0.875em; transition: color 0.15s ease-in-out; } a.link:hover { color: #ff5400; } a.link.no-hover { color: #ff5400; } a.link.medium { font-size: 1em; } ::-moz-selection { color: #fff; background: #ff5400; } ::selection { color: #fff; background: #ff5400; } span.bold { color: #ff5400; } .logo { width: 145px; height: 27px; } .title { color: #242424; font-size: 1.125em; font-weight: 900; line-height: 1em; } .title.secondary { color: #fff; } .title.large { font-size: 2.625em; } .title.bigger { font-size: 1.875em; } .title.medium { font-size: 1.5em; } .title.small { font-size: 1em; } .title.tiny { font-size: 0.875em; } .title.micro { font-size: 0.8125em; } .subsection-title { font-size: 1.25em; } .subsection-title.medium { font-size: 1.5em; } .subsection-title.big { font-size: 1.75em; } .line-separator { width: 30px; height: 3px; border: none; margin-top: 18px; background-color: #ff5400; text-align: left; } .line-separator.big { width: 50px; height: 4px; margin: 24px auto 26px; } .line-separator + p.small { margin-top: 30px; } .line-separator + form { margin-top: 35px; } .line-separator + form.top-short { margin-top: 20px; } .line-separator + .widget-dropdown { margin-top: 10px; } .line-separator + .checkbox-list { margin-top: 28px; } .line-separator + .range-slider { margin-top: 34px; } .line-separator + .product-preview-list { margin-top: 26px; } .line-separator + .comment-list { margin-top: 60px; } .line-separator + .oneline { margin-top: 16px; } .line-separator + .details-list { margin-top: 40px; } .promo { width: 230px; height: 190px; } .rating { width: 76px; } .rating:after { content: ''; display: table; clear: both; } .rating.changeable .rating-item { cursor: pointer; } .rating .rating-item { float: left; margin-right: 4px; } .rating .rating-item:last-child { margin-right: 0; } .rating .rating-item.filled .svg-star { fill: #ff5400; } .rating .rating-item .svg-star { width: 12px; height: 11px; fill: #b2b2b2; } .rating.small { width: 71px; } .rating.small .rating-item .svg-star { width: 11px; height: 10px; } .rating.medium { width: 100px; } .rating.medium .rating-item { margin-right: 5px; } .rating.medium .rating-item:last-child { margin-right: 0; } .rating.medium .rating-item .svg-star { width: 16px; height: 14px; } .product-description { font-size: 0.875em; line-height: 1em; } .product-description.medium { font-size: 0.9375em; } .product-description.small { font-size: 0.8125em; } .product-price, .product-quantity { color: #242424; font-weight: 900; line-height: 1em; } .product-price { font-size: 1em; } .product-price.small { font-size: 0.8125em; } .product-price.medium { font-size: 1.375em; } .product-price.big { font-size: 1.75em; } .product-quantity { font-size: 0.875em; } .product-img { width: 270px; height: 290px; } .product-img.large { width: 612px; height: 459px; } .product-img.big { width: 460px; height: 494px; } .product-img.small { width: 100px; height: 100px; } .product-img.tiny { width: 70px; height: 70px; } .timestamp { color: #b2b2b2; font-size: 0.875em; line-height: 1em; } .timestamp a { color: #b2b2b2; transition: color 0.15s ease-in-out; } .timestamp a:hover { color: #ff5400; } .tabbed-content.short { width: 970px; margin: 0 auto; } .tabbed-content.separated { margin-top: 100px; } .tabbed-content .tab-separator { height: 1px; background-color: #e8e8e8; } .tabbed-content.centered { text-align: center; } .tabbed-content.centered .tabbed-content-header .tabbed-content-item-title { margin-right: 100px; } .tabbed-content .tabbed-content-header { display: inline-block; padding-bottom: 24px; } .tabbed-content .tabbed-content-header:after { content: ''; display: table; clear: both; } .tabbed-content .tabbed-content-header .tabbed-content-item-title { float: left; margin-right: 60px; cursor: pointer; transition: color 0.15s ease-in-out; position: relative; } .tabbed-content .tabbed-content-header .tabbed-content-item-title:last-child { margin-right: 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title.selected { color: #ff5400; } .tabbed-content .tabbed-content-header .tabbed-content-item-title.selected .triangle { opacity: 1; visibility: visible; } .tabbed-content .tabbed-content-header .tabbed-content-item-title .triangle { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #e8e8e8; position: absolute; top: 38px; left: 50%; margin-left: -10px; pointer-events: none; opacity: 0; visibility: hidden; transition: opacity 0.15s ease-in-out; } .tabbed-content .tabbed-content-item { padding: 80px 0; text-align: left; } .tabbed-content .tabbed-content-item.padded { padding: 80px 70px; } .tabbed-content .tabbed-content-item.hidden { display: none; } .tabbed-content .tabbed-content-item .feature-enum { margin-top: 70px; } .feature-enum { width: 830px; margin: 0 auto; } .feature-enum:after { content: ''; display: table; clear: both; } .feature-enum.full { width: 100%; } .feature-enum.full .feature-enum-item { width: 33.33333%; margin-bottom: 74px; } .feature-enum.full .feature-enum-item .title { margin: 54px 0 20px; font-size: 1.125em; } .feature-enum.full .feature-enum-item:first-child { width: 33.33333%; } .feature-enum .feature-enum-item { float: left; width: 415px; padding: 0 40px; text-align: center; } .feature-enum .feature-enum-item:first-child { width: 414px; } .feature-enum .feature-enum-item .s-icon { color: #ff5400; font-size: 46px; } .feature-enum .feature-enum-item .title { margin: 24px 0 30px; font-size: 1.625em; font-weight: 700; text-transform: none; } .feature-enum .separator { float: left; width: 1px; height: 200px; margin-top: 40px; background-color: #e8e8e8; } .reviews .title { font-size: 2.875em; } .reviews .title.review-title { font-size: 1.25em; } .reviews .reviews-header { margin-bottom: 50px; position: relative; } .reviews .reviews-header:after { content: ''; display: table; clear: both; } .reviews .reviews-header .title:first-child { margin-bottom: 14px; } .reviews .reviews-header .title.review-title { float: left; margin-right: 14px; } .reviews .reviews-header .rating { float: left; position: relative; top: 3px; } .reviews .reviews-header .button { width: 170px; position: absolute; top: 4px; right: 0; } .reviews .reviews-item { margin-bottom: 46px; } .reviews .reviews-item:last-child { margin-bottom: 0; } .reviews .reviews-item .rating { margin: 8px 0 20px; } .reviews .reviews-item .review-author { color: #242424; font-weight: 700; } .reviews .reviews-item .timestamp { margin-top: 14px; } .oneline { color: #242424; font-size: 0.9375em; font-weight: 700; line-height: 60px; border-bottom: 1px solid #e8e8e8; } .oneline .annotation { float: right; font-weight: 900; } .steps-header { height: 75px; margin-bottom: 80px; border-bottom: 1px solid #e8e8e8; text-align: center; } .steps-header:after { content: ''; display: table; clear: both; } .steps-header .steps-header-item { line-height: 75px; } .steps-header .steps-header-item:after { content: ''; display: table; clear: both; } .steps-header .steps-header-item.current .step-number { background-color: #ff5400; } .steps-header .steps-header-item.complete .step-number { background-color: #242424; } .steps-header .steps-header-item:nth-child(1) { float: left; } .steps-header .steps-header-item:nth-child(2) { display: inline-block; } .steps-header .steps-header-item:nth-child(3) { float: right; } .steps-header .steps-header-item .step-number { float: left; width: 34px; height: 34px; margin: 21px 10px 0 0; border-radius: 50%; background-color: #b2b2b2; } .steps-header .steps-header-item .step-number p { color: #fff; font-size: 0.75em; line-height: 34px; font-weight: 900; text-align: center; text-transform: uppercase; } .steps-header .steps-header-item .title { float: left; line-height: 75px; } .img-list:after { content: ''; display: table; clear: both; } .img-list .img-list-item { float: left; margin-right: 14px; } .img-list .img-list-item.card-01 { width: 36px; height: 13px; background-image: url("../img/shop/card_01.png"); position: relative; top: 3px; } .img-list .img-list-item.card-02 { width: 31px; height: 19px; background-image: url("../img/shop/card_02.png"); } .img-list .img-list-item.card-03 { width: 32px; height: 19px; background-image: url("../img/shop/card_03.png"); } .img-list .img-list-item.card-04 { width: 31px; height: 19px; background-image: url("../img/shop/card_04.png"); } .img-list .img-list-item.card-05 { width: 62px; height: 16px; background-image: url("../img/shop/card_05.png"); } .img-list .img-list-item:last-child { margin-right: 0; } .details-list { width: 470px; margin: 0 auto; } .details-list:after { content: ''; display: table; clear: both; } .details-list.full { width: 100%; } .details-list.full .details-list-item { float: none; width: 100%; } .details-list .details-list-item { float: left; width: 220px; margin: 0 30px 30px 0; } .details-list .details-list-item:nth-child(2n+2) { margin-right: 0; } .details-list .details-list-item .details-list-title { margin-bottom: 20px; font-size: 0.9375em; font-weight: 700; text-transform: none; } .details-list .details-list-item .details-list-info { font-size: 0.875em; line-height: 24px; } .details-list .details-list-item .details-list-info span { color: #242424; } .details-list .details-list-item .details-list-info span:nth-child(2) { margin-left: 16px; } .details-list .details-list-item .details-list-info span.push { margin-right: 8px; } .quote-box { position: relative; } .quote-box .quote-text { margin-bottom: 12px; font-size: 1.375em; font-style: italic; } .quote-box .quote-author { color: #242424; font-size: 0.75em; font-weight: 900; } .quote-box.v1 { padding: 40px 12px 36px 54px; border-left: 6px solid #ff5400; background-color: #fff; } .quote-box.v1:before { content: '"'; font-family: "Lato", sans-serif; font-size: 3.75em; line-height: 1em; position: absolute; top: 10px; left: 16px; } .quote-box.v2, .quote-box.v3 { padding: 40px 35px 36px; border-radius: 4px; } .quote-box.v2 { background-color: #ff5400; } .quote-box.v2:before { content: '"'; color: #242424; font-family: "Lato", sans-serif; font-size: 21.375em; line-height: 1em; position: absolute; top: -58px; left: -26px; opacity: .1; } .quote-box.v2 .quote-text { color: #fff; } .quote-box.v3 { background-color: #f1f1f1; } .quote-box.v3:before { content: '"'; width: 30px; height: 30px; padding: 5px 0 0 8px; background-color: #ff5400; border-radius: 4px; color: #fff; font-family: "Lato", sans-serif; font-size: 2.25em; line-height: 1em; position: absolute; top: 0; left: 0; box-sizing: border-box; } .regular-list { margin: 35px 0 0 35px; } .regular-list.v1 .regular-list-item { padding-left: 35px; } .regular-list.v1 .regular-list-item .triangle { width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #ff5400; position: absolute; top: 4px; left: 10px; } .regular-list.v2 .regular-list-item { padding-left: 40px; } .regular-list.v2 .regular-list-item .item-number { color: #242424; font-size: 0.875em; font-weight: 900; position: absolute; top: 2px; left: 5px; } .regular-list .regular-list-item { margin-bottom: 16px; position: relative; } .regular-list .regular-list-item p { line-height: 1em; } @media screen and (max-width: 1260px) { .tabbed-content.short { width: 100%; } .tabbed-content .tabbed-content-item { padding: 80px 30px; } .tabbed-content .tabbed-content-item.padded { padding: 80px 30px; } } @media screen and (max-width: 1024px) { .tabbed-content.centered .tabbed-content-header .tabbed-content-item-title { margin: 0 0 20px 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title { float: none; margin: 0 0 20px 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title:last-child { margin-bottom: 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title .triangle { display: none; } .feature-enum { width: 570px; } .feature-enum.full { width: 570px; } .feature-enum.full .feature-enum-item { width: 270px; margin-right: 30px; padding: 0; } .feature-enum.full .feature-enum-item:first-child { width: 270px; } .feature-enum.full .feature-enum-item:nth-child(2n+2) { margin-right: 0; } .feature-enum .feature-enum-item { width: 270px; padding: 0; } .feature-enum .feature-enum-item:first-child { width: 270px; margin-right: 30px; } .feature-enum .separator { display: none; } } @media screen and (max-width: 680px) { .tabbed-content { width: 95%; } .tabbed-content.short { width: 95%; } .tabbed-content .tabbed-content-item { padding: 80px 0; } .tabbed-content .tabbed-content-item.padded { padding: 80px 0; } .feature-enum { width: 270px; } .feature-enum.full { width: 270px; } .feature-enum.full .feature-enum-item { margin-right: 0; } .feature-enum.full .feature-enum-item:first-child { margin-bottom: 74px; } .feature-enum .feature-enum-item:first-child { margin: 0 0 60px 0; } .reviews .reviews-header .rating { margin-bottom: 20px; } .reviews .reviews-header .button { position: static; clear: both; } .steps-header { height: auto; } .steps-header .steps-header-item { width: 100%; padding-left: 10px; } .steps-header .steps-header-item:nth-child(1), .steps-header .steps-header-item:nth-child(3) { float: none; } .details-list { width: 220px; } .details-list .details-list-item { margin-right: 0; } } @media screen and (max-width: 480px) { .subsection-title.big { line-height: 1.2; } .regular-list { margin-left: 12px; } } .widget-line-wrap { background-color: #242424; } .widget-line-wrap.dark { background-color: #1b1b1b; } .widget-line-wrap.dark .actions-list { background-color: #1b1b1b; } .widget-line-wrap.dark .actions-list .dropdown-list { background-color: #1b1b1b; outline: 1px solid #1b1b1b; } .widget-line-wrap.dark .actions-list input[type="text"] { background-color: #1b1b1b; } .widget-line-wrap.light { background-color: #fff; border-bottom: 1px solid #e8e8e8; } .widget-line-wrap.light .actions-list { background-color: #fff; } .widget-line-wrap.light .actions-list .actions-list-item { border-color: #e8e8e8; } .widget-line-wrap.light .actions-list .actions-list-item .social-link a { color: #b2b2b2; } .widget-line-wrap.light .actions-list .actions-list-item .social-link a:hover { color: #fff; } .widget-line-wrap.light .actions-list .actions-list-item .action-button { color: #8b8b8b; } .widget-line-wrap.light .actions-list .actions-list-item .action-button .svg-arrow { fill: #b2b2b2; } .widget-line-wrap.light .actions-list .dropdown-list { background-color: #fff; outline-color: #e8e8e8; border-color: #e8e8e8; border-top-color: #fff; } .widget-line-wrap.light .actions-list .dropdown-list .dropdown-list-item a { color: #8b8b8b; } .widget-line-wrap.light .actions-list .search-form .svg-mag-glass, .widget-line-wrap.light .actions-list .search-form .svg-cross { fill: #ff5400; } .widget-line-wrap.light .actions-list .search-form input[type="text"] { color: #8b8b8b; background-color: #fff; } .widget-line-2 { display: none; } .widget-line { height: 50px; } .widget-line:after { content: ''; display: table; clear: both; } .widget-line.big { height: 60px; } .widget-line.big .actions-list .actions-list-item .social-link a { line-height: 60px; } .widget-line.big .actions-list .actions-list-item .action-button { line-height: 60px; } .widget-line.big .copyright { line-height: 60px; } .widget-line .copyright { float: left; color: #666; font-size: 0.8125em; margin-left: 8px; line-height: 50px; } .actions-list { background-color: #242424; } .actions-list:after { content: ''; display: table; clear: both; } .actions-list.left { float: left; } .actions-list.right { float: right; } .actions-list .actions-list-item { float: left; border-left: 1px solid #3e3e3e; position: relative; } .actions-list .actions-list-item.last { border-right: 1px solid #3e3e3e; } .actions-list .actions-list-item.full { float: none; } .actions-list .actions-list-item.void { border: none; } .actions-list .actions-list-item.void:last-child { border: none; } .actions-list .actions-list-item:last-child { border-right: 1px solid #3e3e3e; } .actions-list .actions-list-item .social-link { width: 50px; } .actions-list .actions-list-item .social-link a { display: block; text-align: center; line-height: 50px; color: #fff; transition: all 0.3s ease-in-out; } .actions-list .actions-list-item .social-link a:hover { background-color: #ff5400; } .actions-list .actions-list-item .action-button { display: block; padding: 0 18px; color: #fff; font-size: 0.6875em; line-height: 50px; position: relative; } .actions-list .actions-list-item .action-button.regular { color: #8b8b8b; } .actions-list .actions-list-item .action-button .bold { margin-left: 5px; } .actions-list .actions-list-item .options-dropdown { text-transform: uppercase; padding-right: 12px; } .actions-list .actions-list-item .options-dropdown .svg-arrow { margin-left: 10px; } .actions-list .actions-list-item .dropdown-list { width: 100%; padding: 8px 0; background-color: #242424; outline: 1px solid #242424; border-top: 1px solid #3e3e3e; position: absolute; top: 50px; left: 0; z-index: 10; display: none; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item a { display: block; padding-left: 18px; color: #fff; font-size: 0.6875em; line-height: 24px; text-transform: uppercase; transition: color 0.3s ease-in-out; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item a:hover { color: #ff5400; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item.selected a { color: #ff5400; } .actions-list .actions-list-item .search-form { min-width: 210px; position: relative; transition: min-width 0.3s ease-in-out; } .actions-list .actions-list-item .search-form.extended { min-width: 260px; } .actions-list .actions-list-item .search-form.v2 { border: 1px solid #e8e8e8; border-radius: 0; position: absolute; top: 89px; right: 0; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out; } .actions-list .actions-list-item .search-form.v2.open { opacity: 1; visibility: visible; -webkit-transform: translate(0, 52px); transform: translate(0, 52px); } .actions-list .actions-list-item .search-form input[type="text"] { width: 100%; padding-right: 50px; color: #fff; } .actions-list .actions-list-item .search-form .search-submit, .actions-list .actions-list-item .search-form .search-cancel { width: 50px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; position: absolute; top: 0; right: 0; } .actions-list .actions-list-item .search-form .search-submit.hidden, .actions-list .actions-list-item .search-form .search-cancel.hidden { display: none; } .actions-list .actions-list-item ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #8b8b8b; } .actions-list .actions-list-item :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #8b8b8b; opacity: 1; } .actions-list .actions-list-item ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #8b8b8b; opacity: 1; } .actions-list .actions-list-item :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8b8b8b; } .actions-list .actions-list-item ::-ms-input-placeholder { /* Microsoft Edge */ color: #8b8b8b; } .actions-list .actions-list-item input[type="text"] { padding: 0 18px; line-height: 50px; border: none; background-color: #242424; font-size: 0.6875em; } @media screen and (max-width: 620px) { .widget-line-copy .actions-list { display: none; } .widget-line-copy .copyright { float: none; text-align: center; } } .navigation-wrap { background-color: #fff; } .navigation { height: 90px; } .navigation:after { content: ''; display: table; clear: both; } .navigation .logo { float: left; margin-top: 35px; } .navigation .cart-dropdown-control, .navigation .main-menu { float: right; } .main-menu { position: relative; margin-right: 18px; } .main-menu:after { content: ''; display: table; clear: both; } .main-menu .main-menu-item { float: left; position: relative; } .main-menu .main-menu-item.sub { position: static; } .main-menu .main-menu-item:hover > a { color: #ff5400; } .main-menu .main-menu-item:hover > .menu-dropdown, .main-menu .main-menu-item:hover > .content-dropdown { opacity: 1; visibility: visible; -webkit-transform: translate(0, 100px); transform: translate(0, 100px); pointer-events: auto; } .main-menu .main-menu-item > a { display: block; padding: 0 30px; color: #242424; font-size: 0.75em; line-height: 90px; font-weight: 900; text-transform: uppercase; transition: color 0.15s ease-in-out; position: relative; } .main-menu .main-menu-item > a .svg-arrow { fill: #ff5400; position: absolute; bottom: 20px; left: 50%; margin-left: -4px; pointer-events: none; } .mobile-menu-wrap { background-color: #242424; display: none; } .mobile-menu-wrap .mobile-menu-control { height: 50px; padding-top: 18px; text-align: center; cursor: pointer; } .mobile-menu-wrap .mobile-menu { border-top: 1px solid #3e3e3e; display: none; } .mobile-menu-wrap .mobile-menu .mobile-menu-item { position: relative; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a { display: block; height: 50px; padding: 0 30px; border-bottom: 1px solid #3e3e3e; color: #fff; font-size: 0.75em; line-height: 50px; font-weight: 900; text-transform: uppercase; transition: background-color 0.15s ease-in-out; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a:hover { background-color: #2d2d2d; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a.open .svg-arrow.rotable { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a .bold { float: right; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a .selected-option { margin-left: 6px; color: #ff5400; } .mobile-menu-wrap .mobile-menu .mobile-menu-item.void a { color: #8b8b8b; } .mobile-menu-wrap .mobile-menu .mobile-menu-item .svg-arrow { position: absolute; top: 20px; right: 32px; pointer-events: none; transition: transform 0.3s ease-in-out; } .mobile-menu-wrap .mobile-menu-dropdown { padding: 16px 0; border-bottom: 1px solid #3e3e3e; background-color: #1b1b1b; display: none; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item > a { display: block; height: 40px; padding: 0 38px; color: #8b8b8b; font-size: 0.6875em; line-height: 40px; font-weight: 900; text-transform: uppercase; transition: color 0.3s ease-in-out; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item > a:hover { color: #fff; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item.selected > a { color: #fff; } .cart-dropdown-wrap { position: relative; z-index: 9999; } .cart-dropdown-wrap .cart-dropdown { top: 0; right: 0; } .search-control { float: right; width: 50px; height: 50px; margin: 20px 20px 0 10px; padding-top: 17px; border-radius: 50%; background-color: #242424; text-align: center; cursor: pointer; } .search-control .svg-mag-glass-big { fill: #fff; width: 16px; height: 16px; } .cart-dropdown-control { width: 90px; height: 90px; padding-top: 35px; background-color: #ff5400; text-align: center; cursor: pointer; position: relative; } .cart-dropdown-control.v2 { width: 50px; height: 50px; border-radius: 50%; padding-top: 17px; margin-top: 20px; } .cart-dropdown-control.v2 .cart-item-quantity { top: 0; right: 0; } .cart-dropdown-control .svg-cross.hidden, .cart-dropdown-control .svg-cart.hidden { display: none; } .cart-dropdown-control .cart-item-quantity { width: 16px; height: 16px; border-radius: 50%; padding-left: 1px; background-color: #242424; position: absolute; top: 28px; right: 24px; } .cart-dropdown-control .cart-item-quantity p { color: #fff; font-size: 0.625em; font-weight: 700; line-height: 16px; } .cart-dropdown { width: 500px; background-color: #fff; text-align: left; position: absolute; cursor: auto; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .cart-dropdown.opened { opacity: 1; visibility: visible; -webkit-transform: translate(0, 90px); transform: translate(0, 90px); } .cart-dropdown .cart-dropdown-items { overflow-y: auto; border-top: 1px solid #e8e8e8; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item { height: 149px; padding: 24px 30px 0 148px; border-bottom: 1px solid #e8e8e8; position: relative; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item:last-child { border-bottom: none; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .product-img { position: absolute; top: 24px; left: 30px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info { padding-top: 10px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .title { display: inline-block; margin-bottom: 6px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-description { margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .rating { margin-bottom: 6px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-price { position: absolute; top: 34px; right: 80px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .svg-cross { fill: #b2b2b2; position: absolute; top: 34px; right: 30px; cursor: pointer; } .cart-dropdown .cart-dropdown-subtotal { height: 60px; padding: 0 80px 0 148px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; } .cart-dropdown .cart-dropdown-subtotal:after { content: ''; display: table; clear: both; } .cart-dropdown .cart-dropdown-subtotal p { float: right; font-size: 0.9375em; line-height: 60px; } .cart-dropdown .cart-dropdown-subtotal .title { float: left; font-weight: 700; } .cart-dropdown .cart-dropdown-actions:after { content: ''; display: table; clear: both; } .cart-dropdown .cart-dropdown-actions .button { float: left; width: 50%; border-radius: 0; } .menu-dropdown { width: 220px; background-color: #242424; position: absolute; top: -10px; z-index: 9999; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; pointer-events: none; } .menu-dropdown .menu-dropdown-item { position: relative; } .menu-dropdown .menu-dropdown-item > a { display: block; padding-left: 20px; border-bottom: 1px solid #3e3e3e; color: #8b8b8b; font-size: 0.6875em; line-height: 48px; font-weight: 900; text-transform: uppercase; transition: color 0.15s ease-in-out; } .menu-dropdown .menu-dropdown-item > .menu-dropdown { top: 0; left: 110px; } .menu-dropdown .menu-dropdown-item .svg-arrow { fill: #8b8b8b; pointer-events: none; position: absolute; top: 20px; right: 18px; } .menu-dropdown .menu-dropdown-item:hover > a { color: #fff; } .menu-dropdown .menu-dropdown-item:hover > .svg-arrow { fill: #fff; } .menu-dropdown .menu-dropdown-item:hover > .menu-dropdown { opacity: 1; visibility: visible; -webkit-transform: translate(110px, 0); transform: translate(110px, 0); pointer-events: auto; } .menu-dropdown .menu-dropdown-item:last-child > a { border-bottom: none; } .content-dropdown { width: 970px; padding: 50px; background-color: #242424; position: absolute; top: -10px; right: 0; opacity: 0; visibility: hidden; pointer-events: none; z-index: 9999; transition: all 0.3s ease-in-out; } .content-dropdown:after { content: ''; display: table; clear: both; } .content-dropdown .content-dropdown-column { float: left; margin-right: 80px; } .content-dropdown .content-dropdown-column:after { content: ''; display: table; clear: both; } .content-dropdown .content-dropdown-column .link-list { float: left; margin: 30px 48px 0 0; } .content-dropdown .content-dropdown-column .link-list:last-child { margin-right: 0; } .content-dropdown.with-bg { background-image: url("../img/promo/helmet.png"); background-repeat: no-repeat; background-position: 100% 50px; } .content-dropdown .promo { position: absolute; top: 74px; right: 50px; } .link-list .link-list-item { margin-bottom: 16px; } .link-list .link-list-item a { display: block; color: #8b8b8b; font-size: 0.6875em; font-weight: 900; transition: color 0.15s ease-in-out; } .link-list .link-list-item:hover a { color: #fff; } .link-list .link-list-item:last-child { margin-bottom: 0; } .link-list.simple .link-list-item a { text-transform: uppercase; } .link-list.decorated .link-list-item a { padding-left: 18px; font-size: 0.875em; font-weight: 400; position: relative; } .link-list.decorated .link-list-item a .svg-arrow { fill: #ff5400; pointer-events: none; position: absolute; top: 4px; left: 0; } @media screen and (max-width: 1260px) { .navigation { width: 100%; max-width: 100%; padding-left: 20px; } .widget-line-1, .main-menu { display: none; } .mobile-menu-wrap, .widget-line-2 { display: block; } } @media screen and (max-width: 680px) { .cart-dropdown { width: 100%; z-index: 9999; } .cart-dropdown.opened { top: 50px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item { height: auto; padding-left: 118px; padding-bottom: 24px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .product-img { width: 70px; height: 70px; } .cart-dropdown .cart-dropdown-subtotal { padding-left: 118px; } } @media screen and (max-width: 480px) { .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info { padding-top: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .title { font-size: 0.875em; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-description { font-size: 0.8125em; margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-price { position: static; font-size: 0.875em; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-quantity { margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .svg-cross { width: 10px; height: 10px; top: 10px; right: 12px; } .cart-dropdown .cart-dropdown-subtotal { padding-left: 30px; padding-right: 30px; } .cart-dropdown .cart-dropdown-actions .button { width: 100%; } } .main-slider { height: 660px; position: relative; overflow: hidden; } .slide-list { width: 100%; height: 100%; position: absolute; } .slide.slide-1 { background: url("../img/slider/slide1.png") no-repeat center; background-size: cover; } .slide.slide-1 .slide-content { padding-top: 115px; } .slide.slide-1 .banner-title { text-align: center; } .slide.slide-1 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-1 .banner-title:nth-child(2) { margin-bottom: 20px; } .slide.slide-2 { background: url("../img/slider/slide2.png") no-repeat center; background-size: cover; } .slide.slide-2 .slide-content { padding: 160px 0 0 70px; } .slide.slide-2 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-2 .banner-title:nth-child(3) { margin-bottom: 24px; } .slide.slide-2 .button { margin-top: 40px; } .slide.slide-3 { background: url("../img/slider/slide3.png") no-repeat center; background-size: cover; } .slide.slide-3 .slide-content-wrap:after { content: ''; display: table; clear: both; } .slide.slide-3 .slide-content-wrap .slide-content { float: right; width: 600px; padding-top: 166px; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title { text-align: center; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title:nth-child(3) { margin: 36px 0 54px; } .slide.slide-3 .slide-content-wrap .slide-content .button { margin: 0 auto; } .slider-controls { position: absolute; top: 280px; right: 38px; z-index: 10; } .slider-controls.secondary .slider-control { border-color: #cdcdcd; } .slider-controls.secondary .slider-control.selected { border-color: #ff5400; background-color: #ff5400; } .slider-control { width: 10px; height: 10px; margin-bottom: 14px; border-radius: 50%; border: 2px solid #fff; cursor: pointer; } .slider-control:last-child { margin-bottom: 0; } .slider-control.selected { background-color: #fff; } .banner-title { color: #fff; font-size: 5.375em; } .banner-title.dark { color: #242424; } .banner-title.main { color: #ff5400; } .banner-title.micro { font-size: 1em; } .banner-title.micro.light { color: #8b8b8b; font-weight: 700; } .banner-title.tiny { font-size: 1.75em; } .banner-title.small { font-size: 3.375em; } .banner-title.medium { font-size: 4em; font-weight: 700; letter-spacing: .1em; } .banner-title.large { font-size: 5.625em; } .banner-title span.highlighted { display: inline-block; height: 88px; padding: 0 14px; color: #00063c; background-color: #ff5400; } @media screen and (max-width: 1260px) { .main-slider { height: 600px; } .slide.slide-1 { background-image: url("../img/slider/slide1_r.png"); } .slide.slide-1 .slide-content { padding-top: 115px; } .slide.slide-1 .banner-title { text-align: center; } .slide.slide-1 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-1 .banner-title:nth-child(2) { margin-bottom: 20px; } .slide.slide-2 { background-image: url("../img/slider/slide2_r.png"); } .slide.slide-2 .slide-content { padding: 100px 0 0; } .slide.slide-2 .banner-title { text-align: center; } .slide.slide-2 .button { margin: 40px auto 0; } .slide.slide-3 { background-image: none; background-color: #f0f0f0; } .slide.slide-3 .slide-content-wrap .slide-content { float: none; width: 100%; padding-top: 115px; } .slider-controls { width: 58px; top: auto; right: auto; bottom: 38px; left: 50%; margin-left: -29px; } .slider-controls:after { content: ''; display: table; clear: both; } .slider-control { float: left; margin-bottom: 0; margin-right: 14px; } .slider-control:last-child { margin-right: 0; } } @media screen and (max-width: 860px) { .main-slider { height: 500px; } .slide.slide-1 .slide-content { padding-top: 100px; } .slide.slide-1 .banner-title { font-size: 2.875em; line-height: 1.2; } .slide.slide-1 .banner-title.tiny { font-size: 1.125em; } .slide.slide-1 .banner-title:nth-child(3) { font-size: 0.875em; line-height: 1.6; } .slide.slide-2 .banner-title { font-size: 2.875em; } .slide.slide-2 .banner-title span.highlighted { height: 48px; padding: 0 6px; } .slide.slide-2 .banner-title.small { font-size: 1.75em; } .slide.slide-2 .banner-title.micro { font-size: 0.875em; line-height: 1.6; } .slide.slide-3 .slide-content-wrap .slide-content { padding-top: 100px; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.large { font-size: 2.875em; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.medium { font-size: 2.5em; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.micro { font-size: 0.875em; line-height: 1.6; } } .section-navigation-wrap { border-top: 1px solid #e8e8e8; background-color: #f9f9f9; } .section-navigation { height: 60px; } .section-navigation .section-navigation-path { font-size: 0.75em; line-height: 60px; } .section-navigation .section-navigation-path .path { margin-right: 5px; } .section-navigation .section-navigation-path .path:last-child { margin-right: 0; } .section-navigation .section-navigation-path .path.bold .svg-arrow { fill: #ff5400; } .section-navigation .section-navigation-path .path.current { color: #242424; font-weight: 700; } .section-navigation .section-navigation-path .svg-arrow { fill: #8b8b8b; width: 3px; height: 6px; } .section-wrap { background-color: #fff; } .section-wrap.dark { background-color: #1b1b1b; } .section-wrap.gmap { position: relative; background-color: #fbfbfb; } .section-wrap.gmap #map { width: 100%; height: 100%; } .section, .product-showcase { padding: 100px 0 150px; } .section:after, .product-showcase:after { content: ''; display: table; clear: both; } .section.no-title, .product-showcase.no-title { padding-top: 80px; } .section.top-short, .product-showcase.top-short { padding-top: 50px; } .section.bottom-short, .product-showcase.bottom-short { padding-bottom: 110px; } .section.bottom-shorter, .product-showcase.bottom-shorter { padding-bottom: 70px; } .section.void, .product-showcase.void { padding: 0; } .section.bottom-void, .product-showcase.bottom-void { padding-bottom: 0; } .section.form-demo .form-popup, .product-showcase.form-demo .form-popup { margin-bottom: 60px; } .section.left-aligned > .title, .product-showcase.left-aligned > .title { text-align: left; } .section.left-aligned > .title + .line-separator, .product-showcase.left-aligned > .title + .line-separator { margin: 28px 0 60px; } .section.left-aligned .pretitle, .product-showcase.left-aligned .pretitle { text-align: left; } .section > .title, .product-showcase > .title { text-align: center; } .section > .title + .line-separator, .product-showcase > .title + .line-separator { margin: 28px auto 60px; } .section > .title + .line-separator.short, .product-showcase > .title + .line-separator.short { margin-bottom: 50px; } .section .pretitle, .product-showcase .pretitle { color: #b2b2b2; font-size: 0.875em; text-align: center; font-weight: 700; margin-bottom: 10px; } .section .section-description, .product-showcase .section-description { width: 770px; margin: 0 auto; text-align: center; } .welcome-section-wrap { background-image: url("../img/home/welcome.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #f9f9f9; } .welcome-section { padding-bottom: 470px; } .features-section { position: relative; } .features-section .bg-decoration { position: absolute; top: 244px; right: -88px; } @media screen and (max-width: 1260px) { .features-section { padding-bottom: 100px; } .features-section .bg-decoration { display: none; } .section.no-title { padding-top: 40px; } } @media screen and (max-width: 1024px) { .section .section-description { width: 90%; } } @media screen and (max-width: 680px) { .section-navigation { padding-left: 10px; } } @media screen and (max-width: 480px) { .section > .title, .product-showcase > .title { font-size: 1.75em; line-height: 1.2; } } .builder-actions { padding: 80px 0 64px; background-color: #fff; overflow: hidden; } .builder-actions .builder-actions-item-wrap { border-right: 1px solid #e8e8e8; } .builder-actions .builder-actions-item { text-align: center; transition: transform 0.4s ease-in-out; } .builder-actions .builder-actions-item:hover { -webkit-transform: translate(0, -32px); transform: translate(0, -32px); } .builder-actions .builder-actions-item:hover .button { opacity: 1; visibility: visible; } .builder-actions .builder-actions-item img { display: block; margin: 0 auto 28px; } .builder-actions .builder-actions-item .title { margin-bottom: 10px; } .builder-actions .builder-actions-item p { font-size: 0.875em; line-height: 1em; } .builder-actions .builder-actions-item .button { width: 126px; margin: 18px auto 0; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .builder-actions .builder-actions-item:last-child { border-right: none; } .action-poster-wrap { background: url("../img/home/action-poster-bg.jpg") no-repeat center; background-size: cover; } .action-poster { min-height: 250px; padding: 90px 100px 0; } .action-poster:after { content: ''; display: table; clear: both; } .action-poster .action-poster-info { float: left; } .action-poster .title { color: #fff; font-size: 2.5em; margin-bottom: 10px; } .action-poster p { font-size: 1.125em; line-height: 1em; } .action-poster .button { float: right; margin-top: 3px; } .feature-list { margin-top: 96px; } .feature-list:after { content: ''; display: table; clear: both; } .feature-list.small { width: 705px; } .feature-list.small .feature-list-item { width: 335px; margin: 0 35px 45px 0; padding-left: 35px; } .feature-list.small .feature-list-item:nth-child(2n+2) { margin-right: 0; } .feature-list.small .feature-list-item:nth-last-child(1), .feature-list.small .feature-list-item:nth-last-child(2) { margin-bottom: 0; } .feature-list.big { margin-left: auto; margin-right: auto; } .feature-list.big .feature-list-item { width: 370px; padding-left: 70px; margin: 0 30px 40px 0; } .feature-list.big .feature-list-item:nth-child(3n+3) { margin-right: 0; } .feature-list.big .feature-list-item:nth-last-child(1), .feature-list.big .feature-list-item:nth-last-child(2), .feature-list.big .feature-list-item:nth-last-child(3) { margin-bottom: 0; } .feature-list .feature-list-item { float: left; position: relative; } .feature-list .feature-list-item .title { margin-bottom: 30px; font-weight: 700; } .feature-list .feature-list-item .s-icon { color: #ff5400; font-size: 30px; position: absolute; top: -10px; left: 14px; } .feature-list .feature-list-item .svg-check { fill: #ff5400; position: absolute; top: 0; left: 0; } .service-banners:after { content: ''; display: table; clear: both; } .service-banners .service-banner { float: left; width: 33.33333%; height: 436px; } .service-banners .service-banner .service-banner-content { height: 100%; padding-top: 108px; text-align: center; transition: transform 0.4s ease-in-out; } .service-banners .service-banner .service-banner-content:hover { -webkit-transform: translate(0, -16px); transform: translate(0, -16px); } .service-banners .service-banner .service-banner-content:hover p { opacity: 1; visibility: visible; } .service-banners .service-banner .service-banner-content .s-icon { display: block; margin-bottom: 30px; color: #fff; } .service-banners .service-banner .service-banner-content .s-icon.icon-badge { font-size: 52px; } .service-banners .service-banner .service-banner-content .s-icon.icon-like { font-size: 46px; } .service-banners .service-banner .service-banner-content .s-icon.icon-rocket { font-size: 48px; } .service-banners .service-banner .service-banner-content .title { color: #fff; } .service-banners .service-banner .service-banner-content .title.medium { font-size: 1.375em; } .service-banners .service-banner .service-banner-content .title.big { font-size: 3em; } .service-banners .service-banner .service-banner-content .line-separator { background-color: #fff; } .service-banners .service-banner .service-banner-content p { width: 370px; margin: 0 auto; color: #fff; font-size: 0.9375em; line-height: 28px; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .service-banners .service-banner.main { background-color: #ff5400; } .service-banners .service-banner.secondary { background-color: #ff7200; } .service-banners .service-banner.tertiary { background-color: #ffae00; } .step-list .step-list-item { margin-bottom: 80px; } .step-list .step-list-item:after { content: ''; display: table; clear: both; } .step-list .step-list-item:last-child { margin-bottom: 0; } .step-list .step-list-item.left .step-list-item-info { float: left; text-align: left; } .step-list .step-list-item.left .step-list-item-img { float: right; } .step-list .step-list-item.right .step-list-item-info { float: right; text-align: right; } .step-list .step-list-item.right .step-list-item-img { float: left; } .step-list .step-list-item .step-list-item-info { width: 570px; } .step-list .step-list-item .step-list-item-info .title.medium { font-size: 1.25em; } .step-list .step-list-item .step-list-item-info .title.large { font-size: 2.875em; line-height: 1.2; } .step-list .step-list-item .step-list-item-info .title.small { margin: 10px 0 38px; font-size: 1.25em; font-weight: 700; text-transform: none; } .promo-banners:after { content: ''; display: table; clear: both; } .promo-banners .promo-banner { float: left; width: 50%; height: 430px; padding-top: 60px; } .promo-banners .promo-banner .promo-banner-title-wrap { width: 480px; margin: 0 auto; } .promo-banners .promo-banner .promo-banner-title-wrap:after { content: ''; display: table; clear: both; } .promo-banners .promo-banner .promo-banner-title-wrap .title { float: left; } .promo-banners .promo-banner .title, .promo-banners .promo-banner p { color: #fff; text-align: center; } .promo-banners .promo-banner .title.title-promo { font-size: 7.25em; } .promo-banners .promo-banner .title.title-percent { font-size: 71px; line-height: .5em; margin-top: 25px; } .promo-banners .promo-banner .title.title-percent .title-unit { font-size: 33px; } .promo-banners .promo-banner .title.title-extra { margin: 14px 0 0 5px; font-size: 52px; line-height: .92em; text-align: left; } .promo-banners .promo-banner .title.title-description { margin: 30px 0 26px; font-size: 1.25em; letter-spacing: 0.01em; } .promo-banners .promo-banner p { font-size: 0.6875em; font-weight: 700; line-height: 1em; } .promo-banners .promo-banner .button { margin: 50px auto 0; } .promo-banners .promo-banner.main { background-color: #ff5400; } .promo-banners .promo-banner.dark { background-color: #242424; } .widget-form-wrap { background-color: #ff5400; } .widget-form-wrap .widget-form { padding: 66px 100px 60px; } .widget-form-wrap .widget-form:after { content: ''; display: table; clear: both; } .widget-form-wrap .widget-form .widget-form-info { float: left; } .widget-form-wrap .widget-form .widget-form-info .title, .widget-form-wrap .widget-form .widget-form-info p { color: #fff; } .widget-form-wrap .widget-form .widget-form-info .title { font-size: 1.625em; margin-bottom: 16px; } .widget-form-wrap .widget-form .widget-form-info p { font-size: 0.9375em; line-height: 1em; } .widget-form-wrap .widget-form .widget-form-input { float: right; width: 500px; margin-top: 4px; position: relative; } .widget-form-wrap .widget-form .widget-form-input input[type="text"] { padding-right: 54px; } .widget-form-wrap .widget-form .widget-form-input .icon-envelope { color: #242424; font-size: 24px; position: absolute; top: 13px; right: 14px; } @media screen and (max-width: 1260px) { .action-poster { text-align: center; padding: 90px 0 60px; } .action-poster .action-poster-info, .action-poster .button { float: none; } .action-poster .button { margin: 40px auto 0; } .service-banners .service-banner { float: none; width: 100%; height: 380px; } .service-banners .service-banner .service-banner-content { padding-top: 68px; } .step-list .step-list-item.left .step-list-item-info { float: none; } .step-list .step-list-item.right .step-list-item-info { float: none; } .step-list .step-list-item .step-list-item-info { margin: 0 auto; } .step-list .step-list-item-img { display: none; } .promo-banners .promo-banner { float: none; width: 100%; height: auto; padding: 60px 10px; } .widget-form-wrap .widget-form { padding-right: 0; padding-left: 0; } .widget-form-wrap .widget-form .widget-form-info { float: none; } .widget-form-wrap .widget-form .widget-form-info .title, .widget-form-wrap .widget-form .widget-form-info p { text-align: center; } .widget-form-wrap .widget-form .widget-form-input { float: none; margin: 30px auto 0; } .feature-list.small { margin: 96px auto 0; } .feature-list.big { width: 770px; } .feature-list.big .feature-list-item:nth-child(3n+3) { margin-right: 30px; } .feature-list.big .feature-list-item:nth-child(2n+2) { margin-right: 0; } .feature-list.big .feature-list-item:nth-last-child(3) { margin-bottom: 40px; } } @media screen and (max-width: 860px) { .feature-list.small, .feature-list.big { width: 90%; margin-top: 70px; } .feature-list.small .feature-list-item, .feature-list.big .feature-list-item { float: none; width: 100%; padding: 40px 0 0; margin-bottom: 60px; text-align: center; } .feature-list.small .feature-list-item:nth-last-child(2), .feature-list.big .feature-list-item:nth-last-child(2) { margin-bottom: 60px; } .feature-list .feature-list-item .svg-check { left: 50%; margin-left: -10px; } .feature-list .feature-list-item .s-icon { left: 50%; margin-left: -15px; } } @media screen and (max-width: 680px) { .step-list .step-list-item .step-list-item-info { width: 95%; } .step-list .step-list-item .step-list-item-info .title.large { font-size: 1.75em; line-height: 1.2; } .promo-banners .promo-banner .promo-banner-title-wrap { width: 270px; } .promo-banners .promo-banner .title.title-promo { font-size: 5.375em; margin-bottom: 10px; text-align: center; } .promo-banners .promo-banner .title.title-promo.simple { float: none; } .promo-banners .promo-banner .title.title-promo.composed { margin-left: 62px; } .promo-banners .promo-banner .title.title-percent { font-size: 52px; margin-top: 20px; } .promo-banners .promo-banner .title.title-percent .title-unit { font-size: 23px; } .promo-banners .promo-banner .title.title-extra { float: none; clear: left; font-size: 28px; text-align: center; } .promo-banners .promo-banner .title.title-extra br { display: none; } .promo-banners .promo-banner .title.title-description { line-height: 1.2em; } .promo-banners .promo-banner p { font-size: 0.6875em; font-weight: 700; line-height: 1em; } .promo-banners .promo-banner .button { margin: 50px auto 0; } .widget-form-wrap .widget-form .widget-form-info .title { margin-bottom: 6px; line-height: 1.2; } .widget-form-wrap .widget-form .widget-form-info p { line-height: 30px; } .widget-form-wrap .widget-form .widget-form-input { width: 90%; margin-top: 20px; } } @media screen and (max-width: 480px) { .action-poster .title { font-size: 1.75em; line-height: 1.2; } .service-banners .service-banner .service-banner-content p { width: 95%; } } .product-list.v2 { margin: 0 auto; } .product-list.v2 .product-list-item { min-height: 290px; margin-bottom: 24px; padding-left: 300px; position: relative; } .product-list.v2 .product-list-item .product-img { position: absolute; top: 0; left: 0; } .product-list.v2 .product-list-item .product-list-item-info { text-align: left; padding-top: 12px; } .product-list.v2 .product-list-item .product-list-item-info .rating { margin-bottom: 16px; } .product-list.v2 .product-list-item .product-list-item-info .product-price { position: absolute; top: 14px; right: 0; } .product-list.v2 .product-list-item .product-list-item-info .button-list { margin-top: 25px; } .product-list .product-list-item .product-list-item-preview { width: 100%; height: 290px; position: relative; } .product-list .product-list-item .product-list-item-preview:hover .product-list-item-actions { opacity: 1; visibility: visible; } .product-list .product-list-item .product-list-item-preview:hover .product-list-item-actions .button-list .button { -webkit-transform: scale(1); transform: scale(1); } .product-list .product-list-item .product-list-item-preview .product-list-item-actions { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list { margin: 128px auto 0; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button { -webkit-transform: scale(0); transform: scale(0); transition: transform 0.3s ease-in-out; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(1) { transition-delay: 0.1s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(2) { transition-delay: 0.15s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(3) { transition-delay: 0.2s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(4) { transition-delay: 0.25s; } .product-list .product-list-item .product-list-item-info { padding-top: 30px; text-align: center; } .product-list .product-list-item .product-list-item-info .title { display: inline-block; } .product-list .product-list-item .product-list-item-info .product-description { margin: 12px 0 16px; } .product-list .product-list-item .product-list-item-price { padding-left: 70px; } .product-list .product-list-item .product-list-item-price:after { content: ''; display: table; clear: both; } .product-list .product-list-item .product-list-item-price .rating { float: left; margin-right: 14px; } .product-list .product-list-item .product-list-item-price .product-price { float: left; margin-top: 1px; } .product-preview-list .product-preview-list-item { min-height: 70px; margin-bottom: 20px; padding: 6px 0 0 82px; position: relative; } .product-preview-list .product-preview-list-item:last-child { margin-bottom: 0; } .product-preview-list .product-preview-list-item .product-img { position: absolute; top: 0; left: 0; } .product-preview-list .product-preview-list-item .title { margin-bottom: 2px; } @media screen and (max-width: 1024px) { .product-list.v2 { width: 570px; } .product-list.v2:after { content: ''; display: table; clear: both; } .product-list.v2 .product-list-item { float: left; width: 270px; height: auto; margin: 0 30px 60px 0; padding: 115px 0 0; } .product-list.v2 .product-list-item:nth-child(2n+2) { margin-right: 0; } .product-list.v2 .product-list-item .product-img { width: 100px; height: 100px; top: 0; left: 50%; margin-left: -50px; } .product-list.v2 .product-list-item .product-list-item-info { padding-top: 0; text-align: center; } .product-list.v2 .product-list-item .product-list-item-info .title { font-size: 1em; } .product-list.v2 .product-list-item .product-list-item-info .product-description { font-size: 0.875em; margin-bottom: 10px; } .product-list.v2 .product-list-item .product-list-item-info .rating { display: inline-block; margin-bottom: 6px; } .product-list.v2 .product-list-item .product-list-item-info .product-description-preview { font-size: 0.875em; line-height: 26px; margin-top: 12px; text-align: justify; } .product-list.v2 .product-list-item .product-list-item-info .product-price { position: static; font-size: 1em; } .product-list.v2 .product-list-item .product-list-item-info .button-list { display: inline-block; } } @media screen and (max-width: 680px) { .product-list.v2 { width: 270px; } .product-list.v2 .product-list-item { margin-right: 0; } } .footer-wrap { background-color: #242424; } .footer-top { padding: 84px 0 50px; } .footer-top:after { content: ''; display: table; clear: both; } .footer-top .description { color: #666; font-size: 0.875em; line-height: 24px; } .footer-top .aboutus-preview { float: left; margin-right: 100px; } .footer-top .content-dropdown-column { float: left; width: 200px; } .footer-top .content-dropdown-column.full { width: 370px; margin-left: 30px; } .footer-top .content-dropdown-column.full .line-separator { margin-bottom: 30px; } .footer-top .content-dropdown-column .line-separator { margin-bottom: 36px; } .footer-bottom { height: 122px; padding-left: 70px; border-top: 1px solid #3e3e3e; } .footer-bottom:after { content: ''; display: table; clear: both; } .footer-bottom .title, .footer-bottom .payment-list { float: left; } .footer-bottom .title { margin-right: 15px; font-size: 0.6875em; line-height: 121px; } .footer-bottom .payment-list .payment-list-item a { height: 121px; line-height: 132px; } .footer-bottom .payment-list .payment-list-item:nth-child(4) a { line-height: 142px; } .aboutus-preview { width: 270px; } .aboutus-preview .logo { margin-bottom: 40px; } .aboutus-preview p { font-size: 0.875em; line-height: 24px; } .aboutus-preview p.description { margin-bottom: 30px; } .contactus-list .contactus-list-item { padding-left: 35px; margin-bottom: 20px; position: relative; } .contactus-list .contactus-list-item:last-child { margin-bottom: 0; } .contactus-list .contactus-list-item .s-icon { color: #fff; font-size: 20px; position: absolute; top: 0; left: 6px; } .contactus-list .contactus-list-item .s-icon.icon-location-pin { top: -4px; } .contactus-list .contactus-list-item .s-icon.icon-phone { top: -2px; left: 9px; -webkit-transform: rotate(20deg); transform: rotate(20deg); } .contactus-list .contactus-list-item p { line-height: 1em; } .quick-contact-form { margin-top: 12px; } .quick-contact-form input[type="text"] { height: 42px; margin-bottom: 14px; } .quick-contact-form textarea { height: 90px; margin-bottom: 16px; } .quick-contact-form .button { width: 100%; } .quick-contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #6c6c6c; } .quick-contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #6c6c6c; opacity: 1; } .quick-contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #6c6c6c; opacity: 1; } .quick-contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #6c6c6c; } .quick-contact-form ::-ms-input-placeholder { /* Microsoft Edge */ color: #6c6c6c; } .payment-list:after { content: ''; display: table; clear: both; } .payment-list .payment-list-item { float: left; } .payment-list .payment-list-item a { display: block; width: 150px; text-align: center; opacity: .2; transition: opacity 0.3s ease-in-out; } .payment-list .payment-list-item a:hover { opacity: 1; } @media screen and (max-width: 1260px) { .footer-top { width: 600px; } .footer-top .aboutus-preview { margin-bottom: 60px; } .footer-top .content-dropdown-column:nth-child(2) { margin-bottom: 60px; } .footer-bottom { height: auto; padding-left: 0; } .footer-bottom .title { display: none; } .footer-bottom .payment-list { float: none; width: 450px; margin: 0 auto; } } @media screen and (max-width: 680px) { .footer-top { width: 270px; padding-left: 10px; padding-right: 10px; } .footer-top .aboutus-preview, .footer-top .content-dropdown-column { float: none; width: 100%; } .footer-top .content-dropdown-column:nth-child(3) { margin-bottom: 60px; } .footer-top .content-dropdown-column.full { width: 100%; margin-left: 0; } .footer-bottom .payment-list { width: 300px; } } @media screen and (max-width: 480px) { .footer-bottom .payment-list { width: 150px; } } .aboutus-banner-wrap { background-image: url(../img/aboutus/aboutus_bg.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .aboutus-banner-wrap .aboutus-banner-bg-fill { width: 51%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; top: 0; right: 0; } .aboutus-banner { min-height: 704px; } .aboutus-banner:after { content: ''; display: table; clear: both; } .aboutus-banner .aboutus-banner-content { padding-top: 136px; float: right; width: 540px; position: relative; z-index: 10; } .aboutus-banner .aboutus-banner-content .title { margin-bottom: 14px; font-size: 3.375em; } .aboutus-banner .aboutus-banner-content p.title { margin-bottom: 40px; color: #fff; font-size: 1.25em; font-weight: 700; } .aboutus-banner .aboutus-banner-content .button { margin-top: 56px; } @media screen and (max-width: 1260px) { .aboutus-banner-wrap { background-image: url(../img/aboutus/aboutus_nobg.png); } .aboutus-banner-wrap .aboutus-banner-bg-fill { width: 100%; height: 100%; } .aboutus-banner { min-height: 600px; } .aboutus-banner .aboutus-banner-content { float: none; width: 95%; padding: 100px 0; text-align: center; } .aboutus-banner .aboutus-banner-content .button { margin: 56px auto 0; } } @media screen and (max-width: 680px) { .aboutus-banner .aboutus-banner-content .title { font-size: 2.625em; } .aboutus-banner .aboutus-banner-content p.title { line-height: 1.6; } } .sidebar.left, .content.left { float: left; } .sidebar.right, .content.right { float: right; } .sidebar { width: 270px; } .sidebar-widget { margin-bottom: 40px; } .content { width: 870px; } .widget-dropdown .widget-dropdown-item > a { display: block; height: 51px; line-height: 51px; border-bottom: 1px solid #e8e8e8; color: #242424; font-size: 0.875em; font-weight: 700; position: relative; transition: color 0.15s ease-in-out; } .widget-dropdown .widget-dropdown-item > a:hover { color: #ff5400; } .widget-dropdown .widget-dropdown-item > a.open .svg-plus { display: none; } .widget-dropdown .widget-dropdown-item > a.open .svg-minus { display: block; } .widget-dropdown .widget-dropdown-item > a .svg-plus, .widget-dropdown .widget-dropdown-item > a .svg-minus { position: absolute; top: 20px; right: 0; } .widget-dropdown .widget-dropdown-item > a .svg-minus { display: none; } .widget-dropdown .widget-dropdown-item:last-child a { border-bottom: none; } .widget-inner-dropdown { padding: 10px 0; border-bottom: 1px solid #e8e8e8; display: none; } .widget-inner-dropdown .widget-inner-dropdown-item > a { display: block; height: 40px; line-height: 40px; padding-left: 14px; color: #8b8b8b; font-size: 0.875em; transition: color 0.15s ease-in-out; } .widget-inner-dropdown .widget-inner-dropdown-item > a:hover { color: #242424; } .checkbox-list:after { content: ''; display: table; clear: both; } .checkbox-list .checkbox { float: left; width: 75px; margin: 0 55px 20px 0; } .checkbox-list .checkbox:nth-child(odd) { float: right; } .range-slider:after { content: ''; display: table; clear: both; } .range-slider .range-slider-actions { width: 270px; margin: 34px auto 20px; } .range-slider .range-slider-actions .button { float: left; margin-right: 20px; } .range-slider .range-slider-actions p { float: left; margin-top: 10px; font-size: 0.875em; line-height: 1em; } .range-slider .range-slider-actions p .price-from, .range-slider .range-slider-actions p .price-to { color: #242424; font-weight: 700; } .filter-header { min-height: 64px; margin-bottom: 24px; border-bottom: 1px solid #e8e8e8; } .filter-header:after { content: ''; display: table; clear: both; } .filter-header .title { float: left; font-size: 0.75em; margin-top: 16px; } .filter-header .filter-options { float: right; } .filter-header .view-selectors { float: right; margin-left: 24px; } .filter-options:after { content: ''; display: table; clear: both; } .filter-options .filter-option { float: left; margin-right: 12px; } .filter-options .filter-option:last-child { margin-right: 0; } .filter-options .filter-option .title { margin-right: 12px; } .filter-options .filter-option .select-block { float: left; width: 194px; } .view-selectors:after { content: ''; display: table; clear: both; } .view-selectors .view-selector { float: left; width: 42px; height: 42px; border: 1px solid #e8e8e8; border-radius: 4px; margin-right: 12px; text-align: center; } .view-selectors .view-selector:last-child { margin-right: 0; } .view-selectors .view-selector .svg-list { margin-top: 13px; } .view-selectors .view-selector .svg-grid { margin-top: 12px; } .view-selectors .view-selector.selected .svg-list, .view-selectors .view-selector.selected .svg-grid { fill: #ff5400; } .pager-wrap { text-align: center; margin-top: 40px; } .pager { display: inline-block; } .pager .pager-item { float: left; margin-right: 8px; } .pager .pager-item:last-child { margin-right: 0; } .pager .pager-item a { display: block; width: 42px; height: 42px; line-height: 42px; border: 1px solid #e8e8e8; border-radius: 4px; color: #242424; font-size: 0.8125em; font-weight: 700; text-align: center; transition: color 0.15s ease-in-out; } .pager .pager-item a:hover { color: #ff5400; } .pager .pager-item a:hover .svg-arrow { fill: #ff5400; } .pager .pager-item a .svg-arrow { fill: #242424; transition: fill 0.15s ease-in-out; } .pager .pager-item.selected a { color: #ff5400; } @media screen and (max-width: 1260px) { .content.right, .content.left, .sidebar.right, .sidebar.left { float: none; width: 95%; margin: 0 auto; } .sidebar.left, .sidebar.right { margin-top: 60px; } .section > .filter-header { padding-bottom: 20px; text-align: center; } .section > .filter-header > .title { float: none; margin-bottom: 20px; } .section > .filter-header .filter-options { float: none; } .section > .filter-header .filter-options .filter-option { float: none; margin-right: 0; } .section > .filter-header .filter-options .filter-option .title { margin: 0 0 10px 0; } .section > .filter-header .filter-options .filter-option .select-block { width: 100%; margin-bottom: 15px; } .section > .filter-header .view-selectors { float: none; display: inline-block; margin: 0 0 20px 0; } } @media screen and (max-width: 1024px) { .content .filter-header { padding-bottom: 20px; text-align: center; } .content .filter-header > .title { float: none; margin-bottom: 20px; } .content .filter-header .filter-options { float: none; } .content .filter-header .filter-options .filter-option { float: none; margin-right: 0; } .content .filter-header .filter-options .filter-option .title { margin: 0 0 10px 0; } .content .filter-header .filter-options .filter-option .select-block { width: 100%; margin-bottom: 15px; } .content .filter-header .view-selectors { float: none; display: inline-block; margin: 0 0 20px 0; } } .product-view { height: 494px; padding-left: 600px; position: relative; } .product-view.short { height: 480px; padding-left: 370px; } .product-view.short .product-img-list { top: auto; bottom: 0; } .product-view.short > .product-img { width: 340px; height: 365px; left: 0; } .product-view.short .product-details .rating { margin-bottom: 24px; } .product-view.short .product-details form { margin: 26px 0 68px; } .product-view .product-img-list { position: absolute; top: 0; left: 0; } .product-view > .product-img { position: absolute; top: 0; left: 110px; } .product-view .product-details { padding-top: 10px; } .product-view .product-details .title { margin-bottom: 12px; } .product-view .product-details .rating { margin: 16px 0 30px; } .product-view .product-details .product-price { margin-bottom: 6px; position: absolute; top: 10px; right: 0; } .product-view .product-details form { margin: 36px 0 88px; } .product-view .product-details form:after { content: ''; display: table; clear: both; } .product-view .product-details form .form-row { float: left; margin-bottom: 0; } .product-view .product-details form .form-row .select-block { width: 180px; margin-right: 12px; } .product-view .product-details .product-details-actions:after { content: ''; display: table; clear: both; } .product-view .product-details .product-details-actions > .button { float: left; width: 200px; margin-right: 12px; } .product-view .product-details .product-details-actions .button-list { float: left; margin-top: 22px; } .product-img-list .product-img-list-item { width: 100px; height: 100px; cursor: pointer; position: relative; } .product-img-list .product-img-list-item .overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .product-img-list.vertical .product-img-list-item { margin-bottom: 10px; } .product-img-list.vertical .product-img-list-item:last-child { margin-bottom: 0; } .product-img-list.horizontal:after { content: ''; display: table; clear: both; } .product-img-list.horizontal .product-img-list-item { float: left; margin-right: 20px; } .product-img-list.horizontal .product-img-list-item:last-child { margin-right: 0; } .product-img-list.border-anim .product-img-list-item .overlay { border: 4px solid transparent; transition: border-color 0.15s ease-in-out; } .product-img-list.border-anim .product-img-list-item:hover .overlay, .product-img-list.border-anim .product-img-list-item.selected .overlay { border-color: #dedede; } .product-img-list.bg-anim .product-img-list-item .overlay { transition: background-color 0.15s ease-in-out; } .product-img-list.bg-anim .product-img-list-item:hover .overlay, .product-img-list.bg-anim .product-img-list-item.selected .overlay { background-color: rgba(0, 0, 0, 0.5); } @media screen and (max-width: 1260px) { .product-view.full { height: auto; padding: 510px 0 0; text-align: center; } .product-view.full > .product-img { top: 0; left: 50%; margin-left: -230px; } .product-view.full .product-img-list { display: inline-block; position: static; margin-bottom: 40px; } .product-view.full .product-img-list.vertical:after { content: ''; display: table; clear: both; } .product-view.full .product-img-list.vertical .product-img-list-item { float: left; margin: 0 10px 0 0; } .product-view.full .product-img-list.vertical .product-img-list-item:last-child { margin-right: 0; } .product-view.full .product-details .rating { display: inline-block; margin-bottom: 10px; } .product-view.full .product-details .product-price { position: static; margin-bottom: 12px; } .product-view.full .product-details form { margin: 40px 0 20px; } .product-view.full .product-details form .form-row { float: none; margin-bottom: 20px; } .product-view.full .product-details form .form-row .select-block { width: 100%; } .product-view.full .product-details form .quantity-input { display: inline-block; text-align: left; } .product-view.full .product-details .product-details-actions > .button { float: none; margin: 0 auto; } .product-view.full .product-details .product-details-actions .button-list { float: none; display: inline-block; } } @media screen and (max-width: 1024px) { .product-view.short { height: auto; padding: 380px 0 0; text-align: center; } .product-view.short > .product-img { top: 0; left: 50%; margin-left: -170px; } .product-view.short .product-img-list { display: inline-block; position: static; margin-bottom: 40px; } .product-view.short .product-details .rating { display: inline-block; margin-bottom: 10px; } .product-view.short .product-details .product-price { position: static; margin-bottom: 12px; } .product-view.short .product-details form { margin: 40px 0 20px; } .product-view.short .product-details form .form-row { float: none; margin-bottom: 20px; } .product-view.short .product-details form .form-row .select-block { width: 100%; } .product-view.short .product-details form .quantity-input { display: inline-block; text-align: left; } .product-view.short .product-details .product-details-actions > .button { float: none; margin: 0 auto; } .product-view.short .product-details .product-details-actions .button-list { float: none; display: inline-block; } } @media screen and (max-width: 680px) { .product-view.full { padding-top: 285px; } .product-view.full > .product-img { width: 250px; height: 270px; margin-left: -125px; } .product-view.full .product-img-list { margin-bottom: 20px; } .product-view.full .product-img-list.vertical { width: 230px; } .product-view.full .product-img-list.vertical .product-img-list-item { width: 70px; height: 70px; margin-bottom: 10px; } .product-view.full .product-img-list.vertical .product-img-list-item:nth-child(3n+3) { margin-right: 0; } .product-view.full .product-img-list.vertical .product-img-list-item .product-img { width: 70px; height: 70px; } } @media screen and (max-width: 480px) { .product-view.short { padding-top: 285px; } .product-view.short > .product-img { width: 250px; height: 270px; margin-left: -125px; } .product-view.short .product-img-list .product-img-list-item { width: 70px; height: 70px; } .product-view.short .product-img-list .product-img-list-item .product-img { width: 70px; height: 70px; } } .text-row { margin-bottom: 50px; } .text-row:after { content: ''; display: table; clear: both; } .text-row:last-child { margin-bottom: 0; } .text-row .title { margin-bottom: 40px; } .text-row .title.main-title { font-size: 2.875em; line-height: 1.1; } .text-row .title.subtitle { font-size: 1.625em; font-weight: 700; line-height: 1.2; text-transform: none; } .text-row .half { float: left; width: 49%; } .text-row .half + .half { float: right; } .post-img { width: 370px; height: 230px; } .post-img.large { width: 100%; height: 590px; } .post-timestamp { color: #ff5400; font-size: 0.75em; font-weight: 700; line-height: 1em; text-transform: uppercase; } .post-author { font-size: 0.8125em; line-height: 1em; } .post-author .separator { margin: 0 6px; } .post-preview-list { margin: 0 auto; } .post-preview-list + .pager-wrap { margin-top: 60px; } .post-preview-list .post-preview-list-item { width: 370px; margin-bottom: 40px; } .post-preview-list .post-preview-list-item .post-preview-img { margin-bottom: 32px; position: relative; } .post-preview-list .post-preview-list-item .post-preview-img:hover .overlay { opacity: 1; } .post-preview-list .post-preview-list-item .post-preview-img:hover .overlay .circle { -webkit-transform: scale(1); transform: scale(1); } .post-preview-list .post-preview-list-item .post-preview-img .overlay { width: 100%; height: 100%; background-color: rgba(255, 84, 0, 0.9); position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease-in-out; } .post-preview-list .post-preview-list-item .post-preview-img .overlay .circle { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; position: absolute; top: 95px; left: 50%; margin-left: -20px; transition: transform 0.3s ease-in-out; -webkit-transform: scale(0); transform: scale(0); } .post-preview-list .post-preview-list-item .post-preview-img .overlay .circle .svg-plus { position: absolute; top: 13px; left: 50%; margin-left: -6px; } .post-preview-list .post-preview-list-item .post-timestamp { margin-bottom: 16px; } .post-preview-list .post-preview-list-item .title { margin-bottom: 10px; line-height: 32px; } .post-preview-list .post-preview-list-item .post-author { margin-bottom: 26px; } .post-preview-list .post-preview-list-item .button { width: 170px; margin-top: 32px; } .open-post { width: 970px; margin: 0 auto; padding: 50px 70px 20px; background-color: #fff; position: relative; top: -130px; } .open-post .post-timestamp { margin-bottom: 10px; } .open-post iframe { width: 100%; height: 430px; } .open-post .button-list { float: left; } .open-post .tag-list { float: right; margin-top: 10px; } .open-post .tag-list a:nth-child(1) { margin-left: 3px; } .open-post .comments { margin-top: 90px; } .open-post .comment-list { margin-bottom: 70px; } .open-post .response-form { margin-top: 90px; } .tag-list { color: #242424; font-size: 0.75em; line-height: 1em; font-weight: 900; text-transform: uppercase; } .tag-list a { color: #ff5400; } .tag-list a:hover { text-decoration: underline; } .reply-btn { color: #ff5400; font-size: 0.75em; font-weight: 900; text-transform: uppercase; } .reply-btn:hover { text-decoration: underline; } .comment-list .comment-list-item { margin-bottom: 46px; position: relative; } .comment-list .comment-list-item .comment-list { margin: 40px 0; padding-left: 66px; } .comment-list .comment-list-item:last-child { margin-bottom: 0; } .comment-list .comment-list-item .title { margin-bottom: 24px; text-transform: none; } .comment-list .comment-list-item .timestamp { margin-top: 12px; } .comment-list .comment-list-item .reply-btn { position: absolute; top: 4px; right: 0; } .response-form form { margin-top: 54px; } .response-form form .button { width: 300px; } @media screen and (max-width: 1260px) { .post-preview-list { width: 770px; } } @media screen and (max-width: 1024px) { .post-header .post-img { height: 300px; } .open-post { width: 100%; padding: 50px 10px 150px; position: static; } } @media screen and (max-width: 860px) { .text-row .half { float: none; width: 100%; margin-bottom: 50px; } .text-row .half + .half { float: none; margin-bottom: 0; } .post-preview-list { width: 370px; } } @media screen and (max-width: 680px) { .open-post .button-list { float: none; } .open-post .tag-list { float: none; margin-top: 30px; line-height: 1.6; } .comment-list .comment-list-item .comment-list { padding-left: 33px; } } @media screen and (max-width: 480px) { .text-row .title.main-title { font-size: 2.5em; line-height: 1.2; } .post-preview-list { width: 270px; } .post-preview-list .post-preview-list-item { width: 270px; } .post-preview-list .post-preview-list-item .post-preview-img { width: 270px; height: 230px; } .post-preview-list .post-preview-list-item .post-preview-img .post-img { width: 270px; height: 230px; } .response-form form .button { width: 100%; } } .product-table .product-table-row:after, .product-table .product-table-header:after { content: ''; display: table; clear: both; } .product-table .product-table-row > *, .product-table .product-table-header > * { float: left; height: 100%; } .product-table .product-table-header { height: 50px; border-bottom: 1px solid #e8e8e8; } .product-table .product-table-header .title { font-size: 0.75em; line-height: 50px; } .product-table .product-table-row { height: 150px; padding-right: 35px; border-bottom: 1px solid #e8e8e8; position: relative; } .product-table .product-table-row .product-table-photo { padding-top: 24px; } .product-table .product-table-row .product-table-photo .product-img { display: inline-block; } .product-table .product-table-row .product-table-name { padding-top: 40px; } .product-table .product-table-row .product-table-name .title { display: inline-block; } .product-table .product-table-row .product-table-name .product-description { margin-bottom: 4px; } .product-table .product-table-row .product-table-description { padding-top: 36px; } .product-table .product-table-row .product-table-description p { width: 270px; } .product-table .product-table-row .product-table-price, .product-table .product-table-row .product-table-total { padding-top: 56px; } .product-table .product-table-row .product-table-quantity { padding-top: 40px; } .product-table .product-table-row .product-table-quantity.numerical { padding-top: 56px; } .product-table .product-table-row .product-table-quantity .quantity-input { text-align: left; margin: 0 auto; } .product-table .product-table-row .product-table-availability { padding-top: 58px; } .product-table .product-table-row .product-table-availability .title.void { color: #b2b2b2; } .product-table .product-table-row .product-table-actions { padding: 48px 0 0 25px; } .product-table .product-table-row .remove-fcart { position: absolute; top: 58px; right: 34px; } .product-table .product-table-row .remove-fcart .svg-cross { fill: #b2b2b2; cursor: pointer; } .product-table .product-table-photo { width: 150px; } .product-table .product-table-name { width: 234px; } .product-table .product-table-description { width: 315px; } .product-table .product-table-description.long { width: 475px; } .product-table .product-table-price { width: 104px; } .product-table .product-table-quantity, .product-table .product-table-availability { width: 190px; } .product-table .product-table-quantity .title .times { display: none; } .product-table .product-table-total { width: 90px; } .product-table .product-table-quantity, .product-table .product-table-availability, .product-table .product-table-price, .product-table .product-table-total { text-align: center; } .section-message { text-align: center; } .section-message .section-decoration { width: 362px; height: 330px; margin: 0 auto; position: relative; } .section-message .section-decoration.big { height: 368px; } .section-message .section-decoration .s-icon { color: #ebebeb; font-size: 306px; } .section-message .section-decoration .svg-cart { fill: #ebebeb; position: absolute; top: 0; left: 0; } .section-message .section-decoration .svg-check-big { fill: #ff5400; position: absolute; top: 125px; right: 0; } .section-message .section-decoration .svg-cross { fill: #ff5400; position: absolute; top: 178px; right: 14px; } .section-message .title.medium { margin-bottom: 20px; font-size: 2.375em; } .section-message .title.small { font-size: 1.375em; } .section-message p { width: 720px; margin: 40px auto 0; } .section-actions { width: 430px; margin: 70px auto 0; } .section-actions:after { content: ''; display: table; clear: both; } .section-actions .button { float: left; } .section-actions .button:last-child { float: right; } @media screen and (max-width: 1260px) { .product-table { width: 870px; margin: 0 auto; } .product-table .product-table-description { display: none; } .product-table.v2 .product-table-header, .product-table.v2 .product-table-row { padding-left: 120px; } } @media screen and (max-width: 1024px) { .product-table { width: 570px; margin-top: 50px; } .product-table:after { content: ''; display: table; clear: both; } .product-table.v2 .product-table-header, .product-table.v2 .product-table-row { padding-left: 0; } .product-table.v2 .product-table-row { margin-bottom: 10px; } .product-table.v2 .product-table-row:last-child { margin-bottom: 60px; } .product-table.v2 .product-table-quantity.numerical { padding: 20px 0 0 100px; } .product-table.v2 .product-table-quantity.numerical .title .times { display: inline; } .product-table.v2 .product-table-quantity.numerical + .product-table-total { padding: 20px 100px 0 0; margin-top: 0; } .product-table .product-table-header { display: none; } .product-table .product-table-row { float: left; width: 270px; height: auto; margin: 0 30px 30px 0; padding-right: 0; padding-bottom: 30px; text-align: center; } .product-table .product-table-row:nth-child(odd) { margin-right: 0; } .product-table .product-table-row:last-child { margin-bottom: 60px; } .product-table .product-table-row > * { float: none; width: 270px; height: auto; } .product-table .product-table-row .product-table-name, .product-table .product-table-row .product-table-price, .product-table .product-table-row .product-table-quantity, .product-table .product-table-row .product-table-total, .product-table .product-table-row .product-table-availability, .product-table .product-table-row .product-table-actions { padding: 20px 0 0; } .product-table .product-table-row .product-table-photo { padding-top: 0; } .product-table .product-table-row .button, .product-table .product-table-row .rating { display: inline-block; } .product-table .product-table-row .remove-fcart { width: auto; top: 5px; } .product-table .product-table-row .product-table-quantity { float: left; width: auto; padding-left: 70px; } .product-table .product-table-row .product-table-total { float: right; width: auto; margin-top: 16px; padding-right: 70px; } } @media screen and (max-width: 860px) { .section-message p { width: 95%; } } @media screen and (max-width: 680px) { .product-table { width: 270px; } .product-table .product-table-row { margin-right: 0; } .section-actions { width: 200px; } .section-actions .button { float: none; margin-bottom: 20px; } .section-actions .button:last-child { float: none; } } @media screen and (max-width: 480px) { .section-message .section-decoration { width: 270px; height: 270px; } .section-message .section-decoration.big { width: 270px; height: 320px; } .section-message .section-decoration .svg-cart { width: 270px; height: 211px; } .section-message .section-decoration .svg-check-big { top: 112px; width: 80px; height: 51px; } .section-message .section-decoration .s-icon { font-size: 270px; } .section-message .section-decoration .svg-cross { width: 90px; height: 90px; top: 166px; right: 0; } .section-message .title { line-height: 1.2; } .section-message .title.medium { font-size: 1.875em; } } .contact-actions { position: relative; } .contact-actions:after { content: ''; display: table; clear: both; } .contact-actions .contact-form { float: right; width: 500px; min-height: 608px; padding-top: 76px; } .contact-actions .contact-form .button { width: 240px; } .contact-map { width: 50%; height: 608px; position: absolute; bottom: 0; left: 0; z-index: 10; } @media screen and (max-width: 1260px) { .contact-actions .contact-form { float: none; width: 100%; padding: 30px 0 100px; } .contact-actions .contact-form .button { margin: 0 auto; } .contact-map { width: 100%; position: static; } } .shortcode-title { margin-bottom: 50px; } .color-boxes:after { content: ''; display: table; clear: both; } .color-boxes .color-box { float: left; width: 70px; margin: 0 15px 15px 0; text-align: center; } .color-boxes .color-box:last-child { margin-right: 0; } .color-boxes .color-box .cbox { width: 70px; height: 70px; border-radius: 2px; margin-bottom: 15px; } .color-boxes .color-box .cbox.main { background-color: #ff5400; } .color-boxes .color-box .cbox.secondary { background-color: #ff7200; } .color-boxes .color-box .cbox.tertiary { background-color: #ffae00; } .color-boxes .color-box .cbox.black { background-color: #242424; } .color-boxes .color-box .cbox.gray { background-color: #8b8b8b; } .color-boxes .color-box .cbox.light-gray { background-color: #b2b2b2; } .color-boxes .color-box .ccode { font-size: 0.6875em; color: #8b8b8b; } .font-display:after { content: ''; display: table; clear: both; } .font-display .font-weight { float: left; width: 20%; } .font-display .font-weight .title { text-transform: none; margin-bottom: 25px; } .font-display .font-weight .title.bold { font-weight: 700; } .font-display .font-weight .title.regular { color: #8b8b8b; font-weight: 400; } .font-display .font-paragraph { float: right; width: 78%; position: relative; top: -9px; } .form-display:after { content: ''; display: table; clear: both; } .form-display .input-display { float: left; width: 65%; } .form-display .radio-check-display { float: right; width: 33%; padding-top: 24px; } .form-display .radio-check-display .form-row { margin-bottom: 30px; } .button-display { margin-top: 70px; } .button-display .button-display-list:after { content: ''; display: table; clear: both; } .button-display .button-display-list .button-display-list-item { float: left; width: 200px; margin: 0 70px 40px 0; } .button-display .button-display-list .button-display-list-item:last-child { margin-right: 0; } .button-display .button-display-list .button-display-list-item.short .button { margin-bottom: 10px; } .button-display .button-display-list .button-display-list-item .button { margin-bottom: 20px; } .alert-box-display { margin-top: 60px; } .alert-box-display .alert-box { margin-bottom: 24px; } .quotes-display { margin-top: 80px; } .quotes-display .quote-box.v1 { margin-bottom: 34px; } @media screen and (max-width: 1260px) { .form-display .input-display, .form-display .radio-check-display { float: none; width: 100%; } .form-display .input-display { margin-bottom: 30px; } .quotes-display .quote-box.v1 { margin-bottom: 80px; } } @media screen and (max-width: 680px) { .font-display .font-weight, .font-display .font-paragraph { float: none; width: 100%; } .font-display .font-weight { margin-bottom: 40px; } } .alert-box { height: 100px; padding-left: 110px; border-radius: 4px; position: relative; } .alert-box:after { content: ''; display: table; clear: both; } .alert-box.v2 .alert-title, .alert-box.v3 .alert-title { color: #242424; } .alert-box.v2 .alert-text, .alert-box.v3 .alert-text { color: #8b8b8b; } .alert-box.v2.info, .alert-box.v3.info { background-color: #f1f1f1; } .alert-box.v2.info .alert-close-btn, .alert-box.v3.info .alert-close-btn { fill: #242424; } .alert-box.v2.info .svg-exclamation, .alert-box.v3.info .svg-exclamation { fill: #ff5400; } .alert-box.v3.small { padding-left: 62px; } .alert-box.v3.small .alert-decoration { width: 43px; height: 42px; } .alert-box.v3.small.info .svg-exclamation { fill: #fff; top: 12px; left: 20px; } .alert-box.v3 .alert-decoration { border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #ff5400; position: absolute; top: 0; left: 0; } .alert-box .alert-title, .alert-box .alert-text { float: left; line-height: 100px; color: #fff; } .alert-box .alert-title { margin-right: 18px; font-size: 1em; } .alert-box .alert-text .strong { font-weight: 700; } .alert-box .button { position: absolute; top: 34px; right: 35px; } .alert-box .svg-exclamation, .alert-box .svg-check, .alert-box .svg-cross { fill: #fff; position: absolute; } .alert-box .alert-close-btn { top: 16px; right: 18px; cursor: pointer; } .alert-box.info { background-color: #ffae00; } .alert-box.info .svg-exclamation { width: 14px; height: 50px; top: 24px; left: 46px; } .alert-box.success { background-color: #ff5400; } .alert-box.success .svg-check { width: 42px; height: 32px; top: 34px; left: 32px; } .alert-box.error { background-color: #242424; } .alert-box.error .svg-cross { fill: #ff5400; width: 30px; height: 30px; top: 35px; left: 37px; } .alert-box.small { height: 42px; padding-left: 50px; } .alert-box.small .alert-title, .alert-box.small .alert-text { font-size: 0.75em; line-height: 42px; } .alert-box.small .button { width: 170px; height: 42px; line-height: 42px; border-radius: 0; top: 0; right: 0; } .alert-box.small.info .svg-exclamation { width: 8px; height: 18px; top: 12px; left: 24px; } .alert-box.small.success .svg-check { width: 15px; height: 11px; top: 16px; left: 20px; } .alert-box.small.error .svg-cross { width: 11px; height: 11px; top: 16px; left: 22px; } @media screen and (max-width: 1260px) { .alert-box { height: auto; padding: 40px 30px; text-align: center; } .alert-box.v3.small { padding: 24px 15px; } .alert-box.v3 .alert-decoration { margin: 0 auto; padding: 10px 0 10px 4px; border-radius: 4px; position: static; } .alert-box .alert-title, .alert-box .alert-text { float: none; line-height: 1em; } .alert-box .alert-title { margin: 20px 0 14px 0; } .alert-box .alert-text { line-height: 30px; } .alert-box .button { position: static; display: inline-block; margin-top: 24px; } .alert-box .svg-exclamation, .alert-box .svg-check, .alert-box .svg-cross { position: static; } .alert-box .alert-close-btn { position: absolute; } .alert-box.small { height: auto; padding: 24px 15px; } .alert-box.small .alert-title { margin: 12px 0 6px; line-height: 1em; } .alert-box.small .alert-text { line-height: 24px; } .alert-box.small .button { width: 116px; height: 32px; border-radius: 4px; line-height: 32px; } } .product-builder-wrap { background-color: #f1f1f1; position: relative; } .product-builder-wrap .builder-overlay { width: 100%; height: 100%; background: url("../img/builder/builder_bg.png") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; opacity: .2; } .product-builder { min-height: 770px; position: relative; } .product-builder.v2 .product-builder-colorpicker { left: 450px; } .product-builder.v2 .product-builder-sizepicker { left: 524px; } .product-builder .restart-builder-button { width: 46px; height: 46px; border-radius: 4px; background-color: #b2b2b2; position: absolute; top: 64px; left: 14px; overflow: hidden; cursor: pointer; transition: all 0.3s ease-in-out; } .product-builder .restart-builder-button:after { content: ''; display: table; clear: both; } .product-builder .restart-builder-button:hover { width: 130px; background-color: #242424; } .product-builder .restart-builder-button .svg-restart { float: left; margin: 18px 22px 0 18px; } .product-builder .restart-builder-button .title { float: left; font-size: 0.75em; line-height: 46px; } .product-builder .product-builder-img { position: absolute; top: 160px; left: -27px; } .product-builder .product-builder-colorpicker { position: absolute; top: 76px; left: 482px; } .product-builder .product-builder-colorpicker .svg-colorpicker { width: 110px; height: 110px; cursor: pointer; } .product-builder .product-builder-colorpicker .svg-colorpicker .check { display: none; } .product-builder .product-builder-colorpicker .svg-colorpicker .check.selected { display: block; } .product-builder .product-builder-sizepicker { position: absolute; top: 232px; left: 540px; } .product-builder .product-builder-sizepicker .svg-sizepicker { width: 110px; height: 110px; cursor: pointer; } .product-builder .product-builder-sizepicker .svg-sizepicker .selected { fill: #ff5400; } .product-builder .selectable-info { width: 68px; height: 68px; padding-top: 20px; border-radius: 50%; background-color: #fff; position: absolute; top: 21px; left: 21px; } .product-builder .selectable-info .title { font-size: 0.9375em; font-weight: 700; text-transform: none; text-align: center; margin-bottom: 1px; } .product-builder .selectable-info .title.tiny { font-size: 0.6875em; } .product-builder .product-builder-actions { width: 470px; height: 100%; padding-top: 60px; background-color: #fff; position: absolute; top: 0; right: 0; } .product-builder .product-builder-actions.v2 { width: 430px; padding-top: 40px; } .product-builder .product-builder-actions .builder-tab-controls { width: 80px; position: absolute; top: 240px; left: -65px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control { width: 65px; height: 60px; margin-bottom: 14px; padding-top: 16px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #b2b2b2; text-align: center; cursor: pointer; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control:last-child { margin-bottom: 0; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.with-icon { padding-top: 4px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .svg-check { fill: #fff; width: 10px; height: 8px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .title { font-size: 0.6875em; color: #fff; line-height: 1.2; font-weight: 700; text-transform: none; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .sl-icon { display: inline-block; color: #fff; font-size: 30px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected { background-color: #fff; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .svg-check { fill: #ff5400; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .title { color: #242424; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .sl-icon { color: #ff5400; } .product-builder .product-builder-actions .builder-separator { width: 100%; height: 1px; margin-top: 34px; background-color: #e8e8e8; } .product-builder .product-builder-actions .product-builder-actions-info { padding: 0 35px; position: relative; } .product-builder .product-builder-actions .product-builder-actions-info.overview-scroll { overflow-y: auto; height: 454px; padding-bottom: 120px; } .product-builder .product-builder-actions .product-builder-actions-info.hidden { display: none; } .product-builder .product-builder-actions .product-builder-actions-info .title { margin-bottom: 12px; } .product-builder .product-builder-actions .product-builder-actions-info .product-description { margin-bottom: 18px; } .product-builder .product-builder-actions .product-builder-actions-info .product-price { position: absolute; top: 0; right: 35px; } .product-builder .product-builder-actions .product-builder-actions-info form { margin-top: 35px; } .product-builder .product-builder-actions .product-builder-actions-info .details-list { margin-top: 35px; } .product-builder .product-builder-actions .product-builder-actions-info .button-list { margin-top: 34px; } .product-builder .product-builder-actions .add-to-cart { border-radius: 0; position: absolute; bottom: 0; left: 0; } @media screen and (max-width: 1260px) { .product-builder-wrap .builder-responsive-overlay { width: 100%; height: 786px; background-color: #fff; position: absolute; bottom: 0; left: 0; } .product-builder-wrap.v2 .builder-responsive-overlay { height: 888px; } .product-builder .product-builder-view { padding-top: 30px; } .product-builder .restart-builder-button, .product-builder .product-builder-img { position: static; margin: 0 auto 40px; } .product-builder .product-builder-pickers { width: 260px; margin: 0 auto 60px; } .product-builder .product-builder-pickers:after { content: ''; display: table; clear: both; } .product-builder .product-builder-pickers .product-builder-colorpicker, .product-builder .product-builder-pickers .product-builder-sizepicker { position: relative; top: auto; left: auto; } .product-builder .product-builder-pickers .product-builder-colorpicker { float: left; } .product-builder .product-builder-pickers .product-builder-sizepicker { float: right; } .product-builder .product-builder-actions { width: 100%; height: auto; padding: 60px 0 152px; position: static; } .product-builder .product-builder-actions.v2 { width: 100%; height: 888px; padding-top: 60px; position: relative; } .product-builder .product-builder-actions.v2 .builder-separator { margin-bottom: 120px; } .product-builder .product-builder-actions .builder-tab-controls { width: 320px; top: 254px; left: 50%; margin-left: -160px; } .product-builder .product-builder-actions .builder-tab-controls:after { content: ''; display: table; clear: both; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control { float: left; width: 80px; margin-bottom: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } } @media screen and (max-width: 680px) { .product-builder-wrap .builder-responsive-overlay { height: 887px; } .product-builder-wrap.v2 .builder-responsive-overlay { height: 1101px; } .product-builder .product-builder-img { width: 280px; height: 210px; } .product-builder .product-builder-actions.v2 { height: 1101px; } .product-builder .product-builder-actions .product-builder-actions-info.overview-scroll { height: 700px; padding-bottom: 0; } } @media screen and (max-width: 480px) { .product-builder-wrap .builder-responsive-overlay { height: 939px; } .product-builder .product-builder-actions .product-builder-actions-info { padding: 0 20px; } .product-builder .product-builder-actions .product-builder-actions-info .product-price { position: static; margin-top: 24px; } .product-builder .product-builder-actions .builder-tab-controls { width: 320px; top: 306px; } } /*# sourceMappingURL=style.css.map */
public/frontend/css/style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,900"); * { margin: 0; padding: 0; outline: none; border: none; box-sizing: border-box; } h1, h2, h3, h4, h5, h6, p, a { line-height: 1em; } a { text-decoration: none; } ul, ol { list-style: none; } main, header, nav, article, section, aside, footer { display: block; } figure { line-height: 0; } figure > img { width: 100%; } figure > figcaption { display: none; } .widget-line, .navigation, .slide-content-wrap, .section-navigation, .section, .action-poster, .widget-form, .footer-top, .footer-bottom, .aboutus-banner, .product-builder { max-width: 1170px; width: 95%; margin: 0 auto; } .column-full-3-wrap:after { content: ''; display: table; clear: both; } .column-full-3-wrap .column { float: left; width: 33.33333%; } .column-full-2-wrap:after { content: ''; display: table; clear: both; } .column-full-2-wrap .column { float: left; width: 48%; margin-bottom: 80px; } .column-full-2-wrap .column + .column { float: right; } .column-4-wrap, .column-3-wrap { margin: 0 auto; } .column-4-wrap:after, .column-3-wrap:after { content: ''; display: table; clear: both; } .column-4-wrap .column, .column-3-wrap .column { float: left; width: 270px; margin: 0 30px 60px 0; } .column-4-wrap .column:nth-child(4n+4) { margin-right: 0; } .column-3-wrap { width: 870px; } .column-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-big-3-wrap { margin: 0 auto; } .column-big-3-wrap:after { content: ''; display: table; clear: both; } .column-big-3-wrap .column { float: left; width: 370px; margin: 0 30px 60px 0; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-3-2-wrap:after { content: ''; display: table; clear: both; } .column-3-2-wrap .column { float: left; width: 670px; } .column-3-2-wrap .column:last-child { float: right; width: 470px; } @media screen and (max-width: 1260px) { .column-full-3-wrap .column { width: 50%; } .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(2), .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(3) { border-right: none; } .column-full-3-wrap .column.builder-actions-item-wrap:nth-child(3) { margin-top: 80px; } .column-full-3-wrap .column:nth-child(3) { width: 100%; } .column-4-wrap { width: 870px; } .column-4-wrap .column:nth-child(4n+4) { margin-right: 30px; } .column-4-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-big-3-wrap { width: 770px; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 30px; } .column-big-3-wrap .column:nth-child(2n+2) { margin-right: 0; } .column-3-2-wrap .column { float: none; width: 100%; margin-bottom: 60px; } .column-3-2-wrap .column:last-child { float: none; width: 100%; margin-bottom: 0; } } @media screen and (max-width: 1024px) { .column-4-wrap, .column-3-wrap { width: 570px; } .column-4-wrap .column:nth-child(3n+3), .column-3-wrap .column:nth-child(3n+3) { margin-right: 30px; } .column-4-wrap .column:nth-child(2n+2), .column-3-wrap .column:nth-child(2n+2) { margin-right: 0; } .column-big-3-wrap { width: 100%; } .column-big-3-wrap .column { float: none; width: 100%; margin-right: 0; } .column-big-3-wrap .column:nth-child(3n+3) { margin-right: 0; } .column-full-2-wrap .column { float: none; width: 100%; } .column-full-2-wrap .column + .column { float: none; } } @media screen and (max-width: 680px) { .column-full-3-wrap .column { width: 100%; } .column-full-3-wrap .column.builder-actions-item-wrap { margin-top: 80px; border-right: none; } .column-full-3-wrap .column.builder-actions-item-wrap:first-child { margin-top: 0; } .column-4-wrap, .column-3-wrap { width: 270px; } .column-4-wrap .column, .column-3-wrap .column { margin-right: 0; } } input, textarea, label, button { font-family: "Lato", sans-serif; } input[type="text"], textarea, input[type="password"] { width: 100%; border: 1px solid #e8e8e8; border-radius: 4px; padding: 14px; color: #8b8b8b; font-size: 0.875em; } input[type="text"].dark, textarea.dark, input[type="password"].dark { background-color: #333; border: none; } input[type="text"]:focus, textarea:focus, input[type="password"]:focus { border-color: #ff5400; } input[type="text"]:disabled, textarea:disabled, input[type="password"]:disabled { background-color: #f1f1f1; } input[type="text"].nofocus:focus, textarea.nofocus:focus, input[type="password"].nofocus:focus { border-color: #e8e8e8; } input[type="text"].short { width: 315px; } input[type="radio"], input[type="checkbox"] { display: none; } input[type="radio"]:checked + .checkbox .box, input[type="checkbox"]:checked + .checkbox .box { border-color: #ff5400; background-color: #ff5400; } input[type="radio"]:checked + .checkbox .box .svg-check, input[type="checkbox"]:checked + .checkbox .box .svg-check { display: block; } input[type="radio"]:checked + .radio .circle, input[type="checkbox"]:checked + .radio .circle { border-color: #ff5400; background-color: #ff5400; } input[type="radio"]:checked + .radio .circle .inner-circle, input[type="checkbox"]:checked + .radio .circle .inner-circle { display: block; } textarea { height: 160px; } label { color: #8b8b8b; font-size: 0.875em; font-family: "Lato", sans-serif; } label.inline { float: left; margin-right: 14px; } label.inline + .rating { position: relative; top: 2px; } label.radio { cursor: pointer; } label.radio .circle { display: inline-block; width: 14px; height: 14px; margin-right: 8px; border-radius: 50%; border: 1px solid #e8e8e8; position: relative; top: 2px; } label.radio .circle .inner-circle { width: 4px; height: 4px; border-radius: 50%; background-color: #fff; position: absolute; top: 4px; left: 50%; margin-left: -2px; display: none; } label.checkbox { cursor: pointer; } label.checkbox .box { display: inline-block; width: 14px; height: 14px; margin-right: 8px; border: 1px solid #e8e8e8; border-radius: 2px; background-color: #fff; position: relative; top: 2px; } label.checkbox .box .svg-check { margin-left: -4px; position: absolute; top: 3px; left: 50%; display: none; } label.select-block { width: 100%; display: inline-block; position: relative; } label.select-block.medium select { height: 47px; line-height: 47px; } label.select-block.medium .svg-arrow { top: 20px; } label.select-block .svg-arrow { fill: #b2b2b2; width: 6px; height: 10px; position: absolute; top: 17px; right: 17px; pointer-events: none; } label.rl-label { display: block; margin-bottom: 12px; color: #242424; font-size: 0.9375em; font-weight: 700; } label.rl-label.separated { margin-bottom: 26px; } label.rl-label.required:after { content: '*'; margin-left: 4px; color: #ff5400; } select { width: 100%; height: 42px; padding: 0 42px 0 15px; border: 1px solid #e8e8e8; background-color: #fff; border-radius: 4px; color: #8b8b8b; font-family: "Lato", sans-serif; line-height: 42px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; } /* REMOVE IE SELECT ARROW */ select::-ms-expand { display: none; } button { cursor: pointer; } .quantity-input { width: 70px; height: 47px; padding-left: 20px; border: 1px solid #e8e8e8; border-radius: 4px; color: #8b8b8b; font-family: "Lato", sans-serif; font-size: 0.875em; line-height: 47px; position: relative; } .quantity-input .increment-count, .quantity-input .decrement-count { width: 26px; height: 50%; position: absolute; right: 0; cursor: pointer; } .quantity-input .increment-count { top: 0; } .quantity-input .increment-count .svg-arrow { top: 9px; } .quantity-input .decrement-count { bottom: 0; } .quantity-input .decrement-count .svg-arrow { bottom: 7px; } .quantity-input .svg-arrow { fill: #b2b2b2; width: 6px; height: 8px; position: absolute; right: 15px; cursor: pointer; } .input-result { position: relative; } .input-result .svg-check, .input-result .svg-cross { position: absolute; top: 19px; right: 14px; pointer-events: none; } .input-result .input-result-message { margin-top: 12px; font-size: 0.8125em; line-height: 1em; } .input-result.success .svg-check { fill: #ff5400; width: 11px; height: 9px; } .input-result.error input[type="text"], .input-result.error textarea, .input-result.error input[type="password"] { border-color: #8b8b8b; } .input-result.error .svg-cross { fill: #242424; } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #b2b2b2; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #b2b2b2; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #b2b2b2; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #b2b2b2; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #b2b2b2; } .form-row { margin-bottom: 24px; } .form-row:after { content: ''; display: table; clear: both; } .form-row.short-space { margin-bottom: 20px; } .form-row.separated { margin-top: 40px; } .form-row.right { text-align: right; } .form-row.right .button { margin-top: 56px; display: inline-block; } .form-row:last-child { margin-bottom: 0; } .form-row .half { float: left; width: 49%; } .form-row .half.no-label { padding-top: 30px; } .form-row .half + .half { float: right; } .form-row .third { float: left; width: 57%; } .form-row .third + .third { float: right; width: 40%; } .form-row .link:last-child { float: right; position: relative; top: 3px; } .form-row input + input { margin-top: 12px; } .form-row .rating { float: left; } .form-row .radio-selected-info { padding-left: 25px; font-size: 0.875em; line-height: 24px; } .form-oneline { padding: 20px 36px 0 0; border-bottom: 1px solid #e8e8e8; overflow: hidden; position: relative; } .form-oneline .radio { margin-bottom: 20px; } .form-oneline p { margin: 0 0 26px 26px; font-size: 0.875em; line-height: 24px; display: none; } .form-oneline .img-list { position: absolute; top: 20px; right: 0; } .top-checkbox { position: relative; } .top-checkbox > .checkbox { position: absolute; top: 2px; right: 0; } @media screen and (max-width: 680px) { input[type="text"].short { width: 100%; } .form-row .half { float: none; width: 100%; } .form-row .half.no-label { padding-top: 0; } .form-row .half + .half { float: none; margin-top: 24px; } .form-row .third { float: none; width: 100%; } .form-row .third + .third { float: none; width: 100%; margin-top: 24px; } } @media screen and (max-width: 480px) { .top-checkbox .line-separator + form { margin-top: 66px; } .top-checkbox > .checkbox { position: absolute; top: 68px; left: 0; right: auto; } } .form-popup { width: 430px; margin: 0 auto; background-color: #fff; position: relative; } .form-popup:after { content: ''; display: table; clear: both; } .form-popup .close-btn { fill: #242424; cursor: pointer; position: absolute; top: 20px; right: 20px; } .form-popup.medium { width: 831px; } .form-popup .form-popup-column { float: left; width: 430px; padding: 45px 40px 40px; } .form-popup .form-popup-column.centered .subsection-title, .form-popup .form-popup-column.centered p { text-align: center; } .form-popup .form-popup-column.centered .line-separator { margin-left: auto; margin-right: auto; } .form-popup .form-popup-column.small { width: 415px; padding: 45px 48px 50px; } .form-popup .form-popup-column-separator { float: left; width: 1px; height: 400px; margin-top: 72px; background-color: #e8e8e8; } .mfp-bg { opacity: .85; background-color: #000; } /* magnificPopup animations */ .mfp-anim { /* overlay at start */ } .mfp-anim.mfp-bg { opacity: 0; transition: all 0.3s ease-in-out; /* overlay animate in */ /* overlay animate out */ } .mfp-anim.mfp-bg.mfp-ready { opacity: .8; } .mfp-anim.mfp-bg.mfp-removing { opacity: 0; } .mfp-anim.mfp-wrap { /* content at start */ /* content animate in */ /* content animate out */ } .mfp-anim.mfp-wrap .mfp-content { opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all 0.3s ease-in-out; } .mfp-anim.mfp-wrap.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .mfp-anim.mfp-wrap.mfp-removing .mfp-content { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } @media screen and (max-width: 1024px) { .form-popup.medium { width: 430px; } .form-popup .form-popup-column { float: none; } .form-popup .form-popup-column-separator { display: none; } } @media screen and (max-width: 480px) { .form-popup { width: 100%; } .form-popup.medium { width: 100%; } .form-popup .form-popup-column { width: 100%; padding: 45px 20px 40px; } .form-popup .form-popup-column.small { width: 100%; padding: 45px 24px 50px; } } .button { display: block; width: 200px; height: 46px; line-height: 46px; border-radius: 4px; background-color: #ff5400; color: #fff; font-size: 0.75em; font-weight: 900; text-align: center; text-transform: uppercase; transition: background-color 0.15s ease-in-out; } .button.v2 { background-color: #fff; border: 2px solid #ff5400; color: #ff5400; } .button.v2:hover { background-color: #ff5400; color: #fff; } .button.cart-icon { padding-right: 10px; } .button.cart-icon .svg-cart { margin-right: 10px; position: relative; top: 5px; } .button.centered { margin: 0 auto; } .button.full { width: 100%; } .button.long { width: 270px; } .button.short { width: 170px; } .button.small { width: 116px; height: 32px; line-height: 32px; font-size: 0.625em; } .button.medium { width: 190px; height: 54px; line-height: 54px; font-size: 0.8125em; } .button.medium.long { width: 200px; } .button.medium.long.with-icon { padding-left: 32px; } .button.medium.long.with-icon .svg-arrow { margin-left: 20px; } .button.medium.full { width: 100%; } .button.medium.with-icon { padding-left: 28px; text-align: left; } .button.medium.with-icon.full { text-align: center; padding-right: 30px; } .button.medium.with-icon .svg-arrow { width: 6px; height: 8px; margin-left: 14px; position: relative; top: -1px; } .button.big { width: 300px; height: 66px; line-height: 66px; font-size: 1.0625em; } .button.large { height: 80px; line-height: 80px; font-size: 0.9375em; } .button.square { width: 32px; height: 32px; line-height: 32px; background-color: #b2b2b2; position: relative; } .button.square .svg-cart-small, .button.square .svg-heart { margin-top: 10px; } .button.square .svg-cart-small { position: absolute; left: 7px; } .button.square:hover { background-color: #ff5400; } .button.dark { background-color: #242424; } .button.dark:hover { background-color: #3e3e3e; } .button.light { background-color: #b2b2b2; } .button.light:hover { background-color: #ff5400; } .button.disabled { color: #8b8b8b; background-color: #f1f1f1; } .button.disabled:hover { background-color: #f1f1f1; } .button.blue { background-color: #2c5990; } .button.blue:hover { background-color: #3468a7; } .button.lightblue { background-color: #16bce5; } .button.lightblue:hover { background-color: #24ccf5; } .button:hover { background-color: #ff7200; } .button-list:after { content: ''; display: table; clear: both; } .button-list.wrap-4 { width: 152px; } .button-list.wrap-3 { width: 112px; } .button-list.wrap-3 .button:nth-child(3n+3) { margin-right: 0; } .button-list.wrap-2 { width: 72px; } .button-list.wrap-2 .button:nth-child(2n+2) { margin-right: 0; } .button-list .button { float: left; margin-right: 8px; } .button-list .button:last-child { margin-right: 0; } @media screen and (max-width: 680px) { .button.long { width: 100%; } } @media screen and (max-width: 480px) { .button.big { width: 100%; } } .svg-arrow { fill: #fff; width: 8px; height: 6px; } .svg-arrow.medium { width: 5px; height: 9px; } .svg-arrow.small { width: 7px; height: 6px; } .svg-arrow.tiny { width: 4px; height: 8px; } .svg-arrow.inverted { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .svg-arrow.face-down { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .svg-arrow.face-up { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .svg-check { fill: #fff; width: 10px; height: 7px; } .svg-check.medium { width: 20px; height: 16px; } .svg-mag-glass { fill: #fff; width: 12px; height: 12px; } .svg-cross { fill: #fff; width: 10px; height: 10px; } .svg-cross.small { width: 9px; height: 9px; } .svg-cross.medium { width: 12px; height: 12px; } .svg-cross.large { width: 102px; height: 102px; } .svg-cart { fill: #fff; width: 22px; height: 18px; } .svg-cart.large { width: 321px; height: 262px; } .svg-cart-small { fill: #fff; width: 16px; height: 13px; } .svg-heart { fill: #fff; width: 14px; height: 12px; } .svg-burger { fill: #fff; width: 22px; height: 14px; } .svg-plus, .svg-minus { fill: #ff5400; width: 10px; height: 10px; } .svg-plus.medium { fill: #fff; width: 12px; height: 12px; } .svg-grid { fill: #b2b2b2; width: 16px; height: 16px; } .svg-list { fill: #b2b2b2; width: 16px; height: 14px; } .svg-check-big { width: 130px; height: 101px; } .svg-restart { fill: #fff; width: 10px; height: 10px; } body { overflow-x: hidden; } h1, h2, h3, h4, h5, h6, p, a { font-family: "Lato", sans-serif; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: 900; } p { color: #8b8b8b; font-size: 1em; line-height: 30px; } p.small { font-size: 0.9375em; line-height: 28px; } p.small + form { margin-top: 30px; } p.tiny { font-size: 0.8125em; line-height: 24px; } a.link { color: #8b8b8b; font-size: 0.875em; transition: color 0.15s ease-in-out; } a.link:hover { color: #ff5400; } a.link.no-hover { color: #ff5400; } a.link.medium { font-size: 1em; } ::-moz-selection { color: #fff; background: #ff5400; } ::selection { color: #fff; background: #ff5400; } span.bold { color: #ff5400; } .logo { width: 145px; height: 27px; } .title { color: #242424; font-size: 1.125em; font-weight: 900; line-height: 1em; } .title.secondary { color: #fff; } .title.large { font-size: 2.625em; } .title.bigger { font-size: 1.875em; } .title.medium { font-size: 1.5em; } .title.small { font-size: 1em; } .title.tiny { font-size: 0.875em; } .title.micro { font-size: 0.8125em; } .subsection-title { font-size: 1.25em; } .subsection-title.medium { font-size: 1.5em; } .subsection-title.big { font-size: 1.75em; } .line-separator { width: 30px; height: 3px; border: none; margin-top: 18px; background-color: #ff5400; text-align: left; } .line-separator.big { width: 50px; height: 4px; margin: 24px auto 26px; } .line-separator + p.small { margin-top: 30px; } .line-separator + form { margin-top: 35px; } .line-separator + form.top-short { margin-top: 20px; } .line-separator + .widget-dropdown { margin-top: 10px; } .line-separator + .checkbox-list { margin-top: 28px; } .line-separator + .range-slider { margin-top: 34px; } .line-separator + .product-preview-list { margin-top: 26px; } .line-separator + .comment-list { margin-top: 60px; } .line-separator + .oneline { margin-top: 16px; } .line-separator + .details-list { margin-top: 40px; } .promo { width: 230px; height: 190px; } .rating { width: 76px; } .rating:after { content: ''; display: table; clear: both; } .rating.changeable .rating-item { cursor: pointer; } .rating .rating-item { float: left; margin-right: 4px; } .rating .rating-item:last-child { margin-right: 0; } .rating .rating-item.filled .svg-star { fill: #ff5400; } .rating .rating-item .svg-star { width: 12px; height: 11px; fill: #b2b2b2; } .rating.small { width: 71px; } .rating.small .rating-item .svg-star { width: 11px; height: 10px; } .rating.medium { width: 100px; } .rating.medium .rating-item { margin-right: 5px; } .rating.medium .rating-item:last-child { margin-right: 0; } .rating.medium .rating-item .svg-star { width: 16px; height: 14px; } .product-description { font-size: 0.875em; line-height: 1em; } .product-description.medium { font-size: 0.9375em; } .product-description.small { font-size: 0.8125em; } .product-price, .product-quantity { color: #242424; font-weight: 900; line-height: 1em; } .product-price { font-size: 1em; } .product-price.small { font-size: 0.8125em; } .product-price.medium { font-size: 1.375em; } .product-price.big { font-size: 1.75em; } .product-quantity { font-size: 0.875em; } .product-img { width: 270px; height: 290px; } .product-img.large { width: 612px; height: 459px; } .product-img.big { width: 460px; height: 494px; } .product-img.small { width: 100px; height: 100px; } .product-img.tiny { width: 70px; height: 70px; } .timestamp { color: #b2b2b2; font-size: 0.875em; line-height: 1em; } .timestamp a { color: #b2b2b2; transition: color 0.15s ease-in-out; } .timestamp a:hover { color: #ff5400; } .tabbed-content.short { width: 970px; margin: 0 auto; } .tabbed-content.separated { margin-top: 100px; } .tabbed-content .tab-separator { height: 1px; background-color: #e8e8e8; } .tabbed-content.centered { text-align: center; } .tabbed-content.centered .tabbed-content-header .tabbed-content-item-title { margin-right: 100px; } .tabbed-content .tabbed-content-header { display: inline-block; padding-bottom: 24px; } .tabbed-content .tabbed-content-header:after { content: ''; display: table; clear: both; } .tabbed-content .tabbed-content-header .tabbed-content-item-title { float: left; margin-right: 60px; cursor: pointer; transition: color 0.15s ease-in-out; position: relative; } .tabbed-content .tabbed-content-header .tabbed-content-item-title:last-child { margin-right: 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title.selected { color: #ff5400; } .tabbed-content .tabbed-content-header .tabbed-content-item-title.selected .triangle { opacity: 1; visibility: visible; } .tabbed-content .tabbed-content-header .tabbed-content-item-title .triangle { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #e8e8e8; position: absolute; top: 38px; left: 50%; margin-left: -10px; pointer-events: none; opacity: 0; visibility: hidden; transition: opacity 0.15s ease-in-out; } .tabbed-content .tabbed-content-item { padding: 80px 0; text-align: left; } .tabbed-content .tabbed-content-item.padded { padding: 80px 70px; } .tabbed-content .tabbed-content-item.hidden { display: none; } .tabbed-content .tabbed-content-item .feature-enum { margin-top: 70px; } .feature-enum { width: 830px; margin: 0 auto; } .feature-enum:after { content: ''; display: table; clear: both; } .feature-enum.full { width: 100%; } .feature-enum.full .feature-enum-item { width: 33.33333%; margin-bottom: 74px; } .feature-enum.full .feature-enum-item .title { margin: 54px 0 20px; font-size: 1.125em; } .feature-enum.full .feature-enum-item:first-child { width: 33.33333%; } .feature-enum .feature-enum-item { float: left; width: 415px; padding: 0 40px; text-align: center; } .feature-enum .feature-enum-item:first-child { width: 414px; } .feature-enum .feature-enum-item .s-icon { color: #ff5400; font-size: 46px; } .feature-enum .feature-enum-item .title { margin: 24px 0 30px; font-size: 1.625em; font-weight: 700; text-transform: none; } .feature-enum .separator { float: left; width: 1px; height: 200px; margin-top: 40px; background-color: #e8e8e8; } .reviews .title { font-size: 2.875em; } .reviews .title.review-title { font-size: 1.25em; } .reviews .reviews-header { margin-bottom: 50px; position: relative; } .reviews .reviews-header:after { content: ''; display: table; clear: both; } .reviews .reviews-header .title:first-child { margin-bottom: 14px; } .reviews .reviews-header .title.review-title { float: left; margin-right: 14px; } .reviews .reviews-header .rating { float: left; position: relative; top: 3px; } .reviews .reviews-header .button { width: 170px; position: absolute; top: 4px; right: 0; } .reviews .reviews-item { margin-bottom: 46px; } .reviews .reviews-item:last-child { margin-bottom: 0; } .reviews .reviews-item .rating { margin: 8px 0 20px; } .reviews .reviews-item .review-author { color: #242424; font-weight: 700; } .reviews .reviews-item .timestamp { margin-top: 14px; } .oneline { color: #242424; font-size: 0.9375em; font-weight: 700; line-height: 60px; border-bottom: 1px solid #e8e8e8; } .oneline .annotation { float: right; font-weight: 900; } .steps-header { height: 75px; margin-bottom: 80px; border-bottom: 1px solid #e8e8e8; text-align: center; } .steps-header:after { content: ''; display: table; clear: both; } .steps-header .steps-header-item { line-height: 75px; } .steps-header .steps-header-item:after { content: ''; display: table; clear: both; } .steps-header .steps-header-item.current .step-number { background-color: #ff5400; } .steps-header .steps-header-item.complete .step-number { background-color: #242424; } .steps-header .steps-header-item:nth-child(1) { float: left; } .steps-header .steps-header-item:nth-child(2) { display: inline-block; } .steps-header .steps-header-item:nth-child(3) { float: right; } .steps-header .steps-header-item .step-number { float: left; width: 34px; height: 34px; margin: 21px 10px 0 0; border-radius: 50%; background-color: #b2b2b2; } .steps-header .steps-header-item .step-number p { color: #fff; font-size: 0.75em; line-height: 34px; font-weight: 900; text-align: center; text-transform: uppercase; } .steps-header .steps-header-item .title { float: left; line-height: 75px; } .img-list:after { content: ''; display: table; clear: both; } .img-list .img-list-item { float: left; margin-right: 14px; } .img-list .img-list-item.card-01 { width: 36px; height: 13px; background-image: url("../img/shop/card_01.png"); position: relative; top: 3px; } .img-list .img-list-item.card-02 { width: 31px; height: 19px; background-image: url("../img/shop/card_02.png"); } .img-list .img-list-item.card-03 { width: 32px; height: 19px; background-image: url("../img/shop/card_03.png"); } .img-list .img-list-item.card-04 { width: 31px; height: 19px; background-image: url("../img/shop/card_04.png"); } .img-list .img-list-item.card-05 { width: 62px; height: 16px; background-image: url("../img/shop/card_05.png"); } .img-list .img-list-item:last-child { margin-right: 0; } .details-list { width: 470px; margin: 0 auto; } .details-list:after { content: ''; display: table; clear: both; } .details-list.full { width: 100%; } .details-list.full .details-list-item { float: none; width: 100%; } .details-list .details-list-item { float: left; width: 220px; margin: 0 30px 30px 0; } .details-list .details-list-item:nth-child(2n+2) { margin-right: 0; } .details-list .details-list-item .details-list-title { margin-bottom: 20px; font-size: 0.9375em; font-weight: 700; text-transform: none; } .details-list .details-list-item .details-list-info { font-size: 0.875em; line-height: 24px; } .details-list .details-list-item .details-list-info span { color: #242424; } .details-list .details-list-item .details-list-info span:nth-child(2) { margin-left: 16px; } .details-list .details-list-item .details-list-info span.push { margin-right: 8px; } .quote-box { position: relative; } .quote-box .quote-text { margin-bottom: 12px; font-size: 1.375em; font-style: italic; } .quote-box .quote-author { color: #242424; font-size: 0.75em; font-weight: 900; } .quote-box.v1 { padding: 40px 12px 36px 54px; border-left: 6px solid #ff5400; background-color: #fff; } .quote-box.v1:before { content: '"'; font-family: "Lato", sans-serif; font-size: 3.75em; line-height: 1em; position: absolute; top: 10px; left: 16px; } .quote-box.v2, .quote-box.v3 { padding: 40px 35px 36px; border-radius: 4px; } .quote-box.v2 { background-color: #ff5400; } .quote-box.v2:before { content: '"'; color: #242424; font-family: "Lato", sans-serif; font-size: 21.375em; line-height: 1em; position: absolute; top: -58px; left: -26px; opacity: .1; } .quote-box.v2 .quote-text { color: #fff; } .quote-box.v3 { background-color: #f1f1f1; } .quote-box.v3:before { content: '"'; width: 30px; height: 30px; padding: 5px 0 0 8px; background-color: #ff5400; border-radius: 4px; color: #fff; font-family: "Lato", sans-serif; font-size: 2.25em; line-height: 1em; position: absolute; top: 0; left: 0; box-sizing: border-box; } .regular-list { margin: 35px 0 0 35px; } .regular-list.v1 .regular-list-item { padding-left: 35px; } .regular-list.v1 .regular-list-item .triangle { width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #ff5400; position: absolute; top: 4px; left: 10px; } .regular-list.v2 .regular-list-item { padding-left: 40px; } .regular-list.v2 .regular-list-item .item-number { color: #242424; font-size: 0.875em; font-weight: 900; position: absolute; top: 2px; left: 5px; } .regular-list .regular-list-item { margin-bottom: 16px; position: relative; } .regular-list .regular-list-item p { line-height: 1em; } @media screen and (max-width: 1260px) { .tabbed-content.short { width: 100%; } .tabbed-content .tabbed-content-item { padding: 80px 30px; } .tabbed-content .tabbed-content-item.padded { padding: 80px 30px; } } @media screen and (max-width: 1024px) { .tabbed-content.centered .tabbed-content-header .tabbed-content-item-title { margin: 0 0 20px 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title { float: none; margin: 0 0 20px 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title:last-child { margin-bottom: 0; } .tabbed-content .tabbed-content-header .tabbed-content-item-title .triangle { display: none; } .feature-enum { width: 570px; } .feature-enum.full { width: 570px; } .feature-enum.full .feature-enum-item { width: 270px; margin-right: 30px; padding: 0; } .feature-enum.full .feature-enum-item:first-child { width: 270px; } .feature-enum.full .feature-enum-item:nth-child(2n+2) { margin-right: 0; } .feature-enum .feature-enum-item { width: 270px; padding: 0; } .feature-enum .feature-enum-item:first-child { width: 270px; margin-right: 30px; } .feature-enum .separator { display: none; } } @media screen and (max-width: 680px) { .tabbed-content { width: 95%; } .tabbed-content.short { width: 95%; } .tabbed-content .tabbed-content-item { padding: 80px 0; } .tabbed-content .tabbed-content-item.padded { padding: 80px 0; } .feature-enum { width: 270px; } .feature-enum.full { width: 270px; } .feature-enum.full .feature-enum-item { margin-right: 0; } .feature-enum.full .feature-enum-item:first-child { margin-bottom: 74px; } .feature-enum .feature-enum-item:first-child { margin: 0 0 60px 0; } .reviews .reviews-header .rating { margin-bottom: 20px; } .reviews .reviews-header .button { position: static; clear: both; } .steps-header { height: auto; } .steps-header .steps-header-item { width: 100%; padding-left: 10px; } .steps-header .steps-header-item:nth-child(1), .steps-header .steps-header-item:nth-child(3) { float: none; } .details-list { width: 220px; } .details-list .details-list-item { margin-right: 0; } } @media screen and (max-width: 480px) { .subsection-title.big { line-height: 1.2; } .regular-list { margin-left: 12px; } } .widget-line-wrap { background-color: #242424; } .widget-line-wrap.dark { background-color: #1b1b1b; } .widget-line-wrap.dark .actions-list { background-color: #1b1b1b; } .widget-line-wrap.dark .actions-list .dropdown-list { background-color: #1b1b1b; outline: 1px solid #1b1b1b; } .widget-line-wrap.dark .actions-list input[type="text"] { background-color: #1b1b1b; } .widget-line-wrap.light { background-color: #fff; border-bottom: 1px solid #e8e8e8; } .widget-line-wrap.light .actions-list { background-color: #fff; } .widget-line-wrap.light .actions-list .actions-list-item { border-color: #e8e8e8; } .widget-line-wrap.light .actions-list .actions-list-item .social-link a { color: #b2b2b2; } .widget-line-wrap.light .actions-list .actions-list-item .social-link a:hover { color: #fff; } .widget-line-wrap.light .actions-list .actions-list-item .action-button { color: #8b8b8b; } .widget-line-wrap.light .actions-list .actions-list-item .action-button .svg-arrow { fill: #b2b2b2; } .widget-line-wrap.light .actions-list .dropdown-list { background-color: #fff; outline-color: #e8e8e8; border-color: #e8e8e8; border-top-color: #fff; } .widget-line-wrap.light .actions-list .dropdown-list .dropdown-list-item a { color: #8b8b8b; } .widget-line-wrap.light .actions-list .search-form .svg-mag-glass, .widget-line-wrap.light .actions-list .search-form .svg-cross { fill: #ff5400; } .widget-line-wrap.light .actions-list .search-form input[type="text"] { color: #8b8b8b; background-color: #fff; } .widget-line-2 { display: none; } .widget-line { height: 50px; } .widget-line:after { content: ''; display: table; clear: both; } .widget-line.big { height: 60px; } .widget-line.big .actions-list .actions-list-item .social-link a { line-height: 60px; } .widget-line.big .actions-list .actions-list-item .action-button { line-height: 60px; } .widget-line.big .copyright { line-height: 60px; } .widget-line .copyright { float: left; color: #666; font-size: 0.8125em; margin-left: 8px; line-height: 50px; } .actions-list { background-color: #242424; } .actions-list:after { content: ''; display: table; clear: both; } .actions-list.left { float: left; } .actions-list.right { float: right; } .actions-list .actions-list-item { float: left; border-left: 1px solid #3e3e3e; position: relative; } .actions-list .actions-list-item.last { border-right: 1px solid #3e3e3e; } .actions-list .actions-list-item.full { float: none; } .actions-list .actions-list-item.void { border: none; } .actions-list .actions-list-item.void:last-child { border: none; } .actions-list .actions-list-item:last-child { border-right: 1px solid #3e3e3e; } .actions-list .actions-list-item .social-link { width: 50px; } .actions-list .actions-list-item .social-link a { display: block; text-align: center; line-height: 50px; color: #fff; transition: all 0.3s ease-in-out; } .actions-list .actions-list-item .social-link a:hover { background-color: #ff5400; } .actions-list .actions-list-item .action-button { display: block; padding: 0 18px; color: #fff; font-size: 0.6875em; line-height: 50px; position: relative; } .actions-list .actions-list-item .action-button.regular { color: #8b8b8b; } .actions-list .actions-list-item .action-button .bold { margin-left: 5px; } .actions-list .actions-list-item .options-dropdown { text-transform: uppercase; padding-right: 12px; } .actions-list .actions-list-item .options-dropdown .svg-arrow { margin-left: 10px; } .actions-list .actions-list-item .dropdown-list { width: 100%; padding: 8px 0; background-color: #242424; outline: 1px solid #242424; border-top: 1px solid #3e3e3e; position: absolute; top: 50px; left: 0; z-index: 10; display: none; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item a { display: block; padding-left: 18px; color: #fff; font-size: 0.6875em; line-height: 24px; text-transform: uppercase; transition: color 0.3s ease-in-out; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item a:hover { color: #ff5400; } .actions-list .actions-list-item .dropdown-list .dropdown-list-item.selected a { color: #ff5400; } .actions-list .actions-list-item .search-form { min-width: 210px; position: relative; transition: min-width 0.3s ease-in-out; } .actions-list .actions-list-item .search-form.extended { min-width: 260px; } .actions-list .actions-list-item .search-form.v2 { border: 1px solid #e8e8e8; border-radius: 0; position: absolute; top: 89px; right: 0; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out; } .actions-list .actions-list-item .search-form.v2.open { opacity: 1; visibility: visible; -webkit-transform: translate(0, 52px); transform: translate(0, 52px); } .actions-list .actions-list-item .search-form input[type="text"] { width: 100%; padding-right: 50px; color: #fff; } .actions-list .actions-list-item .search-form .search-submit, .actions-list .actions-list-item .search-form .search-cancel { width: 50px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; position: absolute; top: 0; right: 0; } .actions-list .actions-list-item .search-form .search-submit.hidden, .actions-list .actions-list-item .search-form .search-cancel.hidden { display: none; } .actions-list .actions-list-item ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #8b8b8b; } .actions-list .actions-list-item :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #8b8b8b; opacity: 1; } .actions-list .actions-list-item ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #8b8b8b; opacity: 1; } .actions-list .actions-list-item :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8b8b8b; } .actions-list .actions-list-item ::-ms-input-placeholder { /* Microsoft Edge */ color: #8b8b8b; } .actions-list .actions-list-item input[type="text"] { padding: 0 18px; line-height: 50px; border: none; background-color: #242424; font-size: 0.6875em; } @media screen and (max-width: 620px) { .widget-line-copy .actions-list { display: none; } .widget-line-copy .copyright { float: none; text-align: center; } } .navigation-wrap { background-color: #fff; } .navigation { height: 90px; } .navigation:after { content: ''; display: table; clear: both; } .navigation .logo { float: left; margin-top: 35px; } .navigation .cart-dropdown-control, .navigation .main-menu { float: right; } .main-menu { position: relative; margin-right: 18px; } .main-menu:after { content: ''; display: table; clear: both; } .main-menu .main-menu-item { float: left; position: relative; } .main-menu .main-menu-item.sub { position: static; } .main-menu .main-menu-item:hover > a { color: #ff5400; } .main-menu .main-menu-item:hover > .menu-dropdown, .main-menu .main-menu-item:hover > .content-dropdown { opacity: 1; visibility: visible; -webkit-transform: translate(0, 100px); transform: translate(0, 100px); pointer-events: auto; } .main-menu .main-menu-item > a { display: block; padding: 0 30px; color: #242424; font-size: 0.75em; line-height: 90px; font-weight: 900; text-transform: uppercase; transition: color 0.15s ease-in-out; position: relative; } .main-menu .main-menu-item > a .svg-arrow { fill: #ff5400; position: absolute; bottom: 20px; left: 50%; margin-left: -4px; pointer-events: none; } .mobile-menu-wrap { background-color: #242424; display: none; } .mobile-menu-wrap .mobile-menu-control { height: 50px; padding-top: 18px; text-align: center; cursor: pointer; } .mobile-menu-wrap .mobile-menu { border-top: 1px solid #3e3e3e; display: none; } .mobile-menu-wrap .mobile-menu .mobile-menu-item { position: relative; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a { display: block; height: 50px; padding: 0 30px; border-bottom: 1px solid #3e3e3e; color: #fff; font-size: 0.75em; line-height: 50px; font-weight: 900; text-transform: uppercase; transition: background-color 0.15s ease-in-out; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a:hover { background-color: #2d2d2d; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a.open .svg-arrow.rotable { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a .bold { float: right; } .mobile-menu-wrap .mobile-menu .mobile-menu-item > a .selected-option { margin-left: 6px; color: #ff5400; } .mobile-menu-wrap .mobile-menu .mobile-menu-item.void a { color: #8b8b8b; } .mobile-menu-wrap .mobile-menu .mobile-menu-item .svg-arrow { position: absolute; top: 20px; right: 32px; pointer-events: none; transition: transform 0.3s ease-in-out; } .mobile-menu-wrap .mobile-menu-dropdown { padding: 16px 0; border-bottom: 1px solid #3e3e3e; background-color: #1b1b1b; display: none; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item > a { display: block; height: 40px; padding: 0 38px; color: #8b8b8b; font-size: 0.6875em; line-height: 40px; font-weight: 900; text-transform: uppercase; transition: color 0.3s ease-in-out; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item > a:hover { color: #fff; } .mobile-menu-wrap .mobile-menu-dropdown .mobile-menu-dropdown-item.selected > a { color: #fff; } .cart-dropdown-wrap { position: relative; z-index: 9999; } .cart-dropdown-wrap .cart-dropdown { top: 0; right: 0; } .search-control { float: right; width: 50px; height: 50px; margin: 20px 20px 0 10px; padding-top: 17px; border-radius: 50%; background-color: #242424; text-align: center; cursor: pointer; } .search-control .svg-mag-glass-big { fill: #fff; width: 16px; height: 16px; } .cart-dropdown-control { width: 90px; height: 90px; padding-top: 35px; background-color: #ff5400; text-align: center; cursor: pointer; position: relative; } .cart-dropdown-control.v2 { width: 50px; height: 50px; border-radius: 50%; padding-top: 17px; margin-top: 20px; } .cart-dropdown-control.v2 .cart-item-quantity { top: 0; right: 0; } .cart-dropdown-control .svg-cross.hidden, .cart-dropdown-control .svg-cart.hidden { display: none; } .cart-dropdown-control .cart-item-quantity { width: 16px; height: 16px; border-radius: 50%; padding-left: 1px; background-color: #242424; position: absolute; top: 28px; right: 24px; } .cart-dropdown-control .cart-item-quantity p { color: #fff; font-size: 0.625em; font-weight: 700; line-height: 16px; } .cart-dropdown { width: 500px; background-color: #fff; text-align: left; position: absolute; cursor: auto; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .cart-dropdown.opened { opacity: 1; visibility: visible; -webkit-transform: translate(0, 90px); transform: translate(0, 90px); } .cart-dropdown .cart-dropdown-items { overflow-y: auto; border-top: 1px solid #e8e8e8; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item { height: 149px; padding: 24px 30px 0 148px; border-bottom: 1px solid #e8e8e8; position: relative; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item:last-child { border-bottom: none; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .product-img { position: absolute; top: 24px; left: 30px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info { padding-top: 10px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .title { display: inline-block; margin-bottom: 6px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-description { margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .rating { margin-bottom: 6px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-price { position: absolute; top: 34px; right: 80px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .svg-cross { fill: #b2b2b2; position: absolute; top: 34px; right: 30px; cursor: pointer; } .cart-dropdown .cart-dropdown-subtotal { height: 60px; padding: 0 80px 0 148px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; } .cart-dropdown .cart-dropdown-subtotal:after { content: ''; display: table; clear: both; } .cart-dropdown .cart-dropdown-subtotal p { float: right; font-size: 0.9375em; line-height: 60px; } .cart-dropdown .cart-dropdown-subtotal .title { float: left; font-weight: 700; } .cart-dropdown .cart-dropdown-actions:after { content: ''; display: table; clear: both; } .cart-dropdown .cart-dropdown-actions .button { float: left; width: 50%; border-radius: 0; } .menu-dropdown { width: 220px; background-color: #242424; position: absolute; top: -10px; z-index: 9999; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; pointer-events: none; } .menu-dropdown .menu-dropdown-item { position: relative; } .menu-dropdown .menu-dropdown-item > a { display: block; padding-left: 20px; border-bottom: 1px solid #3e3e3e; color: #8b8b8b; font-size: 0.6875em; line-height: 48px; font-weight: 900; text-transform: uppercase; transition: color 0.15s ease-in-out; } .menu-dropdown .menu-dropdown-item > .menu-dropdown { top: 0; left: 110px; } .menu-dropdown .menu-dropdown-item .svg-arrow { fill: #8b8b8b; pointer-events: none; position: absolute; top: 20px; right: 18px; } .menu-dropdown .menu-dropdown-item:hover > a { color: #fff; } .menu-dropdown .menu-dropdown-item:hover > .svg-arrow { fill: #fff; } .menu-dropdown .menu-dropdown-item:hover > .menu-dropdown { opacity: 1; visibility: visible; -webkit-transform: translate(110px, 0); transform: translate(110px, 0); pointer-events: auto; } .menu-dropdown .menu-dropdown-item:last-child > a { border-bottom: none; } .content-dropdown { width: 970px; padding: 50px; background-color: #242424; position: absolute; top: -10px; right: 0; opacity: 0; visibility: hidden; pointer-events: none; z-index: 9999; transition: all 0.3s ease-in-out; } .content-dropdown:after { content: ''; display: table; clear: both; } .content-dropdown .content-dropdown-column { float: left; margin-right: 80px; } .content-dropdown .content-dropdown-column:after { content: ''; display: table; clear: both; } .content-dropdown .content-dropdown-column .link-list { float: left; margin: 30px 48px 0 0; } .content-dropdown .content-dropdown-column .link-list:last-child { margin-right: 0; } .content-dropdown.with-bg { background-image: url("../img/promo/helmet.png"); background-repeat: no-repeat; background-position: 100% 50px; } .content-dropdown .promo { position: absolute; top: 74px; right: 50px; } .link-list .link-list-item { margin-bottom: 16px; } .link-list .link-list-item a { display: block; color: #8b8b8b; font-size: 0.6875em; font-weight: 900; transition: color 0.15s ease-in-out; } .link-list .link-list-item:hover a { color: #fff; } .link-list .link-list-item:last-child { margin-bottom: 0; } .link-list.simple .link-list-item a { text-transform: uppercase; } .link-list.decorated .link-list-item a { padding-left: 18px; font-size: 0.875em; font-weight: 400; position: relative; } .link-list.decorated .link-list-item a .svg-arrow { fill: #ff5400; pointer-events: none; position: absolute; top: 4px; left: 0; } @media screen and (max-width: 1260px) { .navigation { width: 100%; max-width: 100%; padding-left: 20px; } .widget-line-1, .main-menu { display: none; } .mobile-menu-wrap, .widget-line-2 { display: block; } } @media screen and (max-width: 680px) { .cart-dropdown { width: 100%; z-index: 9999; } .cart-dropdown.opened { top: 50px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item { height: auto; padding-left: 118px; padding-bottom: 24px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .product-img { width: 70px; height: 70px; } .cart-dropdown .cart-dropdown-subtotal { padding-left: 118px; } } @media screen and (max-width: 480px) { .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info { padding-top: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .title { font-size: 0.875em; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-description { font-size: 0.8125em; margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-price { position: static; font-size: 0.875em; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .cart-dropdown-item-info .product-quantity { margin-bottom: 4px; } .cart-dropdown .cart-dropdown-items .cart-dropdown-item .svg-cross { width: 10px; height: 10px; top: 10px; right: 12px; } .cart-dropdown .cart-dropdown-subtotal { padding-left: 30px; padding-right: 30px; } .cart-dropdown .cart-dropdown-actions .button { width: 100%; } } .main-slider { height: 660px; position: relative; overflow: hidden; } .slide-list { width: 100%; height: 100%; position: absolute; } .slide.slide-1 { background: url("../img/slider/slide1.png") no-repeat center; background-size: cover; } .slide.slide-1 .slide-content { padding-top: 115px; } .slide.slide-1 .banner-title { text-align: center; } .slide.slide-1 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-1 .banner-title:nth-child(2) { margin-bottom: 20px; } .slide.slide-2 { background: url("../img/slider/slide2.png") no-repeat center; background-size: cover; } .slide.slide-2 .slide-content { padding: 160px 0 0 70px; } .slide.slide-2 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-2 .banner-title:nth-child(3) { margin-bottom: 24px; } .slide.slide-2 .button { margin-top: 40px; } .slide.slide-3 { background: url("../img/slider/slide3.png") no-repeat center; background-size: cover; } .slide.slide-3 .slide-content-wrap:after { content: ''; display: table; clear: both; } .slide.slide-3 .slide-content-wrap .slide-content { float: right; width: 600px; padding-top: 166px; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title { text-align: center; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title:nth-child(3) { margin: 36px 0 54px; } .slide.slide-3 .slide-content-wrap .slide-content .button { margin: 0 auto; } .slider-controls { position: absolute; top: 280px; right: 38px; z-index: 10; } .slider-controls.secondary .slider-control { border-color: #cdcdcd; } .slider-controls.secondary .slider-control.selected { border-color: #ff5400; background-color: #ff5400; } .slider-control { width: 10px; height: 10px; margin-bottom: 14px; border-radius: 50%; border: 2px solid #fff; cursor: pointer; } .slider-control:last-child { margin-bottom: 0; } .slider-control.selected { background-color: #fff; } .banner-title { color: #fff; font-size: 5.375em; } .banner-title.dark { color: #242424; } .banner-title.main { color: #ff5400; } .banner-title.micro { font-size: 1em; } .banner-title.micro.light { color: #8b8b8b; font-weight: 700; } .banner-title.tiny { font-size: 1.75em; } .banner-title.small { font-size: 3.375em; } .banner-title.medium { font-size: 4em; font-weight: 700; letter-spacing: .1em; } .banner-title.large { font-size: 5.625em; } .banner-title span.highlighted { display: inline-block; height: 88px; padding: 0 14px; color: #00063c; background-color: #ff5400; } @media screen and (max-width: 1260px) { .main-slider { height: 600px; } .slide.slide-1 { background-image: url("../img/slider/slide1_r.png"); } .slide.slide-1 .slide-content { padding-top: 115px; } .slide.slide-1 .banner-title { text-align: center; } .slide.slide-1 .banner-title:first-child { margin-bottom: 5px; } .slide.slide-1 .banner-title:nth-child(2) { margin-bottom: 20px; } .slide.slide-2 { background-image: url("../img/slider/slide2_r.png"); } .slide.slide-2 .slide-content { padding: 100px 0 0; } .slide.slide-2 .banner-title { text-align: center; } .slide.slide-2 .button { margin: 40px auto 0; } .slide.slide-3 { background-image: none; background-color: #f0f0f0; } .slide.slide-3 .slide-content-wrap .slide-content { float: none; width: 100%; padding-top: 115px; } .slider-controls { width: 58px; top: auto; right: auto; bottom: 38px; left: 50%; margin-left: -29px; } .slider-controls:after { content: ''; display: table; clear: both; } .slider-control { float: left; margin-bottom: 0; margin-right: 14px; } .slider-control:last-child { margin-right: 0; } } @media screen and (max-width: 860px) { .main-slider { height: 500px; } .slide.slide-1 .slide-content { padding-top: 100px; } .slide.slide-1 .banner-title { font-size: 2.875em; line-height: 1.2; } .slide.slide-1 .banner-title.tiny { font-size: 1.125em; } .slide.slide-1 .banner-title:nth-child(3) { font-size: 0.875em; line-height: 1.6; } .slide.slide-2 .banner-title { font-size: 2.875em; } .slide.slide-2 .banner-title span.highlighted { height: 48px; padding: 0 6px; } .slide.slide-2 .banner-title.small { font-size: 1.75em; } .slide.slide-2 .banner-title.micro { font-size: 0.875em; line-height: 1.6; } .slide.slide-3 .slide-content-wrap .slide-content { padding-top: 100px; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.large { font-size: 2.875em; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.medium { font-size: 2.5em; } .slide.slide-3 .slide-content-wrap .slide-content .banner-title.micro { font-size: 0.875em; line-height: 1.6; } } .section-navigation-wrap { border-top: 1px solid #e8e8e8; background-color: #f9f9f9; } .section-navigation { height: 60px; } .section-navigation .section-navigation-path { font-size: 0.75em; line-height: 60px; } .section-navigation .section-navigation-path .path { margin-right: 5px; } .section-navigation .section-navigation-path .path:last-child { margin-right: 0; } .section-navigation .section-navigation-path .path.bold .svg-arrow { fill: #ff5400; } .section-navigation .section-navigation-path .path.current { color: #242424; font-weight: 700; } .section-navigation .section-navigation-path .svg-arrow { fill: #8b8b8b; width: 3px; height: 6px; } .section-wrap { background-color: #fff; } .section-wrap.dark { background-color: #1b1b1b; } .section-wrap.gmap { position: relative; background-color: #fbfbfb; } .section-wrap.gmap #map { width: 100%; height: 100%; } .section, .product-showcase { padding: 100px 0 150px; } .section:after, .product-showcase:after { content: ''; display: table; clear: both; } .section.no-title, .product-showcase.no-title { padding-top: 80px; } .section.top-short, .product-showcase.top-short { padding-top: 50px; } .section.bottom-short, .product-showcase.bottom-short { padding-bottom: 110px; } .section.bottom-shorter, .product-showcase.bottom-shorter { padding-bottom: 70px; } .section.void, .product-showcase.void { padding: 0; } .section.bottom-void, .product-showcase.bottom-void { padding-bottom: 0; } .section.form-demo .form-popup, .product-showcase.form-demo .form-popup { margin-bottom: 60px; } .section.left-aligned > .title, .product-showcase.left-aligned > .title { text-align: left; } .section.left-aligned > .title + .line-separator, .product-showcase.left-aligned > .title + .line-separator { margin: 28px 0 60px; } .section.left-aligned .pretitle, .product-showcase.left-aligned .pretitle { text-align: left; } .section > .title, .product-showcase > .title { text-align: center; } .section > .title + .line-separator, .product-showcase > .title + .line-separator { margin: 28px auto 60px; } .section > .title + .line-separator.short, .product-showcase > .title + .line-separator.short { margin-bottom: 50px; } .section .pretitle, .product-showcase .pretitle { color: #b2b2b2; font-size: 0.875em; text-align: center; font-weight: 700; margin-bottom: 10px; } .section .section-description, .product-showcase .section-description { width: 770px; margin: 0 auto; text-align: center; } .welcome-section-wrap { background-image: url("../img/home/welcome.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #f9f9f9; } .welcome-section { padding-bottom: 470px; } .features-section { position: relative; } .features-section .bg-decoration { position: absolute; top: 244px; right: -88px; } @media screen and (max-width: 1260px) { .features-section { padding-bottom: 100px; } .features-section .bg-decoration { display: none; } .section.no-title { padding-top: 40px; } } @media screen and (max-width: 1024px) { .section .section-description { width: 90%; } } @media screen and (max-width: 680px) { .section-navigation { padding-left: 10px; } } @media screen and (max-width: 480px) { .section > .title, .product-showcase > .title { font-size: 1.75em; line-height: 1.2; } } .builder-actions { padding: 80px 0 64px; background-color: #fff; overflow: hidden; } .builder-actions .builder-actions-item-wrap { border-right: 1px solid #e8e8e8; } .builder-actions .builder-actions-item { text-align: center; transition: transform 0.4s ease-in-out; } .builder-actions .builder-actions-item:hover { -webkit-transform: translate(0, -32px); transform: translate(0, -32px); } .builder-actions .builder-actions-item:hover .button { opacity: 1; visibility: visible; } .builder-actions .builder-actions-item img { display: block; margin: 0 auto 28px; } .builder-actions .builder-actions-item .title { margin-bottom: 10px; } .builder-actions .builder-actions-item p { font-size: 0.875em; line-height: 1em; } .builder-actions .builder-actions-item .button { width: 126px; margin: 18px auto 0; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .builder-actions .builder-actions-item:last-child { border-right: none; } .action-poster-wrap { background: url("../img/home/action-poster-bg.jpg") no-repeat center; background-size: cover; } .action-poster { min-height: 250px; padding: 90px 100px 0; } .action-poster:after { content: ''; display: table; clear: both; } .action-poster .action-poster-info { float: left; } .action-poster .title { color: #fff; font-size: 2.5em; margin-bottom: 10px; } .action-poster p { font-size: 1.125em; line-height: 1em; } .action-poster .button { float: right; margin-top: 3px; } .feature-list { margin-top: 96px; } .feature-list:after { content: ''; display: table; clear: both; } .feature-list.small { width: 705px; } .feature-list.small .feature-list-item { width: 335px; margin: 0 35px 45px 0; padding-left: 35px; } .feature-list.small .feature-list-item:nth-child(2n+2) { margin-right: 0; } .feature-list.small .feature-list-item:nth-last-child(1), .feature-list.small .feature-list-item:nth-last-child(2) { margin-bottom: 0; } .feature-list.big { margin-left: auto; margin-right: auto; } .feature-list.big .feature-list-item { width: 370px; padding-left: 70px; margin: 0 30px 40px 0; } .feature-list.big .feature-list-item:nth-child(3n+3) { margin-right: 0; } .feature-list.big .feature-list-item:nth-last-child(1), .feature-list.big .feature-list-item:nth-last-child(2), .feature-list.big .feature-list-item:nth-last-child(3) { margin-bottom: 0; } .feature-list .feature-list-item { float: left; position: relative; } .feature-list .feature-list-item .title { margin-bottom: 30px; font-weight: 700; } .feature-list .feature-list-item .s-icon { color: #ff5400; font-size: 30px; position: absolute; top: -10px; left: 14px; } .feature-list .feature-list-item .svg-check { fill: #ff5400; position: absolute; top: 0; left: 0; } .service-banners:after { content: ''; display: table; clear: both; } .service-banners .service-banner { float: left; width: 33.33333%; height: 436px; } .service-banners .service-banner .service-banner-content { height: 100%; padding-top: 108px; text-align: center; transition: transform 0.4s ease-in-out; } .service-banners .service-banner .service-banner-content:hover { -webkit-transform: translate(0, -16px); transform: translate(0, -16px); } .service-banners .service-banner .service-banner-content:hover p { opacity: 1; visibility: visible; } .service-banners .service-banner .service-banner-content .s-icon { display: block; margin-bottom: 30px; color: #fff; } .service-banners .service-banner .service-banner-content .s-icon.icon-badge { font-size: 52px; } .service-banners .service-banner .service-banner-content .s-icon.icon-like { font-size: 46px; } .service-banners .service-banner .service-banner-content .s-icon.icon-rocket { font-size: 48px; } .service-banners .service-banner .service-banner-content .title { color: #fff; } .service-banners .service-banner .service-banner-content .title.medium { font-size: 1.375em; } .service-banners .service-banner .service-banner-content .title.big { font-size: 3em; } .service-banners .service-banner .service-banner-content .line-separator { background-color: #fff; } .service-banners .service-banner .service-banner-content p { width: 370px; margin: 0 auto; color: #fff; font-size: 0.9375em; line-height: 28px; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; } .service-banners .service-banner.main { background-color: #ff5400; } .service-banners .service-banner.secondary { background-color: #ff7200; } .service-banners .service-banner.tertiary { background-color: #ffae00; } .step-list .step-list-item { margin-bottom: 80px; } .step-list .step-list-item:after { content: ''; display: table; clear: both; } .step-list .step-list-item:last-child { margin-bottom: 0; } .step-list .step-list-item.left .step-list-item-info { float: left; text-align: left; } .step-list .step-list-item.left .step-list-item-img { float: right; } .step-list .step-list-item.right .step-list-item-info { float: right; text-align: right; } .step-list .step-list-item.right .step-list-item-img { float: left; } .step-list .step-list-item .step-list-item-info { width: 570px; } .step-list .step-list-item .step-list-item-info .title.medium { font-size: 1.25em; } .step-list .step-list-item .step-list-item-info .title.large { font-size: 2.875em; line-height: 1.2; } .step-list .step-list-item .step-list-item-info .title.small { margin: 10px 0 38px; font-size: 1.25em; font-weight: 700; text-transform: none; } .promo-banners:after { content: ''; display: table; clear: both; } .promo-banners .promo-banner { float: left; width: 50%; height: 430px; padding-top: 60px; } .promo-banners .promo-banner .promo-banner-title-wrap { width: 480px; margin: 0 auto; } .promo-banners .promo-banner .promo-banner-title-wrap:after { content: ''; display: table; clear: both; } .promo-banners .promo-banner .promo-banner-title-wrap .title { float: left; } .promo-banners .promo-banner .title, .promo-banners .promo-banner p { color: #fff; text-align: center; } .promo-banners .promo-banner .title.title-promo { font-size: 7.25em; } .promo-banners .promo-banner .title.title-percent { font-size: 71px; line-height: .5em; margin-top: 25px; } .promo-banners .promo-banner .title.title-percent .title-unit { font-size: 33px; } .promo-banners .promo-banner .title.title-extra { margin: 14px 0 0 5px; font-size: 52px; line-height: .92em; text-align: left; } .promo-banners .promo-banner .title.title-description { margin: 30px 0 26px; font-size: 1.25em; letter-spacing: 0.01em; } .promo-banners .promo-banner p { font-size: 0.6875em; font-weight: 700; line-height: 1em; } .promo-banners .promo-banner .button { margin: 50px auto 0; } .promo-banners .promo-banner.main { background-color: #ff5400; } .promo-banners .promo-banner.dark { background-color: #242424; } .widget-form-wrap { background-color: #ff5400; } .widget-form-wrap .widget-form { padding: 66px 100px 60px; } .widget-form-wrap .widget-form:after { content: ''; display: table; clear: both; } .widget-form-wrap .widget-form .widget-form-info { float: left; } .widget-form-wrap .widget-form .widget-form-info .title, .widget-form-wrap .widget-form .widget-form-info p { color: #fff; } .widget-form-wrap .widget-form .widget-form-info .title { font-size: 1.625em; margin-bottom: 16px; } .widget-form-wrap .widget-form .widget-form-info p { font-size: 0.9375em; line-height: 1em; } .widget-form-wrap .widget-form .widget-form-input { float: right; width: 500px; margin-top: 4px; position: relative; } .widget-form-wrap .widget-form .widget-form-input input[type="text"] { padding-right: 54px; } .widget-form-wrap .widget-form .widget-form-input .icon-envelope { color: #242424; font-size: 24px; position: absolute; top: 13px; right: 14px; } @media screen and (max-width: 1260px) { .action-poster { text-align: center; padding: 90px 0 60px; } .action-poster .action-poster-info, .action-poster .button { float: none; } .action-poster .button { margin: 40px auto 0; } .service-banners .service-banner { float: none; width: 100%; height: 380px; } .service-banners .service-banner .service-banner-content { padding-top: 68px; } .step-list .step-list-item.left .step-list-item-info { float: none; } .step-list .step-list-item.right .step-list-item-info { float: none; } .step-list .step-list-item .step-list-item-info { margin: 0 auto; } .step-list .step-list-item-img { display: none; } .promo-banners .promo-banner { float: none; width: 100%; height: auto; padding: 60px 10px; } .widget-form-wrap .widget-form { padding-right: 0; padding-left: 0; } .widget-form-wrap .widget-form .widget-form-info { float: none; } .widget-form-wrap .widget-form .widget-form-info .title, .widget-form-wrap .widget-form .widget-form-info p { text-align: center; } .widget-form-wrap .widget-form .widget-form-input { float: none; margin: 30px auto 0; } .feature-list.small { margin: 96px auto 0; } .feature-list.big { width: 770px; } .feature-list.big .feature-list-item:nth-child(3n+3) { margin-right: 30px; } .feature-list.big .feature-list-item:nth-child(2n+2) { margin-right: 0; } .feature-list.big .feature-list-item:nth-last-child(3) { margin-bottom: 40px; } } @media screen and (max-width: 860px) { .feature-list.small, .feature-list.big { width: 90%; margin-top: 70px; } .feature-list.small .feature-list-item, .feature-list.big .feature-list-item { float: none; width: 100%; padding: 40px 0 0; margin-bottom: 60px; text-align: center; } .feature-list.small .feature-list-item:nth-last-child(2), .feature-list.big .feature-list-item:nth-last-child(2) { margin-bottom: 60px; } .feature-list .feature-list-item .svg-check { left: 50%; margin-left: -10px; } .feature-list .feature-list-item .s-icon { left: 50%; margin-left: -15px; } } @media screen and (max-width: 680px) { .step-list .step-list-item .step-list-item-info { width: 95%; } .step-list .step-list-item .step-list-item-info .title.large { font-size: 1.75em; line-height: 1.2; } .promo-banners .promo-banner .promo-banner-title-wrap { width: 270px; } .promo-banners .promo-banner .title.title-promo { font-size: 5.375em; margin-bottom: 10px; text-align: center; } .promo-banners .promo-banner .title.title-promo.simple { float: none; } .promo-banners .promo-banner .title.title-promo.composed { margin-left: 62px; } .promo-banners .promo-banner .title.title-percent { font-size: 52px; margin-top: 20px; } .promo-banners .promo-banner .title.title-percent .title-unit { font-size: 23px; } .promo-banners .promo-banner .title.title-extra { float: none; clear: left; font-size: 28px; text-align: center; } .promo-banners .promo-banner .title.title-extra br { display: none; } .promo-banners .promo-banner .title.title-description { line-height: 1.2em; } .promo-banners .promo-banner p { font-size: 0.6875em; font-weight: 700; line-height: 1em; } .promo-banners .promo-banner .button { margin: 50px auto 0; } .widget-form-wrap .widget-form .widget-form-info .title { margin-bottom: 6px; line-height: 1.2; } .widget-form-wrap .widget-form .widget-form-info p { line-height: 30px; } .widget-form-wrap .widget-form .widget-form-input { width: 90%; margin-top: 20px; } } @media screen and (max-width: 480px) { .action-poster .title { font-size: 1.75em; line-height: 1.2; } .service-banners .service-banner .service-banner-content p { width: 95%; } } .product-list.v2 { margin: 0 auto; } .product-list.v2 .product-list-item { min-height: 290px; margin-bottom: 24px; padding-left: 300px; position: relative; } .product-list.v2 .product-list-item .product-img { position: absolute; top: 0; left: 0; } .product-list.v2 .product-list-item .product-list-item-info { text-align: left; padding-top: 12px; } .product-list.v2 .product-list-item .product-list-item-info .rating { margin-bottom: 16px; } .product-list.v2 .product-list-item .product-list-item-info .product-price { position: absolute; top: 14px; right: 0; } .product-list.v2 .product-list-item .product-list-item-info .button-list { margin-top: 25px; } .product-list .product-list-item .product-list-item-preview { width: 100%; height: 290px; position: relative; } .product-list .product-list-item .product-list-item-preview:hover .product-list-item-actions { opacity: 1; visibility: visible; } .product-list .product-list-item .product-list-item-preview:hover .product-list-item-actions .button-list .button { -webkit-transform: scale(1); transform: scale(1); } .product-list .product-list-item .product-list-item-preview .product-list-item-actions { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.8); transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list { margin: 128px auto 0; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button { -webkit-transform: scale(0); transform: scale(0); transition: transform 0.3s ease-in-out; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(1) { transition-delay: 0.1s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(2) { transition-delay: 0.15s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(3) { transition-delay: 0.2s; } .product-list .product-list-item .product-list-item-preview .product-list-item-actions .button-list .button:nth-child(4) { transition-delay: 0.25s; } .product-list .product-list-item .product-list-item-info { padding-top: 30px; text-align: center; } .product-list .product-list-item .product-list-item-info .title { display: inline-block; } .product-list .product-list-item .product-list-item-info .product-description { margin: 12px 0 16px; } .product-list .product-list-item .product-list-item-price { padding-left: 70px; } .product-list .product-list-item .product-list-item-price:after { content: ''; display: table; clear: both; } .product-list .product-list-item .product-list-item-price .rating { float: left; margin-right: 14px; } .product-list .product-list-item .product-list-item-price .product-price { float: left; margin-top: 1px; } .product-preview-list .product-preview-list-item { min-height: 70px; margin-bottom: 20px; padding: 6px 0 0 82px; position: relative; } .product-preview-list .product-preview-list-item:last-child { margin-bottom: 0; } .product-preview-list .product-preview-list-item .product-img { position: absolute; top: 0; left: 0; } .product-preview-list .product-preview-list-item .title { margin-bottom: 2px; } @media screen and (max-width: 1024px) { .product-list.v2 { width: 570px; } .product-list.v2:after { content: ''; display: table; clear: both; } .product-list.v2 .product-list-item { float: left; width: 270px; height: auto; margin: 0 30px 60px 0; padding: 115px 0 0; } .product-list.v2 .product-list-item:nth-child(2n+2) { margin-right: 0; } .product-list.v2 .product-list-item .product-img { width: 100px; height: 100px; top: 0; left: 50%; margin-left: -50px; } .product-list.v2 .product-list-item .product-list-item-info { padding-top: 0; text-align: center; } .product-list.v2 .product-list-item .product-list-item-info .title { font-size: 1em; } .product-list.v2 .product-list-item .product-list-item-info .product-description { font-size: 0.875em; margin-bottom: 10px; } .product-list.v2 .product-list-item .product-list-item-info .rating { display: inline-block; margin-bottom: 6px; } .product-list.v2 .product-list-item .product-list-item-info .product-description-preview { font-size: 0.875em; line-height: 26px; margin-top: 12px; text-align: justify; } .product-list.v2 .product-list-item .product-list-item-info .product-price { position: static; font-size: 1em; } .product-list.v2 .product-list-item .product-list-item-info .button-list { display: inline-block; } } @media screen and (max-width: 680px) { .product-list.v2 { width: 270px; } .product-list.v2 .product-list-item { margin-right: 0; } } .footer-wrap { background-color: #242424; } .footer-top { padding: 84px 0 50px; } .footer-top:after { content: ''; display: table; clear: both; } .footer-top .description { color: #666; font-size: 0.875em; line-height: 24px; } .footer-top .aboutus-preview { float: left; margin-right: 100px; } .footer-top .content-dropdown-column { float: left; width: 200px; } .footer-top .content-dropdown-column.full { width: 370px; margin-left: 30px; } .footer-top .content-dropdown-column.full .line-separator { margin-bottom: 30px; } .footer-top .content-dropdown-column .line-separator { margin-bottom: 36px; } .footer-bottom { height: 122px; padding-left: 70px; border-top: 1px solid #3e3e3e; } .footer-bottom:after { content: ''; display: table; clear: both; } .footer-bottom .title, .footer-bottom .payment-list { float: left; } .footer-bottom .title { margin-right: 15px; font-size: 0.6875em; line-height: 121px; } .footer-bottom .payment-list .payment-list-item a { height: 121px; line-height: 132px; } .footer-bottom .payment-list .payment-list-item:nth-child(4) a { line-height: 142px; } .aboutus-preview { width: 270px; } .aboutus-preview .logo { margin-bottom: 40px; } .aboutus-preview p { font-size: 0.875em; line-height: 24px; } .aboutus-preview p.description { margin-bottom: 30px; } .contactus-list .contactus-list-item { padding-left: 35px; margin-bottom: 20px; position: relative; } .contactus-list .contactus-list-item:last-child { margin-bottom: 0; } .contactus-list .contactus-list-item .s-icon { color: #fff; font-size: 20px; position: absolute; top: 0; left: 6px; } .contactus-list .contactus-list-item .s-icon.icon-location-pin { top: -4px; } .contactus-list .contactus-list-item .s-icon.icon-phone { top: -2px; left: 9px; -webkit-transform: rotate(20deg); transform: rotate(20deg); } .contactus-list .contactus-list-item p { line-height: 1em; } .quick-contact-form { margin-top: 12px; } .quick-contact-form input[type="text"] { height: 42px; margin-bottom: 14px; } .quick-contact-form textarea { height: 90px; margin-bottom: 16px; } .quick-contact-form .button { width: 100%; } .quick-contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #6c6c6c; } .quick-contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #6c6c6c; opacity: 1; } .quick-contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #6c6c6c; opacity: 1; } .quick-contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #6c6c6c; } .quick-contact-form ::-ms-input-placeholder { /* Microsoft Edge */ color: #6c6c6c; } .payment-list:after { content: ''; display: table; clear: both; } .payment-list .payment-list-item { float: left; } .payment-list .payment-list-item a { display: block; width: 150px; text-align: center; opacity: .2; transition: opacity 0.3s ease-in-out; } .payment-list .payment-list-item a:hover { opacity: 1; } @media screen and (max-width: 1260px) { .footer-top { width: 600px; } .footer-top .aboutus-preview { margin-bottom: 60px; } .footer-top .content-dropdown-column:nth-child(2) { margin-bottom: 60px; } .footer-bottom { height: auto; padding-left: 0; } .footer-bottom .title { display: none; } .footer-bottom .payment-list { float: none; width: 450px; margin: 0 auto; } } @media screen and (max-width: 680px) { .footer-top { width: 270px; padding-left: 10px; padding-right: 10px; } .footer-top .aboutus-preview, .footer-top .content-dropdown-column { float: none; width: 100%; } .footer-top .content-dropdown-column:nth-child(3) { margin-bottom: 60px; } .footer-top .content-dropdown-column.full { width: 100%; margin-left: 0; } .footer-bottom .payment-list { width: 300px; } } @media screen and (max-width: 480px) { .footer-bottom .payment-list { width: 150px; } } .aboutus-banner-wrap { background-image: url(../img/aboutus/aboutus_bg.png); background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .aboutus-banner-wrap .aboutus-banner-bg-fill { width: 51%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; top: 0; right: 0; } .aboutus-banner { min-height: 704px; } .aboutus-banner:after { content: ''; display: table; clear: both; } .aboutus-banner .aboutus-banner-content { padding-top: 136px; float: right; width: 540px; position: relative; z-index: 10; } .aboutus-banner .aboutus-banner-content .title { margin-bottom: 14px; font-size: 3.375em; } .aboutus-banner .aboutus-banner-content p.title { margin-bottom: 40px; color: #fff; font-size: 1.25em; font-weight: 700; } .aboutus-banner .aboutus-banner-content .button { margin-top: 56px; } @media screen and (max-width: 1260px) { .aboutus-banner-wrap { background-image: url(../img/aboutus/aboutus_nobg.png); } .aboutus-banner-wrap .aboutus-banner-bg-fill { width: 100%; height: 100%; } .aboutus-banner { min-height: 600px; } .aboutus-banner .aboutus-banner-content { float: none; width: 95%; padding: 100px 0; text-align: center; } .aboutus-banner .aboutus-banner-content .button { margin: 56px auto 0; } } @media screen and (max-width: 680px) { .aboutus-banner .aboutus-banner-content .title { font-size: 2.625em; } .aboutus-banner .aboutus-banner-content p.title { line-height: 1.6; } } .sidebar.left, .content.left { float: left; } .sidebar.right, .content.right { float: right; } .sidebar { width: 270px; } .sidebar-widget { margin-bottom: 40px; } .content { width: 870px; } .widget-dropdown .widget-dropdown-item > a { display: block; height: 51px; line-height: 51px; border-bottom: 1px solid #e8e8e8; color: #242424; font-size: 0.875em; font-weight: 700; position: relative; transition: color 0.15s ease-in-out; } .widget-dropdown .widget-dropdown-item > a:hover { color: #ff5400; } .widget-dropdown .widget-dropdown-item > a.open .svg-plus { display: none; } .widget-dropdown .widget-dropdown-item > a.open .svg-minus { display: block; } .widget-dropdown .widget-dropdown-item > a .svg-plus, .widget-dropdown .widget-dropdown-item > a .svg-minus { position: absolute; top: 20px; right: 0; } .widget-dropdown .widget-dropdown-item > a .svg-minus { display: none; } .widget-dropdown .widget-dropdown-item:last-child a { border-bottom: none; } .widget-inner-dropdown { padding: 10px 0; border-bottom: 1px solid #e8e8e8; display: none; } .widget-inner-dropdown .widget-inner-dropdown-item > a { display: block; height: 40px; line-height: 40px; padding-left: 14px; color: #8b8b8b; font-size: 0.875em; transition: color 0.15s ease-in-out; } .widget-inner-dropdown .widget-inner-dropdown-item > a:hover { color: #242424; } .checkbox-list:after { content: ''; display: table; clear: both; } .checkbox-list .checkbox { float: left; width: 75px; margin: 0 55px 20px 0; } .checkbox-list .checkbox:nth-child(odd) { float: right; } .range-slider:after { content: ''; display: table; clear: both; } .range-slider .range-slider-actions { width: 270px; margin: 34px auto 20px; } .range-slider .range-slider-actions .button { float: left; margin-right: 20px; } .range-slider .range-slider-actions p { float: left; margin-top: 10px; font-size: 0.875em; line-height: 1em; } .range-slider .range-slider-actions p .price-from, .range-slider .range-slider-actions p .price-to { color: #242424; font-weight: 700; } .filter-header { min-height: 64px; margin-bottom: 24px; border-bottom: 1px solid #e8e8e8; } .filter-header:after { content: ''; display: table; clear: both; } .filter-header .title { float: left; font-size: 0.75em; margin-top: 16px; } .filter-header .filter-options { float: right; } .filter-header .view-selectors { float: right; margin-left: 24px; } .filter-options:after { content: ''; display: table; clear: both; } .filter-options .filter-option { float: left; margin-right: 12px; } .filter-options .filter-option:last-child { margin-right: 0; } .filter-options .filter-option .title { margin-right: 12px; } .filter-options .filter-option .select-block { float: left; width: 194px; } .view-selectors:after { content: ''; display: table; clear: both; } .view-selectors .view-selector { float: left; width: 42px; height: 42px; border: 1px solid #e8e8e8; border-radius: 4px; margin-right: 12px; text-align: center; } .view-selectors .view-selector:last-child { margin-right: 0; } .view-selectors .view-selector .svg-list { margin-top: 13px; } .view-selectors .view-selector .svg-grid { margin-top: 12px; } .view-selectors .view-selector.selected .svg-list, .view-selectors .view-selector.selected .svg-grid { fill: #ff5400; } .pager-wrap { text-align: center; margin-top: 40px; } .pager { display: inline-block; } .pager .pager-item { float: left; margin-right: 8px; } .pager .pager-item:last-child { margin-right: 0; } .pager .pager-item a { display: block; width: 42px; height: 42px; line-height: 42px; border: 1px solid #e8e8e8; border-radius: 4px; color: #242424; font-size: 0.8125em; font-weight: 700; text-align: center; transition: color 0.15s ease-in-out; } .pager .pager-item a:hover { color: #ff5400; } .pager .pager-item a:hover .svg-arrow { fill: #ff5400; } .pager .pager-item a .svg-arrow { fill: #242424; transition: fill 0.15s ease-in-out; } .pager .pager-item.selected a { color: #ff5400; } @media screen and (max-width: 1260px) { .content.right, .content.left, .sidebar.right, .sidebar.left { float: none; width: 95%; margin: 0 auto; } .sidebar.left, .sidebar.right { margin-top: 60px; } .section > .filter-header { padding-bottom: 20px; text-align: center; } .section > .filter-header > .title { float: none; margin-bottom: 20px; } .section > .filter-header .filter-options { float: none; } .section > .filter-header .filter-options .filter-option { float: none; margin-right: 0; } .section > .filter-header .filter-options .filter-option .title { margin: 0 0 10px 0; } .section > .filter-header .filter-options .filter-option .select-block { width: 100%; margin-bottom: 15px; } .section > .filter-header .view-selectors { float: none; display: inline-block; margin: 0 0 20px 0; } } @media screen and (max-width: 1024px) { .content .filter-header { padding-bottom: 20px; text-align: center; } .content .filter-header > .title { float: none; margin-bottom: 20px; } .content .filter-header .filter-options { float: none; } .content .filter-header .filter-options .filter-option { float: none; margin-right: 0; } .content .filter-header .filter-options .filter-option .title { margin: 0 0 10px 0; } .content .filter-header .filter-options .filter-option .select-block { width: 100%; margin-bottom: 15px; } .content .filter-header .view-selectors { float: none; display: inline-block; margin: 0 0 20px 0; } } .product-view { height: 494px; padding-left: 600px; position: relative; } .product-view.short { height: 480px; padding-left: 370px; } .product-view.short .product-img-list { top: auto; bottom: 0; } .product-view.short > .product-img { width: 340px; height: 365px; left: 0; } .product-view.short .product-details .rating { margin-bottom: 24px; } .product-view.short .product-details form { margin: 26px 0 68px; } .product-view .product-img-list { position: absolute; top: 0; left: 0; } .product-view > .product-img { position: absolute; top: 0; left: 110px; } .product-view .product-details { padding-top: 10px; } .product-view .product-details .title { margin-bottom: 12px; } .product-view .product-details .rating { margin: 16px 0 30px; } .product-view .product-details .product-price { margin-bottom: 6px; position: absolute; top: 10px; right: 0; } .product-view .product-details form { margin: 36px 0 88px; } .product-view .product-details form:after { content: ''; display: table; clear: both; } .product-view .product-details form .form-row { float: left; margin-bottom: 0; } .product-view .product-details form .form-row .select-block { width: 180px; margin-right: 12px; } .product-view .product-details .product-details-actions:after { content: ''; display: table; clear: both; } .product-view .product-details .product-details-actions > .button { float: left; width: 200px; margin-right: 12px; } .product-view .product-details .product-details-actions .button-list { float: left; margin-top: 22px; } .product-img-list .product-img-list-item { width: 100px; height: 100px; cursor: pointer; position: relative; } .product-img-list .product-img-list-item .overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .product-img-list.vertical .product-img-list-item { margin-bottom: 10px; } .product-img-list.vertical .product-img-list-item:last-child { margin-bottom: 0; } .product-img-list.horizontal:after { content: ''; display: table; clear: both; } .product-img-list.horizontal .product-img-list-item { float: left; margin-right: 20px; } .product-img-list.horizontal .product-img-list-item:last-child { margin-right: 0; } .product-img-list.border-anim .product-img-list-item .overlay { border: 4px solid transparent; transition: border-color 0.15s ease-in-out; } .product-img-list.border-anim .product-img-list-item:hover .overlay, .product-img-list.border-anim .product-img-list-item.selected .overlay { border-color: #dedede; } .product-img-list.bg-anim .product-img-list-item .overlay { transition: background-color 0.15s ease-in-out; } .product-img-list.bg-anim .product-img-list-item:hover .overlay, .product-img-list.bg-anim .product-img-list-item.selected .overlay { background-color: rgba(0, 0, 0, 0.5); } @media screen and (max-width: 1260px) { .product-view.full { height: auto; padding: 510px 0 0; text-align: center; } .product-view.full > .product-img { top: 0; left: 50%; margin-left: -230px; } .product-view.full .product-img-list { display: inline-block; position: static; margin-bottom: 40px; } .product-view.full .product-img-list.vertical:after { content: ''; display: table; clear: both; } .product-view.full .product-img-list.vertical .product-img-list-item { float: left; margin: 0 10px 0 0; } .product-view.full .product-img-list.vertical .product-img-list-item:last-child { margin-right: 0; } .product-view.full .product-details .rating { display: inline-block; margin-bottom: 10px; } .product-view.full .product-details .product-price { position: static; margin-bottom: 12px; } .product-view.full .product-details form { margin: 40px 0 20px; } .product-view.full .product-details form .form-row { float: none; margin-bottom: 20px; } .product-view.full .product-details form .form-row .select-block { width: 100%; } .product-view.full .product-details form .quantity-input { display: inline-block; text-align: left; } .product-view.full .product-details .product-details-actions > .button { float: none; margin: 0 auto; } .product-view.full .product-details .product-details-actions .button-list { float: none; display: inline-block; } } @media screen and (max-width: 1024px) { .product-view.short { height: auto; padding: 380px 0 0; text-align: center; } .product-view.short > .product-img { top: 0; left: 50%; margin-left: -170px; } .product-view.short .product-img-list { display: inline-block; position: static; margin-bottom: 40px; } .product-view.short .product-details .rating { display: inline-block; margin-bottom: 10px; } .product-view.short .product-details .product-price { position: static; margin-bottom: 12px; } .product-view.short .product-details form { margin: 40px 0 20px; } .product-view.short .product-details form .form-row { float: none; margin-bottom: 20px; } .product-view.short .product-details form .form-row .select-block { width: 100%; } .product-view.short .product-details form .quantity-input { display: inline-block; text-align: left; } .product-view.short .product-details .product-details-actions > .button { float: none; margin: 0 auto; } .product-view.short .product-details .product-details-actions .button-list { float: none; display: inline-block; } } @media screen and (max-width: 680px) { .product-view.full { padding-top: 285px; } .product-view.full > .product-img { width: 250px; height: 270px; margin-left: -125px; } .product-view.full .product-img-list { margin-bottom: 20px; } .product-view.full .product-img-list.vertical { width: 230px; } .product-view.full .product-img-list.vertical .product-img-list-item { width: 70px; height: 70px; margin-bottom: 10px; } .product-view.full .product-img-list.vertical .product-img-list-item:nth-child(3n+3) { margin-right: 0; } .product-view.full .product-img-list.vertical .product-img-list-item .product-img { width: 70px; height: 70px; } } @media screen and (max-width: 480px) { .product-view.short { padding-top: 285px; } .product-view.short > .product-img { width: 250px; height: 270px; margin-left: -125px; } .product-view.short .product-img-list .product-img-list-item { width: 70px; height: 70px; } .product-view.short .product-img-list .product-img-list-item .product-img { width: 70px; height: 70px; } } .text-row { margin-bottom: 50px; } .text-row:after { content: ''; display: table; clear: both; } .text-row:last-child { margin-bottom: 0; } .text-row .title { margin-bottom: 40px; } .text-row .title.main-title { font-size: 2.875em; line-height: 1.1; } .text-row .title.subtitle { font-size: 1.625em; font-weight: 700; line-height: 1.2; text-transform: none; } .text-row .half { float: left; width: 49%; } .text-row .half + .half { float: right; } .post-img { width: 370px; height: 230px; } .post-img.large { width: 100%; height: 590px; } .post-timestamp { color: #ff5400; font-size: 0.75em; font-weight: 700; line-height: 1em; text-transform: uppercase; } .post-author { font-size: 0.8125em; line-height: 1em; } .post-author .separator { margin: 0 6px; } .post-preview-list { margin: 0 auto; } .post-preview-list + .pager-wrap { margin-top: 60px; } .post-preview-list .post-preview-list-item { width: 370px; margin-bottom: 40px; } .post-preview-list .post-preview-list-item .post-preview-img { margin-bottom: 32px; position: relative; } .post-preview-list .post-preview-list-item .post-preview-img:hover .overlay { opacity: 1; } .post-preview-list .post-preview-list-item .post-preview-img:hover .overlay .circle { -webkit-transform: scale(1); transform: scale(1); } .post-preview-list .post-preview-list-item .post-preview-img .overlay { width: 100%; height: 100%; background-color: rgba(255, 84, 0, 0.9); position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease-in-out; } .post-preview-list .post-preview-list-item .post-preview-img .overlay .circle { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; position: absolute; top: 95px; left: 50%; margin-left: -20px; transition: transform 0.3s ease-in-out; -webkit-transform: scale(0); transform: scale(0); } .post-preview-list .post-preview-list-item .post-preview-img .overlay .circle .svg-plus { position: absolute; top: 13px; left: 50%; margin-left: -6px; } .post-preview-list .post-preview-list-item .post-timestamp { margin-bottom: 16px; } .post-preview-list .post-preview-list-item .title { margin-bottom: 10px; line-height: 32px; } .post-preview-list .post-preview-list-item .post-author { margin-bottom: 26px; } .post-preview-list .post-preview-list-item .button { width: 170px; margin-top: 32px; } .open-post { width: 970px; margin: 0 auto; padding: 50px 70px 20px; background-color: #fff; position: relative; top: -130px; } .open-post .post-timestamp { margin-bottom: 10px; } .open-post iframe { width: 100%; height: 430px; } .open-post .button-list { float: left; } .open-post .tag-list { float: right; margin-top: 10px; } .open-post .tag-list a:nth-child(1) { margin-left: 3px; } .open-post .comments { margin-top: 90px; } .open-post .comment-list { margin-bottom: 70px; } .open-post .response-form { margin-top: 90px; } .tag-list { color: #242424; font-size: 0.75em; line-height: 1em; font-weight: 900; text-transform: uppercase; } .tag-list a { color: #ff5400; } .tag-list a:hover { text-decoration: underline; } .reply-btn { color: #ff5400; font-size: 0.75em; font-weight: 900; text-transform: uppercase; } .reply-btn:hover { text-decoration: underline; } .comment-list .comment-list-item { margin-bottom: 46px; position: relative; } .comment-list .comment-list-item .comment-list { margin: 40px 0; padding-left: 66px; } .comment-list .comment-list-item:last-child { margin-bottom: 0; } .comment-list .comment-list-item .title { margin-bottom: 24px; text-transform: none; } .comment-list .comment-list-item .timestamp { margin-top: 12px; } .comment-list .comment-list-item .reply-btn { position: absolute; top: 4px; right: 0; } .response-form form { margin-top: 54px; } .response-form form .button { width: 300px; } @media screen and (max-width: 1260px) { .post-preview-list { width: 770px; } } @media screen and (max-width: 1024px) { .post-header .post-img { height: 300px; } .open-post { width: 100%; padding: 50px 10px 150px; position: static; } } @media screen and (max-width: 860px) { .text-row .half { float: none; width: 100%; margin-bottom: 50px; } .text-row .half + .half { float: none; margin-bottom: 0; } .post-preview-list { width: 370px; } } @media screen and (max-width: 680px) { .open-post .button-list { float: none; } .open-post .tag-list { float: none; margin-top: 30px; line-height: 1.6; } .comment-list .comment-list-item .comment-list { padding-left: 33px; } } @media screen and (max-width: 480px) { .text-row .title.main-title { font-size: 2.5em; line-height: 1.2; } .post-preview-list { width: 270px; } .post-preview-list .post-preview-list-item { width: 270px; } .post-preview-list .post-preview-list-item .post-preview-img { width: 270px; height: 230px; } .post-preview-list .post-preview-list-item .post-preview-img .post-img { width: 270px; height: 230px; } .response-form form .button { width: 100%; } } .product-table .product-table-row:after, .product-table .product-table-header:after { content: ''; display: table; clear: both; } .product-table .product-table-row > *, .product-table .product-table-header > * { float: left; height: 100%; } .product-table .product-table-header { height: 50px; border-bottom: 1px solid #e8e8e8; } .product-table .product-table-header .title { font-size: 0.75em; line-height: 50px; } .product-table .product-table-row { height: 150px; padding-right: 35px; border-bottom: 1px solid #e8e8e8; position: relative; } .product-table .product-table-row .product-table-photo { padding-top: 24px; } .product-table .product-table-row .product-table-photo .product-img { display: inline-block; } .product-table .product-table-row .product-table-name { padding-top: 40px; } .product-table .product-table-row .product-table-name .title { display: inline-block; } .product-table .product-table-row .product-table-name .product-description { margin-bottom: 4px; } .product-table .product-table-row .product-table-description { padding-top: 36px; } .product-table .product-table-row .product-table-description p { width: 270px; } .product-table .product-table-row .product-table-price, .product-table .product-table-row .product-table-total { padding-top: 56px; } .product-table .product-table-row .product-table-quantity { padding-top: 40px; } .product-table .product-table-row .product-table-quantity.numerical { padding-top: 56px; } .product-table .product-table-row .product-table-quantity .quantity-input { text-align: left; margin: 0 auto; } .product-table .product-table-row .product-table-availability { padding-top: 58px; } .product-table .product-table-row .product-table-availability .title.void { color: #b2b2b2; } .product-table .product-table-row .product-table-actions { padding: 48px 0 0 25px; } .product-table .product-table-row .remove-fcart { position: absolute; top: 58px; right: 34px; } .product-table .product-table-row .remove-fcart .svg-cross { fill: #b2b2b2; cursor: pointer; } .product-table .product-table-photo { width: 150px; } .product-table .product-table-name { width: 234px; } .product-table .product-table-description { width: 315px; } .product-table .product-table-description.long { width: 475px; } .product-table .product-table-price { width: 104px; } .product-table .product-table-quantity, .product-table .product-table-availability { width: 190px; } .product-table .product-table-quantity .title .times { display: none; } .product-table .product-table-total { width: 90px; } .product-table .product-table-quantity, .product-table .product-table-availability, .product-table .product-table-price, .product-table .product-table-total { text-align: center; } .section-message { text-align: center; } .section-message .section-decoration { width: 362px; height: 330px; margin: 0 auto; position: relative; } .section-message .section-decoration.big { height: 368px; } .section-message .section-decoration .s-icon { color: #ebebeb; font-size: 306px; } .section-message .section-decoration .svg-cart { fill: #ebebeb; position: absolute; top: 0; left: 0; } .section-message .section-decoration .svg-check-big { fill: #ff5400; position: absolute; top: 125px; right: 0; } .section-message .section-decoration .svg-cross { fill: #ff5400; position: absolute; top: 178px; right: 14px; } .section-message .title.medium { margin-bottom: 20px; font-size: 2.375em; } .section-message .title.small { font-size: 1.375em; } .section-message p { width: 720px; margin: 40px auto 0; } .section-actions { width: 430px; margin: 70px auto 0; } .section-actions:after { content: ''; display: table; clear: both; } .section-actions .button { float: left; } .section-actions .button:last-child { float: right; } @media screen and (max-width: 1260px) { .product-table { width: 870px; margin: 0 auto; } .product-table .product-table-description { display: none; } .product-table.v2 .product-table-header, .product-table.v2 .product-table-row { padding-left: 120px; } } @media screen and (max-width: 1024px) { .product-table { width: 570px; margin-top: 50px; } .product-table:after { content: ''; display: table; clear: both; } .product-table.v2 .product-table-header, .product-table.v2 .product-table-row { padding-left: 0; } .product-table.v2 .product-table-row { margin-bottom: 10px; } .product-table.v2 .product-table-row:last-child { margin-bottom: 60px; } .product-table.v2 .product-table-quantity.numerical { padding: 20px 0 0 100px; } .product-table.v2 .product-table-quantity.numerical .title .times { display: inline; } .product-table.v2 .product-table-quantity.numerical + .product-table-total { padding: 20px 100px 0 0; margin-top: 0; } .product-table .product-table-header { display: none; } .product-table .product-table-row { float: left; width: 270px; height: auto; margin: 0 30px 30px 0; padding-right: 0; padding-bottom: 30px; text-align: center; } .product-table .product-table-row:nth-child(odd) { margin-right: 0; } .product-table .product-table-row:last-child { margin-bottom: 60px; } .product-table .product-table-row > * { float: none; width: 270px; height: auto; } .product-table .product-table-row .product-table-name, .product-table .product-table-row .product-table-price, .product-table .product-table-row .product-table-quantity, .product-table .product-table-row .product-table-total, .product-table .product-table-row .product-table-availability, .product-table .product-table-row .product-table-actions { padding: 20px 0 0; } .product-table .product-table-row .product-table-photo { padding-top: 0; } .product-table .product-table-row .button, .product-table .product-table-row .rating { display: inline-block; } .product-table .product-table-row .remove-fcart { width: auto; top: 5px; } .product-table .product-table-row .product-table-quantity { float: left; width: auto; padding-left: 70px; } .product-table .product-table-row .product-table-total { float: right; width: auto; margin-top: 16px; padding-right: 70px; } } @media screen and (max-width: 860px) { .section-message p { width: 95%; } } @media screen and (max-width: 680px) { .product-table { width: 270px; } .product-table .product-table-row { margin-right: 0; } .section-actions { width: 200px; } .section-actions .button { float: none; margin-bottom: 20px; } .section-actions .button:last-child { float: none; } } @media screen and (max-width: 480px) { .section-message .section-decoration { width: 270px; height: 270px; } .section-message .section-decoration.big { width: 270px; height: 320px; } .section-message .section-decoration .svg-cart { width: 270px; height: 211px; } .section-message .section-decoration .svg-check-big { top: 112px; width: 80px; height: 51px; } .section-message .section-decoration .s-icon { font-size: 270px; } .section-message .section-decoration .svg-cross { width: 90px; height: 90px; top: 166px; right: 0; } .section-message .title { line-height: 1.2; } .section-message .title.medium { font-size: 1.875em; } } .contact-actions { position: relative; } .contact-actions:after { content: ''; display: table; clear: both; } .contact-actions .contact-form { float: right; width: 500px; min-height: 608px; padding-top: 76px; } .contact-actions .contact-form .button { width: 240px; } .contact-map { width: 50%; height: 608px; position: absolute; bottom: 0; left: 0; z-index: 10; } @media screen and (max-width: 1260px) { .contact-actions .contact-form { float: none; width: 100%; padding: 30px 0 100px; } .contact-actions .contact-form .button { margin: 0 auto; } .contact-map { width: 100%; position: static; } } .shortcode-title { margin-bottom: 50px; } .color-boxes:after { content: ''; display: table; clear: both; } .color-boxes .color-box { float: left; width: 70px; margin: 0 15px 15px 0; text-align: center; } .color-boxes .color-box:last-child { margin-right: 0; } .color-boxes .color-box .cbox { width: 70px; height: 70px; border-radius: 2px; margin-bottom: 15px; } .color-boxes .color-box .cbox.main { background-color: #ff5400; } .color-boxes .color-box .cbox.secondary { background-color: #ff7200; } .color-boxes .color-box .cbox.tertiary { background-color: #ffae00; } .color-boxes .color-box .cbox.black { background-color: #242424; } .color-boxes .color-box .cbox.gray { background-color: #8b8b8b; } .color-boxes .color-box .cbox.light-gray { background-color: #b2b2b2; } .color-boxes .color-box .ccode { font-size: 0.6875em; color: #8b8b8b; } .font-display:after { content: ''; display: table; clear: both; } .font-display .font-weight { float: left; width: 20%; } .font-display .font-weight .title { text-transform: none; margin-bottom: 25px; } .font-display .font-weight .title.bold { font-weight: 700; } .font-display .font-weight .title.regular { color: #8b8b8b; font-weight: 400; } .font-display .font-paragraph { float: right; width: 78%; position: relative; top: -9px; } .form-display:after { content: ''; display: table; clear: both; } .form-display .input-display { float: left; width: 65%; } .form-display .radio-check-display { float: right; width: 33%; padding-top: 24px; } .form-display .radio-check-display .form-row { margin-bottom: 30px; } .button-display { margin-top: 70px; } .button-display .button-display-list:after { content: ''; display: table; clear: both; } .button-display .button-display-list .button-display-list-item { float: left; width: 200px; margin: 0 70px 40px 0; } .button-display .button-display-list .button-display-list-item:last-child { margin-right: 0; } .button-display .button-display-list .button-display-list-item.short .button { margin-bottom: 10px; } .button-display .button-display-list .button-display-list-item .button { margin-bottom: 20px; } .alert-box-display { margin-top: 60px; } .alert-box-display .alert-box { margin-bottom: 24px; } .quotes-display { margin-top: 80px; } .quotes-display .quote-box.v1 { margin-bottom: 34px; } @media screen and (max-width: 1260px) { .form-display .input-display, .form-display .radio-check-display { float: none; width: 100%; } .form-display .input-display { margin-bottom: 30px; } .quotes-display .quote-box.v1 { margin-bottom: 80px; } } @media screen and (max-width: 680px) { .font-display .font-weight, .font-display .font-paragraph { float: none; width: 100%; } .font-display .font-weight { margin-bottom: 40px; } } .alert-box { height: 100px; padding-left: 110px; border-radius: 4px; position: relative; } .alert-box:after { content: ''; display: table; clear: both; } .alert-box.v2 .alert-title, .alert-box.v3 .alert-title { color: #242424; } .alert-box.v2 .alert-text, .alert-box.v3 .alert-text { color: #8b8b8b; } .alert-box.v2.info, .alert-box.v3.info { background-color: #f1f1f1; } .alert-box.v2.info .alert-close-btn, .alert-box.v3.info .alert-close-btn { fill: #242424; } .alert-box.v2.info .svg-exclamation, .alert-box.v3.info .svg-exclamation { fill: #ff5400; } .alert-box.v3.small { padding-left: 62px; } .alert-box.v3.small .alert-decoration { width: 43px; height: 42px; } .alert-box.v3.small.info .svg-exclamation { fill: #fff; top: 12px; left: 20px; } .alert-box.v3 .alert-decoration { border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #ff5400; position: absolute; top: 0; left: 0; } .alert-box .alert-title, .alert-box .alert-text { float: left; line-height: 100px; color: #fff; } .alert-box .alert-title { margin-right: 18px; font-size: 1em; } .alert-box .alert-text .strong { font-weight: 700; } .alert-box .button { position: absolute; top: 34px; right: 35px; } .alert-box .svg-exclamation, .alert-box .svg-check, .alert-box .svg-cross { fill: #fff; position: absolute; } .alert-box .alert-close-btn { top: 16px; right: 18px; cursor: pointer; } .alert-box.info { background-color: #ffae00; } .alert-box.info .svg-exclamation { width: 14px; height: 50px; top: 24px; left: 46px; } .alert-box.success { background-color: #ff5400; } .alert-box.success .svg-check { width: 42px; height: 32px; top: 34px; left: 32px; } .alert-box.error { background-color: #242424; } .alert-box.error .svg-cross { fill: #ff5400; width: 30px; height: 30px; top: 35px; left: 37px; } .alert-box.small { height: 42px; padding-left: 50px; } .alert-box.small .alert-title, .alert-box.small .alert-text { font-size: 0.75em; line-height: 42px; } .alert-box.small .button { width: 170px; height: 42px; line-height: 42px; border-radius: 0; top: 0; right: 0; } .alert-box.small.info .svg-exclamation { width: 8px; height: 18px; top: 12px; left: 24px; } .alert-box.small.success .svg-check { width: 15px; height: 11px; top: 16px; left: 20px; } .alert-box.small.error .svg-cross { width: 11px; height: 11px; top: 16px; left: 22px; } @media screen and (max-width: 1260px) { .alert-box { height: auto; padding: 40px 30px; text-align: center; } .alert-box.v3.small { padding: 24px 15px; } .alert-box.v3 .alert-decoration { margin: 0 auto; padding: 10px 0 10px 4px; border-radius: 4px; position: static; } .alert-box .alert-title, .alert-box .alert-text { float: none; line-height: 1em; } .alert-box .alert-title { margin: 20px 0 14px 0; } .alert-box .alert-text { line-height: 30px; } .alert-box .button { position: static; display: inline-block; margin-top: 24px; } .alert-box .svg-exclamation, .alert-box .svg-check, .alert-box .svg-cross { position: static; } .alert-box .alert-close-btn { position: absolute; } .alert-box.small { height: auto; padding: 24px 15px; } .alert-box.small .alert-title { margin: 12px 0 6px; line-height: 1em; } .alert-box.small .alert-text { line-height: 24px; } .alert-box.small .button { width: 116px; height: 32px; border-radius: 4px; line-height: 32px; } } .product-builder-wrap { background-color: #f1f1f1; position: relative; } .product-builder-wrap .builder-overlay { width: 100%; height: 100%; background: url("../img/builder/builder_bg.png") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; opacity: .2; } .product-builder { min-height: 770px; position: relative; } .product-builder.v2 .product-builder-colorpicker { left: 450px; } .product-builder.v2 .product-builder-sizepicker { left: 524px; } .product-builder .restart-builder-button { width: 46px; height: 46px; border-radius: 4px; background-color: #b2b2b2; position: absolute; top: 64px; left: 14px; overflow: hidden; cursor: pointer; transition: all 0.3s ease-in-out; } .product-builder .restart-builder-button:after { content: ''; display: table; clear: both; } .product-builder .restart-builder-button:hover { width: 130px; background-color: #242424; } .product-builder .restart-builder-button .svg-restart { float: left; margin: 18px 22px 0 18px; } .product-builder .restart-builder-button .title { float: left; font-size: 0.75em; line-height: 46px; } .product-builder .product-builder-img { position: absolute; top: 160px; left: -27px; } .product-builder .product-builder-colorpicker { position: absolute; top: 76px; left: 482px; } .product-builder .product-builder-colorpicker .svg-colorpicker { width: 110px; height: 110px; cursor: pointer; } .product-builder .product-builder-colorpicker .svg-colorpicker .check { display: none; } .product-builder .product-builder-colorpicker .svg-colorpicker .check.selected { display: block; } .product-builder .product-builder-sizepicker { position: absolute; top: 232px; left: 540px; } .product-builder .product-builder-sizepicker .svg-sizepicker { width: 110px; height: 110px; cursor: pointer; } .product-builder .product-builder-sizepicker .svg-sizepicker .selected { fill: #ff5400; } .product-builder .selectable-info { width: 68px; height: 68px; padding-top: 20px; border-radius: 50%; background-color: #fff; position: absolute; top: 21px; left: 21px; } .product-builder .selectable-info .title { font-size: 0.9375em; font-weight: 700; text-transform: none; text-align: center; margin-bottom: 1px; } .product-builder .selectable-info .title.tiny { font-size: 0.6875em; } .product-builder .product-builder-actions { width: 470px; height: 100%; padding-top: 60px; background-color: #fff; position: absolute; top: 0; right: 0; } .product-builder .product-builder-actions.v2 { width: 430px; padding-top: 40px; } .product-builder .product-builder-actions .builder-tab-controls { width: 80px; position: absolute; top: 240px; left: -65px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control { width: 65px; height: 60px; margin-bottom: 14px; padding-top: 16px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #b2b2b2; text-align: center; cursor: pointer; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control:last-child { margin-bottom: 0; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.with-icon { padding-top: 4px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .svg-check { fill: #fff; width: 10px; height: 8px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .title { font-size: 0.6875em; color: #fff; line-height: 1.2; font-weight: 700; text-transform: none; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control .sl-icon { display: inline-block; color: #fff; font-size: 30px; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected { background-color: #fff; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .svg-check { fill: #ff5400; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .title { color: #242424; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control.selected .sl-icon { color: #ff5400; } .product-builder .product-builder-actions .builder-separator { width: 100%; height: 1px; margin-top: 34px; background-color: #e8e8e8; } .product-builder .product-builder-actions .product-builder-actions-info { padding: 0 35px; position: relative; } .product-builder .product-builder-actions .product-builder-actions-info.overview-scroll { overflow-y: auto; height: 454px; padding-bottom: 120px; } .product-builder .product-builder-actions .product-builder-actions-info.hidden { display: none; } .product-builder .product-builder-actions .product-builder-actions-info .title { margin-bottom: 12px; } .product-builder .product-builder-actions .product-builder-actions-info .product-description { margin-bottom: 18px; } .product-builder .product-builder-actions .product-builder-actions-info .product-price { position: absolute; top: 0; right: 35px; } .product-builder .product-builder-actions .product-builder-actions-info form { margin-top: 35px; } .product-builder .product-builder-actions .product-builder-actions-info .details-list { margin-top: 35px; } .product-builder .product-builder-actions .product-builder-actions-info .button-list { margin-top: 34px; } .product-builder .product-builder-actions .add-to-cart { border-radius: 0; position: absolute; bottom: 0; left: 0; } @media screen and (max-width: 1260px) { .product-builder-wrap .builder-responsive-overlay { width: 100%; height: 786px; background-color: #fff; position: absolute; bottom: 0; left: 0; } .product-builder-wrap.v2 .builder-responsive-overlay { height: 888px; } .product-builder .product-builder-view { padding-top: 30px; } .product-builder .restart-builder-button, .product-builder .product-builder-img { position: static; margin: 0 auto 40px; } .product-builder .product-builder-pickers { width: 260px; margin: 0 auto 60px; } .product-builder .product-builder-pickers:after { content: ''; display: table; clear: both; } .product-builder .product-builder-pickers .product-builder-colorpicker, .product-builder .product-builder-pickers .product-builder-sizepicker { position: relative; top: auto; left: auto; } .product-builder .product-builder-pickers .product-builder-colorpicker { float: left; } .product-builder .product-builder-pickers .product-builder-sizepicker { float: right; } .product-builder .product-builder-actions { width: 100%; height: auto; padding: 60px 0 152px; position: static; } .product-builder .product-builder-actions.v2 { width: 100%; height: 888px; padding-top: 60px; position: relative; } .product-builder .product-builder-actions.v2 .builder-separator { margin-bottom: 120px; } .product-builder .product-builder-actions .builder-tab-controls { width: 320px; top: 254px; left: 50%; margin-left: -160px; } .product-builder .product-builder-actions .builder-tab-controls:after { content: ''; display: table; clear: both; } .product-builder .product-builder-actions .builder-tab-controls .builder-tab-control { float: left; width: 80px; margin-bottom: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } } @media screen and (max-width: 680px) { .product-builder-wrap .builder-responsive-overlay { height: 887px; } .product-builder-wrap.v2 .builder-responsive-overlay { height: 1101px; } .product-builder .product-builder-img { width: 280px; height: 210px; } .product-builder .product-builder-actions.v2 { height: 1101px; } .product-builder .product-builder-actions .product-builder-actions-info.overview-scroll { height: 700px; padding-bottom: 0; } } @media screen and (max-width: 480px) { .product-builder-wrap .builder-responsive-overlay { height: 939px; } .product-builder .product-builder-actions .product-builder-actions-info { padding: 0 20px; } .product-builder .product-builder-actions .product-builder-actions-info .product-price { position: static; margin-top: 24px; } .product-builder .product-builder-actions .builder-tab-controls { width: 320px; top: 306px; } } /*# sourceMappingURL=style.css.map */
0.452052
0.059129
@font-face { font-family: 'Ridge'; src: url('../fonts/Ridge-Regular-webfont.eot'); src: url('../fonts/Ridge-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Ridge-Regular-webfont.woff2') format('woff2'), url('../fonts/Ridge-Regular-webfont.woff') format('woff'), url('../fonts/Ridge-Regular-webfont.ttf') format('truetype'), url('../fonts/Ridge-Regular-webfont.svg#ridgeregular') format('svg'); font-weight: normal; font-style: normal; } /* GLOBAL */ html, body { height:100%; } #all { position: relative; min-height: 100%; } #main { position: relative; min-height: 100%; padding-bottom: 126px; } b { font-weight:bold; } .text-center { text-align: center; } .right-vertical-separator { border-right: 1px solid rgb(217, 217, 217); } .left-vertical-separator { border-left: 1px solid rgb(217, 217, 217); } .lead small { font-size: 70%; } .lead small em { font-weight: 300; } ul.features { list-style-type:none; } ul.features li { font-size: 18px; } i.fa.circle { padding: 8px 10px; display: inline-block; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; -moz-box-shadow: 0px 0px 2px #888; -webkit-box-shadow: 0px 0px 2px #888; box-shadow: 0px 0px 2px #888; } /* FOOTER */ footer { /*margin-top: 60px;*/ position: absolute; bottom: 0px; width: 100%; height: 69px; } footer .footer__copyright { background-color: #1e1e2f; } /* SECTION */ section.mini-section { padding-top: 60px; padding-bottom: 40px; } section h3.heading { text-align: center; margin-bottom: 40px; font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; text-transform: uppercase; color: rgb(85, 85, 85); } section h3.heading:after { content: " "; display: block; width: 100px; height: 2px; margin: 20px auto 20px; background: #2b90d9 } section h3.heading p { font-size: 40%; font-style: italic; color: #818a91; } section h4 { font-family: Montserrat, Helvetica, Arial, sans-serif; color: rgb(85, 85, 85); margin-bottom: 30px; } /* LIST */ .version-listing { border: solid 1px #eee; border-bottom: none; padding-top: 30px; padding-bottom: 10px; padding-left: 19px; padding-right: 15px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out } .version-listing:before, .job-listing:after { content: " "; display: table } .version-listing:after { clear: both } .version-listing.selected { border-left: solid 5px #2b90d9; padding-left: 15px } .version-listing:hover { background: #fafafa } h4.version { margin-top: 0; font-family: 'Montserrat'; font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; text-transform: uppercase; color: rgb(85, 85, 85); } p.version_changelog { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; text-transform: none; } ul.changelog { list-style-type:none; padding-left: 10px } ul.changelog li:before { content: "- " } ul.changelog span.type { font-weight: bold; font-style: italic; } /* NAVBAR */ .navbar .navbar-header a.navbar-brand { position: relative; } .navbar .navbar-header a.navbar-brand span.site_name { font-family: 'Ridge'; color: #2880cc; font-size: 40px; position: absolute; bottom: 28px; } .navbar-default .navbar-nav > li > a, .navbar-toggle { color: #2880cc; } /* CUSTOMERS */ .customer img { /*width: 100%;*/ height: 100px; } /* INTRO */ a#submit_intro { text-decoration: none; } /* SECTION */ section.background-secondary { background: #4fb0c6; border-top: solid 1px #2b7484; border-bottom: solid 1px #2b7484; } /* TABS */ .nav.nav-tabs>li>a:focus, .nav.nav-tabs>li>a:hover, section.background-gray-lightest .nav.nav-tabs>li>a.active { background-color: transparent; } .tab-content { padding-top: 40px; } /* Alerts */ .alert h2 { margin-top: 0px; font-weight: 300; } .alert { border-radius: 2px; font-family: 'Open Sans'; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px } .alert.alert-warning { border-left: #db9b15 3px solid; color: #db9b15; } .alert.alert-info { border-left: #31708f 3px solid; } .alert.alert-success { border-left: #3c763d 3px solid; } .alert.alert-danger { border-left: #a94442 3px solid; } .alert.alert-danger a { color: #a70315; text-decoration: underline; } /* BUTTONS */ .btn-pay { -webkit-transition: border .4s; -moz-transition: border .4s; -ms-transition: border .4s; -o-transition: border .4s; transition: border .4s; border: 2px solid #DADADA; border-radius: 5px; padding: 14px 14px; display: inline-block; background: #FCFCFC; color: #777; margin-top: 5px; cursor: pointer; width: 100%; } .btn-pay:hover:not(.disabled), .btn-pay.active { text-decoration: none; border: 2px solid #2065a1; color: #777; } .btn-pay i { font-size: 50px; color: #0082b9; } .btn-pay h5 { font-size: 20px; font-weight: normal; font-family: Roboto; color: #777; } .btn-pay span { font-size: 15px; font-weight: normal; color: #777; } .btn-pay:not(.active) { opacity: 0.8; } /* INVOICE */ @media (max-width: 544px) { .table.invoice tbody tr td:nth-child(1) { width: 30%; } .table.invoice tbody tr td:nth-child(2) { width: 52%; } .table.invoice tbody tr td:nth-child(3) { width: 18%; } } @media (min-width: 544px) { .table.invoice tbody tr td:nth-child(1) { width: 30%; } .table.invoice tbody tr td:nth-child(2) { width: 30%; } .table.invoice tbody tr td:nth-child(3) { width: 15%; } } @media (min-width: 992px) { .table.invoice tbody tr td:nth-child(1) { width: 50%; } .table.invoice tbody tr td:nth-child(2) { width: 40%; } .table.invoice tbody tr td:nth-child(3) { width: 10%; } } .table.invoice #checkVoucher { margin-left: -3px; padding: 7px 12px; } /* MARKET */ .row.market-item { margin-top: 10px; margin-bottom: 10px; } .row.market-item img { width: 100% } .row.market-item h3 { font-family: 'Open Sans'; font-weight: 400; font-size: 32px; } .row.market-item p.market-item-desc { font-size: 18px; margin: 20px 0; } .row.market-item p.market-item-infos { font-family: 'Open Sans'; font-weight: 400; font-size: 19px; margin: 20px 0; } /* MODAL */ h4.modal-title { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 500; }
assetsplus/styles/custom.css
@font-face { font-family: 'Ridge'; src: url('../fonts/Ridge-Regular-webfont.eot'); src: url('../fonts/Ridge-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Ridge-Regular-webfont.woff2') format('woff2'), url('../fonts/Ridge-Regular-webfont.woff') format('woff'), url('../fonts/Ridge-Regular-webfont.ttf') format('truetype'), url('../fonts/Ridge-Regular-webfont.svg#ridgeregular') format('svg'); font-weight: normal; font-style: normal; } /* GLOBAL */ html, body { height:100%; } #all { position: relative; min-height: 100%; } #main { position: relative; min-height: 100%; padding-bottom: 126px; } b { font-weight:bold; } .text-center { text-align: center; } .right-vertical-separator { border-right: 1px solid rgb(217, 217, 217); } .left-vertical-separator { border-left: 1px solid rgb(217, 217, 217); } .lead small { font-size: 70%; } .lead small em { font-weight: 300; } ul.features { list-style-type:none; } ul.features li { font-size: 18px; } i.fa.circle { padding: 8px 10px; display: inline-block; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; -moz-box-shadow: 0px 0px 2px #888; -webkit-box-shadow: 0px 0px 2px #888; box-shadow: 0px 0px 2px #888; } /* FOOTER */ footer { /*margin-top: 60px;*/ position: absolute; bottom: 0px; width: 100%; height: 69px; } footer .footer__copyright { background-color: #1e1e2f; } /* SECTION */ section.mini-section { padding-top: 60px; padding-bottom: 40px; } section h3.heading { text-align: center; margin-bottom: 40px; font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; text-transform: uppercase; color: rgb(85, 85, 85); } section h3.heading:after { content: " "; display: block; width: 100px; height: 2px; margin: 20px auto 20px; background: #2b90d9 } section h3.heading p { font-size: 40%; font-style: italic; color: #818a91; } section h4 { font-family: Montserrat, Helvetica, Arial, sans-serif; color: rgb(85, 85, 85); margin-bottom: 30px; } /* LIST */ .version-listing { border: solid 1px #eee; border-bottom: none; padding-top: 30px; padding-bottom: 10px; padding-left: 19px; padding-right: 15px; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out } .version-listing:before, .job-listing:after { content: " "; display: table } .version-listing:after { clear: both } .version-listing.selected { border-left: solid 5px #2b90d9; padding-left: 15px } .version-listing:hover { background: #fafafa } h4.version { margin-top: 0; font-family: 'Montserrat'; font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; text-transform: uppercase; color: rgb(85, 85, 85); } p.version_changelog { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; text-transform: none; } ul.changelog { list-style-type:none; padding-left: 10px } ul.changelog li:before { content: "- " } ul.changelog span.type { font-weight: bold; font-style: italic; } /* NAVBAR */ .navbar .navbar-header a.navbar-brand { position: relative; } .navbar .navbar-header a.navbar-brand span.site_name { font-family: 'Ridge'; color: #2880cc; font-size: 40px; position: absolute; bottom: 28px; } .navbar-default .navbar-nav > li > a, .navbar-toggle { color: #2880cc; } /* CUSTOMERS */ .customer img { /*width: 100%;*/ height: 100px; } /* INTRO */ a#submit_intro { text-decoration: none; } /* SECTION */ section.background-secondary { background: #4fb0c6; border-top: solid 1px #2b7484; border-bottom: solid 1px #2b7484; } /* TABS */ .nav.nav-tabs>li>a:focus, .nav.nav-tabs>li>a:hover, section.background-gray-lightest .nav.nav-tabs>li>a.active { background-color: transparent; } .tab-content { padding-top: 40px; } /* Alerts */ .alert h2 { margin-top: 0px; font-weight: 300; } .alert { border-radius: 2px; font-family: 'Open Sans'; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px } .alert.alert-warning { border-left: #db9b15 3px solid; color: #db9b15; } .alert.alert-info { border-left: #31708f 3px solid; } .alert.alert-success { border-left: #3c763d 3px solid; } .alert.alert-danger { border-left: #a94442 3px solid; } .alert.alert-danger a { color: #a70315; text-decoration: underline; } /* BUTTONS */ .btn-pay { -webkit-transition: border .4s; -moz-transition: border .4s; -ms-transition: border .4s; -o-transition: border .4s; transition: border .4s; border: 2px solid #DADADA; border-radius: 5px; padding: 14px 14px; display: inline-block; background: #FCFCFC; color: #777; margin-top: 5px; cursor: pointer; width: 100%; } .btn-pay:hover:not(.disabled), .btn-pay.active { text-decoration: none; border: 2px solid #2065a1; color: #777; } .btn-pay i { font-size: 50px; color: #0082b9; } .btn-pay h5 { font-size: 20px; font-weight: normal; font-family: Roboto; color: #777; } .btn-pay span { font-size: 15px; font-weight: normal; color: #777; } .btn-pay:not(.active) { opacity: 0.8; } /* INVOICE */ @media (max-width: 544px) { .table.invoice tbody tr td:nth-child(1) { width: 30%; } .table.invoice tbody tr td:nth-child(2) { width: 52%; } .table.invoice tbody tr td:nth-child(3) { width: 18%; } } @media (min-width: 544px) { .table.invoice tbody tr td:nth-child(1) { width: 30%; } .table.invoice tbody tr td:nth-child(2) { width: 30%; } .table.invoice tbody tr td:nth-child(3) { width: 15%; } } @media (min-width: 992px) { .table.invoice tbody tr td:nth-child(1) { width: 50%; } .table.invoice tbody tr td:nth-child(2) { width: 40%; } .table.invoice tbody tr td:nth-child(3) { width: 10%; } } .table.invoice #checkVoucher { margin-left: -3px; padding: 7px 12px; } /* MARKET */ .row.market-item { margin-top: 10px; margin-bottom: 10px; } .row.market-item img { width: 100% } .row.market-item h3 { font-family: 'Open Sans'; font-weight: 400; font-size: 32px; } .row.market-item p.market-item-desc { font-size: 18px; margin: 20px 0; } .row.market-item p.market-item-infos { font-family: 'Open Sans'; font-weight: 400; font-size: 19px; margin: 20px 0; } /* MODAL */ h4.modal-title { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 500; }
0.255344
0.060502
body{ font-family: '微软雅黑'; } .tool-font{ color:white; margin-top: 40px; } .tool-font1{ margin-top: 140px; } .tool-font h1{ font-size: 5rem; font-weight: bolder; } .tool-font-black{ text-align: right; padding-right:5%; } .tool-four .row{ margin-top: 130px; } .tool-four .tool-font-black{ padding-right: 0; } .tool-three .row{ margin-top: 90px; } .tool-two .row{ margin-top: 110px; } .tool-font .tool-product h3{ font-weight: bolder; font-size: 22px; line-height:50px; } .tool-product{ margin-top: 8%; } .tool-product span{ font-size: 3.2rem; } @media screen and (max-width:750px) { .tool-font h1{font-size: 3rem;} .tool-product span{font-size: 2rem;} .tool-product h3{font-size: 1.4rem;} .tool-font{margin-left: 10%;} .service-show{width:40px;} .service-show img{margin-left: 5px} .service-left{width:60px} .service-left ul{margin-left:15px;} } @media screen and (max-height: 650px){ .tool-font h1{font-size: 3.5rem;} .tool-product span{font-size: 2.5rem;} .tool-product h3{font-size: 1.5rem;} .tool-font{margin-left: 10%;margin-top:30px;} } @media screen and (max-width: 400px){ .tool-font h1{font-size: 1.9rem;} .tool-product span{font-size: 1.7rem;} .tool-product h3{font-size: 1rem;} .tool-font{margin-left: 10%;margin-top:20px;} .onepage-pagination{display:none} } /*实验用的*/ .scrollspy{ height:700px; width:100%; -webkit-transition: all 2s;; } .tool-one{ height:100%; background:url('../image/Tools-img-1.png') center no-repeat; background-size:cover; background-attachment:fixed; } .tool-two{ height:100%; background:url('../image/Tools-img-2.png') center no-repeat; background-size:cover; background-attachment: fixed; } .tool-three{ height:100%; background:url('../image/Tools-img-3.png') center no-repeat; background-size:cover; background-attachment: fixed; } .tool-four{ height:100%; background:url('../image/Tools-img-4.png') center no-repeat; background-size:cover; background-attachment: fixed; }
public/css/tool.css
body{ font-family: '微软雅黑'; } .tool-font{ color:white; margin-top: 40px; } .tool-font1{ margin-top: 140px; } .tool-font h1{ font-size: 5rem; font-weight: bolder; } .tool-font-black{ text-align: right; padding-right:5%; } .tool-four .row{ margin-top: 130px; } .tool-four .tool-font-black{ padding-right: 0; } .tool-three .row{ margin-top: 90px; } .tool-two .row{ margin-top: 110px; } .tool-font .tool-product h3{ font-weight: bolder; font-size: 22px; line-height:50px; } .tool-product{ margin-top: 8%; } .tool-product span{ font-size: 3.2rem; } @media screen and (max-width:750px) { .tool-font h1{font-size: 3rem;} .tool-product span{font-size: 2rem;} .tool-product h3{font-size: 1.4rem;} .tool-font{margin-left: 10%;} .service-show{width:40px;} .service-show img{margin-left: 5px} .service-left{width:60px} .service-left ul{margin-left:15px;} } @media screen and (max-height: 650px){ .tool-font h1{font-size: 3.5rem;} .tool-product span{font-size: 2.5rem;} .tool-product h3{font-size: 1.5rem;} .tool-font{margin-left: 10%;margin-top:30px;} } @media screen and (max-width: 400px){ .tool-font h1{font-size: 1.9rem;} .tool-product span{font-size: 1.7rem;} .tool-product h3{font-size: 1rem;} .tool-font{margin-left: 10%;margin-top:20px;} .onepage-pagination{display:none} } /*实验用的*/ .scrollspy{ height:700px; width:100%; -webkit-transition: all 2s;; } .tool-one{ height:100%; background:url('../image/Tools-img-1.png') center no-repeat; background-size:cover; background-attachment:fixed; } .tool-two{ height:100%; background:url('../image/Tools-img-2.png') center no-repeat; background-size:cover; background-attachment: fixed; } .tool-three{ height:100%; background:url('../image/Tools-img-3.png') center no-repeat; background-size:cover; background-attachment: fixed; } .tool-four{ height:100%; background:url('../image/Tools-img-4.png') center no-repeat; background-size:cover; background-attachment: fixed; }
0.24599
0.079782
.navbar { margin-bottom: 0; border-radius: 0; } .funkyradio div { clear: both; overflow: hidden; } .funkyradio label { width: 100%; border-radius: 3px; border: 1px solid #D1D3D4; font-weight: normal; } .funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty { display: none; } .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label { position: relative; line-height: 2.5em; text-indent: 3.25em; margin-top: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: ''; width: 2.5em; background: #D1D3D4; border-radius: 3px 0 0 3px; } .funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label { color: #888; } .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before { content: '\2714'; text-indent: .9em; color: #C2C2C2; } .funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label { color: #777; } .funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before { content: '\2714'; text-indent: .9em; color: #333; background-color: #ccc; } .funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before { box-shadow: 0 0 0 3px #999; } .funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before { color: #333; background-color: #ccc; } .funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #337ab7; } .funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #5cb85c; } .funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #d9534f; } .funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #f0ad4e; } .funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #5bc0de; } .numprov{ color: black; font-weight: bold; font-size: 18px; } #conocenos_img .img-thumbnail{ -webkit-filter: grayscale(100%); filter: grayscale(100%); } #conocenos_img .img-thumbnail:hover{ -webkit-filter: grayscale(0%); filter: grayscale(0%); } #transacciones{ font-size: 10px; background-color: #FFF; } #transacciones .texto{ float: right; } #txtnovedad{ font-size: 1.2em; font-weight: bold; } .alert-success{ background-color: #2F4F4F; color: white; margin-bottom: 0; } footer{ background-color: black; padding-top: 10px; font-size: 1em; } footer b{ color: white; } #txt_buscar{ background-color: #393939; color: white; } #cont_busqueda{ padding-bottom: 30px; } label.error{ font-style: italic; color: red; font-weight: normal; } #map { height: 400px; width: 100%; } label.with-square-checkbox { cursor: pointer; } label.with-square-checkbox span { line-height: 24px; } label.with-square-checkbox span::before { margin-right: 4px; padding-left: 1px; width: 21px; height: 21px; border: 2px solid grey; display: inline-block; line-height: 15px; content: ''; float: left; } label.with-square-checkbox input[type="checkbox"] { display: none; } label.with-square-checkbox input[type="checkbox"]:checked + span::before { font-family: 'Glyphicons Halflings'; content: '\e013'; color: #89b814; }
css/estilos.css
.navbar { margin-bottom: 0; border-radius: 0; } .funkyradio div { clear: both; overflow: hidden; } .funkyradio label { width: 100%; border-radius: 3px; border: 1px solid #D1D3D4; font-weight: normal; } .funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty { display: none; } .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label { position: relative; line-height: 2.5em; text-indent: 3.25em; margin-top: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before { position: absolute; display: block; top: 0; bottom: 0; left: 0; content: ''; width: 2.5em; background: #D1D3D4; border-radius: 3px 0 0 3px; } .funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label { color: #888; } .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before { content: '\2714'; text-indent: .9em; color: #C2C2C2; } .funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label { color: #777; } .funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before { content: '\2714'; text-indent: .9em; color: #333; background-color: #ccc; } .funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before { box-shadow: 0 0 0 3px #999; } .funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before { color: #333; background-color: #ccc; } .funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #337ab7; } .funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #5cb85c; } .funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #d9534f; } .funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #f0ad4e; } .funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before { color: #fff; background-color: #5bc0de; } .numprov{ color: black; font-weight: bold; font-size: 18px; } #conocenos_img .img-thumbnail{ -webkit-filter: grayscale(100%); filter: grayscale(100%); } #conocenos_img .img-thumbnail:hover{ -webkit-filter: grayscale(0%); filter: grayscale(0%); } #transacciones{ font-size: 10px; background-color: #FFF; } #transacciones .texto{ float: right; } #txtnovedad{ font-size: 1.2em; font-weight: bold; } .alert-success{ background-color: #2F4F4F; color: white; margin-bottom: 0; } footer{ background-color: black; padding-top: 10px; font-size: 1em; } footer b{ color: white; } #txt_buscar{ background-color: #393939; color: white; } #cont_busqueda{ padding-bottom: 30px; } label.error{ font-style: italic; color: red; font-weight: normal; } #map { height: 400px; width: 100%; } label.with-square-checkbox { cursor: pointer; } label.with-square-checkbox span { line-height: 24px; } label.with-square-checkbox span::before { margin-right: 4px; padding-left: 1px; width: 21px; height: 21px; border: 2px solid grey; display: inline-block; line-height: 15px; content: ''; float: left; } label.with-square-checkbox input[type="checkbox"] { display: none; } label.with-square-checkbox input[type="checkbox"]:checked + span::before { font-family: 'Glyphicons Halflings'; content: '\e013'; color: #89b814; }
0.319971
0.139484
@media only screen and (min-width:1001px) { body{ font-size: 1.5em; margin: 1.75em; } h1, h4{ margin-top: .25em; margin-bottom: .25em; } header ul li{ display: inline; } article{ padding-left: 1.25em; float: right; width:65%; text-align: justify; background-image: url(); } footer{ clear: both; } #aside{ float: left; padding-left: 1.25em; background-color: #831D04; height:auto; border-radius: 1em; } #aside ul li{ padding-top: .25em; padding-bottom: .25em; padding-right: .75em; color: white; } #aside ul li a:link, a:visited{ color: inherit; text-decoration: none; } } @media only screen and (min-width:1200px) { article{ width:70%; } } @media only screen and (min-width:1400px) { article{ width:70%; } } /*tablet*/ @media only screen and (min-width:401px) and (max-width: 1000px) { body{ font-size: 1.25em; } header ul li{ display: inline; } article{ padding: .75em; } #aside{ display: none; } } /*cellphone*/ @media only screen and (max-width: 400px) { body{ font-size:1em; } header{ font-size: 1.25em; } header ul li{ padding-top: .5em; padding-bottom: .5em; } article{ padding: .75em; } #aside{ display: none; } } /*defaults */ header{ text-align: center; } a:hover{ color: #12C0FF; text-decoration: underline; } header ul, #aside ul{ list-style-type: none; padding-left: 0px; } footer ul{ margin-top: .25em; margin-bottom: .25em; list-style-type: none; } footer ul li{ display: inline; } footer p{ margin-top: .25em; margin-bottom: .25em; } em{ font-weight: bold; } ul{ padding-left: 0px; } blockquote{ font-family: monospace; } h1, h2, h3, h4{ font-family: 'IM Fell English', serif; color: #B2A485; } p, ol { /*text-shadow: 0px 1px black;*/ font-family: 'Josefin Slab'; /*font-size: 1.5em;*/ color: #4F5F7A; text-align: justify; } li a{ text-decoration: none; font-family: 'Exo'; } /* unused rules #bullets { padding-left: 2.5%; } #bullets > li{ list-style-type: circle; border: 1px solid black; margin-bottom: .5em; margin-top: .5em; }*/ .bullet2 > li{ list-style-type: upper-roman; text-indent: 0px; } nav a{ font-family: 'Exo', sans-serif; color: orange; } nav li{ padding-left: .25em; padding-right: .25em; font-family: 'Exo', sans-serif; color:black; } section { background-image: url("../images/transyinyang.png"); background-size: auto; background-position: center; background-repeat:no-repeat; width: auto; } #green{ color: green; } #orange{ color: orange; } article{ padding-top: 1.5em; padding-bottom: 1.5em; } article ul{ list-style-type: none; } article ul li a:hover{ text-decoration: none; color: black; }
stylesheets/tblog-stylesheet.css
@media only screen and (min-width:1001px) { body{ font-size: 1.5em; margin: 1.75em; } h1, h4{ margin-top: .25em; margin-bottom: .25em; } header ul li{ display: inline; } article{ padding-left: 1.25em; float: right; width:65%; text-align: justify; background-image: url(); } footer{ clear: both; } #aside{ float: left; padding-left: 1.25em; background-color: #831D04; height:auto; border-radius: 1em; } #aside ul li{ padding-top: .25em; padding-bottom: .25em; padding-right: .75em; color: white; } #aside ul li a:link, a:visited{ color: inherit; text-decoration: none; } } @media only screen and (min-width:1200px) { article{ width:70%; } } @media only screen and (min-width:1400px) { article{ width:70%; } } /*tablet*/ @media only screen and (min-width:401px) and (max-width: 1000px) { body{ font-size: 1.25em; } header ul li{ display: inline; } article{ padding: .75em; } #aside{ display: none; } } /*cellphone*/ @media only screen and (max-width: 400px) { body{ font-size:1em; } header{ font-size: 1.25em; } header ul li{ padding-top: .5em; padding-bottom: .5em; } article{ padding: .75em; } #aside{ display: none; } } /*defaults */ header{ text-align: center; } a:hover{ color: #12C0FF; text-decoration: underline; } header ul, #aside ul{ list-style-type: none; padding-left: 0px; } footer ul{ margin-top: .25em; margin-bottom: .25em; list-style-type: none; } footer ul li{ display: inline; } footer p{ margin-top: .25em; margin-bottom: .25em; } em{ font-weight: bold; } ul{ padding-left: 0px; } blockquote{ font-family: monospace; } h1, h2, h3, h4{ font-family: 'IM Fell English', serif; color: #B2A485; } p, ol { /*text-shadow: 0px 1px black;*/ font-family: 'Josefin Slab'; /*font-size: 1.5em;*/ color: #4F5F7A; text-align: justify; } li a{ text-decoration: none; font-family: 'Exo'; } /* unused rules #bullets { padding-left: 2.5%; } #bullets > li{ list-style-type: circle; border: 1px solid black; margin-bottom: .5em; margin-top: .5em; }*/ .bullet2 > li{ list-style-type: upper-roman; text-indent: 0px; } nav a{ font-family: 'Exo', sans-serif; color: orange; } nav li{ padding-left: .25em; padding-right: .25em; font-family: 'Exo', sans-serif; color:black; } section { background-image: url("../images/transyinyang.png"); background-size: auto; background-position: center; background-repeat:no-repeat; width: auto; } #green{ color: green; } #orange{ color: orange; } article{ padding-top: 1.5em; padding-bottom: 1.5em; } article ul{ list-style-type: none; } article ul li a:hover{ text-decoration: none; color: black; }
0.452778
0.088505
/*---------------------------------------------------------- The base color for this template is #f2f5f5. If you'd like to use a different color start by replacing all instances of #f2f5f5 with your new color. ----------------------------------------------------------*/ body { background-color: #f2f5f5; font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Trebuchet MS, Tahoma, Sans-Serif; margin: 0; padding: 0; color: #353535; line-height: 1.6em; } a:link { color: #003366; text-decoration: none; outline: none; } a:visited { color: #003366; text-decoration: none; } a:hover { color: #b39235; text-decoration: none; } a:active { color: #b39235; text-decoration: none; } a img {border: none; outline: none;} p, ul, li { margin-bottom: 20px; line-height: 1.6em; } ul {margin: 0 0 20px; padding: 0px;} li {list-style: none;} /* HEADINGS ----------------------------------------------------------*/ h1, h2, h3, h4, h5, h6 { font-size: 1.5em; color: #A1251B; font-weight: bold; } h1, .h1 {font-size: 2em; padding-bottom: 0; margin-bottom: 0;} h2, .h2 {font-size: 1.5em; padding: 0 0 10px 0;} h3, .h3 {font-size: 1.2em;} h4, .h4 {font-size: 1.1em;} h5, h6, .h5, .h6 {font-size: 1em;} /* this rule styles <h2> tags that are the first child of the left and right table columns */ .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 { margin-top: 0; } /* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/ #branding {background: url(../Images/branding.jpg) repeat-x top center; height: 65px; margin: 0 auto; padding: 0 10%; min-width: 900px;} #branding span.logos {padding: 22px 0px 0px 0px; width: 600px; float: right; margin: 0px auto; display: block; text-align: right;} #branding span.ucdavis {margin-right: 5px;} #title {padding: 24px 0px 0px 0px; width: 300px; float: left; text-align: left;} /* you can specify a greater or lesser percentage for the page width. Or, you can specify an exact pixel width. */ .page { width: 80%; margin-left: auto; margin-right: auto; font-size: 1.1em; } #header { position: relative; margin-bottom: 0px; color: #000; padding: 0; } #header h1 { font-weight: bold; padding: 5px 0; margin: 0; color: #f2f5f5; border: none; font-size: 3.2em; text-shadow: 3px 2px 8px #AAAAAA; float: right; } #main { padding: 30px 0px 15px 0px; margin-bottom: 30px; _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */ } #footer { color: #999; padding: 10px 0; text-align: center; line-height: normal; margin: 0; font-size: .9em; } /* FORM LAYOUT ELEMENTS ----------------------------------------------------------*/ fieldset { margin: 1em 0; padding: 1em; border: 1px solid #CCC; } fieldset p { margin: 2px 12px 10px 10px; } fieldset label { display: block; } fieldset label.inline { display: inline; } legend { font-size: 1.1em; font-weight: 600; padding: 2px 4px 8px 4px; } input[type="text"] { width: 100px; font-size: 1.4em; padding: 5px; border: 1px solid #CCC; } input#CurrentWorkingTitle, input#ProposedWorkingTitle {width: 280px;} select { border: 1px solid #ccc; color: #333; font-size: 1em; padding: 7px; } option {padding: 2px 10px 2px 2px;} input[type="password"] { width: 200px; border: 1px solid #CCC; } fieldset li {font-size: 1.2em;} fieldset li:hover {background: #fff; background: rgba(255,255,255,.7);} fieldset li span , fieldset li label { font-weight: bold; text-transform: uppercase; font-size: .65em; letter-spacing: 1px; display: block; padding: .25em 1em .25 0; width: 180px; color: #002266; } textarea#Comment {height: 8em; width: 350px;} input.save {margin: 2em 1em;} li.button:hover {background: transparent;} .button input {background: transparent; border: 0px none;} .button input, .button a {font-size: 12px; background: #716e65; -moz-border-radius: 8px; -webkit-border-radius: 8px; color: #fff; font-weight: bold; padding: 6px 12px 2px;} .button input:hover, .button a:hover {cursor: pointer; color: #eee; background: #15395b;} /* TABLE ----------------------------------------------------------*/ table { border-collapse: collapse; -moz-border-radius-topleft: 18px; -webkit-border-top-left-radius: 18px; -moz-border-radius-topright: 18px; -webkit-border-top-right-radius: 18px; -moz-box-shadow: 0px 0px 18px #dedede; } table td { padding: 12px 1em 5px; border: solid 1px #e8eef4; } table thead {border-bottom: double 5px #002266;} table th { padding: 26px 5px 10px; text-align: left; background-color: #fff; vertical-align: bottom; border-bottom: double 5px #002266; } table .t-alt {background: #fff; background: rgba(255,255,255,.5);} table tr:hover {background: #fff; background: rgba(255,255,255,.9); -moz-box-shadow: 0px 0px 18px #dedede;} /* MISC ----------------------------------------------------------*/ .clear {clear: both;} .error {color:Red;} .Changed {background-color: #f3df00 !important;} #menucontainer { margin-top:40px; } div#title { } #menu {margin-top: -4px;} #logindisplay { font-size:1em; float: right; text-align:right; margin: -27px 10px 0px; padding: 10px 20px 10px; color:#002266; -moz-border-radius-bottomleft: 18px; -webkit-border-bottom-left-radius: 18px; -moz-border-radius-bottomright: 18px; -webkit-border-bottom-right-radius: 18px; -moz-box-shadow: 2px 2px 8px #dedede; background: #fff; background: rgba(255, 255, 255, .7); } #logindisplay:hover {background: rgba(255, 255, 255, 1); -moz-box-shadow: 2px 2px 5px #dedede;} #logindisplay a:link { color: #002266; text-decoration: none; } #logindisplay a:visited { color: #002266; text-decoration: none; } #logindisplay a:hover { color: #002266; text-decoration: none; } .field-validation-error { color: #ff0000; } .input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; } .validation-summary-errors { font-weight: bold; color: #ff0000; } /* SPECIFIC ----------------------------------------------------------*/ .switch-view, .switch-units {width: 50%; float: left; padding: 0 0 1em;} .switch-units {text-align: right;} #EligibilityList {clear: both;} .t-footer .t-link, .t-footer .t-state-active {float: left; font-weight: bold; font-size: .9em; padding: 5px 1em;} .t-footer .t-state-active {color: #aaa;} .t-footer .t-pager {width: 50%; float: left;} .t-status-text {clear: both; text-align: right;} .col {width: 40%; margin: 0 10% 0 0; float: left;} .review-left, .review-right {width: 40%; float: left;} .review-left .h2, .review-right .h2 {font-weight: bold; color: #003666; margin-top: -.25em;} #review-section {border: 5px solid #aaa; padding: 2em; margin: 0 0 2em 0;} #review-section label {font-weight: bold; font-size: 1.15em; color: #003666;} #review-section input {margin: 0.5em .25em;} #review-section #reviewAction_Approve_Label {margin-right: 2em;}
EligibilityList/Content/Site.css
/*---------------------------------------------------------- The base color for this template is #f2f5f5. If you'd like to use a different color start by replacing all instances of #f2f5f5 with your new color. ----------------------------------------------------------*/ body { background-color: #f2f5f5; font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Trebuchet MS, Tahoma, Sans-Serif; margin: 0; padding: 0; color: #353535; line-height: 1.6em; } a:link { color: #003366; text-decoration: none; outline: none; } a:visited { color: #003366; text-decoration: none; } a:hover { color: #b39235; text-decoration: none; } a:active { color: #b39235; text-decoration: none; } a img {border: none; outline: none;} p, ul, li { margin-bottom: 20px; line-height: 1.6em; } ul {margin: 0 0 20px; padding: 0px;} li {list-style: none;} /* HEADINGS ----------------------------------------------------------*/ h1, h2, h3, h4, h5, h6 { font-size: 1.5em; color: #A1251B; font-weight: bold; } h1, .h1 {font-size: 2em; padding-bottom: 0; margin-bottom: 0;} h2, .h2 {font-size: 1.5em; padding: 0 0 10px 0;} h3, .h3 {font-size: 1.2em;} h4, .h4 {font-size: 1.1em;} h5, h6, .h5, .h6 {font-size: 1em;} /* this rule styles <h2> tags that are the first child of the left and right table columns */ .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 { margin-top: 0; } /* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/ #branding {background: url(../Images/branding.jpg) repeat-x top center; height: 65px; margin: 0 auto; padding: 0 10%; min-width: 900px;} #branding span.logos {padding: 22px 0px 0px 0px; width: 600px; float: right; margin: 0px auto; display: block; text-align: right;} #branding span.ucdavis {margin-right: 5px;} #title {padding: 24px 0px 0px 0px; width: 300px; float: left; text-align: left;} /* you can specify a greater or lesser percentage for the page width. Or, you can specify an exact pixel width. */ .page { width: 80%; margin-left: auto; margin-right: auto; font-size: 1.1em; } #header { position: relative; margin-bottom: 0px; color: #000; padding: 0; } #header h1 { font-weight: bold; padding: 5px 0; margin: 0; color: #f2f5f5; border: none; font-size: 3.2em; text-shadow: 3px 2px 8px #AAAAAA; float: right; } #main { padding: 30px 0px 15px 0px; margin-bottom: 30px; _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */ } #footer { color: #999; padding: 10px 0; text-align: center; line-height: normal; margin: 0; font-size: .9em; } /* FORM LAYOUT ELEMENTS ----------------------------------------------------------*/ fieldset { margin: 1em 0; padding: 1em; border: 1px solid #CCC; } fieldset p { margin: 2px 12px 10px 10px; } fieldset label { display: block; } fieldset label.inline { display: inline; } legend { font-size: 1.1em; font-weight: 600; padding: 2px 4px 8px 4px; } input[type="text"] { width: 100px; font-size: 1.4em; padding: 5px; border: 1px solid #CCC; } input#CurrentWorkingTitle, input#ProposedWorkingTitle {width: 280px;} select { border: 1px solid #ccc; color: #333; font-size: 1em; padding: 7px; } option {padding: 2px 10px 2px 2px;} input[type="password"] { width: 200px; border: 1px solid #CCC; } fieldset li {font-size: 1.2em;} fieldset li:hover {background: #fff; background: rgba(255,255,255,.7);} fieldset li span , fieldset li label { font-weight: bold; text-transform: uppercase; font-size: .65em; letter-spacing: 1px; display: block; padding: .25em 1em .25 0; width: 180px; color: #002266; } textarea#Comment {height: 8em; width: 350px;} input.save {margin: 2em 1em;} li.button:hover {background: transparent;} .button input {background: transparent; border: 0px none;} .button input, .button a {font-size: 12px; background: #716e65; -moz-border-radius: 8px; -webkit-border-radius: 8px; color: #fff; font-weight: bold; padding: 6px 12px 2px;} .button input:hover, .button a:hover {cursor: pointer; color: #eee; background: #15395b;} /* TABLE ----------------------------------------------------------*/ table { border-collapse: collapse; -moz-border-radius-topleft: 18px; -webkit-border-top-left-radius: 18px; -moz-border-radius-topright: 18px; -webkit-border-top-right-radius: 18px; -moz-box-shadow: 0px 0px 18px #dedede; } table td { padding: 12px 1em 5px; border: solid 1px #e8eef4; } table thead {border-bottom: double 5px #002266;} table th { padding: 26px 5px 10px; text-align: left; background-color: #fff; vertical-align: bottom; border-bottom: double 5px #002266; } table .t-alt {background: #fff; background: rgba(255,255,255,.5);} table tr:hover {background: #fff; background: rgba(255,255,255,.9); -moz-box-shadow: 0px 0px 18px #dedede;} /* MISC ----------------------------------------------------------*/ .clear {clear: both;} .error {color:Red;} .Changed {background-color: #f3df00 !important;} #menucontainer { margin-top:40px; } div#title { } #menu {margin-top: -4px;} #logindisplay { font-size:1em; float: right; text-align:right; margin: -27px 10px 0px; padding: 10px 20px 10px; color:#002266; -moz-border-radius-bottomleft: 18px; -webkit-border-bottom-left-radius: 18px; -moz-border-radius-bottomright: 18px; -webkit-border-bottom-right-radius: 18px; -moz-box-shadow: 2px 2px 8px #dedede; background: #fff; background: rgba(255, 255, 255, .7); } #logindisplay:hover {background: rgba(255, 255, 255, 1); -moz-box-shadow: 2px 2px 5px #dedede;} #logindisplay a:link { color: #002266; text-decoration: none; } #logindisplay a:visited { color: #002266; text-decoration: none; } #logindisplay a:hover { color: #002266; text-decoration: none; } .field-validation-error { color: #ff0000; } .input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; } .validation-summary-errors { font-weight: bold; color: #ff0000; } /* SPECIFIC ----------------------------------------------------------*/ .switch-view, .switch-units {width: 50%; float: left; padding: 0 0 1em;} .switch-units {text-align: right;} #EligibilityList {clear: both;} .t-footer .t-link, .t-footer .t-state-active {float: left; font-weight: bold; font-size: .9em; padding: 5px 1em;} .t-footer .t-state-active {color: #aaa;} .t-footer .t-pager {width: 50%; float: left;} .t-status-text {clear: both; text-align: right;} .col {width: 40%; margin: 0 10% 0 0; float: left;} .review-left, .review-right {width: 40%; float: left;} .review-left .h2, .review-right .h2 {font-weight: bold; color: #003666; margin-top: -.25em;} #review-section {border: 5px solid #aaa; padding: 2em; margin: 0 0 2em 0;} #review-section label {font-weight: bold; font-size: 1.15em; color: #003666;} #review-section input {margin: 0.5em .25em;} #review-section #reviewAction_Approve_Label {margin-right: 2em;}
0.268654
0.0713
.facebook_reg { cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; background-color: #3b5998; } .gmail_reg { cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; background: #b83a2c; } .continuar_reg{ cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; } .labeL_formulario{ text-align: left; } .requerirerror { border-color: #e84c3d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } #formas_pago{ display: none; } #data_personal2{ display: none; } #data_personal1{ display: none; } #texto_comenzar{ display: block; } #register2{ display: none; } #resumen_compra{ display: none; } #div_formas_pago{ display: none; } #entrega{ display: none; } .fela-1pzq4bv { border: 1px solid #e8e8e8; border-radius: 5px; color: #343434; width: 100%; min-height: 75px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; text-align: left; }
css/registrate.css
.facebook_reg { cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; background-color: #3b5998; } .gmail_reg { cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; background: #b83a2c; } .continuar_reg{ cursor: pointer; border: 0px; padding-left: 20px; padding-right: 20px; font-weight: 400; font-family: Montserrat, Verdana, Geneva, sans-serif; letter-spacing: -0.3px; min-width: 100%; text-decoration: none; text-align: center; border-radius: 3px; color: #fff; font-size: 14px; line-height: 20px; padding-top: 13px; padding-bottom: 13px; width: 100%; text-transform: uppercase; } .labeL_formulario{ text-align: left; } .requerirerror { border-color: #e84c3d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); } #formas_pago{ display: none; } #data_personal2{ display: none; } #data_personal1{ display: none; } #texto_comenzar{ display: block; } #register2{ display: none; } #resumen_compra{ display: none; } #div_formas_pago{ display: none; } #entrega{ display: none; } .fela-1pzq4bv { border: 1px solid #e8e8e8; border-radius: 5px; color: #343434; width: 100%; min-height: 75px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; text-align: left; }
0.283881
0.080755
* Grid * -------------------------------------------------- * Using flexbox for the grid, inspired by <NAME>: * http://philipwalton.github.io/solved-by-flexbox/demos/grids/ * By default each .col within a .row will evenly take up * available width, and the height of each .col with take * up the height of the tallest .col in the same .row. */ .row, .col { box-sizing: border-box; } .row-no-width, .row { display: flex; padding: 5px; } .row { margin-left: -10px; margin-right: -10px; width: calc(100% + 2 * 10px); } .flex { display: flex; } .row-wrap { flex-wrap: wrap; } .row-nowrap { flex-wrap: nowrap; } .row-no-padding { padding: 0; margin: 0; width: 100%; } .row-no-padding > .col { padding: 0; } .row + .row { margin-top: -5px; padding-top: 0; } .column { flex: 1; } .col { flex: 1; display: block; padding: 5px; width: 100%; } .box-vertical { flex-direction: column; } .box-horizontal { flex-direction: row; } .box-row-reverse { flex-direction: row-reverse; } .box-column-reverse { flex-direction: column-reverse; } /* Vertically Align Columns */ /* .row-* vertically aligns every .col in the .row */ .row-top { align-items: flex-start; } .row-bottom { align-items: flex-end; } .row-center { align-items: center; } .row-stretch { align-items: stretch; } .row-baseline { align-items: baseline; } /* Vertically Row Justify */ .row-justify-start { justify-content: flex-start; } .row-justify-end { justify-content: flex-end; } .row-justify-center { justify-content: center; } .row-justify-stretch { justify-content: stretch; } .row-justify-between { justify-content: space-between; } .row-justify-around { justify-content: space-around; } /* .col-* vertically aligns an individual .col */ .col-top { align-self: flex-start; } .col-bottom { align-self: flex-end; } .col-center { align-self: center; } .col-stretch { align-self: stretch; } /* Column Offsets */ .col-offset-10 { margin-left: 10%; } .col-offset-20 { margin-left: 20%; } .col-offset-25 { margin-left: 25%; } .col-offset-33, .col-offset-34 { margin-left: 33.3333%; } .col-offset-50 { margin-left: 50%; } .col-offset-66, .col-offset-67 { margin-left: 66.6666%; } .col-offset-75 { margin-left: 75%; } .col-offset-80 { margin-left: 80%; } .col-offset-90 { margin-left: 90%; } /* Explicit Column Percent Sizes */ /* By default each grid column will evenly distribute */ /* across the grid. However, you can specify individual */ /* columns to take up a certain size of the available area */ .col-10 { flex: 0 0 10%; width: 10%; } .col-20 { flex: 0 0 20%; width: 20%; } .col-25 { flex: 0 0 25%; width: 25%; } .col-30 { flex: 0 0 30%; width: 30%; } .col-33, .col-34 { flex: 0 0 33.3333%; width: 33.3333%; } .col-40 { flex: 0 0 40%; width: 40%; } .col-50 { flex: 0 0 50%; width: 50%; } .col-60 { flex: 0 0 60%; width: 60%; } .col-66, .col-67 { flex: 0 0 66.6666%; width: 66.6666%; } .col-70 { flex: 0 0 70%; width: 70%; } .col-75 { flex: 0 0 75%; width: 75%; } .col-80 { flex: 0 0 80%; width: 80%; } .col-90 { flex: 0 0 90%; width: 90%; } /*_grid End*/ /* Responsive Grid Classes */ /* Adding a class of responsive-X to a row */ /* will trigger the flex-direction to */ /* change to column and add some margin */ /* to any columns in the row for clearity */ @media (max-width: 567px) { .responsive-sm { flex-direction: column; /* prettier-ignore */ } .responsive-sm .col, .responsive-sm .col-10, .responsive-sm .col-20, .responsive-sm .col-25, .responsive-sm .col-33, .responsive-sm .col-34, .responsive-sm .col-50, .responsive-sm .col-66, .responsive-sm .col-67, .responsive-sm .col-75, .responsive-sm .col-80, .responsive-sm .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } } @media (max-width: 767px) { .responsive-md { flex-direction: column; /* prettier-ignore */ } .responsive-md .col, .responsive-md .col-10, .responsive-md .col-20, .responsive-md .col-25, .responsive-md .col-33, .responsive-md .col-34, .responsive-md .col-50, .responsive-md .col-66, .responsive-md .col-67, .responsive-md .col-75, .responsive-md .col-80, .responsive-md .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } } @media (max-width: 1023px) { .responsive-lg { flex-direction: column; /* prettier-ignore */ } .responsive-lg .col, .responsive-lg .col-10, .responsive-lg .col-20, .responsive-lg .col-25, .responsive-lg .col-33, .responsive-lg .col-34, .responsive-lg .col-50, .responsive-lg .col-66, .responsive-lg .col-67, .responsive-lg .col-75, .responsive-lg .col-80, .responsive-lg .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } }
dist/index.css
* Grid * -------------------------------------------------- * Using flexbox for the grid, inspired by <NAME>: * http://philipwalton.github.io/solved-by-flexbox/demos/grids/ * By default each .col within a .row will evenly take up * available width, and the height of each .col with take * up the height of the tallest .col in the same .row. */ .row, .col { box-sizing: border-box; } .row-no-width, .row { display: flex; padding: 5px; } .row { margin-left: -10px; margin-right: -10px; width: calc(100% + 2 * 10px); } .flex { display: flex; } .row-wrap { flex-wrap: wrap; } .row-nowrap { flex-wrap: nowrap; } .row-no-padding { padding: 0; margin: 0; width: 100%; } .row-no-padding > .col { padding: 0; } .row + .row { margin-top: -5px; padding-top: 0; } .column { flex: 1; } .col { flex: 1; display: block; padding: 5px; width: 100%; } .box-vertical { flex-direction: column; } .box-horizontal { flex-direction: row; } .box-row-reverse { flex-direction: row-reverse; } .box-column-reverse { flex-direction: column-reverse; } /* Vertically Align Columns */ /* .row-* vertically aligns every .col in the .row */ .row-top { align-items: flex-start; } .row-bottom { align-items: flex-end; } .row-center { align-items: center; } .row-stretch { align-items: stretch; } .row-baseline { align-items: baseline; } /* Vertically Row Justify */ .row-justify-start { justify-content: flex-start; } .row-justify-end { justify-content: flex-end; } .row-justify-center { justify-content: center; } .row-justify-stretch { justify-content: stretch; } .row-justify-between { justify-content: space-between; } .row-justify-around { justify-content: space-around; } /* .col-* vertically aligns an individual .col */ .col-top { align-self: flex-start; } .col-bottom { align-self: flex-end; } .col-center { align-self: center; } .col-stretch { align-self: stretch; } /* Column Offsets */ .col-offset-10 { margin-left: 10%; } .col-offset-20 { margin-left: 20%; } .col-offset-25 { margin-left: 25%; } .col-offset-33, .col-offset-34 { margin-left: 33.3333%; } .col-offset-50 { margin-left: 50%; } .col-offset-66, .col-offset-67 { margin-left: 66.6666%; } .col-offset-75 { margin-left: 75%; } .col-offset-80 { margin-left: 80%; } .col-offset-90 { margin-left: 90%; } /* Explicit Column Percent Sizes */ /* By default each grid column will evenly distribute */ /* across the grid. However, you can specify individual */ /* columns to take up a certain size of the available area */ .col-10 { flex: 0 0 10%; width: 10%; } .col-20 { flex: 0 0 20%; width: 20%; } .col-25 { flex: 0 0 25%; width: 25%; } .col-30 { flex: 0 0 30%; width: 30%; } .col-33, .col-34 { flex: 0 0 33.3333%; width: 33.3333%; } .col-40 { flex: 0 0 40%; width: 40%; } .col-50 { flex: 0 0 50%; width: 50%; } .col-60 { flex: 0 0 60%; width: 60%; } .col-66, .col-67 { flex: 0 0 66.6666%; width: 66.6666%; } .col-70 { flex: 0 0 70%; width: 70%; } .col-75 { flex: 0 0 75%; width: 75%; } .col-80 { flex: 0 0 80%; width: 80%; } .col-90 { flex: 0 0 90%; width: 90%; } /*_grid End*/ /* Responsive Grid Classes */ /* Adding a class of responsive-X to a row */ /* will trigger the flex-direction to */ /* change to column and add some margin */ /* to any columns in the row for clearity */ @media (max-width: 567px) { .responsive-sm { flex-direction: column; /* prettier-ignore */ } .responsive-sm .col, .responsive-sm .col-10, .responsive-sm .col-20, .responsive-sm .col-25, .responsive-sm .col-33, .responsive-sm .col-34, .responsive-sm .col-50, .responsive-sm .col-66, .responsive-sm .col-67, .responsive-sm .col-75, .responsive-sm .col-80, .responsive-sm .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } } @media (max-width: 767px) { .responsive-md { flex-direction: column; /* prettier-ignore */ } .responsive-md .col, .responsive-md .col-10, .responsive-md .col-20, .responsive-md .col-25, .responsive-md .col-33, .responsive-md .col-34, .responsive-md .col-50, .responsive-md .col-66, .responsive-md .col-67, .responsive-md .col-75, .responsive-md .col-80, .responsive-md .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } } @media (max-width: 1023px) { .responsive-lg { flex-direction: column; /* prettier-ignore */ } .responsive-lg .col, .responsive-lg .col-10, .responsive-lg .col-20, .responsive-lg .col-25, .responsive-lg .col-33, .responsive-lg .col-34, .responsive-lg .col-50, .responsive-lg .col-66, .responsive-lg .col-67, .responsive-lg .col-75, .responsive-lg .col-80, .responsive-lg .col-90 { flex: 1; margin-left: 0; max-width: 100%; width: 100%; } }
0.744656
0.116538
li { list-style-type: none; } header>ul { display: flex; justify-content: space-between; padding-left: 0; } .profielfotoklein { vertical-align: middle; width: 50px; height: 50px; border-radius: 50%; } .profielfotomiddel { vertical-align: middle; width: 100px; height: 100px; border-radius: 50%; } .profielfotogroot { width: 275px; height: 275px; border-radius: 50%; display: block; margin-left: auto; margin-right: auto; } button { background-color: #9C625B; align-self: center; border-radius: 10px; } button:link { background-color: #9C625B; } button:visited { background-color: blueviolet;} button:hover { background-color: #512924; border-radius: 20px; filter: drop-shadow(8px 8px 5px #9C625B); } button:active { background-color: #C9928C; filter:none; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration:underline; } a:active { text-decoration:none; color: black; } .linkoverzicht:link { color:black; } .linkoverzicht:hover { color: #512924; } .linkoverzicht:active { filter: drop-shadow(4px 4px 4px black); } .linkoverzicht:visited { color: black; } button>a { font-size: 20px; padding-left: 40px; padding-right: 40px; padding-top: 20px; padding-bottom: 20px; color: white; display: flex; justify-content: center; text-transform: uppercase; } h1 { font-family: 'Quicksand', sans-serif; text-transform: uppercase; width: 175px; text-align: center; margin-top: 0; } h2 { font-family: 'Quicksand', sans-serif; text-transform: uppercase; text-align: center; } p { font-family: 'Bentham', serif; font-size:23px; } /***************************************INDEX.HTML PAGINA*********************************/ .checkinmain ul { display: flex; flex-direction: column; justify-content: center; margin-top: 100px; max-width: 100%; padding-left: 0; } .checkinmain li { display: flex; justify-content: center; } footer { display: flex; justify-content: center; margin-top: 25px; } header > ul li:nth-of-type(1) { padding-left:10px; padding-top:10px; } header > ul li:nth-of-type(3) { padding-right: 10px; padding-top: 10px; } .checkinmain p { max-width:55%; text-align: center; margin-right:0; } /***************************************OVERZICHT.HTML PAGINA*****************************/ .achtergrondkleur { background-color:#D8CFCD; } .overzichtblok, .overzichtblok a { display: flex; flex-direction:column; flex-wrap: wrap; background-color: white; width: 100%; border: 1px solid #512924; border-radius: 20px; box-sizing: border-box; filter: drop-shadow(2px 2px 2px #512924); } .overzicht { display: flex; flex-direction: column; gap:20px; } .infoblok h2 { margin-bottom: 0; } .infoblok li { padding-left: 5px; padding-top: 5px; } .infoblok { max-width: 100%; position: relative; } .overzichtblok ul:nth-of-type(1) { display: flex; justify-content: space-between; padding-left: 0; margin:0; } .steekwoorden { display: flex; justify-content: space-between; gap:1; padding-left: 0; flex-wrap: wrap; max-width: 65%; margin:0; padding-left: 5px; text-transform:capitalize; } .overzichtblok > .infoblok ul:nth-of-type(2) li p{ width: 50%; } /***************DETAILPAGINAS************************/ .headerdetail h3 { display: flex; justify-content: center; font-size: 20px; text-transform: uppercase; } .detailtekst p { text-align: center; } .dubbelbutton { display: flex; flex-direction: column; gap:10px; }
public/css/style.css
li { list-style-type: none; } header>ul { display: flex; justify-content: space-between; padding-left: 0; } .profielfotoklein { vertical-align: middle; width: 50px; height: 50px; border-radius: 50%; } .profielfotomiddel { vertical-align: middle; width: 100px; height: 100px; border-radius: 50%; } .profielfotogroot { width: 275px; height: 275px; border-radius: 50%; display: block; margin-left: auto; margin-right: auto; } button { background-color: #9C625B; align-self: center; border-radius: 10px; } button:link { background-color: #9C625B; } button:visited { background-color: blueviolet;} button:hover { background-color: #512924; border-radius: 20px; filter: drop-shadow(8px 8px 5px #9C625B); } button:active { background-color: #C9928C; filter:none; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration:underline; } a:active { text-decoration:none; color: black; } .linkoverzicht:link { color:black; } .linkoverzicht:hover { color: #512924; } .linkoverzicht:active { filter: drop-shadow(4px 4px 4px black); } .linkoverzicht:visited { color: black; } button>a { font-size: 20px; padding-left: 40px; padding-right: 40px; padding-top: 20px; padding-bottom: 20px; color: white; display: flex; justify-content: center; text-transform: uppercase; } h1 { font-family: 'Quicksand', sans-serif; text-transform: uppercase; width: 175px; text-align: center; margin-top: 0; } h2 { font-family: 'Quicksand', sans-serif; text-transform: uppercase; text-align: center; } p { font-family: 'Bentham', serif; font-size:23px; } /***************************************INDEX.HTML PAGINA*********************************/ .checkinmain ul { display: flex; flex-direction: column; justify-content: center; margin-top: 100px; max-width: 100%; padding-left: 0; } .checkinmain li { display: flex; justify-content: center; } footer { display: flex; justify-content: center; margin-top: 25px; } header > ul li:nth-of-type(1) { padding-left:10px; padding-top:10px; } header > ul li:nth-of-type(3) { padding-right: 10px; padding-top: 10px; } .checkinmain p { max-width:55%; text-align: center; margin-right:0; } /***************************************OVERZICHT.HTML PAGINA*****************************/ .achtergrondkleur { background-color:#D8CFCD; } .overzichtblok, .overzichtblok a { display: flex; flex-direction:column; flex-wrap: wrap; background-color: white; width: 100%; border: 1px solid #512924; border-radius: 20px; box-sizing: border-box; filter: drop-shadow(2px 2px 2px #512924); } .overzicht { display: flex; flex-direction: column; gap:20px; } .infoblok h2 { margin-bottom: 0; } .infoblok li { padding-left: 5px; padding-top: 5px; } .infoblok { max-width: 100%; position: relative; } .overzichtblok ul:nth-of-type(1) { display: flex; justify-content: space-between; padding-left: 0; margin:0; } .steekwoorden { display: flex; justify-content: space-between; gap:1; padding-left: 0; flex-wrap: wrap; max-width: 65%; margin:0; padding-left: 5px; text-transform:capitalize; } .overzichtblok > .infoblok ul:nth-of-type(2) li p{ width: 50%; } /***************DETAILPAGINAS************************/ .headerdetail h3 { display: flex; justify-content: center; font-size: 20px; text-transform: uppercase; } .detailtekst p { text-align: center; } .dubbelbutton { display: flex; flex-direction: column; gap:10px; }
0.318697
0.091382
body { background-color: #f1f1f1; margin: 0; padding:0; height: 5000px; background: -webkit-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: -moz-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: -o-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: repeating-linear-gradient( 180deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); } .follower { display: inline-block; background: black; width:100px; height:100px; border-radius: 50px; } .overflow-x, .overflow-y, .overflow { display: block; position: absolute; left: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 100%; max-width: 300px; overflow: hidden; height: 300px; } .overflow-y { top: 200px; overflow-y: scroll; } .overflow-x { top: 550px; overflow-x: scroll; } .overflow-y .overflow-content{ height: 800px; background: -webkit-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -moz-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -o-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: repeating-linear-gradient( 180deg, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); } .overflow-x .overflow-content{ width: 800px; height: 100%; background: -webkit-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -moz-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -o-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: repeating-linear-gradient( 90deg, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); }
demo/style.css
body { background-color: #f1f1f1; margin: 0; padding:0; height: 5000px; background: -webkit-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: -moz-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: -o-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); background: repeating-linear-gradient( 180deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px ); } .follower { display: inline-block; background: black; width:100px; height:100px; border-radius: 50px; } .overflow-x, .overflow-y, .overflow { display: block; position: absolute; left: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 100%; max-width: 300px; overflow: hidden; height: 300px; } .overflow-y { top: 200px; overflow-y: scroll; } .overflow-x { top: 550px; overflow-x: scroll; } .overflow-y .overflow-content{ height: 800px; background: -webkit-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -moz-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -o-repeating-linear-gradient( top, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: repeating-linear-gradient( 180deg, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); } .overflow-x .overflow-content{ width: 800px; height: 100%; background: -webkit-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -moz-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: -o-repeating-linear-gradient( left, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); background: repeating-linear-gradient( 90deg, #606dbc, #606dbc 10px, #ffffff 10px, #ffffff 20px ); }
0.396886
0.100657
.hero-section-2 .second-headline span, .hero-section-video-dark .second-headline span, .hero-section-yt-dark .second-headline span, .about-icons li .icon .material-icons, .quote-bottom .container h3 span, .service-headline h2 span, .service .text a:hover, .service-2 .text a:hover, .service .icons i, .service-2 .icons i, .info-line .info-icon i, footer p a:hover, .portfolio-icons li a i, .service-icons li a i { color: #9600f4; } .social-icons li a:hover, .contact-form .btn-default:hover, .portfolio-icons li a:hover, .service-icons li a:hover, .service-form .btn-default:hover, .portfolio-form .btn-default:hover { background-color: #9600f4; } .contact-form .btn-default:hover, .service-form .btn-default:hover, .portfolio-form .btn-default:hover { border-color: #9600f4; } /* primary color 2 */ .st-nav-trigger { box-shadow: 0 0 10px #7100B7; } #st-nav #st-main-nav ul.is-visible { box-shadow: 0 0 10px #7100B7; } .st-nav-trigger span, .st-nav-trigger.menu-is-open span::before, .st-nav-trigger.menu-is-open span::after, .hero-section-video .btn-lg, .social-icons li a, .portfolio-headline .btn-default { background: #7100B7; } /* primary color 3 */ .sweep-icon a .fa { color: #B649FF; } /* secondary color */ .our-work-section .new-style p a { color: #00F2FF; } .sweep-layer h3 a:hover { color: #00F2FF; } /* Gradients */ /* secondary and secondary 2 */ .call-to-section .btn-default { background-image: -ms-linear-gradient(left, #00F2FF 0%, #00BBFF 100%); background-image: -moz-linear-gradient(left, #00F2FF 0%, #00BBFF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #00BBFF)); background-image: -webkit-linear-gradient(left, #00F2FF, #00BBFF 100%); background-image: linear-gradient(to right, #00F2FF, #00BBFF 100%); border: 1px solid #00F2FF; } /* secondary and primary 2 */ .hero-layer, .call-to-layer { background-image: -ms-linear-gradient(left, #00F2FF 0%, #7100B7 100%); background-image: -moz-linear-gradient(left, #00F2FF 0%, #7100B7 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #7100B7)); background-image: -webkit-linear-gradient(left, #00F2FF, #7100B7 100%); background-image: linear-gradient(to right, #00F2FF, #7100B7 100%); } .portfolio-img .sweep-left, .portfolio-img .sweep-right { background-image: -ms-linear-gradient(left, #7100B7 0%, #00F2FF 100%); background-image: -moz-linear-gradient(left, #7100B7 0%, #00F2FF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #7100B7), color-stop(1, #00F2FF)); background-image: -webkit-linear-gradient(left, #7100B7, #00F2FF 100%); background-image: linear-gradient(to right, #7100B7, #00F2FF 100%); } /* secondary 2 and primary 4 */ .gradient { background-image: -ms-linear-gradient(left, #00BBFF 0%, #D42BFF 100%); background-image: -moz-linear-gradient(left, #00BBFF 0%, #D42BFF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00BBFF), color-stop(1, #D42BFF)); background-image: -webkit-linear-gradient(left, #00BBFF, #D42BFF 100%); background-image: linear-gradient(to right, #00BBFF, #D42BFF 100%); }
webapp/src/assets/css/custom/colors.css
.hero-section-2 .second-headline span, .hero-section-video-dark .second-headline span, .hero-section-yt-dark .second-headline span, .about-icons li .icon .material-icons, .quote-bottom .container h3 span, .service-headline h2 span, .service .text a:hover, .service-2 .text a:hover, .service .icons i, .service-2 .icons i, .info-line .info-icon i, footer p a:hover, .portfolio-icons li a i, .service-icons li a i { color: #9600f4; } .social-icons li a:hover, .contact-form .btn-default:hover, .portfolio-icons li a:hover, .service-icons li a:hover, .service-form .btn-default:hover, .portfolio-form .btn-default:hover { background-color: #9600f4; } .contact-form .btn-default:hover, .service-form .btn-default:hover, .portfolio-form .btn-default:hover { border-color: #9600f4; } /* primary color 2 */ .st-nav-trigger { box-shadow: 0 0 10px #7100B7; } #st-nav #st-main-nav ul.is-visible { box-shadow: 0 0 10px #7100B7; } .st-nav-trigger span, .st-nav-trigger.menu-is-open span::before, .st-nav-trigger.menu-is-open span::after, .hero-section-video .btn-lg, .social-icons li a, .portfolio-headline .btn-default { background: #7100B7; } /* primary color 3 */ .sweep-icon a .fa { color: #B649FF; } /* secondary color */ .our-work-section .new-style p a { color: #00F2FF; } .sweep-layer h3 a:hover { color: #00F2FF; } /* Gradients */ /* secondary and secondary 2 */ .call-to-section .btn-default { background-image: -ms-linear-gradient(left, #00F2FF 0%, #00BBFF 100%); background-image: -moz-linear-gradient(left, #00F2FF 0%, #00BBFF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #00BBFF)); background-image: -webkit-linear-gradient(left, #00F2FF, #00BBFF 100%); background-image: linear-gradient(to right, #00F2FF, #00BBFF 100%); border: 1px solid #00F2FF; } /* secondary and primary 2 */ .hero-layer, .call-to-layer { background-image: -ms-linear-gradient(left, #00F2FF 0%, #7100B7 100%); background-image: -moz-linear-gradient(left, #00F2FF 0%, #7100B7 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #7100B7)); background-image: -webkit-linear-gradient(left, #00F2FF, #7100B7 100%); background-image: linear-gradient(to right, #00F2FF, #7100B7 100%); } .portfolio-img .sweep-left, .portfolio-img .sweep-right { background-image: -ms-linear-gradient(left, #7100B7 0%, #00F2FF 100%); background-image: -moz-linear-gradient(left, #7100B7 0%, #00F2FF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #7100B7), color-stop(1, #00F2FF)); background-image: -webkit-linear-gradient(left, #7100B7, #00F2FF 100%); background-image: linear-gradient(to right, #7100B7, #00F2FF 100%); } /* secondary 2 and primary 4 */ .gradient { background-image: -ms-linear-gradient(left, #00BBFF 0%, #D42BFF 100%); background-image: -moz-linear-gradient(left, #00BBFF 0%, #D42BFF 100%); background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00BBFF), color-stop(1, #D42BFF)); background-image: -webkit-linear-gradient(left, #00BBFF, #D42BFF 100%); background-image: linear-gradient(to right, #00BBFF, #D42BFF 100%); }
0.383295
0.08548
.react-spectrum-ListView { border-color: var(--spectrum-table-border-color, var(--spectrum-alias-border-color-mid)); border-style: solid; position: relative; border-width: var(--spectrum-table-border-size, var(--spectrum-alias-border-size-thin)); border-radius: var(--spectrum-table-border-radius, var(--spectrum-alias-border-radius-regular)); overflow: auto; vertical-align: var(--spectrum-table-cell-vertical-alignment); border-collapse: separate; border-spacing: 0; transform: translate3d(0, 0, 0); padding: 0; background-color: var(--spectrum-table-background-color, var(--spectrum-global-color-gray-50)); outline: 0; } .react-spectrum-ListViewItem { display: grid; /* TODO: define grid areas */ border-bottom: 1px solid var(--spectrum-tabel-cell-border-color, var(--spectrum-global-color-gray-300)); box-sizing: border-box; font-size: var(--spectrum-table-cell-text-size, var(--spectrum-alias-font-size-default)); font-weight: var(--spectrum-table-cell-text-font-weight, var(--spectrum-global-font-weight-regular)); line-height: calc(var(--spectrum-table-cell-text-size, var(--spectrum-alias-font-size-default)) * var(--spectrum-table-cell-text-line-height, var(--spectrum-alias-body-text-line-height)) - 1px); padding: var(--spectrum-global-dimension-size-125) var(--spectrum-table-cell-padding-x, var(--spectrum-global-dimension-size-200)); transition: background-color var(--spectrum-global-animation-duration-100) ease-in-out; position: relative; background-color: var(--spectrum-table-background-color, var(--spectrum-global-color-gray-50)); color: var(--spectrum-table-cell-text-color, var(--spectrum-alias-text-color)); outline: 0; &.is-hovered, &.is-focused { background-color: var(--spectrum-table-row-background-color-hover); } &:focus-ring { background-color: var(--spectrum-table-row-background-color-hover); box-shadow: inset 0 0 0 2px var(--spectrum-table-cell-border-color-key-focus); border-radius: var(--spectrum-table-cell-border-radius-key-focus); } } .react-spectrum-ListView-centeredWrapper { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
packages/@react-spectrum/list/src/listview.css
.react-spectrum-ListView { border-color: var(--spectrum-table-border-color, var(--spectrum-alias-border-color-mid)); border-style: solid; position: relative; border-width: var(--spectrum-table-border-size, var(--spectrum-alias-border-size-thin)); border-radius: var(--spectrum-table-border-radius, var(--spectrum-alias-border-radius-regular)); overflow: auto; vertical-align: var(--spectrum-table-cell-vertical-alignment); border-collapse: separate; border-spacing: 0; transform: translate3d(0, 0, 0); padding: 0; background-color: var(--spectrum-table-background-color, var(--spectrum-global-color-gray-50)); outline: 0; } .react-spectrum-ListViewItem { display: grid; /* TODO: define grid areas */ border-bottom: 1px solid var(--spectrum-tabel-cell-border-color, var(--spectrum-global-color-gray-300)); box-sizing: border-box; font-size: var(--spectrum-table-cell-text-size, var(--spectrum-alias-font-size-default)); font-weight: var(--spectrum-table-cell-text-font-weight, var(--spectrum-global-font-weight-regular)); line-height: calc(var(--spectrum-table-cell-text-size, var(--spectrum-alias-font-size-default)) * var(--spectrum-table-cell-text-line-height, var(--spectrum-alias-body-text-line-height)) - 1px); padding: var(--spectrum-global-dimension-size-125) var(--spectrum-table-cell-padding-x, var(--spectrum-global-dimension-size-200)); transition: background-color var(--spectrum-global-animation-duration-100) ease-in-out; position: relative; background-color: var(--spectrum-table-background-color, var(--spectrum-global-color-gray-50)); color: var(--spectrum-table-cell-text-color, var(--spectrum-alias-text-color)); outline: 0; &.is-hovered, &.is-focused { background-color: var(--spectrum-table-row-background-color-hover); } &:focus-ring { background-color: var(--spectrum-table-row-background-color-hover); box-shadow: inset 0 0 0 2px var(--spectrum-table-cell-border-color-key-focus); border-radius: var(--spectrum-table-cell-border-radius-key-focus); } } .react-spectrum-ListView-centeredWrapper { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
0.386532
0.119794
:root { font-size: 62, 5%; overflow-x: hidden; } * { margin: 0; padding: 0; box-sizing: border-box; } .page { width: 100vw; height: 300vh; position: relative; display: flex; } body { color: #fff; background: #ebf2f5; } body, input, button, textarea { font: 600 18px Nunito, sans-serif; /*carrega uma fonte sans serif se não conseguir carregar a Nunito*/ } a { font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; } a:focus { outline: none; } a:hover { text-decoration: none; color: #626cee; } h1, h2, h3, h4, h5, h6 { margin: 0px; } p { font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; } ul, li { margin: 0px; list-style-type: none; } input { outline: none; border: none; } textarea { outline: none; border: none; } textarea:focus, input:focus { border-color: transparent; } input:focus::-webkit-input-placeholder { color: transparent; } input:focus:-moz-placeholder { color: transparent; } input:focus::-moz-placeholder { color: transparent; } input:focus:-ms-input-placeholder { color: transparent; } textarea:focus::-webkit-input-placeholder { color: transparent; } textarea:focus:-moz-placeholder { color: transparent; } textarea:focus::-moz-placeholder { color: transparent; } textarea:focus:-ms-input-placeholder { color: transparent; } input::-webkit-input-placeholder { color: #adadad; } input:-moz-placeholder { color: #adadad; } input::-moz-placeholder { color: #adadad; } input:-ms-input-placeholder { color: #adadad; } textarea::-webkit-input-placeholder { color: #adadad; } textarea:-moz-placeholder { color: #adadad; } textarea::-moz-placeholder { color: #adadad; } textarea:-ms-input-placeholder { color: #adadad; } button { outline: none; border: none; background: transparent; } button:hover { cursor: pointer; } iframe { border: none; }
web/src/styles/global.css
:root { font-size: 62, 5%; overflow-x: hidden; } * { margin: 0; padding: 0; box-sizing: border-box; } .page { width: 100vw; height: 300vh; position: relative; display: flex; } body { color: #fff; background: #ebf2f5; } body, input, button, textarea { font: 600 18px Nunito, sans-serif; /*carrega uma fonte sans serif se não conseguir carregar a Nunito*/ } a { font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; } a:focus { outline: none; } a:hover { text-decoration: none; color: #626cee; } h1, h2, h3, h4, h5, h6 { margin: 0px; } p { font-size: 14px; line-height: 1.7; color: #666666; margin: 0px; } ul, li { margin: 0px; list-style-type: none; } input { outline: none; border: none; } textarea { outline: none; border: none; } textarea:focus, input:focus { border-color: transparent; } input:focus::-webkit-input-placeholder { color: transparent; } input:focus:-moz-placeholder { color: transparent; } input:focus::-moz-placeholder { color: transparent; } input:focus:-ms-input-placeholder { color: transparent; } textarea:focus::-webkit-input-placeholder { color: transparent; } textarea:focus:-moz-placeholder { color: transparent; } textarea:focus::-moz-placeholder { color: transparent; } textarea:focus:-ms-input-placeholder { color: transparent; } input::-webkit-input-placeholder { color: #adadad; } input:-moz-placeholder { color: #adadad; } input::-moz-placeholder { color: #adadad; } input:-ms-input-placeholder { color: #adadad; } textarea::-webkit-input-placeholder { color: #adadad; } textarea:-moz-placeholder { color: #adadad; } textarea::-moz-placeholder { color: #adadad; } textarea:-ms-input-placeholder { color: #adadad; } button { outline: none; border: none; background: transparent; } button:hover { cursor: pointer; } iframe { border: none; }
0.429788
0.179369
body { background-color: #ffffff; /*页面背景颜色*/ } .service_unselected{ display: none; } div.service_unselected input{ disabled: disabled; } .service_selected{ } .ue-container { /*width: 60%;*/ margin-top: 3%; margin-bottom: 20px; /*padding: 20px 20px;*/ /*border: 1px solid #ddd;*/ background: #fff; } .multi-container { margin-top: 1%; margin-bottom: 20px; background: #fff; } .btn-box{ padding-top: 6%; text-align: center; } .wrapper-content { padding: 0px !important; /*wrapper-content去除内边距*/ } /*搜索部分*/ .searchspan { display: -moz-inline-box; display: inline-block; } .searchname { line-height: 34px; /*span垂直居中*/ vertical-align: middle; /*width: 100px;*/ text-align: left; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; margin-top: 4px; margin-left: 4px; } #searchcolums input { vertical-align: middle; } /*表格部分*/ .fontcolor { /*color: black;*/ color:#8bb4e7; font-family: "Microsoft Yahei", Arial; } /*评价模型设置*/ .modulefont { font-family: "Microsoft Yahei", Arial; font-weight: bold; font-size: large;!important; color: white; padding:12px; } #handle .ui-button:hover { color:#8bb4e7; } #handle .ui-button:visited { color:#8bb4e7; } #handle .ui-button:link { color:#8bb4e7; } a:hover a:visited a:link { color: black; } a:visited { color: black; } a:link { color: black; } .ibox-title { /*background-color: #EEEEEE;*/ background-color: #f5f8fd; border-color: #8bb4e7; color: #010407; } .ibox-title-upper { /*background-color: #EEEEEE;*/ /* background-color: #f5f8fd;*/ border-color: #f5f8fd; /* border-color: #8bb4e7;*/ color: #010407; } .selected { background-color: #cce6ff; /*定义选中状态颜色*/ } #td { white-space: nowrap; /*//规定段落中的文本不进行换行*/ } /*.modal-body { padding: 0px 30px 0px 30px }*/ /*.row { border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; } */ .row input { /*设置外边距*/ margin: 2px 0 2px 0; } .probeform_title { margin: 10px 0 0 0 !important; background-color: #fff; font-size: 14px; font-weight: bold; font-family: "Microsoft Yahei", Arial; height: 30px; } .row select { /*设置外边距*/ margin: 2px 0 2px 0; } .form-group { margin-bottom: 0px; !important; } .form_border { border-left: 0; line-height: 36px; min-height: 36px; text-align: center !important; } .form_title { margin: 10px 0 0 0 !important; background-color: #dddddd; font-size: 14px; font-weight: bold; /*font-family: "Microsoft Yahei", Arial;*/ font-family:'PingFang SC','Microsoft YaHei','SimHei','Arial','SimSun'; height: 30px; } .formtitle_border { margin: 7px 0 0 0; } /*评价模型设置模态框*/ .modal-header1 { padding: 5px 10px; border-bottom: 1px solid #e5e5e5; } .modal-footer { padding: 5px 10px; text-align: right; border-top: 1px solid #e5e5e5; } /*.modal-header { background-color: #1cb395; } .myModalLabel { color: #ffffff; }*/ .input-label { padding-top: 0px; !important; } /******测试任务组相关样式*****/ .testtargetbutton{ margin: 0 10px 10px 20px ; } #handle_button{ margin: 0 0 0 0 !important; background-color: #dddddd; } .ui-button { height: 30px; font-size: 12px; line-height: 30px; text-align: center; color: white; background-color: #337ab7; border-color: #2e6da4; font-family: "Microsoft Yahei", 微软雅黑, Tahoma, Arial, Helvetica, STHeiti; user-select: none; zoom: 1; cursor: pointer; box-sizing: content-box; border-width: initial; border-style: none; border-image: initial; outline: none; padding: 0px 12px; overflow: hidden; border-radius: 4px; transition: width 0.3s; !important; } .scroll-table{ overflow: scroll; position: relative; z-index: 100; top:-1px; left:0; } .fixed-th-both{ z-index:200; position:relative; } /*任务创建界面样式*/ .module{ border-style: solid; border-color:#8bb4e7; border-width: 2px; border-radius: 10px; margin:2px } .wrapper-module{ padding:5px ; margin:10px 0; } .wrapper-block{ padding:5px 20px; min-height: 100px; margin: 5px 0; } .left-up{ float:left; width:49%; margin:3px 0; /* border-style:solid;*/ } .right{ float:right; width:49%; margin:3px 0; /* border-style:solid;*/ } .right-footer{ float:right; margin:3px 0; /* border-style:solid;*/ } .task_border { border-bottom: 1px solid #e1e5ec; line-height: 30px; min-height: 30px; } /*详情框*/ .form-control-name { display: block; width: 120%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .index-font{ font-weight: bold; font-size: 14px; } /*权重设置*/ .tools { float:right; display: inline-block; padding: 0 8px; } .inputset { line-height: 2px !important; border:none; /*outline: none;*/ } /*input:active { border-color:#3bb4f2; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3); }*/ input:focus { border-color:#3bb4f2; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3); } .service-font { color: #676a6c; font-weight: 700; } .wrapper_border{ line-height: 30px; min-height: 30px; padding: 0; border-radius:10px; border: 2px solid #1c84c6; } .superservice-input{ color: white; background-color: #1c84c6; border:none; line-height: 1px!important; } .form-input { width:100%; } /*临时建立的类,为方便提取筛选测试结果的所需条件*/ .selectdata {} /*鼠标移入样式*/ tr:hover{background:#E5E5E5 }
src/main/webapp/statics/css/formStyle.css
body { background-color: #ffffff; /*页面背景颜色*/ } .service_unselected{ display: none; } div.service_unselected input{ disabled: disabled; } .service_selected{ } .ue-container { /*width: 60%;*/ margin-top: 3%; margin-bottom: 20px; /*padding: 20px 20px;*/ /*border: 1px solid #ddd;*/ background: #fff; } .multi-container { margin-top: 1%; margin-bottom: 20px; background: #fff; } .btn-box{ padding-top: 6%; text-align: center; } .wrapper-content { padding: 0px !important; /*wrapper-content去除内边距*/ } /*搜索部分*/ .searchspan { display: -moz-inline-box; display: inline-block; } .searchname { line-height: 34px; /*span垂直居中*/ vertical-align: middle; /*width: 100px;*/ text-align: left; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; margin-top: 4px; margin-left: 4px; } #searchcolums input { vertical-align: middle; } /*表格部分*/ .fontcolor { /*color: black;*/ color:#8bb4e7; font-family: "Microsoft Yahei", Arial; } /*评价模型设置*/ .modulefont { font-family: "Microsoft Yahei", Arial; font-weight: bold; font-size: large;!important; color: white; padding:12px; } #handle .ui-button:hover { color:#8bb4e7; } #handle .ui-button:visited { color:#8bb4e7; } #handle .ui-button:link { color:#8bb4e7; } a:hover a:visited a:link { color: black; } a:visited { color: black; } a:link { color: black; } .ibox-title { /*background-color: #EEEEEE;*/ background-color: #f5f8fd; border-color: #8bb4e7; color: #010407; } .ibox-title-upper { /*background-color: #EEEEEE;*/ /* background-color: #f5f8fd;*/ border-color: #f5f8fd; /* border-color: #8bb4e7;*/ color: #010407; } .selected { background-color: #cce6ff; /*定义选中状态颜色*/ } #td { white-space: nowrap; /*//规定段落中的文本不进行换行*/ } /*.modal-body { padding: 0px 30px 0px 30px }*/ /*.row { border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; } */ .row input { /*设置外边距*/ margin: 2px 0 2px 0; } .probeform_title { margin: 10px 0 0 0 !important; background-color: #fff; font-size: 14px; font-weight: bold; font-family: "Microsoft Yahei", Arial; height: 30px; } .row select { /*设置外边距*/ margin: 2px 0 2px 0; } .form-group { margin-bottom: 0px; !important; } .form_border { border-left: 0; line-height: 36px; min-height: 36px; text-align: center !important; } .form_title { margin: 10px 0 0 0 !important; background-color: #dddddd; font-size: 14px; font-weight: bold; /*font-family: "Microsoft Yahei", Arial;*/ font-family:'PingFang SC','Microsoft YaHei','SimHei','Arial','SimSun'; height: 30px; } .formtitle_border { margin: 7px 0 0 0; } /*评价模型设置模态框*/ .modal-header1 { padding: 5px 10px; border-bottom: 1px solid #e5e5e5; } .modal-footer { padding: 5px 10px; text-align: right; border-top: 1px solid #e5e5e5; } /*.modal-header { background-color: #1cb395; } .myModalLabel { color: #ffffff; }*/ .input-label { padding-top: 0px; !important; } /******测试任务组相关样式*****/ .testtargetbutton{ margin: 0 10px 10px 20px ; } #handle_button{ margin: 0 0 0 0 !important; background-color: #dddddd; } .ui-button { height: 30px; font-size: 12px; line-height: 30px; text-align: center; color: white; background-color: #337ab7; border-color: #2e6da4; font-family: "Microsoft Yahei", 微软雅黑, Tahoma, Arial, Helvetica, STHeiti; user-select: none; zoom: 1; cursor: pointer; box-sizing: content-box; border-width: initial; border-style: none; border-image: initial; outline: none; padding: 0px 12px; overflow: hidden; border-radius: 4px; transition: width 0.3s; !important; } .scroll-table{ overflow: scroll; position: relative; z-index: 100; top:-1px; left:0; } .fixed-th-both{ z-index:200; position:relative; } /*任务创建界面样式*/ .module{ border-style: solid; border-color:#8bb4e7; border-width: 2px; border-radius: 10px; margin:2px } .wrapper-module{ padding:5px ; margin:10px 0; } .wrapper-block{ padding:5px 20px; min-height: 100px; margin: 5px 0; } .left-up{ float:left; width:49%; margin:3px 0; /* border-style:solid;*/ } .right{ float:right; width:49%; margin:3px 0; /* border-style:solid;*/ } .right-footer{ float:right; margin:3px 0; /* border-style:solid;*/ } .task_border { border-bottom: 1px solid #e1e5ec; line-height: 30px; min-height: 30px; } /*详情框*/ .form-control-name { display: block; width: 120%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .index-font{ font-weight: bold; font-size: 14px; } /*权重设置*/ .tools { float:right; display: inline-block; padding: 0 8px; } .inputset { line-height: 2px !important; border:none; /*outline: none;*/ } /*input:active { border-color:#3bb4f2; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3); }*/ input:focus { border-color:#3bb4f2; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3); } .service-font { color: #676a6c; font-weight: 700; } .wrapper_border{ line-height: 30px; min-height: 30px; padding: 0; border-radius:10px; border: 2px solid #1c84c6; } .superservice-input{ color: white; background-color: #1c84c6; border:none; line-height: 1px!important; } .form-input { width:100%; } /*临时建立的类,为方便提取筛选测试结果的所需条件*/ .selectdata {} /*鼠标移入样式*/ tr:hover{background:#E5E5E5 }
0.322206
0.077727
.bg_grad_1 { background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg_grad_2 { background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(-45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg_grad_3 { background: #42E695; /* Old browsers */ background: -moz-linear-gradient(-45deg, #42E695 0%, #3BB2B8 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #42E695 0%, #3BB2B8 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #42E695 0%, #3BB2B8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn { border-radius: 8px; border: none; } .btn-xl { font-size: 14px; padding: 15px 45px; } .btn-accent, .btn-accent-2 { height: 52px; font-size: 22px; padding-top: 11px; } .btn-accent.btn-shadow, .btn-accent-2.btn-shadow { -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active, .btn-accent-2:hover, .btn-accent-2:focus, .btn-accent-2:active, .btn-accent-2.active { -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); } .btn-accent { color: #FFFFFF; background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active { color: #FFFFFF; background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent-2 { color: #FFFFFF; background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent-2:hover, .btn-accent-2:focus, .btn-accent-2:active, .btn-accent-2.active { color: #FFFFFF; background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg-primary { background: #FFFFFF !important; } .text-primary { color: #2A2B37; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } html, body { width: 100%; height: 100%; font-family: 'Nunito Sans', sans-serif; } a { color: #FFFFFF; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #e6e6e6; } hr { max-width: 100px; margin: 25px auto 0; border-width: 1px; border-color: rgba(34, 34, 34, 0.1); } hr.light { border-color: #2A2B37; } h1, h2, h3, h4, h5, h6 { font-weight: 200; letter-spacing: 1px; } p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; } section { padding: 40px 0; } .section-heading h2 { font-size: 36px; } .no-padding { padding: 0px !important; } #footer-curve { margin-bottom: -10px !important; } #mainNav { padding-top: 16px; border-color: rgba(34, 34, 34, 0.05); background: transparent; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; font-weight: 200; letter-spacing: 1px; } #mainNav img { height: 36px; } #mainNav.navbar-shrink { border-color: rgba(34, 34, 34, 0.1); background: #F09819; /* Old browsers */ background: -moz-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } #mainNav .navbar-brand { color: #FFFFFF; font-weight: 200; letter-spacing: 1px; } #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus { color: #f2f2f2; } #mainNav .navbar-brand > img { margin-right: 20px; } #mainNav .navbar-toggler { font-size: 12px; padding: 8px 10px; color: #FFFFFF; border-color: #FFFFFF; } #mainNav .navbar-nav > li > a.active { color: #FFFFFF !important; background-color: transparent; } #mainNav .navbar-nav > li > a.active:hover { background-color: transparent; } #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus { color: #FFFFFF; } #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover { color: #FFFFFF; } #mainNav .navbar-nav .nav-item { padding-left: 20px; } @media (min-width: 992px) { #mainNav .navbar-brand { color: rgba(255, 255, 255, 0.7); } #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus { color: #FFFFFF; } #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus { color: rgba(255, 255, 255, 0.7); } #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover { color: #FFFFFF; } #mainNav.navbar-shrink { background: #F09819; /* Old browsers */ background: -moz-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } #mainNav.navbar-shrink .navbar-brand { color: #FFFFFF; } #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus { color: #FFFFFF; } #mainNav.navbar-shrink .navbar-nav > li > a, #mainNav.navbar-shrink .navbar-nav > li > a:focus { color: #222222; } #mainNav.navbar-shrink .navbar-nav > li > a:hover, #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover { color: #FFFFFF; } } header.masthead { height: auto; background: url("../img/cover.jpg") center; background-size: cover; } header.masthead .masthead-content { position: absolute; bottom: 30px; } @media (min-width: 992px) { header.masthead .masthead-content { bottom: 15vh; } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { header.masthead { background: url("../img/cover-sm.jpg") center; background-size: cover; } } @media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) { header.masthead { background: url("../img/cover-sm.jpg") center; background-size: cover; } } header.masthead .content h1 { font-weight: 700; color: #FFFFFF; line-height: 1.4em; } @media (max-width: 576px) { header.masthead .content h1 { font-size: 38px; } } @media (min-width: 576px) { header.masthead .content h1 { font-size: 42px; } } @media (min-width: 768px) { header.masthead .content h1 { font-size: 54px; } } @media (min-width: 992px) { header.masthead .content h1 { font-size: 62px; } } @media (min-width: 1200px) { header.masthead .content h1 { font-size: 70px; } } header.masthead .content h2 { color: #FFFFFF; } @media (max-width: 576px) { header.masthead .content h2 { font-size: 20px; } } @media (min-width: 576px) { header.masthead .content h2 { font-size: 24px; } } @media (min-width: 768px) { header.masthead .content h2 { font-size: 26px; } } @media (min-width: 992px) { header.masthead .content h2 { font-size: 28px; } } @media (min-width: 1200px) { header.masthead .content h2 { font-size: 30px; } } section.hiw .section-heading { margin-bottom: 20px; } section.hiw .section-heading h4 { margin-top: 0; color: #2A2B37; } section.hiw .section-heading p { margin-bottom: 0; color: rgba(42, 43, 55, 0.6); } section.hiw .hiw-step { height: 280px; } section.hiw .hiw-step p { color: rgba(42, 43, 55, 0.6); } section.hiw .hiw-artist .hiw-shape-1, section.hiw .hiw-business .hiw-shape-1 { background: url("../img/hiw-shape-1.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-1, section.hiw .hiw-business .hiw-shape-1 { background: url("../img/hiw-shape-lg-1.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section.hiw .hiw-artist .hiw-shape-2, section.hiw .hiw-business .hiw-shape-2 { background: url("../img/hiw-shape-2.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-2, section.hiw .hiw-business .hiw-shape-2 { background: url("../img/hiw-shape-lg-2.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section.hiw .hiw-artist .hiw-shape-3, section.hiw .hiw-business .hiw-shape-3 { background: url("../img/hiw-shape-3.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-3, section.hiw .hiw-business .hiw-shape-3 { background: url("../img/hiw-shape-lg-3.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section#subscribe form { padding: 24px 32px; background: white; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 16px; } section#subscribe form ul { list-style-type: none; } section#subscribe form .text-18 { font-size: 18px; font-weight: 600; } section#subscribe form .text-14 { font-size: 14px; font-weight: 600; } section#subscribe form .text-12 { font-size: 12px; font-weight: 600; } section#subscribe form img.gdpr_icon { width: 48px; height: 48px; margin-right: 12px; margin-bottom: 12px; } section#subscribe form .asterisk { color: orangered; } @media (max-width: 576px) { section#subscribe form .btn-action { width: 100%; } } section.contact { padding: 10px 0 10px 0; color: #FFFFFF; background: #2A2B37; } section.contact img { height: 180px; width: 180px; } section.contact .contact-social img { width: 24px; height: 24px; } section.contact li { list-style: none; color: rgba(255, 255, 255, 0.6); } section.contact li.list-contact-title { color: #FFFFFF; font-size: 18px; padding-bottom: 10px; } section.contact ul.list-contact { list-style: none; padding: 0; } section.contact ul.list-contact > li > a { color: rgba(255, 255, 255, 0.6); } section.contact ul.list-contact > li > a:hover { color: #FFFFFF; text-decoration: none; } footer { padding: 25px 0; text-align: center; color: rgba(255, 255, 255, 0.6); background: #2A2B37; } footer p { font-size: 12px; margin: 0; } footer ul { margin-bottom: 0; } footer ul li a { font-size: 12px; color: rgba(255, 255, 255, 0.3); } footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active { text-decoration: none; } footer .external-copyright { color: rgba(255, 255, 255, 0.4); } .cinema { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 1000; } .cinema img.cinema-close { width: 24px; height: 24px; position: absolute; top: 24px; right: 24px; } .cinema img.cinema-close:hover { cursor: pointer; } section.team .team-title { color: #2A2B37; } section.team .team-card .team-img.border { border: solid 4px !important; } section.team .team-card .team-img.border-grad-1 { border-color: #F09819 !important; /* Old browsers */ } section.team .team-card .team-img.border-grad-2 { border-color: #22E1FF !important; /* Old browsers */ } section.team .team-card .team-img.border-grad-3 { border-color: #42E695 !important; /* Old browsers */ } section.team .team-card p { color: rgba(42, 43, 55, 0.6); } @media (min-width: 768px) { section.gallery .btn-upload-art-float { position: absolute; right: 0; } } @media (max-width: 576px) { section.gallery .flex-column { max-width: 170px; } } @media (min-width: 576px) { section.gallery .flex-column { max-width: 180px; } } @media (min-width: 768px) { section.gallery .flex-column { max-width: 200px; } } @media (min-width: 992px) { section.gallery .flex-column { max-width: 230px; } } @media (min-width: 1200px) { section.gallery .flex-column { max-width: 300px; } } section.faq p { margin-bottom: 30px; } section.faq h4 { font-weight: bold; } section.faq a { color: #3BB2B8; } /*# sourceMappingURL=build.css.map */
scss/build.css
.bg_grad_1 { background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg_grad_2 { background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(-45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg_grad_3 { background: #42E695; /* Old browsers */ background: -moz-linear-gradient(-45deg, #42E695 0%, #3BB2B8 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #42E695 0%, #3BB2B8 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #42E695 0%, #3BB2B8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn { border-radius: 8px; border: none; } .btn-xl { font-size: 14px; padding: 15px 45px; } .btn-accent, .btn-accent-2 { height: 52px; font-size: 22px; padding-top: 11px; } .btn-accent.btn-shadow, .btn-accent-2.btn-shadow { -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active, .btn-accent-2:hover, .btn-accent-2:focus, .btn-accent-2:active, .btn-accent-2.active { -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5); } .btn-accent { color: #FFFFFF; background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active { color: #FFFFFF; background: #F09819; /* Old browsers */ background: -moz-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent-2 { color: #FFFFFF; background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .btn-accent-2:hover, .btn-accent-2:focus, .btn-accent-2:active, .btn-accent-2.active { color: #FFFFFF; background: #22E1FF; /* Old browsers */ background: -moz-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #22E1FF 0%, #625EB1 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #22E1FF 0%, #625EB1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .bg-primary { background: #FFFFFF !important; } .text-primary { color: #2A2B37; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } html, body { width: 100%; height: 100%; font-family: 'Nunito Sans', sans-serif; } a { color: #FFFFFF; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #e6e6e6; } hr { max-width: 100px; margin: 25px auto 0; border-width: 1px; border-color: rgba(34, 34, 34, 0.1); } hr.light { border-color: #2A2B37; } h1, h2, h3, h4, h5, h6 { font-weight: 200; letter-spacing: 1px; } p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; } section { padding: 40px 0; } .section-heading h2 { font-size: 36px; } .no-padding { padding: 0px !important; } #footer-curve { margin-bottom: -10px !important; } #mainNav { padding-top: 16px; border-color: rgba(34, 34, 34, 0.05); background: transparent; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; font-weight: 200; letter-spacing: 1px; } #mainNav img { height: 36px; } #mainNav.navbar-shrink { border-color: rgba(34, 34, 34, 0.1); background: #F09819; /* Old browsers */ background: -moz-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } #mainNav .navbar-brand { color: #FFFFFF; font-weight: 200; letter-spacing: 1px; } #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus { color: #f2f2f2; } #mainNav .navbar-brand > img { margin-right: 20px; } #mainNav .navbar-toggler { font-size: 12px; padding: 8px 10px; color: #FFFFFF; border-color: #FFFFFF; } #mainNav .navbar-nav > li > a.active { color: #FFFFFF !important; background-color: transparent; } #mainNav .navbar-nav > li > a.active:hover { background-color: transparent; } #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus { color: #FFFFFF; } #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover { color: #FFFFFF; } #mainNav .navbar-nav .nav-item { padding-left: 20px; } @media (min-width: 992px) { #mainNav .navbar-brand { color: rgba(255, 255, 255, 0.7); } #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus { color: #FFFFFF; } #mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus { color: rgba(255, 255, 255, 0.7); } #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus:hover { color: #FFFFFF; } #mainNav.navbar-shrink { background: #F09819; /* Old browsers */ background: -moz-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #F09819 0%, #FF5858 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #F09819 0%, #FF5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorAccent', endColorstr='$colorAccentDark',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } #mainNav.navbar-shrink .navbar-brand { color: #FFFFFF; } #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus { color: #FFFFFF; } #mainNav.navbar-shrink .navbar-nav > li > a, #mainNav.navbar-shrink .navbar-nav > li > a:focus { color: #222222; } #mainNav.navbar-shrink .navbar-nav > li > a:hover, #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover { color: #FFFFFF; } } header.masthead { height: auto; background: url("../img/cover.jpg") center; background-size: cover; } header.masthead .masthead-content { position: absolute; bottom: 30px; } @media (min-width: 992px) { header.masthead .masthead-content { bottom: 15vh; } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { header.masthead { background: url("../img/cover-sm.jpg") center; background-size: cover; } } @media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) { header.masthead { background: url("../img/cover-sm.jpg") center; background-size: cover; } } header.masthead .content h1 { font-weight: 700; color: #FFFFFF; line-height: 1.4em; } @media (max-width: 576px) { header.masthead .content h1 { font-size: 38px; } } @media (min-width: 576px) { header.masthead .content h1 { font-size: 42px; } } @media (min-width: 768px) { header.masthead .content h1 { font-size: 54px; } } @media (min-width: 992px) { header.masthead .content h1 { font-size: 62px; } } @media (min-width: 1200px) { header.masthead .content h1 { font-size: 70px; } } header.masthead .content h2 { color: #FFFFFF; } @media (max-width: 576px) { header.masthead .content h2 { font-size: 20px; } } @media (min-width: 576px) { header.masthead .content h2 { font-size: 24px; } } @media (min-width: 768px) { header.masthead .content h2 { font-size: 26px; } } @media (min-width: 992px) { header.masthead .content h2 { font-size: 28px; } } @media (min-width: 1200px) { header.masthead .content h2 { font-size: 30px; } } section.hiw .section-heading { margin-bottom: 20px; } section.hiw .section-heading h4 { margin-top: 0; color: #2A2B37; } section.hiw .section-heading p { margin-bottom: 0; color: rgba(42, 43, 55, 0.6); } section.hiw .hiw-step { height: 280px; } section.hiw .hiw-step p { color: rgba(42, 43, 55, 0.6); } section.hiw .hiw-artist .hiw-shape-1, section.hiw .hiw-business .hiw-shape-1 { background: url("../img/hiw-shape-1.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-1, section.hiw .hiw-business .hiw-shape-1 { background: url("../img/hiw-shape-lg-1.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section.hiw .hiw-artist .hiw-shape-2, section.hiw .hiw-business .hiw-shape-2 { background: url("../img/hiw-shape-2.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-2, section.hiw .hiw-business .hiw-shape-2 { background: url("../img/hiw-shape-lg-2.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section.hiw .hiw-artist .hiw-shape-3, section.hiw .hiw-business .hiw-shape-3 { background: url("../img/hiw-shape-3.svg") top center no-repeat; -webkit-background-size: contain; background-size: contain; } @media (min-width: 992px) { section.hiw .hiw-artist .hiw-shape-3, section.hiw .hiw-business .hiw-shape-3 { background: url("../img/hiw-shape-lg-3.svg") center center no-repeat; -webkit-background-size: contain; background-size: contain; } } section#subscribe form { padding: 24px 32px; background: white; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 16px; } section#subscribe form ul { list-style-type: none; } section#subscribe form .text-18 { font-size: 18px; font-weight: 600; } section#subscribe form .text-14 { font-size: 14px; font-weight: 600; } section#subscribe form .text-12 { font-size: 12px; font-weight: 600; } section#subscribe form img.gdpr_icon { width: 48px; height: 48px; margin-right: 12px; margin-bottom: 12px; } section#subscribe form .asterisk { color: orangered; } @media (max-width: 576px) { section#subscribe form .btn-action { width: 100%; } } section.contact { padding: 10px 0 10px 0; color: #FFFFFF; background: #2A2B37; } section.contact img { height: 180px; width: 180px; } section.contact .contact-social img { width: 24px; height: 24px; } section.contact li { list-style: none; color: rgba(255, 255, 255, 0.6); } section.contact li.list-contact-title { color: #FFFFFF; font-size: 18px; padding-bottom: 10px; } section.contact ul.list-contact { list-style: none; padding: 0; } section.contact ul.list-contact > li > a { color: rgba(255, 255, 255, 0.6); } section.contact ul.list-contact > li > a:hover { color: #FFFFFF; text-decoration: none; } footer { padding: 25px 0; text-align: center; color: rgba(255, 255, 255, 0.6); background: #2A2B37; } footer p { font-size: 12px; margin: 0; } footer ul { margin-bottom: 0; } footer ul li a { font-size: 12px; color: rgba(255, 255, 255, 0.3); } footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active { text-decoration: none; } footer .external-copyright { color: rgba(255, 255, 255, 0.4); } .cinema { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 1000; } .cinema img.cinema-close { width: 24px; height: 24px; position: absolute; top: 24px; right: 24px; } .cinema img.cinema-close:hover { cursor: pointer; } section.team .team-title { color: #2A2B37; } section.team .team-card .team-img.border { border: solid 4px !important; } section.team .team-card .team-img.border-grad-1 { border-color: #F09819 !important; /* Old browsers */ } section.team .team-card .team-img.border-grad-2 { border-color: #22E1FF !important; /* Old browsers */ } section.team .team-card .team-img.border-grad-3 { border-color: #42E695 !important; /* Old browsers */ } section.team .team-card p { color: rgba(42, 43, 55, 0.6); } @media (min-width: 768px) { section.gallery .btn-upload-art-float { position: absolute; right: 0; } } @media (max-width: 576px) { section.gallery .flex-column { max-width: 170px; } } @media (min-width: 576px) { section.gallery .flex-column { max-width: 180px; } } @media (min-width: 768px) { section.gallery .flex-column { max-width: 200px; } } @media (min-width: 992px) { section.gallery .flex-column { max-width: 230px; } } @media (min-width: 1200px) { section.gallery .flex-column { max-width: 300px; } } section.faq p { margin-bottom: 30px; } section.faq h4 { font-weight: bold; } section.faq a { color: #3BB2B8; } /*# sourceMappingURL=build.css.map */
0.260672
0.058777
body { /*font-family: 'Helvetica Neue',Helvetica, Arial, sans-serif;*/ font-weight: 400; font-style: normal; /*font-family: 'Tajawal', sans-serif;*/ font-family: 'Changa', sans-serif; } .navbar { background-color: #13bfb1!important; border-bottom:#545454 2px solid; opacity: 0.9; } nav ul li a:link { color: #fff!important; } nav ul li a:hover { color: #545454!important; } .nav-item-link a:link { color: #545454!important; } .nav-item-link a:hover { color: #13bfb1!important; background-color: #fff; } .dropdown-menu { top: 112%; } /**-------------------------jumbotron style-----------------------*/ .container-fluid { padding-right: 0px;padding-left: 0px; margin-top: 58px; } button { background-color: #13bfb1!important; } input[type:search]:focus { border-color: #13bfb1; } i { color: #13bfb1; } /*-------------------------services-------------------------------*/ #team { background: #eee !important; } section { padding: 60px 0; } section .section-title { text-align: center; color: #13bfb1; margin-bottom: 50px; text-transform: uppercase; } #team .card { border-bottom: none; background: #ffffff; } .image-flip:hover .backside, .image-flip.hover .backside { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); border-radius: .25rem; border-bottom: 4px #13bfb1 solid; } .image-flip:hover .frontside, .image-flip.hover .frontside { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); border-bottom: 4px #13bfb1 solid; } .mainflip { -webkit-transition: 1s; -webkit-transform-style: preserve-3d; -ms-transition: 1s; -moz-transition: 1s; -moz-transform: perspective(1000px); -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transition: 1s; transform-style: preserve-3d; position: relative; } .frontside { position: relative; -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); z-index: 2; margin-bottom: 30px; } .backside { position: absolute; top: 0; left: 0; background: white; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); } .frontside, .backside { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 1s; -webkit-transform-style: preserve-3d; -moz-transition: 1s; -moz-transform-style: preserve-3d; -o-transition: 1s; -o-transform-style: preserve-3d; -ms-transition: 1s; -ms-transform-style: preserve-3d; transition: 1s; transform-style: preserve-3d; } .frontside .card, .backside .card { min-height: 250px; } .frontside .card .card-title{ color: #000 !important; } .backside .card .card-title { color: #13bfb1 !important; } .card-img-top { width: 100%; min-height: 170px; height: auto; max-height: 170px; } /*----------------------best clinics-------------*/ .clinic-icon { margin-bottom:1px; line-height: 1.9rem; } .btn-more { background-color:#13bfb1; border:none; } .btn-more:hover { background-color:#fff; border:2px #13bfb1 solid; color: #13bfb1; } .i-dtl:hover { color: #13bfb1; } .card { margin-bottom: 50px; } /*----------------------slider-------------*/ .carousel-inner { position: relative; width: 100%; overflow: hidden; min-height: 500px; } .carousel-inner img { width: 100%; min-height: 500px; max-height: 500px; } .carousel-caption {color:#000;top:20%; bottom: auto; text-align:left;} .carousel-caption h5 { color: #fff; margin-bottom: 100px; text-align: right; } .search-field { margin-bottom: 0rem; } @media screen or(max-width: 425px){ .carousel-inner { min-height: 500px; } .carousel-caption {top:5%; } .carousel-inner img { width: 100%; min-height: 700px; max-height: 700px; } .search-field { margin-bottom: 0.5rem; } } .carousel-indicators { bottom: 5px; } /************ Services **************/ img {width:100%;} /*------------------counts----------------*/ .counter { background-color:#f5f5f5; padding: 20px 0; border-radius: 5px; } .count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .fa-2x { margin: 0 auto; float: none; display: table; color: #13bfb1; } /*-----------------end counts-------------------*/ .p-y-2 { padding-top: 28px; padding-bottom: 28px; } .p-y-3 { padding-top: 45px; padding-bottom: 45px; } .m-b-1 { margin-bottom: 18px; } .m-t-1 { margin-top: 18px; } /*========================================================== counter section style ============================================================*/ .main_counter_area{ background-color: #000; background-size: cover; overflow: hidden; } .main_counter_area .main_counter_content .single_counter{ background: rgba(236, 72, 72, 0.5); color: #fff; } .main_counter_area .main_counter_content .single_counter i{ font-size:36px; } /*-------------------------multi-qulalification-----------------------*/ /* Hide all steps by default: */ .tab1, .tab2, .tab3 { display: none; } #regForm .tab1 input.invalid { background-color: #ffdddd; } #prevBtn { background-color: #bbbbbb; } /* Make circles that indicate the steps of the form: */ .step { height: 15px; width: 15px; margin: 0 2px; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.5; } .step.active { opacity: 1; } /* Mark the steps that are finished and valid: */ .step.finish { background-color: #4CAF50; } /*------------------------footer style-----------------------------*/ /*footer*/ .col_white_amrc { color:#13BFB1;} footer { width: 100%; background-color: rgba(204, 204, 204, 0.1); min-height: 250px; padding: 10px 0px 0px 0px; border-top: 1px solid rgba(0,0,0,0.125); /*margin-top: 60px;*/ } .pt2 { padding-top:40px ; margin-bottom:20px ;} footer p { font-size:13px; color:#545454; padding-bottom:0px; margin-bottom:8px;} .mb10 { padding-bottom:15px ;} .footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; } .footer_ul_amrc li {padding:0px 0px 5px 0px;} .footer_ul_amrc li a{ color:#545454;} .footer_ul_amrc li a:hover{ color:#13BFB1; text-decoration:none;} .fleft { float:left;} .padding-right { padding-right:10px; } .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;} .footer_ul2_amrc li p { display:table; } .footer_ul2_amrc li a:hover { text-decoration:none;} .footer_ul2_amrc li i { margin-top:5px;} .bottom_border {padding-bottom:20px;} .foote_bottom_ul_amrc { list-style-type:none; padding:0px; display:table; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; } .foote_bottom_ul_amrc li { display:inline;} .foote_bottom_ul_amrc li a { color:#CCC; margin:0 12px;} .social_footer_ul { display:table; margin:10px auto 5px auto; list-style-type:none; } .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; } .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;} .social_footer_ul li i { width:20px; height:20px; text-align:center;} /*---------------------------------------*/ /*section { width: 100%; height: 150vh; }*/ /*-------------------end style of header, home, footer pages-----------------------------*/ /*-----------------------style of Register Doctor-------------------------------*/ nav > .nav.nav-tabs{ border: none; color:#fff; background:#545454; border-radius:0; } nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active { border-left: 1px #13bfb1 solid; border-top: 1px #13bfb1 solid; padding: 18px 25px; color: #545454; background: #fff; border-radius: 0; } nav > div a.nav-item.nav-link.active:after { content: ""; position: relative; bottom: -60px; left: -10%; border: 15px solid transparent; border-top-color: #13bfb1 ; } .tab-content{ background: #fdfdfd; line-height: 25px; border: 1px solid #ddd; border-top:5px solid #13BFB1; border-bottom:5px solid #13BFB1; padding:30px 25px; } nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus { border: none; background: #13bfb1; color:#fff; border-radius:0; transition:background 0.20s linear; } input[type=text],input[type=number], input[type=password], input[type=email], select { font-size: 1rem; border:1px #13bfb1 solid; } .error-msg { color:#F90A0A; font-size:0.8rem; } .flag-container { direction:ltr; } .required { color:red; } .phone-style { direction: ltr; text-align: right; } .next-tab { display: inline-block; background-color: #13bfb1; color: #fff; } @keyframes check {0% {height: 0;width: 0;} 25% {height: 0;width: 10px;} 50% {height: 20px;width: 10px;} } .checkbox{background-color:#fff;display:inline-block;height:28px;margin:0 .25em;width:28px;border-radius:4px;border:1px solid #ccc;float:right} .checkbox span{display:block;height:28px;position:relative;width:28px;padding:0} .checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px} .checkbox span:hover:after{border-color:#999} .checkbox input{display:none} .checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555} .checkbox input:checked + .info:after{border-color:#13bfb1} /*---------------------Display doctors-----------------------------*/ .lbl-doctor { font-size: small; margin-right: 2px; } .show-doctor { font-weight: 200; } .doctor-img { width: 70%; margin-top: 10px; min-height: 160px; height: auto; max-height: 160px; } .doctor-btn { max-width:50%; } .page-link { color: #13bfb1; } .page-item.active .page-link { background-color: #13bfb1; border-color: #fff; } /*----------------------doctor detail----------------------*/ .evalution-dtl { margin-top:1rem; /*border-top: 1px solid rgba(0,0,0,0.125);*/ padding-top:1rem; } .evalution-do { margin-bottom:1rem; border-bottom: 1px solid rgba(0,0,0,0.125); } .doctor-i-connection { background-color: #fff; border-radius: 50%; text-align: center; padding: 5px; } .doctor-connection { color:#fff!important; /* margin-right:5px;*/ font-size: large; } /*---------------------------------appointment---------------*/ .appointment{ background: #f5f5f5; border-bottom: 1px solid #dadada; padding-top: 20px; padding-bottom: 20px; /* min-height: 300px;*/ height: 300px; position: relative; } .appointment .day { /*display:inline-block;*/ margin:7px; font-size: 1rem; background-color: #fff; color: #13bfb1; width: 81px; text-align:center; border:1px solid #ccc; border-radius:5px; position: relative; float: right; } .appointment .day ul { list-style: none; padding: unset; } .appointment .day ul li:hover { background-color: #13bfb1!important; color: #fff!important; cursor: pointer; } #day0, #day1, #day2 { display:inline-block ; } #day3, #day4, #day5, #day6, #day7, #day8,#day9, #day10, #day11, #day12, #day13, #day14, #day15, #day16,#day17, #day18, #day19, #day20, #day21, #day22, #day23, #day24,#day25, #day26, #day27, #day28, #day29, #day30, #day31 { display:none ; } .appointment .day h5 { background-color:rgba(84, 84, 84, 0.7); color:#fff; line-height: normal; text-align: center; border-top-left-radius: 5px; border-top-right-radius: 5px; } .appointment span { line-height:1.8; display: inline-block; } .appointment .day button { /*position: absolute;*/ top: 87%; left: 0px; width: inherit; color: #fff; border: 1px solid #ccc; height: 2rem; font-size: 1.1rem; font-weight: 500; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .daysarrows button { background-color:#f5f5f5!important; cursor:pointer; border:none; } .prevday { position: absolute; top: 50%; right: 5px; background-color:#f5f5f5!important; cursor:pointer; border:none; } .nextday { position: absolute; top: 50%; left: 5px; background-color:#f5f5f5!important; cursor:pointer; border:none; } /*#grid li:nth-child(n+6) { display: none; }*/ .day li:nth-child(n+6) { display: none; } .nextWeek, .prevWeek{ text-align: center; position: absolute!important; width: 31px; height: 31px; border: 1px solid #d9d9da; margin-top: -16px!important; top: 55%!important; border-radius: 4px!important; background-color: #fff; z-index: 1; overflow: hidden; } .nextWeek{ right: 50%!important; margin-right: -181px!important; } .prevWeek { left: 50%!important; margin-left: -181px!important; } /*-------------------------------*/ .profile-head h5{ color: #333; } .profile-head h6{ color: #0062cc; } .profile-head .nav-tabs{ margin-bottom:5%; } .profile-head .nav-tabs .nav-link{ font-weight:600; border: none; } .profile-head .nav-tabs .nav-link.active{ border: none; border-bottom:3px solid #13bfb1; color: #545454; } .profile-tab label{ font-weight: 600; } .profile-tab p{ font-weight: 600; color: #0062cc; } /*--------------------hospitals---------------*/ .hospital-row { background-color: #fff; text-shadow: 0 0 black; padding-top: 1rem; margin-bottom: 2rem; } @media screen or(max-width: 768px){ .hospital-row { padding-bottom: 1rem; } .hospital-row > a:hover { text-decoration: none; } /*---------------------signup/login styles-------------------------*/ .signup { background-position: center; background-size: cover; padding: 15px; }
assets/css/style.css
body { /*font-family: 'Helvetica Neue',Helvetica, Arial, sans-serif;*/ font-weight: 400; font-style: normal; /*font-family: 'Tajawal', sans-serif;*/ font-family: 'Changa', sans-serif; } .navbar { background-color: #13bfb1!important; border-bottom:#545454 2px solid; opacity: 0.9; } nav ul li a:link { color: #fff!important; } nav ul li a:hover { color: #545454!important; } .nav-item-link a:link { color: #545454!important; } .nav-item-link a:hover { color: #13bfb1!important; background-color: #fff; } .dropdown-menu { top: 112%; } /**-------------------------jumbotron style-----------------------*/ .container-fluid { padding-right: 0px;padding-left: 0px; margin-top: 58px; } button { background-color: #13bfb1!important; } input[type:search]:focus { border-color: #13bfb1; } i { color: #13bfb1; } /*-------------------------services-------------------------------*/ #team { background: #eee !important; } section { padding: 60px 0; } section .section-title { text-align: center; color: #13bfb1; margin-bottom: 50px; text-transform: uppercase; } #team .card { border-bottom: none; background: #ffffff; } .image-flip:hover .backside, .image-flip.hover .backside { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); border-radius: .25rem; border-bottom: 4px #13bfb1 solid; } .image-flip:hover .frontside, .image-flip.hover .frontside { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); border-bottom: 4px #13bfb1 solid; } .mainflip { -webkit-transition: 1s; -webkit-transform-style: preserve-3d; -ms-transition: 1s; -moz-transition: 1s; -moz-transform: perspective(1000px); -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transition: 1s; transform-style: preserve-3d; position: relative; } .frontside { position: relative; -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); z-index: 2; margin-bottom: 30px; } .backside { position: absolute; top: 0; left: 0; background: white; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); } .frontside, .backside { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: 1s; -webkit-transform-style: preserve-3d; -moz-transition: 1s; -moz-transform-style: preserve-3d; -o-transition: 1s; -o-transform-style: preserve-3d; -ms-transition: 1s; -ms-transform-style: preserve-3d; transition: 1s; transform-style: preserve-3d; } .frontside .card, .backside .card { min-height: 250px; } .frontside .card .card-title{ color: #000 !important; } .backside .card .card-title { color: #13bfb1 !important; } .card-img-top { width: 100%; min-height: 170px; height: auto; max-height: 170px; } /*----------------------best clinics-------------*/ .clinic-icon { margin-bottom:1px; line-height: 1.9rem; } .btn-more { background-color:#13bfb1; border:none; } .btn-more:hover { background-color:#fff; border:2px #13bfb1 solid; color: #13bfb1; } .i-dtl:hover { color: #13bfb1; } .card { margin-bottom: 50px; } /*----------------------slider-------------*/ .carousel-inner { position: relative; width: 100%; overflow: hidden; min-height: 500px; } .carousel-inner img { width: 100%; min-height: 500px; max-height: 500px; } .carousel-caption {color:#000;top:20%; bottom: auto; text-align:left;} .carousel-caption h5 { color: #fff; margin-bottom: 100px; text-align: right; } .search-field { margin-bottom: 0rem; } @media screen or(max-width: 425px){ .carousel-inner { min-height: 500px; } .carousel-caption {top:5%; } .carousel-inner img { width: 100%; min-height: 700px; max-height: 700px; } .search-field { margin-bottom: 0.5rem; } } .carousel-indicators { bottom: 5px; } /************ Services **************/ img {width:100%;} /*------------------counts----------------*/ .counter { background-color:#f5f5f5; padding: 20px 0; border-radius: 5px; } .count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .fa-2x { margin: 0 auto; float: none; display: table; color: #13bfb1; } /*-----------------end counts-------------------*/ .p-y-2 { padding-top: 28px; padding-bottom: 28px; } .p-y-3 { padding-top: 45px; padding-bottom: 45px; } .m-b-1 { margin-bottom: 18px; } .m-t-1 { margin-top: 18px; } /*========================================================== counter section style ============================================================*/ .main_counter_area{ background-color: #000; background-size: cover; overflow: hidden; } .main_counter_area .main_counter_content .single_counter{ background: rgba(236, 72, 72, 0.5); color: #fff; } .main_counter_area .main_counter_content .single_counter i{ font-size:36px; } /*-------------------------multi-qulalification-----------------------*/ /* Hide all steps by default: */ .tab1, .tab2, .tab3 { display: none; } #regForm .tab1 input.invalid { background-color: #ffdddd; } #prevBtn { background-color: #bbbbbb; } /* Make circles that indicate the steps of the form: */ .step { height: 15px; width: 15px; margin: 0 2px; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.5; } .step.active { opacity: 1; } /* Mark the steps that are finished and valid: */ .step.finish { background-color: #4CAF50; } /*------------------------footer style-----------------------------*/ /*footer*/ .col_white_amrc { color:#13BFB1;} footer { width: 100%; background-color: rgba(204, 204, 204, 0.1); min-height: 250px; padding: 10px 0px 0px 0px; border-top: 1px solid rgba(0,0,0,0.125); /*margin-top: 60px;*/ } .pt2 { padding-top:40px ; margin-bottom:20px ;} footer p { font-size:13px; color:#545454; padding-bottom:0px; margin-bottom:8px;} .mb10 { padding-bottom:15px ;} .footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; } .footer_ul_amrc li {padding:0px 0px 5px 0px;} .footer_ul_amrc li a{ color:#545454;} .footer_ul_amrc li a:hover{ color:#13BFB1; text-decoration:none;} .fleft { float:left;} .padding-right { padding-right:10px; } .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;} .footer_ul2_amrc li p { display:table; } .footer_ul2_amrc li a:hover { text-decoration:none;} .footer_ul2_amrc li i { margin-top:5px;} .bottom_border {padding-bottom:20px;} .foote_bottom_ul_amrc { list-style-type:none; padding:0px; display:table; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; } .foote_bottom_ul_amrc li { display:inline;} .foote_bottom_ul_amrc li a { color:#CCC; margin:0 12px;} .social_footer_ul { display:table; margin:10px auto 5px auto; list-style-type:none; } .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; } .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;} .social_footer_ul li i { width:20px; height:20px; text-align:center;} /*---------------------------------------*/ /*section { width: 100%; height: 150vh; }*/ /*-------------------end style of header, home, footer pages-----------------------------*/ /*-----------------------style of Register Doctor-------------------------------*/ nav > .nav.nav-tabs{ border: none; color:#fff; background:#545454; border-radius:0; } nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active { border-left: 1px #13bfb1 solid; border-top: 1px #13bfb1 solid; padding: 18px 25px; color: #545454; background: #fff; border-radius: 0; } nav > div a.nav-item.nav-link.active:after { content: ""; position: relative; bottom: -60px; left: -10%; border: 15px solid transparent; border-top-color: #13bfb1 ; } .tab-content{ background: #fdfdfd; line-height: 25px; border: 1px solid #ddd; border-top:5px solid #13BFB1; border-bottom:5px solid #13BFB1; padding:30px 25px; } nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus { border: none; background: #13bfb1; color:#fff; border-radius:0; transition:background 0.20s linear; } input[type=text],input[type=number], input[type=password], input[type=email], select { font-size: 1rem; border:1px #13bfb1 solid; } .error-msg { color:#F90A0A; font-size:0.8rem; } .flag-container { direction:ltr; } .required { color:red; } .phone-style { direction: ltr; text-align: right; } .next-tab { display: inline-block; background-color: #13bfb1; color: #fff; } @keyframes check {0% {height: 0;width: 0;} 25% {height: 0;width: 10px;} 50% {height: 20px;width: 10px;} } .checkbox{background-color:#fff;display:inline-block;height:28px;margin:0 .25em;width:28px;border-radius:4px;border:1px solid #ccc;float:right} .checkbox span{display:block;height:28px;position:relative;width:28px;padding:0} .checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px} .checkbox span:hover:after{border-color:#999} .checkbox input{display:none} .checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555} .checkbox input:checked + .info:after{border-color:#13bfb1} /*---------------------Display doctors-----------------------------*/ .lbl-doctor { font-size: small; margin-right: 2px; } .show-doctor { font-weight: 200; } .doctor-img { width: 70%; margin-top: 10px; min-height: 160px; height: auto; max-height: 160px; } .doctor-btn { max-width:50%; } .page-link { color: #13bfb1; } .page-item.active .page-link { background-color: #13bfb1; border-color: #fff; } /*----------------------doctor detail----------------------*/ .evalution-dtl { margin-top:1rem; /*border-top: 1px solid rgba(0,0,0,0.125);*/ padding-top:1rem; } .evalution-do { margin-bottom:1rem; border-bottom: 1px solid rgba(0,0,0,0.125); } .doctor-i-connection { background-color: #fff; border-radius: 50%; text-align: center; padding: 5px; } .doctor-connection { color:#fff!important; /* margin-right:5px;*/ font-size: large; } /*---------------------------------appointment---------------*/ .appointment{ background: #f5f5f5; border-bottom: 1px solid #dadada; padding-top: 20px; padding-bottom: 20px; /* min-height: 300px;*/ height: 300px; position: relative; } .appointment .day { /*display:inline-block;*/ margin:7px; font-size: 1rem; background-color: #fff; color: #13bfb1; width: 81px; text-align:center; border:1px solid #ccc; border-radius:5px; position: relative; float: right; } .appointment .day ul { list-style: none; padding: unset; } .appointment .day ul li:hover { background-color: #13bfb1!important; color: #fff!important; cursor: pointer; } #day0, #day1, #day2 { display:inline-block ; } #day3, #day4, #day5, #day6, #day7, #day8,#day9, #day10, #day11, #day12, #day13, #day14, #day15, #day16,#day17, #day18, #day19, #day20, #day21, #day22, #day23, #day24,#day25, #day26, #day27, #day28, #day29, #day30, #day31 { display:none ; } .appointment .day h5 { background-color:rgba(84, 84, 84, 0.7); color:#fff; line-height: normal; text-align: center; border-top-left-radius: 5px; border-top-right-radius: 5px; } .appointment span { line-height:1.8; display: inline-block; } .appointment .day button { /*position: absolute;*/ top: 87%; left: 0px; width: inherit; color: #fff; border: 1px solid #ccc; height: 2rem; font-size: 1.1rem; font-weight: 500; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .daysarrows button { background-color:#f5f5f5!important; cursor:pointer; border:none; } .prevday { position: absolute; top: 50%; right: 5px; background-color:#f5f5f5!important; cursor:pointer; border:none; } .nextday { position: absolute; top: 50%; left: 5px; background-color:#f5f5f5!important; cursor:pointer; border:none; } /*#grid li:nth-child(n+6) { display: none; }*/ .day li:nth-child(n+6) { display: none; } .nextWeek, .prevWeek{ text-align: center; position: absolute!important; width: 31px; height: 31px; border: 1px solid #d9d9da; margin-top: -16px!important; top: 55%!important; border-radius: 4px!important; background-color: #fff; z-index: 1; overflow: hidden; } .nextWeek{ right: 50%!important; margin-right: -181px!important; } .prevWeek { left: 50%!important; margin-left: -181px!important; } /*-------------------------------*/ .profile-head h5{ color: #333; } .profile-head h6{ color: #0062cc; } .profile-head .nav-tabs{ margin-bottom:5%; } .profile-head .nav-tabs .nav-link{ font-weight:600; border: none; } .profile-head .nav-tabs .nav-link.active{ border: none; border-bottom:3px solid #13bfb1; color: #545454; } .profile-tab label{ font-weight: 600; } .profile-tab p{ font-weight: 600; color: #0062cc; } /*--------------------hospitals---------------*/ .hospital-row { background-color: #fff; text-shadow: 0 0 black; padding-top: 1rem; margin-bottom: 2rem; } @media screen or(max-width: 768px){ .hospital-row { padding-bottom: 1rem; } .hospital-row > a:hover { text-decoration: none; } /*---------------------signup/login styles-------------------------*/ .signup { background-position: center; background-size: cover; padding: 15px; }
0.334916
0.053999
.site-header { border-bottom: 1px solid #5B008F; position: relative; text-transform: uppercase; font-size: 0.875em; } .site-header, .site-header a { color: #ADA3AF; } .site-header a:hover { color: #ADA3AF; text-decoration: none; } .site-title { margin-top: 1em; margin-bottom: 1em; float: left; letter-spacing: 1px; } .site-nav { background: #5B008F; } .site-nav ul { text-align: right; float: right; letter-spacing: 1px; list-style-type: none; } .site-nav .menu > li { display: inline-block; margin: 1em 0 0 0.75em; padding: 0; position: relative; vertical-align: middle; } .site-nav a { display: block; } .site-nav .sub-menu a { display: block; line-height: 1.2em; padding: 4px 10px; color: #ADA3AF; } .site-nav .sub-menu a:hover { color: #b6321c; } .site-nav .sub-menu { border-color: #5B008F; z-index: 2147483647; } .site-nav .sub-menu li.current-menu-item > a { border-left: none; border-right: none; } .sub-menu { border: 1px solid #5B008F; background: #5B008F; display: none; right: -10px; padding: 4px 0 3px 0; position: absolute; text-align: left; text-transform: none; top: 28px; min-width: 200px; z-index: 999; } .sub-menu li { border-bottom: 0; display: block; height: auto; margin: 3px 0; padding: 0; text-align: left; } .site-nav li:hover > .sub-menu { display: block; } .site-nav h1 { position: absolute; left: -999em; } .site-nav { float: right; } .site-nav .menu-icon { display: none; } .site-nav .page-link { color: #ADA3AF; } .site-nav .page-link:not(:first-child) { margin-left: 20px; } @media screen and (max-width: 32em) { .site-nav { position: absolute; top: 9px; right: 20px; border: 1px solid #5B008F; border-radius: 5px; text-align: right; } .site-nav .menu-icon { display: block; float: right; width: 1.5em; height: 1.25em; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg { width: 1.25em; height: 1em; vertical-align: middle; } .site-nav .menu-icon > svg path { fill: #444; } .site-nav .trigger { clear: both; display: none; } .site-nav:hover .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; } } @media screen and (max-width: 32em) { .site-nav h1 { border-bottom: 1px solid #5B008F; cursor: pointer; display: none; /* Standard. IE8+, Saf, FF3+ */ height: 23px; left: auto; margin-top: 10px; position: static; white-space: nowrap; } .site-nav .menu { display: block; left: -3px; min-width: 215px; padding: 4px 0; position: relative; right: -3px; z-index: 999; } .site-nav .menu.open { display: block; } .site-nav .menu li { display: block; margin: 0; color: #ADA3AF; } .site-nav ul.menu a { color: #ADA3AF; } .site-nav ul.menu a:hover { color: #b6321c; } .site-nav a, .site-nav li.current-menu-item > a { padding: 4px 10px; } .site-nav .menu > li { height: auto; text-align: left; } .site-nav .sub-menu { border: 0; display: block; position: relative; min-width: 215px; max-width: 215px; top: auto; right: auto; width: auto; } .site-nav .sub-menu { padding-left: 16px; } } body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } html { overflow-y: scroll; } body { font-family: "EB Garamond", serif; font-size: x-large; line-height: 1.5; color: #ADA3AF; background-color: #5B008F; margin: 0 0.75em; -webkit-text-size-adjust: 100%; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 0.75em; } hr { display: block; margin: 0.5em auto; border-style: inset; border-top: 1px solid #5B008F; border-bottom: none; } img { max-width: 100%; margin: auto auto; vertical-align: middle; } figure > img { display: block; } figcaption { font-size: 0.875em; } ul, ol { margin-left: 1.5em; } li > ul, li > ol { margin-bottom: 0; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } a { color: #b6321c; text-decoration: none; } a:hover { color: #ca6c18; text-decoration: none; } blockquote { background-color: #4b0076; border-left: 4px solid black; padding-left: 1.0em; padding-right: 0.8em; padding-top: 0.8em; padding-bottom: 0.001em; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } pre, code { border: 1px solid #5B008F; border-radius: 3px; background-color: #4b0076; font-family: monospace; font-size: 0.875em; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: scroll; } pre > code { border: 0; padding-right: 0; padding-left: 0; } .icon > svg { display: inline-block; width: 0.75em; height: 0.75em; vertical-align: middle; } .icon > svg path { fill: #ADA3AF; } .footnotes ol li { list-style-type: decimal; } .footnotes ol { font-size: 0.66em; color: #ADA3AF; } ul.listing { list-style-type: none; margin-left: 0; } ul.listing li.listing-seperator { padding-top: 0.75em; font-size: 1.17em; } ul.listing li.listing-item time { color: #ADA3AF; text-transform: uppercase; padding-right: 0.5em; } ul.listing li.listing-item a { color: #b6321c; } .site-footer { font-size: 0.66em; color: #ADA3AF; border-top: 1px solid #5B008F; padding-top: 1.5em; float: none; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 1.5em; text-align: center; } .site-footer a { color: inherit; text-decoration: underline; } .site-footer a:hover { color: #ca6c18; text-decoration: underline; } .page { margin: 0 auto; max-width: -webkit-calc(50em - (1.5em * 2)); max-width: calc(50em - (1.5em * 2)); min-width: -webkit-calc(15em - (1.5em * 2)); min-width: calc(15em - (1.5em * 2)); } @media screen and (max-width: 50em) { .page { max-width: -webkit-calc(50em - (1.5em)); max-width: calc(50em - (1.5em)); min-width: -webkit-calc(15em - (1.5em * 2)); min-width: calc(15em - (1.5em * 2)); } } .site-header:after, .site-footer:after, .post:after { content: ""; display: table; clear: both; } .post { margin-bottom: 1.5em; } .post p { margin-top: 0; margin-bottom: 1.2em; } .post h1, h2, h3, h4, h5, h6 { margin-top: 1.35em; margin-bottom: 0.3em; } .post-list { margin-left: 0; list-style: none; } .post-list > li { margin-bottom: 1.5em; } .post-meta { font-size: 0.875em; color: #ADA3AF; } .post-link { display: block; } .highlight { background: #fff; } .highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highlight .c1 { color: #998; font-style: italic; } .highlight .cs { color: #999; font-weight: bold; font-style: italic; } .highlight .gd { color: #000; background-color: #fdd; } .highlight .gd .x { color: #000; background-color: #faa; } .highlight .ge { font-style: italic; } .highlight .gr { color: #a00; } .highlight .gh { color: #999; } .highlight .gi { color: #000; background-color: #dfd; } .highlight .gi .x { color: #000; background-color: #afa; } .highlight .go { color: #888; } .highlight .gp { color: #555; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #aaa; } .highlight .gt { color: #a00; } .highlight .kc { font-weight: bold; } .highlight .kd { font-weight: bold; } .highlight .kp { font-weight: bold; } .highlight .kr { font-weight: bold; } .highlight .kt { color: #458; font-weight: bold; } .highlight .m { color: #099; } .highlight .s { color: #d14; } .highlight .na { color: #008080; } .highlight .nb { color: #0086B3; } .highlight .nc { color: #458; font-weight: bold; } .highlight .no { color: #008080; } .highlight .ni { color: #800080; } .highlight .ne { color: #900; font-weight: bold; } .highlight .nf { color: #900; font-weight: bold; } .highlight .nn { color: #555; } .highlight .nt { color: #000080; } .highlight .nv { color: #008080; } .highlight .ow { font-weight: bold; } .highlight .w { color: #bbb; } .highlight .mf { color: #099; } .highlight .mh { color: #099; } .highlight .mi { color: #099; } .highlight .mo { color: #099; } .highlight .sb { color: #d14; } .highlight .sc { color: #d14; } .highlight .sd { color: #d14; } .highlight .s2 { color: #d14; } .highlight .se { color: #d14; } .highlight .sh { color: #d14; } .highlight .si { color: #d14; } .highlight .sx { color: #d14; } .highlight .sr { color: #009926; } .highlight .s1 { color: #d14; } .highlight .ss { color: #990073; } .highlight .bp { color: #999; } .highlight .vc { color: #008080; } .highlight .vg { color: #008080; } .highlight .vi { color: #008080; } .highlight .il { color: #099; } .captioned-img { text-align: center; border: none; font-size: 0.66em; overflow: hidden; } .captioned-img img { display: block; margin: auto auto; padding: 0.5em 0 0.5em 0; border: none; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; margin-top: 0; margin-right: 1em; margin-bottom: 0.75em; } .alignright { float: right; margin-top: 0; margin-left: 1em; margin-bottom: 0.75em; } @media screen and (max-width: 32em) { .alignleft, .alignright { display: block; margin-left: auto; margin-right: auto; float: none; } } /*# sourceMappingURL=main.css.map */
_site/css/main.css
.site-header { border-bottom: 1px solid #5B008F; position: relative; text-transform: uppercase; font-size: 0.875em; } .site-header, .site-header a { color: #ADA3AF; } .site-header a:hover { color: #ADA3AF; text-decoration: none; } .site-title { margin-top: 1em; margin-bottom: 1em; float: left; letter-spacing: 1px; } .site-nav { background: #5B008F; } .site-nav ul { text-align: right; float: right; letter-spacing: 1px; list-style-type: none; } .site-nav .menu > li { display: inline-block; margin: 1em 0 0 0.75em; padding: 0; position: relative; vertical-align: middle; } .site-nav a { display: block; } .site-nav .sub-menu a { display: block; line-height: 1.2em; padding: 4px 10px; color: #ADA3AF; } .site-nav .sub-menu a:hover { color: #b6321c; } .site-nav .sub-menu { border-color: #5B008F; z-index: 2147483647; } .site-nav .sub-menu li.current-menu-item > a { border-left: none; border-right: none; } .sub-menu { border: 1px solid #5B008F; background: #5B008F; display: none; right: -10px; padding: 4px 0 3px 0; position: absolute; text-align: left; text-transform: none; top: 28px; min-width: 200px; z-index: 999; } .sub-menu li { border-bottom: 0; display: block; height: auto; margin: 3px 0; padding: 0; text-align: left; } .site-nav li:hover > .sub-menu { display: block; } .site-nav h1 { position: absolute; left: -999em; } .site-nav { float: right; } .site-nav .menu-icon { display: none; } .site-nav .page-link { color: #ADA3AF; } .site-nav .page-link:not(:first-child) { margin-left: 20px; } @media screen and (max-width: 32em) { .site-nav { position: absolute; top: 9px; right: 20px; border: 1px solid #5B008F; border-radius: 5px; text-align: right; } .site-nav .menu-icon { display: block; float: right; width: 1.5em; height: 1.25em; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg { width: 1.25em; height: 1em; vertical-align: middle; } .site-nav .menu-icon > svg path { fill: #444; } .site-nav .trigger { clear: both; display: none; } .site-nav:hover .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; } } @media screen and (max-width: 32em) { .site-nav h1 { border-bottom: 1px solid #5B008F; cursor: pointer; display: none; /* Standard. IE8+, Saf, FF3+ */ height: 23px; left: auto; margin-top: 10px; position: static; white-space: nowrap; } .site-nav .menu { display: block; left: -3px; min-width: 215px; padding: 4px 0; position: relative; right: -3px; z-index: 999; } .site-nav .menu.open { display: block; } .site-nav .menu li { display: block; margin: 0; color: #ADA3AF; } .site-nav ul.menu a { color: #ADA3AF; } .site-nav ul.menu a:hover { color: #b6321c; } .site-nav a, .site-nav li.current-menu-item > a { padding: 4px 10px; } .site-nav .menu > li { height: auto; text-align: left; } .site-nav .sub-menu { border: 0; display: block; position: relative; min-width: 215px; max-width: 215px; top: auto; right: auto; width: auto; } .site-nav .sub-menu { padding-left: 16px; } } body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } html { overflow-y: scroll; } body { font-family: "EB Garamond", serif; font-size: x-large; line-height: 1.5; color: #ADA3AF; background-color: #5B008F; margin: 0 0.75em; -webkit-text-size-adjust: 100%; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 0.75em; } hr { display: block; margin: 0.5em auto; border-style: inset; border-top: 1px solid #5B008F; border-bottom: none; } img { max-width: 100%; margin: auto auto; vertical-align: middle; } figure > img { display: block; } figcaption { font-size: 0.875em; } ul, ol { margin-left: 1.5em; } li > ul, li > ol { margin-bottom: 0; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } a { color: #b6321c; text-decoration: none; } a:hover { color: #ca6c18; text-decoration: none; } blockquote { background-color: #4b0076; border-left: 4px solid black; padding-left: 1.0em; padding-right: 0.8em; padding-top: 0.8em; padding-bottom: 0.001em; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } pre, code { border: 1px solid #5B008F; border-radius: 3px; background-color: #4b0076; font-family: monospace; font-size: 0.875em; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: scroll; } pre > code { border: 0; padding-right: 0; padding-left: 0; } .icon > svg { display: inline-block; width: 0.75em; height: 0.75em; vertical-align: middle; } .icon > svg path { fill: #ADA3AF; } .footnotes ol li { list-style-type: decimal; } .footnotes ol { font-size: 0.66em; color: #ADA3AF; } ul.listing { list-style-type: none; margin-left: 0; } ul.listing li.listing-seperator { padding-top: 0.75em; font-size: 1.17em; } ul.listing li.listing-item time { color: #ADA3AF; text-transform: uppercase; padding-right: 0.5em; } ul.listing li.listing-item a { color: #b6321c; } .site-footer { font-size: 0.66em; color: #ADA3AF; border-top: 1px solid #5B008F; padding-top: 1.5em; float: none; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 1.5em; text-align: center; } .site-footer a { color: inherit; text-decoration: underline; } .site-footer a:hover { color: #ca6c18; text-decoration: underline; } .page { margin: 0 auto; max-width: -webkit-calc(50em - (1.5em * 2)); max-width: calc(50em - (1.5em * 2)); min-width: -webkit-calc(15em - (1.5em * 2)); min-width: calc(15em - (1.5em * 2)); } @media screen and (max-width: 50em) { .page { max-width: -webkit-calc(50em - (1.5em)); max-width: calc(50em - (1.5em)); min-width: -webkit-calc(15em - (1.5em * 2)); min-width: calc(15em - (1.5em * 2)); } } .site-header:after, .site-footer:after, .post:after { content: ""; display: table; clear: both; } .post { margin-bottom: 1.5em; } .post p { margin-top: 0; margin-bottom: 1.2em; } .post h1, h2, h3, h4, h5, h6 { margin-top: 1.35em; margin-bottom: 0.3em; } .post-list { margin-left: 0; list-style: none; } .post-list > li { margin-bottom: 1.5em; } .post-meta { font-size: 0.875em; color: #ADA3AF; } .post-link { display: block; } .highlight { background: #fff; } .highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highlight .c1 { color: #998; font-style: italic; } .highlight .cs { color: #999; font-weight: bold; font-style: italic; } .highlight .gd { color: #000; background-color: #fdd; } .highlight .gd .x { color: #000; background-color: #faa; } .highlight .ge { font-style: italic; } .highlight .gr { color: #a00; } .highlight .gh { color: #999; } .highlight .gi { color: #000; background-color: #dfd; } .highlight .gi .x { color: #000; background-color: #afa; } .highlight .go { color: #888; } .highlight .gp { color: #555; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #aaa; } .highlight .gt { color: #a00; } .highlight .kc { font-weight: bold; } .highlight .kd { font-weight: bold; } .highlight .kp { font-weight: bold; } .highlight .kr { font-weight: bold; } .highlight .kt { color: #458; font-weight: bold; } .highlight .m { color: #099; } .highlight .s { color: #d14; } .highlight .na { color: #008080; } .highlight .nb { color: #0086B3; } .highlight .nc { color: #458; font-weight: bold; } .highlight .no { color: #008080; } .highlight .ni { color: #800080; } .highlight .ne { color: #900; font-weight: bold; } .highlight .nf { color: #900; font-weight: bold; } .highlight .nn { color: #555; } .highlight .nt { color: #000080; } .highlight .nv { color: #008080; } .highlight .ow { font-weight: bold; } .highlight .w { color: #bbb; } .highlight .mf { color: #099; } .highlight .mh { color: #099; } .highlight .mi { color: #099; } .highlight .mo { color: #099; } .highlight .sb { color: #d14; } .highlight .sc { color: #d14; } .highlight .sd { color: #d14; } .highlight .s2 { color: #d14; } .highlight .se { color: #d14; } .highlight .sh { color: #d14; } .highlight .si { color: #d14; } .highlight .sx { color: #d14; } .highlight .sr { color: #009926; } .highlight .s1 { color: #d14; } .highlight .ss { color: #990073; } .highlight .bp { color: #999; } .highlight .vc { color: #008080; } .highlight .vg { color: #008080; } .highlight .vi { color: #008080; } .highlight .il { color: #099; } .captioned-img { text-align: center; border: none; font-size: 0.66em; overflow: hidden; } .captioned-img img { display: block; margin: auto auto; padding: 0.5em 0 0.5em 0; border: none; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; margin-top: 0; margin-right: 1em; margin-bottom: 0.75em; } .alignright { float: right; margin-top: 0; margin-left: 1em; margin-bottom: 0.75em; } @media screen and (max-width: 32em) { .alignleft, .alignright { display: block; margin-left: auto; margin-right: auto; float: none; } } /*# sourceMappingURL=main.css.map */
0.531209
0.285633
.body1{ background-color: cornsilk; width: 95%; background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/98/Andromeda_Galaxy_%28with_h-alpha%29.jpg); transition: 20s; background-position-x: -2000px; } .body1:hover{ background-position-x: 2000px; } .body1 header{ margin: 10px; border-radius: 40px; position: fixed; top: 0px; /*background-color: rgb(182, 142, 83);*/ background-image: linear-gradient(to right,black,darkgray ); width: 95%; border: papayawhip dotted; transition: 1s; z-index: 9; } .body1 header:hover{ background-image: linear-gradient(to right,darkgray,black,darkgray ); } .body1 main{ padding: 10px; margin: 200px 70px; height: 1000px; border: dotted rgb(109, 93, 64); } .body1 nav{ margin: 10px; text-align: left; } .body1 nav a{ text-decoration: none; color: white; } .body1 .circle{ display: inline-block; width: 100px; padding: 50px 0; margin:20px 200px 20px 20px; background-color: rgb(158, 158, 238); border-radius: 50px; line-height: 0; cursor: pointer; transition: 1s; text-align: center; position: relative; left: 240px; } .body1 .circle:hover{ background-color: rgb(82, 82, 231); transform: rotate(360deg); } .body1 .circle a{ color: white; text-decoration: none; } .body1 .colorBox img{ width: 50px; height: 50px; } /********************************/ .body1 .myphoto{ /* background-color: teal;*/ height: 280px; text-align: center; border: rgb(109, 93, 64) dotted; } .body1 .me{ height: 200px; border-radius: 50px; transition: 0.5s; padding: 10px; } .body1 .info{ width: 149px; height: 47px; border-top: 1px solid rgb(230, 173, 67); opacity: 0; transition: 1s; } .body1 .myname{ text-align: center; width: 240px; left: 450px; top: 10px; position: relative; } .body1 .edu{ text-align: left; bottom: 140px; left:310px; position: relative; } .body1 .work{ text-align: right; bottom: 190px; left:650px; position: relative; } .body1 .desc{ color: white; margin: 0; } .body1 .first:hover { transform: translateX(200px); } .body1 .second:hover{ transform: translateX(-200px); } .body1 .myname:hover{ opacity: 1; } .body1 .edu:hover{ opacity: 1; } .body1 .work:hover{ opacity: 1; } .body1 .me:hover ~ .edu,.body1 .me:hover ~ .info,.body1 .me:hover ~ .myname { opacity: 1; } /*******************************************/ .body1 .aboutMe{ margin: 10px; padding: 20px; height: 449px; width: 90%; line-height: 20px; } .body1 #aboutMeTitle{ color: rgb(121, 114, 112); font-size: xx-large; } .body1 footer{ text-align: center; border: coral 2px solid; margin: 15px; } .body1 footer p{ margin: 10px; font-size: larger; } .body1 span img{ height: 40px; width: 40px; } .body1 p{ color: rgb(214, 169, 86); margin: 20px; } .body1 #msg{ text-align: center; display: block; font-size: larger; color: rgb(214, 169, 86); } .body1 #mycars{ text-align: center; display: block; font-size: small; color: rgb(158, 158, 238); margin: 20px; } .body1 #score{ position: absolute; width: 100px; height: 100px; border: dotted #6d5d40 8px; top: 615px; right: 152px; } .body1 .scorep{ color: rgb(214, 169, 86);; font-size: 28px; text-align: center; } .body1 ol li{ margin: 2px; padding: 5px; color: rgb(158, 158, 238); line-height: 10px; } .body1 ol{ list-style: decimal; margin: 5px; } .body1 ul{ list-style: square; color:rgb(158, 158, 238); } .body1 h1{ color:rgb(82, 82, 231); text-align: center; font-size: 50px; margin: 15px; } .body1 h2{ color: rgb(214, 169, 86); margin: 10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; } .body1 h3{ color: white; } .body1 h4{ color: peru; } .body1 span{ margin: 10px; } /**********************************************************************************************************************/ .body2{ background-color: cornsilk; width: 95%; background-image: url(https://storage.needpix.com/rsynced_images/background-2726634_1280.png); transition: 1s; } .body2 header{ margin: 10px; border-radius: 40px; position: fixed; top: 0px; /*background-color: rgb(182, 142, 83);*/ background-image: linear-gradient(to right,white,rgb(109, 187, 223) ); width: 95%; border: papayawhip dotted; transition: 1s; } .body2 header:hover{ background-image: linear-gradient(to right,rgb(109, 187, 223) ,gray,white ); } .body2 main{ padding: 10px; margin: 200px 70px; height: 1000px; border: dotted white; } .body2 nav{ margin: 10px; text-align: left; } .body2 nav a{ text-decoration: none; color: white; } .body2 .circle{ display: inline-block; width: 100px; padding: 50px 0; margin:20px 200px 20px 20px; background-color: rgb(47, 216, 158); border-radius: 50px; line-height: 0; cursor: pointer; transition: 1s; text-align: center; position: relative; left: 240px; } .body2 .circle:hover{ background-color: rgb(224, 58, 58); transform: rotate(360deg); } .body2 .circle a{ color: white; text-decoration: none; } .body2 .colorBox img{ width: 50px; height: 50px; } /********************************/ .body2 .myphoto{ /* background-color: teal;*/ height: 280px; text-align: center; border: white dotted; } .body2 .me{ height: 200px; border-radius: 50px; transition: 0.5s; padding: 10px; } .body2 .info{ width: 149px; height: 47px; border-top: 1px solid white; opacity: 0; transition: 1s; } .body2 .myname{ text-align: center; width: 240px; left: 450px; top: 10px; position: relative; } .body2 .edu{ text-align: left; bottom: 140px; left:310px; position: relative; } .body2 .work{ text-align: right; bottom: 190px; left:650px; position: relative; } .body2 .desc{ color: white; margin: 0; } .body2 .first:hover { transform: translateX(200px); } .body2 .second:hover{ transform: translateX(-200px); } .body2 .myname:hover{ opacity: 1; } .body2 .edu:hover{ opacity: 1; } .body2 .work:hover{ opacity: 1; } .body2 .me:hover ~ .edu,.body2 .me:hover ~ .info,.body2 .me:hover ~ .myname { opacity: 1; } /*******************************************/ .body2 .aboutMe{ margin: 10px; padding: 20px; height: 449px; width: 90%; line-height: 20px; } .body2 #aboutMeTitle{ color: #e6161f; font-size: 40px; } .body2 footer{ text-align: center; border: coral 2px solid; margin: 15px; } .body2 footer p{ margin: 10px; font-size: larger; } .body2 span img{ height: 40px; width: 40px; } .body2 p{ color: rgb(169, 31, 21); margin: 20px; font-weight: bold; } .body2 #msg{ /* position: relative; left: 30%;*/ text-align: center; display: block; font-size: larger; color: black; } .body2 #mycars{ /* position: relative; left: 30%;*/ text-align: center; display: block; font-size: small; color: black; margin: 20px; } .body2 #score{ position: absolute; width: 100px; height: 100px; border: dotted white 8px; top: 615px; right: 152px; } .body2 .scorep{ color: #e6161f; font-size: 28px; text-align: center; } .body2 ol li{ margin: 2px; padding: 5px; color: rgb(53, 11, 9); line-height: 10px; } .body2 ol{ list-style: decimal; margin: 5px; } .body2 ul{ list-style: square; color: rgb(53, 11, 9); } .body2 h1{ color:#e6161f; text-align: center; font-size: 50px; margin: 15px; } .body2 h2{ color: #e6161f; margin: 10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; } .body2 h3{ color: white; font-weight: bold; font-size: larger; } .body2 h4{ color: #e6161f; font-weight: bold; } .body2 span{ margin: 10px; }
CSS/style.css
.body1{ background-color: cornsilk; width: 95%; background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/98/Andromeda_Galaxy_%28with_h-alpha%29.jpg); transition: 20s; background-position-x: -2000px; } .body1:hover{ background-position-x: 2000px; } .body1 header{ margin: 10px; border-radius: 40px; position: fixed; top: 0px; /*background-color: rgb(182, 142, 83);*/ background-image: linear-gradient(to right,black,darkgray ); width: 95%; border: papayawhip dotted; transition: 1s; z-index: 9; } .body1 header:hover{ background-image: linear-gradient(to right,darkgray,black,darkgray ); } .body1 main{ padding: 10px; margin: 200px 70px; height: 1000px; border: dotted rgb(109, 93, 64); } .body1 nav{ margin: 10px; text-align: left; } .body1 nav a{ text-decoration: none; color: white; } .body1 .circle{ display: inline-block; width: 100px; padding: 50px 0; margin:20px 200px 20px 20px; background-color: rgb(158, 158, 238); border-radius: 50px; line-height: 0; cursor: pointer; transition: 1s; text-align: center; position: relative; left: 240px; } .body1 .circle:hover{ background-color: rgb(82, 82, 231); transform: rotate(360deg); } .body1 .circle a{ color: white; text-decoration: none; } .body1 .colorBox img{ width: 50px; height: 50px; } /********************************/ .body1 .myphoto{ /* background-color: teal;*/ height: 280px; text-align: center; border: rgb(109, 93, 64) dotted; } .body1 .me{ height: 200px; border-radius: 50px; transition: 0.5s; padding: 10px; } .body1 .info{ width: 149px; height: 47px; border-top: 1px solid rgb(230, 173, 67); opacity: 0; transition: 1s; } .body1 .myname{ text-align: center; width: 240px; left: 450px; top: 10px; position: relative; } .body1 .edu{ text-align: left; bottom: 140px; left:310px; position: relative; } .body1 .work{ text-align: right; bottom: 190px; left:650px; position: relative; } .body1 .desc{ color: white; margin: 0; } .body1 .first:hover { transform: translateX(200px); } .body1 .second:hover{ transform: translateX(-200px); } .body1 .myname:hover{ opacity: 1; } .body1 .edu:hover{ opacity: 1; } .body1 .work:hover{ opacity: 1; } .body1 .me:hover ~ .edu,.body1 .me:hover ~ .info,.body1 .me:hover ~ .myname { opacity: 1; } /*******************************************/ .body1 .aboutMe{ margin: 10px; padding: 20px; height: 449px; width: 90%; line-height: 20px; } .body1 #aboutMeTitle{ color: rgb(121, 114, 112); font-size: xx-large; } .body1 footer{ text-align: center; border: coral 2px solid; margin: 15px; } .body1 footer p{ margin: 10px; font-size: larger; } .body1 span img{ height: 40px; width: 40px; } .body1 p{ color: rgb(214, 169, 86); margin: 20px; } .body1 #msg{ text-align: center; display: block; font-size: larger; color: rgb(214, 169, 86); } .body1 #mycars{ text-align: center; display: block; font-size: small; color: rgb(158, 158, 238); margin: 20px; } .body1 #score{ position: absolute; width: 100px; height: 100px; border: dotted #6d5d40 8px; top: 615px; right: 152px; } .body1 .scorep{ color: rgb(214, 169, 86);; font-size: 28px; text-align: center; } .body1 ol li{ margin: 2px; padding: 5px; color: rgb(158, 158, 238); line-height: 10px; } .body1 ol{ list-style: decimal; margin: 5px; } .body1 ul{ list-style: square; color:rgb(158, 158, 238); } .body1 h1{ color:rgb(82, 82, 231); text-align: center; font-size: 50px; margin: 15px; } .body1 h2{ color: rgb(214, 169, 86); margin: 10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; } .body1 h3{ color: white; } .body1 h4{ color: peru; } .body1 span{ margin: 10px; } /**********************************************************************************************************************/ .body2{ background-color: cornsilk; width: 95%; background-image: url(https://storage.needpix.com/rsynced_images/background-2726634_1280.png); transition: 1s; } .body2 header{ margin: 10px; border-radius: 40px; position: fixed; top: 0px; /*background-color: rgb(182, 142, 83);*/ background-image: linear-gradient(to right,white,rgb(109, 187, 223) ); width: 95%; border: papayawhip dotted; transition: 1s; } .body2 header:hover{ background-image: linear-gradient(to right,rgb(109, 187, 223) ,gray,white ); } .body2 main{ padding: 10px; margin: 200px 70px; height: 1000px; border: dotted white; } .body2 nav{ margin: 10px; text-align: left; } .body2 nav a{ text-decoration: none; color: white; } .body2 .circle{ display: inline-block; width: 100px; padding: 50px 0; margin:20px 200px 20px 20px; background-color: rgb(47, 216, 158); border-radius: 50px; line-height: 0; cursor: pointer; transition: 1s; text-align: center; position: relative; left: 240px; } .body2 .circle:hover{ background-color: rgb(224, 58, 58); transform: rotate(360deg); } .body2 .circle a{ color: white; text-decoration: none; } .body2 .colorBox img{ width: 50px; height: 50px; } /********************************/ .body2 .myphoto{ /* background-color: teal;*/ height: 280px; text-align: center; border: white dotted; } .body2 .me{ height: 200px; border-radius: 50px; transition: 0.5s; padding: 10px; } .body2 .info{ width: 149px; height: 47px; border-top: 1px solid white; opacity: 0; transition: 1s; } .body2 .myname{ text-align: center; width: 240px; left: 450px; top: 10px; position: relative; } .body2 .edu{ text-align: left; bottom: 140px; left:310px; position: relative; } .body2 .work{ text-align: right; bottom: 190px; left:650px; position: relative; } .body2 .desc{ color: white; margin: 0; } .body2 .first:hover { transform: translateX(200px); } .body2 .second:hover{ transform: translateX(-200px); } .body2 .myname:hover{ opacity: 1; } .body2 .edu:hover{ opacity: 1; } .body2 .work:hover{ opacity: 1; } .body2 .me:hover ~ .edu,.body2 .me:hover ~ .info,.body2 .me:hover ~ .myname { opacity: 1; } /*******************************************/ .body2 .aboutMe{ margin: 10px; padding: 20px; height: 449px; width: 90%; line-height: 20px; } .body2 #aboutMeTitle{ color: #e6161f; font-size: 40px; } .body2 footer{ text-align: center; border: coral 2px solid; margin: 15px; } .body2 footer p{ margin: 10px; font-size: larger; } .body2 span img{ height: 40px; width: 40px; } .body2 p{ color: rgb(169, 31, 21); margin: 20px; font-weight: bold; } .body2 #msg{ /* position: relative; left: 30%;*/ text-align: center; display: block; font-size: larger; color: black; } .body2 #mycars{ /* position: relative; left: 30%;*/ text-align: center; display: block; font-size: small; color: black; margin: 20px; } .body2 #score{ position: absolute; width: 100px; height: 100px; border: dotted white 8px; top: 615px; right: 152px; } .body2 .scorep{ color: #e6161f; font-size: 28px; text-align: center; } .body2 ol li{ margin: 2px; padding: 5px; color: rgb(53, 11, 9); line-height: 10px; } .body2 ol{ list-style: decimal; margin: 5px; } .body2 ul{ list-style: square; color: rgb(53, 11, 9); } .body2 h1{ color:#e6161f; text-align: center; font-size: 50px; margin: 15px; } .body2 h2{ color: #e6161f; margin: 10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; } .body2 h3{ color: white; font-weight: bold; font-size: larger; } .body2 h4{ color: #e6161f; font-weight: bold; } .body2 span{ margin: 10px; }
0.696784
0.086285