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
body { font-family: 'Open Sans', "Bitstream Vera", "Vera", "Trebuchet MS", sans-serif; padding: 0; margin: 0; color: #777777; line-height: 1.6; background-color: #FAFAFA; } div.contents { display: grid; grid-template-columns: 20em auto; grid-template-rows: 2.6em auto 4em; background: linear-gradient(#242222 0%, #191818 80%, #575757); padding-top: 0.4em; padding-right: 0.4em; } header { margin: 0; } footer { display: flex; flex-direction: row; align-items: center; background-color: transparent; font-size: 70%; color: #dFdFdF; padding: 1em; } footer a { color: #dedede; } footer p { margin: 0; } footer p strong { color: inherit; } footer .links { flex-grow: 1; } footer .links ul { margin: 0; padding: 0; list-style-type: none; display: inline-flex; } footer .links ul li { margin: 0; padding: 0; } a { color: #3B8BBA; } h1 { font-family: 'Merriweather', serif; font-size: 2em; font-weight: normal; letter-spacing: 0.1em; margin: 0.1em 0 0.9em 0; color: #f73e5f; } h2 { font-family: 'Merriweather', serif; font-size: 1.5em; font-weight: 300; color: #00A279; } h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h3, h4, h5, h6 { color: #4B4B4B; } p em, p strong { color: #b32d45; } /* ---- navigation ----- */ .contents > .path { grid-column: 1 / span 2; padding-left: 1.4em; } .contents > .path a { text-decoration: none; } .contents > .path a:hover { text-decoration: underline; } .contents > .path a.home { font-weight: bold; font-size: 1.4em; } menu { grid-row: 2 / span 2; font-family: 'Roboto Condensed', sans-serif; font-size: 110%; background: transparent; margin: 0; padding: 0; } menu .utils { padding: 1em; } menu a { color: #999999; } menu a.index { font-weight: bold; color: #afafaf; } menu ul { margin: 0 0 0 5px; padding: 1em; list-style-type: none; } menu > ul li { margin: 0; } menu .page-list a { color: #E3FC93; text-decoration: none; } menu .page-list a:hover { text-decoration: underline; } menu .page-list .current { font-weight: bold; text-decoration: none; } menu .menu-alt { color: #E3FC93; padding: 0.4em; font-size: 2em; } menu .metadata { padding: 1em; } /* ---------- general page ------------------- */ section.main { background-color: #EEEEEE; padding: 2em 3em 1.3em 1.3em; border-radius: 0.3em; min-height: 50em; } section.main ul.page-list { columns: 2; font-size: 110%; } /* ---------- gallery page ------------------- */ section.main .pic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); justify-content: space-around; justify-items: center; row-gap: 20px; column-gap: 5px; } section.main .pic-grid .pic-metadata { display: none; position: absolute; background-color: #333333; color: #eeeeee; width: 200px; height: 150px; padding: 5px; font-size: 0.7em; box-sizing: border-box; overflow: hidden; } section.main .pic-grid .pic-metadata dl { margin: 0; padding: 0; } section.main .pic-grid .pic-metadata dl dt { font-weight: bold; } section.main .pic-grid .pic-metadata dl dd, section.main .pic-grid .pic-metadata dl dt { margin: 0; padding: 0; } .gallery-item { box-shadow: 2px 2px 3px #aaa; display: flex; flex-direction: column; } .gallery-item a.fancybox { flex-grow: 1; } .gallery-item .metadata { display: flex; align-items: center; font-size: 70%; } .gallery-item .metadata .dt { flex-grow: 1; } .gallery-item .metadata a.expand-info { cursor: pointer; margin-right: 1em; font-size: 1.2em; } /* ---------- text page ----------------------- */ section.main pre { background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #D5D5D5; border-radius: 4px; color: #6F6F6F; font-size: 13px; line-height: 20px; padding: 8px 12px; position: relative; } section.main img { max-width: 100%; } section.main img[src$='#flexible'] { width: 100%; max-width: 1600px; } section.main img[src$='#max200'] { max-width: 200px; object-fit: contain; } section.main img[src$='#max300'] { max-width: 300px; object-fit: contain; } section.main img[src$='#max400'] { max-width: 400px; object-fit: contain; } section.main img[src$='#max600'] { max-width: 600px; object-fit: contain; } section.main img[src$='#max800'] { max-width: 600px; object-fit: contain; } section.main img.twemoji { width: 1.2em; } section.main table { border-collapse: collapse; } section.main table td, table th { padding: 3px 10px; border: 1px solid #D5D5D5; } section.main table tr:first-child th { border-top: 0; } section.main table tr:last-child td { border-bottom: 0; } section.main table tr td:first-child, section.main table tr th:first-child { border-left: 0; } section.main table tr td:last-child, section.main table tr th:last-child { border-right: 0; } section.main a.external { background-image: url('../img/external-link.png'); background-repeat: no-repeat; background-position: 100% 2px; padding-right: 12px; } /* --------------- search box ------------------ */ .search { } .search-term { font-size: 120%; color: #f73e5f; } section.main ul.search-result { list-style-type: none; margin-left: 0; padding-left: 0; } section.main ul.search-result > li { margin: 0 0 1.5em 0; } section.main ul.search-result > li h2 a.path { text-decoration: none; font-size: 0.9em; } section.main ul.search-result > li a.path:hover { text-decoration: underline; } section.main ul.search-result > li .fragment { border: 1px solid #D5D5D5; border-radius: 4px; } section.main ul.search-result > li .found-in-meta { font-size: 0.8em; } section.main ul.search-result > li .fragment .format-info { background-color: #D5D5D5; color: #777777; font-size: 0.7em; padding-left: 1em; } section.main ul.search-result > li pre { margin: 0; border: none; } ul li .match { color: #f73e5f; } .wildcard { color: #E3FC93; } @media screen and (max-width: 1200px) { div.contents { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-right: 0; background-color: #EEEEEE; } .contents > .path { grid-column: 1; padding-left: 1.4em; padding-bottom: 0.7em; } menu { grid-row: 1; font-size: 120%; } menu ul.page-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } menu ul.page-list li { display: inline-block; text-align: left; } menu ul.page-list li:not(last-child) { margin-right: 2em; } menu .page-list { padding-top: 0; padding-bottom: 0; } section.main { min-height: auto; border-radius: 0; } } @media screen and (max-width: 479px) { ul.search-result > li h2 a.path { text-decoration: none; font-size: 0.7em; } menu ul.page-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } menu ul.page-list li { display: inline-block; text-align: left; } }
static/css/style.css
body { font-family: 'Open Sans', "Bitstream Vera", "Vera", "Trebuchet MS", sans-serif; padding: 0; margin: 0; color: #777777; line-height: 1.6; background-color: #FAFAFA; } div.contents { display: grid; grid-template-columns: 20em auto; grid-template-rows: 2.6em auto 4em; background: linear-gradient(#242222 0%, #191818 80%, #575757); padding-top: 0.4em; padding-right: 0.4em; } header { margin: 0; } footer { display: flex; flex-direction: row; align-items: center; background-color: transparent; font-size: 70%; color: #dFdFdF; padding: 1em; } footer a { color: #dedede; } footer p { margin: 0; } footer p strong { color: inherit; } footer .links { flex-grow: 1; } footer .links ul { margin: 0; padding: 0; list-style-type: none; display: inline-flex; } footer .links ul li { margin: 0; padding: 0; } a { color: #3B8BBA; } h1 { font-family: 'Merriweather', serif; font-size: 2em; font-weight: normal; letter-spacing: 0.1em; margin: 0.1em 0 0.9em 0; color: #f73e5f; } h2 { font-family: 'Merriweather', serif; font-size: 1.5em; font-weight: 300; color: #00A279; } h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h3, h4, h5, h6 { color: #4B4B4B; } p em, p strong { color: #b32d45; } /* ---- navigation ----- */ .contents > .path { grid-column: 1 / span 2; padding-left: 1.4em; } .contents > .path a { text-decoration: none; } .contents > .path a:hover { text-decoration: underline; } .contents > .path a.home { font-weight: bold; font-size: 1.4em; } menu { grid-row: 2 / span 2; font-family: 'Roboto Condensed', sans-serif; font-size: 110%; background: transparent; margin: 0; padding: 0; } menu .utils { padding: 1em; } menu a { color: #999999; } menu a.index { font-weight: bold; color: #afafaf; } menu ul { margin: 0 0 0 5px; padding: 1em; list-style-type: none; } menu > ul li { margin: 0; } menu .page-list a { color: #E3FC93; text-decoration: none; } menu .page-list a:hover { text-decoration: underline; } menu .page-list .current { font-weight: bold; text-decoration: none; } menu .menu-alt { color: #E3FC93; padding: 0.4em; font-size: 2em; } menu .metadata { padding: 1em; } /* ---------- general page ------------------- */ section.main { background-color: #EEEEEE; padding: 2em 3em 1.3em 1.3em; border-radius: 0.3em; min-height: 50em; } section.main ul.page-list { columns: 2; font-size: 110%; } /* ---------- gallery page ------------------- */ section.main .pic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); justify-content: space-around; justify-items: center; row-gap: 20px; column-gap: 5px; } section.main .pic-grid .pic-metadata { display: none; position: absolute; background-color: #333333; color: #eeeeee; width: 200px; height: 150px; padding: 5px; font-size: 0.7em; box-sizing: border-box; overflow: hidden; } section.main .pic-grid .pic-metadata dl { margin: 0; padding: 0; } section.main .pic-grid .pic-metadata dl dt { font-weight: bold; } section.main .pic-grid .pic-metadata dl dd, section.main .pic-grid .pic-metadata dl dt { margin: 0; padding: 0; } .gallery-item { box-shadow: 2px 2px 3px #aaa; display: flex; flex-direction: column; } .gallery-item a.fancybox { flex-grow: 1; } .gallery-item .metadata { display: flex; align-items: center; font-size: 70%; } .gallery-item .metadata .dt { flex-grow: 1; } .gallery-item .metadata a.expand-info { cursor: pointer; margin-right: 1em; font-size: 1.2em; } /* ---------- text page ----------------------- */ section.main pre { background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #D5D5D5; border-radius: 4px; color: #6F6F6F; font-size: 13px; line-height: 20px; padding: 8px 12px; position: relative; } section.main img { max-width: 100%; } section.main img[src$='#flexible'] { width: 100%; max-width: 1600px; } section.main img[src$='#max200'] { max-width: 200px; object-fit: contain; } section.main img[src$='#max300'] { max-width: 300px; object-fit: contain; } section.main img[src$='#max400'] { max-width: 400px; object-fit: contain; } section.main img[src$='#max600'] { max-width: 600px; object-fit: contain; } section.main img[src$='#max800'] { max-width: 600px; object-fit: contain; } section.main img.twemoji { width: 1.2em; } section.main table { border-collapse: collapse; } section.main table td, table th { padding: 3px 10px; border: 1px solid #D5D5D5; } section.main table tr:first-child th { border-top: 0; } section.main table tr:last-child td { border-bottom: 0; } section.main table tr td:first-child, section.main table tr th:first-child { border-left: 0; } section.main table tr td:last-child, section.main table tr th:last-child { border-right: 0; } section.main a.external { background-image: url('../img/external-link.png'); background-repeat: no-repeat; background-position: 100% 2px; padding-right: 12px; } /* --------------- search box ------------------ */ .search { } .search-term { font-size: 120%; color: #f73e5f; } section.main ul.search-result { list-style-type: none; margin-left: 0; padding-left: 0; } section.main ul.search-result > li { margin: 0 0 1.5em 0; } section.main ul.search-result > li h2 a.path { text-decoration: none; font-size: 0.9em; } section.main ul.search-result > li a.path:hover { text-decoration: underline; } section.main ul.search-result > li .fragment { border: 1px solid #D5D5D5; border-radius: 4px; } section.main ul.search-result > li .found-in-meta { font-size: 0.8em; } section.main ul.search-result > li .fragment .format-info { background-color: #D5D5D5; color: #777777; font-size: 0.7em; padding-left: 1em; } section.main ul.search-result > li pre { margin: 0; border: none; } ul li .match { color: #f73e5f; } .wildcard { color: #E3FC93; } @media screen and (max-width: 1200px) { div.contents { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-right: 0; background-color: #EEEEEE; } .contents > .path { grid-column: 1; padding-left: 1.4em; padding-bottom: 0.7em; } menu { grid-row: 1; font-size: 120%; } menu ul.page-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } menu ul.page-list li { display: inline-block; text-align: left; } menu ul.page-list li:not(last-child) { margin-right: 2em; } menu .page-list { padding-top: 0; padding-bottom: 0; } section.main { min-height: auto; border-radius: 0; } } @media screen and (max-width: 479px) { ul.search-result > li h2 a.path { text-decoration: none; font-size: 0.7em; } menu ul.page-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } menu ul.page-list li { display: inline-block; text-align: left; } }
0.518059
0.167763
.pastel-red { background-color: #FFA07A; } .pure-red { background-color: #FF6347; } .pastel-green { background-color: #98FB98; } .pure-green { background-color: #3CB371; } .pastel-yellow { background-color: #F0E68C; } .pure-yellow { background-color: #FEE364; } .pastel-orange { background-color: #FCA044; } .pure-orange { background-color: #FF8B17; } .code-border { border: 1px solid black; } .w100 { width: 100%; } .key-style { border-right: 1px solid lightgrey !important; text-align: right; width: 5%; } .unselectable { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .text-red { color: #FF6347 } .mt-2 { margin-top: 2% !important } .mt-4 { margin-top: 4% !important } .btn-default { color: #fff !important; background-color: #3490dc !important; border-color: #3490dc !important; } .card-header { background-color: rgba(195, 195, 195, 0.3) !important } .pull-right { float: right; } #btn_scroll { position: fixed; top: 90%; right: 10px; z-index: 999; } .clickable { cursor: pointer; } .fa-exclamation-triangle { color: #f34135 !important } /* Animação do Collapse */ /* ---------------------------------------------- * Generated by Animista on 2020-3-13 11:46:4 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation swing-in-top-fwd * ---------------------------------------- */ @-webkit-keyframes swing-in-top-fwd { 0% { -webkit-transform: rotateX(-100deg); transform: rotateX(-100deg); -webkit-transform-origin: top; transform-origin: top; opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-origin: top; transform-origin: top; opacity: 1; } } @keyframes swing-in-top-fwd { 0% { -webkit-transform: rotateX(-100deg); transform: rotateX(-100deg); -webkit-transform-origin: top; transform-origin: top; opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-origin: top; transform-origin: top; opacity: 1; } } .swing-in-top-fwd { -webkit-animation: swing-in-top-fwd 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) both; animation: swing-in-top-fwd 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) both; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #f8fafc; text-align: center; }
public/css/style.css
.pastel-red { background-color: #FFA07A; } .pure-red { background-color: #FF6347; } .pastel-green { background-color: #98FB98; } .pure-green { background-color: #3CB371; } .pastel-yellow { background-color: #F0E68C; } .pure-yellow { background-color: #FEE364; } .pastel-orange { background-color: #FCA044; } .pure-orange { background-color: #FF8B17; } .code-border { border: 1px solid black; } .w100 { width: 100%; } .key-style { border-right: 1px solid lightgrey !important; text-align: right; width: 5%; } .unselectable { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .text-red { color: #FF6347 } .mt-2 { margin-top: 2% !important } .mt-4 { margin-top: 4% !important } .btn-default { color: #fff !important; background-color: #3490dc !important; border-color: #3490dc !important; } .card-header { background-color: rgba(195, 195, 195, 0.3) !important } .pull-right { float: right; } #btn_scroll { position: fixed; top: 90%; right: 10px; z-index: 999; } .clickable { cursor: pointer; } .fa-exclamation-triangle { color: #f34135 !important } /* Animação do Collapse */ /* ---------------------------------------------- * Generated by Animista on 2020-3-13 11:46:4 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation swing-in-top-fwd * ---------------------------------------- */ @-webkit-keyframes swing-in-top-fwd { 0% { -webkit-transform: rotateX(-100deg); transform: rotateX(-100deg); -webkit-transform-origin: top; transform-origin: top; opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-origin: top; transform-origin: top; opacity: 1; } } @keyframes swing-in-top-fwd { 0% { -webkit-transform: rotateX(-100deg); transform: rotateX(-100deg); -webkit-transform-origin: top; transform-origin: top; opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-origin: top; transform-origin: top; opacity: 1; } } .swing-in-top-fwd { -webkit-animation: swing-in-top-fwd 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) both; animation: swing-in-top-fwd 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) both; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #f8fafc; text-align: center; }
0.559771
0.147617
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input::placeholder {font-family: 'NanumSquare', sans-serif !important;} .data_up_load .top { font-size: 43px; letter-spacing: -0.65px; text-align: left; color: #292929; padding-bottom: 30px; margin-bottom: 20px; border-bottom: solid 1px #cccccc; position: relative; margin-top: 80px; } .data_up_load .top .txt { margin-left: 20px; font-size: 17px; letter-spacing: -0.26px; text-align: left; color: #000000; } .data_up_load .top button { position: absolute; right: 0; border: 1px solid #ddd; border-radius: 50px; padding: 12px 39px; font-size: 20px; font-weight: bold; color: #292929; } .data_up_load .table_wrap { /* max-height: 620px; */ height: 620px; overflow: auto; /* border: 1px solid #f00; */ } /* table_wrap 스크롤 숨기기 */ .table_wrap { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .table_wrap::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } .data_up_load table { border-collapse: separate; border-spacing: 0 13px; margin-bottom: 0; } /* .data_up_load .table td:first-child {border-radius: 10px 0 0 10px;} .data_up_load .table td:last-child {border-radius: 0 10px 10px 0;} */ .data_up_load thead tr { background: #fac400; color: #fff; } .data_up_load thead tr th { font-size: 17px; letter-spacing: -0.26px; font-weight: bold; } .data_up_load tr {background: #fff;} .data_up_load .thead-light tr{background-color: #fff;} .data_up_load .table .thead-light th {color: #4E5155; background-color: #fff; border-color: #e8e8e9;} .data_up_load .table thead th {vertical-align: middle; border-bottom: none;} .data_up_load .table th {padding: 17px 0; text-align: center;} .data_up_load .table td { font-size: 19px; margin-left: 27px; vertical-align: middle; text-align: center; font-weight: 700; } .table th, .table td{ border-top: none; } .data_up_load .table .toggle_tr {cursor: pointer; color: #1437ff;} .data_up_load .form-control { font-size: 17px; height: auto; border: 1px solid rgba(24,28,33,0.15); border-radius: 7px; margin-left: 15px; background-color: #fff; font-weight: bold; padding: 4px 14px } .data_up_load .toggle_dropdown_tr { display: none;} .data_up_load .item button { border: none; background: #f18f8f; } .data_up_load .item .form-control {width: 350px;} .data_up_load .item .label_control {width: 231px !important;} .data_up_load .item .login_control {width: 100px !important;} .data_up_load .item .btn_control_01 { width: 120px !important; background: #fff; border: 1px solid rgba(24, 28, 33, 0.15); border-radius: 50px; } .data_up_load .item .btn_control_02 { width: 120px !important; border-radius: 50px; } .data_up_load .item .upload_request { background: #fac302; color: #fff; border: 1px solid #fac302; } .data_up_load .item .upload_wait { background: #f0f0f0; color: #d0d0d0; border: 1px solid rgba(24, 28, 33, 0.15); } .data_up_load .item .upload_complete { background: #10b788; color: #fff; border: 1px solid #10b788; } .data_up_load .item .id_value_control {width: 170px !important;} .data_up_load .item .pw_value_control {width: 226px !important;} .data_up_load .item input::placeholder {text-align: center;} .data_up_load .icon_black { color: #000000; } .data_up_load .icon_yellow { color: #ecad00; } .data_up_load .icon_green { color: #10b788; } .data_up_load .explanation_td { position: relative; cursor: pointer; font-size: 20px !important; } .data_up_load .explanation_box{ text-align: left; position: absolute; display: none; width: 300px; padding: 0.8rem 1.2rem; font-size: 12px; line-height: 1.39; letter-spacing: -0.17px; color: #fff; background: rgba(0, 0, 0, 0.9); border: 1px solid #4E5155; border-radius: 6px; top: 40px; right: 0; z-index: 999; } .data_up_load .expiration_div .explanation_box { top: 25px !important; right: -15px !important; } .data_up_load .select_control { width: 100%; padding: .438rem 10px; border-radius: 5px; } .data_up_load .select_control option { width: 500px; } .data_up_load .sum_wrap {background: #fff; padding: 1.25rem 0.8rem 1.25rem 1.5rem; border-radius: 0px 50px 50px 0;} .data_up_load .sum_wrap ul {position: relative;} .data_up_load .sum_wrap ul li div {text-align: center !important;} .data_up_load .sum_wrap ul li div:nth-child(1){ font-size: 17px; font-weight: bold; letter-spacing: -0.26px; color: #292929; } .data_up_load .sum_wrap ul li div:nth-child(2){ font-size: 25px; font-weight: bold; letter-spacing: -0.38px; color: #292929; margin-left: 10px; } .data_up_load .sum_wrap ul li:nth-child(3) div:nth-child(2){ font-size: 25px; font-weight: bold; letter-spacing: -0.38px; color: #e24d03; margin-left: 10px; } .data_up_load .sum_wrap ul li:nth-child(1) {width: 200px;} .data_up_load .sum_wrap ul li:nth-child(2), .data_up_load .sum_wrap ul li:nth-child(3) {width: 320px;} .data_up_load .sum_wrap ul li:nth-child(4) { position: absolute; right: 0; } .data_up_load .sum_wrap ul .btn_purchase { background: #10b788; color: #fff; border: none; font-size: 17px; letter-spacing: -0.26px; font-weight: bold; border-radius: 50px; padding: 8px 14px; } .data_up_load .sum_wrap ul .btn_request { background: #ecad00; color: #fff; border: none; font-size: 17px; letter-spacing: -0.26px; font-weight: bold; border-radius: 50px; padding: 8px 14px; } /*request_data 모달 스타일*/ .data_up_load .request_data {display: none;} .data_up_load .request_data .writing_wrap {width: 100%; height: 100%; position: relative;} .data_up_load .request_data .writing_wrap .writing_box { width: 524px; border-radius: 20px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .data_up_load .request_data .writing_wrap .inner { padding: 45px 30px; text-align: center; } .data_up_load .request_data .top { margin-top: 0; padding-bottom: 0; text-align: center; } .data_up_load .request_data .top h1 { font-size: 17px; line-height: 1.65; letter-spacing: -0.26px; color: #292929; margin-bottom: 1rem; } .data_up_load .request_data .cont p { color: #292929; font-size: 12px; line-height: 1.83; letter-spacing: -0.36px; font-weight: bold; margin-bottom: 0.5rem; } .data_up_load .request_data .cont_sub p { font-size: 18px; margin-bottom: 1rem; } .data_up_load .request_data .btn_box button { background: #fed32e; color: #fff; width: 100%; padding: 0.7rem; border-radius: 5px; } /*add_data 모달 스타일*/ .data_up_load .add_data {display: none;} .data_up_load .add_data .writing_wrap {width: 100%; height: 100%; position: relative;} .data_up_load .add_data .writing_wrap .writing_box { width: 640px; height: 888px; border-radius: 20px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .data_up_load .add_data .input-group { position: relative; flex-direction: column; margin-top: 37px; } .data_up_load .add_data label { display: block; width: 100%; margin-bottom: 13px; font-size: 16px; font-weight: bold; letter-spacing: -0.24px; color: #000; text-align: left; white-space: nowrap; } .data_up_load .add_data .cont_form_control { display: block; width: 100%; padding: 11px 0; border-bottom: 1px solid #ccc !important; background-color: transparent !important; font-size: 18px; letter-spacing: -0.6px; text-align: left; color: #292929; box-sizing: border-box; margin-bottom: 12px; } .data_up_load .add_data .writing_wrap .inner { /* padding: 54px 61px; */ padding: 40px 61px; } .data_up_load .add_data .top { margin-top: 0; margin-bottom: 0 !important; padding-bottom: 0 !important; border-bottom: none; } .data_up_load .add_data .top h1 { font-size: 30px; letter-spacing: -0.45px; color: #000000; float: left; } .data_up_load .add_data .top button { float: right; border: none; border-radius: 0; padding: 4px !important; } .data_up_load .add_data .top button img {width: 70%;} .add_data .target_radio input[type="radio"]{ display: none; } .data_up_load .add_data .target_radio {margin-right: 30px;} .data_up_load .add_data .target_radio:last-child {margin-right: 0;} .data_up_load .add_data .target_radio input[type="radio"] + label:before { content: "✔"; display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; vertical-align: middle; color: #fff; background: #eee; margin-right: 7px; } .data_up_load .add_data .target_radio input[type="radio"]:checked + label::before { content: "✔"; width: 20px; height: 20px; line-height: 20px; color: #fff; background: #fed32e; } .data_up_load .add_data .cont textarea.cont_form_control{ border-radius: 7px !important; padding-left: 10px; height: 90px; } .data_up_load .add_data .cont_sub li:nth-child(1) { font-size: 13px; font-weight: bold; } .data_up_load .add_data .cont_sub li { font-size: 12px; letter-spacing: -0.36px; color: #292929; margin-bottom: 7px; } .data_up_load .add_data .btn_box {text-align: center; margin-top: 25px;} .data_up_load .add_data .btn_box button { background: #fed32e; color: #fff; width: 100%; padding: 0.7rem; border-radius: 5px; font-weight: bold; }
public/assets/css/data_up_load/data_up_load.css
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input::placeholder {font-family: 'NanumSquare', sans-serif !important;} .data_up_load .top { font-size: 43px; letter-spacing: -0.65px; text-align: left; color: #292929; padding-bottom: 30px; margin-bottom: 20px; border-bottom: solid 1px #cccccc; position: relative; margin-top: 80px; } .data_up_load .top .txt { margin-left: 20px; font-size: 17px; letter-spacing: -0.26px; text-align: left; color: #000000; } .data_up_load .top button { position: absolute; right: 0; border: 1px solid #ddd; border-radius: 50px; padding: 12px 39px; font-size: 20px; font-weight: bold; color: #292929; } .data_up_load .table_wrap { /* max-height: 620px; */ height: 620px; overflow: auto; /* border: 1px solid #f00; */ } /* table_wrap 스크롤 숨기기 */ .table_wrap { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .table_wrap::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } .data_up_load table { border-collapse: separate; border-spacing: 0 13px; margin-bottom: 0; } /* .data_up_load .table td:first-child {border-radius: 10px 0 0 10px;} .data_up_load .table td:last-child {border-radius: 0 10px 10px 0;} */ .data_up_load thead tr { background: #fac400; color: #fff; } .data_up_load thead tr th { font-size: 17px; letter-spacing: -0.26px; font-weight: bold; } .data_up_load tr {background: #fff;} .data_up_load .thead-light tr{background-color: #fff;} .data_up_load .table .thead-light th {color: #4E5155; background-color: #fff; border-color: #e8e8e9;} .data_up_load .table thead th {vertical-align: middle; border-bottom: none;} .data_up_load .table th {padding: 17px 0; text-align: center;} .data_up_load .table td { font-size: 19px; margin-left: 27px; vertical-align: middle; text-align: center; font-weight: 700; } .table th, .table td{ border-top: none; } .data_up_load .table .toggle_tr {cursor: pointer; color: #1437ff;} .data_up_load .form-control { font-size: 17px; height: auto; border: 1px solid rgba(24,28,33,0.15); border-radius: 7px; margin-left: 15px; background-color: #fff; font-weight: bold; padding: 4px 14px } .data_up_load .toggle_dropdown_tr { display: none;} .data_up_load .item button { border: none; background: #f18f8f; } .data_up_load .item .form-control {width: 350px;} .data_up_load .item .label_control {width: 231px !important;} .data_up_load .item .login_control {width: 100px !important;} .data_up_load .item .btn_control_01 { width: 120px !important; background: #fff; border: 1px solid rgba(24, 28, 33, 0.15); border-radius: 50px; } .data_up_load .item .btn_control_02 { width: 120px !important; border-radius: 50px; } .data_up_load .item .upload_request { background: #fac302; color: #fff; border: 1px solid #fac302; } .data_up_load .item .upload_wait { background: #f0f0f0; color: #d0d0d0; border: 1px solid rgba(24, 28, 33, 0.15); } .data_up_load .item .upload_complete { background: #10b788; color: #fff; border: 1px solid #10b788; } .data_up_load .item .id_value_control {width: 170px !important;} .data_up_load .item .pw_value_control {width: 226px !important;} .data_up_load .item input::placeholder {text-align: center;} .data_up_load .icon_black { color: #000000; } .data_up_load .icon_yellow { color: #ecad00; } .data_up_load .icon_green { color: #10b788; } .data_up_load .explanation_td { position: relative; cursor: pointer; font-size: 20px !important; } .data_up_load .explanation_box{ text-align: left; position: absolute; display: none; width: 300px; padding: 0.8rem 1.2rem; font-size: 12px; line-height: 1.39; letter-spacing: -0.17px; color: #fff; background: rgba(0, 0, 0, 0.9); border: 1px solid #4E5155; border-radius: 6px; top: 40px; right: 0; z-index: 999; } .data_up_load .expiration_div .explanation_box { top: 25px !important; right: -15px !important; } .data_up_load .select_control { width: 100%; padding: .438rem 10px; border-radius: 5px; } .data_up_load .select_control option { width: 500px; } .data_up_load .sum_wrap {background: #fff; padding: 1.25rem 0.8rem 1.25rem 1.5rem; border-radius: 0px 50px 50px 0;} .data_up_load .sum_wrap ul {position: relative;} .data_up_load .sum_wrap ul li div {text-align: center !important;} .data_up_load .sum_wrap ul li div:nth-child(1){ font-size: 17px; font-weight: bold; letter-spacing: -0.26px; color: #292929; } .data_up_load .sum_wrap ul li div:nth-child(2){ font-size: 25px; font-weight: bold; letter-spacing: -0.38px; color: #292929; margin-left: 10px; } .data_up_load .sum_wrap ul li:nth-child(3) div:nth-child(2){ font-size: 25px; font-weight: bold; letter-spacing: -0.38px; color: #e24d03; margin-left: 10px; } .data_up_load .sum_wrap ul li:nth-child(1) {width: 200px;} .data_up_load .sum_wrap ul li:nth-child(2), .data_up_load .sum_wrap ul li:nth-child(3) {width: 320px;} .data_up_load .sum_wrap ul li:nth-child(4) { position: absolute; right: 0; } .data_up_load .sum_wrap ul .btn_purchase { background: #10b788; color: #fff; border: none; font-size: 17px; letter-spacing: -0.26px; font-weight: bold; border-radius: 50px; padding: 8px 14px; } .data_up_load .sum_wrap ul .btn_request { background: #ecad00; color: #fff; border: none; font-size: 17px; letter-spacing: -0.26px; font-weight: bold; border-radius: 50px; padding: 8px 14px; } /*request_data 모달 스타일*/ .data_up_load .request_data {display: none;} .data_up_load .request_data .writing_wrap {width: 100%; height: 100%; position: relative;} .data_up_load .request_data .writing_wrap .writing_box { width: 524px; border-radius: 20px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .data_up_load .request_data .writing_wrap .inner { padding: 45px 30px; text-align: center; } .data_up_load .request_data .top { margin-top: 0; padding-bottom: 0; text-align: center; } .data_up_load .request_data .top h1 { font-size: 17px; line-height: 1.65; letter-spacing: -0.26px; color: #292929; margin-bottom: 1rem; } .data_up_load .request_data .cont p { color: #292929; font-size: 12px; line-height: 1.83; letter-spacing: -0.36px; font-weight: bold; margin-bottom: 0.5rem; } .data_up_load .request_data .cont_sub p { font-size: 18px; margin-bottom: 1rem; } .data_up_load .request_data .btn_box button { background: #fed32e; color: #fff; width: 100%; padding: 0.7rem; border-radius: 5px; } /*add_data 모달 스타일*/ .data_up_load .add_data {display: none;} .data_up_load .add_data .writing_wrap {width: 100%; height: 100%; position: relative;} .data_up_load .add_data .writing_wrap .writing_box { width: 640px; height: 888px; border-radius: 20px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .data_up_load .add_data .input-group { position: relative; flex-direction: column; margin-top: 37px; } .data_up_load .add_data label { display: block; width: 100%; margin-bottom: 13px; font-size: 16px; font-weight: bold; letter-spacing: -0.24px; color: #000; text-align: left; white-space: nowrap; } .data_up_load .add_data .cont_form_control { display: block; width: 100%; padding: 11px 0; border-bottom: 1px solid #ccc !important; background-color: transparent !important; font-size: 18px; letter-spacing: -0.6px; text-align: left; color: #292929; box-sizing: border-box; margin-bottom: 12px; } .data_up_load .add_data .writing_wrap .inner { /* padding: 54px 61px; */ padding: 40px 61px; } .data_up_load .add_data .top { margin-top: 0; margin-bottom: 0 !important; padding-bottom: 0 !important; border-bottom: none; } .data_up_load .add_data .top h1 { font-size: 30px; letter-spacing: -0.45px; color: #000000; float: left; } .data_up_load .add_data .top button { float: right; border: none; border-radius: 0; padding: 4px !important; } .data_up_load .add_data .top button img {width: 70%;} .add_data .target_radio input[type="radio"]{ display: none; } .data_up_load .add_data .target_radio {margin-right: 30px;} .data_up_load .add_data .target_radio:last-child {margin-right: 0;} .data_up_load .add_data .target_radio input[type="radio"] + label:before { content: "✔"; display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; vertical-align: middle; color: #fff; background: #eee; margin-right: 7px; } .data_up_load .add_data .target_radio input[type="radio"]:checked + label::before { content: "✔"; width: 20px; height: 20px; line-height: 20px; color: #fff; background: #fed32e; } .data_up_load .add_data .cont textarea.cont_form_control{ border-radius: 7px !important; padding-left: 10px; height: 90px; } .data_up_load .add_data .cont_sub li:nth-child(1) { font-size: 13px; font-weight: bold; } .data_up_load .add_data .cont_sub li { font-size: 12px; letter-spacing: -0.36px; color: #292929; margin-bottom: 7px; } .data_up_load .add_data .btn_box {text-align: center; margin-top: 25px;} .data_up_load .add_data .btn_box button { background: #fed32e; color: #fff; width: 100%; padding: 0.7rem; border-radius: 5px; font-weight: bold; }
0.343012
0.106412
body{ margin:0; font-family: 'Times New Roman', sans-serif; background: #ffbf80; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6{ margin:0; } p{ margin:0; } ul,label{ margin:0; padding:0; } body a:hover{ text-decoration:none; } /*-- banner --*/ .banner{ background:url(../images/banner.jpg)no-repeat center bottom; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; background-size:cover; min-height: 790px; } /*-- header --*/ .header { padding-top: 2em; } .header-w3lsrow{ position: relative; } .logo { float: left; width: 54%; text-align: right; padding-top: 0.5em; } .header-right { float: right; padding-top: 0.8em; } .logo h1 { font-size: 3.5em; line-height: 0.7em; text-transform: uppercase; font-weight: 700; text-shadow: 3px 2px 0px #fff; font-family: 'Dancing Script', cursive; } .logo h1 a,.logo h1 a:hover{ color: #fff; text-decoration: none; outline:none; } .header-right ul{ display:inline-block; padding: 0; } .header-right ul li { display: inline-block; margin-left: 2em; } .header-right ul li a { font-size: 1.1em; color: #fff; font-weight: 400; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .header-right ul li a:hover,.header-right ul li a.active{ color: #000000; } /*-- //header --*/ /*-- menu --*/ .menu { display: inline-block; box-sizing: border-box; background: #ca4444; overflow: hidden; height: 50px; width: 55px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; position: absolute; -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -webkit-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -moz-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -o-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -ms-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); left: 0; } .menu.open { width: 100%; overflow: inherit; } .dropdown-menu a.show-w3nav-link { color: #bfbfbf; font-size: .9em; } .w3nav { opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; } .menu ul.dropdown-menu { min-width: inherit; top: 143%; background-color: #ca4444; } .w3nav.show-w3nav { opacity: 1; padding: 1em 5em; text-align: center; } .w3nav.show-w3nav li a.show-w3nav-link { opacity: 1; } .menu ul.dropdown-menu li { margin: 0; display: block; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(2) { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(3) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; -ms-transition-delay: .6s; transition-delay: .6s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(4) { -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; -ms-transition-delay: .7s; transition-delay: .7s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(4) { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; -ms-transition-delay: .9s; transition-delay: .9s; } .w3nav li { display: inline-block; margin-right: 3em; position: relative; } .w3nav.show-w3nav li a { opacity: 0; color: #fff; text-decoration: none; transition: .3s; font-size:1.1em; -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); } .w3nav.show-w3nav li a:hover,.w3nav.show-w3nav li a.active{ color: #ffffff; background-color: transparent; } .toggle { position: relative; height: 50px; width: 55px; cursor: pointer; } .toggle:after, .toggle:before { content: ''; background: #ffffff; width: 28px; height: 4.5px; margin: auto; position: absolute; top: 0; bottom: 0; right: 0; left: 0; -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); } .toggle:before { top: -24%; } .toggle:after { top: 28%; } .toggle.close:before { -webkit-transform: rotate(-225deg); -moz-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); top: 0; } .toggle.close:after { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); top: 0; } .toggle.close { opacity: 1; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } /*-- //menu --*/ /*-- banner-text --*/ .banner-text { margin-top: 15em; } .banner-w3lstext h2 ,.banner-w3lstext h3{ font-size: 6em; color: #fff; text-align: center; font-family: 'Dancing Script', cursive; } .banner-w3lstext h2 a,.banner-w3lstext h2 a:hover{ color: #fff; text-decoration:none; } .banner-w3lstext p { font-size: 1.2em; color: #fff; text-align: center; line-height: 2em; width: 55%; margin: 2em auto 0; font-weight: 300; } /*-- //banner --*/ /*-- welcome --*/ .welcome,.trips,.news,.about,.team,.services,.gallery,.contact,.codes{ padding: 5em 0; } p { font-size: 1em; color: #000000; line-height: 1.8em; } .welcome-w3lleft { float: right; } .welcome-w3lright { margin-top: 2em; } .welcome-w3lleft h3{ color: #ca4444; font-size: 3em; font-weight: 700; margin-bottom: 0.5em; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .welcome-w3lleft h5 { color: #333; font-size: 1.2em; margin: 0 0 1em; line-height: 1.8em; font-weight: 300; letter-spacing: 2px; } .service-box { padding: 0; text-align: center; } .service-box .agileits-wicon { width: 90px; height: 90px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; background: #4362ca; margin: 0 auto; text-align: center; position: relative; } .service-box .agileits-wicon i.fa { position: relative; z-index: 100; font-size: 2.2em; color: #fff; display: inline-block; padding: 1em 0; text-align: center; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .service-box .agileits-wicon:before { content: ''; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; background: #ca4444; position: absolute; top: 0; left: 0; z-index: 10; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); transition: all 0.3s; } .service-box:hover .agileits-wicon i.fa { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); } .service-box:hover .agileits-wicon:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .service-box h5 { color: #000; font-size: 1.1em; margin: 0.8em 2em 0; font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 1.6em; } .welcome-grids:nth-child(2) { margin-top: 3em; } /*-- read more Button --*/ .w3layouts-more { border: 1px solid #4362ca; color: #4362ca; font-size: 1em; padding: 0.7em 1.9em; display: inline-block; letter-spacing: 1px; outline: none; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; margin-top: 1.8em; text-decoration:none; } .w3layouts-more:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; width: 0; height: 103%; top: 50%; left: 50%; background: #05c0d8; opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .w3layouts-more:hover, .w3layouts-more:active { color: #fff; border-color:#05c0d8; } .w3layouts-more:hover:after,.w3layouts-more:active:after{ width: 100%; opacity: 1; } /*-- //read more Button --*/ /*-- //welcome --*/ /*-- trips --*/ .trips{ background:url(../images/banner.jpg)no-repeat center bottom fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; background-size:cover; } .trips-agileinfo { overflow: hidden; } .trip-agileitsimg{ background:url(../images/img1.jpg)no-repeat center 0px; background-size:cover; min-height:414px; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } .trip-agileitsimg:hover{ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); } .trip-agileitstext { background: #fff; padding: 3em; } .trips img.trip-w3img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .item.agile-item { text-align: center; } .owl-carousel { padding: 0 3em; margin-top: 3em; } .owl-prev:before, .owl-next:before { content: "\f104"; font: normal normal normal 14px/1 FontAwesome; font-size: 2em; border: 1px solid #999; border-radius: 50%; padding: 2px 10px; } .owl-next:before { content: "\f105"; } /*-- //trips --*/ /*-- news --*/ h3.w3agileits-title{ color: #ca4444; font-size: 3em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; text-align:center; margin-bottom: 1em; } .list-inline> li { margin: 10px 0; display: block; padding: 0; } .list-inline> li a{ display: block; } .desoSlide-wrapper { position: relative; text-align: center; overflow: hidden; } .desoSlide-overlay { z-index: 10; color: #fff; font-size: 1em; text-align: left; font-weight: 300; line-height: 1.6em; padding: 2.5em; opacity: 0; filter: alpha(opacity=100); background: #000; width: 38% !important; position: absolute; top: 16% !important; left: -50% !important; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .desoSlide-overlay h3 { color: #00e3ff; font-size: 2em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .desoSlide-wrapper:hover .desoSlide-overlay { left: 0% !important; } .desoSlide-overlay ul li{ display:block; } .desoSlide-overlay ul li a { display: block; padding: 1em; -moz-opacity: 0.7; opacity: 0.7; } .desoSlide-overlay ul li a:hover { -moz-opacity: 1; opacity: 1; } .desoSlide-overlay ul li a span.glyphicon { font-size: 1.3em; color: #fff; } .desoSlide-overlay ul li a h6 { font-size: 0.9em; color: #fff; margin-top: .5em; } .news-w3text { float: right; width: 66%; } .news-w3text h4 { color: #000; font-size: 1.5em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .news-w3text h6 { font-size: .9em; color: #ca4444; margin: 1em 0 .5em; font-weight: 400; } .news-w3text h6 i.fa{ font-size: .9em; margin-right: 7px; vertical-align: top; } .news-w3text p { font-size: 0.9em; line-height: 1.7em; } /*-- //news --*/ /*-- footer --*/ .footer{ padding: 3em 0; background:#1d1d1d; } .footer h3 { font-size: 2.5em; color: #ca4444; margin-bottom: 0.5em; font-family: 'Dancing Script', cursive; .footer-grids:nth-child(1) { padding: 0 5em 0 0; } .footer-grids span { display: block; } .footer-grids span a { color: #EA7686; } .footer-grids span a:hover{ color: #333; } .footer-bottom { margin-top: 2.5em; } /* Icons */ .footer-bottom a { color: #ca4444; background: #ffffff; border-radius: 2px; text-align: center; text-decoration: none; position: relative; display: inline-block; -o-transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 32px; height: 32px; } .footer-bottom a i.fa { display: inline-block; line-height: 2.3em; } .footer-bottom a:hover { background: #05c0d8; color: #fff; } /* pop-up text */ .footer-bottom a span { color: #fff; position: absolute; bottom: 0; left: -25px; right: -25px; padding: 5px; font-size: 1em; border-radius: 2px; background: #ca4444; visibility: hidden; opacity: 0; -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } /* pop-up text arrow */ .footer-bottom a span:before { content:''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ca4444; position:absolute; bottom:-5px; left:36px; } .footer-bottom a:hover span { bottom: 41px; visibility: visible; opacity: 1; } /*-- Icons --*/ .footer a.footer-img { display: inline-block; } .footer img { display: inline-block; border: 3px solid #fff; padding: 5px; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } .footer img:hover { border-color: #19c5db; } .footer-copy { margin: 2em 0 0; padding: 1em 0; border-top: 1px dashed #424242; border-bottom: 1px dashed #424242; } .footer p { color:#fff; font-weight: 300; } .footer-copy p { text-align: center; } .footer-copy p a { color: #05c0d8; } .footer-copy p a:hover{ color: #fff; } .footer-copy:hover{ border-color: #cc0000; } /*--//footer--*/ /*-- slider-up-arrow --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 3%; right: 3%; overflow: hidden; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/move-up.png") no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //slider-up-arrow --*/ /*-- about --*/ .banner.w3about { min-height: 260px; } .w3about .banner-text { margin-top: 4em; } .w3about .banner-w3lstext h2{ font-size: 4em; color: #05c0d8; } .about h5 { font-size: 1.5em; color: #000; } .about h4 { font-size: 2em; color: #1ABC9C; font-weight: 600; letter-spacing: 2px; margin-bottom: 0.5em; } .about .bs-example.bs-example-tabs .nav-tabs { border: none; margin: 0 0 1.5em; } .about .bs-example-tabs ul.nav-tabs li { display: inline-block; margin-right: 3em; float: none; } .about .bs-example-tabs ul.nav-tabs li:nth-child(1) { border-right: 2px solid #d6d6d6; padding-right: 3em; } .about .bs-example-tabs ul.nav-tabs li a { display: block; text-align: center; margin: 0; padding: 0; color: #333; font-weight: 300; font-size: 1.2em; border: none; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; outline: none; letter-spacing: 2px; } .about .bs-example-tabs ul.nav-tabs li a:focus{ text-decoration: none; } .about .bs-example-tabs ul.nav-tabs li a:hover,.about .bs-example-tabs ul.nav-tabs li.active a { color: #05c0d8; } .about .tabcontent-grids ul li { display: block; color: #999; margin-top: 1.2em; font-size: 1em; } .about .tabcontent-grids ul li i.fa { margin-right: 0.5em; color: #4362ca; } /*-- progress-bars --*/ .services { background: url(../images/banner.jpg)no-repeat center 0px fixed; background-size: cover; } .b_label { color: #fff; margin-bottom: 6px; font-weight: 300; } .bar_group { position: relative; z-index: 0; padding: 0; width: 70%; margin: 0 auto; } .bar_group__bar.thin::before, .bar_group__bar.thick::before { display: block; content: ''; position: absolute; z-index: -1; width: 100%; height: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; background: #E4E4E4; } .bar_group__bar.thin { width: 0%; height: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #4362ca; margin-bottom: 2em; -webkit-transition: width 1s; transition: width 1s; -moz-transition: width 1s; } /*-- //progress-bars --*/ /*-- team --*/ .team-agile-img a { display: block; } .team-agile-img { background-color: #FFF; display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-agile-img img { width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-agile-img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-agile-img:hover { cursor: pointer; } .team-agile-img:hover:before { background-color: rgba(0, 0, 0, 0.8); } .team-agile-img:hover .view-caption { -moz-transform: translateY(0%) scale(1); -o-transform: translateY(0%) scale(1); -ms-transform: translateY(0%) scale(1); -webkit-transform: translateY(0%) scale(1); transform: translateY(0%) scale(1); } .view-caption { background-color: rgba(255, 255, 255, 0.6); bottom: 0; height:30%; left: 0; padding: 15px 20px; position: absolute; right: 0; text-align: left; z-index: 99; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -moz-transform: translateY(150%) scale(1.5); -o-transform: translateY(150%) scale(1.5); -ms-transform: translateY(150%) scale(1.5); -webkit-transform: translateY(150%) scale(1.5); transform: translateY(150%) scale(1.5); } .view-caption .w3ls-info { float: left; } .view-caption .w3ls-info h4 { color: #4362ca; font-size: 1.5em; font-weight: 400; } .view-caption .w3ls-info p { color: #fff; font-size: 1em; } .view-caption ul { float: right; display: inline-block; } .view-caption ul li { display: inline-block; } .view-caption ul li a { background-color: #fff; border-radius: 50%; color: #17b9ea; display: inline-block; margin: 0 2px; height: 28px; text-align: center; line-height: 30px; width: 28px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } .view-caption ul li a:hover { -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); } /*-- //about --*/ /*-- gallery --*/ .gallery-grid-img.gallery-mdl { margin: 2em 0; } .hover { overflow: hidden; position: relative; text-align: center; } .hover .overlay { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; } .hover img { display: block; position: relative; } .hover h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 1.5em; padding: 10px; letter-spacing: 1px; } .ehover14 img{ -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .ehover14:hover img{ -ms-filter: brightness(1.4); filter: brightness(1.4); -webkit-filter: brightness(1.4); } .ehover14 .overlay { -moz-opacity: 0; opacity: 0; width: 65%; height: 65%; left: 19%; top: 16%; border: 5px solid #fff; -webkit-transition: opacity 0.35s, transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s; padding: 3em 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); } .ehover14:hover .overlay { background-color: rgba(0, 0, 0, 0.71); } .ehover14 h4 { background-color: transparent; color: #FFF; padding:0.8em 0 1em; -moz-opacity: 0; opacity: 0; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s; -moz-transition: opacity 0.5s, transform 0.5s; transition: opacity 0.5s, transform 0.5s; -webkit-transform: translate3d(-150%,-400%,0); -moz-transform: translate3d(-150%,-400%,0); -o-transform: translate3d(-150%,-400%,0); transform: translate3d(-150%,-400%,0); -ms-transform: translate3d(-150%,-400%,0); } .ehover14:hover h4{ -moz-opacity: 1; opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .ehover14:hover .overlay{ -moz-opacity: 1; opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 3em 0; } /*-- //gallery --*/ /*-- contact --*/ .contact-info { margin-top: 3em; } .contact-info h5 { font-size: 1.3em; color: #333; line-height: 1.5em; } .contact-info p { margin: 1em 0 0; } .contact-form { margin-top: 2em; } .contact-info h3.title1 { text-align: left; font-size: 2em; font-weight: 300; color: #05c0d8; } .contact-form input[type="text"] { width: 36%; color: #999; background: none; outline: none; font-size: 0.9em; padding: .7em .8em; margin-right: 1.5em; border: 1px solid #999; -webkit-appearance: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; } .contact-form textarea { resize: none; width: 100%; background: none; color: #999; font-size: .9em; outline: none; padding:.7em .8em; border: solid 1px #999; min-height: 10em; -webkit-appearance: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; display: block; } .contact-form input[type="submit"] { border: 1px solid #4362ca; outline: none; color: #fff; padding: .6em 3.8em; font-size: 1em; margin: 1em 0 0 0; -webkit-appearance: none; background: #4362ca; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .contact-form input[type="submit"]:hover { background: none; color: #4362ca; } .cnt-address p span { display: block; } .cnt-address p a { color: #4362ca; } .cnt-address p a:hover{ color: #999; } .map iframe { width: 100%; min-height: 400px; border: none; } /*-- //contact --*/ /*-- Short-codes --*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:4em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #212121; font-weight: bold; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:2em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .codes .row { margin: 0; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .form-control1, .form-control_2.input-sm{ border: 1px solid #e0e0e0; padding:5px 18px; color: #616161; background: #fff; box-shadow: none !important; width: 100%; font-size: 0.85em; font-weight: 300; height: 40px; border-radius: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -webkit-appearance: none; outline:none; } .control3{ margin:0 0 1em 0; } .codes label { font-weight: 400; } /*-- icons --*/ .codes a { color: #999; } .icon-box { padding: 8px 15px; background:rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #000; transition:0.5s all; -webkit-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; -moz-transition:0.5s all; } .icon-box:hover i.fa { color:#fff !important; } .icon-box:hover a.agile-icon { color:#fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 28px; color: #4362ca !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 36px; color: #000; font-weight: 300; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .icons .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background:rgba(149, 149, 149, 0.18); margin: 1%; } .icons .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .icons .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .icons .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } /*-- //icons --*/ .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .codes .row { margin: 0; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .form-control1, .form-control_2.input-sm{ border: 1px solid #e0e0e0; padding:5px 18px; color: #616161; background: #fff; box-shadow: none !important; width: 100%; font-size: 0.85em; font-weight: 300; height: 40px; border-radius: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -webkit-appearance: none; outline:none; } .control3{ margin:0 0 1em 0; } .codes label { font-weight: 400; } @media (max-width:1080px){ .icon-box { padding: 8px 9px; } } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 25px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } .label { font-size: 60%; } .in-gp-tl { padding: 0 1em; } .in-gp-tb { padding-right: 1em; } } @media (max-width:480px){ h3.w3ls-hdg { font-size: 1.6em; margin: 1em 0 0.6em; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { font-size: 1.2em; } .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .codes .alert { font-size: 0.9em; padding: 10px; } .pagination { margin: 20px 0 0px; } .grid_3.grid_4.w3layouts { margin-top: 0; } h3.agileits-icons-title { font-size: 30px; } h3.icon-subheading { font-size: 22px; } .icons .bs-glyphicons li { width: 31%; } } @media (max-width: 320px){ .alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 1em; padding: 5px 11px !important; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.81em; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 13px!important; } .codes .row { margin: 0; } h3.agileits-icons-title { font-size: 25px; } h3.icon-subheading { font-size: 18px; margin: 21px 0 12px; } } /*-- //Short-codes --*/ /*-- login-form --*/ .login-form { width: 60%; margin: 0 auto; } .login-form input[type="text"], .login-form input[type="password"] { font-size: 1em; color: #555; padding: 0.5em 1em; border: 0; width: 100%; border-bottom: 1px solid #999; background: none; -webkit-appearance: none; } /*-- input-effect --*/ .styled-input input:focus ~ label, .styled-input input:valid ~ label { font-size: 1.1em; color: #05c0d8; top: -1.3em; -webkit-transition: all 0.125s ease; -moz-transition: all 0.125s ease; transition: all 0.125s ease; } .styled-input { width:100%; margin: 2em 0 1em; position: relative; } .styled-input label { color: #555; padding: 0.5em .9em; position: absolute; top: 0; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-weight: 400; font-size: 1em; display: block; line-height: 1em; z-index: -1; } .styled-input input ~ span { display: block; width: 0; height:2px; background:#05c0d8; position: absolute; bottom: 0; left: 0; -webkit-transition: all 0.125s; -moz-transition: all 0.125s; transition: all 0.125s; } .styled-input input:focus { outline: 0; } .styled-input input:focus ~ span { width: 100%; -webkit-transition: all 0.075s; -moz-transition: all 0.075s; transition: all 0.075s; } /*-- //input-effect --*/ .login-form p { font-size: 1em; margin: 1em 0 0; text-align: center; } .login-form p a { color: #05c0d8; margin-left: 5px; -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; text-decoration:none; } .login-form p a:hover{ color: #555; } /*-- checkbox --*/ .wthree-text input[type="checkbox"] { display: none; } .wthree-text input[type="checkbox"]+label { position: relative; padding-left: 1.8em; border: none; outline: none; font-size: 1em; color: #555; cursor: pointer; display: block; font-weight: 400; } .wthree-text input[type="checkbox"]+label span:first-child { width: 16px; height: 16px; border: 2px solid #05c0d8; position: absolute; left: 0; top: 1px; } .wthree-text input[type="checkbox"]:checked+label span:first-child:before { content: ""; background: url(../images/tick.png)no-repeat; position: absolute; left: 1px; top: 1px; width: 10px; height: 10px; } /*-- //checkbox --*/ .wthree-text { margin: 3em 0; } .wthree-text ul li { display: inline-block; } .wthree-text ul li:nth-child(2) { margin-top: 1.5em; display: block; text-align: center; } .wthree-text ul li a{ font-size:1em; color: #555; } .wthree-text ul li a:hover{ color: #4362ca; } .login-form input[type="submit"] { text-transform: capitalize; background: #4362ca; color: #FFFFFF; padding: .7em 2em; border: none; font-size: 1em; outline: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; width: 100%; -webkit-appearance: none; } .login-form input[type="submit"]:hover { background: #05c0d8; } .login-form.signup-form label { text-align: left; } /*-- //login-form --*/ /*-- banner-modal --*/ .modal-open .modal { background: rgba(0, 0, 0, 0.48); } .modal-body { padding: 0 2em 2.5em; } .modal-dialog { margin: 6em auto 0; } .modal-body h4 { font-size: 2em; margin-bottom: 0.4em; font-family: 'Dancing Script', cursive; color: #05c0d8; text-transform: capitalize; letter-spacing: 1px; } .bnr-modal .modal-header { border: none; min-height: 2.5em; padding: 0.5em 2em 0; } .bnr-modal button.close { color: #4362ca; opacity: .9; font-size: 2.5em; outline:none; } .modal-body p { font-weight: 300; } /*-- //banner-modal --*/ /*-- responsive-design --*/ @media(max-width:1440px){ .logo { width: 57%; } } @media(max-width:1080px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 5em; } .banner-text { margin-top: 13em; } .banner { min-height: 675px; } .trip-agileitstext { padding: 2em; } .owl-carousel { padding: 0 2em; } .news-left { padding: 0; } .list-inline> li { margin: 15px 0; } .banner-w3lstext p { width: 60%; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 4em 0; } .trip-agileitsimg { min-height: 412px; } .desoSlide-overlay { width: 52% !important; } .w3layouts-more { margin-top: 1.2em; } .team-grids { padding: 0 .5em; } .view-caption { height: 33%; padding: 15px 15px; } .ehover14 .overlay { padding: 2em 0; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 2.5em 0; } .contact-form input[type="submit"] { padding: .6em 2.5em; } .map iframe { min-height: 300px; } } @media(max-width:991px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 4em; } .banner-w3lstext p { font-size: 1.1em; width: 73%; margin: 1em auto 0; } .banner { min-height: 590px; } .banner-text { margin-top: 11em; } .welcome-w3lleft { float: none; } .trip-agileitsimg { min-height: 330px; } .news-w3text { width: 83%; } .news-right { padding: 0; } .footer-grids:nth-child(1) { padding: 0 5em 0 1em; } .footer-grids:nth-child(2) { margin: 1.5em 0; } .team-grids { padding: 0 4em; } .team-grids { padding: 1em; } .team-row { width: 80%; margin: 0 auto; } .w3nav.show-w3nav { padding: 1em 2em; } .about-right { padding: 0; margin-top: 3em; } .about .bs-example.bs-example-tabs .nav-tabs { border: none; margin: 0 0 1em; } .logo h1 { font-size: 3em; } .header-right { padding-top: 0.6em; } .w3about .banner-w3lstext h2 { font-size: 4em; } .banner.w3about { min-height: 205px; } .w3about .banner-text { margin-top: 3em; } .gallery-grid-img { padding: 0 .5em; } .gallery-grid-img.gallery-mdl { margin: 1em 0; } .ehover14 .overlay { padding: 1em 0; } .contact-form { margin-top: 1em; } .contact-info h5 { margin: 1em 0 0; } } @media(max-width:800px){ .about-right { margin-top: 2em; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 3.5em 0; } h3.w3agileits-title { font-size: 2.5em; } .contact-form input[type="submit"] { padding: .6em 3.3em; } } @media(max-width:768px){ .map iframe { min-height: 255px; } .w3about .banner-w3lstext h2 { font-size: 2.5em; } .banner.w3about { min-height: 185px; } } @media(max-width:667px){ .w3nav.show-w3nav li a { font-size: 1em; } .w3nav li { margin-right: 2em; } .banner-text { margin-top: 9em; } .header { padding-top: 1.5em; } .banner { min-height: 500px; } .banner-w3lstext p { font-size: 1em; width: 82%; } .service-box .agileits-wicon { width: 80px; height: 80px; } .service-box .agileits-wicon i.fa { padding: 0.8em 0; } .welcome-w3lleft h3 { font-size: 2.5em; margin-bottom: 0.2em; } .welcome-w3lleft h5 { margin: 0 0 0.5em; } .news-w3text { width: 83%; padding-left: 1.5em; } .list-inline> li { padding-left: 1em; } .logo h1 { font-size: 2.5em; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 3em; } .menu,.toggle{ height: 45px; width: 50px; } .modal-dialog { margin: 6em auto 0; width: 85%; } .gallery-grid-img.gallery-mdl { margin: 0; } .gallery-grid-img { padding: 0.5em .5em; } .ehover14 .overlay { width: 75%; height: 75%; left: 11%; top: 12%; } .ehover14 h4 { padding: 2.1em 0 1em; } .banner.w3about { min-height: 165px; } .team-row { width: 85%; } .contact-form input[type="submit"] { padding: .6em 2.2em; } } @media(max-width:640px){ .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 3em 0; } .w3layouts-more { font-size: 1em; padding: 0.6em 1.5em; } .news-w3text { width: 81%; padding-left: 1.5em; } .contact-form input[type="text"] { margin-right: .5em; } .contact-form input[type="submit"] { padding: .6em 3em; } .contact-info h5 { font-size: 1.1em; } .contact-info p { margin: 0.5em 0 0; } .footer { padding: 2em 0; } .login-form { width: 70%; } } @media(max-width:600px){ .contact-form input[type="submit"] { padding: .6em 2.5em; } .desoSlide-overlay { width: 65% !important; padding: 2em; left: -100% !important; } } @media(max-width:568px){ .news-w3text { width: 79%; } .w3nav li { display: block; margin-top: 1.5em; } .w3nav li:nth-child(1){ margin-top: 0; } .w3nav.show-w3nav li a { display: block; } .menu.open { height: inherit; z-index: 9999; } .w3nav.show-w3nav { padding: 2em 2em; } .menu ul.dropdown-menu { min-width: 100%; text-align: center; } .bar_group { width: 80%; } .bar_group__bar.thin { margin-bottom: 1em; } .team-row { width: 100%; } .ehover14 h4 { padding: 1.6em 0 1em; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.7em 0; } .map iframe { min-height: 220px; } .contact-grids { padding: 0; } .contact-form input[type="text"] { width: 35.6%; } .wthree-text { margin: 2em 0; } } @media(max-width:480px){ .banner-text { margin-top: 5em; } .banner-w3lstext p { font-size: 0.9em; } .banner { min-height: 380px; } .trip-agileitsimg { min-height: 240px; } .trip-agileitstext.welcome-w3lleft { padding: 1.8em; } .owl-carousel { margin-top: 2em; } .welcome-w3lleft,.welcome-w3lright{ padding: 0; } .welcome-w3lleft h5 { font-size: 1.1em; letter-spacing: 1px; } .w3layouts-more { font-size: 0.9em; padding: 0.6em 1.2em; margin-top: 1em; } .news-w3text { width: 75%; } .desoSlide-overlay { font-size: 0.9em; } .desoSlide-overlay { width: 83% !important; } .team-grids { padding: 0.5em; } .footer h3 { font-size: 2.2em; margin-bottom: 0.2em; } p { font-size: 0.9em; } .banner.w3about { min-height: 159px; } .ehover14 h4 { padding: 1.3em 0 1em; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.3em 0; } .contact-form input[type="text"] { width: 100%; margin: 1em 0 0; } } @media(max-width:414px){ .header-right ul li { margin-left: 1em; } .banner-w3lstext p { width: 91%; } .logo h1 { font-size: 2.1em; text-shadow: 2px 1px 0px #fff; } .logo { width: 61%; } .welcome-grids:nth-child(2) { margin-top: 2em; } .welcome-w3lleft h3 { font-size: 2.2em; } .trip-agileitsimg { min-height: 200px; } .news-w3text { width: 70%; } .desoSlide-overlay { padding: 1.5em; top: 14% !important; } .footer a.footer-img { width: 25%; } .footer img { border: 2px solid #fff; padding: 3px; width: 100%; } .about-left { padding: 0; } .bar_group { width: 90%; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 2em 0; } .team-grids { padding: 0.5em 4.5em; width: 100%; } .gallery-grid-img { width: 100%; } .ehover14 h4 ,.gallery-grid-img.gallery-mdl.ehover14 h4{ padding: 3em 0 1em; } .service-box h5 { font-size: 1em; } .footer-grids:nth-child(1) { padding: 0 2em 0 1em; } } @media(max-width:384px){ .news-w3text { width: 68%; padding-left: 1em; } .news-w3text h4 { font-size: 1.2em; } .news-w3text h6 { font-size: .85em; } .desoSlide-overlay { top: 10% !important; width: 95% !important; } .ehover14 h4, .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 2.5em 0 1em; } .contact-form input[type="submit"] { font-size: 0.9em; } .login-form input[type="text"], .login-form input[type="password"],.wthree-text ul li a,.login-form input[type="submit"] { font-size: 0.9em; } .wthree-text input[type="checkbox"]+label { font-size: 0.9em; } .trips img.trip-w3img { width: 80%; } .contact-info h3.title1 { font-size: 1.5em; } .contact-info h5 { font-size: 1em; } .header-right ul li a { font-size: 1em; } .footer-grids { padding: 0; } .footer-grids:nth-child(1) { padding: 0; } .styled-input input:focus ~ label, .styled-input input:valid ~ label { font-size: 1em; } } @media(max-width:320px){ .header { padding-top: 1em; } .menu, .toggle { height: 38px; width: 45px; } .toggle:before { top: -18%; } .toggle:after, .toggle:before { width: 27px; } .logo h1 { font-size: 1.8em; text-shadow: 2px 1px 0px #fff; } .header-right ul li a { font-size: 0.9em; } .header-right ul li { margin-left: 0.5em; } .logo { width: 59%; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2.5em; } .banner-w3lstext p { width: 95%; font-size: 0.85em; } .banner { min-height: 345px; } .banner-text { margin-top: 4em; } .welcome-w3lleft h5 { font-size: 1em; letter-spacing: 0px; } .welcome-grids:nth-child(2) { margin-top: 1em; } .service-box .agileits-wicon { width: 60px; height: 60px; } .service-box .agileits-wicon i.fa { padding: 0.9em 0; font-size: 1.5em; } .service-box h5 { font-size: 0.9em; margin: 0.6em 1em 0; } .trip-agileitsimg { min-height: 150px; } .news-w3text { width: 62%; padding-left: 0.5em; } .news-w3text p { font-size: 0.85em; } .list-inline> li { padding-left: 0.5em; } .desoSlide-overlay { top: 5% !important; width: 96% !important; font-size: 0.85em; padding: 1em; } .footer { padding: 1.5em 0; } .w3nav li { margin-top: 1em; } .w3nav.show-w3nav { padding: 1em 1em; } .about .bs-example-tabs ul.nav-tabs li:nth-child(1) { padding-right: 1.5em; } .about .bs-example-tabs ul.nav-tabs li { margin-right: 1.5em; } .about .tabcontent-grids ul li { font-size: 0.9em; } h3.w3agileits-title { font-size: 2em; margin-bottom: 0.5em; } .team-grids { padding: 0.5em 1em; width: 100%; } .ehover14 h4, .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.8em 0 1em; } .contact-info { margin-top: 2em; } .contact-info h5 { font-size: 0.9em; } .login-form { width: 90%; } .wthree-text { margin: 1em 0; } } /*-- //responsive-design --*/
css/style.css
body{ margin:0; font-family: 'Times New Roman', sans-serif; background: #ffbf80; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6{ margin:0; } p{ margin:0; } ul,label{ margin:0; padding:0; } body a:hover{ text-decoration:none; } /*-- banner --*/ .banner{ background:url(../images/banner.jpg)no-repeat center bottom; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; background-size:cover; min-height: 790px; } /*-- header --*/ .header { padding-top: 2em; } .header-w3lsrow{ position: relative; } .logo { float: left; width: 54%; text-align: right; padding-top: 0.5em; } .header-right { float: right; padding-top: 0.8em; } .logo h1 { font-size: 3.5em; line-height: 0.7em; text-transform: uppercase; font-weight: 700; text-shadow: 3px 2px 0px #fff; font-family: 'Dancing Script', cursive; } .logo h1 a,.logo h1 a:hover{ color: #fff; text-decoration: none; outline:none; } .header-right ul{ display:inline-block; padding: 0; } .header-right ul li { display: inline-block; margin-left: 2em; } .header-right ul li a { font-size: 1.1em; color: #fff; font-weight: 400; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .header-right ul li a:hover,.header-right ul li a.active{ color: #000000; } /*-- //header --*/ /*-- menu --*/ .menu { display: inline-block; box-sizing: border-box; background: #ca4444; overflow: hidden; height: 50px; width: 55px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; position: absolute; -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); -webkit-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -moz-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -o-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); -ms-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97); left: 0; } .menu.open { width: 100%; overflow: inherit; } .dropdown-menu a.show-w3nav-link { color: #bfbfbf; font-size: .9em; } .w3nav { opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s; } .menu ul.dropdown-menu { min-width: inherit; top: 143%; background-color: #ca4444; } .w3nav.show-w3nav { opacity: 1; padding: 1em 5em; text-align: center; } .w3nav.show-w3nav li a.show-w3nav-link { opacity: 1; } .menu ul.dropdown-menu li { margin: 0; display: block; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(2) { -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; -ms-transition-delay: .5s; transition-delay: .5s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(3) { -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; -ms-transition-delay: .6s; transition-delay: .6s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(4) { -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; -ms-transition-delay: .7s; transition-delay: .7s; } .w3nav.show-w3nav li a.show-w3nav-link:nth-of-type(4) { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; -ms-transition-delay: .9s; transition-delay: .9s; } .w3nav li { display: inline-block; margin-right: 3em; position: relative; } .w3nav.show-w3nav li a { opacity: 0; color: #fff; text-decoration: none; transition: .3s; font-size:1.1em; -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); } .w3nav.show-w3nav li a:hover,.w3nav.show-w3nav li a.active{ color: #ffffff; background-color: transparent; } .toggle { position: relative; height: 50px; width: 55px; cursor: pointer; } .toggle:after, .toggle:before { content: ''; background: #ffffff; width: 28px; height: 4.5px; margin: auto; position: absolute; top: 0; bottom: 0; right: 0; left: 0; -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3); } .toggle:before { top: -24%; } .toggle:after { top: 28%; } .toggle.close:before { -webkit-transform: rotate(-225deg); -moz-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); top: 0; } .toggle.close:after { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); top: 0; } .toggle.close { opacity: 1; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } /*-- //menu --*/ /*-- banner-text --*/ .banner-text { margin-top: 15em; } .banner-w3lstext h2 ,.banner-w3lstext h3{ font-size: 6em; color: #fff; text-align: center; font-family: 'Dancing Script', cursive; } .banner-w3lstext h2 a,.banner-w3lstext h2 a:hover{ color: #fff; text-decoration:none; } .banner-w3lstext p { font-size: 1.2em; color: #fff; text-align: center; line-height: 2em; width: 55%; margin: 2em auto 0; font-weight: 300; } /*-- //banner --*/ /*-- welcome --*/ .welcome,.trips,.news,.about,.team,.services,.gallery,.contact,.codes{ padding: 5em 0; } p { font-size: 1em; color: #000000; line-height: 1.8em; } .welcome-w3lleft { float: right; } .welcome-w3lright { margin-top: 2em; } .welcome-w3lleft h3{ color: #ca4444; font-size: 3em; font-weight: 700; margin-bottom: 0.5em; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .welcome-w3lleft h5 { color: #333; font-size: 1.2em; margin: 0 0 1em; line-height: 1.8em; font-weight: 300; letter-spacing: 2px; } .service-box { padding: 0; text-align: center; } .service-box .agileits-wicon { width: 90px; height: 90px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; background: #4362ca; margin: 0 auto; text-align: center; position: relative; } .service-box .agileits-wicon i.fa { position: relative; z-index: 100; font-size: 2.2em; color: #fff; display: inline-block; padding: 1em 0; text-align: center; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .service-box .agileits-wicon:before { content: ''; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; background: #ca4444; position: absolute; top: 0; left: 0; z-index: 10; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); transition: all 0.3s; } .service-box:hover .agileits-wicon i.fa { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); } .service-box:hover .agileits-wicon:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .service-box h5 { color: #000; font-size: 1.1em; margin: 0.8em 2em 0; font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 1.6em; } .welcome-grids:nth-child(2) { margin-top: 3em; } /*-- read more Button --*/ .w3layouts-more { border: 1px solid #4362ca; color: #4362ca; font-size: 1em; padding: 0.7em 1.9em; display: inline-block; letter-spacing: 1px; outline: none; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; margin-top: 1.8em; text-decoration:none; } .w3layouts-more:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; width: 0; height: 103%; top: 50%; left: 50%; background: #05c0d8; opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .w3layouts-more:hover, .w3layouts-more:active { color: #fff; border-color:#05c0d8; } .w3layouts-more:hover:after,.w3layouts-more:active:after{ width: 100%; opacity: 1; } /*-- //read more Button --*/ /*-- //welcome --*/ /*-- trips --*/ .trips{ background:url(../images/banner.jpg)no-repeat center bottom fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; background-size:cover; } .trips-agileinfo { overflow: hidden; } .trip-agileitsimg{ background:url(../images/img1.jpg)no-repeat center 0px; background-size:cover; min-height:414px; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } .trip-agileitsimg:hover{ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); } .trip-agileitstext { background: #fff; padding: 3em; } .trips img.trip-w3img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .item.agile-item { text-align: center; } .owl-carousel { padding: 0 3em; margin-top: 3em; } .owl-prev:before, .owl-next:before { content: "\f104"; font: normal normal normal 14px/1 FontAwesome; font-size: 2em; border: 1px solid #999; border-radius: 50%; padding: 2px 10px; } .owl-next:before { content: "\f105"; } /*-- //trips --*/ /*-- news --*/ h3.w3agileits-title{ color: #ca4444; font-size: 3em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; text-align:center; margin-bottom: 1em; } .list-inline> li { margin: 10px 0; display: block; padding: 0; } .list-inline> li a{ display: block; } .desoSlide-wrapper { position: relative; text-align: center; overflow: hidden; } .desoSlide-overlay { z-index: 10; color: #fff; font-size: 1em; text-align: left; font-weight: 300; line-height: 1.6em; padding: 2.5em; opacity: 0; filter: alpha(opacity=100); background: #000; width: 38% !important; position: absolute; top: 16% !important; left: -50% !important; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .desoSlide-overlay h3 { color: #00e3ff; font-size: 2em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .desoSlide-wrapper:hover .desoSlide-overlay { left: 0% !important; } .desoSlide-overlay ul li{ display:block; } .desoSlide-overlay ul li a { display: block; padding: 1em; -moz-opacity: 0.7; opacity: 0.7; } .desoSlide-overlay ul li a:hover { -moz-opacity: 1; opacity: 1; } .desoSlide-overlay ul li a span.glyphicon { font-size: 1.3em; color: #fff; } .desoSlide-overlay ul li a h6 { font-size: 0.9em; color: #fff; margin-top: .5em; } .news-w3text { float: right; width: 66%; } .news-w3text h4 { color: #000; font-size: 1.5em; font-weight: 700; text-transform: capitalize; font-family: 'Dancing Script', cursive; } .news-w3text h6 { font-size: .9em; color: #ca4444; margin: 1em 0 .5em; font-weight: 400; } .news-w3text h6 i.fa{ font-size: .9em; margin-right: 7px; vertical-align: top; } .news-w3text p { font-size: 0.9em; line-height: 1.7em; } /*-- //news --*/ /*-- footer --*/ .footer{ padding: 3em 0; background:#1d1d1d; } .footer h3 { font-size: 2.5em; color: #ca4444; margin-bottom: 0.5em; font-family: 'Dancing Script', cursive; .footer-grids:nth-child(1) { padding: 0 5em 0 0; } .footer-grids span { display: block; } .footer-grids span a { color: #EA7686; } .footer-grids span a:hover{ color: #333; } .footer-bottom { margin-top: 2.5em; } /* Icons */ .footer-bottom a { color: #ca4444; background: #ffffff; border-radius: 2px; text-align: center; text-decoration: none; position: relative; display: inline-block; -o-transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 32px; height: 32px; } .footer-bottom a i.fa { display: inline-block; line-height: 2.3em; } .footer-bottom a:hover { background: #05c0d8; color: #fff; } /* pop-up text */ .footer-bottom a span { color: #fff; position: absolute; bottom: 0; left: -25px; right: -25px; padding: 5px; font-size: 1em; border-radius: 2px; background: #ca4444; visibility: hidden; opacity: 0; -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } /* pop-up text arrow */ .footer-bottom a span:before { content:''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ca4444; position:absolute; bottom:-5px; left:36px; } .footer-bottom a:hover span { bottom: 41px; visibility: visible; opacity: 1; } /*-- Icons --*/ .footer a.footer-img { display: inline-block; } .footer img { display: inline-block; border: 3px solid #fff; padding: 5px; -webkit-transition:.5s all; -moz-transition:.5s all; -o-transition:.5s all; -ms-transition:.5s all; transition:.5s all; } .footer img:hover { border-color: #19c5db; } .footer-copy { margin: 2em 0 0; padding: 1em 0; border-top: 1px dashed #424242; border-bottom: 1px dashed #424242; } .footer p { color:#fff; font-weight: 300; } .footer-copy p { text-align: center; } .footer-copy p a { color: #05c0d8; } .footer-copy p a:hover{ color: #fff; } .footer-copy:hover{ border-color: #cc0000; } /*--//footer--*/ /*-- slider-up-arrow --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 3%; right: 3%; overflow: hidden; width: 32px; height: 32px; border: none; text-indent: 100%; background: url("../images/move-up.png") no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //slider-up-arrow --*/ /*-- about --*/ .banner.w3about { min-height: 260px; } .w3about .banner-text { margin-top: 4em; } .w3about .banner-w3lstext h2{ font-size: 4em; color: #05c0d8; } .about h5 { font-size: 1.5em; color: #000; } .about h4 { font-size: 2em; color: #1ABC9C; font-weight: 600; letter-spacing: 2px; margin-bottom: 0.5em; } .about .bs-example.bs-example-tabs .nav-tabs { border: none; margin: 0 0 1.5em; } .about .bs-example-tabs ul.nav-tabs li { display: inline-block; margin-right: 3em; float: none; } .about .bs-example-tabs ul.nav-tabs li:nth-child(1) { border-right: 2px solid #d6d6d6; padding-right: 3em; } .about .bs-example-tabs ul.nav-tabs li a { display: block; text-align: center; margin: 0; padding: 0; color: #333; font-weight: 300; font-size: 1.2em; border: none; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; outline: none; letter-spacing: 2px; } .about .bs-example-tabs ul.nav-tabs li a:focus{ text-decoration: none; } .about .bs-example-tabs ul.nav-tabs li a:hover,.about .bs-example-tabs ul.nav-tabs li.active a { color: #05c0d8; } .about .tabcontent-grids ul li { display: block; color: #999; margin-top: 1.2em; font-size: 1em; } .about .tabcontent-grids ul li i.fa { margin-right: 0.5em; color: #4362ca; } /*-- progress-bars --*/ .services { background: url(../images/banner.jpg)no-repeat center 0px fixed; background-size: cover; } .b_label { color: #fff; margin-bottom: 6px; font-weight: 300; } .bar_group { position: relative; z-index: 0; padding: 0; width: 70%; margin: 0 auto; } .bar_group__bar.thin::before, .bar_group__bar.thick::before { display: block; content: ''; position: absolute; z-index: -1; width: 100%; height: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; background: #E4E4E4; } .bar_group__bar.thin { width: 0%; height: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #4362ca; margin-bottom: 2em; -webkit-transition: width 1s; transition: width 1s; -moz-transition: width 1s; } /*-- //progress-bars --*/ /*-- team --*/ .team-agile-img a { display: block; } .team-agile-img { background-color: #FFF; display: block; overflow: hidden; position: relative; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; opacity: 1; filter: alpha(opacity=100); } .team-agile-img img { width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-agile-img:before { content: ''; background-color: rgba(0, 0, 0, 0); left: 0; top: 0; right: 0; bottom: 0; position: absolute; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .team-agile-img:hover { cursor: pointer; } .team-agile-img:hover:before { background-color: rgba(0, 0, 0, 0.8); } .team-agile-img:hover .view-caption { -moz-transform: translateY(0%) scale(1); -o-transform: translateY(0%) scale(1); -ms-transform: translateY(0%) scale(1); -webkit-transform: translateY(0%) scale(1); transform: translateY(0%) scale(1); } .view-caption { background-color: rgba(255, 255, 255, 0.6); bottom: 0; height:30%; left: 0; padding: 15px 20px; position: absolute; right: 0; text-align: left; z-index: 99; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -moz-transform: translateY(150%) scale(1.5); -o-transform: translateY(150%) scale(1.5); -ms-transform: translateY(150%) scale(1.5); -webkit-transform: translateY(150%) scale(1.5); transform: translateY(150%) scale(1.5); } .view-caption .w3ls-info { float: left; } .view-caption .w3ls-info h4 { color: #4362ca; font-size: 1.5em; font-weight: 400; } .view-caption .w3ls-info p { color: #fff; font-size: 1em; } .view-caption ul { float: right; display: inline-block; } .view-caption ul li { display: inline-block; } .view-caption ul li a { background-color: #fff; border-radius: 50%; color: #17b9ea; display: inline-block; margin: 0 2px; height: 28px; text-align: center; line-height: 30px; width: 28px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } .view-caption ul li a:hover { -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); } /*-- //about --*/ /*-- gallery --*/ .gallery-grid-img.gallery-mdl { margin: 2em 0; } .hover { overflow: hidden; position: relative; text-align: center; } .hover .overlay { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; } .hover img { display: block; position: relative; } .hover h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 1.5em; padding: 10px; letter-spacing: 1px; } .ehover14 img{ -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .ehover14:hover img{ -ms-filter: brightness(1.4); filter: brightness(1.4); -webkit-filter: brightness(1.4); } .ehover14 .overlay { -moz-opacity: 0; opacity: 0; width: 65%; height: 65%; left: 19%; top: 16%; border: 5px solid #fff; -webkit-transition: opacity 0.35s, transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s; padding: 3em 0; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); } .ehover14:hover .overlay { background-color: rgba(0, 0, 0, 0.71); } .ehover14 h4 { background-color: transparent; color: #FFF; padding:0.8em 0 1em; -moz-opacity: 0; opacity: 0; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s; -moz-transition: opacity 0.5s, transform 0.5s; transition: opacity 0.5s, transform 0.5s; -webkit-transform: translate3d(-150%,-400%,0); -moz-transform: translate3d(-150%,-400%,0); -o-transform: translate3d(-150%,-400%,0); transform: translate3d(-150%,-400%,0); -ms-transform: translate3d(-150%,-400%,0); } .ehover14:hover h4{ -moz-opacity: 1; opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .ehover14:hover .overlay{ -moz-opacity: 1; opacity: 1; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 3em 0; } /*-- //gallery --*/ /*-- contact --*/ .contact-info { margin-top: 3em; } .contact-info h5 { font-size: 1.3em; color: #333; line-height: 1.5em; } .contact-info p { margin: 1em 0 0; } .contact-form { margin-top: 2em; } .contact-info h3.title1 { text-align: left; font-size: 2em; font-weight: 300; color: #05c0d8; } .contact-form input[type="text"] { width: 36%; color: #999; background: none; outline: none; font-size: 0.9em; padding: .7em .8em; margin-right: 1.5em; border: 1px solid #999; -webkit-appearance: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; } .contact-form textarea { resize: none; width: 100%; background: none; color: #999; font-size: .9em; outline: none; padding:.7em .8em; border: solid 1px #999; min-height: 10em; -webkit-appearance: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; display: block; } .contact-form input[type="submit"] { border: 1px solid #4362ca; outline: none; color: #fff; padding: .6em 3.8em; font-size: 1em; margin: 1em 0 0 0; -webkit-appearance: none; background: #4362ca; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .contact-form input[type="submit"]:hover { background: none; color: #4362ca; } .cnt-address p span { display: block; } .cnt-address p a { color: #4362ca; } .cnt-address p a:hover{ color: #999; } .map iframe { width: 100%; min-height: 400px; border: none; } /*-- //contact --*/ /*-- Short-codes --*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:4em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #212121; font-weight: bold; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:2em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .codes .row { margin: 0; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .form-control1, .form-control_2.input-sm{ border: 1px solid #e0e0e0; padding:5px 18px; color: #616161; background: #fff; box-shadow: none !important; width: 100%; font-size: 0.85em; font-weight: 300; height: 40px; border-radius: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -webkit-appearance: none; outline:none; } .control3{ margin:0 0 1em 0; } .codes label { font-weight: 400; } /*-- icons --*/ .codes a { color: #999; } .icon-box { padding: 8px 15px; background:rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #000; transition:0.5s all; -webkit-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; -moz-transition:0.5s all; } .icon-box:hover i.fa { color:#fff !important; } .icon-box:hover a.agile-icon { color:#fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 28px; color: #4362ca !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 36px; color: #000; font-weight: 300; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .icons .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background:rgba(149, 149, 149, 0.18); margin: 1%; } .icons .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .icons .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .icons .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } /*-- //icons --*/ .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .codes .row { margin: 0; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } .form-control1, .form-control_2.input-sm{ border: 1px solid #e0e0e0; padding:5px 18px; color: #616161; background: #fff; box-shadow: none !important; width: 100%; font-size: 0.85em; font-weight: 300; height: 40px; border-radius: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -webkit-appearance: none; outline:none; } .control3{ margin:0 0 1em 0; } .codes label { font-weight: 400; } @media (max-width:1080px){ .icon-box { padding: 8px 9px; } } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 25px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } .label { font-size: 60%; } .in-gp-tl { padding: 0 1em; } .in-gp-tb { padding-right: 1em; } } @media (max-width:480px){ h3.w3ls-hdg { font-size: 1.6em; margin: 1em 0 0.6em; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { font-size: 1.2em; } .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .codes .alert { font-size: 0.9em; padding: 10px; } .pagination { margin: 20px 0 0px; } .grid_3.grid_4.w3layouts { margin-top: 0; } h3.agileits-icons-title { font-size: 30px; } h3.icon-subheading { font-size: 22px; } .icons .bs-glyphicons li { width: 31%; } } @media (max-width: 320px){ .alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 1em; padding: 5px 11px !important; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.81em; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 13px!important; } .codes .row { margin: 0; } h3.agileits-icons-title { font-size: 25px; } h3.icon-subheading { font-size: 18px; margin: 21px 0 12px; } } /*-- //Short-codes --*/ /*-- login-form --*/ .login-form { width: 60%; margin: 0 auto; } .login-form input[type="text"], .login-form input[type="password"] { font-size: 1em; color: #555; padding: 0.5em 1em; border: 0; width: 100%; border-bottom: 1px solid #999; background: none; -webkit-appearance: none; } /*-- input-effect --*/ .styled-input input:focus ~ label, .styled-input input:valid ~ label { font-size: 1.1em; color: #05c0d8; top: -1.3em; -webkit-transition: all 0.125s ease; -moz-transition: all 0.125s ease; transition: all 0.125s ease; } .styled-input { width:100%; margin: 2em 0 1em; position: relative; } .styled-input label { color: #555; padding: 0.5em .9em; position: absolute; top: 0; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-weight: 400; font-size: 1em; display: block; line-height: 1em; z-index: -1; } .styled-input input ~ span { display: block; width: 0; height:2px; background:#05c0d8; position: absolute; bottom: 0; left: 0; -webkit-transition: all 0.125s; -moz-transition: all 0.125s; transition: all 0.125s; } .styled-input input:focus { outline: 0; } .styled-input input:focus ~ span { width: 100%; -webkit-transition: all 0.075s; -moz-transition: all 0.075s; transition: all 0.075s; } /*-- //input-effect --*/ .login-form p { font-size: 1em; margin: 1em 0 0; text-align: center; } .login-form p a { color: #05c0d8; margin-left: 5px; -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; text-decoration:none; } .login-form p a:hover{ color: #555; } /*-- checkbox --*/ .wthree-text input[type="checkbox"] { display: none; } .wthree-text input[type="checkbox"]+label { position: relative; padding-left: 1.8em; border: none; outline: none; font-size: 1em; color: #555; cursor: pointer; display: block; font-weight: 400; } .wthree-text input[type="checkbox"]+label span:first-child { width: 16px; height: 16px; border: 2px solid #05c0d8; position: absolute; left: 0; top: 1px; } .wthree-text input[type="checkbox"]:checked+label span:first-child:before { content: ""; background: url(../images/tick.png)no-repeat; position: absolute; left: 1px; top: 1px; width: 10px; height: 10px; } /*-- //checkbox --*/ .wthree-text { margin: 3em 0; } .wthree-text ul li { display: inline-block; } .wthree-text ul li:nth-child(2) { margin-top: 1.5em; display: block; text-align: center; } .wthree-text ul li a{ font-size:1em; color: #555; } .wthree-text ul li a:hover{ color: #4362ca; } .login-form input[type="submit"] { text-transform: capitalize; background: #4362ca; color: #FFFFFF; padding: .7em 2em; border: none; font-size: 1em; outline: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; width: 100%; -webkit-appearance: none; } .login-form input[type="submit"]:hover { background: #05c0d8; } .login-form.signup-form label { text-align: left; } /*-- //login-form --*/ /*-- banner-modal --*/ .modal-open .modal { background: rgba(0, 0, 0, 0.48); } .modal-body { padding: 0 2em 2.5em; } .modal-dialog { margin: 6em auto 0; } .modal-body h4 { font-size: 2em; margin-bottom: 0.4em; font-family: 'Dancing Script', cursive; color: #05c0d8; text-transform: capitalize; letter-spacing: 1px; } .bnr-modal .modal-header { border: none; min-height: 2.5em; padding: 0.5em 2em 0; } .bnr-modal button.close { color: #4362ca; opacity: .9; font-size: 2.5em; outline:none; } .modal-body p { font-weight: 300; } /*-- //banner-modal --*/ /*-- responsive-design --*/ @media(max-width:1440px){ .logo { width: 57%; } } @media(max-width:1080px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 5em; } .banner-text { margin-top: 13em; } .banner { min-height: 675px; } .trip-agileitstext { padding: 2em; } .owl-carousel { padding: 0 2em; } .news-left { padding: 0; } .list-inline> li { margin: 15px 0; } .banner-w3lstext p { width: 60%; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 4em 0; } .trip-agileitsimg { min-height: 412px; } .desoSlide-overlay { width: 52% !important; } .w3layouts-more { margin-top: 1.2em; } .team-grids { padding: 0 .5em; } .view-caption { height: 33%; padding: 15px 15px; } .ehover14 .overlay { padding: 2em 0; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 2.5em 0; } .contact-form input[type="submit"] { padding: .6em 2.5em; } .map iframe { min-height: 300px; } } @media(max-width:991px){ .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 4em; } .banner-w3lstext p { font-size: 1.1em; width: 73%; margin: 1em auto 0; } .banner { min-height: 590px; } .banner-text { margin-top: 11em; } .welcome-w3lleft { float: none; } .trip-agileitsimg { min-height: 330px; } .news-w3text { width: 83%; } .news-right { padding: 0; } .footer-grids:nth-child(1) { padding: 0 5em 0 1em; } .footer-grids:nth-child(2) { margin: 1.5em 0; } .team-grids { padding: 0 4em; } .team-grids { padding: 1em; } .team-row { width: 80%; margin: 0 auto; } .w3nav.show-w3nav { padding: 1em 2em; } .about-right { padding: 0; margin-top: 3em; } .about .bs-example.bs-example-tabs .nav-tabs { border: none; margin: 0 0 1em; } .logo h1 { font-size: 3em; } .header-right { padding-top: 0.6em; } .w3about .banner-w3lstext h2 { font-size: 4em; } .banner.w3about { min-height: 205px; } .w3about .banner-text { margin-top: 3em; } .gallery-grid-img { padding: 0 .5em; } .gallery-grid-img.gallery-mdl { margin: 1em 0; } .ehover14 .overlay { padding: 1em 0; } .contact-form { margin-top: 1em; } .contact-info h5 { margin: 1em 0 0; } } @media(max-width:800px){ .about-right { margin-top: 2em; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 3.5em 0; } h3.w3agileits-title { font-size: 2.5em; } .contact-form input[type="submit"] { padding: .6em 3.3em; } } @media(max-width:768px){ .map iframe { min-height: 255px; } .w3about .banner-w3lstext h2 { font-size: 2.5em; } .banner.w3about { min-height: 185px; } } @media(max-width:667px){ .w3nav.show-w3nav li a { font-size: 1em; } .w3nav li { margin-right: 2em; } .banner-text { margin-top: 9em; } .header { padding-top: 1.5em; } .banner { min-height: 500px; } .banner-w3lstext p { font-size: 1em; width: 82%; } .service-box .agileits-wicon { width: 80px; height: 80px; } .service-box .agileits-wicon i.fa { padding: 0.8em 0; } .welcome-w3lleft h3 { font-size: 2.5em; margin-bottom: 0.2em; } .welcome-w3lleft h5 { margin: 0 0 0.5em; } .news-w3text { width: 83%; padding-left: 1.5em; } .list-inline> li { padding-left: 1em; } .logo h1 { font-size: 2.5em; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 3em; } .menu,.toggle{ height: 45px; width: 50px; } .modal-dialog { margin: 6em auto 0; width: 85%; } .gallery-grid-img.gallery-mdl { margin: 0; } .gallery-grid-img { padding: 0.5em .5em; } .ehover14 .overlay { width: 75%; height: 75%; left: 11%; top: 12%; } .ehover14 h4 { padding: 2.1em 0 1em; } .banner.w3about { min-height: 165px; } .team-row { width: 85%; } .contact-form input[type="submit"] { padding: .6em 2.2em; } } @media(max-width:640px){ .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 3em 0; } .w3layouts-more { font-size: 1em; padding: 0.6em 1.5em; } .news-w3text { width: 81%; padding-left: 1.5em; } .contact-form input[type="text"] { margin-right: .5em; } .contact-form input[type="submit"] { padding: .6em 3em; } .contact-info h5 { font-size: 1.1em; } .contact-info p { margin: 0.5em 0 0; } .footer { padding: 2em 0; } .login-form { width: 70%; } } @media(max-width:600px){ .contact-form input[type="submit"] { padding: .6em 2.5em; } .desoSlide-overlay { width: 65% !important; padding: 2em; left: -100% !important; } } @media(max-width:568px){ .news-w3text { width: 79%; } .w3nav li { display: block; margin-top: 1.5em; } .w3nav li:nth-child(1){ margin-top: 0; } .w3nav.show-w3nav li a { display: block; } .menu.open { height: inherit; z-index: 9999; } .w3nav.show-w3nav { padding: 2em 2em; } .menu ul.dropdown-menu { min-width: 100%; text-align: center; } .bar_group { width: 80%; } .bar_group__bar.thin { margin-bottom: 1em; } .team-row { width: 100%; } .ehover14 h4 { padding: 1.6em 0 1em; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.7em 0; } .map iframe { min-height: 220px; } .contact-grids { padding: 0; } .contact-form input[type="text"] { width: 35.6%; } .wthree-text { margin: 2em 0; } } @media(max-width:480px){ .banner-text { margin-top: 5em; } .banner-w3lstext p { font-size: 0.9em; } .banner { min-height: 380px; } .trip-agileitsimg { min-height: 240px; } .trip-agileitstext.welcome-w3lleft { padding: 1.8em; } .owl-carousel { margin-top: 2em; } .welcome-w3lleft,.welcome-w3lright{ padding: 0; } .welcome-w3lleft h5 { font-size: 1.1em; letter-spacing: 1px; } .w3layouts-more { font-size: 0.9em; padding: 0.6em 1.2em; margin-top: 1em; } .news-w3text { width: 75%; } .desoSlide-overlay { font-size: 0.9em; } .desoSlide-overlay { width: 83% !important; } .team-grids { padding: 0.5em; } .footer h3 { font-size: 2.2em; margin-bottom: 0.2em; } p { font-size: 0.9em; } .banner.w3about { min-height: 159px; } .ehover14 h4 { padding: 1.3em 0 1em; } .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.3em 0; } .contact-form input[type="text"] { width: 100%; margin: 1em 0 0; } } @media(max-width:414px){ .header-right ul li { margin-left: 1em; } .banner-w3lstext p { width: 91%; } .logo h1 { font-size: 2.1em; text-shadow: 2px 1px 0px #fff; } .logo { width: 61%; } .welcome-grids:nth-child(2) { margin-top: 2em; } .welcome-w3lleft h3 { font-size: 2.2em; } .trip-agileitsimg { min-height: 200px; } .news-w3text { width: 70%; } .desoSlide-overlay { padding: 1.5em; top: 14% !important; } .footer a.footer-img { width: 25%; } .footer img { border: 2px solid #fff; padding: 3px; width: 100%; } .about-left { padding: 0; } .bar_group { width: 90%; } .welcome, .trips, .news, .about, .team, .services, .gallery, .contact, .codes { padding: 2em 0; } .team-grids { padding: 0.5em 4.5em; width: 100%; } .gallery-grid-img { width: 100%; } .ehover14 h4 ,.gallery-grid-img.gallery-mdl.ehover14 h4{ padding: 3em 0 1em; } .service-box h5 { font-size: 1em; } .footer-grids:nth-child(1) { padding: 0 2em 0 1em; } } @media(max-width:384px){ .news-w3text { width: 68%; padding-left: 1em; } .news-w3text h4 { font-size: 1.2em; } .news-w3text h6 { font-size: .85em; } .desoSlide-overlay { top: 10% !important; width: 95% !important; } .ehover14 h4, .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 2.5em 0 1em; } .contact-form input[type="submit"] { font-size: 0.9em; } .login-form input[type="text"], .login-form input[type="password"],.wthree-text ul li a,.login-form input[type="submit"] { font-size: 0.9em; } .wthree-text input[type="checkbox"]+label { font-size: 0.9em; } .trips img.trip-w3img { width: 80%; } .contact-info h3.title1 { font-size: 1.5em; } .contact-info h5 { font-size: 1em; } .header-right ul li a { font-size: 1em; } .footer-grids { padding: 0; } .footer-grids:nth-child(1) { padding: 0; } .styled-input input:focus ~ label, .styled-input input:valid ~ label { font-size: 1em; } } @media(max-width:320px){ .header { padding-top: 1em; } .menu, .toggle { height: 38px; width: 45px; } .toggle:before { top: -18%; } .toggle:after, .toggle:before { width: 27px; } .logo h1 { font-size: 1.8em; text-shadow: 2px 1px 0px #fff; } .header-right ul li a { font-size: 0.9em; } .header-right ul li { margin-left: 0.5em; } .logo { width: 59%; } .banner-w3lstext h2, .banner-w3lstext h3 { font-size: 2.5em; } .banner-w3lstext p { width: 95%; font-size: 0.85em; } .banner { min-height: 345px; } .banner-text { margin-top: 4em; } .welcome-w3lleft h5 { font-size: 1em; letter-spacing: 0px; } .welcome-grids:nth-child(2) { margin-top: 1em; } .service-box .agileits-wicon { width: 60px; height: 60px; } .service-box .agileits-wicon i.fa { padding: 0.9em 0; font-size: 1.5em; } .service-box h5 { font-size: 0.9em; margin: 0.6em 1em 0; } .trip-agileitsimg { min-height: 150px; } .news-w3text { width: 62%; padding-left: 0.5em; } .news-w3text p { font-size: 0.85em; } .list-inline> li { padding-left: 0.5em; } .desoSlide-overlay { top: 5% !important; width: 96% !important; font-size: 0.85em; padding: 1em; } .footer { padding: 1.5em 0; } .w3nav li { margin-top: 1em; } .w3nav.show-w3nav { padding: 1em 1em; } .about .bs-example-tabs ul.nav-tabs li:nth-child(1) { padding-right: 1.5em; } .about .bs-example-tabs ul.nav-tabs li { margin-right: 1.5em; } .about .tabcontent-grids ul li { font-size: 0.9em; } h3.w3agileits-title { font-size: 2em; margin-bottom: 0.5em; } .team-grids { padding: 0.5em 1em; width: 100%; } .ehover14 h4, .gallery-grid-img.gallery-mdl.ehover14 h4 { padding: 1.8em 0 1em; } .contact-info { margin-top: 2em; } .contact-info h5 { font-size: 0.9em; } .login-form { width: 90%; } .wthree-text { margin: 1em 0; } } /*-- //responsive-design --*/
0.304559
0.05328
.md-layout { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex: 1; flex: 1; } .md-row { -ms-flex-direction: row; flex-direction: row; } .md-column { -ms-flex-direction: column; flex-direction: column; } /* Container */ .md-layout.md-container { width: 100%; max-width: 1200px; } .md-layout.md-container.md-centered { margin: 0 auto; } /* Alignments */ .md-align-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-center { -ms-flex-pack: center; justify-content: center; } .md-align-end { -ms-flex-pack: end; justify-content: flex-end; } /* Vertical Alignments */ .md-vertical-align-start { -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .md-vertical-align-center { -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; } .md-vertical-align-end { -ms-flex-align: end; align-items: flex-end; -ms-flex-line-pack: end; align-content: flex-end; } .md-vertical-align-stretch { -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } /* Gutter Size */ .md-gutter:not(.md-column) { margin-right: -12px; margin-left: -12px; } .md-gutter:not(.md-column) > .md-layout { padding-right: 12px; padding-left: 12px; } .md-gutter .md-column { margin-top: -12px; margin-bottom: -12px; } .md-gutter .md-column > .md-layout { padding-top: 12px; padding-bottom: 12px; } .md-gutter-8:not(.md-column) { margin-right: -4px; margin-left: -4px; } .md-gutter-8:not(.md-column) > .md-layout { padding-right: 4px; padding-left: 4px; } .md-gutter-8 .md-column { margin-top: -4px; margin-bottom: -4px; } .md-gutter-8 .md-column > .md-layout { padding-top: 4px; padding-bottom: 4px; } .md-gutter-16:not(.md-column) { margin-right: -8px; margin-left: -8px; } .md-gutter-16:not(.md-column) > .md-layout { padding-right: 8px; padding-left: 8px; } .md-gutter-16 .md-column { margin-top: -8px; margin-bottom: -8px; } .md-gutter-16 .md-column > .md-layout { padding-top: 8px; padding-bottom: 8px; } .md-gutter-24:not(.md-column) { margin-right: -12px; margin-left: -12px; } .md-gutter-24:not(.md-column) > .md-layout { padding-right: 12px; padding-left: 12px; } .md-gutter-24 .md-column { margin-top: -12px; margin-bottom: -12px; } .md-gutter-24 .md-column > .md-layout { padding-top: 12px; padding-bottom: 12px; } .md-gutter-40:not(.md-column) { margin-right: -20px; margin-left: -20px; } .md-gutter-40:not(.md-column) > .md-layout { padding-right: 20px; padding-left: 20px; } .md-gutter-40 .md-column { margin-top: -20px; margin-bottom: -20px; } .md-gutter-40 .md-column > .md-layout { padding-top: 20px; padding-bottom: 20px; } /* Flex Size */ .md-flex { -ms-flex: 1 1; flex: 1 1; } .md-flex-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-33 { margin-left: 33.33333%; } .md-flex-offset-66 { margin-left: 66.66666%; } .md-flex-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-5 { margin-left: 5%; } .md-flex-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-10 { margin-left: 10%; } .md-flex-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-15 { margin-left: 15%; } .md-flex-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-20 { margin-left: 20%; } .md-flex-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-25 { margin-left: 25%; } .md-flex-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-30 { margin-left: 30%; } .md-flex-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-35 { margin-left: 35%; } .md-flex-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-40 { margin-left: 40%; } .md-flex-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-45 { margin-left: 45%; } .md-flex-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-50 { margin-left: 50%; } .md-flex-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-55 { margin-left: 55%; } .md-flex-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-60 { margin-left: 60%; } .md-flex-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-65 { margin-left: 65%; } .md-flex-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-70 { margin-left: 70%; } .md-flex-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-75 { margin-left: 75%; } .md-flex-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-80 { margin-left: 80%; } .md-flex-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-85 { margin-left: 85%; } .md-flex-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-90 { margin-left: 90%; } .md-flex-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-95 { margin-left: 95%; } .md-flex-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-100 { margin-left: 100%; } /* Responsive Breakpoints */ @media (max-width: 944px) { .md-gutter:not(.md-column) { margin-right: -8px; margin-left: -8px; } .md-gutter:not(.md-column) > .md-layout { padding-right: 8px; padding-left: 8px; } .md-gutter .md-column { margin-top: -8px; margin-bottom: -8px; } .md-gutter .md-column > .md-layout { padding-top: 8px; padding-bottom: 8px; } .md-row-small { -ms-flex-direction: row; flex-direction: row; } .md-column-small { -ms-flex-direction: column; flex-direction: column; } .md-flex-small { -ms-flex: 1 1; flex: 1 1; } .md-flex-small-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-small-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-small-33 { margin-left: 33.33333%; } .md-flex-offset-small-66 { margin-left: 66.66666%; } .md-flex-small-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-small-5 { margin-left: 5%; } .md-flex-small-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-small-10 { margin-left: 10%; } .md-flex-small-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-small-15 { margin-left: 15%; } .md-flex-small-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-small-20 { margin-left: 20%; } .md-flex-small-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-small-25 { margin-left: 25%; } .md-flex-small-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-small-30 { margin-left: 30%; } .md-flex-small-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-small-35 { margin-left: 35%; } .md-flex-small-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-small-40 { margin-left: 40%; } .md-flex-small-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-small-45 { margin-left: 45%; } .md-flex-small-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-small-50 { margin-left: 50%; } .md-flex-small-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-small-55 { margin-left: 55%; } .md-flex-small-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-small-60 { margin-left: 60%; } .md-flex-small-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-small-65 { margin-left: 65%; } .md-flex-small-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-small-70 { margin-left: 70%; } .md-flex-small-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-small-75 { margin-left: 75%; } .md-flex-small-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-small-80 { margin-left: 80%; } .md-flex-small-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-small-85 { margin-left: 85%; } .md-flex-small-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-small-90 { margin-left: 90%; } .md-flex-small-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-small-95 { margin-left: 95%; } .md-flex-small-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-small-100 { margin-left: 100%; } .md-align-small-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-small-center { -ms-flex-pack: center; justify-content: center; } .md-align-small-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-small { display: none; } } @media (min-width: 1904px) { .md-row-xlarge { -ms-flex-direction: row; flex-direction: row; } .md-column-xlarge { -ms-flex-direction: column; flex-direction: column; } .md-flex-xlarge { -ms-flex: 1 1; flex: 1 1; } .md-flex-xlarge-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xlarge-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xlarge-33 { margin-left: 33.33333%; } .md-flex-offset-xlarge-66 { margin-left: 66.66666%; } .md-flex-xlarge-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xlarge-5 { margin-left: 5%; } .md-flex-xlarge-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xlarge-10 { margin-left: 10%; } .md-flex-xlarge-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xlarge-15 { margin-left: 15%; } .md-flex-xlarge-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xlarge-20 { margin-left: 20%; } .md-flex-xlarge-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xlarge-25 { margin-left: 25%; } .md-flex-xlarge-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xlarge-30 { margin-left: 30%; } .md-flex-xlarge-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xlarge-35 { margin-left: 35%; } .md-flex-xlarge-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xlarge-40 { margin-left: 40%; } .md-flex-xlarge-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xlarge-45 { margin-left: 45%; } .md-flex-xlarge-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xlarge-50 { margin-left: 50%; } .md-flex-xlarge-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xlarge-55 { margin-left: 55%; } .md-flex-xlarge-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xlarge-60 { margin-left: 60%; } .md-flex-xlarge-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xlarge-65 { margin-left: 65%; } .md-flex-xlarge-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xlarge-70 { margin-left: 70%; } .md-flex-xlarge-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xlarge-75 { margin-left: 75%; } .md-flex-xlarge-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xlarge-80 { margin-left: 80%; } .md-flex-xlarge-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xlarge-85 { margin-left: 85%; } .md-flex-xlarge-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xlarge-90 { margin-left: 90%; } .md-flex-xlarge-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xlarge-95 { margin-left: 95%; } .md-flex-xlarge-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xlarge-100 { margin-left: 100%; } .md-align-xlarge-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xlarge-center { -ms-flex-pack: center; justify-content: center; } .md-align-xlarge-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xlarge { display: none; } } @media (max-width: 1903px) { .md-row-large { -ms-flex-direction: row; flex-direction: row; } .md-column-large { -ms-flex-direction: column; flex-direction: column; } .md-flex-large { -ms-flex: 1 1; flex: 1 1; } .md-flex-large-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-large-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-large-33 { margin-left: 33.33333%; } .md-flex-offset-large-66 { margin-left: 66.66666%; } .md-flex-large-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-large-5 { margin-left: 5%; } .md-flex-large-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-large-10 { margin-left: 10%; } .md-flex-large-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-large-15 { margin-left: 15%; } .md-flex-large-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-large-20 { margin-left: 20%; } .md-flex-large-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-large-25 { margin-left: 25%; } .md-flex-large-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-large-30 { margin-left: 30%; } .md-flex-large-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-large-35 { margin-left: 35%; } .md-flex-large-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-large-40 { margin-left: 40%; } .md-flex-large-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-large-45 { margin-left: 45%; } .md-flex-large-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-large-50 { margin-left: 50%; } .md-flex-large-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-large-55 { margin-left: 55%; } .md-flex-large-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-large-60 { margin-left: 60%; } .md-flex-large-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-large-65 { margin-left: 65%; } .md-flex-large-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-large-70 { margin-left: 70%; } .md-flex-large-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-large-75 { margin-left: 75%; } .md-flex-large-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-large-80 { margin-left: 80%; } .md-flex-large-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-large-85 { margin-left: 85%; } .md-flex-large-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-large-90 { margin-left: 90%; } .md-flex-large-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-large-95 { margin-left: 95%; } .md-flex-large-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-large-100 { margin-left: 100%; } .md-align-large-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-large-center { -ms-flex-pack: center; justify-content: center; } .md-align-large-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-large { display: none; } } @media (max-width: 1264px) { .md-row-medium { -ms-flex-direction: row; flex-direction: row; } .md-column-medium { -ms-flex-direction: column; flex-direction: column; } .md-flex-medium { -ms-flex: 1 1; flex: 1 1; } .md-flex-medium-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-medium-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-medium-33 { margin-left: 33.33333%; } .md-flex-offset-medium-66 { margin-left: 66.66666%; } .md-flex-medium-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-medium-5 { margin-left: 5%; } .md-flex-medium-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-medium-10 { margin-left: 10%; } .md-flex-medium-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-medium-15 { margin-left: 15%; } .md-flex-medium-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-medium-20 { margin-left: 20%; } .md-flex-medium-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-medium-25 { margin-left: 25%; } .md-flex-medium-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-medium-30 { margin-left: 30%; } .md-flex-medium-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-medium-35 { margin-left: 35%; } .md-flex-medium-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-medium-40 { margin-left: 40%; } .md-flex-medium-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-medium-45 { margin-left: 45%; } .md-flex-medium-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-medium-50 { margin-left: 50%; } .md-flex-medium-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-medium-55 { margin-left: 55%; } .md-flex-medium-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-medium-60 { margin-left: 60%; } .md-flex-medium-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-medium-65 { margin-left: 65%; } .md-flex-medium-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-medium-70 { margin-left: 70%; } .md-flex-medium-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-medium-75 { margin-left: 75%; } .md-flex-medium-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-medium-80 { margin-left: 80%; } .md-flex-medium-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-medium-85 { margin-left: 85%; } .md-flex-medium-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-medium-90 { margin-left: 90%; } .md-flex-medium-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-medium-95 { margin-left: 95%; } .md-flex-medium-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-medium-100 { margin-left: 100%; } .md-align-medium-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-medium-center { -ms-flex-pack: center; justify-content: center; } .md-align-medium-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-medium { display: none; } } @media (max-width: 600px) { .md-row-xsmall { -ms-flex-direction: row; flex-direction: row; } .md-column-xsmall { -ms-flex-direction: column; flex-direction: column; } .md-flex-xsmall { -ms-flex: 1 1; flex: 1 1; } .md-flex-xsmall-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xsmall-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xsmall-33 { margin-left: 33.33333%; } .md-flex-offset-xsmall-66 { margin-left: 66.66666%; } .md-flex-xsmall-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xsmall-5 { margin-left: 5%; } .md-flex-xsmall-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xsmall-10 { margin-left: 10%; } .md-flex-xsmall-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xsmall-15 { margin-left: 15%; } .md-flex-xsmall-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xsmall-20 { margin-left: 20%; } .md-flex-xsmall-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xsmall-25 { margin-left: 25%; } .md-flex-xsmall-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xsmall-30 { margin-left: 30%; } .md-flex-xsmall-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xsmall-35 { margin-left: 35%; } .md-flex-xsmall-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xsmall-40 { margin-left: 40%; } .md-flex-xsmall-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xsmall-45 { margin-left: 45%; } .md-flex-xsmall-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xsmall-50 { margin-left: 50%; } .md-flex-xsmall-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xsmall-55 { margin-left: 55%; } .md-flex-xsmall-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xsmall-60 { margin-left: 60%; } .md-flex-xsmall-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xsmall-65 { margin-left: 65%; } .md-flex-xsmall-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xsmall-70 { margin-left: 70%; } .md-flex-xsmall-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xsmall-75 { margin-left: 75%; } .md-flex-xsmall-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xsmall-80 { margin-left: 80%; } .md-flex-xsmall-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xsmall-85 { margin-left: 85%; } .md-flex-xsmall-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xsmall-90 { margin-left: 90%; } .md-flex-xsmall-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xsmall-95 { margin-left: 95%; } .md-flex-xsmall-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xsmall-100 { margin-left: 100%; } .md-align-xsmall-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xsmall-center { -ms-flex-pack: center; justify-content: center; } .md-align-xsmall-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xsmall { display: none; } } @media (min-width: 1264px) { .md-row-large-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-large-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-large-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-large-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-large-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-large-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-large-and-up-66 { margin-left: 66.66666%; } .md-flex-large-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-large-and-up-5 { margin-left: 5%; } .md-flex-large-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-large-and-up-10 { margin-left: 10%; } .md-flex-large-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-large-and-up-15 { margin-left: 15%; } .md-flex-large-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-large-and-up-20 { margin-left: 20%; } .md-flex-large-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-large-and-up-25 { margin-left: 25%; } .md-flex-large-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-large-and-up-30 { margin-left: 30%; } .md-flex-large-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-large-and-up-35 { margin-left: 35%; } .md-flex-large-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-large-and-up-40 { margin-left: 40%; } .md-flex-large-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-large-and-up-45 { margin-left: 45%; } .md-flex-large-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-large-and-up-50 { margin-left: 50%; } .md-flex-large-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-large-and-up-55 { margin-left: 55%; } .md-flex-large-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-large-and-up-60 { margin-left: 60%; } .md-flex-large-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-large-and-up-65 { margin-left: 65%; } .md-flex-large-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-large-and-up-70 { margin-left: 70%; } .md-flex-large-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-large-and-up-75 { margin-left: 75%; } .md-flex-large-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-large-and-up-80 { margin-left: 80%; } .md-flex-large-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-large-and-up-85 { margin-left: 85%; } .md-flex-large-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-large-and-up-90 { margin-left: 90%; } .md-flex-large-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-large-and-up-95 { margin-left: 95%; } .md-flex-large-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-large-and-up-100 { margin-left: 100%; } .md-align-large-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-large-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-large-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-large-and-up { display: none; } } @media (min-width: 944px) { .md-row-medium-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-medium-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-medium-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-medium-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-medium-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-medium-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-medium-and-up-66 { margin-left: 66.66666%; } .md-flex-medium-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-medium-and-up-5 { margin-left: 5%; } .md-flex-medium-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-medium-and-up-10 { margin-left: 10%; } .md-flex-medium-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-medium-and-up-15 { margin-left: 15%; } .md-flex-medium-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-medium-and-up-20 { margin-left: 20%; } .md-flex-medium-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-medium-and-up-25 { margin-left: 25%; } .md-flex-medium-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-medium-and-up-30 { margin-left: 30%; } .md-flex-medium-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-medium-and-up-35 { margin-left: 35%; } .md-flex-medium-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-medium-and-up-40 { margin-left: 40%; } .md-flex-medium-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-medium-and-up-45 { margin-left: 45%; } .md-flex-medium-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-medium-and-up-50 { margin-left: 50%; } .md-flex-medium-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-medium-and-up-55 { margin-left: 55%; } .md-flex-medium-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-medium-and-up-60 { margin-left: 60%; } .md-flex-medium-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-medium-and-up-65 { margin-left: 65%; } .md-flex-medium-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-medium-and-up-70 { margin-left: 70%; } .md-flex-medium-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-medium-and-up-75 { margin-left: 75%; } .md-flex-medium-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-medium-and-up-80 { margin-left: 80%; } .md-flex-medium-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-medium-and-up-85 { margin-left: 85%; } .md-flex-medium-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-medium-and-up-90 { margin-left: 90%; } .md-flex-medium-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-medium-and-up-95 { margin-left: 95%; } .md-flex-medium-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-medium-and-up-100 { margin-left: 100%; } .md-align-medium-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-medium-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-medium-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-medium-and-up { display: none; } } @media (min-width: 660px) { .md-row-small-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-small-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-small-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-small-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-small-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-small-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-small-and-up-66 { margin-left: 66.66666%; } .md-flex-small-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-small-and-up-5 { margin-left: 5%; } .md-flex-small-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-small-and-up-10 { margin-left: 10%; } .md-flex-small-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-small-and-up-15 { margin-left: 15%; } .md-flex-small-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-small-and-up-20 { margin-left: 20%; } .md-flex-small-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-small-and-up-25 { margin-left: 25%; } .md-flex-small-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-small-and-up-30 { margin-left: 30%; } .md-flex-small-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-small-and-up-35 { margin-left: 35%; } .md-flex-small-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-small-and-up-40 { margin-left: 40%; } .md-flex-small-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-small-and-up-45 { margin-left: 45%; } .md-flex-small-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-small-and-up-50 { margin-left: 50%; } .md-flex-small-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-small-and-up-55 { margin-left: 55%; } .md-flex-small-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-small-and-up-60 { margin-left: 60%; } .md-flex-small-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-small-and-up-65 { margin-left: 65%; } .md-flex-small-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-small-and-up-70 { margin-left: 70%; } .md-flex-small-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-small-and-up-75 { margin-left: 75%; } .md-flex-small-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-small-and-up-80 { margin-left: 80%; } .md-flex-small-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-small-and-up-85 { margin-left: 85%; } .md-flex-small-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-small-and-up-90 { margin-left: 90%; } .md-flex-small-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-small-and-up-95 { margin-left: 95%; } .md-flex-small-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-small-and-up-100 { margin-left: 100%; } .md-align-small-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-small-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-small-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-small-and-up { display: none; } } @media (min-width: 300px) { .md-row-xsmall-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-xsmall-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-xsmall-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-xsmall-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xsmall-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xsmall-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-xsmall-and-up-66 { margin-left: 66.66666%; } .md-flex-xsmall-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xsmall-and-up-5 { margin-left: 5%; } .md-flex-xsmall-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xsmall-and-up-10 { margin-left: 10%; } .md-flex-xsmall-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xsmall-and-up-15 { margin-left: 15%; } .md-flex-xsmall-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xsmall-and-up-20 { margin-left: 20%; } .md-flex-xsmall-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xsmall-and-up-25 { margin-left: 25%; } .md-flex-xsmall-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xsmall-and-up-30 { margin-left: 30%; } .md-flex-xsmall-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xsmall-and-up-35 { margin-left: 35%; } .md-flex-xsmall-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xsmall-and-up-40 { margin-left: 40%; } .md-flex-xsmall-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xsmall-and-up-45 { margin-left: 45%; } .md-flex-xsmall-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xsmall-and-up-50 { margin-left: 50%; } .md-flex-xsmall-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xsmall-and-up-55 { margin-left: 55%; } .md-flex-xsmall-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xsmall-and-up-60 { margin-left: 60%; } .md-flex-xsmall-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xsmall-and-up-65 { margin-left: 65%; } .md-flex-xsmall-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xsmall-and-up-70 { margin-left: 70%; } .md-flex-xsmall-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xsmall-and-up-75 { margin-left: 75%; } .md-flex-xsmall-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xsmall-and-up-80 { margin-left: 80%; } .md-flex-xsmall-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xsmall-and-up-85 { margin-left: 85%; } .md-flex-xsmall-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xsmall-and-up-90 { margin-left: 90%; } .md-flex-xsmall-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xsmall-and-up-95 { margin-left: 95%; } .md-flex-xsmall-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xsmall-and-up-100 { margin-left: 100%; } .md-align-xsmall-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xsmall-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-xsmall-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xsmall-and-up { display: none; } } /*# sourceMappingURL=index.css.map*/
dist/components/mdLayout/index.css
.md-layout { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex: 1; flex: 1; } .md-row { -ms-flex-direction: row; flex-direction: row; } .md-column { -ms-flex-direction: column; flex-direction: column; } /* Container */ .md-layout.md-container { width: 100%; max-width: 1200px; } .md-layout.md-container.md-centered { margin: 0 auto; } /* Alignments */ .md-align-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-center { -ms-flex-pack: center; justify-content: center; } .md-align-end { -ms-flex-pack: end; justify-content: flex-end; } /* Vertical Alignments */ .md-vertical-align-start { -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .md-vertical-align-center { -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; } .md-vertical-align-end { -ms-flex-align: end; align-items: flex-end; -ms-flex-line-pack: end; align-content: flex-end; } .md-vertical-align-stretch { -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } /* Gutter Size */ .md-gutter:not(.md-column) { margin-right: -12px; margin-left: -12px; } .md-gutter:not(.md-column) > .md-layout { padding-right: 12px; padding-left: 12px; } .md-gutter .md-column { margin-top: -12px; margin-bottom: -12px; } .md-gutter .md-column > .md-layout { padding-top: 12px; padding-bottom: 12px; } .md-gutter-8:not(.md-column) { margin-right: -4px; margin-left: -4px; } .md-gutter-8:not(.md-column) > .md-layout { padding-right: 4px; padding-left: 4px; } .md-gutter-8 .md-column { margin-top: -4px; margin-bottom: -4px; } .md-gutter-8 .md-column > .md-layout { padding-top: 4px; padding-bottom: 4px; } .md-gutter-16:not(.md-column) { margin-right: -8px; margin-left: -8px; } .md-gutter-16:not(.md-column) > .md-layout { padding-right: 8px; padding-left: 8px; } .md-gutter-16 .md-column { margin-top: -8px; margin-bottom: -8px; } .md-gutter-16 .md-column > .md-layout { padding-top: 8px; padding-bottom: 8px; } .md-gutter-24:not(.md-column) { margin-right: -12px; margin-left: -12px; } .md-gutter-24:not(.md-column) > .md-layout { padding-right: 12px; padding-left: 12px; } .md-gutter-24 .md-column { margin-top: -12px; margin-bottom: -12px; } .md-gutter-24 .md-column > .md-layout { padding-top: 12px; padding-bottom: 12px; } .md-gutter-40:not(.md-column) { margin-right: -20px; margin-left: -20px; } .md-gutter-40:not(.md-column) > .md-layout { padding-right: 20px; padding-left: 20px; } .md-gutter-40 .md-column { margin-top: -20px; margin-bottom: -20px; } .md-gutter-40 .md-column > .md-layout { padding-top: 20px; padding-bottom: 20px; } /* Flex Size */ .md-flex { -ms-flex: 1 1; flex: 1 1; } .md-flex-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-33 { margin-left: 33.33333%; } .md-flex-offset-66 { margin-left: 66.66666%; } .md-flex-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-5 { margin-left: 5%; } .md-flex-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-10 { margin-left: 10%; } .md-flex-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-15 { margin-left: 15%; } .md-flex-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-20 { margin-left: 20%; } .md-flex-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-25 { margin-left: 25%; } .md-flex-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-30 { margin-left: 30%; } .md-flex-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-35 { margin-left: 35%; } .md-flex-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-40 { margin-left: 40%; } .md-flex-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-45 { margin-left: 45%; } .md-flex-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-50 { margin-left: 50%; } .md-flex-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-55 { margin-left: 55%; } .md-flex-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-60 { margin-left: 60%; } .md-flex-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-65 { margin-left: 65%; } .md-flex-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-70 { margin-left: 70%; } .md-flex-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-75 { margin-left: 75%; } .md-flex-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-80 { margin-left: 80%; } .md-flex-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-85 { margin-left: 85%; } .md-flex-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-90 { margin-left: 90%; } .md-flex-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-95 { margin-left: 95%; } .md-flex-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-100 { margin-left: 100%; } /* Responsive Breakpoints */ @media (max-width: 944px) { .md-gutter:not(.md-column) { margin-right: -8px; margin-left: -8px; } .md-gutter:not(.md-column) > .md-layout { padding-right: 8px; padding-left: 8px; } .md-gutter .md-column { margin-top: -8px; margin-bottom: -8px; } .md-gutter .md-column > .md-layout { padding-top: 8px; padding-bottom: 8px; } .md-row-small { -ms-flex-direction: row; flex-direction: row; } .md-column-small { -ms-flex-direction: column; flex-direction: column; } .md-flex-small { -ms-flex: 1 1; flex: 1 1; } .md-flex-small-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-small-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-small-33 { margin-left: 33.33333%; } .md-flex-offset-small-66 { margin-left: 66.66666%; } .md-flex-small-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-small-5 { margin-left: 5%; } .md-flex-small-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-small-10 { margin-left: 10%; } .md-flex-small-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-small-15 { margin-left: 15%; } .md-flex-small-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-small-20 { margin-left: 20%; } .md-flex-small-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-small-25 { margin-left: 25%; } .md-flex-small-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-small-30 { margin-left: 30%; } .md-flex-small-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-small-35 { margin-left: 35%; } .md-flex-small-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-small-40 { margin-left: 40%; } .md-flex-small-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-small-45 { margin-left: 45%; } .md-flex-small-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-small-50 { margin-left: 50%; } .md-flex-small-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-small-55 { margin-left: 55%; } .md-flex-small-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-small-60 { margin-left: 60%; } .md-flex-small-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-small-65 { margin-left: 65%; } .md-flex-small-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-small-70 { margin-left: 70%; } .md-flex-small-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-small-75 { margin-left: 75%; } .md-flex-small-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-small-80 { margin-left: 80%; } .md-flex-small-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-small-85 { margin-left: 85%; } .md-flex-small-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-small-90 { margin-left: 90%; } .md-flex-small-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-small-95 { margin-left: 95%; } .md-flex-small-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-small-100 { margin-left: 100%; } .md-align-small-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-small-center { -ms-flex-pack: center; justify-content: center; } .md-align-small-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-small { display: none; } } @media (min-width: 1904px) { .md-row-xlarge { -ms-flex-direction: row; flex-direction: row; } .md-column-xlarge { -ms-flex-direction: column; flex-direction: column; } .md-flex-xlarge { -ms-flex: 1 1; flex: 1 1; } .md-flex-xlarge-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xlarge-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xlarge-33 { margin-left: 33.33333%; } .md-flex-offset-xlarge-66 { margin-left: 66.66666%; } .md-flex-xlarge-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xlarge-5 { margin-left: 5%; } .md-flex-xlarge-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xlarge-10 { margin-left: 10%; } .md-flex-xlarge-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xlarge-15 { margin-left: 15%; } .md-flex-xlarge-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xlarge-20 { margin-left: 20%; } .md-flex-xlarge-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xlarge-25 { margin-left: 25%; } .md-flex-xlarge-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xlarge-30 { margin-left: 30%; } .md-flex-xlarge-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xlarge-35 { margin-left: 35%; } .md-flex-xlarge-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xlarge-40 { margin-left: 40%; } .md-flex-xlarge-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xlarge-45 { margin-left: 45%; } .md-flex-xlarge-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xlarge-50 { margin-left: 50%; } .md-flex-xlarge-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xlarge-55 { margin-left: 55%; } .md-flex-xlarge-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xlarge-60 { margin-left: 60%; } .md-flex-xlarge-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xlarge-65 { margin-left: 65%; } .md-flex-xlarge-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xlarge-70 { margin-left: 70%; } .md-flex-xlarge-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xlarge-75 { margin-left: 75%; } .md-flex-xlarge-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xlarge-80 { margin-left: 80%; } .md-flex-xlarge-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xlarge-85 { margin-left: 85%; } .md-flex-xlarge-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xlarge-90 { margin-left: 90%; } .md-flex-xlarge-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xlarge-95 { margin-left: 95%; } .md-flex-xlarge-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xlarge-100 { margin-left: 100%; } .md-align-xlarge-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xlarge-center { -ms-flex-pack: center; justify-content: center; } .md-align-xlarge-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xlarge { display: none; } } @media (max-width: 1903px) { .md-row-large { -ms-flex-direction: row; flex-direction: row; } .md-column-large { -ms-flex-direction: column; flex-direction: column; } .md-flex-large { -ms-flex: 1 1; flex: 1 1; } .md-flex-large-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-large-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-large-33 { margin-left: 33.33333%; } .md-flex-offset-large-66 { margin-left: 66.66666%; } .md-flex-large-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-large-5 { margin-left: 5%; } .md-flex-large-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-large-10 { margin-left: 10%; } .md-flex-large-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-large-15 { margin-left: 15%; } .md-flex-large-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-large-20 { margin-left: 20%; } .md-flex-large-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-large-25 { margin-left: 25%; } .md-flex-large-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-large-30 { margin-left: 30%; } .md-flex-large-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-large-35 { margin-left: 35%; } .md-flex-large-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-large-40 { margin-left: 40%; } .md-flex-large-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-large-45 { margin-left: 45%; } .md-flex-large-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-large-50 { margin-left: 50%; } .md-flex-large-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-large-55 { margin-left: 55%; } .md-flex-large-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-large-60 { margin-left: 60%; } .md-flex-large-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-large-65 { margin-left: 65%; } .md-flex-large-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-large-70 { margin-left: 70%; } .md-flex-large-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-large-75 { margin-left: 75%; } .md-flex-large-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-large-80 { margin-left: 80%; } .md-flex-large-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-large-85 { margin-left: 85%; } .md-flex-large-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-large-90 { margin-left: 90%; } .md-flex-large-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-large-95 { margin-left: 95%; } .md-flex-large-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-large-100 { margin-left: 100%; } .md-align-large-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-large-center { -ms-flex-pack: center; justify-content: center; } .md-align-large-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-large { display: none; } } @media (max-width: 1264px) { .md-row-medium { -ms-flex-direction: row; flex-direction: row; } .md-column-medium { -ms-flex-direction: column; flex-direction: column; } .md-flex-medium { -ms-flex: 1 1; flex: 1 1; } .md-flex-medium-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-medium-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-medium-33 { margin-left: 33.33333%; } .md-flex-offset-medium-66 { margin-left: 66.66666%; } .md-flex-medium-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-medium-5 { margin-left: 5%; } .md-flex-medium-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-medium-10 { margin-left: 10%; } .md-flex-medium-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-medium-15 { margin-left: 15%; } .md-flex-medium-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-medium-20 { margin-left: 20%; } .md-flex-medium-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-medium-25 { margin-left: 25%; } .md-flex-medium-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-medium-30 { margin-left: 30%; } .md-flex-medium-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-medium-35 { margin-left: 35%; } .md-flex-medium-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-medium-40 { margin-left: 40%; } .md-flex-medium-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-medium-45 { margin-left: 45%; } .md-flex-medium-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-medium-50 { margin-left: 50%; } .md-flex-medium-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-medium-55 { margin-left: 55%; } .md-flex-medium-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-medium-60 { margin-left: 60%; } .md-flex-medium-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-medium-65 { margin-left: 65%; } .md-flex-medium-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-medium-70 { margin-left: 70%; } .md-flex-medium-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-medium-75 { margin-left: 75%; } .md-flex-medium-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-medium-80 { margin-left: 80%; } .md-flex-medium-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-medium-85 { margin-left: 85%; } .md-flex-medium-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-medium-90 { margin-left: 90%; } .md-flex-medium-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-medium-95 { margin-left: 95%; } .md-flex-medium-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-medium-100 { margin-left: 100%; } .md-align-medium-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-medium-center { -ms-flex-pack: center; justify-content: center; } .md-align-medium-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-medium { display: none; } } @media (max-width: 600px) { .md-row-xsmall { -ms-flex-direction: row; flex-direction: row; } .md-column-xsmall { -ms-flex-direction: column; flex-direction: column; } .md-flex-xsmall { -ms-flex: 1 1; flex: 1 1; } .md-flex-xsmall-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xsmall-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xsmall-33 { margin-left: 33.33333%; } .md-flex-offset-xsmall-66 { margin-left: 66.66666%; } .md-flex-xsmall-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xsmall-5 { margin-left: 5%; } .md-flex-xsmall-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xsmall-10 { margin-left: 10%; } .md-flex-xsmall-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xsmall-15 { margin-left: 15%; } .md-flex-xsmall-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xsmall-20 { margin-left: 20%; } .md-flex-xsmall-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xsmall-25 { margin-left: 25%; } .md-flex-xsmall-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xsmall-30 { margin-left: 30%; } .md-flex-xsmall-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xsmall-35 { margin-left: 35%; } .md-flex-xsmall-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xsmall-40 { margin-left: 40%; } .md-flex-xsmall-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xsmall-45 { margin-left: 45%; } .md-flex-xsmall-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xsmall-50 { margin-left: 50%; } .md-flex-xsmall-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xsmall-55 { margin-left: 55%; } .md-flex-xsmall-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xsmall-60 { margin-left: 60%; } .md-flex-xsmall-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xsmall-65 { margin-left: 65%; } .md-flex-xsmall-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xsmall-70 { margin-left: 70%; } .md-flex-xsmall-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xsmall-75 { margin-left: 75%; } .md-flex-xsmall-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xsmall-80 { margin-left: 80%; } .md-flex-xsmall-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xsmall-85 { margin-left: 85%; } .md-flex-xsmall-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xsmall-90 { margin-left: 90%; } .md-flex-xsmall-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xsmall-95 { margin-left: 95%; } .md-flex-xsmall-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xsmall-100 { margin-left: 100%; } .md-align-xsmall-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xsmall-center { -ms-flex-pack: center; justify-content: center; } .md-align-xsmall-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xsmall { display: none; } } @media (min-width: 1264px) { .md-row-large-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-large-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-large-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-large-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-large-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-large-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-large-and-up-66 { margin-left: 66.66666%; } .md-flex-large-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-large-and-up-5 { margin-left: 5%; } .md-flex-large-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-large-and-up-10 { margin-left: 10%; } .md-flex-large-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-large-and-up-15 { margin-left: 15%; } .md-flex-large-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-large-and-up-20 { margin-left: 20%; } .md-flex-large-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-large-and-up-25 { margin-left: 25%; } .md-flex-large-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-large-and-up-30 { margin-left: 30%; } .md-flex-large-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-large-and-up-35 { margin-left: 35%; } .md-flex-large-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-large-and-up-40 { margin-left: 40%; } .md-flex-large-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-large-and-up-45 { margin-left: 45%; } .md-flex-large-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-large-and-up-50 { margin-left: 50%; } .md-flex-large-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-large-and-up-55 { margin-left: 55%; } .md-flex-large-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-large-and-up-60 { margin-left: 60%; } .md-flex-large-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-large-and-up-65 { margin-left: 65%; } .md-flex-large-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-large-and-up-70 { margin-left: 70%; } .md-flex-large-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-large-and-up-75 { margin-left: 75%; } .md-flex-large-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-large-and-up-80 { margin-left: 80%; } .md-flex-large-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-large-and-up-85 { margin-left: 85%; } .md-flex-large-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-large-and-up-90 { margin-left: 90%; } .md-flex-large-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-large-and-up-95 { margin-left: 95%; } .md-flex-large-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-large-and-up-100 { margin-left: 100%; } .md-align-large-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-large-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-large-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-large-and-up { display: none; } } @media (min-width: 944px) { .md-row-medium-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-medium-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-medium-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-medium-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-medium-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-medium-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-medium-and-up-66 { margin-left: 66.66666%; } .md-flex-medium-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-medium-and-up-5 { margin-left: 5%; } .md-flex-medium-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-medium-and-up-10 { margin-left: 10%; } .md-flex-medium-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-medium-and-up-15 { margin-left: 15%; } .md-flex-medium-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-medium-and-up-20 { margin-left: 20%; } .md-flex-medium-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-medium-and-up-25 { margin-left: 25%; } .md-flex-medium-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-medium-and-up-30 { margin-left: 30%; } .md-flex-medium-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-medium-and-up-35 { margin-left: 35%; } .md-flex-medium-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-medium-and-up-40 { margin-left: 40%; } .md-flex-medium-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-medium-and-up-45 { margin-left: 45%; } .md-flex-medium-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-medium-and-up-50 { margin-left: 50%; } .md-flex-medium-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-medium-and-up-55 { margin-left: 55%; } .md-flex-medium-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-medium-and-up-60 { margin-left: 60%; } .md-flex-medium-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-medium-and-up-65 { margin-left: 65%; } .md-flex-medium-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-medium-and-up-70 { margin-left: 70%; } .md-flex-medium-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-medium-and-up-75 { margin-left: 75%; } .md-flex-medium-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-medium-and-up-80 { margin-left: 80%; } .md-flex-medium-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-medium-and-up-85 { margin-left: 85%; } .md-flex-medium-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-medium-and-up-90 { margin-left: 90%; } .md-flex-medium-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-medium-and-up-95 { margin-left: 95%; } .md-flex-medium-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-medium-and-up-100 { margin-left: 100%; } .md-align-medium-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-medium-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-medium-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-medium-and-up { display: none; } } @media (min-width: 660px) { .md-row-small-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-small-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-small-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-small-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-small-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-small-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-small-and-up-66 { margin-left: 66.66666%; } .md-flex-small-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-small-and-up-5 { margin-left: 5%; } .md-flex-small-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-small-and-up-10 { margin-left: 10%; } .md-flex-small-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-small-and-up-15 { margin-left: 15%; } .md-flex-small-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-small-and-up-20 { margin-left: 20%; } .md-flex-small-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-small-and-up-25 { margin-left: 25%; } .md-flex-small-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-small-and-up-30 { margin-left: 30%; } .md-flex-small-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-small-and-up-35 { margin-left: 35%; } .md-flex-small-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-small-and-up-40 { margin-left: 40%; } .md-flex-small-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-small-and-up-45 { margin-left: 45%; } .md-flex-small-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-small-and-up-50 { margin-left: 50%; } .md-flex-small-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-small-and-up-55 { margin-left: 55%; } .md-flex-small-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-small-and-up-60 { margin-left: 60%; } .md-flex-small-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-small-and-up-65 { margin-left: 65%; } .md-flex-small-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-small-and-up-70 { margin-left: 70%; } .md-flex-small-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-small-and-up-75 { margin-left: 75%; } .md-flex-small-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-small-and-up-80 { margin-left: 80%; } .md-flex-small-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-small-and-up-85 { margin-left: 85%; } .md-flex-small-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-small-and-up-90 { margin-left: 90%; } .md-flex-small-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-small-and-up-95 { margin-left: 95%; } .md-flex-small-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-small-and-up-100 { margin-left: 100%; } .md-align-small-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-small-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-small-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-small-and-up { display: none; } } @media (min-width: 300px) { .md-row-xsmall-and-up { -ms-flex-direction: row; flex-direction: row; } .md-column-xsmall-and-up { -ms-flex-direction: column; flex-direction: column; } .md-flex-xsmall-and-up { -ms-flex: 1 1; flex: 1 1; } .md-flex-xsmall-and-up-33 { min-width: 33.33333%; -ms-flex: 0 1 33.33333%; flex: 0 1 33.33333%; } .md-flex-xsmall-and-up-66 { min-width: 33.33333%; -ms-flex: 0 1 66.66666%; flex: 0 1 66.66666%; } .md-flex-offset-xsmall-and-up-33 { margin-left: 33.33333%; } .md-flex-offset-xsmall-and-up-66 { margin-left: 66.66666%; } .md-flex-xsmall-and-up-5 { min-width: 5%; -ms-flex: 0 1 5%; flex: 0 1 5%; } .md-flex-offset-xsmall-and-up-5 { margin-left: 5%; } .md-flex-xsmall-and-up-10 { min-width: 10%; -ms-flex: 0 1 10%; flex: 0 1 10%; } .md-flex-offset-xsmall-and-up-10 { margin-left: 10%; } .md-flex-xsmall-and-up-15 { min-width: 15%; -ms-flex: 0 1 15%; flex: 0 1 15%; } .md-flex-offset-xsmall-and-up-15 { margin-left: 15%; } .md-flex-xsmall-and-up-20 { min-width: 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; } .md-flex-offset-xsmall-and-up-20 { margin-left: 20%; } .md-flex-xsmall-and-up-25 { min-width: 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; } .md-flex-offset-xsmall-and-up-25 { margin-left: 25%; } .md-flex-xsmall-and-up-30 { min-width: 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; } .md-flex-offset-xsmall-and-up-30 { margin-left: 30%; } .md-flex-xsmall-and-up-35 { min-width: 35%; -ms-flex: 0 1 35%; flex: 0 1 35%; } .md-flex-offset-xsmall-and-up-35 { margin-left: 35%; } .md-flex-xsmall-and-up-40 { min-width: 40%; -ms-flex: 0 1 40%; flex: 0 1 40%; } .md-flex-offset-xsmall-and-up-40 { margin-left: 40%; } .md-flex-xsmall-and-up-45 { min-width: 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; } .md-flex-offset-xsmall-and-up-45 { margin-left: 45%; } .md-flex-xsmall-and-up-50 { min-width: 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } .md-flex-offset-xsmall-and-up-50 { margin-left: 50%; } .md-flex-xsmall-and-up-55 { min-width: 55%; -ms-flex: 0 1 55%; flex: 0 1 55%; } .md-flex-offset-xsmall-and-up-55 { margin-left: 55%; } .md-flex-xsmall-and-up-60 { min-width: 60%; -ms-flex: 0 1 60%; flex: 0 1 60%; } .md-flex-offset-xsmall-and-up-60 { margin-left: 60%; } .md-flex-xsmall-and-up-65 { min-width: 65%; -ms-flex: 0 1 65%; flex: 0 1 65%; } .md-flex-offset-xsmall-and-up-65 { margin-left: 65%; } .md-flex-xsmall-and-up-70 { min-width: 70%; -ms-flex: 0 1 70%; flex: 0 1 70%; } .md-flex-offset-xsmall-and-up-70 { margin-left: 70%; } .md-flex-xsmall-and-up-75 { min-width: 75%; -ms-flex: 0 1 75%; flex: 0 1 75%; } .md-flex-offset-xsmall-and-up-75 { margin-left: 75%; } .md-flex-xsmall-and-up-80 { min-width: 80%; -ms-flex: 0 1 80%; flex: 0 1 80%; } .md-flex-offset-xsmall-and-up-80 { margin-left: 80%; } .md-flex-xsmall-and-up-85 { min-width: 85%; -ms-flex: 0 1 85%; flex: 0 1 85%; } .md-flex-offset-xsmall-and-up-85 { margin-left: 85%; } .md-flex-xsmall-and-up-90 { min-width: 90%; -ms-flex: 0 1 90%; flex: 0 1 90%; } .md-flex-offset-xsmall-and-up-90 { margin-left: 90%; } .md-flex-xsmall-and-up-95 { min-width: 95%; -ms-flex: 0 1 95%; flex: 0 1 95%; } .md-flex-offset-xsmall-and-up-95 { margin-left: 95%; } .md-flex-xsmall-and-up-100 { min-width: 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } .md-flex-offset-xsmall-and-up-100 { margin-left: 100%; } .md-align-xsmall-and-up-start { -ms-flex-pack: start; justify-content: flex-start; } .md-align-xsmall-and-up-center { -ms-flex-pack: center; justify-content: center; } .md-align-xsmall-and-up-end { -ms-flex-pack: end; justify-content: flex-end; } .md-hide-xsmall-and-up { display: none; } } /*# sourceMappingURL=index.css.map*/
0.619471
0.052425
footer { background-color: var(--dark-gray-1); } .firstSection { display: flex; padding: 40px 25px 100px 25px; margin: 0 auto; max-width: 1366px; } .logoImage { width: 25%; margin: 0 25px; display: flex; justify-content: center; align-items: center; } .navFooter ul li { padding: 0 0 10px 0; } .logoClass { width: 75%; } .infoBlock { width: 25%; margin: 0 25px; } .iconsContainer { padding: 0 0 10px 0; } .iconsContainer a { color: white; width: 20px; padding: 0 10px 0 0; transition: all 0.25s; } .iconsContainer a:hover { color: var(--color-1); } .contactInfo, .subscription { color: white; } .emailMessage { margin: 0 0 10px 0; min-height: 40px; } /* INPUT MAILING*/ .inputName { margin: 0; } .disabledSubmit { background-color: var(--medium-gray-1) !important; } /* END INPUT MAILING*/ .contactInfo span { text-transform: uppercase; } .secondSection { padding: 25px; display: flex; justify-content: space-between; max-width: 1366px; margin: 0 auto; } .termsOfUse p { display: inline-block; } .termsOfUse p:first-child::after { content: "|"; padding: 0 10px; } .termsOfUse p a { color: var(--medium-gray-2); text-decoration: none; transition: all 0.25s; } .termsOfUse p a:hover { color: var(--medium-gray-1); } footer hr { border-top: 1px solid var(--medium-gray-2); height: 0; margin: 0; } @media only screen and (max-width: 1023px) { .firstSection { display: block; padding: 40px 25px; } .logoImage { margin: 0 auto 20px auto; } .infoBlock { width: calc(33.33% - 50px); display: inline-grid; margin: 20px 25px 0 25px; } } @media only screen and (max-width: 767px) { .infoBlock { width: auto; display: block; margin: 40px auto; text-align: center; } .infoBlock:nth-last-of-type(1) { margin-bottom: 0; } .logoImage { width: 35%; } .navFooter ul li:last-child { padding: 0; } .logoClass { width: 100%; } .secondSection { display: block; text-align: center; } .termsOfUse { padding: 10px 0 0 0; } }
src/components/footer/footer.module.css
footer { background-color: var(--dark-gray-1); } .firstSection { display: flex; padding: 40px 25px 100px 25px; margin: 0 auto; max-width: 1366px; } .logoImage { width: 25%; margin: 0 25px; display: flex; justify-content: center; align-items: center; } .navFooter ul li { padding: 0 0 10px 0; } .logoClass { width: 75%; } .infoBlock { width: 25%; margin: 0 25px; } .iconsContainer { padding: 0 0 10px 0; } .iconsContainer a { color: white; width: 20px; padding: 0 10px 0 0; transition: all 0.25s; } .iconsContainer a:hover { color: var(--color-1); } .contactInfo, .subscription { color: white; } .emailMessage { margin: 0 0 10px 0; min-height: 40px; } /* INPUT MAILING*/ .inputName { margin: 0; } .disabledSubmit { background-color: var(--medium-gray-1) !important; } /* END INPUT MAILING*/ .contactInfo span { text-transform: uppercase; } .secondSection { padding: 25px; display: flex; justify-content: space-between; max-width: 1366px; margin: 0 auto; } .termsOfUse p { display: inline-block; } .termsOfUse p:first-child::after { content: "|"; padding: 0 10px; } .termsOfUse p a { color: var(--medium-gray-2); text-decoration: none; transition: all 0.25s; } .termsOfUse p a:hover { color: var(--medium-gray-1); } footer hr { border-top: 1px solid var(--medium-gray-2); height: 0; margin: 0; } @media only screen and (max-width: 1023px) { .firstSection { display: block; padding: 40px 25px; } .logoImage { margin: 0 auto 20px auto; } .infoBlock { width: calc(33.33% - 50px); display: inline-grid; margin: 20px 25px 0 25px; } } @media only screen and (max-width: 767px) { .infoBlock { width: auto; display: block; margin: 40px auto; text-align: center; } .infoBlock:nth-last-of-type(1) { margin-bottom: 0; } .logoImage { width: 35%; } .navFooter ul li:last-child { padding: 0; } .logoClass { width: 100%; } .secondSection { display: block; text-align: center; } .termsOfUse { padding: 10px 0 0 0; } }
0.361503
0.147402
:root { --interface-size: 1; --obs-background: #3a393a; } *:focus {outline:none !important} /*OBS*/ body.browser-source.lower-thirds{ overflow:hidden; } .panel { background: var(--obs-background); color: var(--main-color); font:normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; max-width:100%; /*transform: scale(var(--interface-size)); transform-origin: top;*/ margin: 8px 3px 30px; user-select: none; overflow-x: hidden; } .static-panel-top { width: 330px; margin: 5px; display: flex; flex-direction: column; } .panel::-webkit-scrollbar, .panel textarea::-webkit-scrollbar { width: var(--obs-scrollbar-thickness); } .panel::-webkit-scrollbar-thumb, .panel textarea::-webkit-scrollbar-thumb { border-radius: var(--obs-scrollbar-radius); border: solid 0px var(--obs-background); background-color: var(--obs-scrollbar-color); margin: 3px 0; padding: 3px 0; } .panel::-webkit-scrollbar-button, .panel textarea::-webkit-scrollbar-button { height: 3px; display: inline-block; } /*::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.2); }*/ .panel-bottom { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } /*Main settings panel*/ #alt-main-config-content{ box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 20%); border: var(--obs-panel-border); border-radius: var(--element-radius); padding: 5px; margin-bottom: 15px; transition: background 0.5s; } #alt-main-config-content.active { box-shadow: 0px 0px 2px 0px rgb(222, 240, 255), 0px 0px 12px 0px rgb(0,149,255); border-radius: 3px; } .main-title{ width: 275px; position: absolute; } .main-title.switch-left { margin-left: 30px; } .main-icon { float: left; box-sizing: border-box; width: 15px; height: 15px; line-height: 15px; font-size: 15px; margin: 0px 6px 0px 0px; } .main-icon.icon.icon-settings{ background-color: var(--main-color); } #alt-main-config-content i.fas { margin: 0px; } #global-configuration{ margin-bottom: -4px; } .active + #global-configuration{ margin-bottom: 0px; } #global-configuration #time-options, #global-configuration #theme-options, #global-configuration .logos-options, #global-configuration .default-options, #global-configuration .bottom-options { display: flex; } #global-configuration .logos-options, #global-configuration .default-options, #global-configuration .bottom-options { margin-bottom: 5px; } #global-configuration #theme-options #theme { width: 100%; text-transform: capitalize; } .settings-title{ margin: 0; padding: 2px 0; width: 24%; text-align: right; } .settings-inputs { width: 76%; margin-left: 2px; display: flex; justify-content: space-between; } .settings-inputs > input, .settings-inputs > select { margin-left: 4px!important; margin-bottom: 4px; } .alt-time-options > .settings-inputs input { margin: 0; } .default-options > div > label { float: left; height: 23px; padding: 3px; box-sizing: border-box; } .default-options > div> label > input { width: 12px; margin: 3px 5px 3px 0; float: left; height: 12px; } .default-options > .settings-inputs { flex-direction: column; } .accordion { cursor: pointer; border: none; text-align: left; outline: none; transition: 0.4s; position: relative; float: right; margin: 0px!important; } .accordion:after { content: ""; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 208H304V64c0-18-14-32-32-32h-32c-18 0-32 14-32 32v144H64c-18 0-32 14-32 32v32c0 18 14 32 32 32h144v144c0 18 14 32 32 32h32c18 0 32-14 32-32V304h144c18 0 32-14 32-32v-32C480 222 466 208 448 208z'/%3E%3C/svg%3E"); font-weight: bold; font-size: 20px; line-height: 0px; margin: 1px 5px 2px; display: block; position: relative; background-color: var(--main-color); width: 12px; height: 12px; } .accordion.active:after { content: ""; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 208H64c-18 0-32 14-32 32v32c0 18 14 32 32 32h384c18 0 32-14 32-32v-32C480 222 466 208 448 208z'/%3E%3C/svg%3E"); } .hidable { max-height: 0; margin-top: 20px; overflow: hidden; transition: max-height 0.2s ease-out; } #alt-1-config-content > .accordion > i.fas, #alt-2-config-content > .accordion > i.fas, #alt-3-config-content > .accordion > i.fas, #alt-4-config-content > .accordion > i.fas, #alt-5-config-content > .accordion > i.fas, #alt-6-config-content > .accordion > i.fas, #alt-7-config-content > .accordion > i.fas, #alt-8-config-content > .accordion > i.fas { height: 10px; overflow: hidden; } .alt-number-icon { float: left; border-radius: 3px; box-sizing: border-box; color: var(--main-color); width: 15px; height: 15px; line-height: 11px; font-size: 9px; font-weight: 900; margin: 5px 6px; text-align: center; border: 2px solid var(--main-color); } #add-new-font div { margin: 4px 3px 4px 5px; background-color: var(--main-color); cursor: pointer; } #add-new-font div:hover { background-color: #ffffff; } /*********************/ .more { cursor: pointer; width: 100%; height: 18px; line-height: 17px; text-align: right; } .more div { float: right; margin: 2px 0px 2px 1px; transition: transform 0.2s; background-color: var(--main-color); } .more.active div { transform: rotate(180deg); margin-top: 1px; } .more:before { content: 'Show more'; } .more.active:before { content: 'Show less'; } .hide-more { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } /*********************/ #alt-1-config-content, #alt-2-config-content, #alt-3-config-content, #alt-4-config-content, #alt-5-config-content, #alt-6-config-content, #alt-7-config-content, #alt-8-config-content { box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 20%); border: var(--obs-panel-border); padding: 5px; margin-bottom: 15px; border-radius: 3px; transition: background 0.5s; } #alt-1-config-content.active, #alt-2-config-content.active, #alt-3-config-content.active, #alt-4-config-content.active, #alt-5-config-content.active, #alt-6-config-content.active, #alt-7-config-content.active, #alt-8-config-content.active { box-shadow: 0px 0px 2px 0px rgb(222, 240, 255), 0px 0px 12px 0px rgb(0,149,255); border-radius: 3px; } #alt-1-config-content.inactive, #alt-2-config-content.inactive, #alt-3-config-content.inactive, #alt-4-config-content.inactive, #alt-5-config-content.inactive, #alt-6-config-content.inactive, #alt-7-config-content.inactive, #alt-8-config-content.inactive { box-shadow: 0px 0px 2px 0px rgb(255,231,231), 0px 0px 12px 0px rgb(255,13,13); border-radius: 3px; } .panel-bottom > ul { margin: 0 0 0.35em; list-style: none; padding: 0; display: flex; } .panel-bottom > ul > li div { visibility: hidden; } .panel-bottom > ul > li { display: block; box-sizing: border-box; float: left; border: 1px solid var(--obs-field-background); background-color: var(--obs-field-background); cursor: pointer; width: 17px; height: 17px; border-radius: 3px; } .panel-bottom > ul > li + li { margin: 0 0 0 4px; } .panel-bottom > ul > li.stored { background: #666; border: 1px solid #666; } .panel-bottom > ul > li.active-slot { background: var(--main-color); border: 1px solid var(--main-color); } .panel-bottom > ul > li.custom-logo::before { content: ''; background-color: var(--main-color); width: 2px; height: 2px; display: block; position: absolute; margin: 13px 0px 0px 1px; border-radius: 50%; } .panel-bottom > ul > li.active-slot.custom-logo::before { background-color: var(--obs-field-background); } .panel-bottom > ul > li.next-to-load { animation: blinker-white 0.25s ease-in infinite; } @keyframes blinker-white { 0% { background-color: var(--main-color); border: 1px #666; } 50% { background-color: #666; border: 1px solid #666; } } #alt-1-name-color, #alt-1-info-color, #alt-2-name-color, #alt-2-info-color, #alt-3-name-color, #alt-3-info-color, #alt-4-name-color, #alt-4-info-color, #alt-5-name-color, #alt-5-info-color, #alt-6-name-color, #alt-6-info-color, #alt-7-name-color, #alt-7-info-color, #alt-8-name-color, #alt-8-info-color { width: 45px; height: 15px; border: none; border-radius: var(--element-radius); padding: 3px; float: right; font-size: 9px; transition: 0.1s; cursor: pointer; text-align: center; margin: 4px; } #alt-1-name-color.jscolor-active, #alt-1-info-color.jscolor-active, #alt-2-name-color.jscolor-active, #alt-2-info-color.jscolor-active, #alt-3-name-color.jscolor-active, #alt-3-info-color.jscolor-active, #alt-4-name-color.jscolor-active, #alt-4-info-color.jscolor-active, #alt-5-name-color.jscolor-active, #alt-5-info-color.jscolor-active, #alt-6-name-color.jscolor-active, #alt-6-info-color.jscolor-active, #alt-7-name-color.jscolor-active, #alt-7-info-color.jscolor-active, #alt-8-name-color.jscolor-active, #alt-8-info-color.jscolor-active { cursor: text; } .tool-tittle.disabled { opacity: 0.2; } .tool-tittle.disabled + .jscolor { opacity: 0.2; pointer-events: none; } #alt-1-style-color-1, #alt-1-style-color-2, #alt-1-style-color-3, #alt-1-style-color-4, #alt-2-style-color-1, #alt-2-style-color-2, #alt-2-style-color-3, #alt-2-style-color-4, #alt-3-style-color-1, #alt-3-style-color-2, #alt-3-style-color-3, #alt-3-style-color-4, #alt-4-style-color-1, #alt-4-style-color-2, #alt-4-style-color-3, #alt-4-style-color-4, #alt-5-style-color-1, #alt-5-style-color-2, #alt-5-style-color-3, #alt-5-style-color-4, #alt-6-style-color-1, #alt-6-style-color-2, #alt-6-style-color-3, #alt-6-style-color-4, #alt-7-style-color-1, #alt-7-style-color-2, #alt-7-style-color-3, #alt-7-style-color-4, #alt-8-style-color-1, #alt-8-style-color-2, #alt-8-style-color-3, #alt-8-style-color-4 { width: 45px; height: 15px; border: none; border-radius: var(--element-radius); padding: 3px; font-size: 9px; transition: 0.1s; cursor: pointer; text-align: center; margin: 4px 4px 4px 3px; } .clean { margin: 1px; cursor: pointer; display: flex; width: 9px; width: 15px; height: 15px; } .clean div { width: 13px; height: 13px; margin: 1px; } .panel-bottom > .clean > .icon { background-color: var(--main-color); } .panel-bottom > .clean > .icon:hover { background-color: #ffffff; } .panel-bottom > label.config-btn { width: 15px; height: 15px; margin: 1px; line-height: 0; } .panel-bottom > label > .icon-btn { margin: 0px; } .delete { animation: blinker-red 0.25s linear infinite; } @keyframes blinker-red { 0% { background-color: #1f1e1f; border: 1px solid var(--obs-field-background); } 50% { background-color: red; border: 1px solid var(--obs-field-background); } } .time-bar{ display: flex; flex-direction: column; margin: 0 1px 0 0; } .time-bar > div { float: left; font-size: 7px; padding: 1px 3px; line-height: 1em; width: 22px; height: 8px; background: var(--obs-field-background-disable); border-radius: 3px; text-align: right; box-sizing: border-box; overflow: hidden; } .time-bar > div + div { margin: 1px 0 0 0; } label#alt-1-custom-times::after, label#alt-2-custom-times::after, label#alt-3-custom-times::after, label#alt-4-custom-times::after, label#alt-5-custom-times::after, label#alt-6-custom-times::after, label#alt-7-custom-times::after, label#alt-8-custom-times::after { display: none; } label#alt-1-custom-times, label#alt-2-custom-times, label#alt-3-custom-times, label#alt-4-custom-times, label#alt-5-custom-times, label#alt-6-custom-times, label#alt-7-custom-times, label#alt-8-custom-times { width: 15px; height: 15px; display: flex; margin: 1px!important; } #alt-1-custom-times + .hidable, #alt-2-custom-times + .hidable, #alt-3-custom-times + .hidable, #alt-4-custom-times + .hidable, #alt-5-custom-times + .hidable, #alt-6-custom-times + .hidable, #alt-7-custom-times + .hidable, #alt-8-custom-times + .hidable { margin-top: 0px; } label#alt-1-custom-times i.fas, label#alt-2-custom-times i.fas, label#alt-3-custom-times i.fas, label#alt-4-custom-times i.fas, label#alt-5-custom-times i.fas, label#alt-6-custom-times i.fas, label#alt-7-custom-times i.fas, label#alt-8-custom-times i.fas { font-size: 12px; font-weight: 100; margin: 0; color: #666666; } label#alt-1-custom-times.active > .icon-btn, label#alt-2-custom-times.active > .icon-btn, label#alt-3-custom-times.active > .icon-btn, label#alt-4-custom-times.active > .icon-btn, label#alt-5-custom-times.active > .icon-btn, label#alt-6-custom-times.active > .icon-btn, label#alt-7-custom-times.active > .icon-btn, label#alt-8-custom-times.active > .icon-btn { background-color: var(--main-color); } label#alt-1-custom-times > .icon-btn.active, label#alt-2-custom-times > .icon-btn.active, label#alt-3-custom-times > .icon-btn.active, label#alt-4-custom-times > .icon-btn.active, label#alt-5-custom-times > .icon-btn.active, label#alt-6-custom-times > .icon-btn.active, label#alt-7-custom-times > .icon-btn.active, label#alt-8-custom-times > .icon-btn.active { background-color: var(--main-color); } /***********************/ /*The switch-the box around the slider*/ .panel label.switch { margin: 0px; top: 1px; } .switch { position: relative; width: 21px; height: 13px; float: right; } .switch.switch-left { float: left; } label i.fas { font-size: 15px; margin: 0 6px 0 2px; position: relative; } i.fas { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .switch input { opacity: 0; width: 0; height: 0; margin: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--obs-field-background); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 9px; width: 9px; left: 2px; bottom: 2px; background-color: var(--main-color); -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: var(--obs-switch-active-background); } /* input:focus + .slider { box-shadow: 0 0 1px var(--obs-switch-active-background); } */ input:checked + .slider:before { -webkit-transform: translateX(8px); -ms-transform: translateX(8px); transform: translateX(8px); background-color: #fff; } .slider.round { border-radius: 14px; } .slider.round:before { border-radius: 50%; } .panel label { display: inline-block; } .panel input { box-sizing: border-box; padding:.4em; margin:0 0 5px; border: var(--obs-field-border); display:block; width:100%; height: 23px; border-radius: var(--element-radius); background: var(--obs-field-background); color: #d2d2d2; font-size: 1em; } .panel input.disable{ color: #828282; background: #2f2f2f; } .panel textarea { box-sizing: border-box; padding:.4em; margin:0 0 5px; border: var(--obs-field-border); display:block; border-radius: var(--element-radius); background: var(--obs-field-background); color: #d2d2d2; font-size: 1em; resize: none; cursor: auto; } ::placeholder { color: #4a4a4a; } /***********************/ input#alt-1-name, input#alt-1-info, input#alt-2-name, input#alt-2-info, input#alt-3-name, input#alt-3-info, input#alt-4-name, input#alt-4-info, input#alt-5-name, input#alt-5-info, input#alt-6-name, input#alt-6-info, input#alt-7-name, input#alt-7-info, input#alt-8-name, input#alt-8-info { float: left; width: calc(100% - 92px); margin-right: 0px; border-radius: 2px 0 0 2px; border-right: 0; } #alt-1-name-appearance, #alt-1-info-appearance, #alt-2-name-appearance, #alt-2-info-appearance, #alt-3-name-appearance, #alt-3-info-appearance, #alt-4-name-appearance, #alt-4-info-appearance, #alt-5-name-appearance, #alt-5-info-appearance, #alt-6-name-appearance, #alt-6-info-appearance, #alt-7-name-appearance, #alt-7-info-appearance, #alt-8-name-appearance, #alt-8-info-appearance { float: right; background-color: var(--obs-field-background); border-radius: 0 var(--element-radius) var(--element-radius) 0; border: var(--obs-field-border); border-left: 0; box-sizing: border-box; height: 23px; width: 92px; } #alt-1-name-appearance > .config-btn > .icon-btn > i.fas, #alt-1-info-appearance > .config-btn > .icon-btn > i.fas, #alt-2-name-appearance > .config-btn > .icon-btn > i.fas, #alt-2-info-appearance > .config-btn > .icon-btn > i.fas, #alt-3-name-appearance > .config-btn > .icon-btn > i.fas, #alt-3-info-appearance > .config-btn > .icon-btn > i.fas, #alt-4-name-appearance > .config-btn > .icon-btn > i.fas, #alt-4-info-appearance > .config-btn > .icon-btn > i.fas, #alt-5-name-appearance > .config-btn > .icon-btn > i.fas, #alt-5-info-appearance > .config-btn > .icon-btn > i.fas, #alt-6-name-appearance > .config-btn > .icon-btn > i.fas, #alt-6-info-appearance > .config-btn > .icon-btn > i.fas, #alt-7-name-appearance > .config-btn > .icon-btn > i.fas, #alt-7-info-appearance > .config-btn > .icon-btn > i.fas, #alt-8-name-appearance > .config-btn > .icon-btn > i.fas, #alt-8-info-appearance > .config-btn > .icon-btn > i.fas { font-size: 13px; margin: 5px; } .textfields-container > div > label:first-child > span > i.fas { transform: translate(0.35em, 0em); } .fill-color-appearance, .border-color-appearance { background-color: var(--obs-field-background); border-radius: var(--element-radius); border: var(--obs-field-border); box-sizing: border-box; height: 23px; width: 155px; display: inline-flex; justify-content: flex-end; } .fill-color-appearance.disable, .border-color-appearance.disable { background-color: #2f2f2f; color: #828282; } .tool-tittle { line-height: 14px; font-size: 9px; text-transform: uppercase; font-weight: 600; margin: 4px 0px 4px 0px; cursor: default; } #alt-1-style-color-1 + .tool-tittle, #alt-2-style-color-1 + .tool-tittle, #alt-3-style-color-1 + .tool-tittle, #alt-4-style-color-1 + .tool-tittle, #alt-5-style-color-1 + .tool-tittle, #alt-6-style-color-1 + .tool-tittle, #alt-7-style-color-1 + .tool-tittle, #alt-8-style-color-1 + .tool-tittle { margin-left: 1px; } .panel button{ /* background: var(--obs-button-background); border: 1px solid var(--obs-button-border); */ /* color: var(--obs-button-color); */ padding:.75em; margin:0 0 1em; text-align:center; width:100%; } .panel button.onethird{ width:30%; float:left; margin-right:2%; font-size: 1em; } .panel button:hover{ background: var(--obs-button-hover-background); border-color: var(--obs-button-hover-border); } .panel button:active{ /* background: var(--obs-button-active-background); */ } .panel .radio-position{float: right;text-align:center} .panel .radio-position input{ width: 2em; height:2em; display:inline-block } .panel .radio-position input:checked{ background:red } .panel ul#predefined { list-style: none; padding: 0; } .panel ul#predefined li .name, ul#predefined li .function { display: inline-block; } .panel ul#predefined li { padding: .5em 1em; border: 1px solid #555; margin: 0 0 .25em; text-align: center; cursor: pointer; } .panel ul#predefined li .function:before{ content: "\00a0(";} .panel ul#predefined li .function:after{ content: ")";} input[type="number"] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } .number-input { display: inline-flex; width: 40px; } .number-input + .input-no-icon { margin-left: 5px; } .number-input, .number-input * { box-sizing: border-box; } .number-input button { outline:none; -webkit-appearance: none; background-color: transparent; border: none; align-items: center; justify-content: center; height: 10px; width: 12px; padding: 5px 6px; cursor: pointer; margin: 0; bottom: -11px; border-radius: 3px; } .number-input button.down { order: 2; right: 13px; } .number-input button.up { order: 3; right: 25px; bottom: -2px; } .number-input button:hover { background-color: #2d2d2d; } .number-input button:hover:before, .number-input button:hover:after { background-color: var(--main-color); } .number-input button:before, .number-input button:after { display: inline-block; position: absolute; content: ''; width: 0.3rem; height: 2px; background-color: #666666; transform: translate(-75%, -50%) rotate(-45deg); } .number-input button.up:after { transform: translate(-25%, -50%) rotate(45deg); } .number-input button.down:before { transform: translate(-75%, -50%) rotate(45deg); } .number-input button.down:after { transform: translate(-25%, -50%) rotate(-45deg); } .number-input input[type=number] { order: 1; text-align: center; width: 40px; padding-right: 12px; } .number-input input[type="number"]:disabled { background: #2f2f2f; } .number-input input[type="number"]:disabled + button, .number-input input[type="number"]:disabled + button + button { background: #2f2f2f; pointer-events: none; } .number-input input[type="number"]:disabled + button + button + .input-icon { color: #666; } .input-icon { order: 0; display: inline-flex; background-color: var(--main-color)!important; margin: 4px; } .input-icon > .fas { font-size: 15px; margin: 4px; } /* CSS :invalid pseudo selector */ input:invalid { /* border: 1px solid; border-color: red; */ } label.config-btn { width: 23px; height: 23px; } label.config-btn.small { width: 17px; height: 23px; } .config-btn input { opacity: 0; width: 0; height: 0; margin: 0; padding: 0; position: absolute; /* Firefox fix */ } .icon-btn { color: #666666; cursor: pointer; margin: 4px; } .icon-btn:hover { background-color: #808080; } .icon-btn > .fas { font-size: 15px; margin: 4px; top: 0px; cursor: pointer; } .icon-btn p { display: table; font-size: 1.2em; font-weight: 600; position: relative; margin: 0px; padding: 0px; transform: translate(0.25em, -0.8em); line-height: 0; cursor: pointer; } input:checked + .icon-btn { background-color: var(--main-color); } input:checked + .icon-btn:hover { background-color: #ffffff; } input:disabled + .icon-btn { background-color: var(--obs-field-background); pointer-events: none; } .align-toggle { display: inline-flex; } .align-toggle input { position: absolute; opacity: 0; width: 0; display: inline-block; } .align-toggle input + label { margin: 0; width: 21px; float:left; color: #666666; cursor: pointer; } .align-toggle input + label > div { margin: 4px; } .align-toggle input + label > div:hover { background-color: #808080; } .align-toggle input:checked + label > div { background-color: var(--main-color); } .align-toggle input:checked + label > div:hover { background-color: #ffffff; } .align-toggle input:disabled + label > div { background-color: var(--obs-field-background); } .align-toggle input:disabled + label { /* pointer-events: none; */ cursor: default; } .lock-input{ position: relative; width: 0!important; left: -23px; } select { padding: 0.4em; font-size: 1em; border: var(--obs-field-border); border-radius: var(--element-radius); height: 23px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D2D2D2' d='M127 192h257c18 0 27 22 14 34L270 355c-8 8-20 8-28 0L113 226C101 214 110 192 127 192z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 9px; background-position: right 5px center; cursor: pointer; background-color: var(--obs-field-background); color: #d2d2d2; } select#alt-1-font, select#alt-2-font, select#alt-3-font, select#alt-4-font, select#alt-5-font, select#alt-6-font, select#alt-7-font, select#alt-8-font { width: 155px; } .grid-container { display: grid; grid-template-columns: 1fr; gap: 5px; margin-bottom: 5px; } .grid-row, .alt-time-options { display: inline-flex; justify-content: space-between; height: 23px; } .grid-row > div { display: inline-flex; } .grid-container * { position: relative; } .font-config.group { min-width: 143px; } /********************************* ** PREVIEW ** *********************************/ #alt-preview { position: fixed; box-sizing: border-box; bottom: 0px; height: 211px; width: 330px; padding: 5px; margin: 5px 0px 5px; border: none; border: var(--obs-panel-border); border-radius: 3px; background: var(--obs-background); box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%); transition: bottom 0.5s; } #alt-preview > label > .icon.icon-search { background-color: var(--main-color); } #alt-preview.active { bottom: -190px; } #alt-preview.hide { display: none; } #toggle-preview { position: absolute; right: 10px; top: 6px; cursor: pointer; } #toggle-preview div{ transition: transform 0.2s; width: 13px; height: 13px; background-color: var(--main-color); } #toggle-preview.active div{ transform: rotate(-180deg); } .embed-container { margin-top: 2px; } .embed-container iframe { /*height: 203px; width: 360px; border-radius: var(--element-radius); border: var(--obs-field-border); background: var(--alt-preview-background); box-shadow: inset 0px 0px 30px 10px rgb(0 0 0 / 20%);*/ height: 179px; width: 318px; border-radius: var(--element-radius); border: var(--obs-field-border); background: var(--alt-preview-background); box-shadow: inset 0px 0px 30px 10px rgb(0 0 0 / 20%); } .config-btn.preview-btn { float: right; margin: 0px 3px; width: 16px; height: 16px; } .config-btn.preview-btn.hide { display: none; } .config-btn.preview-btn > .icon-btn { width: 14px; height: 14px; margin: 0px; } /*********************************/ .sortees { background: var(--obs-background); } .ui-sortable-helper { box-shadow: -4px 8px 7px rgb(0 0 0 / 40%); transform: rotate(-3deg); cursor: -webkit-grabbing; cursor: grabbing; } .ui-sortable-helper > div { /* box-shadow: none!important; */ } .ui-sortable-placeholder { visibility: visible!important; border: 2px dashed var(--obs-field-background-disable); margin-bottom: 11px; } .renameable { display: inline-block; min-width: 230px; position: relative; top: 4px; } .renameable input { display: inline-block; background: none; margin: 0; padding: 0; height: 14px; } i.alt-icon { font-size: 15px; margin: 0 6px 0 7px; position: relative; height: 10px; overflow: hidden; top: 5px; } .drag-handle { position: absolute; transform: translate(-5px, -5px); height: 25px; width: 278px; } .drag-handle.switch-left { margin-left: 30px; width: 248px; } .drag-handle.switch-left > .renameable { min-width: 220px; } #fonts-options { display: flex; } #custom-font-list { display: flex; margin: 0 0 0 23%; padding: 0; } #custom-font-list > ul { list-style: none; display: flex; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; } #custom-font-list > ul > li { display: flex; box-sizing: border-box; background: var(--obs-field-background); border: var(--obs-field-border); width: 100%; height: 23px; border-radius: 3px; margin: 0 0 5px 8px; } .font-url-added {display: none;} .font-name-added { width: calc(100% - 23px); padding: 2px 4px; } .delete-font { width: 15px; height: 15px; margin: 4px 4px 4px 4px; padding: 0; cursor: pointer; } .delete-font div { background-color: var(--main-color); } .delete-font div:hover { background-color: #ffffff; } .slot-number { visibility: visible!important; color: var(--obs-field-background); font-weight: 700; width: 15px; height: 15px; margin: 0px; padding: 0px; font-size: 10px; line-height: 15px; box-sizing: border-box; text-align: center; } .slot-number.hide{ display: none; } .stored .slot-number { color: var(--main-color); } .stored.active-slot .slot-number { color: var(--obs-field-background); } .panel-bottom > ul > li .tooltiptext { visibility: hidden; font-size: 11px; max-width: 130px; background-color: var(--obs-field-background); color: var(--main-color); text-align: center; border-radius: 3px; padding: 5px 8px; position: absolute; z-index: 1; margin-top: 25px; margin-left: -35px; white-space: pre-line; opacity: 0; transition: opacity 1s; box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); border: 1px solid #252525; } .tooltiptext > hr { border: none; border-top: 1px solid #333333; margin: 7px 0 4px; } .tooltiptext > p { margin: 0 0 2px 0; color: #888888; font-size: 0.8em; } /*Settings Tooltips*/ .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-tooltip { padding: 5px 8px; max-width: 250px; position: absolute; z-index: 9999; white-space: pre-line; } .ui-corner-all { border-radius: 3px; } .ui-widget-content { border: 1px solid #c5c5c5; background: #ffffff; color: var(--obs-field-background); } .ui-widget-shadow { -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); } .panel-bottom > ul > li:hover .tooltiptext { visibility: visible; animation: tooltip-anim 0.2s; animation-fill-mode: forwards; animation-delay: 0.6s; } @keyframes tooltip-anim { from {opacity: 0;} to {opacity: 1;} } /************/ .center.hide { display: none; } .select-image-bg, .reset-all-bg, .export-data-bg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5); z-index: 1; } .center { height:100%; width: 330px; display:flex; align-items:center; justify-content:center; position: fixed; } .form-input { width: 240px; padding: 15px; background: var(--obs-background); border: var(--obs-panel-border); pointer-events: all; border-radius: 3px; box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 70%); z-index: 2; } .form-input input { display:none; } .form-input label { display: block; width: 100%; height: 30px; line-height: 30px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; text-transform: Uppercase; font-weight: 600; border-radius: 3px; cursor: pointer; } .form-input h1 { margin: 0 0 10px; line-height: 23px; font-size: 1.8em; font-weight: 600; } .form-input p { margin: 0 0 10px; } .form-input img { width:100%; display:none; margin:10px 0px; } .file-btns, .reset-btns, .export-btns { display: flex; } .btn-remove { width: 34px; height: 30px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; border-radius: 3px; cursor: pointer; margin-left: 4px; } .btn-remove > div { margin: 7px; } .btn-ok, .btn-ok-reset, .btn-ok-export, .btn-cancel, .btn-settings { display: block; width: 50%; height: 26px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; text-transform: Uppercase; font-weight: 600; border-radius: 3px; cursor: pointer; } .btn-settings { margin-left: 4px; text-transform: capitalize; } .btn-cancel { margin-left: 4px; } .btn-ok-export { width: 100%; } #dataInput { display: block; width: 240px; height: 100%; margin-bottom: 15px; } .import-file-btn input { display: none; } .import-file-btn label { display: block; width: 76px; height: 26px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; font-weight: 600; border-radius: 3px; cursor: pointer; margin-left: 4px; } .no-image { height: 90px; border: 2px dashed #555; box-sizing: border-box; margin: 10px 0px; display: flex; } .no-image::before { content: 'Default'; margin: auto; font-size: 20px; font-weight: 700; color: #555; text-transform: uppercase; } .first-edit-container { display: flex; } .logo-container { width: 96px; height: 51px; background: var(--obs-field-background); border-radius: 3px; margin-right: 4px; overflow: hidden; display: flex; align-items: center; border: var(--obs-field-border); cursor: pointer; } .logo-container::after { background-color: #00000070; width: 100%; height: 100%; content: '···'; display: flex; margin-left: -100%; justify-content: center; align-items: center; opacity: 0; font-size: 22px; font-weight: 900; } .logo-container:hover::after { opacity: 1; } .logo-container.default { width: 56px; height: 56px; margin: 0 0 0 4px; border: var(--obs-field-border); } .logo-numbers { display: inline-table; position: relative; top: 23px; left: 6px; width: 9px; height: 8px; background: #1f1e1fa6; font-size: 7px; box-sizing: border-box; border-radius: 50%; line-height: 9px; text-align: center; margin: 0 -5px; } .logo-container.hide { display: none; } #alt-1-logo-default, #alt-2-logo-default, #alt-3-logo-default, #alt-4-logo-default, #alt-5-logo-default, #alt-6-logo-default, #alt-7-logo-default, #alt-8-logo-default, #alt-1-logo-preview, #alt-2-logo-preview, #alt-3-logo-preview, #alt-4-logo-preview, #alt-5-logo-preview, #alt-6-logo-preview, #alt-7-logo-preview, #alt-8-logo-preview { max-height: 100%; max-width: 100%; } #alt-1-logo-default, #alt-2-logo-default, #alt-3-logo-default, #alt-4-logo-default, #alt-5-logo-default, #alt-6-logo-default, #alt-7-logo-default, #alt-8-logo-default { margin-left: 1px; } .divider { height: 1px; background-color: var(--obs-scrollbar-color); width: 100%; margin: 5px 0 10px; } input.locked + .icon-btn { pointer-events: none; user-select: none; background-color: var(--main-color); } .tab { display: flex; justify-content: space-between; margin-top: 5px; border-bottom: 1px solid var(--obs-tabs-separator); margin-bottom: 10px; } .tablinks { cursor: pointer; height: 26px; padding: 0px!important; margin: 0px!important; border-radius: 3px 3px 0 0; font: unset; color: var(--main-color); background: var(--obs-tab-background); border: 1px solid var(--obs-tab-border); border-bottom: none; } .tablinks:not(:last-child) { margin-right: 2px!important; } .tablinks.active { background: var(--obs-tab-active-background); border-color: var(--obs-tab-active-border); }
common/css/style-control_panel.css
:root { --interface-size: 1; --obs-background: #3a393a; } *:focus {outline:none !important} /*OBS*/ body.browser-source.lower-thirds{ overflow:hidden; } .panel { background: var(--obs-background); color: var(--main-color); font:normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; max-width:100%; /*transform: scale(var(--interface-size)); transform-origin: top;*/ margin: 8px 3px 30px; user-select: none; overflow-x: hidden; } .static-panel-top { width: 330px; margin: 5px; display: flex; flex-direction: column; } .panel::-webkit-scrollbar, .panel textarea::-webkit-scrollbar { width: var(--obs-scrollbar-thickness); } .panel::-webkit-scrollbar-thumb, .panel textarea::-webkit-scrollbar-thumb { border-radius: var(--obs-scrollbar-radius); border: solid 0px var(--obs-background); background-color: var(--obs-scrollbar-color); margin: 3px 0; padding: 3px 0; } .panel::-webkit-scrollbar-button, .panel textarea::-webkit-scrollbar-button { height: 3px; display: inline-block; } /*::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.2); }*/ .panel-bottom { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } /*Main settings panel*/ #alt-main-config-content{ box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 20%); border: var(--obs-panel-border); border-radius: var(--element-radius); padding: 5px; margin-bottom: 15px; transition: background 0.5s; } #alt-main-config-content.active { box-shadow: 0px 0px 2px 0px rgb(222, 240, 255), 0px 0px 12px 0px rgb(0,149,255); border-radius: 3px; } .main-title{ width: 275px; position: absolute; } .main-title.switch-left { margin-left: 30px; } .main-icon { float: left; box-sizing: border-box; width: 15px; height: 15px; line-height: 15px; font-size: 15px; margin: 0px 6px 0px 0px; } .main-icon.icon.icon-settings{ background-color: var(--main-color); } #alt-main-config-content i.fas { margin: 0px; } #global-configuration{ margin-bottom: -4px; } .active + #global-configuration{ margin-bottom: 0px; } #global-configuration #time-options, #global-configuration #theme-options, #global-configuration .logos-options, #global-configuration .default-options, #global-configuration .bottom-options { display: flex; } #global-configuration .logos-options, #global-configuration .default-options, #global-configuration .bottom-options { margin-bottom: 5px; } #global-configuration #theme-options #theme { width: 100%; text-transform: capitalize; } .settings-title{ margin: 0; padding: 2px 0; width: 24%; text-align: right; } .settings-inputs { width: 76%; margin-left: 2px; display: flex; justify-content: space-between; } .settings-inputs > input, .settings-inputs > select { margin-left: 4px!important; margin-bottom: 4px; } .alt-time-options > .settings-inputs input { margin: 0; } .default-options > div > label { float: left; height: 23px; padding: 3px; box-sizing: border-box; } .default-options > div> label > input { width: 12px; margin: 3px 5px 3px 0; float: left; height: 12px; } .default-options > .settings-inputs { flex-direction: column; } .accordion { cursor: pointer; border: none; text-align: left; outline: none; transition: 0.4s; position: relative; float: right; margin: 0px!important; } .accordion:after { content: ""; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 208H304V64c0-18-14-32-32-32h-32c-18 0-32 14-32 32v144H64c-18 0-32 14-32 32v32c0 18 14 32 32 32h144v144c0 18 14 32 32 32h32c18 0 32-14 32-32V304h144c18 0 32-14 32-32v-32C480 222 466 208 448 208z'/%3E%3C/svg%3E"); font-weight: bold; font-size: 20px; line-height: 0px; margin: 1px 5px 2px; display: block; position: relative; background-color: var(--main-color); width: 12px; height: 12px; } .accordion.active:after { content: ""; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 208H64c-18 0-32 14-32 32v32c0 18 14 32 32 32h384c18 0 32-14 32-32v-32C480 222 466 208 448 208z'/%3E%3C/svg%3E"); } .hidable { max-height: 0; margin-top: 20px; overflow: hidden; transition: max-height 0.2s ease-out; } #alt-1-config-content > .accordion > i.fas, #alt-2-config-content > .accordion > i.fas, #alt-3-config-content > .accordion > i.fas, #alt-4-config-content > .accordion > i.fas, #alt-5-config-content > .accordion > i.fas, #alt-6-config-content > .accordion > i.fas, #alt-7-config-content > .accordion > i.fas, #alt-8-config-content > .accordion > i.fas { height: 10px; overflow: hidden; } .alt-number-icon { float: left; border-radius: 3px; box-sizing: border-box; color: var(--main-color); width: 15px; height: 15px; line-height: 11px; font-size: 9px; font-weight: 900; margin: 5px 6px; text-align: center; border: 2px solid var(--main-color); } #add-new-font div { margin: 4px 3px 4px 5px; background-color: var(--main-color); cursor: pointer; } #add-new-font div:hover { background-color: #ffffff; } /*********************/ .more { cursor: pointer; width: 100%; height: 18px; line-height: 17px; text-align: right; } .more div { float: right; margin: 2px 0px 2px 1px; transition: transform 0.2s; background-color: var(--main-color); } .more.active div { transform: rotate(180deg); margin-top: 1px; } .more:before { content: 'Show more'; } .more.active:before { content: 'Show less'; } .hide-more { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } /*********************/ #alt-1-config-content, #alt-2-config-content, #alt-3-config-content, #alt-4-config-content, #alt-5-config-content, #alt-6-config-content, #alt-7-config-content, #alt-8-config-content { box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 20%); border: var(--obs-panel-border); padding: 5px; margin-bottom: 15px; border-radius: 3px; transition: background 0.5s; } #alt-1-config-content.active, #alt-2-config-content.active, #alt-3-config-content.active, #alt-4-config-content.active, #alt-5-config-content.active, #alt-6-config-content.active, #alt-7-config-content.active, #alt-8-config-content.active { box-shadow: 0px 0px 2px 0px rgb(222, 240, 255), 0px 0px 12px 0px rgb(0,149,255); border-radius: 3px; } #alt-1-config-content.inactive, #alt-2-config-content.inactive, #alt-3-config-content.inactive, #alt-4-config-content.inactive, #alt-5-config-content.inactive, #alt-6-config-content.inactive, #alt-7-config-content.inactive, #alt-8-config-content.inactive { box-shadow: 0px 0px 2px 0px rgb(255,231,231), 0px 0px 12px 0px rgb(255,13,13); border-radius: 3px; } .panel-bottom > ul { margin: 0 0 0.35em; list-style: none; padding: 0; display: flex; } .panel-bottom > ul > li div { visibility: hidden; } .panel-bottom > ul > li { display: block; box-sizing: border-box; float: left; border: 1px solid var(--obs-field-background); background-color: var(--obs-field-background); cursor: pointer; width: 17px; height: 17px; border-radius: 3px; } .panel-bottom > ul > li + li { margin: 0 0 0 4px; } .panel-bottom > ul > li.stored { background: #666; border: 1px solid #666; } .panel-bottom > ul > li.active-slot { background: var(--main-color); border: 1px solid var(--main-color); } .panel-bottom > ul > li.custom-logo::before { content: ''; background-color: var(--main-color); width: 2px; height: 2px; display: block; position: absolute; margin: 13px 0px 0px 1px; border-radius: 50%; } .panel-bottom > ul > li.active-slot.custom-logo::before { background-color: var(--obs-field-background); } .panel-bottom > ul > li.next-to-load { animation: blinker-white 0.25s ease-in infinite; } @keyframes blinker-white { 0% { background-color: var(--main-color); border: 1px #666; } 50% { background-color: #666; border: 1px solid #666; } } #alt-1-name-color, #alt-1-info-color, #alt-2-name-color, #alt-2-info-color, #alt-3-name-color, #alt-3-info-color, #alt-4-name-color, #alt-4-info-color, #alt-5-name-color, #alt-5-info-color, #alt-6-name-color, #alt-6-info-color, #alt-7-name-color, #alt-7-info-color, #alt-8-name-color, #alt-8-info-color { width: 45px; height: 15px; border: none; border-radius: var(--element-radius); padding: 3px; float: right; font-size: 9px; transition: 0.1s; cursor: pointer; text-align: center; margin: 4px; } #alt-1-name-color.jscolor-active, #alt-1-info-color.jscolor-active, #alt-2-name-color.jscolor-active, #alt-2-info-color.jscolor-active, #alt-3-name-color.jscolor-active, #alt-3-info-color.jscolor-active, #alt-4-name-color.jscolor-active, #alt-4-info-color.jscolor-active, #alt-5-name-color.jscolor-active, #alt-5-info-color.jscolor-active, #alt-6-name-color.jscolor-active, #alt-6-info-color.jscolor-active, #alt-7-name-color.jscolor-active, #alt-7-info-color.jscolor-active, #alt-8-name-color.jscolor-active, #alt-8-info-color.jscolor-active { cursor: text; } .tool-tittle.disabled { opacity: 0.2; } .tool-tittle.disabled + .jscolor { opacity: 0.2; pointer-events: none; } #alt-1-style-color-1, #alt-1-style-color-2, #alt-1-style-color-3, #alt-1-style-color-4, #alt-2-style-color-1, #alt-2-style-color-2, #alt-2-style-color-3, #alt-2-style-color-4, #alt-3-style-color-1, #alt-3-style-color-2, #alt-3-style-color-3, #alt-3-style-color-4, #alt-4-style-color-1, #alt-4-style-color-2, #alt-4-style-color-3, #alt-4-style-color-4, #alt-5-style-color-1, #alt-5-style-color-2, #alt-5-style-color-3, #alt-5-style-color-4, #alt-6-style-color-1, #alt-6-style-color-2, #alt-6-style-color-3, #alt-6-style-color-4, #alt-7-style-color-1, #alt-7-style-color-2, #alt-7-style-color-3, #alt-7-style-color-4, #alt-8-style-color-1, #alt-8-style-color-2, #alt-8-style-color-3, #alt-8-style-color-4 { width: 45px; height: 15px; border: none; border-radius: var(--element-radius); padding: 3px; font-size: 9px; transition: 0.1s; cursor: pointer; text-align: center; margin: 4px 4px 4px 3px; } .clean { margin: 1px; cursor: pointer; display: flex; width: 9px; width: 15px; height: 15px; } .clean div { width: 13px; height: 13px; margin: 1px; } .panel-bottom > .clean > .icon { background-color: var(--main-color); } .panel-bottom > .clean > .icon:hover { background-color: #ffffff; } .panel-bottom > label.config-btn { width: 15px; height: 15px; margin: 1px; line-height: 0; } .panel-bottom > label > .icon-btn { margin: 0px; } .delete { animation: blinker-red 0.25s linear infinite; } @keyframes blinker-red { 0% { background-color: #1f1e1f; border: 1px solid var(--obs-field-background); } 50% { background-color: red; border: 1px solid var(--obs-field-background); } } .time-bar{ display: flex; flex-direction: column; margin: 0 1px 0 0; } .time-bar > div { float: left; font-size: 7px; padding: 1px 3px; line-height: 1em; width: 22px; height: 8px; background: var(--obs-field-background-disable); border-radius: 3px; text-align: right; box-sizing: border-box; overflow: hidden; } .time-bar > div + div { margin: 1px 0 0 0; } label#alt-1-custom-times::after, label#alt-2-custom-times::after, label#alt-3-custom-times::after, label#alt-4-custom-times::after, label#alt-5-custom-times::after, label#alt-6-custom-times::after, label#alt-7-custom-times::after, label#alt-8-custom-times::after { display: none; } label#alt-1-custom-times, label#alt-2-custom-times, label#alt-3-custom-times, label#alt-4-custom-times, label#alt-5-custom-times, label#alt-6-custom-times, label#alt-7-custom-times, label#alt-8-custom-times { width: 15px; height: 15px; display: flex; margin: 1px!important; } #alt-1-custom-times + .hidable, #alt-2-custom-times + .hidable, #alt-3-custom-times + .hidable, #alt-4-custom-times + .hidable, #alt-5-custom-times + .hidable, #alt-6-custom-times + .hidable, #alt-7-custom-times + .hidable, #alt-8-custom-times + .hidable { margin-top: 0px; } label#alt-1-custom-times i.fas, label#alt-2-custom-times i.fas, label#alt-3-custom-times i.fas, label#alt-4-custom-times i.fas, label#alt-5-custom-times i.fas, label#alt-6-custom-times i.fas, label#alt-7-custom-times i.fas, label#alt-8-custom-times i.fas { font-size: 12px; font-weight: 100; margin: 0; color: #666666; } label#alt-1-custom-times.active > .icon-btn, label#alt-2-custom-times.active > .icon-btn, label#alt-3-custom-times.active > .icon-btn, label#alt-4-custom-times.active > .icon-btn, label#alt-5-custom-times.active > .icon-btn, label#alt-6-custom-times.active > .icon-btn, label#alt-7-custom-times.active > .icon-btn, label#alt-8-custom-times.active > .icon-btn { background-color: var(--main-color); } label#alt-1-custom-times > .icon-btn.active, label#alt-2-custom-times > .icon-btn.active, label#alt-3-custom-times > .icon-btn.active, label#alt-4-custom-times > .icon-btn.active, label#alt-5-custom-times > .icon-btn.active, label#alt-6-custom-times > .icon-btn.active, label#alt-7-custom-times > .icon-btn.active, label#alt-8-custom-times > .icon-btn.active { background-color: var(--main-color); } /***********************/ /*The switch-the box around the slider*/ .panel label.switch { margin: 0px; top: 1px; } .switch { position: relative; width: 21px; height: 13px; float: right; } .switch.switch-left { float: left; } label i.fas { font-size: 15px; margin: 0 6px 0 2px; position: relative; } i.fas { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .switch input { opacity: 0; width: 0; height: 0; margin: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--obs-field-background); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 9px; width: 9px; left: 2px; bottom: 2px; background-color: var(--main-color); -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: var(--obs-switch-active-background); } /* input:focus + .slider { box-shadow: 0 0 1px var(--obs-switch-active-background); } */ input:checked + .slider:before { -webkit-transform: translateX(8px); -ms-transform: translateX(8px); transform: translateX(8px); background-color: #fff; } .slider.round { border-radius: 14px; } .slider.round:before { border-radius: 50%; } .panel label { display: inline-block; } .panel input { box-sizing: border-box; padding:.4em; margin:0 0 5px; border: var(--obs-field-border); display:block; width:100%; height: 23px; border-radius: var(--element-radius); background: var(--obs-field-background); color: #d2d2d2; font-size: 1em; } .panel input.disable{ color: #828282; background: #2f2f2f; } .panel textarea { box-sizing: border-box; padding:.4em; margin:0 0 5px; border: var(--obs-field-border); display:block; border-radius: var(--element-radius); background: var(--obs-field-background); color: #d2d2d2; font-size: 1em; resize: none; cursor: auto; } ::placeholder { color: #4a4a4a; } /***********************/ input#alt-1-name, input#alt-1-info, input#alt-2-name, input#alt-2-info, input#alt-3-name, input#alt-3-info, input#alt-4-name, input#alt-4-info, input#alt-5-name, input#alt-5-info, input#alt-6-name, input#alt-6-info, input#alt-7-name, input#alt-7-info, input#alt-8-name, input#alt-8-info { float: left; width: calc(100% - 92px); margin-right: 0px; border-radius: 2px 0 0 2px; border-right: 0; } #alt-1-name-appearance, #alt-1-info-appearance, #alt-2-name-appearance, #alt-2-info-appearance, #alt-3-name-appearance, #alt-3-info-appearance, #alt-4-name-appearance, #alt-4-info-appearance, #alt-5-name-appearance, #alt-5-info-appearance, #alt-6-name-appearance, #alt-6-info-appearance, #alt-7-name-appearance, #alt-7-info-appearance, #alt-8-name-appearance, #alt-8-info-appearance { float: right; background-color: var(--obs-field-background); border-radius: 0 var(--element-radius) var(--element-radius) 0; border: var(--obs-field-border); border-left: 0; box-sizing: border-box; height: 23px; width: 92px; } #alt-1-name-appearance > .config-btn > .icon-btn > i.fas, #alt-1-info-appearance > .config-btn > .icon-btn > i.fas, #alt-2-name-appearance > .config-btn > .icon-btn > i.fas, #alt-2-info-appearance > .config-btn > .icon-btn > i.fas, #alt-3-name-appearance > .config-btn > .icon-btn > i.fas, #alt-3-info-appearance > .config-btn > .icon-btn > i.fas, #alt-4-name-appearance > .config-btn > .icon-btn > i.fas, #alt-4-info-appearance > .config-btn > .icon-btn > i.fas, #alt-5-name-appearance > .config-btn > .icon-btn > i.fas, #alt-5-info-appearance > .config-btn > .icon-btn > i.fas, #alt-6-name-appearance > .config-btn > .icon-btn > i.fas, #alt-6-info-appearance > .config-btn > .icon-btn > i.fas, #alt-7-name-appearance > .config-btn > .icon-btn > i.fas, #alt-7-info-appearance > .config-btn > .icon-btn > i.fas, #alt-8-name-appearance > .config-btn > .icon-btn > i.fas, #alt-8-info-appearance > .config-btn > .icon-btn > i.fas { font-size: 13px; margin: 5px; } .textfields-container > div > label:first-child > span > i.fas { transform: translate(0.35em, 0em); } .fill-color-appearance, .border-color-appearance { background-color: var(--obs-field-background); border-radius: var(--element-radius); border: var(--obs-field-border); box-sizing: border-box; height: 23px; width: 155px; display: inline-flex; justify-content: flex-end; } .fill-color-appearance.disable, .border-color-appearance.disable { background-color: #2f2f2f; color: #828282; } .tool-tittle { line-height: 14px; font-size: 9px; text-transform: uppercase; font-weight: 600; margin: 4px 0px 4px 0px; cursor: default; } #alt-1-style-color-1 + .tool-tittle, #alt-2-style-color-1 + .tool-tittle, #alt-3-style-color-1 + .tool-tittle, #alt-4-style-color-1 + .tool-tittle, #alt-5-style-color-1 + .tool-tittle, #alt-6-style-color-1 + .tool-tittle, #alt-7-style-color-1 + .tool-tittle, #alt-8-style-color-1 + .tool-tittle { margin-left: 1px; } .panel button{ /* background: var(--obs-button-background); border: 1px solid var(--obs-button-border); */ /* color: var(--obs-button-color); */ padding:.75em; margin:0 0 1em; text-align:center; width:100%; } .panel button.onethird{ width:30%; float:left; margin-right:2%; font-size: 1em; } .panel button:hover{ background: var(--obs-button-hover-background); border-color: var(--obs-button-hover-border); } .panel button:active{ /* background: var(--obs-button-active-background); */ } .panel .radio-position{float: right;text-align:center} .panel .radio-position input{ width: 2em; height:2em; display:inline-block } .panel .radio-position input:checked{ background:red } .panel ul#predefined { list-style: none; padding: 0; } .panel ul#predefined li .name, ul#predefined li .function { display: inline-block; } .panel ul#predefined li { padding: .5em 1em; border: 1px solid #555; margin: 0 0 .25em; text-align: center; cursor: pointer; } .panel ul#predefined li .function:before{ content: "\00a0(";} .panel ul#predefined li .function:after{ content: ")";} input[type="number"] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } .number-input { display: inline-flex; width: 40px; } .number-input + .input-no-icon { margin-left: 5px; } .number-input, .number-input * { box-sizing: border-box; } .number-input button { outline:none; -webkit-appearance: none; background-color: transparent; border: none; align-items: center; justify-content: center; height: 10px; width: 12px; padding: 5px 6px; cursor: pointer; margin: 0; bottom: -11px; border-radius: 3px; } .number-input button.down { order: 2; right: 13px; } .number-input button.up { order: 3; right: 25px; bottom: -2px; } .number-input button:hover { background-color: #2d2d2d; } .number-input button:hover:before, .number-input button:hover:after { background-color: var(--main-color); } .number-input button:before, .number-input button:after { display: inline-block; position: absolute; content: ''; width: 0.3rem; height: 2px; background-color: #666666; transform: translate(-75%, -50%) rotate(-45deg); } .number-input button.up:after { transform: translate(-25%, -50%) rotate(45deg); } .number-input button.down:before { transform: translate(-75%, -50%) rotate(45deg); } .number-input button.down:after { transform: translate(-25%, -50%) rotate(-45deg); } .number-input input[type=number] { order: 1; text-align: center; width: 40px; padding-right: 12px; } .number-input input[type="number"]:disabled { background: #2f2f2f; } .number-input input[type="number"]:disabled + button, .number-input input[type="number"]:disabled + button + button { background: #2f2f2f; pointer-events: none; } .number-input input[type="number"]:disabled + button + button + .input-icon { color: #666; } .input-icon { order: 0; display: inline-flex; background-color: var(--main-color)!important; margin: 4px; } .input-icon > .fas { font-size: 15px; margin: 4px; } /* CSS :invalid pseudo selector */ input:invalid { /* border: 1px solid; border-color: red; */ } label.config-btn { width: 23px; height: 23px; } label.config-btn.small { width: 17px; height: 23px; } .config-btn input { opacity: 0; width: 0; height: 0; margin: 0; padding: 0; position: absolute; /* Firefox fix */ } .icon-btn { color: #666666; cursor: pointer; margin: 4px; } .icon-btn:hover { background-color: #808080; } .icon-btn > .fas { font-size: 15px; margin: 4px; top: 0px; cursor: pointer; } .icon-btn p { display: table; font-size: 1.2em; font-weight: 600; position: relative; margin: 0px; padding: 0px; transform: translate(0.25em, -0.8em); line-height: 0; cursor: pointer; } input:checked + .icon-btn { background-color: var(--main-color); } input:checked + .icon-btn:hover { background-color: #ffffff; } input:disabled + .icon-btn { background-color: var(--obs-field-background); pointer-events: none; } .align-toggle { display: inline-flex; } .align-toggle input { position: absolute; opacity: 0; width: 0; display: inline-block; } .align-toggle input + label { margin: 0; width: 21px; float:left; color: #666666; cursor: pointer; } .align-toggle input + label > div { margin: 4px; } .align-toggle input + label > div:hover { background-color: #808080; } .align-toggle input:checked + label > div { background-color: var(--main-color); } .align-toggle input:checked + label > div:hover { background-color: #ffffff; } .align-toggle input:disabled + label > div { background-color: var(--obs-field-background); } .align-toggle input:disabled + label { /* pointer-events: none; */ cursor: default; } .lock-input{ position: relative; width: 0!important; left: -23px; } select { padding: 0.4em; font-size: 1em; border: var(--obs-field-border); border-radius: var(--element-radius); height: 23px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D2D2D2' d='M127 192h257c18 0 27 22 14 34L270 355c-8 8-20 8-28 0L113 226C101 214 110 192 127 192z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 9px; background-position: right 5px center; cursor: pointer; background-color: var(--obs-field-background); color: #d2d2d2; } select#alt-1-font, select#alt-2-font, select#alt-3-font, select#alt-4-font, select#alt-5-font, select#alt-6-font, select#alt-7-font, select#alt-8-font { width: 155px; } .grid-container { display: grid; grid-template-columns: 1fr; gap: 5px; margin-bottom: 5px; } .grid-row, .alt-time-options { display: inline-flex; justify-content: space-between; height: 23px; } .grid-row > div { display: inline-flex; } .grid-container * { position: relative; } .font-config.group { min-width: 143px; } /********************************* ** PREVIEW ** *********************************/ #alt-preview { position: fixed; box-sizing: border-box; bottom: 0px; height: 211px; width: 330px; padding: 5px; margin: 5px 0px 5px; border: none; border: var(--obs-panel-border); border-radius: 3px; background: var(--obs-background); box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%); transition: bottom 0.5s; } #alt-preview > label > .icon.icon-search { background-color: var(--main-color); } #alt-preview.active { bottom: -190px; } #alt-preview.hide { display: none; } #toggle-preview { position: absolute; right: 10px; top: 6px; cursor: pointer; } #toggle-preview div{ transition: transform 0.2s; width: 13px; height: 13px; background-color: var(--main-color); } #toggle-preview.active div{ transform: rotate(-180deg); } .embed-container { margin-top: 2px; } .embed-container iframe { /*height: 203px; width: 360px; border-radius: var(--element-radius); border: var(--obs-field-border); background: var(--alt-preview-background); box-shadow: inset 0px 0px 30px 10px rgb(0 0 0 / 20%);*/ height: 179px; width: 318px; border-radius: var(--element-radius); border: var(--obs-field-border); background: var(--alt-preview-background); box-shadow: inset 0px 0px 30px 10px rgb(0 0 0 / 20%); } .config-btn.preview-btn { float: right; margin: 0px 3px; width: 16px; height: 16px; } .config-btn.preview-btn.hide { display: none; } .config-btn.preview-btn > .icon-btn { width: 14px; height: 14px; margin: 0px; } /*********************************/ .sortees { background: var(--obs-background); } .ui-sortable-helper { box-shadow: -4px 8px 7px rgb(0 0 0 / 40%); transform: rotate(-3deg); cursor: -webkit-grabbing; cursor: grabbing; } .ui-sortable-helper > div { /* box-shadow: none!important; */ } .ui-sortable-placeholder { visibility: visible!important; border: 2px dashed var(--obs-field-background-disable); margin-bottom: 11px; } .renameable { display: inline-block; min-width: 230px; position: relative; top: 4px; } .renameable input { display: inline-block; background: none; margin: 0; padding: 0; height: 14px; } i.alt-icon { font-size: 15px; margin: 0 6px 0 7px; position: relative; height: 10px; overflow: hidden; top: 5px; } .drag-handle { position: absolute; transform: translate(-5px, -5px); height: 25px; width: 278px; } .drag-handle.switch-left { margin-left: 30px; width: 248px; } .drag-handle.switch-left > .renameable { min-width: 220px; } #fonts-options { display: flex; } #custom-font-list { display: flex; margin: 0 0 0 23%; padding: 0; } #custom-font-list > ul { list-style: none; display: flex; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; } #custom-font-list > ul > li { display: flex; box-sizing: border-box; background: var(--obs-field-background); border: var(--obs-field-border); width: 100%; height: 23px; border-radius: 3px; margin: 0 0 5px 8px; } .font-url-added {display: none;} .font-name-added { width: calc(100% - 23px); padding: 2px 4px; } .delete-font { width: 15px; height: 15px; margin: 4px 4px 4px 4px; padding: 0; cursor: pointer; } .delete-font div { background-color: var(--main-color); } .delete-font div:hover { background-color: #ffffff; } .slot-number { visibility: visible!important; color: var(--obs-field-background); font-weight: 700; width: 15px; height: 15px; margin: 0px; padding: 0px; font-size: 10px; line-height: 15px; box-sizing: border-box; text-align: center; } .slot-number.hide{ display: none; } .stored .slot-number { color: var(--main-color); } .stored.active-slot .slot-number { color: var(--obs-field-background); } .panel-bottom > ul > li .tooltiptext { visibility: hidden; font-size: 11px; max-width: 130px; background-color: var(--obs-field-background); color: var(--main-color); text-align: center; border-radius: 3px; padding: 5px 8px; position: absolute; z-index: 1; margin-top: 25px; margin-left: -35px; white-space: pre-line; opacity: 0; transition: opacity 1s; box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); border: 1px solid #252525; } .tooltiptext > hr { border: none; border-top: 1px solid #333333; margin: 7px 0 4px; } .tooltiptext > p { margin: 0 0 2px 0; color: #888888; font-size: 0.8em; } /*Settings Tooltips*/ .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-tooltip { padding: 5px 8px; max-width: 250px; position: absolute; z-index: 9999; white-space: pre-line; } .ui-corner-all { border-radius: 3px; } .ui-widget-content { border: 1px solid #c5c5c5; background: #ffffff; color: var(--obs-field-background); } .ui-widget-shadow { -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); box-shadow: 2px 2px 5px rgb(0 0 0 / 30%); } .panel-bottom > ul > li:hover .tooltiptext { visibility: visible; animation: tooltip-anim 0.2s; animation-fill-mode: forwards; animation-delay: 0.6s; } @keyframes tooltip-anim { from {opacity: 0;} to {opacity: 1;} } /************/ .center.hide { display: none; } .select-image-bg, .reset-all-bg, .export-data-bg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5); z-index: 1; } .center { height:100%; width: 330px; display:flex; align-items:center; justify-content:center; position: fixed; } .form-input { width: 240px; padding: 15px; background: var(--obs-background); border: var(--obs-panel-border); pointer-events: all; border-radius: 3px; box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 70%); z-index: 2; } .form-input input { display:none; } .form-input label { display: block; width: 100%; height: 30px; line-height: 30px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; text-transform: Uppercase; font-weight: 600; border-radius: 3px; cursor: pointer; } .form-input h1 { margin: 0 0 10px; line-height: 23px; font-size: 1.8em; font-weight: 600; } .form-input p { margin: 0 0 10px; } .form-input img { width:100%; display:none; margin:10px 0px; } .file-btns, .reset-btns, .export-btns { display: flex; } .btn-remove { width: 34px; height: 30px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; border-radius: 3px; cursor: pointer; margin-left: 4px; } .btn-remove > div { margin: 7px; } .btn-ok, .btn-ok-reset, .btn-ok-export, .btn-cancel, .btn-settings { display: block; width: 50%; height: 26px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; text-transform: Uppercase; font-weight: 600; border-radius: 3px; cursor: pointer; } .btn-settings { margin-left: 4px; text-transform: capitalize; } .btn-cancel { margin-left: 4px; } .btn-ok-export { width: 100%; } #dataInput { display: block; width: 240px; height: 100%; margin-bottom: 15px; } .import-file-btn input { display: none; } .import-file-btn label { display: block; width: 76px; height: 26px; line-height: 26px; text-align: center; background: var(--obs-button-background); color: var(--main-color); font-size: 12px; font-weight: 600; border-radius: 3px; cursor: pointer; margin-left: 4px; } .no-image { height: 90px; border: 2px dashed #555; box-sizing: border-box; margin: 10px 0px; display: flex; } .no-image::before { content: 'Default'; margin: auto; font-size: 20px; font-weight: 700; color: #555; text-transform: uppercase; } .first-edit-container { display: flex; } .logo-container { width: 96px; height: 51px; background: var(--obs-field-background); border-radius: 3px; margin-right: 4px; overflow: hidden; display: flex; align-items: center; border: var(--obs-field-border); cursor: pointer; } .logo-container::after { background-color: #00000070; width: 100%; height: 100%; content: '···'; display: flex; margin-left: -100%; justify-content: center; align-items: center; opacity: 0; font-size: 22px; font-weight: 900; } .logo-container:hover::after { opacity: 1; } .logo-container.default { width: 56px; height: 56px; margin: 0 0 0 4px; border: var(--obs-field-border); } .logo-numbers { display: inline-table; position: relative; top: 23px; left: 6px; width: 9px; height: 8px; background: #1f1e1fa6; font-size: 7px; box-sizing: border-box; border-radius: 50%; line-height: 9px; text-align: center; margin: 0 -5px; } .logo-container.hide { display: none; } #alt-1-logo-default, #alt-2-logo-default, #alt-3-logo-default, #alt-4-logo-default, #alt-5-logo-default, #alt-6-logo-default, #alt-7-logo-default, #alt-8-logo-default, #alt-1-logo-preview, #alt-2-logo-preview, #alt-3-logo-preview, #alt-4-logo-preview, #alt-5-logo-preview, #alt-6-logo-preview, #alt-7-logo-preview, #alt-8-logo-preview { max-height: 100%; max-width: 100%; } #alt-1-logo-default, #alt-2-logo-default, #alt-3-logo-default, #alt-4-logo-default, #alt-5-logo-default, #alt-6-logo-default, #alt-7-logo-default, #alt-8-logo-default { margin-left: 1px; } .divider { height: 1px; background-color: var(--obs-scrollbar-color); width: 100%; margin: 5px 0 10px; } input.locked + .icon-btn { pointer-events: none; user-select: none; background-color: var(--main-color); } .tab { display: flex; justify-content: space-between; margin-top: 5px; border-bottom: 1px solid var(--obs-tabs-separator); margin-bottom: 10px; } .tablinks { cursor: pointer; height: 26px; padding: 0px!important; margin: 0px!important; border-radius: 3px 3px 0 0; font: unset; color: var(--main-color); background: var(--obs-tab-background); border: 1px solid var(--obs-tab-border); border-bottom: none; } .tablinks:not(:last-child) { margin-right: 2px!important; } .tablinks.active { background: var(--obs-tab-active-background); border-color: var(--obs-tab-active-border); }
0.321141
0.121061
@charset "UTF-8"; /* Theme Name: XeoryBase Theme URI: http://xeory.jp/ Description: Xeoryベーステーマ Author: バズ部 Author URI: http://bazubu.com/ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* HTML5 -------------------------------------------------- */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } /* all -------------------------------------------------- */ html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } body { margin: 0; font-size: 16px; line-height: 1.6; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif; overflow-wrap: break-word; word-break: normal; } a { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } a:focus, a:active, a:hover { outline: 0; } * { box-sizing: border-box; } /* clear -------------------------------------------------- */ .clear { clear: both; } .clearfix { *zoom: 1; } .clearfix:before { display: inline-table; } .clearfix:after { content: ""; display: block; clear: both; } /* text -------------------------------------------------- */ abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } blockquote { clear: both; margin: 0 0 28px; padding: 30px 20px 35px 55px; position: relative; border: 1px #e5e5e5 solid; background: #fafafa; } blockquote:before { content: ''; font-family: 'FontAwesome'; font-size: 36px; color: #e7e7e7; position: absolute; top: 10px; left: 10px; } blockquote cite { position: absolute; right: 20px; bottom: 10px; font-size: 12px; color: #808080; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; overflow-x: scroll; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* list -------------------------------------------------- */ nav ul, nav ol { list-style: none; list-style-image: none; } .inline-list li { display: inline-block; } /* embed -------------------------------------------------- */ img { max-width: 100%; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } /* form -------------------------------------------------- */ form { margin: 0; } fieldset { border: 1px solid #e5e5e5; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, input { line-height: normal; } button, html input[type="button"], input[type="reset"], input[type="submit"], .btn { cursor: pointer; *overflow: visible; -webkit-appearance: none; } button[disabled], input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] { -webkit-appearance: textfield; box-sizing: border-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } /* form ---------------------------------------- */ form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea { border-radius: 3px; padding: 8px 13px; max-width: 100%; border: 1px #ccc solid; outline: none; box-sizing: border-box; } form textarea { width: 80%; } form input[type="submit"], form button { padding: 12px 20px; border: none; } form input[type="submit"]:hover, form button:hover { cursor: pointer; } /* search */ #searchform { overflow: hidden; background: #fff; border: 1px solid #e5e5e5; padding-bottom: 0; border-radius: 2px; } #searchform div { position: relative; padding-right: 40px; } #searchform label { display: none; } #searchform input[type=text] { line-height: 18px; padding: 8px 13px; font-size: 14px; width: 100%; box-sizing: border-box; border: none; float: left; } #searchform button { float: right; position: absolute; top: 0; right: 0; vertical-align: top; line-height: 18px; border: none; border-radius: 3px; width: 40px; padding: 8px 5px; -webkit-transition: background .3s ease-in-out; transition: background .3s ease-in-out; background: transparent; font-family: 'FontAwesome'; font-size: 21px; color: #808080; } #searchform button:hover { cursor: pointer; } /* table -------------------------------------------------- */ table { border-collapse: collapse; border-spacing: 0; border: 1px solid #e5e5e5; } th, td { border: 1px solid #e5e5e5; padding: 8px 13px; } /* ---------------------------------------- * レスポンシブ * ~ / 1200px / 991px / 767px * desctop / laptop / tablet / phone ---------------------------------------- */ @media screen and (max-width: 1200px) { /* laptop */ /* laptop end */ } @media screen and (max-width: 991px) { /* tablet */ /* tablet end */ } @media screen and (max-width: 767px) { /* phone */ h1 { font-size: 22px; margin: 36px 0; clear: both; } .post-content h2{ font-size: 18px; margin: 2em 0 1em; clear: both; } .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-size: 16px; margin: 2em 0 1em; } /* phone end */ } .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignright { float: right; margin-left: 12px; margin-bottom: 12px; } .alignleft { float: left; margin-right: 12px; margin-bottom: 12px; } .aligncenter { clear: both; margin-left: auto; margin-right: auto; display: block; } /* header */ #logo { margin: 0; } /* post */ .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-weight: bold; line-height: 1.4; } .post-content h1 { font-size: 36px; margin: 1em 0; clear: both; } .post-content h2 { font-size: 28px; margin: 2em 0 1em; clear: both; } .post-content h3 { font-size: 24px; margin: 2em 0 1em; } .post-content h4 { font-size: 18px; margin: 2em 0 1em; } .post-content h5 { font-size: 16px; margin: 2em 0 1em; } .post-content h6 { font-size: 14px; margin: 2em 0 1em; } .post-content p, .post-content pre { margin: 0 0 1.6em; line-height: 1.6; } .post-content dl, .post-content menu, .post-content ol, .post-content ul { margin: 0 0 2em; } .post-content li { margin: 6px 0; } .post-content dd { margin: 0 0 20px 0; } .post-content ol, .post-content ul { padding: 0 0 0 20px; } .post-content ol ol, .post-content ol ul, .post-content ul ol, .post-content ul ul { margin: 0; } .post-content blockquote { clear: both; margin: 0 0 28px; padding: 30px 20px 35px 55px; position: relative; border: 1px #eee solid; } .post-content blockquote:before { content: ''; font-family: 'FontAwesome'; font-size: 32px; color: #e7e7e7; position: absolute; top: 20px; left: 12px; } .post-content blockquote cite { position: absolute; right: 20px; bottom: 10px; font-size: 12px; color: #808080; } .post-content blockquote *:last-child { margin-bottom: 0; } .post-content table { border: 1px #ddd solid; max-width: 100%; margin-bottom: 48px; } .post-content table th, .post-content table td { padding: 8px 10px; border: #ddd solid 1px; } .post-content table th { color: #fff; } .post-content table thead th { background: #5e6265; } .post-content table tbody th { background: #919598; } .post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td { border-color: #fff; } .post-content table.table-line th { background: transparent; color: #333; font-weight: bold; } .post-content table.table-line thead th { background: #5e6265; color: #fff; } .post-content table.table-line tr { background: #eee; } .post-content table.table-line tr:nth-child(2n+1) { background: #ddd; } .post-title { margin: 0 0 36px; font-size: 28px; clear: both; font-weight: bold; } body.page .post-title { margin-bottom: 0; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; padding-left: 4px; padding-right: 4px; margin: 10px; max-width: 100%; box-sizing: border-box; /* optional rounded corners for browsers that support it */ -khtml-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } /* ---------------------------------------- * content-none ---------------------------------------- */ .content-none #searchform { max-width: 400px; } /* ---------------------------------------- * pagetop ---------------------------------------- */ .pagetop { visibility: hidden; opacity: 0; position: fixed; bottom: 50px; right: 50px; color: #fff; } .pagetop span { display: block; border-radius: 25px; background: #2b2b2b; width: 50px; height: 50px; text-align: center; line-height: 40px; font-size: 36px; } .pagetop span i { color: #fff; } .pagetop.show { visibility: visible; opacity: .8; } @media screen and (max-width: 991px) { /* tablet */ .pagetop { right: 20px; bottom: 20px; } /* tablet end */ } .row { *zoom: 1; } .row:before { display: inline-table; } .row:after { content: ""; display: block; clear: both; } .gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12, .gld-sub, .gld-main, .gr1-5 { float: left; box-sizing: border-box; } .gr1 { width: 8.33%; } .gr2 { width: 16.66%; } .gr3 { width: 25%; } .gr4 { width: 33.33%; } .gr5 { width: 41.66%; } .gr6 { width: 50%; } .gr7 { width: 58.33%; } .gr8 { width: 66.66%; } .gr9 { width: 75%; } .gr10 { width: 83.33%; } .gr11 { width: 91.33%; } .gr12 { width: 100%; } .gr1-5 { width: 20%; } .gld-sub { width: 37.31%; } .gld-main { width: 62.68%; } @media screen and (max-width: 1200px) { /* laptop */ .gr1.lt-flat, .gr2.lt-flat, .gr3.lt-flat, .gr4.lt-flat, .gr5.lt-flat, .gr6.lt-flat, .gr7.lt-flat, .gr8.lt-flat, .gr9.lt-flat, .gr10.lt-flat, .gr11.lt-flat, .gr12.lt-flat, .gld-sub.lt-flat, .gld-main.lt-flat, .gr1-5.lt-flat { width: 100% !important; } /* laptop end */ } @media (min-width: 992px) and (max-width: 1200px) { /* laptop only */ .gr1-lt { width: 8.33% !important; } .gr2-lt { width: 16.66% !important; } .gr3-lt { width: 25% !important; } .gr4-lt { width: 33.33% !important; } .gr5-lt { width: 41.66% !important; } .gr6-lt { width: 50% !important; } .gr7-lt { width: 58.33% !important; } .gr8-lt { width: 66.66% !important; } .gr9-lt { width: 75% !important; } .gr10-lt { width: 83.33% !important; } .gr11-lt { width: 91.33% !important; } .gr12-lt { width: 100% !important; } .gr1-5-lt { width: 20% !important; } .gld-sub-lt { width: 37.31% !important; } .gld-main-lt { width: 62.68% !important; } /* laptop only end */ } @media screen and (max-width: 991px) { /* tablet */ .gr1.tb-flat, .gr2.tb-flat, .gr3.tb-flat, .gr4.tb-flat, .gr5.tb-flat, .gr6.tb-flat, .gr7.tb-flat, .gr8.tb-flat, .gr9.tb-flat, .gr10.tb-flat, .gr11.tb-flat, .gr12.tb-flat, .gld-sub.tb-flat, .gld-main.tb-flat, .gr1-5.tb-flat { width: 100% !important; } .gr1-tb { width: 8.33% !important; } .gr2-tb { width: 16.66% !important; } .gr3-tb { width: 25% !important; } .gr4-tb { width: 33.33% !important; } .gr5-tb { width: 41.66% !important; } .gr6-tb { width: 50% !important; } .gr7-tb { width: 58.33% !important; } .gr8-tb { width: 66.66% !important; } .gr9-tb { width: 75% !important; } .gr10-tb { width: 83.33% !important; } .gr11-tb { width: 91.33% !important; } .gr12-tb { width: 100% !important; } .gr1-5-tb { width: 20% !important; } .gld-sub-tb { width: 37.31% !important; } .gld-main-tb { width: 62.68% !important; } /* tablet end */ } @media (min-width: 768px) and (max-width: 991px) { /* tablet only */ .gr1-tb { width: 8.33% !important; } .gr2-tb { width: 16.66% !important; } .gr3-tb { width: 25% !important; } .gr4-tb { width: 33.33% !important; } .gr5-tb { width: 41.66% !important; } .gr6-tb { width: 50% !important; } .gr7-tb { width: 58.33% !important; } .gr8-tb { width: 66.66% !important; } .gr9-tb { width: 75% !important; } .gr10-tb { width: 83.33% !important; } .gr11-tb { width: 91.33% !important; } .gr12-tb { width: 100% !important; } .gr1-5-tb { width: 20% !important; } .gld-sub-tb { width: 37.31% !important; } .gld-main-tb { width: 62.68% !important; } /* tablet only end */ } @media screen and (max-width: 767px) { /* phone */ .gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12, .gr1-5, .gld-sub, .gld-main { width: 100%; } .gr1-sp { width: 8.33% !important; } .gr2-sp { width: 16.66% !important; } .gr3-sp { width: 25% !important; } .gr4-sp { width: 33.33% !important; } .gr5-sp { width: 41.66% !important; } .gr6-sp { width: 50% !important; } .gr7-sp { width: 58.33% !important; } .gr8-sp { width: 66.66% !important; } .gr9-sp { width: 75% !important; } .gr10-sp { width: 83.33% !important; } .gr11-sp { width: 91.33% !important; } .gr12-sp { width: 100% !important; } .gr1-5-sp { width: 20% !important; } .gld-sub-sp { width: 37.31% !important; } .gld-main-sp { width: 62.68% !important; } .post-content table{ overflow-x: auto; width: 100%; -webkit-overflow-scrolling: touch; display: block; white-space: nowrap; } /* phone end */ }
public/css/content/themes/xeory_base/base.css
@charset "UTF-8"; /* Theme Name: XeoryBase Theme URI: http://xeory.jp/ Description: Xeoryベーステーマ Author: バズ部 Author URI: http://bazubu.com/ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* HTML5 -------------------------------------------------- */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } /* all -------------------------------------------------- */ html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } body { margin: 0; font-size: 16px; line-height: 1.6; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif; overflow-wrap: break-word; word-break: normal; } a { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } a:focus, a:active, a:hover { outline: 0; } * { box-sizing: border-box; } /* clear -------------------------------------------------- */ .clear { clear: both; } .clearfix { *zoom: 1; } .clearfix:before { display: inline-table; } .clearfix:after { content: ""; display: block; clear: both; } /* text -------------------------------------------------- */ abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } blockquote { clear: both; margin: 0 0 28px; padding: 30px 20px 35px 55px; position: relative; border: 1px #e5e5e5 solid; background: #fafafa; } blockquote:before { content: ''; font-family: 'FontAwesome'; font-size: 36px; color: #e7e7e7; position: absolute; top: 10px; left: 10px; } blockquote cite { position: absolute; right: 20px; bottom: 10px; font-size: 12px; color: #808080; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; overflow-x: scroll; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* list -------------------------------------------------- */ nav ul, nav ol { list-style: none; list-style-image: none; } .inline-list li { display: inline-block; } /* embed -------------------------------------------------- */ img { max-width: 100%; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } /* form -------------------------------------------------- */ form { margin: 0; } fieldset { border: 1px solid #e5e5e5; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, input { line-height: normal; } button, html input[type="button"], input[type="reset"], input[type="submit"], .btn { cursor: pointer; *overflow: visible; -webkit-appearance: none; } button[disabled], input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] { -webkit-appearance: textfield; box-sizing: border-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } /* form ---------------------------------------- */ form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea { border-radius: 3px; padding: 8px 13px; max-width: 100%; border: 1px #ccc solid; outline: none; box-sizing: border-box; } form textarea { width: 80%; } form input[type="submit"], form button { padding: 12px 20px; border: none; } form input[type="submit"]:hover, form button:hover { cursor: pointer; } /* search */ #searchform { overflow: hidden; background: #fff; border: 1px solid #e5e5e5; padding-bottom: 0; border-radius: 2px; } #searchform div { position: relative; padding-right: 40px; } #searchform label { display: none; } #searchform input[type=text] { line-height: 18px; padding: 8px 13px; font-size: 14px; width: 100%; box-sizing: border-box; border: none; float: left; } #searchform button { float: right; position: absolute; top: 0; right: 0; vertical-align: top; line-height: 18px; border: none; border-radius: 3px; width: 40px; padding: 8px 5px; -webkit-transition: background .3s ease-in-out; transition: background .3s ease-in-out; background: transparent; font-family: 'FontAwesome'; font-size: 21px; color: #808080; } #searchform button:hover { cursor: pointer; } /* table -------------------------------------------------- */ table { border-collapse: collapse; border-spacing: 0; border: 1px solid #e5e5e5; } th, td { border: 1px solid #e5e5e5; padding: 8px 13px; } /* ---------------------------------------- * レスポンシブ * ~ / 1200px / 991px / 767px * desctop / laptop / tablet / phone ---------------------------------------- */ @media screen and (max-width: 1200px) { /* laptop */ /* laptop end */ } @media screen and (max-width: 991px) { /* tablet */ /* tablet end */ } @media screen and (max-width: 767px) { /* phone */ h1 { font-size: 22px; margin: 36px 0; clear: both; } .post-content h2{ font-size: 18px; margin: 2em 0 1em; clear: both; } .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-size: 16px; margin: 2em 0 1em; } /* phone end */ } .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignright { float: right; margin-left: 12px; margin-bottom: 12px; } .alignleft { float: left; margin-right: 12px; margin-bottom: 12px; } .aligncenter { clear: both; margin-left: auto; margin-right: auto; display: block; } /* header */ #logo { margin: 0; } /* post */ .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-weight: bold; line-height: 1.4; } .post-content h1 { font-size: 36px; margin: 1em 0; clear: both; } .post-content h2 { font-size: 28px; margin: 2em 0 1em; clear: both; } .post-content h3 { font-size: 24px; margin: 2em 0 1em; } .post-content h4 { font-size: 18px; margin: 2em 0 1em; } .post-content h5 { font-size: 16px; margin: 2em 0 1em; } .post-content h6 { font-size: 14px; margin: 2em 0 1em; } .post-content p, .post-content pre { margin: 0 0 1.6em; line-height: 1.6; } .post-content dl, .post-content menu, .post-content ol, .post-content ul { margin: 0 0 2em; } .post-content li { margin: 6px 0; } .post-content dd { margin: 0 0 20px 0; } .post-content ol, .post-content ul { padding: 0 0 0 20px; } .post-content ol ol, .post-content ol ul, .post-content ul ol, .post-content ul ul { margin: 0; } .post-content blockquote { clear: both; margin: 0 0 28px; padding: 30px 20px 35px 55px; position: relative; border: 1px #eee solid; } .post-content blockquote:before { content: ''; font-family: 'FontAwesome'; font-size: 32px; color: #e7e7e7; position: absolute; top: 20px; left: 12px; } .post-content blockquote cite { position: absolute; right: 20px; bottom: 10px; font-size: 12px; color: #808080; } .post-content blockquote *:last-child { margin-bottom: 0; } .post-content table { border: 1px #ddd solid; max-width: 100%; margin-bottom: 48px; } .post-content table th, .post-content table td { padding: 8px 10px; border: #ddd solid 1px; } .post-content table th { color: #fff; } .post-content table thead th { background: #5e6265; } .post-content table tbody th { background: #919598; } .post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td { border-color: #fff; } .post-content table.table-line th { background: transparent; color: #333; font-weight: bold; } .post-content table.table-line thead th { background: #5e6265; color: #fff; } .post-content table.table-line tr { background: #eee; } .post-content table.table-line tr:nth-child(2n+1) { background: #ddd; } .post-title { margin: 0 0 36px; font-size: 28px; clear: both; font-weight: bold; } body.page .post-title { margin-bottom: 0; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; padding-left: 4px; padding-right: 4px; margin: 10px; max-width: 100%; box-sizing: border-box; /* optional rounded corners for browsers that support it */ -khtml-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } /* ---------------------------------------- * content-none ---------------------------------------- */ .content-none #searchform { max-width: 400px; } /* ---------------------------------------- * pagetop ---------------------------------------- */ .pagetop { visibility: hidden; opacity: 0; position: fixed; bottom: 50px; right: 50px; color: #fff; } .pagetop span { display: block; border-radius: 25px; background: #2b2b2b; width: 50px; height: 50px; text-align: center; line-height: 40px; font-size: 36px; } .pagetop span i { color: #fff; } .pagetop.show { visibility: visible; opacity: .8; } @media screen and (max-width: 991px) { /* tablet */ .pagetop { right: 20px; bottom: 20px; } /* tablet end */ } .row { *zoom: 1; } .row:before { display: inline-table; } .row:after { content: ""; display: block; clear: both; } .gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12, .gld-sub, .gld-main, .gr1-5 { float: left; box-sizing: border-box; } .gr1 { width: 8.33%; } .gr2 { width: 16.66%; } .gr3 { width: 25%; } .gr4 { width: 33.33%; } .gr5 { width: 41.66%; } .gr6 { width: 50%; } .gr7 { width: 58.33%; } .gr8 { width: 66.66%; } .gr9 { width: 75%; } .gr10 { width: 83.33%; } .gr11 { width: 91.33%; } .gr12 { width: 100%; } .gr1-5 { width: 20%; } .gld-sub { width: 37.31%; } .gld-main { width: 62.68%; } @media screen and (max-width: 1200px) { /* laptop */ .gr1.lt-flat, .gr2.lt-flat, .gr3.lt-flat, .gr4.lt-flat, .gr5.lt-flat, .gr6.lt-flat, .gr7.lt-flat, .gr8.lt-flat, .gr9.lt-flat, .gr10.lt-flat, .gr11.lt-flat, .gr12.lt-flat, .gld-sub.lt-flat, .gld-main.lt-flat, .gr1-5.lt-flat { width: 100% !important; } /* laptop end */ } @media (min-width: 992px) and (max-width: 1200px) { /* laptop only */ .gr1-lt { width: 8.33% !important; } .gr2-lt { width: 16.66% !important; } .gr3-lt { width: 25% !important; } .gr4-lt { width: 33.33% !important; } .gr5-lt { width: 41.66% !important; } .gr6-lt { width: 50% !important; } .gr7-lt { width: 58.33% !important; } .gr8-lt { width: 66.66% !important; } .gr9-lt { width: 75% !important; } .gr10-lt { width: 83.33% !important; } .gr11-lt { width: 91.33% !important; } .gr12-lt { width: 100% !important; } .gr1-5-lt { width: 20% !important; } .gld-sub-lt { width: 37.31% !important; } .gld-main-lt { width: 62.68% !important; } /* laptop only end */ } @media screen and (max-width: 991px) { /* tablet */ .gr1.tb-flat, .gr2.tb-flat, .gr3.tb-flat, .gr4.tb-flat, .gr5.tb-flat, .gr6.tb-flat, .gr7.tb-flat, .gr8.tb-flat, .gr9.tb-flat, .gr10.tb-flat, .gr11.tb-flat, .gr12.tb-flat, .gld-sub.tb-flat, .gld-main.tb-flat, .gr1-5.tb-flat { width: 100% !important; } .gr1-tb { width: 8.33% !important; } .gr2-tb { width: 16.66% !important; } .gr3-tb { width: 25% !important; } .gr4-tb { width: 33.33% !important; } .gr5-tb { width: 41.66% !important; } .gr6-tb { width: 50% !important; } .gr7-tb { width: 58.33% !important; } .gr8-tb { width: 66.66% !important; } .gr9-tb { width: 75% !important; } .gr10-tb { width: 83.33% !important; } .gr11-tb { width: 91.33% !important; } .gr12-tb { width: 100% !important; } .gr1-5-tb { width: 20% !important; } .gld-sub-tb { width: 37.31% !important; } .gld-main-tb { width: 62.68% !important; } /* tablet end */ } @media (min-width: 768px) and (max-width: 991px) { /* tablet only */ .gr1-tb { width: 8.33% !important; } .gr2-tb { width: 16.66% !important; } .gr3-tb { width: 25% !important; } .gr4-tb { width: 33.33% !important; } .gr5-tb { width: 41.66% !important; } .gr6-tb { width: 50% !important; } .gr7-tb { width: 58.33% !important; } .gr8-tb { width: 66.66% !important; } .gr9-tb { width: 75% !important; } .gr10-tb { width: 83.33% !important; } .gr11-tb { width: 91.33% !important; } .gr12-tb { width: 100% !important; } .gr1-5-tb { width: 20% !important; } .gld-sub-tb { width: 37.31% !important; } .gld-main-tb { width: 62.68% !important; } /* tablet only end */ } @media screen and (max-width: 767px) { /* phone */ .gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12, .gr1-5, .gld-sub, .gld-main { width: 100%; } .gr1-sp { width: 8.33% !important; } .gr2-sp { width: 16.66% !important; } .gr3-sp { width: 25% !important; } .gr4-sp { width: 33.33% !important; } .gr5-sp { width: 41.66% !important; } .gr6-sp { width: 50% !important; } .gr7-sp { width: 58.33% !important; } .gr8-sp { width: 66.66% !important; } .gr9-sp { width: 75% !important; } .gr10-sp { width: 83.33% !important; } .gr11-sp { width: 91.33% !important; } .gr12-sp { width: 100% !important; } .gr1-5-sp { width: 20% !important; } .gld-sub-sp { width: 37.31% !important; } .gld-main-sp { width: 62.68% !important; } .post-content table{ overflow-x: auto; width: 100%; -webkit-overflow-scrolling: touch; display: block; white-space: nowrap; } /* phone end */ }
0.361841
0.108283
root {display: block;} html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;} fieldset, img { border: 0; } img { display:inline-block; } :focus { outline: 0; } li {display: list-item;text-align: -webkit-match-parent;} em, i, u {font-style: normal;} h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:"Microsoft YaHei" } abbr, acronym { border: 0; font-variant: normal; } input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } code, kbd, samp, tt { font-size:100%; } input, button, textarea, select { *font-size: 100%;font-family:"Microsoft YaHei";} ol, ul { list-style: none outside none; } table { border-collapse: collapse; border-spacing: 0;} caption, th { text-align: left; } :link, :visited, ins { text-decoration: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a{ color: #333} div {display: block;} .row{margin-right:0px; margin-left: 0px;} .margin-top{ margin-top:10px} .r_f{ float:right} .l_f{ float:left} .mleft{ margin-left:10px;} .relative{position: relative} .margin{ margin:15px;} .border{ border:1px solid #ddd; padding:10px; height:60px; line-height:36px; margin-bottom:20px; } .border span{ display:block; height:100%;} .alert{ margin-top:20px;} .clearfix:after{ display: block; content: "."; height: 0; visibility: hidden; clear: both; font-size: 0; line-height: 0; } body { padding-bottom: 0; background-color: #ffffff; min-height: 100%; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif ; font-size: 13px; color: #393939; line-height: 1.5; } .page-content { background: #fff; margin: 0; padding:0px 15px; } .color1{color: #F35052} .color2{color: #07B074} .color3{color: #1399BB} .color4{color: #F07102} .color5{color: #AC0DAB} .color6{} .color7{} .color8{} table td{line-height: 30px!important} .mtb10{margin: 10px 0px;} .mtb20{margin: 20px 0px;} .mtb30{margin: 30px 0px;} .mtb40{margin: 40px 0px;}
public/shop/css/style.css
root {display: block;} html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;} fieldset, img { border: 0; } img { display:inline-block; } :focus { outline: 0; } li {display: list-item;text-align: -webkit-match-parent;} em, i, u {font-style: normal;} h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:"Microsoft YaHei" } abbr, acronym { border: 0; font-variant: normal; } input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } code, kbd, samp, tt { font-size:100%; } input, button, textarea, select { *font-size: 100%;font-family:"Microsoft YaHei";} ol, ul { list-style: none outside none; } table { border-collapse: collapse; border-spacing: 0;} caption, th { text-align: left; } :link, :visited, ins { text-decoration: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a{ color: #333} div {display: block;} .row{margin-right:0px; margin-left: 0px;} .margin-top{ margin-top:10px} .r_f{ float:right} .l_f{ float:left} .mleft{ margin-left:10px;} .relative{position: relative} .margin{ margin:15px;} .border{ border:1px solid #ddd; padding:10px; height:60px; line-height:36px; margin-bottom:20px; } .border span{ display:block; height:100%;} .alert{ margin-top:20px;} .clearfix:after{ display: block; content: "."; height: 0; visibility: hidden; clear: both; font-size: 0; line-height: 0; } body { padding-bottom: 0; background-color: #ffffff; min-height: 100%; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif ; font-size: 13px; color: #393939; line-height: 1.5; } .page-content { background: #fff; margin: 0; padding:0px 15px; } .color1{color: #F35052} .color2{color: #07B074} .color3{color: #1399BB} .color4{color: #F07102} .color5{color: #AC0DAB} .color6{} .color7{} .color8{} table td{line-height: 30px!important} .mtb10{margin: 10px 0px;} .mtb20{margin: 20px 0px;} .mtb30{margin: 30px 0px;} .mtb40{margin: 40px 0px;}
0.329715
0.178705
@font-face { font-family: "iconfont"; /* Project id 2870365 */ src: url('iconfont.woff2?t=1640312324096') format('woff2'), url('iconfont.woff?t=1640312324096') format('woff'), url('iconfont.ttf?t=1640312324096') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-copy2:before { content: "\e629"; } .icon-circle-wrong:before { content: "\e69a"; } .icon-copy1:before { content: "\e628"; } .icon-multiflag:before { content: "\e625"; } .icon-combination:before { content: "\e626"; } .icon-decompose:before { content: "\e627"; } .icon-align-right:before { content: "\e624"; } .icon-align-left:before { content: "\e619"; } .icon-add-node:before { content: "\e616"; } .icon-align-up:before { content: "\e61b"; } .icon-align-ment:before { content: "\e601"; } .icon-plot-layer-selection:before { content: "\e602"; } .icon-paste:before { content: "\e603"; } .icon-align-bottom:before { content: "\e604"; } .icon-equal-high:before { content: "\e605"; } .icon-bound-rectangle-edit:before { content: "\e606"; } .icon-copy:before { content: "\e607"; } .icon-draw-avoid:before { content: "\e608"; } .icon-delete-avoid:before { content: "\e609"; } .icon-delete-node:before { content: "\e60a"; } .icon-horizontal-center:before { content: "\e60b"; } .icon-vertical-center:before { content: "\e60c"; } .icon-transverse-uniform-distribution:before { content: "\e60d"; } .icon-exit-avoid:before { content: "\e60e"; } .icon-portrait-uniform-distribution:before { content: "\e60f"; } .icon-plot-layer-edit:before { content: "\e610"; } .icon-node-edit:before { content: "\e611"; } .icon-equal-width-high:before { content: "\e612"; } .icon-equal-width:before { content: "\e613"; } .icon-shear:before { content: "\e614"; } .icon-avoid-edit:before { content: "\e615"; } .icon-wrench:before { content: "\e680"; } .icon-lock:before { content: "\e688"; } .icon-style:before { content: "\e684"; } .icon-draw:before { content: "\e6a0"; } .icon-edit:before { content: "\e694"; } .icon-tianjia:before { content: "\ee35"; } .icon-dingwei:before { content: "\ee37"; } .icon-invisible:before { content: "\e6a3"; } .icon-visible:before { content: "\e6a4"; } .icon-quanxuan:before { content: "\ee34"; } .icon-cloud-download:before { content: "\e681"; } .icon-cloud-upload:before { content: "\e682"; } .icon-redo:before { content: "\e686"; } .icon-undo:before { content: "\e687"; } .icon-delete:before { content: "\e6a7"; } .icon-run:before { content: "\e6ad"; } .icon-stop:before { content: "\e6ae"; } .icon-add-data:before { content: "\e6b6"; }
examples/css/iconfont/iconfont.css
@font-face { font-family: "iconfont"; /* Project id 2870365 */ src: url('iconfont.woff2?t=1640312324096') format('woff2'), url('iconfont.woff?t=1640312324096') format('woff'), url('iconfont.ttf?t=1640312324096') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-copy2:before { content: "\e629"; } .icon-circle-wrong:before { content: "\e69a"; } .icon-copy1:before { content: "\e628"; } .icon-multiflag:before { content: "\e625"; } .icon-combination:before { content: "\e626"; } .icon-decompose:before { content: "\e627"; } .icon-align-right:before { content: "\e624"; } .icon-align-left:before { content: "\e619"; } .icon-add-node:before { content: "\e616"; } .icon-align-up:before { content: "\e61b"; } .icon-align-ment:before { content: "\e601"; } .icon-plot-layer-selection:before { content: "\e602"; } .icon-paste:before { content: "\e603"; } .icon-align-bottom:before { content: "\e604"; } .icon-equal-high:before { content: "\e605"; } .icon-bound-rectangle-edit:before { content: "\e606"; } .icon-copy:before { content: "\e607"; } .icon-draw-avoid:before { content: "\e608"; } .icon-delete-avoid:before { content: "\e609"; } .icon-delete-node:before { content: "\e60a"; } .icon-horizontal-center:before { content: "\e60b"; } .icon-vertical-center:before { content: "\e60c"; } .icon-transverse-uniform-distribution:before { content: "\e60d"; } .icon-exit-avoid:before { content: "\e60e"; } .icon-portrait-uniform-distribution:before { content: "\e60f"; } .icon-plot-layer-edit:before { content: "\e610"; } .icon-node-edit:before { content: "\e611"; } .icon-equal-width-high:before { content: "\e612"; } .icon-equal-width:before { content: "\e613"; } .icon-shear:before { content: "\e614"; } .icon-avoid-edit:before { content: "\e615"; } .icon-wrench:before { content: "\e680"; } .icon-lock:before { content: "\e688"; } .icon-style:before { content: "\e684"; } .icon-draw:before { content: "\e6a0"; } .icon-edit:before { content: "\e694"; } .icon-tianjia:before { content: "\ee35"; } .icon-dingwei:before { content: "\ee37"; } .icon-invisible:before { content: "\e6a3"; } .icon-visible:before { content: "\e6a4"; } .icon-quanxuan:before { content: "\ee34"; } .icon-cloud-download:before { content: "\e681"; } .icon-cloud-upload:before { content: "\e682"; } .icon-redo:before { content: "\e686"; } .icon-undo:before { content: "\e687"; } .icon-delete:before { content: "\e6a7"; } .icon-run:before { content: "\e6ad"; } .icon-stop:before { content: "\e6ae"; } .icon-add-data:before { content: "\e6b6"; }
0.319227
0.098166
================================================== 1. Typography 2. Global Styles 3. Top Bar 4. Header area 5. Slider 6. Call to action 7. Features 8. Facts 9. Services 10. Project area 11. Content area 12. Testimonial 13. Subscribe area 14. News section 15. Footer 16. Sub Pages 17. Contact Us 18. News Listing 19. News Single 20. Sidebar 21. Error page */ @import url(https://fonts.googleapis.com/css?family=Arimo:400,700); @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800); .vc_video-bg-container.video-bg:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: rgba(0,0,0,.8); } .vc_video-bg-container.video-bg .thw-title-shortcode{ position: relative; z-index: 2; } /* Typography ================================================== */ body{ background:#fff; color: #333; } body, p { font-family: 'Open Sans', sans-serif; line-height: 24px; font-size: 14px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased !important; } h1, h2, h3, h4, h5, h6{ color: #1c1c1c; font-weight: 700; font-family: 'Arimo', sans-serif; } h1{ font-size: 36px; line-height: 48px; } h2{ font-size: 28px; line-height: 36px; } h3{ font-size: 24px; margin-bottom: 20px; } h4{ font-size: 18px; line-height: 28px; } h5{ font-size: 14px; line-height: 24px; } .alert .icon { margin-right: 15px; } /* Global styles ================================================== */ html{ overflow-x: hidden !important; width: 100%; height: 100%; position: relative; } body{ border: 0; margin: 0; padding: 0; } .body-inner{ position: relative; overflow: hidden; } a:link, a:visited{ text-decoration: none; } a{ color: #ec0000; } a:hover{ text-decoration: none; color: #000; } a.read-more{ color: #ec0000; font-weight: 700; text-transform: uppercase; } a.read-more:hover{ color: #222; } section, .section-padding{ padding: 50px 0; position: relative; } .no-padding{ padding: 0; } .p-top-0{ padding-top: 0; } .p-bottom-0{ padding-bottom: 0; } .m-top-0{ margin-top: 0 !important; } .m-bottom-0{ margin-bottom: 0; } .media>.pull-left{ margin-right: 20px; } img.banner{ display: inline-block; } .gap-60 { clear: both; height: 60px; } .gap-50 { clear: both; height: 50px; } .gap-40 { clear: both; height: 40px; } .gap-30 { clear: both; height: 30px; } .gap-20 { clear: both; height: 20px; } .mrb-30{ margin-bottom: 30px; } .mrb-80{ margin-bottom: -80px; } .mrt-0{ margin-top: 0 !important; } .pab{ padding-bottom: 0; } a:focus{ outline: 0; } img.pull-left { margin-right: 20px; margin-bottom: 20px; } img.pull-right { margin-left: 20px; margin-bottom: 20px; } ol, ul{ margin-bottom: 20px; } .unstyled { list-style: none; margin: 0; padding: 0; } .ts-padding { padding: 60px; } .solid-bg{ background: #f9f9f9; } .solid-row { background: #f0f0f0; } /* Dropcap */ .dropcap { font-size: 44px; line-height: 50px; display: inline-block; float: left; margin: 0 12px 0 0; position: relative; text-transform: uppercase; } /* Video responsive */ .embed-responsive { padding-bottom: 56.25%; position: relative; display: block; height: 0; overflow: hidden; } .embed-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } /* Input form */ .form-control{ box-shadow: none; border: 1px solid #dadada; padding: 5px 20px; height: 40px; background: none; color: #959595; font-size: 12px; border-radius: 0; } .form-control:focus{ box-shadow: none; border: 1px solid #ec0000; } hr { background-color: #e7e7e7; border: 0; height: 1px; margin: 40px 0; } blockquote{ position: relative; background: #f7f7f7; padding: 45px 50px 30px; border: 0; margin: 50px 0 40px; font-size: 22px; line-height: 34px; font-family: Arimo, sans-serif; font-weight: 400; text-align: center; } blockquote:before{ position: absolute; content: '\f10e'; font-family: FontAwesome; font-size: 24px; padding: 8px 15px; top: -30px; left: 50%; margin-left: -44px; color: #fff; background: #ec0000; } cite { display: block; font-size: 14px; margin-top: 10px; } blockquote.pull-left { padding-left: 15px; padding-right: 0; text-align: left; border-left: 5px solid #eee; border-right: 0; } /* Button */ .btn-primary, .btn-dark{ border: 0; border-radius: 0; padding: 12px 25px 10px; font-weight: 700; text-transform: uppercase; color: #fff; -webkit-transition: 350ms; -moz-transition: 350ms; -o-transition: 350ms; transition: 350ms; } .btn-white.btn-primary { background: #fff; color: #ec0000; } .btn-primary { background: #ec0000; } .btn-dark { background: #242427; } .btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover{ background: #272d33; color: #fff; } .general-btn{ clear: both; margin-top: 50px; } /* Ul, Ol */ .list-round, .list-arrow, .list-check{ list-style: none; margin: 0; padding: 0; } .list-round li{ line-height: 28px; } .list-round li:before { font-family: FontAwesome; content: "\f138"; margin-right: 10px; color: #ec0000; font-size: 12px; } .list-arrow{ padding: 0; } ul.list-arrow li:before { font-family: FontAwesome; content: "\f105"; margin-right: 10px; color: #ec0000; font-size: 16px; } ul.list-check li:before { font-family: FontAwesome; content: "\f00c"; margin-right: 10px; color: #ec0000; font-size: 14px; } /* Bootstrap */ .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a{ border: 0; background: none; } .nav>li>a:focus, .nav>li>a:hover{ background: none; } .pattern-bg { background: #f5f5f5 url(../images/crossword.png); } a[href^=tel] { color: inherit; text-decoration: none; } /* Common styles ================================================== */ /*-- Block padding --*/ .pad-0{ padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom:0; } .pad-r{ padding-right: 2px; } .pad-l{ padding-left: 2px; } .pad-r-small{ padding-right: 1.5px; } .pad-l-small{ padding-left: 1.5px; } .pad-l-0{ padding-left: 0; } .pad-r-0{ padding-right: 0; } /*-- Block title --*/ .block-title{ font-size: 14px; line-height: 100%; text-transform: uppercase; margin: 0 0 40px; border-bottom: 2px solid #1c1c1c; } .block-title > span{ background: #1c1c1c; color: #fff; height: 30px; line-height: 30px; padding: 8px 15px; position: relative; } .block-title > span:after{ border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); position: absolute; content: " "; width: auto; height: auto; bottom: -20px; margin-left: -10px; left: 50%; border-width: 10px; border-style: solid; } /*-- Post title --*/ .post-title{ font-size: 18px; line-height: 24px; margin: 15px 0 0; } .post-title a{ color: #1c1c1c; } .post-title.title-extra-large{ font-size: 26px; line-height: 30px; margin-top: 15px; margin-bottom: 10px; } .post-title.title-large{ font-size: 20px; line-height: 26px; margin-top: 15px; margin-bottom: 5px; } .post-title.title-medium{ font-size: 16px; line-height: 24px; margin-top: 15px; margin-bottom: 5px; } .post-title.title-small{ font-size: 14px; line-height: 20px; margin-top: 15px; margin-bottom: 5px; } /*-- Post meta --*/ a.post-cat{ position: relative; font-size: 10px; padding: 0 5px; background: #1c1c1c; text-transform: uppercase; font-weight: 700; color: #fff; height: 20px; line-height: 20px; display: inline-block; } .post-cat:before{ content: ''; position: absolute; left: 0; z-index: 0; bottom: -8px; border-top: 8px solid #1c1c1c; border-right: 8px solid transparent; } .post-cat a{ color: #fff; } .post-meta .post-author a{ color: #1c1c1c; font-weight: 700; } .post-meta span{ font-size: 12px; color: #a3a3a3; margin-right: 8px; padding-right: 10px; border-right: 1px solid #dedede; line-height: 12px; display: inline-block; } .post-meta span.post-date{ border-right: 0; } span.post-comment{ border-right: 0; line-height: 24px; margin-right: 0; padding-right: 0; } span.post-comment span{ border-right: 0; line-height: 100%; } .post-meta span i{ margin-right: 5px; } /*-- Post Overaly --*/ .post-overaly-style{ position: relative; overflow: hidden; } .post-overaly-style:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } .post-overaly-style .post-content{ position: absolute; bottom: 0; padding: 25px; } .post-overaly-style .post-title a{ color: #fff; } .post-overaly-style .post-date{ color: #fff; } .post-thumb{ max-width: 100%; position: relative; overflow: hidden; } .post-thumb img{ display: block; width: 100%; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; } .post-block-style:hover .post-thumb img, .post-overaly-style:hover .post-thumb img{ -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); } .post-block-style.post-float:hover .post-thumb img{ transform:none; } .thumb-float-style .post-cat{ position: absolute; top: 20px; left: 20px; z-index: 1; } /* Post overaly Top Content */ .post-overaly-style.contentTop .post-content{ top: 0; bottom: auto; } .post-overaly-style.contentTop:before{ top: 0; left: 0; background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); } /*-- Post Overaly Textcenter --*/ .post-overaly-style.text-center .post-content{ padding: 30px 30px 60px; } .post-overaly-style.text-center{ margin-bottom: 30px; } .post-overaly-style.text-center:last-child{ margin-bottom: 0; } .post-overaly-style.text-center .post-thumb img{ min-height: 260px; } .post-overaly-style.text-center .post-meta span{ padding: 0; margin: 0; } .post-overaly-style.text-center:before{ background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); } /*-- Post Block style --*/ .post-block-style{ position: relative; overflow: hidden; } .post-block-style .post-content{ padding: 0; } .post-block-style .post-title a:hover{ color: #ec0000; } .post-block-style .post-content p{ font-size: 13px; } .post-block-style .post-cat{ position: absolute; top: 20px; left: 20px; z-index: 1; } .post-block-style .post-content .post-meta{ margin: 3px 0; } .post-block-style.content-right{ } /*-- Review box --*/ .review-box{ background: #1c1c1c; color: #fff; position: absolute; top: 0; padding: 2px 7px; font-weight: 700; } /*-- Post list --*/ .list-post-block{ margin-top: 30px; } .list-post{ list-style: none; margin: 0; padding: 0; } .list-post-block .list-post > li{ margin-bottom: 30px; max-height: 75px; } .list-post-block .list-post > li:last-child{ margin-bottom: 0; } .post-block-style.post-float .post-thumb{ float: left; position: relative; z-index: 1; margin-right: 20px; } .post-block-style.post-float .post-thumb img{ max-width: 100px; min-height: 75px; } .post-block-style.post-float .post-title{ margin-top: 0; } .post-block-style.post-float .post-content{ z-index: 0; } .post-block-style.post-float .post-cat{ font-size: 8px; left: 0; top: 0; } /*-- Review post list --*/ .review-stars i{ color: #1c1c1c; } /* Different Color ================================================== */ /*-- Color Default --*/ .color-default a.post-cat{ background: #1c1c1c; } .color-default .post-cat:before{ border-top: 8px solid #1c1c1c; } /*-- Color Red --*/ .color-red .block-title{ border-bottom: 2px solid #ec0000; } .color-red .block-title > span, .color-red a.post-cat{ background: #ec0000; } .color-red .post-cat:before{ border-top: 8px solid #ec0000; } .color-red .block-title > span:after{ border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } .color-red .owl-carousel.owl-theme .owl-nav > div:hover{ background: #ec0000; } /*-- Color Blue --*/ .color-blue .block-title{ border-bottom: 2px solid #1e88e5; } .color-blue .block-title > span, .color-blue a.post-cat{ background: #1e88e5; } .color-blue .post-cat:before{ border-top: 8px solid #1e88e5; } .color-blue.featured-tab .nav-tabs>li.active>a{ color: #1e88e5; } .color-blue.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0); } .color-blue .block-title > span:after { border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Blue --*/ .color-dark-blue .block-title{ border-bottom: 2px solid #4258fe; } .color-dark-blue .block-title > span, .color-dark-blue a.post-cat{ background: #4258fe; } .color-dark-blue .post-cat:before{ border-top: 8px solid #4258fe; } .color-dark-blue.featured-tab .nav-tabs>li.active>a{ color: #4258fe; } .color-dark-blue.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0); } .color-dark-blue .block-title > span:after { border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Orange --*/ .color-orange .block-title{ border-bottom: 2px solid #ff7a09; } .color-orange .block-title > span, .color-orange a.post-cat{ background: #ff7a09; } .color-orange .post-cat:before{ border-top: 8px solid #ff7a09; } .color-orange.featured-tab .nav-tabs>li.active>a{ color: #ff7a09; } .color-orange.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0); } .color-orange .block-title > span:after { border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Aqua --*/ .color-aqua .block-title{ border-bottom: 2px solid #00bdb3; } .color-aqua .block-title > span, .color-aqua a.post-cat{ background: #00bdb3; } .color-aqua .post-cat:before{ border-top: 8px solid #00bdb3; } .color-aqua.featured-tab .nav-tabs>li.active>a{ color: #00bdb3; } .color-aqua.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0); } .color-aqua .block-title > span:after { border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Violet --*/ .color-violet .block-title{ border-bottom: 2px solid #9401d3; } .color-violet .block-title > span, .color-violet a.post-cat{ background: #9401d3; } .color-violet .post-cat:before{ border-top: 8px solid #9401d3; } .color-violet.featured-tab .nav-tabs>li.active>a{ color: #9401d3; } .color-violet.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0); } .color-violet .block-title > span:after { border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /* Trending Bar ================================================== */ .trending-bar{ background: #272727; color: #fff; padding: 10px 0; } .trending-title{ background: #ec0000; color: #fff; display: inline-block; font-size: 11px; padding: 5px 10px; line-height: 100%; text-transform: uppercase; float: left; margin: 0 20px 0 0; } .trending-bar .post-content, .trending-light .post-content{ padding: 0; } .owl-carousel.owl-theme.trending-slide .owl-nav{ position: absolute; right: 0; top: -3px; margin: 0; } .owl-carousel.owl-theme.trending-slide .owl-nav > div{ background: #ec0000; border: 0; color: #fff; } .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover{ background: #fff; border: 0; color: #ec0000; } .trending-slide .post-title a{ color: #fff; } .trending-slide .post-title.title-small{ font-weight: 400; margin: 0; } /* Trending light */ .trending-light{ color: #1c1c1c; margin: 30px 0; } .trending-light .trending-slide .post-title{ font-weight: 600; margin-top: 3px; font-size: 15px; } .trending-light .trending-slide .post-title a{ color: #1c1c1c; } .trending-light .trending-title{ padding: 8px 10px 7px; } .trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover{ background: #333; color: #fff; } /* Top Bar ================================================== */ .top-bar{ padding: 8px 0; border-bottom: 1px solid #dedede; color: #a3a3a3; font-size: 13px; } /* Date */ .ts-date{ display: inline-block; border-right: 1px solid #acacac; padding-right: 10px; line-height: 12px; } .ts-date i{ margin-right: 5px; } /* Top nav */ .top-nav{ display: inline-block; } .top-nav li{ display: inline-block; line-height: 12px; padding-left: 12px; } .top-nav li a{ background: none; color: #a3a3a3; padding: 0; line-height: 100%; } .top-nav li a:hover{ color: #ec0000; } /* Top social */ .top-social ul{ list-style: none; padding: 0; margin: 0; } .top-social li { display: inline-block; padding: 0; } .top-social li a{ color: #a3a3a3; margin-right: 15px; font-size: 14px; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .top-social li a:hover{ color: #333; } /* Top bar border */ .top-bar-border{ padding: 8px 20px 8px; border-bottom: 1px solid #ddd; } .top-bar-border ul.top-info{ color: #7c7c7c; font-weight: 400; } .top-bar-border .top-social li a{ color: #7c7c7c; } .top-bar-border ul.top-info li i{ color: #ec0000; } /* Header Default ================================================== */ .header{ padding: 25px 0; } .navbar-fixed { background: #fff; z-index: 99999; position: fixed; width: 100%; top: 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); -webkit-animation: fadeInDown 800ms; -moz-animation: fadeInDown 800ms; -ms-animation: fadeInDown 800ms; -o-animation: fadeInDown 800ms; animation: fadeInDown 800ms; -webkit-backface-visibility: hidden; } /*-- Logo --*/ .logo { padding: 28px 0; } /* header right */ .header-right { float: right; } /* Logo center */ .header.text-center{ padding: 10px 0; } /*-- Search start --*/ ul.top-info-box > li.nav-search{ cursor: pointer; padding-left: 30px; margin-left: 30px; } ul.top-info-box > li.nav-search:before{ position: absolute; content: ''; background: #ddd; left: 0; width: 1px; height: 40px; top: 50%; margin-top: -10px; } ul.top-info-box > li.nav-search i{ font-size: 20px; top: 10px; position: relative; cursor: pointer; color: #999; } /* Main navigation */ .site-nav-inner{ position: relative; } .main-nav >.container > .row{ border-top: 3px solid #ec0000; border-bottom: 1px solid #dedede; margin-left: 0; margin-right: 0; } .navbar{ border-radius: 0; border: 0; margin-bottom: 0; } .navbar-toggle{ float: left; margin-top: 10px; padding: 8px; border-radius: 0; margin-right: 5px; background: #ec0000; } .navbar-toggle .icon-bar{ background: #fff; width: 20px; } .navbar-toggle .i-bar{ background: #fff; } .navbar-collapse{ padding-left: 0; } ul.navbar-nav{ float: left; display: inline-block; } ul.navbar-nav > li{ float: none; display: inline-block; } ul.navbar-nav > li{ padding: 0; position: relative; } ul.navbar-nav > li > a{ display: inline-block; padding: 0 15px; line-height: 50px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #1c1c1c; margin: 0; position: relative; -webkit-transition: 350ms; -moz-transition: 350ms; -o-transition: 350ms; transition: 350ms; } ul.navbar-nav >li:hover>a:before, ul.navbar-nav >li.active>a:before { border-color: #ec0000; opacity: 1; transform: scale(1) translateZ(0); } ul.navbar-nav >li>a:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; border-bottom: 3px solid; transform: scale(0) translateZ(0); -webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease; -moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease; -ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease; -o-transition: -o-transform 0.45s ease,opacity 0.55s ease; transition: transform 0.45s ease,opacity 0.55s ease; } ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus{ background: none; } ul.navbar-nav > li > a i{ font-weight: 700; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background: transparent; border:0; } /* Dropdown */ ul.navbar-nav > li.mega-dropdown{ position: static; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -2px; border-radius: 0; } .dropdown-submenu>a:after { display: block; content: "\f105"; font-family: FontAwesome; float: right; margin-top: 0; margin-right: -5px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .dropdown-menu{ text-align: left; background: #fff; z-index: 100; min-width: 230px; border-radius: 0; border: 0; border:0; padding: 20px; } .navbar-nav>li>.dropdown-menu{ border-top: 1px solid #dedede; } .navbar-nav>li> .dropdown-menu.mega-menu-content{ border-top: 0; } .dropdown-menu-large{ min-width: 400px; } .dropdown-menu-large > li > ul { padding: 0; margin: 0; list-style: none; } .dropdown-menu-large > li > ul > li > a{ padding-left: 0; } .dropdown-menu-large > li > ul > li.active > a{ color: #ec0000; } .navbar-nav>li>.dropdown-menu>a{ background: none; } .dropdown-menu li a{ display: block; font-size: 14px; font-weight: 400; line-height: normal; text-decoration: none; padding: 12px 15px 12px 10px; border-bottom: 1px solid #e5e5e5; color: #333333; } .dropdown-menu li:last-child > a{ border-bottom: 0; } .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>.dropdown-menu>.active>a{ background: none; color: #ec0000; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ background: #ec0000; color: #fff; } @media (min-width: 768px) { ul.nav li.dropdown:hover .dropdown-menu{ display: block; } } @media (min-width: 767px) { ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu { left: 100%; top: 0; display: none; } ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block; } } .mega-menu-content{ width: 100%; max-width: 1140px; left: 15px; padding: 0; } .mega-menu-content-inner{ padding: 20px; } .mega-menu-content .video-icon{ border:0; margin-top: -40px; } /*-- Dark bg style --*/ .main-nav.dark-bg >.container > .row{ border: 0; background: #272727; margin-left: 0; margin-right: 0; } .main-nav.dark-bg ul.navbar-nav > li > a{ color: #fff; } .main-nav.dark-bg ul.navbar-nav >li>a:before{ border: 0; } .main-nav.dark-bg ul.navbar-nav > li.active, .main-nav.dark-bg ul.navbar-nav > li:hover{ background: #ec0000; } .main-nav.dark-bg .nav-search i{ color: #fff; } /*-- Nav Search start --*/ .main-nav > .container, .search-area{ position: relative; } .search-area{ min-height: 70px; padding-right: 0; } .nav-search{ float: right; display: inline-block; position: relative; cursor: pointer; top: 12px; right: 10px; } .search-block { background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: none; padding: 10px; position: absolute; right: 15px; top: 100%; width: 300px; z-index: 10; margin-top: 0; } .search-block .form-control { background-color: #f7f7f7; border: none; color: #000; width: 100%; height: 40px; padding: 0 12px; } .search-block .search-close { color: #525252; position: absolute; top: -43px; right: 4px; font-size: 32px; cursor: pointer; background: #fff; padding: 5px; } .search-area .nav-search{ top: 23px; } .search-area .search-block .search-close{ top: -50px; } .search-area .search-block { right: 0; } /*-- Menu tab --*/ .menu-tab .nav.nav-tabs{ background: #f6f6f6; border-right: 1px solid #dedede; padding: 25px 20px 20px; padding-right: 0; min-height: 250px; } .menu-tab .nav.nav-tabs > li >a{ border: 1px solid transparent; border-radius: 0; font-weight: 600; padding: 10px 15px; } .menu-tab .nav.nav-tabs > li.active >a{ background: #fff; margin-right: -1px; border: 1px solid #dedede; border-right: 0; color: #ec0000; cursor: pointer; } .menu-tab .tab-content>.tab-pane{ padding: 25px 10px; min-height: 250px; } .menu-tab .tab-content>.tab-pane .col-md-3{ padding-right: 10px; padding-left: 10px; } /* Header with Menu ================================================== */ .header.header-menu{ padding: 0; } .header.header-menu .logo{ padding: 12px 0; } .header.header-menu >.container>.row { border-bottom: 1px solid #dedede; margin-left: 0; margin-right: 0; } .header.header-menu ul.navbar-nav > li > a{ line-height: 70px; } .header.header-menu ul.navbar-nav > li.mega-dropdown, .site-nav-inner{ position: static; } .header.header-menu .mega-menu-content{ min-width: 1145px; left: -43%; } /* Featured Post area ================================================== */ .featured-post-area{ margin-bottom: -10px; } /*-- Owl slide common --*/ .owl-carousel.page-slider .owl-nav{ margin: 0; } .owl-carousel.owl-theme.post-slide .owl-nav{ text-align: center; position: absolute; top: -82px; right: 0; } .owl-carousel.owl-theme .owl-nav > div{ margin: 0 3px; background: none; border: 1px solid #dedede; color: #999; width: 20px; height: 20px; line-height: 18px; padding: 0; border-radius: 0; display: inline-block; text-align: center; font-size: 12px; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .owl-carousel.owl-theme .owl-nav > div:hover{ background: #272d33; border: 1px solid transparent; } .owl-theme .owl-dots{ text-align: center; position: absolute; z-index: 1; top: -67px; right: 0; margin: 0 !important; } .owl-theme.owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 5px 4px; display: inline-block; border-radius: 0; background: rgba(0,0,0,0.5); } .owl-theme.owl-carousel .owl-dots .owl-dot.active span { background: #ec0000; } /* Latest slider */ .owl-carousel.owl-theme.latest-news-slide .owl-nav{ text-align: center; position: absolute; top: -82px; right: 0; } /* Featured slider */ .featured-slider .item{ min-height: 465px; position: relative; background-position: 50% 50%; -webkit-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; } .featured-slider .item:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } .post-content{ padding: 30px; z-index: 1; position: relative; } .featured-slider.owl-theme .owl-nav > div{ background: rgba(0, 0, 0, 0.65); border: 0; position: absolute; top: 50%; width: 34px; height: 40px; line-height: 38px; padding: 0; border-radius: 0; font-size: 24px; text-align: center; opacity: 0; margin: 0; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .featured-slider.owl-theme:hover .owl-nav > div{ opacity: 1; } .featured-slider.owl-theme .owl-nav > .owl-prev{ left: 0; } .featured-slider.owl-theme .owl-nav > .owl-next{ right: 0; } .featured-slider.owl-theme .owl-nav > div:hover{ background: #ec0000; color: #fff; border: 0; } .featured-post .post-date, .featured-post .post-title a{ color: #fff; } /* Featured slider content bottom */ .featured-slider.content-bottom .featured-post{ position: absolute; bottom: 0; } .featured-slider.content-bottom .item:before{ background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } /* Trending post hot */ .hot-post-top{ max-height: 280px; margin-bottom: 3px; } .hot-post-bottom, .hot-post-bottom img{ min-height: 182px; } .hot-post-top .post-content, .hot-post-bottom .post-content{ padding: 20px; } /*-- 4 News Box --*/ .fourNewsbox, .fourNewsbox img, .fourNewsboxTop, .fourNewsboxTop img{ min-height: 231px; } .fourNewsboxTop{ margin-bottom: 3px; } /* Post overaly text center on Featured area */ .featured-post-area .post-overaly-style.text-center{ max-height: 231px; } .featured-post-area .post-overaly-style.first{ margin-bottom: 4px; } /* Block ================================================== */ .block{ position: relative; } /* Sidebar ================================================== */ .sidebar .widget.m-bottom-0{ margin-bottom: 0; } /*-- Social Icon --*/ .social-icon{ list-style: none; margin: 0; padding: 0; } .social-icon li{ display: inline-block; margin: 0 5px 0 0; } .social-icon li a i{ background: #ec0000; color: #fff; font-size: 18px; width: 48px; height: 48px; line-height:48px; text-align: center; -webkit-transition: 350ms; -o-transition: 350ms; transition: 350ms; } .social-icon li a i.fa-rss{ background: #FA9B39; } .social-icon li a i.fa-facebook{ background: #3B5998; } .social-icon li a i.fa-twitter{ background: #00aced; } .social-icon li a i.fa-google-plus{ background: #dd4b39; } .social-icon li a i.fa-vimeo-square{ background: #7FC400; } .social-icon li a i.fa-youtube{ background: #bb0000; } .social-icon li a i:hover{ background: #1c1c1c; } /* Social icon box style */ .social-icon-box > li{ width: 100%; background: #1c1c1c; padding: 12px; color: #fff; margin-bottom: 10px; } .social-icon-box > li > a{ color: #fff; } .social-icon-box > li > a i{ width: 48px; height: 48px; line-height: 48px; text-align: center; float: left; margin-right: 20px; background: rgba(0,0,0,0.2); } .social-icon-box .ts-social-title{ font-size: 14px; margin-bottom: -5px; } .social-icon-box .ts-social-desc{ display: block; font-size: 13px; } .social-icon-box > li.rss{ background: #FA9B39; } .social-icon-box > li.facebook{ background: #3B5998; } .social-icon-box > li.twitter{ background: #00aced; } .social-icon-box > li.gplus{ background: #c53942; } /* Featuted Tab ================================================== */ /*-- Common styles --*/ .featured-tab{ position: relative; } .featured-tab .nav-tabs{ border:0; position: absolute; top: 0; right: 0; } .featured-tab .nav-tabs > li > a { color: #999999; text-shadow: none; font-weight: 700; text-transform: uppercase; font-size: 12px; border-radius: 0; margin: 0 1px 0; padding: 0 0 0 15px; border: 0 !important; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .featured-tab .tab-content{ border-top: 0; padding: 0; overflow: hidden; } .featured-tab .nav-tabs>li.active>a{ color: #1c1c1c; position: relative; background: none; } .featured-tab .nav-tabs>li.active>a:after{ position: absolute; content: " "; width: auto; height: auto; bottom: -14px; margin-left: 0; left: 50%; border-width: 7px; border-style: solid; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0); } .featured-tab .list-post-block{ margin-top: 0; } /* Ad Content area ================================================== */ .ad-content-area img{ display: inline-block; } /* Video Block ================================================== */ .video-block{ background: #1c1c1c; color: #fff; } .video-tab-title{ color: #fff; font-size: 18px; text-transform: uppercase; margin: 0 0 30px 15px; } .video-tab .post-overaly-style{ min-height: 430px; } .video-tab .post-overaly-style .post-content{ padding: 35px; } .video-tab .post-title{ font-size: 24px; line-height: 30px; font-weight: normal; } .video-tab .nav-tabs>li{ width: 100%; float: none; display: block; margin-bottom: -1px; border: 1px solid #393a3b; min-height: 149px; padding: 30px 30px 25px; } .video-tab .nav-tabs>li>a{ background: none; border: 0; padding: 0; } .video-tab .nav-tabs>li>a .post-thumb img { max-width: 110px; min-height: 85px; } .video-tab .nav-tabs>li>a .post-thumb{ float: left; margin-right: 20px; position: relative; overflow: hidden; } .video-tab .nav-tabs>li>a h3{ color: #fff; font-weight: normal; line-height: 28px; font-size: 16px; margin: 0; } .video-icon { text-align: center; color: #fff; display: block; top: 50%; margin-top: -50px; font-size: 32px; z-index: 1; position: absolute; left: 50%; margin-left: -40px; width: 80px; height: 80px; line-height: 65px; border: 7px solid #fff; display: inline-block; border-radius: 100%; } .video-icon i { margin-left: 5px; } /* More news ================================================== */ .post-block-style.post-float-half .post-thumb{ float: left; position: relative; z-index: 1; margin-right: 30px; } .post-block-style.post-float-half .post-thumb img{ max-width: 300px; min-height: 200px; } /* Footer ================================================== */ .footer{ background-color: #1c1c1c; color: #969696; padding: 70px 0; } .footer .widget-title{ font-size: 16px; font-weight: 700; position: relative; margin: 0 0 35px; text-transform: uppercase; color: #fff; } .footer ul{ list-style: none; padding: 0; margin: 0; } .footer ul li{ margin-bottom: 18px; } .footer ul li a{ color: #a3a3a3; } /* Trending */ .footer .post-title.title-small{ font-weight: normal; } .footer-widget .post-block-style.post-float .post-thumb img{ max-width: 95px; min-height: 75px; } .footer-widget .post-meta span.post-date{ color: #676767; } /* Footer Widget Categories */ .footer-widget.widget-categories ul{ padding-right: 30px; } .footer-widget.widget-categories ul li .catCounter{ float: right; } /* Twitter Widget */ .twitter-widget ul li{ position: relative; padding-left: 35px; } .twitter-widget ul li:after{ content: "\f099"; position: absolute; top: 0; left: 0; font-family: 'FontAwesome'; color: #a3a3a3; font-size: 16px; } .twitter-widget ul li .tweet-text{ font-size: 13px; line-height: 20px; } .twitter-widget ul li .tweet-text span{ display: block; color: #676767; } .twitter-widget ul li .tweet-text a{ color: #ec0000; font-size: 12px; } /*-- Gallery widget --*/ .gallery-widget a{ overflow: hidden; margin: 0 5px 3px 0px; display: inline-block; } .gallery-widget a img{ max-width: 80px; min-height: 65px; } /*-- Footer Info --*/ .footer-info-content { border-top: 1px solid #606060; margin-top: 50px; padding: 50px 250px 0; } .footer-info-content p{ margin-bottom: 2px; font-size: 13px; } .footer-logo img{ display: inline-block; margin-bottom: 30px; } .footer-info-phone, .footer-info-email{ display: inline-block; margin: 0 5px; } /* Footer social */ .footer .footer-social{ list-style: none; margin: 15px 0 0 0; padding: 0; } .footer .footer-social li{ margin: 0; } .footer-social li a{ display: inline-block; margin:0 3px; } .footer-social li a i{ display: block; width: 32px; height: 32px; line-height: 32px; font-size: 12px; color: #fff; background: #282828; text-align: center; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .footer-social li a i:hover { background: #ec0000; } /*-- Copyright --*/ .copyright{ background: #ec0000; color: #fff; padding: 15px 0; position: relative; z-index: 1; font-weight: 500; font-size: 13px; } .footer-menu{ float: right; } .footer-menu ul li{ display: inline-block; line-height: 12px; padding-left: 12px; } .footer-menu ul.nav li a{ background: none; color: #fff; padding: 0; } #back-to-top { right: 40px; top: auto; z-index: 10; -webkit-backface-visibility: hidden; } #back-to-top.affix { bottom: 54px; } #back-to-top .btn.btn-primary{ width: 30px; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.9); font-weight: 700; font-size: 16px; padding: 0; } #back-to-top .btn.btn-primary:hover{ color: #fff; background: #ec0000; } /* Sub Pages ================================================== */ /*-- Page title --*/ .breadcrumb{ color: #777; margin: 30px 0 -10px 0; padding: 0; background: none; } .breadcrumb>li+li:before{ content: "\f105"; font-family: FontAwesome; padding: 0 8px; color: #777; } /* Category Listing ================================================== */ .category-listing .post-block-style .post-content p{ font-size: 14px; } .category-listing .post-block-style .post-content .post-meta{ margin: 7px 0; } .subCategory > li{ display: inline-block; margin-bottom: 30px; } .subCategory > li > a{ border: 1px solid #dedede; padding: 2px 6px; margin-right: 6px; color: #515151; font-size: 11px; font-weight: normal; text-transform: uppercase; } .subCategory > li > a:hover{ background: #ec0000; color: #fff; border:1px solid transparent; } /* Post grid */ .post-grid { margin-bottom: 15px; min-height: 455px; } /* Post list */ .post-list{ margin-bottom: 40px; } /* Top large post */ .top-larget-post{ margin-bottom: 30px; } .top-larget-post .post-title.title-large{ margin-top: 20px; font-size: 24px; } /*-- Category style2 --*/ .category-style2 .post-title{ margin-top: 0; } /* Pagination */ .paging{ position: relative; margin-top: 20px; } .pagination{ margin: 0; } .pagination li a{ border-radius: 0 !important; margin-right: 8px; color: #7c7c7c; } .pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover{ color: #fff; background: #ec0000; border: 1px solid transparent; } .paging .page-numbers{ border: 0; color: #7c7c7c; position: absolute; right: 0; top: 3px; } /* News Single ================================================== */ .single-post .post-title{ font-size: 30px; line-height: 40px; padding: 15px 0 8px 0; margin: 0; } .single-post p{ font-size: 15px; line-height: 26px; margin-bottom: 15px; } .post-content-area{ margin: 20px 0; } .post-featured-image, .post-media.post-video, .post-media.post-audio { margin-bottom: 30px; } .entry-content h3{ margin: 0; padding: 20px; font-size: 22px; line-height: 30px; } /* Post tags */ .tags-area{ margin: 20px 0; } .post-tags > span{ background: #1c1c1c; color: #fff; font-size: 12px; padding: 3px 6px; text-transform: uppercase; margin-right: 5px; } .post-tags a{ border: 1px solid #dedede; display: inline; list-style: none; padding: 2px 6px; margin-right: 5px; text-align: center; font-size: 12px; color: #1c1c1c; } .post-tags a:hover{ background: #1c1c1c; color: #fff; border: 1px solid transparent; } /* Post social */ .share-items{ border: 1px solid #dedede; border-radius: 0; background: none; padding: 10px 20px; width: 100%; margin: 25px 0; display: inline-block; } .post-social-icons > li { display: inline-block; padding: 5px 12px; color: #fff; background: #1c1c1c; font-size: 12px; margin-right: 8px; } .post-social-icons a{ color: #fff; text-align: center; } .post-social-icons a i{ border-right: 1px solid rgba(255, 255, 255, 0.5); margin-right: 5px; padding-right: 8px; font-size: 14px; line-height: 12px; } .post-social-icons > li.facebook{ background: #3B5998; } .post-social-icons > li.twitter{ background: #00aced; } .post-social-icons > li.gplus{ background: #c53942; } .post-social-icons > li.pinterest{ background: #ce222b; } /* Post navigation */ .post-navigation{ display: inline-block; margin: 0 0 40px; } .post-navigation span:hover, .post-navigation h3:hover{ color: #EC0001; } .post-navigation .post-previous, .post-navigation .post-next { padding: 0 40px; width: 50%; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; display: table-cell; position: relative; vertical-align: middle; } .post-navigation i{ margin: 0 5px; } .post-navigation span{ font-size: 14px; color: #ccc; margin-bottom: 10px; } .post-navigation .post-previous { text-align: left; float: left; border-left: 0 none; border-right: 0 none; padding: 0 40px 0 0; } .post-navigation .post-next { text-align: right; float: left; border-right: 0 none; padding: 0 0 0 40px; } .post-navigation h3{ font-size: 16px; margin: 8px 0 0; } /* Author box */ .author-box { border: 1px solid #dadada; padding: 20px 20px 15px; margin: 0 0 40px; } .author-img img{ margin-right: 30px; width: 100px; height: 100px; overflow-x: hidden; margin-bottom: 30px; } .author-url a{ color: #1c1c1c; font-size: 13px; } .author-info h3{ margin-top: 0; margin-bottom: 5px; font-size: 18px; } .authors-social a { color: #999; margin-left: 10px; } .author-counter span{ background: #1c1c1c; color: #fff; font-size: 12px; padding: 2px 8px; } /* Comments area */ .comments-area{ margin: 40px 0; } .comments-list .comment-content { margin: 15px 0; } .comments-list .comment-reply { color: #303030; font-weight: 400; } .comments-list .comment-reply:hover{ color: #ec0000; } .comments-counter{ font-size: 18px; } .comments-counter a{ color: #323232; } .comments-list{ list-style: none; margin: 0; padding: 20px 0; } .comments-list .comment{ border-bottom: 1px solid #e7e7e7; padding-bottom: 20px; margin-bottom: 30px; } .comments-list .comment.last{ border-bottom: 0; padding-bottom: 0; margin-bottom: 0; } .comments-list img.comment-avatar{ width: 84px; height: 84px; margin-right: 30px; } .comments-list .comment-body{ margin-left: 110px; } .comments-list .comment-author{ margin-bottom: 0; margin-top: 0; font-weight: 600; font-size: 16px; color: #303030; } .comments-list .comment-date{ color: #959595; margin-bottom: 5px; font-size: 12px; } .comments-reply{ list-style: none; margin: 0 0 0 70px; } .comments-form{ margin-bottom: 0; } .comments-form .title-normal{ margin-bottom: 20px; } .comments-form .comments-btn{ margin-top: 20px; font-size: 12px; } /* Sidebar ================================================== */ /* Widget common */ .sidebar .widget{ margin-bottom: 50px; } .sidebar-left .widget{ margin-right: 20px; } .sidebar-right .widget{ margin-left: 20px; } /* Sidebar nav */ .sidebar ul.nav-tabs{ border:0; } .sidebar ul.nav-tabs li a{ color: #303030; border-radius: 0; padding: 15px 0; padding-left: 0; font-weight: 400; border-bottom: 1px solid #ddd; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a{ color: #ec0000; } .sidebar ul.nav-tabs li{ color: #303030; line-height: normal; } .sidebar ul.nav-tabs li:last-child a{ border-bottom: 0; } /* Newsletter */ .ts-newsletter{ background-color: #f1f1f1; background-image: url(../images/newsletter-icon.png); background-repeat: no-repeat; background-position: bottom right; padding: 30px; } .ts-newsletter .form-control{ background: #fff; } .newsletter-form button{ font-weight: 700; font-size: 12px; margin-top: 15px; padding: 10px 25px; } /* Widget tags */ .widget-tags ul > li { float: left; margin: 3px; } .sidebar .widget-tags ul > li a{ border: 1px solid #dadada; color: #303030; display: block; font-size: 14px; padding: 3px 15px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .sidebar .widget-tags ul > li a:hover{ background: #ec0000; color: #fff; border: 1px solid transparent; } /*-- Review post --*/ .post-block-style.post-float.review-post-block { max-width: 140px; min-height: 105px; } .post-block-style.post-float.review-post-block .post-thumb img{ max-width: 140px; min-height: 105px; } /*-- No sidebar --*/ .block-wrapper.no-sidebar, .block-wrapper.no-sidebar > .container{ max-width: 850px; margin: 0 auto; } .block-wrapper.solid-bg{ background: #f7f7f7; background: rgba(247,247,247,1); } .solid-bg .pad-r{ padding-right: 4px; } .solid-bg .pad-l{ padding-left: 4px; } /* Contact Us ================================================== */ .contact-info-box { margin-top: 20px; } .contact-info-box-content h4 { font-size: 16px; margin-top: 0; line-height: normal; font-weight: 700; } .contact-info-box-content p { margin-bottom: 0; } label{ font-weight: 400; } /* Error page ================================================== */ .error-page .error-code h2{ display: block; font-size: 200px; line-height: 200px; color: #303030; margin-bottom: 20px; } .error-page .error-body .btn{ margin-top: 30px; font-weight: 700; } /* Boxed Layout ================================================== */ .boxed-layout{ background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat; background-position: center 0px; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } .boxed-layout .body-inner{ background: #fff; max-width: 1240px; margin: 40px auto; overflow-x: hidden; box-shadow: 0 7px 13px rgba(0,0,0,0.15); }
public/fe/css/style.css
================================================== 1. Typography 2. Global Styles 3. Top Bar 4. Header area 5. Slider 6. Call to action 7. Features 8. Facts 9. Services 10. Project area 11. Content area 12. Testimonial 13. Subscribe area 14. News section 15. Footer 16. Sub Pages 17. Contact Us 18. News Listing 19. News Single 20. Sidebar 21. Error page */ @import url(https://fonts.googleapis.com/css?family=Arimo:400,700); @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800); .vc_video-bg-container.video-bg:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: rgba(0,0,0,.8); } .vc_video-bg-container.video-bg .thw-title-shortcode{ position: relative; z-index: 2; } /* Typography ================================================== */ body{ background:#fff; color: #333; } body, p { font-family: 'Open Sans', sans-serif; line-height: 24px; font-size: 14px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased !important; } h1, h2, h3, h4, h5, h6{ color: #1c1c1c; font-weight: 700; font-family: 'Arimo', sans-serif; } h1{ font-size: 36px; line-height: 48px; } h2{ font-size: 28px; line-height: 36px; } h3{ font-size: 24px; margin-bottom: 20px; } h4{ font-size: 18px; line-height: 28px; } h5{ font-size: 14px; line-height: 24px; } .alert .icon { margin-right: 15px; } /* Global styles ================================================== */ html{ overflow-x: hidden !important; width: 100%; height: 100%; position: relative; } body{ border: 0; margin: 0; padding: 0; } .body-inner{ position: relative; overflow: hidden; } a:link, a:visited{ text-decoration: none; } a{ color: #ec0000; } a:hover{ text-decoration: none; color: #000; } a.read-more{ color: #ec0000; font-weight: 700; text-transform: uppercase; } a.read-more:hover{ color: #222; } section, .section-padding{ padding: 50px 0; position: relative; } .no-padding{ padding: 0; } .p-top-0{ padding-top: 0; } .p-bottom-0{ padding-bottom: 0; } .m-top-0{ margin-top: 0 !important; } .m-bottom-0{ margin-bottom: 0; } .media>.pull-left{ margin-right: 20px; } img.banner{ display: inline-block; } .gap-60 { clear: both; height: 60px; } .gap-50 { clear: both; height: 50px; } .gap-40 { clear: both; height: 40px; } .gap-30 { clear: both; height: 30px; } .gap-20 { clear: both; height: 20px; } .mrb-30{ margin-bottom: 30px; } .mrb-80{ margin-bottom: -80px; } .mrt-0{ margin-top: 0 !important; } .pab{ padding-bottom: 0; } a:focus{ outline: 0; } img.pull-left { margin-right: 20px; margin-bottom: 20px; } img.pull-right { margin-left: 20px; margin-bottom: 20px; } ol, ul{ margin-bottom: 20px; } .unstyled { list-style: none; margin: 0; padding: 0; } .ts-padding { padding: 60px; } .solid-bg{ background: #f9f9f9; } .solid-row { background: #f0f0f0; } /* Dropcap */ .dropcap { font-size: 44px; line-height: 50px; display: inline-block; float: left; margin: 0 12px 0 0; position: relative; text-transform: uppercase; } /* Video responsive */ .embed-responsive { padding-bottom: 56.25%; position: relative; display: block; height: 0; overflow: hidden; } .embed-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } /* Input form */ .form-control{ box-shadow: none; border: 1px solid #dadada; padding: 5px 20px; height: 40px; background: none; color: #959595; font-size: 12px; border-radius: 0; } .form-control:focus{ box-shadow: none; border: 1px solid #ec0000; } hr { background-color: #e7e7e7; border: 0; height: 1px; margin: 40px 0; } blockquote{ position: relative; background: #f7f7f7; padding: 45px 50px 30px; border: 0; margin: 50px 0 40px; font-size: 22px; line-height: 34px; font-family: Arimo, sans-serif; font-weight: 400; text-align: center; } blockquote:before{ position: absolute; content: '\f10e'; font-family: FontAwesome; font-size: 24px; padding: 8px 15px; top: -30px; left: 50%; margin-left: -44px; color: #fff; background: #ec0000; } cite { display: block; font-size: 14px; margin-top: 10px; } blockquote.pull-left { padding-left: 15px; padding-right: 0; text-align: left; border-left: 5px solid #eee; border-right: 0; } /* Button */ .btn-primary, .btn-dark{ border: 0; border-radius: 0; padding: 12px 25px 10px; font-weight: 700; text-transform: uppercase; color: #fff; -webkit-transition: 350ms; -moz-transition: 350ms; -o-transition: 350ms; transition: 350ms; } .btn-white.btn-primary { background: #fff; color: #ec0000; } .btn-primary { background: #ec0000; } .btn-dark { background: #242427; } .btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover{ background: #272d33; color: #fff; } .general-btn{ clear: both; margin-top: 50px; } /* Ul, Ol */ .list-round, .list-arrow, .list-check{ list-style: none; margin: 0; padding: 0; } .list-round li{ line-height: 28px; } .list-round li:before { font-family: FontAwesome; content: "\f138"; margin-right: 10px; color: #ec0000; font-size: 12px; } .list-arrow{ padding: 0; } ul.list-arrow li:before { font-family: FontAwesome; content: "\f105"; margin-right: 10px; color: #ec0000; font-size: 16px; } ul.list-check li:before { font-family: FontAwesome; content: "\f00c"; margin-right: 10px; color: #ec0000; font-size: 14px; } /* Bootstrap */ .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a{ border: 0; background: none; } .nav>li>a:focus, .nav>li>a:hover{ background: none; } .pattern-bg { background: #f5f5f5 url(../images/crossword.png); } a[href^=tel] { color: inherit; text-decoration: none; } /* Common styles ================================================== */ /*-- Block padding --*/ .pad-0{ padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom:0; } .pad-r{ padding-right: 2px; } .pad-l{ padding-left: 2px; } .pad-r-small{ padding-right: 1.5px; } .pad-l-small{ padding-left: 1.5px; } .pad-l-0{ padding-left: 0; } .pad-r-0{ padding-right: 0; } /*-- Block title --*/ .block-title{ font-size: 14px; line-height: 100%; text-transform: uppercase; margin: 0 0 40px; border-bottom: 2px solid #1c1c1c; } .block-title > span{ background: #1c1c1c; color: #fff; height: 30px; line-height: 30px; padding: 8px 15px; position: relative; } .block-title > span:after{ border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); position: absolute; content: " "; width: auto; height: auto; bottom: -20px; margin-left: -10px; left: 50%; border-width: 10px; border-style: solid; } /*-- Post title --*/ .post-title{ font-size: 18px; line-height: 24px; margin: 15px 0 0; } .post-title a{ color: #1c1c1c; } .post-title.title-extra-large{ font-size: 26px; line-height: 30px; margin-top: 15px; margin-bottom: 10px; } .post-title.title-large{ font-size: 20px; line-height: 26px; margin-top: 15px; margin-bottom: 5px; } .post-title.title-medium{ font-size: 16px; line-height: 24px; margin-top: 15px; margin-bottom: 5px; } .post-title.title-small{ font-size: 14px; line-height: 20px; margin-top: 15px; margin-bottom: 5px; } /*-- Post meta --*/ a.post-cat{ position: relative; font-size: 10px; padding: 0 5px; background: #1c1c1c; text-transform: uppercase; font-weight: 700; color: #fff; height: 20px; line-height: 20px; display: inline-block; } .post-cat:before{ content: ''; position: absolute; left: 0; z-index: 0; bottom: -8px; border-top: 8px solid #1c1c1c; border-right: 8px solid transparent; } .post-cat a{ color: #fff; } .post-meta .post-author a{ color: #1c1c1c; font-weight: 700; } .post-meta span{ font-size: 12px; color: #a3a3a3; margin-right: 8px; padding-right: 10px; border-right: 1px solid #dedede; line-height: 12px; display: inline-block; } .post-meta span.post-date{ border-right: 0; } span.post-comment{ border-right: 0; line-height: 24px; margin-right: 0; padding-right: 0; } span.post-comment span{ border-right: 0; line-height: 100%; } .post-meta span i{ margin-right: 5px; } /*-- Post Overaly --*/ .post-overaly-style{ position: relative; overflow: hidden; } .post-overaly-style:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } .post-overaly-style .post-content{ position: absolute; bottom: 0; padding: 25px; } .post-overaly-style .post-title a{ color: #fff; } .post-overaly-style .post-date{ color: #fff; } .post-thumb{ max-width: 100%; position: relative; overflow: hidden; } .post-thumb img{ display: block; width: 100%; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; } .post-block-style:hover .post-thumb img, .post-overaly-style:hover .post-thumb img{ -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); } .post-block-style.post-float:hover .post-thumb img{ transform:none; } .thumb-float-style .post-cat{ position: absolute; top: 20px; left: 20px; z-index: 1; } /* Post overaly Top Content */ .post-overaly-style.contentTop .post-content{ top: 0; bottom: auto; } .post-overaly-style.contentTop:before{ top: 0; left: 0; background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); } /*-- Post Overaly Textcenter --*/ .post-overaly-style.text-center .post-content{ padding: 30px 30px 60px; } .post-overaly-style.text-center{ margin-bottom: 30px; } .post-overaly-style.text-center:last-child{ margin-bottom: 0; } .post-overaly-style.text-center .post-thumb img{ min-height: 260px; } .post-overaly-style.text-center .post-meta span{ padding: 0; margin: 0; } .post-overaly-style.text-center:before{ background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.85) 100%); } /*-- Post Block style --*/ .post-block-style{ position: relative; overflow: hidden; } .post-block-style .post-content{ padding: 0; } .post-block-style .post-title a:hover{ color: #ec0000; } .post-block-style .post-content p{ font-size: 13px; } .post-block-style .post-cat{ position: absolute; top: 20px; left: 20px; z-index: 1; } .post-block-style .post-content .post-meta{ margin: 3px 0; } .post-block-style.content-right{ } /*-- Review box --*/ .review-box{ background: #1c1c1c; color: #fff; position: absolute; top: 0; padding: 2px 7px; font-weight: 700; } /*-- Post list --*/ .list-post-block{ margin-top: 30px; } .list-post{ list-style: none; margin: 0; padding: 0; } .list-post-block .list-post > li{ margin-bottom: 30px; max-height: 75px; } .list-post-block .list-post > li:last-child{ margin-bottom: 0; } .post-block-style.post-float .post-thumb{ float: left; position: relative; z-index: 1; margin-right: 20px; } .post-block-style.post-float .post-thumb img{ max-width: 100px; min-height: 75px; } .post-block-style.post-float .post-title{ margin-top: 0; } .post-block-style.post-float .post-content{ z-index: 0; } .post-block-style.post-float .post-cat{ font-size: 8px; left: 0; top: 0; } /*-- Review post list --*/ .review-stars i{ color: #1c1c1c; } /* Different Color ================================================== */ /*-- Color Default --*/ .color-default a.post-cat{ background: #1c1c1c; } .color-default .post-cat:before{ border-top: 8px solid #1c1c1c; } /*-- Color Red --*/ .color-red .block-title{ border-bottom: 2px solid #ec0000; } .color-red .block-title > span, .color-red a.post-cat{ background: #ec0000; } .color-red .post-cat:before{ border-top: 8px solid #ec0000; } .color-red .block-title > span:after{ border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } .color-red .owl-carousel.owl-theme .owl-nav > div:hover{ background: #ec0000; } /*-- Color Blue --*/ .color-blue .block-title{ border-bottom: 2px solid #1e88e5; } .color-blue .block-title > span, .color-blue a.post-cat{ background: #1e88e5; } .color-blue .post-cat:before{ border-top: 8px solid #1e88e5; } .color-blue.featured-tab .nav-tabs>li.active>a{ color: #1e88e5; } .color-blue.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0); } .color-blue .block-title > span:after { border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Blue --*/ .color-dark-blue .block-title{ border-bottom: 2px solid #4258fe; } .color-dark-blue .block-title > span, .color-dark-blue a.post-cat{ background: #4258fe; } .color-dark-blue .post-cat:before{ border-top: 8px solid #4258fe; } .color-dark-blue.featured-tab .nav-tabs>li.active>a{ color: #4258fe; } .color-dark-blue.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0); } .color-dark-blue .block-title > span:after { border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Orange --*/ .color-orange .block-title{ border-bottom: 2px solid #ff7a09; } .color-orange .block-title > span, .color-orange a.post-cat{ background: #ff7a09; } .color-orange .post-cat:before{ border-top: 8px solid #ff7a09; } .color-orange.featured-tab .nav-tabs>li.active>a{ color: #ff7a09; } .color-orange.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0); } .color-orange .block-title > span:after { border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Aqua --*/ .color-aqua .block-title{ border-bottom: 2px solid #00bdb3; } .color-aqua .block-title > span, .color-aqua a.post-cat{ background: #00bdb3; } .color-aqua .post-cat:before{ border-top: 8px solid #00bdb3; } .color-aqua.featured-tab .nav-tabs>li.active>a{ color: #00bdb3; } .color-aqua.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0); } .color-aqua .block-title > span:after { border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /*-- Color Violet --*/ .color-violet .block-title{ border-bottom: 2px solid #9401d3; } .color-violet .block-title > span, .color-violet a.post-cat{ background: #9401d3; } .color-violet .post-cat:before{ border-top: 8px solid #9401d3; } .color-violet.featured-tab .nav-tabs>li.active>a{ color: #9401d3; } .color-violet.featured-tab .nav-tabs>li.active>a:after{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0); } .color-violet .block-title > span:after { border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } /* Trending Bar ================================================== */ .trending-bar{ background: #272727; color: #fff; padding: 10px 0; } .trending-title{ background: #ec0000; color: #fff; display: inline-block; font-size: 11px; padding: 5px 10px; line-height: 100%; text-transform: uppercase; float: left; margin: 0 20px 0 0; } .trending-bar .post-content, .trending-light .post-content{ padding: 0; } .owl-carousel.owl-theme.trending-slide .owl-nav{ position: absolute; right: 0; top: -3px; margin: 0; } .owl-carousel.owl-theme.trending-slide .owl-nav > div{ background: #ec0000; border: 0; color: #fff; } .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover{ background: #fff; border: 0; color: #ec0000; } .trending-slide .post-title a{ color: #fff; } .trending-slide .post-title.title-small{ font-weight: 400; margin: 0; } /* Trending light */ .trending-light{ color: #1c1c1c; margin: 30px 0; } .trending-light .trending-slide .post-title{ font-weight: 600; margin-top: 3px; font-size: 15px; } .trending-light .trending-slide .post-title a{ color: #1c1c1c; } .trending-light .trending-title{ padding: 8px 10px 7px; } .trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover{ background: #333; color: #fff; } /* Top Bar ================================================== */ .top-bar{ padding: 8px 0; border-bottom: 1px solid #dedede; color: #a3a3a3; font-size: 13px; } /* Date */ .ts-date{ display: inline-block; border-right: 1px solid #acacac; padding-right: 10px; line-height: 12px; } .ts-date i{ margin-right: 5px; } /* Top nav */ .top-nav{ display: inline-block; } .top-nav li{ display: inline-block; line-height: 12px; padding-left: 12px; } .top-nav li a{ background: none; color: #a3a3a3; padding: 0; line-height: 100%; } .top-nav li a:hover{ color: #ec0000; } /* Top social */ .top-social ul{ list-style: none; padding: 0; margin: 0; } .top-social li { display: inline-block; padding: 0; } .top-social li a{ color: #a3a3a3; margin-right: 15px; font-size: 14px; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .top-social li a:hover{ color: #333; } /* Top bar border */ .top-bar-border{ padding: 8px 20px 8px; border-bottom: 1px solid #ddd; } .top-bar-border ul.top-info{ color: #7c7c7c; font-weight: 400; } .top-bar-border .top-social li a{ color: #7c7c7c; } .top-bar-border ul.top-info li i{ color: #ec0000; } /* Header Default ================================================== */ .header{ padding: 25px 0; } .navbar-fixed { background: #fff; z-index: 99999; position: fixed; width: 100%; top: 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); -webkit-animation: fadeInDown 800ms; -moz-animation: fadeInDown 800ms; -ms-animation: fadeInDown 800ms; -o-animation: fadeInDown 800ms; animation: fadeInDown 800ms; -webkit-backface-visibility: hidden; } /*-- Logo --*/ .logo { padding: 28px 0; } /* header right */ .header-right { float: right; } /* Logo center */ .header.text-center{ padding: 10px 0; } /*-- Search start --*/ ul.top-info-box > li.nav-search{ cursor: pointer; padding-left: 30px; margin-left: 30px; } ul.top-info-box > li.nav-search:before{ position: absolute; content: ''; background: #ddd; left: 0; width: 1px; height: 40px; top: 50%; margin-top: -10px; } ul.top-info-box > li.nav-search i{ font-size: 20px; top: 10px; position: relative; cursor: pointer; color: #999; } /* Main navigation */ .site-nav-inner{ position: relative; } .main-nav >.container > .row{ border-top: 3px solid #ec0000; border-bottom: 1px solid #dedede; margin-left: 0; margin-right: 0; } .navbar{ border-radius: 0; border: 0; margin-bottom: 0; } .navbar-toggle{ float: left; margin-top: 10px; padding: 8px; border-radius: 0; margin-right: 5px; background: #ec0000; } .navbar-toggle .icon-bar{ background: #fff; width: 20px; } .navbar-toggle .i-bar{ background: #fff; } .navbar-collapse{ padding-left: 0; } ul.navbar-nav{ float: left; display: inline-block; } ul.navbar-nav > li{ float: none; display: inline-block; } ul.navbar-nav > li{ padding: 0; position: relative; } ul.navbar-nav > li > a{ display: inline-block; padding: 0 15px; line-height: 50px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #1c1c1c; margin: 0; position: relative; -webkit-transition: 350ms; -moz-transition: 350ms; -o-transition: 350ms; transition: 350ms; } ul.navbar-nav >li:hover>a:before, ul.navbar-nav >li.active>a:before { border-color: #ec0000; opacity: 1; transform: scale(1) translateZ(0); } ul.navbar-nav >li>a:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; border-bottom: 3px solid; transform: scale(0) translateZ(0); -webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease; -moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease; -ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease; -o-transition: -o-transform 0.45s ease,opacity 0.55s ease; transition: transform 0.45s ease,opacity 0.55s ease; } ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus{ background: none; } ul.navbar-nav > li > a i{ font-weight: 700; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background: transparent; border:0; } /* Dropdown */ ul.navbar-nav > li.mega-dropdown{ position: static; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -2px; border-radius: 0; } .dropdown-submenu>a:after { display: block; content: "\f105"; font-family: FontAwesome; float: right; margin-top: 0; margin-right: -5px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } .dropdown-menu{ text-align: left; background: #fff; z-index: 100; min-width: 230px; border-radius: 0; border: 0; border:0; padding: 20px; } .navbar-nav>li>.dropdown-menu{ border-top: 1px solid #dedede; } .navbar-nav>li> .dropdown-menu.mega-menu-content{ border-top: 0; } .dropdown-menu-large{ min-width: 400px; } .dropdown-menu-large > li > ul { padding: 0; margin: 0; list-style: none; } .dropdown-menu-large > li > ul > li > a{ padding-left: 0; } .dropdown-menu-large > li > ul > li.active > a{ color: #ec0000; } .navbar-nav>li>.dropdown-menu>a{ background: none; } .dropdown-menu li a{ display: block; font-size: 14px; font-weight: 400; line-height: normal; text-decoration: none; padding: 12px 15px 12px 10px; border-bottom: 1px solid #e5e5e5; color: #333333; } .dropdown-menu li:last-child > a{ border-bottom: 0; } .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>.dropdown-menu>.active>a{ background: none; color: #ec0000; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ background: #ec0000; color: #fff; } @media (min-width: 768px) { ul.nav li.dropdown:hover .dropdown-menu{ display: block; } } @media (min-width: 767px) { ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu { left: 100%; top: 0; display: none; } ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block; } } .mega-menu-content{ width: 100%; max-width: 1140px; left: 15px; padding: 0; } .mega-menu-content-inner{ padding: 20px; } .mega-menu-content .video-icon{ border:0; margin-top: -40px; } /*-- Dark bg style --*/ .main-nav.dark-bg >.container > .row{ border: 0; background: #272727; margin-left: 0; margin-right: 0; } .main-nav.dark-bg ul.navbar-nav > li > a{ color: #fff; } .main-nav.dark-bg ul.navbar-nav >li>a:before{ border: 0; } .main-nav.dark-bg ul.navbar-nav > li.active, .main-nav.dark-bg ul.navbar-nav > li:hover{ background: #ec0000; } .main-nav.dark-bg .nav-search i{ color: #fff; } /*-- Nav Search start --*/ .main-nav > .container, .search-area{ position: relative; } .search-area{ min-height: 70px; padding-right: 0; } .nav-search{ float: right; display: inline-block; position: relative; cursor: pointer; top: 12px; right: 10px; } .search-block { background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: none; padding: 10px; position: absolute; right: 15px; top: 100%; width: 300px; z-index: 10; margin-top: 0; } .search-block .form-control { background-color: #f7f7f7; border: none; color: #000; width: 100%; height: 40px; padding: 0 12px; } .search-block .search-close { color: #525252; position: absolute; top: -43px; right: 4px; font-size: 32px; cursor: pointer; background: #fff; padding: 5px; } .search-area .nav-search{ top: 23px; } .search-area .search-block .search-close{ top: -50px; } .search-area .search-block { right: 0; } /*-- Menu tab --*/ .menu-tab .nav.nav-tabs{ background: #f6f6f6; border-right: 1px solid #dedede; padding: 25px 20px 20px; padding-right: 0; min-height: 250px; } .menu-tab .nav.nav-tabs > li >a{ border: 1px solid transparent; border-radius: 0; font-weight: 600; padding: 10px 15px; } .menu-tab .nav.nav-tabs > li.active >a{ background: #fff; margin-right: -1px; border: 1px solid #dedede; border-right: 0; color: #ec0000; cursor: pointer; } .menu-tab .tab-content>.tab-pane{ padding: 25px 10px; min-height: 250px; } .menu-tab .tab-content>.tab-pane .col-md-3{ padding-right: 10px; padding-left: 10px; } /* Header with Menu ================================================== */ .header.header-menu{ padding: 0; } .header.header-menu .logo{ padding: 12px 0; } .header.header-menu >.container>.row { border-bottom: 1px solid #dedede; margin-left: 0; margin-right: 0; } .header.header-menu ul.navbar-nav > li > a{ line-height: 70px; } .header.header-menu ul.navbar-nav > li.mega-dropdown, .site-nav-inner{ position: static; } .header.header-menu .mega-menu-content{ min-width: 1145px; left: -43%; } /* Featured Post area ================================================== */ .featured-post-area{ margin-bottom: -10px; } /*-- Owl slide common --*/ .owl-carousel.page-slider .owl-nav{ margin: 0; } .owl-carousel.owl-theme.post-slide .owl-nav{ text-align: center; position: absolute; top: -82px; right: 0; } .owl-carousel.owl-theme .owl-nav > div{ margin: 0 3px; background: none; border: 1px solid #dedede; color: #999; width: 20px; height: 20px; line-height: 18px; padding: 0; border-radius: 0; display: inline-block; text-align: center; font-size: 12px; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .owl-carousel.owl-theme .owl-nav > div:hover{ background: #272d33; border: 1px solid transparent; } .owl-theme .owl-dots{ text-align: center; position: absolute; z-index: 1; top: -67px; right: 0; margin: 0 !important; } .owl-theme.owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 5px 4px; display: inline-block; border-radius: 0; background: rgba(0,0,0,0.5); } .owl-theme.owl-carousel .owl-dots .owl-dot.active span { background: #ec0000; } /* Latest slider */ .owl-carousel.owl-theme.latest-news-slide .owl-nav{ text-align: center; position: absolute; top: -82px; right: 0; } /* Featured slider */ .featured-slider .item{ min-height: 465px; position: relative; background-position: 50% 50%; -webkit-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; } .featured-slider .item:before{ content: " "; position: absolute; display: block; width: 100%; height: 100%; z-index: 1; bottom: 0; left: 0; background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } .post-content{ padding: 30px; z-index: 1; position: relative; } .featured-slider.owl-theme .owl-nav > div{ background: rgba(0, 0, 0, 0.65); border: 0; position: absolute; top: 50%; width: 34px; height: 40px; line-height: 38px; padding: 0; border-radius: 0; font-size: 24px; text-align: center; opacity: 0; margin: 0; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .featured-slider.owl-theme:hover .owl-nav > div{ opacity: 1; } .featured-slider.owl-theme .owl-nav > .owl-prev{ left: 0; } .featured-slider.owl-theme .owl-nav > .owl-next{ right: 0; } .featured-slider.owl-theme .owl-nav > div:hover{ background: #ec0000; color: #fff; border: 0; } .featured-post .post-date, .featured-post .post-title a{ color: #fff; } /* Featured slider content bottom */ .featured-slider.content-bottom .featured-post{ position: absolute; bottom: 0; } .featured-slider.content-bottom .item:before{ background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left bottom,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.85) 100%); } /* Trending post hot */ .hot-post-top{ max-height: 280px; margin-bottom: 3px; } .hot-post-bottom, .hot-post-bottom img{ min-height: 182px; } .hot-post-top .post-content, .hot-post-bottom .post-content{ padding: 20px; } /*-- 4 News Box --*/ .fourNewsbox, .fourNewsbox img, .fourNewsboxTop, .fourNewsboxTop img{ min-height: 231px; } .fourNewsboxTop{ margin-bottom: 3px; } /* Post overaly text center on Featured area */ .featured-post-area .post-overaly-style.text-center{ max-height: 231px; } .featured-post-area .post-overaly-style.first{ margin-bottom: 4px; } /* Block ================================================== */ .block{ position: relative; } /* Sidebar ================================================== */ .sidebar .widget.m-bottom-0{ margin-bottom: 0; } /*-- Social Icon --*/ .social-icon{ list-style: none; margin: 0; padding: 0; } .social-icon li{ display: inline-block; margin: 0 5px 0 0; } .social-icon li a i{ background: #ec0000; color: #fff; font-size: 18px; width: 48px; height: 48px; line-height:48px; text-align: center; -webkit-transition: 350ms; -o-transition: 350ms; transition: 350ms; } .social-icon li a i.fa-rss{ background: #FA9B39; } .social-icon li a i.fa-facebook{ background: #3B5998; } .social-icon li a i.fa-twitter{ background: #00aced; } .social-icon li a i.fa-google-plus{ background: #dd4b39; } .social-icon li a i.fa-vimeo-square{ background: #7FC400; } .social-icon li a i.fa-youtube{ background: #bb0000; } .social-icon li a i:hover{ background: #1c1c1c; } /* Social icon box style */ .social-icon-box > li{ width: 100%; background: #1c1c1c; padding: 12px; color: #fff; margin-bottom: 10px; } .social-icon-box > li > a{ color: #fff; } .social-icon-box > li > a i{ width: 48px; height: 48px; line-height: 48px; text-align: center; float: left; margin-right: 20px; background: rgba(0,0,0,0.2); } .social-icon-box .ts-social-title{ font-size: 14px; margin-bottom: -5px; } .social-icon-box .ts-social-desc{ display: block; font-size: 13px; } .social-icon-box > li.rss{ background: #FA9B39; } .social-icon-box > li.facebook{ background: #3B5998; } .social-icon-box > li.twitter{ background: #00aced; } .social-icon-box > li.gplus{ background: #c53942; } /* Featuted Tab ================================================== */ /*-- Common styles --*/ .featured-tab{ position: relative; } .featured-tab .nav-tabs{ border:0; position: absolute; top: 0; right: 0; } .featured-tab .nav-tabs > li > a { color: #999999; text-shadow: none; font-weight: 700; text-transform: uppercase; font-size: 12px; border-radius: 0; margin: 0 1px 0; padding: 0 0 0 15px; border: 0 !important; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .featured-tab .tab-content{ border-top: 0; padding: 0; overflow: hidden; } .featured-tab .nav-tabs>li.active>a{ color: #1c1c1c; position: relative; background: none; } .featured-tab .nav-tabs>li.active>a:after{ position: absolute; content: " "; width: auto; height: auto; bottom: -14px; margin-left: 0; left: 50%; border-width: 7px; border-style: solid; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0); } .featured-tab .list-post-block{ margin-top: 0; } /* Ad Content area ================================================== */ .ad-content-area img{ display: inline-block; } /* Video Block ================================================== */ .video-block{ background: #1c1c1c; color: #fff; } .video-tab-title{ color: #fff; font-size: 18px; text-transform: uppercase; margin: 0 0 30px 15px; } .video-tab .post-overaly-style{ min-height: 430px; } .video-tab .post-overaly-style .post-content{ padding: 35px; } .video-tab .post-title{ font-size: 24px; line-height: 30px; font-weight: normal; } .video-tab .nav-tabs>li{ width: 100%; float: none; display: block; margin-bottom: -1px; border: 1px solid #393a3b; min-height: 149px; padding: 30px 30px 25px; } .video-tab .nav-tabs>li>a{ background: none; border: 0; padding: 0; } .video-tab .nav-tabs>li>a .post-thumb img { max-width: 110px; min-height: 85px; } .video-tab .nav-tabs>li>a .post-thumb{ float: left; margin-right: 20px; position: relative; overflow: hidden; } .video-tab .nav-tabs>li>a h3{ color: #fff; font-weight: normal; line-height: 28px; font-size: 16px; margin: 0; } .video-icon { text-align: center; color: #fff; display: block; top: 50%; margin-top: -50px; font-size: 32px; z-index: 1; position: absolute; left: 50%; margin-left: -40px; width: 80px; height: 80px; line-height: 65px; border: 7px solid #fff; display: inline-block; border-radius: 100%; } .video-icon i { margin-left: 5px; } /* More news ================================================== */ .post-block-style.post-float-half .post-thumb{ float: left; position: relative; z-index: 1; margin-right: 30px; } .post-block-style.post-float-half .post-thumb img{ max-width: 300px; min-height: 200px; } /* Footer ================================================== */ .footer{ background-color: #1c1c1c; color: #969696; padding: 70px 0; } .footer .widget-title{ font-size: 16px; font-weight: 700; position: relative; margin: 0 0 35px; text-transform: uppercase; color: #fff; } .footer ul{ list-style: none; padding: 0; margin: 0; } .footer ul li{ margin-bottom: 18px; } .footer ul li a{ color: #a3a3a3; } /* Trending */ .footer .post-title.title-small{ font-weight: normal; } .footer-widget .post-block-style.post-float .post-thumb img{ max-width: 95px; min-height: 75px; } .footer-widget .post-meta span.post-date{ color: #676767; } /* Footer Widget Categories */ .footer-widget.widget-categories ul{ padding-right: 30px; } .footer-widget.widget-categories ul li .catCounter{ float: right; } /* Twitter Widget */ .twitter-widget ul li{ position: relative; padding-left: 35px; } .twitter-widget ul li:after{ content: "\f099"; position: absolute; top: 0; left: 0; font-family: 'FontAwesome'; color: #a3a3a3; font-size: 16px; } .twitter-widget ul li .tweet-text{ font-size: 13px; line-height: 20px; } .twitter-widget ul li .tweet-text span{ display: block; color: #676767; } .twitter-widget ul li .tweet-text a{ color: #ec0000; font-size: 12px; } /*-- Gallery widget --*/ .gallery-widget a{ overflow: hidden; margin: 0 5px 3px 0px; display: inline-block; } .gallery-widget a img{ max-width: 80px; min-height: 65px; } /*-- Footer Info --*/ .footer-info-content { border-top: 1px solid #606060; margin-top: 50px; padding: 50px 250px 0; } .footer-info-content p{ margin-bottom: 2px; font-size: 13px; } .footer-logo img{ display: inline-block; margin-bottom: 30px; } .footer-info-phone, .footer-info-email{ display: inline-block; margin: 0 5px; } /* Footer social */ .footer .footer-social{ list-style: none; margin: 15px 0 0 0; padding: 0; } .footer .footer-social li{ margin: 0; } .footer-social li a{ display: inline-block; margin:0 3px; } .footer-social li a i{ display: block; width: 32px; height: 32px; line-height: 32px; font-size: 12px; color: #fff; background: #282828; text-align: center; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .footer-social li a i:hover { background: #ec0000; } /*-- Copyright --*/ .copyright{ background: #ec0000; color: #fff; padding: 15px 0; position: relative; z-index: 1; font-weight: 500; font-size: 13px; } .footer-menu{ float: right; } .footer-menu ul li{ display: inline-block; line-height: 12px; padding-left: 12px; } .footer-menu ul.nav li a{ background: none; color: #fff; padding: 0; } #back-to-top { right: 40px; top: auto; z-index: 10; -webkit-backface-visibility: hidden; } #back-to-top.affix { bottom: 54px; } #back-to-top .btn.btn-primary{ width: 30px; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.9); font-weight: 700; font-size: 16px; padding: 0; } #back-to-top .btn.btn-primary:hover{ color: #fff; background: #ec0000; } /* Sub Pages ================================================== */ /*-- Page title --*/ .breadcrumb{ color: #777; margin: 30px 0 -10px 0; padding: 0; background: none; } .breadcrumb>li+li:before{ content: "\f105"; font-family: FontAwesome; padding: 0 8px; color: #777; } /* Category Listing ================================================== */ .category-listing .post-block-style .post-content p{ font-size: 14px; } .category-listing .post-block-style .post-content .post-meta{ margin: 7px 0; } .subCategory > li{ display: inline-block; margin-bottom: 30px; } .subCategory > li > a{ border: 1px solid #dedede; padding: 2px 6px; margin-right: 6px; color: #515151; font-size: 11px; font-weight: normal; text-transform: uppercase; } .subCategory > li > a:hover{ background: #ec0000; color: #fff; border:1px solid transparent; } /* Post grid */ .post-grid { margin-bottom: 15px; min-height: 455px; } /* Post list */ .post-list{ margin-bottom: 40px; } /* Top large post */ .top-larget-post{ margin-bottom: 30px; } .top-larget-post .post-title.title-large{ margin-top: 20px; font-size: 24px; } /*-- Category style2 --*/ .category-style2 .post-title{ margin-top: 0; } /* Pagination */ .paging{ position: relative; margin-top: 20px; } .pagination{ margin: 0; } .pagination li a{ border-radius: 0 !important; margin-right: 8px; color: #7c7c7c; } .pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover{ color: #fff; background: #ec0000; border: 1px solid transparent; } .paging .page-numbers{ border: 0; color: #7c7c7c; position: absolute; right: 0; top: 3px; } /* News Single ================================================== */ .single-post .post-title{ font-size: 30px; line-height: 40px; padding: 15px 0 8px 0; margin: 0; } .single-post p{ font-size: 15px; line-height: 26px; margin-bottom: 15px; } .post-content-area{ margin: 20px 0; } .post-featured-image, .post-media.post-video, .post-media.post-audio { margin-bottom: 30px; } .entry-content h3{ margin: 0; padding: 20px; font-size: 22px; line-height: 30px; } /* Post tags */ .tags-area{ margin: 20px 0; } .post-tags > span{ background: #1c1c1c; color: #fff; font-size: 12px; padding: 3px 6px; text-transform: uppercase; margin-right: 5px; } .post-tags a{ border: 1px solid #dedede; display: inline; list-style: none; padding: 2px 6px; margin-right: 5px; text-align: center; font-size: 12px; color: #1c1c1c; } .post-tags a:hover{ background: #1c1c1c; color: #fff; border: 1px solid transparent; } /* Post social */ .share-items{ border: 1px solid #dedede; border-radius: 0; background: none; padding: 10px 20px; width: 100%; margin: 25px 0; display: inline-block; } .post-social-icons > li { display: inline-block; padding: 5px 12px; color: #fff; background: #1c1c1c; font-size: 12px; margin-right: 8px; } .post-social-icons a{ color: #fff; text-align: center; } .post-social-icons a i{ border-right: 1px solid rgba(255, 255, 255, 0.5); margin-right: 5px; padding-right: 8px; font-size: 14px; line-height: 12px; } .post-social-icons > li.facebook{ background: #3B5998; } .post-social-icons > li.twitter{ background: #00aced; } .post-social-icons > li.gplus{ background: #c53942; } .post-social-icons > li.pinterest{ background: #ce222b; } /* Post navigation */ .post-navigation{ display: inline-block; margin: 0 0 40px; } .post-navigation span:hover, .post-navigation h3:hover{ color: #EC0001; } .post-navigation .post-previous, .post-navigation .post-next { padding: 0 40px; width: 50%; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; display: table-cell; position: relative; vertical-align: middle; } .post-navigation i{ margin: 0 5px; } .post-navigation span{ font-size: 14px; color: #ccc; margin-bottom: 10px; } .post-navigation .post-previous { text-align: left; float: left; border-left: 0 none; border-right: 0 none; padding: 0 40px 0 0; } .post-navigation .post-next { text-align: right; float: left; border-right: 0 none; padding: 0 0 0 40px; } .post-navigation h3{ font-size: 16px; margin: 8px 0 0; } /* Author box */ .author-box { border: 1px solid #dadada; padding: 20px 20px 15px; margin: 0 0 40px; } .author-img img{ margin-right: 30px; width: 100px; height: 100px; overflow-x: hidden; margin-bottom: 30px; } .author-url a{ color: #1c1c1c; font-size: 13px; } .author-info h3{ margin-top: 0; margin-bottom: 5px; font-size: 18px; } .authors-social a { color: #999; margin-left: 10px; } .author-counter span{ background: #1c1c1c; color: #fff; font-size: 12px; padding: 2px 8px; } /* Comments area */ .comments-area{ margin: 40px 0; } .comments-list .comment-content { margin: 15px 0; } .comments-list .comment-reply { color: #303030; font-weight: 400; } .comments-list .comment-reply:hover{ color: #ec0000; } .comments-counter{ font-size: 18px; } .comments-counter a{ color: #323232; } .comments-list{ list-style: none; margin: 0; padding: 20px 0; } .comments-list .comment{ border-bottom: 1px solid #e7e7e7; padding-bottom: 20px; margin-bottom: 30px; } .comments-list .comment.last{ border-bottom: 0; padding-bottom: 0; margin-bottom: 0; } .comments-list img.comment-avatar{ width: 84px; height: 84px; margin-right: 30px; } .comments-list .comment-body{ margin-left: 110px; } .comments-list .comment-author{ margin-bottom: 0; margin-top: 0; font-weight: 600; font-size: 16px; color: #303030; } .comments-list .comment-date{ color: #959595; margin-bottom: 5px; font-size: 12px; } .comments-reply{ list-style: none; margin: 0 0 0 70px; } .comments-form{ margin-bottom: 0; } .comments-form .title-normal{ margin-bottom: 20px; } .comments-form .comments-btn{ margin-top: 20px; font-size: 12px; } /* Sidebar ================================================== */ /* Widget common */ .sidebar .widget{ margin-bottom: 50px; } .sidebar-left .widget{ margin-right: 20px; } .sidebar-right .widget{ margin-left: 20px; } /* Sidebar nav */ .sidebar ul.nav-tabs{ border:0; } .sidebar ul.nav-tabs li a{ color: #303030; border-radius: 0; padding: 15px 0; padding-left: 0; font-weight: 400; border-bottom: 1px solid #ddd; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms; transition: 400ms; } .sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a{ color: #ec0000; } .sidebar ul.nav-tabs li{ color: #303030; line-height: normal; } .sidebar ul.nav-tabs li:last-child a{ border-bottom: 0; } /* Newsletter */ .ts-newsletter{ background-color: #f1f1f1; background-image: url(../images/newsletter-icon.png); background-repeat: no-repeat; background-position: bottom right; padding: 30px; } .ts-newsletter .form-control{ background: #fff; } .newsletter-form button{ font-weight: 700; font-size: 12px; margin-top: 15px; padding: 10px 25px; } /* Widget tags */ .widget-tags ul > li { float: left; margin: 3px; } .sidebar .widget-tags ul > li a{ border: 1px solid #dadada; color: #303030; display: block; font-size: 14px; padding: 3px 15px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .sidebar .widget-tags ul > li a:hover{ background: #ec0000; color: #fff; border: 1px solid transparent; } /*-- Review post --*/ .post-block-style.post-float.review-post-block { max-width: 140px; min-height: 105px; } .post-block-style.post-float.review-post-block .post-thumb img{ max-width: 140px; min-height: 105px; } /*-- No sidebar --*/ .block-wrapper.no-sidebar, .block-wrapper.no-sidebar > .container{ max-width: 850px; margin: 0 auto; } .block-wrapper.solid-bg{ background: #f7f7f7; background: rgba(247,247,247,1); } .solid-bg .pad-r{ padding-right: 4px; } .solid-bg .pad-l{ padding-left: 4px; } /* Contact Us ================================================== */ .contact-info-box { margin-top: 20px; } .contact-info-box-content h4 { font-size: 16px; margin-top: 0; line-height: normal; font-weight: 700; } .contact-info-box-content p { margin-bottom: 0; } label{ font-weight: 400; } /* Error page ================================================== */ .error-page .error-code h2{ display: block; font-size: 200px; line-height: 200px; color: #303030; margin-bottom: 20px; } .error-page .error-body .btn{ margin-top: 30px; font-weight: 700; } /* Boxed Layout ================================================== */ .boxed-layout{ background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat; background-position: center 0px; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } .boxed-layout .body-inner{ background: #fff; max-width: 1240px; margin: 40px auto; overflow-x: hidden; box-shadow: 0 7px 13px rgba(0,0,0,0.15); }
0.190272
0.078254
html { /* In order for the print stylesheet to work, the font size must be over 16px so that the page fills up the whole printed area. It is a bit hacky, but until a more elegant solution is found, this will be here. 20px is a easily divisible number and makes the paper size end up as a simple 850x1100px. */ font-size: 20px; /* iOS text size */ -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } /** * .paper-page is the container that actually holds the page itself. When * printed, the result should be as close to what is shown on the browser * as possible. */ .paper-page { /* Unfortunately, setting the page to 85em*110em makes the printing not work. 10em = 0.5inches */ width: 42.5em; height: 55em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; /* In real life, if one writes past the borders of the paper, the stuff ends up on the table or writing surface, not the paper. Similarly here, anything that flows outside the page should not be printed. As of right now, there is only support for single pages. */ overflow: hidden; } .paper-page article { /* If position: absolute; is used on an element in the page inside the content, it will snap to the boundaries of the margins. */ position: relative; } @media print { @page { /* For different page sizes, the width and height of .paper-page also needs to be changed */ size: 8.5in 11in; /* this affects the margin in the printer settings. Set to 0 so that another stylesheet can decide how big they want to margins to be */ margin: 0; } /* We only want to print out the stuff in .paper-page. Everything else will be gone. Unfortunately, if there is text that is directly a child of <body> and is not wrapped in any tags, it will show. */ body > * { display: none; } .paper-page { display: block; } }
public/papper.css
html { /* In order for the print stylesheet to work, the font size must be over 16px so that the page fills up the whole printed area. It is a bit hacky, but until a more elegant solution is found, this will be here. 20px is a easily divisible number and makes the paper size end up as a simple 850x1100px. */ font-size: 20px; /* iOS text size */ -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } /** * .paper-page is the container that actually holds the page itself. When * printed, the result should be as close to what is shown on the browser * as possible. */ .paper-page { /* Unfortunately, setting the page to 85em*110em makes the printing not work. 10em = 0.5inches */ width: 42.5em; height: 55em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; /* In real life, if one writes past the borders of the paper, the stuff ends up on the table or writing surface, not the paper. Similarly here, anything that flows outside the page should not be printed. As of right now, there is only support for single pages. */ overflow: hidden; } .paper-page article { /* If position: absolute; is used on an element in the page inside the content, it will snap to the boundaries of the margins. */ position: relative; } @media print { @page { /* For different page sizes, the width and height of .paper-page also needs to be changed */ size: 8.5in 11in; /* this affects the margin in the printer settings. Set to 0 so that another stylesheet can decide how big they want to margins to be */ margin: 0; } /* We only want to print out the stuff in .paper-page. Everything else will be gone. Unfortunately, if there is text that is directly a child of <body> and is not wrapped in any tags, it will show. */ body > * { display: none; } .paper-page { display: block; } }
0.435661
0.241713
body { font-size: .9rem; color: #333; } @media (min-width: 1200px) { .container { max-width: 1400px; } } .client-header { padding-top: 10px; } .top-contact-info, .top-contact-info-2 { font-size: 14px; line-height: 41px; } .top-contact-info a { margin-left: 10px; color: #333; } .top-contact-info-2 a { margin: 0 5px; color: #333; } .no-padding { padding: 0px; } .no-padding-left { padding-left: 0px; } .no-padding-right { padding-right: 0px; } .no-padding-top { padding-top: 0px; } .no-padding-bottom { padding-bottom: 0px; } .padding-left-5px { padding-left: 5px; } .padding-right-5px { padding-right: 5px; } a { /*color: #333;*/ color: #025bbc; transition: color .2s; } a:hover { color: #666 !important; text-decoration: underline; } .bg-blue { background-color: #035bbc !important; } .main-nav { border-bottom: 3px solid #69a1de; margin-bottom: 15px; } @keyframes example { from {color: #333;} to {background-color: yellow;} } .card, .card-img-top { border-radius: 0; } .card { /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);*/ } .card h4 { font-size: 20px; } .alignment-right { text-align: right; padding-top: 15px; } .top-right a { margin: 5px 10px; } .top-right-bl { margin-top: 20px; } .vice-chancellor { text-align: center; padding: 15px; /*background-color: #3e3e3e;*/ background-color: #79aa72; color: #fff; } .vice-chancellor img { width: 130px; margin-bottom: 5px; border-radius: 50%; } .vice-chancellor:hover { background: #36802d; } .vice-chancellor-container a:hover { text-decoration: none !important; } .lg-links-left .link-div { background: #79aa72; color: #fff; padding: 12px 5px !important; margin: 0 3px 6px 0; border: 0 solid #c0c0c0; font-weight: 600; text-align: center; transition: background 1s; } .lg-links-left ul.list-unstyled { margin: 0; } .lg-links-left a:hover .link-div { background: #36802d; text-decoration: none; } .lg-links-left a:hover { text-decoration: none; } .link-div .link-icon{ font-size: 25px; margin-bottom: 5px; } .lg-links-left .link-div span { display: block; font-size: 14px; } @media (max-width: 720px) { /*.lg-links-left li {*/ /*width: 45%;*/ /*}*/ } .f-departments-section, .notice-section { padding: 30px 0 30px 0; } .notice-section .card { min-height: 165px } .notice-section .card-body { padding: 10px; } .f-departments-section h3 { margin-bottom: 15px; } .f-departments-section .card { text-align: left; border: 0; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,0,0,.2); margin-bottom: 20px; } #departments .card { min-height: 365px; } .f-departments-section .card.second-row{ height: 275px; } .f-departments-section .card-body { font-size: 15px; } .f-departments-section .card .card-title { margin: 10px 0; color: #035bbc; } /*.f-departments-section .card a {*/ /*color: #666666;*/ /*}*/ /*.f-departments-section .card a:hover {*/ /*color: #000000;*/ /*}*/ .f-departments-section .card ul { padding-left: 5px; list-style: none; margin-bottom: 0px; } .f-departments-section .card .card-title { margin: 10px 0; color: #666666 !important; } .f-departments-section .card .card-title a { margin: 10px 0; color: #666666 !important; } .f-departments-section .card ul li:before { content: "\2022 "; color: #035bbc; font-size: 20px; margin-right: 5px; } .featured-news { /*margin-top: 15px !important;*/ /*text-align: center;*/ /*background: #fff;*/ /*padding: 30px 15px 15px 15px;*/ /*box-shadow: 0 0 10px rgba(50,50,50,.17);*/ /*margin-bottom: 15px !important;*/ } .featured-news .card { min-height: 290px; } .featured-news .card .card-img { background-color: #f7f6f7; text-align: center; } .featured-news .card .card-img img { height: 150px; } .featured-news .card .card-body h2 { font-size: 15px; line-height: 24px; margin-bottom: 0; font-weight: normal; } /***** Colorful card *****/ .card-1 { /*background: #f0f9ff;*/ box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,147,243,.1) !important; border-top: solid 3px #999 !important; } .card-1 .card-title, .card-1 ul li:before { color: #025bbc !important; } .card-2 { background: #f0f9ff; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,189,215,.1) !important; border-top: solid 3px #035abc !important; } .card-2 .card-title, .card-2 ul li:before { color: #00bdd7 !important; } .card-3 { background: #f7f3fd; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(100,47,189,.1) !important; border-top: solid 3px #642abd !important; } .card-3 .card-title, .card-3 ul li:before { color: #642abd !important; } .card-5 { background: #fffbf6; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(252,153,10,.1) !important; border-top: solid 3px #fc990a !important; } .card-5 .card-title, .card-5 ul li:before { color: #fc990a !important; } .card-4 { background: #f8fff9; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(74,170,81,.1) !important; border-top: solid 3px #4aaa51 !important; } .card-4 .card-title, .card-4 ul li:before { color: #4aaa51 !important; } .card-6 { background: #fff7f6; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(255,80,38,.1) !important; border-top: solid 3px #ff5026 !important; } .card-6 .card-title, .card-6 ul li:before { color: #ff5026 !important; } /******/ .view-more-bar { margin: 5px 0; } .view-more-bar .col-12 { background: #e4e4e4; padding: 10px 0; } .news-section .tab-content { background: #f0f9ff; padding: 20px 30px; color: #000000; /*min-height: 495px;*/ } .news-section .nav-tabs .nav-link { font-size: 16px; font-weight: 500; padding: 8px 18px; border-radius: 0; } .news-section .nav-tabs .nav-link .fa-newspaper { margin-right: 5px; } .news-section .tab-content a { /*color: #ffffff;*/ } .news-section .tab-content small { color: #777; } .news-section .nav-link.active { background: #035abc; color: #ffffff; } .news-section .nav-tabs .nav-link.active { border: 1px solid #035abc; } .news-section .nav-tabs a.nav-link.active:hover { color: #f0f9ff !important; } .item-lists li { padding: 10px 0; border-bottom: 1px solid #ddd; } .item-lists li:last-child { border-bottom: 0; } .footer { min-height: 200px; background: #eee; } .footer .footer-copy-rights-text { font-size: 12px; padding: 20px 0; } .footer .footer-links { margin-top: 30px; margin-bottom: 50px; } .footer .footer-links a:hover { color: #3892f6; text-decoration: underline; } .footer .footer-links ul { padding-left: 15px; padding-top: 5px; } .footer .footer-links ul li { padding-bottom: 5px; color: #025bbc; } .separator { height: 4px; background-color: #333 !important; } .home-banner-link { display: block; background: #3e3e3e; color: white; text-align: center; padding-left: 5px; padding-right: 5px; padding-top: 20px; padding-bottom: 20px; margin-bottom: 5px; transition: background 1s; } .social-icons { padding-top: 15px; } .social-icons a { display: inline-block; background: black; border-radius: 50%; height: 30px; width: 30px; text-align: center; padding-top: 4px; color: white; } .navbar-dark .navbar-nav .nav-link { color: #d8e6f6; } .navbar-dark .navbar-nav .nav-link:hover { color: #a9c5e5 !important; } .nav-tabs { border-bottom: 1px solid #e5e5e5; } .juniv-logo { width: 80%; } @media (min-width: 992px) { .carousel-container { padding: 0; } } #institutes .card { min-height: 100px; } /*teachers page css start*/ .people-page .card { border: 0; text-align: center; } .people-page img { width: 80%; max-height: 255px; } .people-page .profile img { width: 80%; } .people-page .card .card-img-top { border-radius: 50%; } .people-page .card .card-body { padding: 15px; } .people-page .card .card-body h6 { font-size: 14px; } .people-page .card .card-body h6 small { margin-top: 5px; display: block; } .people-page .card .card-body p { line-height: 16px; } .teacher-details-page .tab-content { margin-top: 30px; } /*teachers page css end*/ /*.form-control, .card, .btn, .main-menu-dropdown {*/ /*border-radius: 0;*/ /*}*/ .hall-page .card .card-img-top { border-radius: 50%; } .hall-page .card { border: 0; text-align: center; } .discussion-page .card { background-color: #f6f6f6; min-height: 350px; margin-bottom: .75rem; } .discussion-page .card img { width: 100%; height: 163px; background-color: #e3e3de; } .discussion-page .card .card-body h2 { font-size: 16px; line-height: 24px; margin-bottom: 0; font-weight: normal; height: 94px; overflow: hidden; } .news-event .nav.nav-tabs { background: #6eae12; padding: 0 5px; } .news-event .nav.nav-tabs a { border-top: 2px solid transparent; color: #ffffff; } .news-event .nav.nav-tabs a:hover { background: transparent; border: none; border-top: 2px solid transparent; } .news-event .nav-tabs .nav-link { border: 0; } .news-event .nav-tabs .nav-link.active { background: Transparent; border: 0; border-radius: 0; border-top: 2px solid #ffffff; color: #ffffff; } .tab-content { padding: 10px; } .tab-content .tab-pane dl .thumb-news { float: left; margin-right: 12px; width: 52px; height: 40px; } .tab-content .tab-pane dl dt { padding: 2px; } .tab-content .tab-pane dl dd { margin-bottom: 15px; font-size: 12px; color: #666; } .news-event .tab-content { color: #ffffff; background: #6eae12; height: 437px; } .department-home .news-event .tab-content { height: auto; min-height: 437px; } .news-event a { color: #ffffff; padding: 12px 5px 13px 5px !important; } .departments { border: 0; border-radius: 0; } .departments .card-header { background: #018bc4; color: #fff; } .departments .card-body { background: #018bc4; } .departments .card-body ul li { margin-bottom: 20px; list-style: none; } .departments .card-body ul li .icon { background: #c1dbe5; border-radius: 50%; width: 20px; height: 20px; font-size: 24px; padding: 7px 12px; margin-right: 10px; } .dpt-card { height: 300px; overflow: hidden; margin-bottom: .75rem; } .dpt-card:hover { overflow-y: scroll; } .officer-page .card { text-align: center; padding-top: 10px; height: 485px; overflow: auto; } .officer-page .card .card-img-top { border-radius: 50%; } .officer-page .card img { width: 70%; margin: 0 auto;; } .officer-page .card .card-body { padding: 15px 5px; } .officer-page .card .card-body h6 { font-size: 14px; } .officer-page .card .card-body h6 small { margin-top: 5px; display: block; } .officer-page .card .card-body p { line-height: 16px; } .officer-page .card .profile img { width: 70%; } .svg-inline--fa { margin: 0px 5px 0px 0px; } .featured-news .show-more { display: block; } .featured-news a.show-more:hover { color: #ffffff !important; } .news-section a.show-more { } .news-section a.show-more:hover { color: #ffffff !important; } .topic-details .card .card-body .details { text-align: justify; } .topic-details .card .card-body img { max-width: 100%; } .topic-details .card .card-body .image img { max-width: 100%; } .topic-details .card .card-header { background-color: transparent; } #header-nav .dropdown-menu a:hover { background: #035bbc; color: #fff !important; } .carousel-caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.4); }
raw_file/teacher/JU CSE Teachers/www.juniv.edu/client-v2/css/client-style.css
body { font-size: .9rem; color: #333; } @media (min-width: 1200px) { .container { max-width: 1400px; } } .client-header { padding-top: 10px; } .top-contact-info, .top-contact-info-2 { font-size: 14px; line-height: 41px; } .top-contact-info a { margin-left: 10px; color: #333; } .top-contact-info-2 a { margin: 0 5px; color: #333; } .no-padding { padding: 0px; } .no-padding-left { padding-left: 0px; } .no-padding-right { padding-right: 0px; } .no-padding-top { padding-top: 0px; } .no-padding-bottom { padding-bottom: 0px; } .padding-left-5px { padding-left: 5px; } .padding-right-5px { padding-right: 5px; } a { /*color: #333;*/ color: #025bbc; transition: color .2s; } a:hover { color: #666 !important; text-decoration: underline; } .bg-blue { background-color: #035bbc !important; } .main-nav { border-bottom: 3px solid #69a1de; margin-bottom: 15px; } @keyframes example { from {color: #333;} to {background-color: yellow;} } .card, .card-img-top { border-radius: 0; } .card { /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);*/ } .card h4 { font-size: 20px; } .alignment-right { text-align: right; padding-top: 15px; } .top-right a { margin: 5px 10px; } .top-right-bl { margin-top: 20px; } .vice-chancellor { text-align: center; padding: 15px; /*background-color: #3e3e3e;*/ background-color: #79aa72; color: #fff; } .vice-chancellor img { width: 130px; margin-bottom: 5px; border-radius: 50%; } .vice-chancellor:hover { background: #36802d; } .vice-chancellor-container a:hover { text-decoration: none !important; } .lg-links-left .link-div { background: #79aa72; color: #fff; padding: 12px 5px !important; margin: 0 3px 6px 0; border: 0 solid #c0c0c0; font-weight: 600; text-align: center; transition: background 1s; } .lg-links-left ul.list-unstyled { margin: 0; } .lg-links-left a:hover .link-div { background: #36802d; text-decoration: none; } .lg-links-left a:hover { text-decoration: none; } .link-div .link-icon{ font-size: 25px; margin-bottom: 5px; } .lg-links-left .link-div span { display: block; font-size: 14px; } @media (max-width: 720px) { /*.lg-links-left li {*/ /*width: 45%;*/ /*}*/ } .f-departments-section, .notice-section { padding: 30px 0 30px 0; } .notice-section .card { min-height: 165px } .notice-section .card-body { padding: 10px; } .f-departments-section h3 { margin-bottom: 15px; } .f-departments-section .card { text-align: left; border: 0; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,0,0,.2); margin-bottom: 20px; } #departments .card { min-height: 365px; } .f-departments-section .card.second-row{ height: 275px; } .f-departments-section .card-body { font-size: 15px; } .f-departments-section .card .card-title { margin: 10px 0; color: #035bbc; } /*.f-departments-section .card a {*/ /*color: #666666;*/ /*}*/ /*.f-departments-section .card a:hover {*/ /*color: #000000;*/ /*}*/ .f-departments-section .card ul { padding-left: 5px; list-style: none; margin-bottom: 0px; } .f-departments-section .card .card-title { margin: 10px 0; color: #666666 !important; } .f-departments-section .card .card-title a { margin: 10px 0; color: #666666 !important; } .f-departments-section .card ul li:before { content: "\2022 "; color: #035bbc; font-size: 20px; margin-right: 5px; } .featured-news { /*margin-top: 15px !important;*/ /*text-align: center;*/ /*background: #fff;*/ /*padding: 30px 15px 15px 15px;*/ /*box-shadow: 0 0 10px rgba(50,50,50,.17);*/ /*margin-bottom: 15px !important;*/ } .featured-news .card { min-height: 290px; } .featured-news .card .card-img { background-color: #f7f6f7; text-align: center; } .featured-news .card .card-img img { height: 150px; } .featured-news .card .card-body h2 { font-size: 15px; line-height: 24px; margin-bottom: 0; font-weight: normal; } /***** Colorful card *****/ .card-1 { /*background: #f0f9ff;*/ box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,147,243,.1) !important; border-top: solid 3px #999 !important; } .card-1 .card-title, .card-1 ul li:before { color: #025bbc !important; } .card-2 { background: #f0f9ff; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(0,189,215,.1) !important; border-top: solid 3px #035abc !important; } .card-2 .card-title, .card-2 ul li:before { color: #00bdd7 !important; } .card-3 { background: #f7f3fd; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(100,47,189,.1) !important; border-top: solid 3px #642abd !important; } .card-3 .card-title, .card-3 ul li:before { color: #642abd !important; } .card-5 { background: #fffbf6; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(252,153,10,.1) !important; border-top: solid 3px #fc990a !important; } .card-5 .card-title, .card-5 ul li:before { color: #fc990a !important; } .card-4 { background: #f8fff9; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(74,170,81,.1) !important; border-top: solid 3px #4aaa51 !important; } .card-4 .card-title, .card-4 ul li:before { color: #4aaa51 !important; } .card-6 { background: #fff7f6; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 8px rgba(255,80,38,.1) !important; border-top: solid 3px #ff5026 !important; } .card-6 .card-title, .card-6 ul li:before { color: #ff5026 !important; } /******/ .view-more-bar { margin: 5px 0; } .view-more-bar .col-12 { background: #e4e4e4; padding: 10px 0; } .news-section .tab-content { background: #f0f9ff; padding: 20px 30px; color: #000000; /*min-height: 495px;*/ } .news-section .nav-tabs .nav-link { font-size: 16px; font-weight: 500; padding: 8px 18px; border-radius: 0; } .news-section .nav-tabs .nav-link .fa-newspaper { margin-right: 5px; } .news-section .tab-content a { /*color: #ffffff;*/ } .news-section .tab-content small { color: #777; } .news-section .nav-link.active { background: #035abc; color: #ffffff; } .news-section .nav-tabs .nav-link.active { border: 1px solid #035abc; } .news-section .nav-tabs a.nav-link.active:hover { color: #f0f9ff !important; } .item-lists li { padding: 10px 0; border-bottom: 1px solid #ddd; } .item-lists li:last-child { border-bottom: 0; } .footer { min-height: 200px; background: #eee; } .footer .footer-copy-rights-text { font-size: 12px; padding: 20px 0; } .footer .footer-links { margin-top: 30px; margin-bottom: 50px; } .footer .footer-links a:hover { color: #3892f6; text-decoration: underline; } .footer .footer-links ul { padding-left: 15px; padding-top: 5px; } .footer .footer-links ul li { padding-bottom: 5px; color: #025bbc; } .separator { height: 4px; background-color: #333 !important; } .home-banner-link { display: block; background: #3e3e3e; color: white; text-align: center; padding-left: 5px; padding-right: 5px; padding-top: 20px; padding-bottom: 20px; margin-bottom: 5px; transition: background 1s; } .social-icons { padding-top: 15px; } .social-icons a { display: inline-block; background: black; border-radius: 50%; height: 30px; width: 30px; text-align: center; padding-top: 4px; color: white; } .navbar-dark .navbar-nav .nav-link { color: #d8e6f6; } .navbar-dark .navbar-nav .nav-link:hover { color: #a9c5e5 !important; } .nav-tabs { border-bottom: 1px solid #e5e5e5; } .juniv-logo { width: 80%; } @media (min-width: 992px) { .carousel-container { padding: 0; } } #institutes .card { min-height: 100px; } /*teachers page css start*/ .people-page .card { border: 0; text-align: center; } .people-page img { width: 80%; max-height: 255px; } .people-page .profile img { width: 80%; } .people-page .card .card-img-top { border-radius: 50%; } .people-page .card .card-body { padding: 15px; } .people-page .card .card-body h6 { font-size: 14px; } .people-page .card .card-body h6 small { margin-top: 5px; display: block; } .people-page .card .card-body p { line-height: 16px; } .teacher-details-page .tab-content { margin-top: 30px; } /*teachers page css end*/ /*.form-control, .card, .btn, .main-menu-dropdown {*/ /*border-radius: 0;*/ /*}*/ .hall-page .card .card-img-top { border-radius: 50%; } .hall-page .card { border: 0; text-align: center; } .discussion-page .card { background-color: #f6f6f6; min-height: 350px; margin-bottom: .75rem; } .discussion-page .card img { width: 100%; height: 163px; background-color: #e3e3de; } .discussion-page .card .card-body h2 { font-size: 16px; line-height: 24px; margin-bottom: 0; font-weight: normal; height: 94px; overflow: hidden; } .news-event .nav.nav-tabs { background: #6eae12; padding: 0 5px; } .news-event .nav.nav-tabs a { border-top: 2px solid transparent; color: #ffffff; } .news-event .nav.nav-tabs a:hover { background: transparent; border: none; border-top: 2px solid transparent; } .news-event .nav-tabs .nav-link { border: 0; } .news-event .nav-tabs .nav-link.active { background: Transparent; border: 0; border-radius: 0; border-top: 2px solid #ffffff; color: #ffffff; } .tab-content { padding: 10px; } .tab-content .tab-pane dl .thumb-news { float: left; margin-right: 12px; width: 52px; height: 40px; } .tab-content .tab-pane dl dt { padding: 2px; } .tab-content .tab-pane dl dd { margin-bottom: 15px; font-size: 12px; color: #666; } .news-event .tab-content { color: #ffffff; background: #6eae12; height: 437px; } .department-home .news-event .tab-content { height: auto; min-height: 437px; } .news-event a { color: #ffffff; padding: 12px 5px 13px 5px !important; } .departments { border: 0; border-radius: 0; } .departments .card-header { background: #018bc4; color: #fff; } .departments .card-body { background: #018bc4; } .departments .card-body ul li { margin-bottom: 20px; list-style: none; } .departments .card-body ul li .icon { background: #c1dbe5; border-radius: 50%; width: 20px; height: 20px; font-size: 24px; padding: 7px 12px; margin-right: 10px; } .dpt-card { height: 300px; overflow: hidden; margin-bottom: .75rem; } .dpt-card:hover { overflow-y: scroll; } .officer-page .card { text-align: center; padding-top: 10px; height: 485px; overflow: auto; } .officer-page .card .card-img-top { border-radius: 50%; } .officer-page .card img { width: 70%; margin: 0 auto;; } .officer-page .card .card-body { padding: 15px 5px; } .officer-page .card .card-body h6 { font-size: 14px; } .officer-page .card .card-body h6 small { margin-top: 5px; display: block; } .officer-page .card .card-body p { line-height: 16px; } .officer-page .card .profile img { width: 70%; } .svg-inline--fa { margin: 0px 5px 0px 0px; } .featured-news .show-more { display: block; } .featured-news a.show-more:hover { color: #ffffff !important; } .news-section a.show-more { } .news-section a.show-more:hover { color: #ffffff !important; } .topic-details .card .card-body .details { text-align: justify; } .topic-details .card .card-body img { max-width: 100%; } .topic-details .card .card-body .image img { max-width: 100%; } .topic-details .card .card-header { background-color: transparent; } #header-nav .dropdown-menu a:hover { background: #035bbc; color: #fff !important; } .carousel-caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.4); }
0.484624
0.090695
@-moz-document domain("messenger.com") { /* I might or might not have used following style under following licenses https://creativecommons.org/licenses/by-sa/2.0/ https://creativecommons.org/licenses/by-nc-sa/2.0/ https://userstyles.org/styles/112722/messenger-com-dark - Facebook Messenger - The dark side - CC BY-SA https://userstyles.org/styles/112722/messenger-com-dark - Messenger.com - Dark - CC BY-SA https://userstyles.org/styles/116878/compact-facebook-messenger - Compact Facebook Messenger - CC-BY-NC-SA https://userstyles.org/styles/127576/messenger-light-v1-4 - No license set I take no responsibilty for changed names nor titles. Last updated on June 18th 2017 - 18:44 GMT. All future changes will be without further copying from the sources above. */ ._4gd0{ background:none; } ._2ogr::before { content: none } ._1enh:hover ._2ogr::before { content: '' } ._1ht3._1ht1 { background-color: rgba(0, 132, 255, .2); -webkit-transition: background-color .5s } ._1ht5 ._1qt4 { display: none !important; } ._1enh:hover ._1ht5 ._1qt4 { display: flex !important; } .safari.webkit ._1enh:hover ._1ht5 ._1qt4 { display: -webkit-flex !important; } ._1enh { flex-basis: 74px; min-width: 74px; transition: flex-basis 0.5s, min-width 0.5s; } .safari.webkit ._1enh { -webkit-flex-basis: 74px; -webkit-transition: -webkit-flex-basis 0.5s, min-width 0.5s; } ._1enh:hover { flex-basis: 25%; max-width: 420px; min-width: 320px; } .safari.webkit ._1enh:hover { -webkit-flex-basis: 25%; } ._36ic ._1tqi { display: none } ._1enh:hover ._36ic ._1tqi{ display: inline-block; } ._36ic { justify-content: center } .safari.webkit ._36ic { -webkit-justify-content: center } ._1enh:hover ._36ic { justify-content: space-between } ._1enh:hover .safari.webkit ._36ic { -webkit-justify-content: space-between } ._4wzs { overflow-x: hidden; } ._1bqr { display: none } ._1enh:hover ._1bqr { display: inline-block; } ._4kzu { display: none } ._1enh:hover ._4kzu { display: inline-block } ._1enh:hover ._2j6{ -webkit-transition-duration: 0.5s !important; bottom: 16px !important; right: 10px !important; } ._2j6{ -webkit-transition-duration: 0.5s !important; bottom: 9px !important; right: 11px !important; } h2, h3, h4, h5, h6 { color: #eee; } ._5743, ._4rph ._4rpj { color: white !important; } label, ._1wse { color: #aaa; } ._2y8y, ._2y8_, ._4jgt, input._58al, ._55r1 { background-color: #2d2d30 !important; color: white !important; } input::-moz-placeholder { color: #ccc !important; } input::-webkit-input-placeholder { color: #888 !important; } ._36ic, ._5742 { background-color: rgba(255, 255, 255, .05) !important; } ._4sp8 { background-color: #1e1e1e !important; color: #eee; } ._1q5- { border-left-color: rgba(255, 255, 255, .1) !important; } ._17w2 { color: white !important; } ._33p7 { background-color: rgba(30, 30, 30, 0.9) !important; } ._llq, ._36zg, ._1n-e._36zg { color: #eee !important; } ._29_7 ._hh7, ._29_7._-5k ._hh7 { background-color: #2d2d30; } ._29_7 ._hh7 { color: #ddd; } ._hh7 a { color: inherit !important; } ._29_7 ._hh7:active, ._-5k ._hh7, ._29_7 ._hh7>span>a:hover { background-color: #333; } ._o46._nd_ ._hh7 { background-color: #004488; } ._o46._nd_ ._hh7:active, ._o46._nd_._-5k ._hh7 { background-color: #003377; } ._hh7._2f5r, ._-5k ._hh7._2f5r { background-color: transparent !important; } ._5i_d, ._5ssp, ._4ea2 { border-color: rgba(255, 255, 255, .1) !important; } .__6k, .__6l, ._5sr2 { color: #ddd !important; } ._4u4_ > h3, ._4u4- { color: #eee !important; } ._5x5z, ._5agg, ._5agi { background-color: #2d2d30 !important; border-color: #444 !important; } ._29_7 ._3czg ._2e-7 ._2e-1, ._29_7 ._3czg ._2e-7 ._2e-2 { background-color: #444 !important; } ._454y ._1mi- { background-color: #2d2d30 !important; } ._454y ._1mj0 { background-color: #666 !important; } ._454y ._1mj1 { border-color: #666 !important; } ._2f5n { background-color: #2d2d30 !important; } ._2f5n ._29ey { color: #ccc !important; } ._hw2 ._53ij { background-color: #040404 !important; } ._4rv3 { background-color: #1e1e1e !important; border-top-color: rgba(255, 255, 255, .1) !important; } ._576q { -webkit-filter: brightness(75%); filter: brightness(75%); } ._4sp8 .uiBoxYellow { background-color: #662; } ._wu0 { background-color: #181818 !important; border-color: #282828 !important; } ._4_j5, ._5l37 { background-color: #282828 !important; } ._4_j5 { border-left: none !important; } ._2jnv,._2jnx,._2jnz,._2jnx ._30e7 ._5j5f, ._3szq, ._364g, ._1lj0 { color: #ddd !important; } ._li ._1enh { background-color: #1e1e1e; } ._1ht1 { background-color: #222 !important; } ._1ht1._1ht3 { background-color: #1c2e4a !important; transition: background-color .5s; } ._1ht1._1ht2 { background-color: #2d2d30 !important; } ._1ht6, ._3q34 { color: #eee !important; } ._57pl, ._57pm { border-color: transparent !important; } ._2kt ._5nxb { color: #ddd !important; } ._1ht7.timestamp { color: #999; } ._1ht3 ._1ht7 { color: #0084cc !important; } ._1ht3 ._1htf { color: #ddd !important; } ._5t4c, ._225b { background-color: #1e1e1e !important; } ._1k1p { background-color: #1e1e1e !important; } ._1u5d { background-color: transparent !important; } ._2lp- { border-color: #0066aa !important; } ._48uj { background-color: #0066aa !important; } ._53ij, ._54nf, ._293j, ._4lh2 { background-color: #333 !important; } ._5r8a._5r8b, ._1uwz, ._3rh0 { background-color: #222 !important; } ._2i-c ._54nf ._54nh, ._4lh2 { color: #ddd !important; } ._4lha ._4lhc, ._4lh7 { color: #aaa !important; } ._2i-c ._54ne ._54nh, ._2i-c ._54ne ._54nc, ._2i-c ._54ne { background-color: #0066aa !important; } ._5r8e, ._5r86, ._37wu, ._37wv { border-color: #222; } ._eb3::before { background-color: #222; } ._3mts .uiScrollableArea.contentAfter::after, ._5r8l .uiScrollableArea.contentAfter::after { background-image: linear-gradient(transparent, #333); } ._4rv6, ._4ce_ { -webkit-filter: invert(1); filter: invert(1); opacity: .6 !important; } ._53ik ._53io, ._53il ._53io { -webkit-filter: brightness(20%); filter: brightness(20%); } ._3i_m ._9ah ._57e_ { color: #1e1e1e !important; } ._fl3:not(._20nb), ._4-0h, ._57gs, label > input + span::before { -webkit-filter: brightness(80%); filter: brightness(80%); } ._5iwm ._58ak::before, ._23ct, ._2xme, :not(._3no3) > ._uwa, ._5jdr ._5jds, ._5nxe .img { -webkit-filter: invert(1); filter: invert(1); } ._4-hz, ._4eby, ._4jgp ._4jgu, ._12zw { background-color: #222 !important; } ._374c, ._4jgs, ._2c9i ._19jt, ._51l0 .uiInputLabel .__rm + .uiInputLabelLabel, ._5raa, ._5rab, ._4nv_ { color: #ddd !important; } ._-lj ._4rlt { background-color: #333 !important; border-color: #666 !important; } ._4-i0 { background-color: #333 !important; border-bottom-color: #2e2e2e; } ._4-i0 ._52c9, ._5r5c ._5rq_, ._uvt { color: #ddd !important; } div._4-i2, div._5a8u, ._4t2a { background-color: #222 !important; color: #eee; } ._2zn2 { color: rgba(255, 255, 255, .4) !important; } ._2zn6 { color: rgba(255, 255, 255, .6) !important; } ._t { background-color: #222 !important; color: #eee; } .fcb { color: white !important; } ._c24 { color: #ccc !important; } .uiBoxGray { background-color: #333 !important; border-color: #2e2e2e; } #captcha .captcha_refresh { color: lightgrey !important; } ._3v_p, ._3v_o { background-color: #222 !important; } ._3v_p ._5hy4, ._3v_o ._5hy4 { color: #eee !important; } ._3v_p ._43di, ._3v_o ._43di, ._3v_p ._3403, ._3v_o ._3403 { color: #ddd !important; } ._3v_p ._210j ._43dj .uiInputLabelLabel, ._59h8, ._3v_p ._59h7 ._5hy9 { color: #aaa !important; } ._3v_p ._3v_w ._2m_r, ._3v_p ._5s4n ._2m_r { background-color: #0066aa !important; } ._17cj, ._17cj ._3jne, ._38jq { background-color: #1e1e1e !important; } ._17cj ._3jnu, ._17cj ._3jnv, ._fjq { color: rgba(255, 255, 255, .4) !important; } ._17cj ._4j_k, ._fjp { color: #eee !important; } ._ih3, ._3tl0, ._3tl1 ._10w4, ._497p, ._3x6v, ._2v6o, ._3tky, ._5rh4, ._5qsj, ._jf4 ._jf3, ._5i_d .__6m, ._2y8z, ._4g0h, ._3xcx, ._225b, ._3q35, ._2r2v, ._2n1t, ._1n-e, ._3eus, ._2wy4, ._1u5d ._1u5k, ._3ggt, ._17cj ._2ze8, ._17cj ._cen, ._5sr7, ._4nw0 { color: rgba(255, 255, 255, .6) !important; } ._5742, ._36ic { border-bottom: none!important; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); } ._5742, ._36ic * { font-family: "MS Sans Serif"!important; } [name="product_category_id"], ._30e7 ._5j5f { border: 1px solid #DDD; box-shadow: inset 0 1px #F8f8f8; margin-bottom: 20px; width: 415px; padding: 3px 10px; box-sizing: border-box; } ._30e7 ._5j5f { width: 330px; margin-bottom: 0px!important; } * { font-family: "MS Sans Serif", helvetica; } ._4eby { border-radius: 0px; } .fwb+textarea { margin-top: 5px!important; border: 1px solid #DDD!important; box-shadow: inset 0 1px #F8f8f8!important; width: 415px!important; margin-bottom: 10px!important; padding: 6px 10px!important; box-sizing: border-box!important; } ._llj { background: rgba(150, 150, 250, 0.03)!important; font-family: "Ms sans serif"!important; padding: 20px 30px; margin: 0 -30px 0 -5px; display: block; border-color: #EEE!important; } .__rm._55sh * { transition: .5s all!important; } ._4eby ._5ixy { font-size: 14px; } _5iwm _150g _58ah .rfloat ._3quh._30yy._2u0._5ixy, ._3quh._30yy._2t_._5ixy { margin-left: 25px; } ._4eb-._4h9o { margin-bottom: 0px; } ._4t2a * { font-family: "MS Sans Serif", helvetica!important; cursor: default; font-weight: normal; } ._59s7 { box-shadow: none } ._4t2a { border-radius: 2px; overflow: hidden; border: none!important; box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.1); } ._s15 { display: none } ._5l-3._1ht1, ._2il3 { transition: .5s all!important; } ._36ic ._1tqi { flex-basis: 100%; font-size: 18px; font-weight: 500; margin: 6px 0 0; overflow: hidden; text-align: center; } ._4-i0 { background: #f5f5f5; border: none; } ._4-i0 * { font-weight: bold!important; } ._hh7._aol{ border:none; } ._5iwm._5iwn._150g._58ah input { text-align: left!important; float: left; } ._5l-3._1ht1:hover { box-shadow: inset 420px 0 0 #f5f5f5; } ._1r_9 ._53ij { border-radius: 0px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border: 1px solid #DDD; } ._5r8a._5r8b { background: none!important; box-shadow: inset 0 0 0 20px #f5f5f5; transition: .3s all!important; } ._4rv3 { border-color: #f5f5f5!important; background: rgba(150, 150, 250, 0.03)!important; } ._4rv3 * { font: 14px "MS Sans Serif", helvetica!important; } ._4ebz ._2t_, ._4ebz ._2u0, ._4ebz ._19jt { font-family: Ms sans serif; font-size: 14px; } ._3quh:hover { opacity: 0.7; } ._4eb_ ._30vt:not(:last-child):after { border: none; content: none; } ._3quh._30yy._2t_._5ixy { margin-left: 10px; } _5iwm _150g _58ah .rfloat ._3quh._30yy._2u0._5ixy, ._3quh._30yy._2t_._5ixy { background: #f5f5f5; transition: .5s all; border: 1px solid #eee; border-radius: 2px; color: #0084ff; font-size: 14px!important; font-family: "MS Sans Serif", helvetica!important; padding: 5px 10px; margin-bottom: -20px; } ._hh7, ._497p, ._497p * { font-size: 13px!important; font-family: "MS Sans Serif", helvetica!important; } ._497p, ._497p * { font-size: 11px!important } ._5iwm ._58ak::before { background-image: url(https://www.messenger.com/rsrc.php/v2/yR/r/9GWO_Lzb3iN.png); background-repeat: no-repeat; background-size: auto; background-position: -44px -891px; content: ''; display: inline-block; height: 16px; left: 8px; position: absolute; top: 3px; width: 16px; } ._4h9n ._44kr { padding: 5px 0; height: 44px; width: 100%!important; } ._5iwm ._58al { font-size: 13px; font-family: "MS Sans Serif", helvetica; background: white; transition: .5s all; text-align: left!important } ::-webkit-input-placeholder { color: #333; } :-moz-placeholder { color: #333; opacity: 1; } ::-moz-placeholder { color: #333; opacity: 1; } :-ms-input-placeholder { color: #333; } body { overflow: hidden!important } [class="_29hk"] { width: 353px!important; font: 13px "MS Sans Serif", helvetica!important; } ._5l38 { border: none } ._4ebz { border-color: #eee; } ._5u15 { border: none; background: none; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)!important; font: 13px "MS Sans Serif"; } ._4rv3 ._38lh { line-height: 32px!important; background: #f9f9f9; border: 1px solid #eee; border-radius: 3px; padding: 0 10px } ._3szq, ._1lj0 { font-size: 13px; font-family: "MS Sans Serif", Helvetica; } ._3szn+._3szn ._3szq { border-top: none!important; } ._4rv3 ._38lh:hover { line-height: 32px!important; background: #f5f5f5; border: 1px solid #eee; border-radius: 3px; } ._2il3:active, ._2il3:focus { background-color: #f5f5f5; outline: none; } ._1q5- { border-left: 1px solid #eee; } ._1qt4 { border: none; } ._558b ._54ng * { font: 13px "MS Sans Serif", Helvetica!important; } .__MenuItem { transition: .5s all!important; } ._2i-c ._54ne ._54nh, ._558b ._54ne ._54nc { background: transparent!important; color: black!important; } ._2i-c ._54ne { background: none!important; color: black!important; box-shadow: inset 200px 0 #f5f5f5; } ._558b ._54ng li *, .__MenuItem { height: 25px!important; line-height: 25px!important; } ._558b ._54ng { border: 1px solid #eee; min-width: 170px; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); font: 13px "MS Sans Serif", Helvetica!important; } :focus, :active { outline: none!important; } ._558b ._54nf { padding: 3px 0!important; } [role="separator"], ._54ak { height: 1px!important; line-height: 1px!important; margin: 3px 0!important; border-color: #f5f5f5!important; padding-top: 0px!important; padding: 0!important; } body { color: #DCDCCC; } a { color: #ECB; } ._4sp8 { background: url('https://i.imgur.com/kHzRlmz.png'); } ._30yy a, ._30yy img, ._4rv9, ._2fug, ._4v, ._31tm, ._31to, ._fl3 { filter: saturate(0%) brightness(150%); } ._36ic { background: none; } ._1ht1 { background: none; } ._5742 { background: none; } ._5743 { color: inherit; } ._2v6o { color: inherit; opacity: 0.6; } ._1ht6 { color: #DCDCCC; } ._4_j5 { background: none; } ._1htf { color: #AAA; } ._1ht7 { color: #AAA; } ._1ht3 ._1htf { color: #ECB; } ._1ht3 ._1ht7 { color: #ECB; } ._5iwm ._58al { background: #515151; } ._5l37 { background: none; } ._364g { color: #DCDCCC; } ._hh7 { background-color: #515151; color: #DCDCCC; } ._hh7:active, ._-5k ._hh7 { background-color: #555; } ._nd_ ._hh7 { background-color: #493838; } ._nd_ ._hh7:active, ._nd_._-5k ._hh7 { background-color: #5E4848; } ._3tkx { color: #DCDCCC; } ._3tky { color: #DCDCCC; opacity: 0.6; } ._3tl0 { color: #DCDCCC; } ._s15 { display: none; } ._1ht6, ._1htf, ._364g { transition: 0.3s; } ._5l-3:hover ._1ht6 { color: #404040 !important; } ._51-3:hover ._1htf { color: #8A8A8A !important; } ._5bli { margin-top: 3px; } ._5l37 { width: 500px; border-bottom: 1px solid rgb(30, 30, 30); transition: 0.5s; } ._5l37:hover { box-shadow: inset 420px 0 0 #f5f5f5; } ._5l37:hover ._364g { color: #404040 !important; } ._39bl img, ._39bl{ filter: saturate(100%) brightness(100%) !important; } }
data/usercss/138128.user.css
@-moz-document domain("messenger.com") { /* I might or might not have used following style under following licenses https://creativecommons.org/licenses/by-sa/2.0/ https://creativecommons.org/licenses/by-nc-sa/2.0/ https://userstyles.org/styles/112722/messenger-com-dark - Facebook Messenger - The dark side - CC BY-SA https://userstyles.org/styles/112722/messenger-com-dark - Messenger.com - Dark - CC BY-SA https://userstyles.org/styles/116878/compact-facebook-messenger - Compact Facebook Messenger - CC-BY-NC-SA https://userstyles.org/styles/127576/messenger-light-v1-4 - No license set I take no responsibilty for changed names nor titles. Last updated on June 18th 2017 - 18:44 GMT. All future changes will be without further copying from the sources above. */ ._4gd0{ background:none; } ._2ogr::before { content: none } ._1enh:hover ._2ogr::before { content: '' } ._1ht3._1ht1 { background-color: rgba(0, 132, 255, .2); -webkit-transition: background-color .5s } ._1ht5 ._1qt4 { display: none !important; } ._1enh:hover ._1ht5 ._1qt4 { display: flex !important; } .safari.webkit ._1enh:hover ._1ht5 ._1qt4 { display: -webkit-flex !important; } ._1enh { flex-basis: 74px; min-width: 74px; transition: flex-basis 0.5s, min-width 0.5s; } .safari.webkit ._1enh { -webkit-flex-basis: 74px; -webkit-transition: -webkit-flex-basis 0.5s, min-width 0.5s; } ._1enh:hover { flex-basis: 25%; max-width: 420px; min-width: 320px; } .safari.webkit ._1enh:hover { -webkit-flex-basis: 25%; } ._36ic ._1tqi { display: none } ._1enh:hover ._36ic ._1tqi{ display: inline-block; } ._36ic { justify-content: center } .safari.webkit ._36ic { -webkit-justify-content: center } ._1enh:hover ._36ic { justify-content: space-between } ._1enh:hover .safari.webkit ._36ic { -webkit-justify-content: space-between } ._4wzs { overflow-x: hidden; } ._1bqr { display: none } ._1enh:hover ._1bqr { display: inline-block; } ._4kzu { display: none } ._1enh:hover ._4kzu { display: inline-block } ._1enh:hover ._2j6{ -webkit-transition-duration: 0.5s !important; bottom: 16px !important; right: 10px !important; } ._2j6{ -webkit-transition-duration: 0.5s !important; bottom: 9px !important; right: 11px !important; } h2, h3, h4, h5, h6 { color: #eee; } ._5743, ._4rph ._4rpj { color: white !important; } label, ._1wse { color: #aaa; } ._2y8y, ._2y8_, ._4jgt, input._58al, ._55r1 { background-color: #2d2d30 !important; color: white !important; } input::-moz-placeholder { color: #ccc !important; } input::-webkit-input-placeholder { color: #888 !important; } ._36ic, ._5742 { background-color: rgba(255, 255, 255, .05) !important; } ._4sp8 { background-color: #1e1e1e !important; color: #eee; } ._1q5- { border-left-color: rgba(255, 255, 255, .1) !important; } ._17w2 { color: white !important; } ._33p7 { background-color: rgba(30, 30, 30, 0.9) !important; } ._llq, ._36zg, ._1n-e._36zg { color: #eee !important; } ._29_7 ._hh7, ._29_7._-5k ._hh7 { background-color: #2d2d30; } ._29_7 ._hh7 { color: #ddd; } ._hh7 a { color: inherit !important; } ._29_7 ._hh7:active, ._-5k ._hh7, ._29_7 ._hh7>span>a:hover { background-color: #333; } ._o46._nd_ ._hh7 { background-color: #004488; } ._o46._nd_ ._hh7:active, ._o46._nd_._-5k ._hh7 { background-color: #003377; } ._hh7._2f5r, ._-5k ._hh7._2f5r { background-color: transparent !important; } ._5i_d, ._5ssp, ._4ea2 { border-color: rgba(255, 255, 255, .1) !important; } .__6k, .__6l, ._5sr2 { color: #ddd !important; } ._4u4_ > h3, ._4u4- { color: #eee !important; } ._5x5z, ._5agg, ._5agi { background-color: #2d2d30 !important; border-color: #444 !important; } ._29_7 ._3czg ._2e-7 ._2e-1, ._29_7 ._3czg ._2e-7 ._2e-2 { background-color: #444 !important; } ._454y ._1mi- { background-color: #2d2d30 !important; } ._454y ._1mj0 { background-color: #666 !important; } ._454y ._1mj1 { border-color: #666 !important; } ._2f5n { background-color: #2d2d30 !important; } ._2f5n ._29ey { color: #ccc !important; } ._hw2 ._53ij { background-color: #040404 !important; } ._4rv3 { background-color: #1e1e1e !important; border-top-color: rgba(255, 255, 255, .1) !important; } ._576q { -webkit-filter: brightness(75%); filter: brightness(75%); } ._4sp8 .uiBoxYellow { background-color: #662; } ._wu0 { background-color: #181818 !important; border-color: #282828 !important; } ._4_j5, ._5l37 { background-color: #282828 !important; } ._4_j5 { border-left: none !important; } ._2jnv,._2jnx,._2jnz,._2jnx ._30e7 ._5j5f, ._3szq, ._364g, ._1lj0 { color: #ddd !important; } ._li ._1enh { background-color: #1e1e1e; } ._1ht1 { background-color: #222 !important; } ._1ht1._1ht3 { background-color: #1c2e4a !important; transition: background-color .5s; } ._1ht1._1ht2 { background-color: #2d2d30 !important; } ._1ht6, ._3q34 { color: #eee !important; } ._57pl, ._57pm { border-color: transparent !important; } ._2kt ._5nxb { color: #ddd !important; } ._1ht7.timestamp { color: #999; } ._1ht3 ._1ht7 { color: #0084cc !important; } ._1ht3 ._1htf { color: #ddd !important; } ._5t4c, ._225b { background-color: #1e1e1e !important; } ._1k1p { background-color: #1e1e1e !important; } ._1u5d { background-color: transparent !important; } ._2lp- { border-color: #0066aa !important; } ._48uj { background-color: #0066aa !important; } ._53ij, ._54nf, ._293j, ._4lh2 { background-color: #333 !important; } ._5r8a._5r8b, ._1uwz, ._3rh0 { background-color: #222 !important; } ._2i-c ._54nf ._54nh, ._4lh2 { color: #ddd !important; } ._4lha ._4lhc, ._4lh7 { color: #aaa !important; } ._2i-c ._54ne ._54nh, ._2i-c ._54ne ._54nc, ._2i-c ._54ne { background-color: #0066aa !important; } ._5r8e, ._5r86, ._37wu, ._37wv { border-color: #222; } ._eb3::before { background-color: #222; } ._3mts .uiScrollableArea.contentAfter::after, ._5r8l .uiScrollableArea.contentAfter::after { background-image: linear-gradient(transparent, #333); } ._4rv6, ._4ce_ { -webkit-filter: invert(1); filter: invert(1); opacity: .6 !important; } ._53ik ._53io, ._53il ._53io { -webkit-filter: brightness(20%); filter: brightness(20%); } ._3i_m ._9ah ._57e_ { color: #1e1e1e !important; } ._fl3:not(._20nb), ._4-0h, ._57gs, label > input + span::before { -webkit-filter: brightness(80%); filter: brightness(80%); } ._5iwm ._58ak::before, ._23ct, ._2xme, :not(._3no3) > ._uwa, ._5jdr ._5jds, ._5nxe .img { -webkit-filter: invert(1); filter: invert(1); } ._4-hz, ._4eby, ._4jgp ._4jgu, ._12zw { background-color: #222 !important; } ._374c, ._4jgs, ._2c9i ._19jt, ._51l0 .uiInputLabel .__rm + .uiInputLabelLabel, ._5raa, ._5rab, ._4nv_ { color: #ddd !important; } ._-lj ._4rlt { background-color: #333 !important; border-color: #666 !important; } ._4-i0 { background-color: #333 !important; border-bottom-color: #2e2e2e; } ._4-i0 ._52c9, ._5r5c ._5rq_, ._uvt { color: #ddd !important; } div._4-i2, div._5a8u, ._4t2a { background-color: #222 !important; color: #eee; } ._2zn2 { color: rgba(255, 255, 255, .4) !important; } ._2zn6 { color: rgba(255, 255, 255, .6) !important; } ._t { background-color: #222 !important; color: #eee; } .fcb { color: white !important; } ._c24 { color: #ccc !important; } .uiBoxGray { background-color: #333 !important; border-color: #2e2e2e; } #captcha .captcha_refresh { color: lightgrey !important; } ._3v_p, ._3v_o { background-color: #222 !important; } ._3v_p ._5hy4, ._3v_o ._5hy4 { color: #eee !important; } ._3v_p ._43di, ._3v_o ._43di, ._3v_p ._3403, ._3v_o ._3403 { color: #ddd !important; } ._3v_p ._210j ._43dj .uiInputLabelLabel, ._59h8, ._3v_p ._59h7 ._5hy9 { color: #aaa !important; } ._3v_p ._3v_w ._2m_r, ._3v_p ._5s4n ._2m_r { background-color: #0066aa !important; } ._17cj, ._17cj ._3jne, ._38jq { background-color: #1e1e1e !important; } ._17cj ._3jnu, ._17cj ._3jnv, ._fjq { color: rgba(255, 255, 255, .4) !important; } ._17cj ._4j_k, ._fjp { color: #eee !important; } ._ih3, ._3tl0, ._3tl1 ._10w4, ._497p, ._3x6v, ._2v6o, ._3tky, ._5rh4, ._5qsj, ._jf4 ._jf3, ._5i_d .__6m, ._2y8z, ._4g0h, ._3xcx, ._225b, ._3q35, ._2r2v, ._2n1t, ._1n-e, ._3eus, ._2wy4, ._1u5d ._1u5k, ._3ggt, ._17cj ._2ze8, ._17cj ._cen, ._5sr7, ._4nw0 { color: rgba(255, 255, 255, .6) !important; } ._5742, ._36ic { border-bottom: none!important; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); } ._5742, ._36ic * { font-family: "MS Sans Serif"!important; } [name="product_category_id"], ._30e7 ._5j5f { border: 1px solid #DDD; box-shadow: inset 0 1px #F8f8f8; margin-bottom: 20px; width: 415px; padding: 3px 10px; box-sizing: border-box; } ._30e7 ._5j5f { width: 330px; margin-bottom: 0px!important; } * { font-family: "MS Sans Serif", helvetica; } ._4eby { border-radius: 0px; } .fwb+textarea { margin-top: 5px!important; border: 1px solid #DDD!important; box-shadow: inset 0 1px #F8f8f8!important; width: 415px!important; margin-bottom: 10px!important; padding: 6px 10px!important; box-sizing: border-box!important; } ._llj { background: rgba(150, 150, 250, 0.03)!important; font-family: "Ms sans serif"!important; padding: 20px 30px; margin: 0 -30px 0 -5px; display: block; border-color: #EEE!important; } .__rm._55sh * { transition: .5s all!important; } ._4eby ._5ixy { font-size: 14px; } _5iwm _150g _58ah .rfloat ._3quh._30yy._2u0._5ixy, ._3quh._30yy._2t_._5ixy { margin-left: 25px; } ._4eb-._4h9o { margin-bottom: 0px; } ._4t2a * { font-family: "MS Sans Serif", helvetica!important; cursor: default; font-weight: normal; } ._59s7 { box-shadow: none } ._4t2a { border-radius: 2px; overflow: hidden; border: none!important; box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.1); } ._s15 { display: none } ._5l-3._1ht1, ._2il3 { transition: .5s all!important; } ._36ic ._1tqi { flex-basis: 100%; font-size: 18px; font-weight: 500; margin: 6px 0 0; overflow: hidden; text-align: center; } ._4-i0 { background: #f5f5f5; border: none; } ._4-i0 * { font-weight: bold!important; } ._hh7._aol{ border:none; } ._5iwm._5iwn._150g._58ah input { text-align: left!important; float: left; } ._5l-3._1ht1:hover { box-shadow: inset 420px 0 0 #f5f5f5; } ._1r_9 ._53ij { border-radius: 0px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border: 1px solid #DDD; } ._5r8a._5r8b { background: none!important; box-shadow: inset 0 0 0 20px #f5f5f5; transition: .3s all!important; } ._4rv3 { border-color: #f5f5f5!important; background: rgba(150, 150, 250, 0.03)!important; } ._4rv3 * { font: 14px "MS Sans Serif", helvetica!important; } ._4ebz ._2t_, ._4ebz ._2u0, ._4ebz ._19jt { font-family: Ms sans serif; font-size: 14px; } ._3quh:hover { opacity: 0.7; } ._4eb_ ._30vt:not(:last-child):after { border: none; content: none; } ._3quh._30yy._2t_._5ixy { margin-left: 10px; } _5iwm _150g _58ah .rfloat ._3quh._30yy._2u0._5ixy, ._3quh._30yy._2t_._5ixy { background: #f5f5f5; transition: .5s all; border: 1px solid #eee; border-radius: 2px; color: #0084ff; font-size: 14px!important; font-family: "MS Sans Serif", helvetica!important; padding: 5px 10px; margin-bottom: -20px; } ._hh7, ._497p, ._497p * { font-size: 13px!important; font-family: "MS Sans Serif", helvetica!important; } ._497p, ._497p * { font-size: 11px!important } ._5iwm ._58ak::before { background-image: url(https://www.messenger.com/rsrc.php/v2/yR/r/9GWO_Lzb3iN.png); background-repeat: no-repeat; background-size: auto; background-position: -44px -891px; content: ''; display: inline-block; height: 16px; left: 8px; position: absolute; top: 3px; width: 16px; } ._4h9n ._44kr { padding: 5px 0; height: 44px; width: 100%!important; } ._5iwm ._58al { font-size: 13px; font-family: "MS Sans Serif", helvetica; background: white; transition: .5s all; text-align: left!important } ::-webkit-input-placeholder { color: #333; } :-moz-placeholder { color: #333; opacity: 1; } ::-moz-placeholder { color: #333; opacity: 1; } :-ms-input-placeholder { color: #333; } body { overflow: hidden!important } [class="_29hk"] { width: 353px!important; font: 13px "MS Sans Serif", helvetica!important; } ._5l38 { border: none } ._4ebz { border-color: #eee; } ._5u15 { border: none; background: none; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)!important; font: 13px "MS Sans Serif"; } ._4rv3 ._38lh { line-height: 32px!important; background: #f9f9f9; border: 1px solid #eee; border-radius: 3px; padding: 0 10px } ._3szq, ._1lj0 { font-size: 13px; font-family: "MS Sans Serif", Helvetica; } ._3szn+._3szn ._3szq { border-top: none!important; } ._4rv3 ._38lh:hover { line-height: 32px!important; background: #f5f5f5; border: 1px solid #eee; border-radius: 3px; } ._2il3:active, ._2il3:focus { background-color: #f5f5f5; outline: none; } ._1q5- { border-left: 1px solid #eee; } ._1qt4 { border: none; } ._558b ._54ng * { font: 13px "MS Sans Serif", Helvetica!important; } .__MenuItem { transition: .5s all!important; } ._2i-c ._54ne ._54nh, ._558b ._54ne ._54nc { background: transparent!important; color: black!important; } ._2i-c ._54ne { background: none!important; color: black!important; box-shadow: inset 200px 0 #f5f5f5; } ._558b ._54ng li *, .__MenuItem { height: 25px!important; line-height: 25px!important; } ._558b ._54ng { border: 1px solid #eee; min-width: 170px; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); font: 13px "MS Sans Serif", Helvetica!important; } :focus, :active { outline: none!important; } ._558b ._54nf { padding: 3px 0!important; } [role="separator"], ._54ak { height: 1px!important; line-height: 1px!important; margin: 3px 0!important; border-color: #f5f5f5!important; padding-top: 0px!important; padding: 0!important; } body { color: #DCDCCC; } a { color: #ECB; } ._4sp8 { background: url('https://i.imgur.com/kHzRlmz.png'); } ._30yy a, ._30yy img, ._4rv9, ._2fug, ._4v, ._31tm, ._31to, ._fl3 { filter: saturate(0%) brightness(150%); } ._36ic { background: none; } ._1ht1 { background: none; } ._5742 { background: none; } ._5743 { color: inherit; } ._2v6o { color: inherit; opacity: 0.6; } ._1ht6 { color: #DCDCCC; } ._4_j5 { background: none; } ._1htf { color: #AAA; } ._1ht7 { color: #AAA; } ._1ht3 ._1htf { color: #ECB; } ._1ht3 ._1ht7 { color: #ECB; } ._5iwm ._58al { background: #515151; } ._5l37 { background: none; } ._364g { color: #DCDCCC; } ._hh7 { background-color: #515151; color: #DCDCCC; } ._hh7:active, ._-5k ._hh7 { background-color: #555; } ._nd_ ._hh7 { background-color: #493838; } ._nd_ ._hh7:active, ._nd_._-5k ._hh7 { background-color: #5E4848; } ._3tkx { color: #DCDCCC; } ._3tky { color: #DCDCCC; opacity: 0.6; } ._3tl0 { color: #DCDCCC; } ._s15 { display: none; } ._1ht6, ._1htf, ._364g { transition: 0.3s; } ._5l-3:hover ._1ht6 { color: #404040 !important; } ._51-3:hover ._1htf { color: #8A8A8A !important; } ._5bli { margin-top: 3px; } ._5l37 { width: 500px; border-bottom: 1px solid rgb(30, 30, 30); transition: 0.5s; } ._5l37:hover { box-shadow: inset 420px 0 0 #f5f5f5; } ._5l37:hover ._364g { color: #404040 !important; } ._39bl img, ._39bl{ filter: saturate(100%) brightness(100%) !important; } }
0.304662
0.113703
@charset "UTF-8"; /* CSS Document */ h1,h2,h3,.cardo{font-family: Marvel, sans-serif;} .logoContainer{font-family: Marvel, sans-serif; text-align:center;margin:auto} .makersMark{margin:1.5em auto;font-family: Marvel, sans-serif; text-align:center;} .testimonials{ margin:0 auto;} .ui-content{ background-image:url(../images/cropfade.jpg); background-repeat:no-repeat; background-size: 100%;} .ui-li-desc{white-space:normal;} .price{font-weight:bold; float:right; padding-left:10px;} .homeMenu{ text-align:center;} .homeMenu .ui-btn{ min-width:120px; margin:.5em;} .glyphishIcon .ui-icon{ -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; background-color:transparent; } .ui-icon-directions{ background-image: url(../icons/icons-gray/113-navigation.png); height:28px; width:28px; background-size:28px 28px; margin-left: -14px !important; } .ui-icon-iphone{ background-image: url(../icons/icons-gray/32-iphone.png); height:28px; width:16px; background-size:16px 28px; margin-left: -8px !important; } .ui-icon-facebook{ background-image: url(../icons/icons-gray/208-facebook.png); height:28px; width:22px; background-size:22px 22px; margin-left: -11px !important; } .ui-icon-utensils{ background-image: url(../icons/icons-gray/48-fork-and-knife.png); height:28px; width:18px; background-size:18px 26px; margin-left: -9px !important; } label{font-weight:bold;} label.error,input.error{border:1px solid #f7c942;background:#fadb4e;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fbef7e));background-image:-webkit-linear-gradient(#fceda7,#fbef7e);background-image:-moz-linear-gradient(#fceda7,#fbef7e);background-image:-ms-linear-gradient(#fceda7,#fbef7e);background-image:-o-linear-gradient(#fceda7,#fbef7e);background-image:linear-gradient(#fceda7,#fbef7e)} /* begin page curl CSS */ ul.curl { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; } ul.curl li { position: relative; float: left; padding: 10px; border: 1px solid #efefef; margin: 10px 0; background: #fff; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; text-align:left; } ul.curl li:before, ul.curl li:after { content: ''; z-index: -1; position: absolute; left: 10px; bottom: 10px; width: 70%; max-width: 300px; max-height: 100px; height: 55%; -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -webkit-transform: skew(-15deg) rotate(-6deg); -moz-transform: skew(-15deg) rotate(-6deg); -ms-transform: skew(-15deg) rotate(-6deg); -o-transform: skew(-15deg) rotate(-6deg); transform: skew(-15deg) rotate(-6deg); } ul.curl li:after { left: auto; right: 10px; -webkit-transform: skew(15deg) rotate(6deg); -moz-transform: skew(15deg) rotate(6deg); -ms-transform: skew(15deg) rotate(6deg); -o-transform: skew(15deg) rotate(6deg); transform: skew(15deg) rotate(6deg); } /* end page curl CSS */ li img.facebook{padding:0 10px 10px 0;} .fullSite{text-align:center;} .copyright{text-align:center;font-family: Marvel, sans-serif; marign-top:2em;} /* Horizontal ----------*/ @media all and (min-width: 480px){ .homeMenu .ui-btn{ min-width:100px; margin:.2em;} } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .ui-icon-directions{ background-image: url(../icons/icons-gray/113-navigation@2x.png); } .ui-icon-iphone{ background-image: url(../icons/icons-gray/32-iphone@2x.png); } .ui-icon-facebook{ background-image: url(../icons/icons-gray/208-facebook@2x.png); } .ui-icon-utensils{ background-image: url(../icons/icons-gray/48-fork-and-knife@2x.png); } } /* iPad ----------------*/ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .homeMenu .ui-btn{ min-width:120px; margin:.7em;} }
_/Chapter 3/css/custom.css
@charset "UTF-8"; /* CSS Document */ h1,h2,h3,.cardo{font-family: Marvel, sans-serif;} .logoContainer{font-family: Marvel, sans-serif; text-align:center;margin:auto} .makersMark{margin:1.5em auto;font-family: Marvel, sans-serif; text-align:center;} .testimonials{ margin:0 auto;} .ui-content{ background-image:url(../images/cropfade.jpg); background-repeat:no-repeat; background-size: 100%;} .ui-li-desc{white-space:normal;} .price{font-weight:bold; float:right; padding-left:10px;} .homeMenu{ text-align:center;} .homeMenu .ui-btn{ min-width:120px; margin:.5em;} .glyphishIcon .ui-icon{ -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; background-color:transparent; } .ui-icon-directions{ background-image: url(../icons/icons-gray/113-navigation.png); height:28px; width:28px; background-size:28px 28px; margin-left: -14px !important; } .ui-icon-iphone{ background-image: url(../icons/icons-gray/32-iphone.png); height:28px; width:16px; background-size:16px 28px; margin-left: -8px !important; } .ui-icon-facebook{ background-image: url(../icons/icons-gray/208-facebook.png); height:28px; width:22px; background-size:22px 22px; margin-left: -11px !important; } .ui-icon-utensils{ background-image: url(../icons/icons-gray/48-fork-and-knife.png); height:28px; width:18px; background-size:18px 26px; margin-left: -9px !important; } label{font-weight:bold;} label.error,input.error{border:1px solid #f7c942;background:#fadb4e;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fbef7e));background-image:-webkit-linear-gradient(#fceda7,#fbef7e);background-image:-moz-linear-gradient(#fceda7,#fbef7e);background-image:-ms-linear-gradient(#fceda7,#fbef7e);background-image:-o-linear-gradient(#fceda7,#fbef7e);background-image:linear-gradient(#fceda7,#fbef7e)} /* begin page curl CSS */ ul.curl { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; } ul.curl li { position: relative; float: left; padding: 10px; border: 1px solid #efefef; margin: 10px 0; background: #fff; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; text-align:left; } ul.curl li:before, ul.curl li:after { content: ''; z-index: -1; position: absolute; left: 10px; bottom: 10px; width: 70%; max-width: 300px; max-height: 100px; height: 55%; -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); -webkit-transform: skew(-15deg) rotate(-6deg); -moz-transform: skew(-15deg) rotate(-6deg); -ms-transform: skew(-15deg) rotate(-6deg); -o-transform: skew(-15deg) rotate(-6deg); transform: skew(-15deg) rotate(-6deg); } ul.curl li:after { left: auto; right: 10px; -webkit-transform: skew(15deg) rotate(6deg); -moz-transform: skew(15deg) rotate(6deg); -ms-transform: skew(15deg) rotate(6deg); -o-transform: skew(15deg) rotate(6deg); transform: skew(15deg) rotate(6deg); } /* end page curl CSS */ li img.facebook{padding:0 10px 10px 0;} .fullSite{text-align:center;} .copyright{text-align:center;font-family: Marvel, sans-serif; marign-top:2em;} /* Horizontal ----------*/ @media all and (min-width: 480px){ .homeMenu .ui-btn{ min-width:100px; margin:.2em;} } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .ui-icon-directions{ background-image: url(../icons/icons-gray/113-navigation@2x.png); } .ui-icon-iphone{ background-image: url(../icons/icons-gray/32-iphone@2x.png); } .ui-icon-facebook{ background-image: url(../icons/icons-gray/208-facebook@2x.png); } .ui-icon-utensils{ background-image: url(../icons/icons-gray/48-fork-and-knife@2x.png); } } /* iPad ----------------*/ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .homeMenu .ui-btn{ min-width:120px; margin:.7em;} }
0.193871
0.085748
.header { width: 100%; height: 15%; color: #ffffff; background: #f9f6f6; display: grid; grid-template-rows: 1fr 0.2fr; position: relative; } .header::after { content: ''; background-image: url('../../assets/palm-tree.png'); background-size: cover; position: absolute; bottom: -5%; left: 50%; height: 10rem; width: 9rem; pointer-events: none; } .dark { background: #3f3f46; } .dark::after { content: ''; background-image: url('../../assets/stars.png'); background-size: cover; position: absolute; bottom: 0%; left: 25%; height: 100%; width: 35%; pointer-events: none; } .darkText { color: white; } .logoWrapper { width: 95%; margin: auto; justify-self: flex-start; align-self: center; letter-spacing: 0.1rem; color: #0f172a; font-family: 'Roboto', sans-serif; font-weight: bold; } .logoWrapper h1 { text-align: left; } .logo1 { color: #0494f3; font-family: 'Playball', cursive; font-size: 4.2rem; text-shadow: -4px 0px 0px #0000001c; } /* Media Queries */ /* Mobile */ @media only screen and (min-width: 239px) and (max-width: 300px) { .header { grid-template-rows: 1fr minmax(15px, 17px); } } @media only screen and (min-width: 300px) and (max-width: 768px) { .header { grid-template-rows: 1fr minmax(20px, 0.2fr); } } @media only screen and (min-width: 300px) and (min-height: 750px) { .header { grid-template-rows: 1fr 0.3fr; } } /* Mobile Landscape */ @media only screen and (min-width: 320px) and (orientation: landscape) { .header { height: 15%; grid-template-rows: 1fr minmax(15px, 17px); } } @media only screen and (min-width: 568px) and (max-width: 700px) and (orientation: landscape) { .header { height: 25%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } @media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape) { .header { height: 20%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } @media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape) { .header { height: 20%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } /* Tablets in Portrait */ @media only screen and (min-width: 800px) and (max-width: 950px) and (orientation: portrait) { .header { height: 15%; grid-template-rows: 1fr minmax(50px, 0.2fr); } } /* Tablets in Landscape & Desktop */ @media only screen and (min-width: 1024px) { .header { grid-template-rows: 1fr minmax(30px, 35px); } }
src/components/Header/Header.module.css
.header { width: 100%; height: 15%; color: #ffffff; background: #f9f6f6; display: grid; grid-template-rows: 1fr 0.2fr; position: relative; } .header::after { content: ''; background-image: url('../../assets/palm-tree.png'); background-size: cover; position: absolute; bottom: -5%; left: 50%; height: 10rem; width: 9rem; pointer-events: none; } .dark { background: #3f3f46; } .dark::after { content: ''; background-image: url('../../assets/stars.png'); background-size: cover; position: absolute; bottom: 0%; left: 25%; height: 100%; width: 35%; pointer-events: none; } .darkText { color: white; } .logoWrapper { width: 95%; margin: auto; justify-self: flex-start; align-self: center; letter-spacing: 0.1rem; color: #0f172a; font-family: 'Roboto', sans-serif; font-weight: bold; } .logoWrapper h1 { text-align: left; } .logo1 { color: #0494f3; font-family: 'Playball', cursive; font-size: 4.2rem; text-shadow: -4px 0px 0px #0000001c; } /* Media Queries */ /* Mobile */ @media only screen and (min-width: 239px) and (max-width: 300px) { .header { grid-template-rows: 1fr minmax(15px, 17px); } } @media only screen and (min-width: 300px) and (max-width: 768px) { .header { grid-template-rows: 1fr minmax(20px, 0.2fr); } } @media only screen and (min-width: 300px) and (min-height: 750px) { .header { grid-template-rows: 1fr 0.3fr; } } /* Mobile Landscape */ @media only screen and (min-width: 320px) and (orientation: landscape) { .header { height: 15%; grid-template-rows: 1fr minmax(15px, 17px); } } @media only screen and (min-width: 568px) and (max-width: 700px) and (orientation: landscape) { .header { height: 25%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } @media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape) { .header { height: 20%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } @media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: landscape) { .header { height: 20%; grid-template-rows: 1fr minmax(30px, 0.2fr); } } /* Tablets in Portrait */ @media only screen and (min-width: 800px) and (max-width: 950px) and (orientation: portrait) { .header { height: 15%; grid-template-rows: 1fr minmax(50px, 0.2fr); } } /* Tablets in Landscape & Desktop */ @media only screen and (min-width: 1024px) { .header { grid-template-rows: 1fr minmax(30px, 35px); } }
0.467089
0.143338
@charset "UTF-8"; /* https://piccalil.li/blog/a-modern-css-reset/ (modified)*/ /* Box sizing rules */ *, *::before, *::after { box-sizing: border-box; } html { /* Make base font-size 100% of browser font-size */ font-size: 100%; } ::selection { /* Optional */ /* It can be really hard to read highlighted text with a text-shadow, it should be removed when selected */ text-shadow: none; /* NOTE: Using this means the color and background-color are set to transparent for selected text... */ /* So you can customise your styles below */ color: #fff; background-color: #00f; } /* 3. Allow percentage-based heights in the application */ html, body { height: 100%; font-size: 100%; } /* Set core root defaults */ html:focus-within { scroll-behavior: smooth; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; } /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ ul[role=list], ol[role=list] { list-style: none; } /* Set core body defaults */ body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; } /* A elements that don't have a class get default styles */ a:not([class]) { text-decoration-skip-ink: auto; } a, button { cursor: pointer; } /* Make images easier to work with */ img, picture, video, canvas, svg { display: block; max-width: 100%; aspect-ratio: auto; } img, video, iframe { max-inline-size: 100%; block-size: auto; } svg { display: block; } /* Inherit fonts for inputs and buttons */ input, textarea, select { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; font-variant: inherit; line-height: inherit; background-color: inherit; } /* Inherit fonts for inputs and buttons */ :where(button) { font-family: inherit; } /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } /* Create a root stacking context */ #root, #__next { isolation: isolate; } p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; } *:focus { outline: none; } /* Removes spacing between cells in tables */ table { border-collapse: collapse; } svg { /* Make the SVGs fit the parent container by default */ height: auto; width: 100%; /* Optional - make the SVG's fill be the same as the inherited color */ fill: currentColor; /* Prevent the SVG from altering cursor interaction */ pointer-events: none; } html, body { font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } main, header, footer { font-size: var(--fs); } main > section, header > section, footer > section { width: var(--lt-min); margin-inline: auto; } section:not(nav) { margin-inline: auto; padding-block: var(--fs-2); } hr { width: 100%; height: 0.05rem; background-color: lightgray; border: none; margin-block: 3rem; } /* stylelint-disable declaration-colon-newline-after */ /* stylelint-disable declaration-empty-line-before */ /* stylelint-disable declaration-colon-newline-after */ /** * ************************************** */ /** * */ /** * ************************************** */ /** * */ /** * ************************************** */ /** * */ h1, h2, h3, h4, h5, h6, p { --fw: var(--fw-medium, 500); --fx-weight: var(--fw-medium); --fs: inherit; line-height: var(--lh); color: var(--cl); margin: var(--m); font-size: inherit; text-shadow: var(--shadow); padding-block: var(--py, var(--p)); padding-inline: var(--px, var(--p)); display: var(--dsp, block); } p, [style*="--p"] { --p-sm: var(--sm); --p-md: var(--md); --p-lg: var(--lg); --fw: normal; --lh: 1.7; --spacing: 0.5rem; margin: var(--p-m, 0); line-height: var(--lh, 1.6); word-spacing: 0.05rem; font-size: clamp(0.9rem, 3vw - 1.5rem, 1rem); } p i, [style*="--p"] i { font-style: italic; } p strong, [style*="--p"] strong { font-weight: var(--fw-medium); } article > p { font-size: clamp(0.9rem, 3vw - 1.5rem, 1.3rem); } h1, h2, h3, h4, h5, h6 { font-size: var(--fs); font-weight: var(--fw); } h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: var(--rem); } h1[role=decoration], h1[role=none], h1[role=none], h2[role=decoration], h2[role=none], h2[role=none], h3[role=decoration], h3[role=none], h3[role=none], h4[role=decoration], h4[role=none], h4[role=none], h5[role=decoration], h5[role=none], h5[role=none], h6[role=decoration], h6[role=none], h6[role=none] { font-weight: var(--h-fw, 500); } h1 { --fs: var(--fs-7); } h1[role=decoration], h1[role=none] { font-size: var(--h1); } h2 { --fs: var(--fs-6); } h2[role=decoration], h2[role=none] { font-size: var(--h2); } h3 { --fs: var(--fs-5); } h3[role=decoration], h3[role=none] { font-size: var(--h3); } h4 { --fs: var(--fs-4); } h4[role=decoration], h4[role=none] { font-size: var(--h4); } h5 { --fs: var(--fs-3); } h5[role=decoration], h5[role=none] { font-size: var(--h5); } h6 { --fs: var(--fs-2); } h6[role=decoration], h6[role=none] { font-size: var(--h6); } small, time { --fs: var(--s1); } time { padding: 0 0 0.5rem; } p + p, p + * { margin-top: var(--fs-0); } [style*="--truncate"] { --truncate-lns: 1; --clamp: var(--truncate, var(--truncate-lns)); --dsp: --webkit-box; -webkit-box-orient: vertical; overflow: hidden; } :root { --fw: normal; --fst: normal; --lh: 1.7; --spc: initial; --mg: 0; --pd: 1rem; --px: initial; --py: initial; --cl: inherit; --bg: initial; --bg-img: initial; --bdr: initial; --line: initial; --rds: initial; --bdr-w: thin; --bdr-s: solid; --bdr-cl: lightgray; --appearance: none; --link-cl: blue-royal-blue; --link-hover-cl: blue; --lt-min: min(90%, 1480px); --lt-max: max(90%, 1600px); --min-w-800: min(100%, calc(800rem /16)); --w-800: min(100%, calc(800rem /16)); --align: initial; --fs: 100%; --fs-0: clamp(0.8rem, 4vw - 1.5rem, 1rem); --fs-1: clamp(0.65rem, 1.3vw + 0.25rem, 0.75rem); --fs-2: clamp(0.5rem, 2vw - 0.5rem, 0.875rem); --fs-3: clamp(0.7rem, 2vw - 0.25rem, 1.125rem); --fs-4: clamp(0.85rem, 2vw - 0.25rem, 1.313rem); --fs-5: clamp(0.95rem, 2vw - 0.25rem, 1.563rem); --fs-6: clamp(1.3rem, 2vw + 0.75rem, 2rem); --fs-7: clamp(1.4rem, 4vw - 0.25rem, 2.375rem); --fs-8: clamp(1.48rem, 4vw + 0.25rem, 3rem); --fs-9: clamp(1.9rem, 4vw + 1.25rem, 4rem); --fs-10: clamp(2.5rem, 5vw + 2rem, 4.5rem); --fs-11: clamp(3rem, 5vw + 1.75rem, 5.063rem); --fs-12: clamp(3.5rem, 5vw + 3rem, 6.375rem); --h1: var(--fs-10); --h2: var(--fs-9); --h3: var(--fs-8); --h4: var(--fs-7); --h5: var(--fs-6); --h6: var(--fs-5); --tran-all: all .2s ease-in; } * { font-size: var(--fs, 1rem); font-weight: var(--fw); font-style: var(--fst); font-family: var(--ff); color: var(--cl); background-color: var(--bg); background-image: var(--bg-img); border: var(--bdr); outline: var(--line); text-align: var(--align); margin: var(--spc); --clip-path: initial; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } nav { --nav-dsp: flex; --nav-direction: row; --nav-w: auto; --nav-h: calc(50rem / 16); --nav-align: center; --nav-justify: space-between; --nav-mx: 1rem; --nav-align: center; --nav-gap: 0.5rem; --nav-px: 1rem; --nav-bg: initial; display: var(--nav-dsp, var(--dsp)); flex-direction: var(--nav-direction, var(--direction)); width: var(--nav-w, var(--w)); height: var(--nav-h, var(--h)); place-items: var(--nav-align, var(--align)); justify-content: var(--nav-justify, var(--justify)); margin-inline: var(--nav-mx, var(--mx)); background-color: var(--nav-bg, var(--bg)); } @media (min-width: 61.25rem) { nav { --px: calc(10% - 1rem); } } nav > section, nav > ul { --nav-dsp: flex; display: var(--nav-dsp, var(--dsp)); gap: var(--nav-gap, var(--gap)); font-size: var(--nav-fs, 0.9rem); align-items: var(--nav-align, var(--align)); padding-inline: var(--nav-px, var(--px)); height: 100%; } nav > section > div { --py: 0; } nav ul > li { --py: 0; list-style: none; margin: 0; padding: 0; } nav img[alt] { --px: 0 var(--s1); --w: var(--brand-w, 3.6rem); } header:not([arial-label], dialog header), [role=banner]:not([arial-label], dialog header), [style*="--hdr"]:not([arial-label], dialog header) { --hdr-bg: whitesmoke; --hdr-bg-img: none; --hdr-bg-pos: center center; --hdr-bg-size: cover; --hdr-bg-repeat: no-repeat; --hdr-bd: none; --hdr-min-h: 40vh; --hdr-w: 100%; --hdr-dsp: flex; --hdr-justify: center; --hdr-py: 1rem; --hdr-px: 1rem; --hdr-place-x: center; --hdr-place-y: center; --hdr-align: center; --hdr-px: 1rem; --hdr-m: 0; --hdr-fs-sm: calc(28rem / 16); --hdr-fs-md: calc(36rem / 16); --hdr-fs-lg: calc(68rem / 16); --hdr-fs-xl: calc(80rem / 16); --hdr-direction: column; display: var(--hdr-dsp); background-color: var(--hdr-bg); background-image: var(--hdr-bg-img); background-position: var(--hdr-bg-pos); background-size: var(--hdr-bg-size); background-repeat: var(--hdr-bg-repeat); flex-direction: var(--hdr-direction); place-content: var(--hdr-place-x); place-items: var(--hdr-place-y); text-align: var(--hdr-align); min-height: var(--hdr-min-h, auto); min-width: var(--hdr-w, auto); padding-block: var(--hdr-py); padding-inline: var(--hdr-px); margin: var(--hdr-m); } table { /* css custom properties */ --spc: 0; --mx: var(--sm-x); --my: 0; --tbl-collapse: collapse; --tbl-bdr-w: thin; --tbl-bdr-s: none; --tbl-bdr-cl: var(--light); --tbl-rds: 0.5rem; --tbl-td-py: 1rem; --tbl-td-px: 1rem; --bdr: none; --rds: 1rem; --tbl-cap-bg: transparent; --tbl-hd-bg: whitesmoke; --tbl-cap-fs: var(--fs); --tbl-cap-pd: 1rem; --tbl-cap-rds: .5rem; --tbl-cap-bdr: solid thin lightgray; display: table; font-size: var(--tbl-fs, 0.9em); font-family: var(--fs, sans-serif); width: var(--tbl-width, calc(100% - 0rem)); border-collapse: var(--tbl-collapse); display: var(--tbl-dsp, table); border-radius: var(--tbl-rds, 16px); border-spacing: 0; overflow: auto; } table caption { --fs: var(--fs-4); --align: center; background-color: var(--tbl-cap-bg); padding: var(--tbl-cap-pd); } table thead { position: sticky; top: 0; z-index: 1; border: var(--tbl-cap-bdr); } table thead tr { --text-align: left; --fw: 500; background-color: var(--tbl-hd-bg); text-align: var(--text-align); border-bottom: var(--tbl-bdr); } table th, table td { padding-block: var(--tbl-td-py); padding-inline: var(--tbl-td-px); } table tr { background-color: white; border-bottom: var(--bdr-s) var(--bdr-cl) var(--bdr-w); } table tr:nth-of-type(even) { --tbl-bdr-s: solid; } table tr td { padding: 1rem; } table tbody tr:last-of-type { border-bottom: var(--bdr-s) var(--bdr-cl) var(--bdr-w); } details { --details-fs: 1rem; --details-pd: 1rem; --details-color: currentColor; --details-bg: whitesmoke; --details-rds: .5rem; --details-w:"min(100%, 350px)"; --detail-cursor: pointer; --summary-pd: 0 1rem 1rem 1rem; --summary-fs: 1.1rem; --summary-color: currentColor; --summary-ls: none; font-size: var(--detail-fs, 1rem); color: var(--detail-color, currentColor); background-color: var(--detail-bg, whitesmoke); border: var(--detail-border, none); border-radius: 0.5rem; width: var(--details, min(100%, 350px)); } details :where(div, aside, p, ul) { padding: var(--summary-pd, 0 1rem 1rem 1rem); background-color: var(--detail-bg); } details summary { display: flex; place-content: flex-start; place-items: center; gap: 0.7rem; justify-content: space-between; font-size: var(--summary-fs, 1.1rem); color: var(--summary-color, currentColor); padding: var(--details-pd); background-color: var(--summary-bg, transparent); list-style: var(--summary-ls, none); cursor: var(--detail-cursor, pointer); border-bottom: var(--summary-border, none); transition: all 0.2s ease; } details summary::after { content: "+"; font-size: 1.3rem; color: lightgray; } details summary:hover::after { transform: scale(1.1); color: currentColor; } details[open] > summary::after { content: "×"; transform: rotate(90deg); } a { --link-border: none; color: var(--link-color, #0070f3); background-color: var(--link-bg); text-decoration: var(--link-decoration, none); border: var(--link-border); padding-inline: var(--link-px, 0.5rem); } a:hover { --link-decoration: underline; } a[role=button], a[style="--btn"] { background-color: var(--link-bg); } form { width: 100%; } form div + div { margin-block-start: 1rem; } label[for] + input, label[for] + textarea, label[for] + select { margin-block-start: 0.75rem; display: block; } div:where([role="region"]), section:where([role="region"]) { width: 100%; } img[alt][width][height] { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; max-width: 100%; width: var(--img-w, 100%); object-fit: var(--img-obj-fit); object-position: var(--img-position); aspect-ratio: var(--img-ratio); } img[alt][width][height][width] { width: var(--img-w, auto); } img[alt][width][height][width][height] { height: var(--img-h, auto); } img[alt][width][height][src$=".svg"] { height: auto; width: auto; } img[alt][width][height] + * { margin-block: 1rem 0; } picture, figure { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; max-width: var(--pic-max-w, 100%); width: var(--pic-w, auto); display: var(--pic-dsp, flex); flex-direction: var(--pic-flex-dir, column); place-content: var(--place-x, center); place-items: var(--place-y, center); height: var(--pic-h, auto); padding-block: var(--pic-py, 0.5rem); padding-inline: var(--pic-px, 0.5rem); } figcaption { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; font-size: var(--fcap-fs, inherit); display: var(--fcap-dsp, flex); place-content: var(--place-x, flex-start); place-items: var(--place-y, center); padding-block: var(--fcap-py, 0.5rem); padding-inline: var(--fcap-px, 0.5rem); } :where(label[for]) { --chk-bdr-w: thick; --chk-bdr-cl: transparent; --chk-accent: green; --chk-bg: darkgray; --chk-size: 1.2rem; --chk-appearance: none; --chk-rds: var(--rds); --lbl-me: 1rem; --lbl-dsp: flex; --fs: var(--chk-size); display: var(--lbl-dsp); flex-direction: var(--lbl-direction, row); place-items: end normal; margin-inline-end: var(--lbl-me); gap: 0.3rem; cursor: pointer; max-height: var(--chk-size); font-size: var(var(--chk-fs), var(--fs)); } :where(label[for]) :where([id][type="checkbox"]) { appearance: var(--chk-appearance); -webkit-appearance: var(--chk-appearance); -moz-appearance: var(--chk-appearance); line-height: 1; } :where(label[for]) :where([id][type="checkbox"])::before { --chk-bdr-cl: darkgreen; --check-bdr-w: thick; --chk-bdr: none; --chk-rds: var(--rds); content: ""; display: flex; align-items: center; justify-content: center; width: var(--chk-size); height: var(--chk-size); border-style: var(--chk-bdr); border-width: var(--chk-bdr-w); border-color: var(--chk-bdr-cl); background-color: var(--chk-bg); border-radius: var(--chk-rds); transition: var(--tran-all); } :where(label[for]) :where([id][type="checkbox"]):checked { --chk-appearance: none; } :where(label[for]) :where([id][type="checkbox"]):checked::before { --chk-bdr: solid; border-color: var(--chk-bdr-cl); border-width: var(--chk-bdr-w); border-style: --chk-bdr-style; --chk-bg: yellowgreen; } button, [style*="--btn"], [role=button] { --btn-sm: calc(12rem / 16); --btn-md: calc(16rem / 16); --btn-lg: calc(21rem / 16); --btn-pill: 100rem; --btn-spc: 0.25rem; --btn-wspc: nowrap; --btn-fs: calc(13rem / 16); font-size: var(--btn-fs, 0.8125rem); min-height: 2.5rem; place-items: var(--btn-place, center); padding-inline: var(--btn-px, 1.4rem); padding-block: var(--btn-py, calc(var(--btn-fs) / 1.8)); border: var(--btn-bdr, none); border-radius: var(--btn-rds, 0.15rem); text-decoration: var(--btn-deco, none); color: var(--btn-cl, currentColor); display: var(--btn-dsp, inline-flex); gap: var(--btn-gap, 1rem); white-space: var(--btn-wspc); margin: var(--btn-spc); transition: var(--tran-all); background-color: var(--btn-bg, var(--btn)); } button[type], [style*="--btn"][type], [role=button][type] { background-color: var(--btn-bg, var(--btn, lightgray)); --btn-bdr: solid var(--btn-sg); } button[type=submit], button[style*=submit], [style*="--btn"][type=submit], [style*="--btn"][style*=submit], [role=button][type=submit], [role=button][style*=submit] { --btn-bg: darkblue; --btn-color: white; } button[disabled], [style*="--btn"][disabled], [role=button][disabled] { cursor: var(--btn-cursor-disabled, not-allowed); opacity: var(--btn-opacity-disabled, 0.5); } button:hover, [style*="--btn"]:hover, [role=button]:hover { --btn-bg: lightgray; --btn-cl: var(--btn-cl-hover); background-color: var(--btn-bg-over, var(--btn, lightgray)); filter: invert(1) hue-rotate 180deg; transform: scale(0.95); } button[type=reset], button[style*="--btn-reset"], [style*="--btn"][type=reset], [style*="--btn"][style*="--btn-reset"], [role=button][type=reset], [role=button][style*="--btn-reset"] { --btn-bg: transparent; --btn-color: gray; --btn-bdr: gray medium solid; } button[type=submit], button[style*="--btn-submit"], [style*="--btn"][type=submit], [style*="--btn"][style*="--btn-submit"], [role=button][type=submit], [role=button][style*="--btn-submit"] { --btn-bg: var(--blue-500); --btn-cl: #fff; --btn-color: rgb(231, 231, 231); --btn-border: none; } input[id][type]:not([type=checkbox], [type=radio]) { --input-appearance: none; --input-min-w: min(100%, calc(800rem /16)); --input-fw: normal; --input-bdr-style: solid; --input-bdr-w: .1rem; --input-bdr-color: lightgray; --input-px: .6rem; --input-py: .2rem; --input-bdr-radius: .1rem; --input-fs: .9rem; background-color: var(--input-cl); font-size: var(--input-fs); font-weight: var(--input-fw); border-width: var(--input-bdr-w); border-style: var(--input-bdr-style); border-color: var(--input-bdr-color); padding-inline: var(--input-px); padding-block: var(--input-py); width: var(--input-min-w); border-radius: var(--input-bdr-radius); -webkit-appearance: var(--input-appearance); -moz-appearance: var(--input-appearance); appearance: var(--input-appearance); } input[id][type]:not([type=checkbox], [type=radio])::placeholder { font-style: italic; --input-fs: .5rem; } :where(label[for]) { --rdo-bdr: none; --rdo-bdr-w: medium; --rdo-bdr-cl: transparent; --rdo-bg: darkgray; --rdo-appearance: none; --rdo-rds: 99rem; --rdo-size: 1.2rem; --lbl-me: 1rem; --lbl-dsp: flex; --lbl-fs: 1rem; --lbl-align: normal; --lbl-gap: 0.5rem; --lbl-color: currentColor; --lbl-cursor: pointer; --lbl-height: auto; display: var(--lbl-dsp); flex-direction: var(--lbl-direction, row); align-items: var(--lbl-align); margin-inline-end: var(--lbl-me); gap: 0.3rem; cursor: pointer; height: auto; font-size: var(--lbl-fs, var(--fs)); max-height: var(--rdo-size); } :where(label[for]) + label { margin-block-start: 0.8rem; } :where(label[for]) :where([id][type="radio"]) { appearance: var(--rdo-appearance); -webkit-appearance: var(--rdo-appearance); -moz-appearance: var(--rdo-appearance); border-radius: var(--check-rds); cursor: pointer; margin: 0; line-height: 1; } :where(label[for]) :where([id][type="radio"])::before { --rdo-bdr-cl: lightgray; --rdo-bdr-w: initial; transition: var(--tran-all); content: ""; display: flex; align-items: center; justify-content: center; min-width: var(--rdo-size); min-height: var(--rdo-size); margin: 0; border-style: var(--rdo-bdr); border-width: var(--rdo-bdr-w); border-color: var(--rdo-bdr-cl); background-color: var(--rdo-bg); border-radius: var(--rdo-rds); } :where(label[for]) :where([id][type="radio"]):checked { --rdo-appearance: none; } :where(label[for]) :where([id][type="radio"]):checked::before { --rdo-bdr-s: solid; --rdo-bdr-w: thick; --rdo-bdr-cl: var(--green-dark-green); --rdo-bg: var(--green-yellow-green); border-color: var(--rdo-bdr-cl); border-width: var(--rdo-bdr-w); border-style: var(--rdo-bdr-s); } textarea { --txa-bdr-s: solid; --txa-bdr-w: thin; --txa-bdr-cl: lightgray; --txa-px: .5rem; --txa-py: .5rem; --txa-fs: .95rem; --txa-min-w: var(--min-w-800); --txa-min-h: calc(120rem / 16); --txa-overflow: auto; --txa-appearance: none; border-style: var(--txa-bdr-s); border-width: var(--txa-bdr-w); border-color: var(--txa-bdr-cl); padding-inline: var(--txa-px); padding-block: var(--txa-py); font-size: var(--txa-fs, 0.95rem); min-width: var(--txa-min-w); min-height: var(--txa-min-h); overflow-y: var(--overflow-x, var(--txa-overflow)); overflow-x: var(--overflow, var(--txa-overflow)); background-clip: padding-box; -webkit-appearance: var(--txa-appearance); -moz-appearance: var(--txa-appearance); appearance: var(--txa-appearance); } select { --slt-dsp: grid; --slt-align: center; --slt-justify: space-between; --slt-min-w: var(--min-w-800) --sle-min-h: 2.5rem; --slt-cl: currentColor; --slt-bdr-style: solid; --slt-bdr-w: thin; --slt-bdr-cl: lightgray; --slt-px: 0.5rem; --slt-py: 0.3rem; --slt-appearance: none; --slt-fs: 0.9rem; --slt-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); --bg-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23696969'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); --bg-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23f1f1f1'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); display: var(--slt-dsp); place-items: var(--slt-align); place-content: var(--slt-justify); width: var(--min-w-800); min-height: var(--slt-min-h); font-size: var(--slt-fs, 0.9rem); color: var(--slt-cl, currentColor); background-color: var(--slt-bg, whitesmoke); background: var(--slt-bg); background-repeat: no-repeat; background-size: 1rem 1rem; background-position: right 0.8rem top 50%; border-style: var(--slt-bdr-style); border-width: var(--slt-bdr-w); border-color: var(--slt-bdr-cl); padding-inline: var(--slt-px); padding-block: var(--slt-py); -moz-appearance: var(--slt-appearance); -webkit-appearance: var(--slt-appearance); appearance: var(--slt-appearance); padding-right: 30px; } _text select * { padding-inline: var(--slt-px); } footer:not([aria-label], [role=footer]), [role=contentinfo]:not([aria-label], [role=footer]) { --fs: 0.9rem; --footer-fs: 0.9rem; --footer-dsp: flex; --footer-direction: column; display: var(--footer-dsp); flex-direction: var(--footer-direction); font-size: var(--footer-fs, var(--fs)); } footer:not([aria-label], [role=footer]) p, [role=contentinfo]:not([aria-label], [role=footer]) p { --p-fs: var(--footer-fs, var(--fs)); } dialog, [role=dialog] { --diag-bg: whitesmoke; --diag-bg-img: none; --diag-x: 1.5rem; --diag-y: 1.5rem; --spc: auto; background-color: var(--diag-bg); background-image: var(--diag-bg-img); padding-inline: var(--diag-x); padding-block: var(--diag-y); } dialog::backdrop, [role=dialog]::backdrop { background-color: var(--bk-drop-bg, rgba(0, 0, 0, 0.7)); } /*# sourceMappingURL=index-min.css.map */
first-paint/src/v3/css/index-min.css
@charset "UTF-8"; /* https://piccalil.li/blog/a-modern-css-reset/ (modified)*/ /* Box sizing rules */ *, *::before, *::after { box-sizing: border-box; } html { /* Make base font-size 100% of browser font-size */ font-size: 100%; } ::selection { /* Optional */ /* It can be really hard to read highlighted text with a text-shadow, it should be removed when selected */ text-shadow: none; /* NOTE: Using this means the color and background-color are set to transparent for selected text... */ /* So you can customise your styles below */ color: #fff; background-color: #00f; } /* 3. Allow percentage-based heights in the application */ html, body { height: 100%; font-size: 100%; } /* Set core root defaults */ html:focus-within { scroll-behavior: smooth; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; } /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ ul[role=list], ol[role=list] { list-style: none; } /* Set core body defaults */ body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; } /* A elements that don't have a class get default styles */ a:not([class]) { text-decoration-skip-ink: auto; } a, button { cursor: pointer; } /* Make images easier to work with */ img, picture, video, canvas, svg { display: block; max-width: 100%; aspect-ratio: auto; } img, video, iframe { max-inline-size: 100%; block-size: auto; } svg { display: block; } /* Inherit fonts for inputs and buttons */ input, textarea, select { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; font-variant: inherit; line-height: inherit; background-color: inherit; } /* Inherit fonts for inputs and buttons */ :where(button) { font-family: inherit; } /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } /* Create a root stacking context */ #root, #__next { isolation: isolate; } p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; } *:focus { outline: none; } /* Removes spacing between cells in tables */ table { border-collapse: collapse; } svg { /* Make the SVGs fit the parent container by default */ height: auto; width: 100%; /* Optional - make the SVG's fill be the same as the inherited color */ fill: currentColor; /* Prevent the SVG from altering cursor interaction */ pointer-events: none; } html, body { font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } main, header, footer { font-size: var(--fs); } main > section, header > section, footer > section { width: var(--lt-min); margin-inline: auto; } section:not(nav) { margin-inline: auto; padding-block: var(--fs-2); } hr { width: 100%; height: 0.05rem; background-color: lightgray; border: none; margin-block: 3rem; } /* stylelint-disable declaration-colon-newline-after */ /* stylelint-disable declaration-empty-line-before */ /* stylelint-disable declaration-colon-newline-after */ /** * ************************************** */ /** * */ /** * ************************************** */ /** * */ /** * ************************************** */ /** * */ h1, h2, h3, h4, h5, h6, p { --fw: var(--fw-medium, 500); --fx-weight: var(--fw-medium); --fs: inherit; line-height: var(--lh); color: var(--cl); margin: var(--m); font-size: inherit; text-shadow: var(--shadow); padding-block: var(--py, var(--p)); padding-inline: var(--px, var(--p)); display: var(--dsp, block); } p, [style*="--p"] { --p-sm: var(--sm); --p-md: var(--md); --p-lg: var(--lg); --fw: normal; --lh: 1.7; --spacing: 0.5rem; margin: var(--p-m, 0); line-height: var(--lh, 1.6); word-spacing: 0.05rem; font-size: clamp(0.9rem, 3vw - 1.5rem, 1rem); } p i, [style*="--p"] i { font-style: italic; } p strong, [style*="--p"] strong { font-weight: var(--fw-medium); } article > p { font-size: clamp(0.9rem, 3vw - 1.5rem, 1.3rem); } h1, h2, h3, h4, h5, h6 { font-size: var(--fs); font-weight: var(--fw); } h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: var(--rem); } h1[role=decoration], h1[role=none], h1[role=none], h2[role=decoration], h2[role=none], h2[role=none], h3[role=decoration], h3[role=none], h3[role=none], h4[role=decoration], h4[role=none], h4[role=none], h5[role=decoration], h5[role=none], h5[role=none], h6[role=decoration], h6[role=none], h6[role=none] { font-weight: var(--h-fw, 500); } h1 { --fs: var(--fs-7); } h1[role=decoration], h1[role=none] { font-size: var(--h1); } h2 { --fs: var(--fs-6); } h2[role=decoration], h2[role=none] { font-size: var(--h2); } h3 { --fs: var(--fs-5); } h3[role=decoration], h3[role=none] { font-size: var(--h3); } h4 { --fs: var(--fs-4); } h4[role=decoration], h4[role=none] { font-size: var(--h4); } h5 { --fs: var(--fs-3); } h5[role=decoration], h5[role=none] { font-size: var(--h5); } h6 { --fs: var(--fs-2); } h6[role=decoration], h6[role=none] { font-size: var(--h6); } small, time { --fs: var(--s1); } time { padding: 0 0 0.5rem; } p + p, p + * { margin-top: var(--fs-0); } [style*="--truncate"] { --truncate-lns: 1; --clamp: var(--truncate, var(--truncate-lns)); --dsp: --webkit-box; -webkit-box-orient: vertical; overflow: hidden; } :root { --fw: normal; --fst: normal; --lh: 1.7; --spc: initial; --mg: 0; --pd: 1rem; --px: initial; --py: initial; --cl: inherit; --bg: initial; --bg-img: initial; --bdr: initial; --line: initial; --rds: initial; --bdr-w: thin; --bdr-s: solid; --bdr-cl: lightgray; --appearance: none; --link-cl: blue-royal-blue; --link-hover-cl: blue; --lt-min: min(90%, 1480px); --lt-max: max(90%, 1600px); --min-w-800: min(100%, calc(800rem /16)); --w-800: min(100%, calc(800rem /16)); --align: initial; --fs: 100%; --fs-0: clamp(0.8rem, 4vw - 1.5rem, 1rem); --fs-1: clamp(0.65rem, 1.3vw + 0.25rem, 0.75rem); --fs-2: clamp(0.5rem, 2vw - 0.5rem, 0.875rem); --fs-3: clamp(0.7rem, 2vw - 0.25rem, 1.125rem); --fs-4: clamp(0.85rem, 2vw - 0.25rem, 1.313rem); --fs-5: clamp(0.95rem, 2vw - 0.25rem, 1.563rem); --fs-6: clamp(1.3rem, 2vw + 0.75rem, 2rem); --fs-7: clamp(1.4rem, 4vw - 0.25rem, 2.375rem); --fs-8: clamp(1.48rem, 4vw + 0.25rem, 3rem); --fs-9: clamp(1.9rem, 4vw + 1.25rem, 4rem); --fs-10: clamp(2.5rem, 5vw + 2rem, 4.5rem); --fs-11: clamp(3rem, 5vw + 1.75rem, 5.063rem); --fs-12: clamp(3.5rem, 5vw + 3rem, 6.375rem); --h1: var(--fs-10); --h2: var(--fs-9); --h3: var(--fs-8); --h4: var(--fs-7); --h5: var(--fs-6); --h6: var(--fs-5); --tran-all: all .2s ease-in; } * { font-size: var(--fs, 1rem); font-weight: var(--fw); font-style: var(--fst); font-family: var(--ff); color: var(--cl); background-color: var(--bg); background-image: var(--bg-img); border: var(--bdr); outline: var(--line); text-align: var(--align); margin: var(--spc); --clip-path: initial; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } nav { --nav-dsp: flex; --nav-direction: row; --nav-w: auto; --nav-h: calc(50rem / 16); --nav-align: center; --nav-justify: space-between; --nav-mx: 1rem; --nav-align: center; --nav-gap: 0.5rem; --nav-px: 1rem; --nav-bg: initial; display: var(--nav-dsp, var(--dsp)); flex-direction: var(--nav-direction, var(--direction)); width: var(--nav-w, var(--w)); height: var(--nav-h, var(--h)); place-items: var(--nav-align, var(--align)); justify-content: var(--nav-justify, var(--justify)); margin-inline: var(--nav-mx, var(--mx)); background-color: var(--nav-bg, var(--bg)); } @media (min-width: 61.25rem) { nav { --px: calc(10% - 1rem); } } nav > section, nav > ul { --nav-dsp: flex; display: var(--nav-dsp, var(--dsp)); gap: var(--nav-gap, var(--gap)); font-size: var(--nav-fs, 0.9rem); align-items: var(--nav-align, var(--align)); padding-inline: var(--nav-px, var(--px)); height: 100%; } nav > section > div { --py: 0; } nav ul > li { --py: 0; list-style: none; margin: 0; padding: 0; } nav img[alt] { --px: 0 var(--s1); --w: var(--brand-w, 3.6rem); } header:not([arial-label], dialog header), [role=banner]:not([arial-label], dialog header), [style*="--hdr"]:not([arial-label], dialog header) { --hdr-bg: whitesmoke; --hdr-bg-img: none; --hdr-bg-pos: center center; --hdr-bg-size: cover; --hdr-bg-repeat: no-repeat; --hdr-bd: none; --hdr-min-h: 40vh; --hdr-w: 100%; --hdr-dsp: flex; --hdr-justify: center; --hdr-py: 1rem; --hdr-px: 1rem; --hdr-place-x: center; --hdr-place-y: center; --hdr-align: center; --hdr-px: 1rem; --hdr-m: 0; --hdr-fs-sm: calc(28rem / 16); --hdr-fs-md: calc(36rem / 16); --hdr-fs-lg: calc(68rem / 16); --hdr-fs-xl: calc(80rem / 16); --hdr-direction: column; display: var(--hdr-dsp); background-color: var(--hdr-bg); background-image: var(--hdr-bg-img); background-position: var(--hdr-bg-pos); background-size: var(--hdr-bg-size); background-repeat: var(--hdr-bg-repeat); flex-direction: var(--hdr-direction); place-content: var(--hdr-place-x); place-items: var(--hdr-place-y); text-align: var(--hdr-align); min-height: var(--hdr-min-h, auto); min-width: var(--hdr-w, auto); padding-block: var(--hdr-py); padding-inline: var(--hdr-px); margin: var(--hdr-m); } table { /* css custom properties */ --spc: 0; --mx: var(--sm-x); --my: 0; --tbl-collapse: collapse; --tbl-bdr-w: thin; --tbl-bdr-s: none; --tbl-bdr-cl: var(--light); --tbl-rds: 0.5rem; --tbl-td-py: 1rem; --tbl-td-px: 1rem; --bdr: none; --rds: 1rem; --tbl-cap-bg: transparent; --tbl-hd-bg: whitesmoke; --tbl-cap-fs: var(--fs); --tbl-cap-pd: 1rem; --tbl-cap-rds: .5rem; --tbl-cap-bdr: solid thin lightgray; display: table; font-size: var(--tbl-fs, 0.9em); font-family: var(--fs, sans-serif); width: var(--tbl-width, calc(100% - 0rem)); border-collapse: var(--tbl-collapse); display: var(--tbl-dsp, table); border-radius: var(--tbl-rds, 16px); border-spacing: 0; overflow: auto; } table caption { --fs: var(--fs-4); --align: center; background-color: var(--tbl-cap-bg); padding: var(--tbl-cap-pd); } table thead { position: sticky; top: 0; z-index: 1; border: var(--tbl-cap-bdr); } table thead tr { --text-align: left; --fw: 500; background-color: var(--tbl-hd-bg); text-align: var(--text-align); border-bottom: var(--tbl-bdr); } table th, table td { padding-block: var(--tbl-td-py); padding-inline: var(--tbl-td-px); } table tr { background-color: white; border-bottom: var(--bdr-s) var(--bdr-cl) var(--bdr-w); } table tr:nth-of-type(even) { --tbl-bdr-s: solid; } table tr td { padding: 1rem; } table tbody tr:last-of-type { border-bottom: var(--bdr-s) var(--bdr-cl) var(--bdr-w); } details { --details-fs: 1rem; --details-pd: 1rem; --details-color: currentColor; --details-bg: whitesmoke; --details-rds: .5rem; --details-w:"min(100%, 350px)"; --detail-cursor: pointer; --summary-pd: 0 1rem 1rem 1rem; --summary-fs: 1.1rem; --summary-color: currentColor; --summary-ls: none; font-size: var(--detail-fs, 1rem); color: var(--detail-color, currentColor); background-color: var(--detail-bg, whitesmoke); border: var(--detail-border, none); border-radius: 0.5rem; width: var(--details, min(100%, 350px)); } details :where(div, aside, p, ul) { padding: var(--summary-pd, 0 1rem 1rem 1rem); background-color: var(--detail-bg); } details summary { display: flex; place-content: flex-start; place-items: center; gap: 0.7rem; justify-content: space-between; font-size: var(--summary-fs, 1.1rem); color: var(--summary-color, currentColor); padding: var(--details-pd); background-color: var(--summary-bg, transparent); list-style: var(--summary-ls, none); cursor: var(--detail-cursor, pointer); border-bottom: var(--summary-border, none); transition: all 0.2s ease; } details summary::after { content: "+"; font-size: 1.3rem; color: lightgray; } details summary:hover::after { transform: scale(1.1); color: currentColor; } details[open] > summary::after { content: "×"; transform: rotate(90deg); } a { --link-border: none; color: var(--link-color, #0070f3); background-color: var(--link-bg); text-decoration: var(--link-decoration, none); border: var(--link-border); padding-inline: var(--link-px, 0.5rem); } a:hover { --link-decoration: underline; } a[role=button], a[style="--btn"] { background-color: var(--link-bg); } form { width: 100%; } form div + div { margin-block-start: 1rem; } label[for] + input, label[for] + textarea, label[for] + select { margin-block-start: 0.75rem; display: block; } div:where([role="region"]), section:where([role="region"]) { width: 100%; } img[alt][width][height] { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; max-width: 100%; width: var(--img-w, 100%); object-fit: var(--img-obj-fit); object-position: var(--img-position); aspect-ratio: var(--img-ratio); } img[alt][width][height][width] { width: var(--img-w, auto); } img[alt][width][height][width][height] { height: var(--img-h, auto); } img[alt][width][height][src$=".svg"] { height: auto; width: auto; } img[alt][width][height] + * { margin-block: 1rem 0; } picture, figure { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; max-width: var(--pic-max-w, 100%); width: var(--pic-w, auto); display: var(--pic-dsp, flex); flex-direction: var(--pic-flex-dir, column); place-content: var(--place-x, center); place-items: var(--place-y, center); height: var(--pic-h, auto); padding-block: var(--pic-py, 0.5rem); padding-inline: var(--pic-px, 0.5rem); } figcaption { --img-xs: 10vw; --img-sm: 25vw; --img-md: 50vw; --img-lg: 75vw; --img-xl: 90vw; --img-100: 100vw; --img-ratio: auto 2/3; --img-fit: cover; --img-position: center center; --img-w: 100%; font-size: var(--fcap-fs, inherit); display: var(--fcap-dsp, flex); place-content: var(--place-x, flex-start); place-items: var(--place-y, center); padding-block: var(--fcap-py, 0.5rem); padding-inline: var(--fcap-px, 0.5rem); } :where(label[for]) { --chk-bdr-w: thick; --chk-bdr-cl: transparent; --chk-accent: green; --chk-bg: darkgray; --chk-size: 1.2rem; --chk-appearance: none; --chk-rds: var(--rds); --lbl-me: 1rem; --lbl-dsp: flex; --fs: var(--chk-size); display: var(--lbl-dsp); flex-direction: var(--lbl-direction, row); place-items: end normal; margin-inline-end: var(--lbl-me); gap: 0.3rem; cursor: pointer; max-height: var(--chk-size); font-size: var(var(--chk-fs), var(--fs)); } :where(label[for]) :where([id][type="checkbox"]) { appearance: var(--chk-appearance); -webkit-appearance: var(--chk-appearance); -moz-appearance: var(--chk-appearance); line-height: 1; } :where(label[for]) :where([id][type="checkbox"])::before { --chk-bdr-cl: darkgreen; --check-bdr-w: thick; --chk-bdr: none; --chk-rds: var(--rds); content: ""; display: flex; align-items: center; justify-content: center; width: var(--chk-size); height: var(--chk-size); border-style: var(--chk-bdr); border-width: var(--chk-bdr-w); border-color: var(--chk-bdr-cl); background-color: var(--chk-bg); border-radius: var(--chk-rds); transition: var(--tran-all); } :where(label[for]) :where([id][type="checkbox"]):checked { --chk-appearance: none; } :where(label[for]) :where([id][type="checkbox"]):checked::before { --chk-bdr: solid; border-color: var(--chk-bdr-cl); border-width: var(--chk-bdr-w); border-style: --chk-bdr-style; --chk-bg: yellowgreen; } button, [style*="--btn"], [role=button] { --btn-sm: calc(12rem / 16); --btn-md: calc(16rem / 16); --btn-lg: calc(21rem / 16); --btn-pill: 100rem; --btn-spc: 0.25rem; --btn-wspc: nowrap; --btn-fs: calc(13rem / 16); font-size: var(--btn-fs, 0.8125rem); min-height: 2.5rem; place-items: var(--btn-place, center); padding-inline: var(--btn-px, 1.4rem); padding-block: var(--btn-py, calc(var(--btn-fs) / 1.8)); border: var(--btn-bdr, none); border-radius: var(--btn-rds, 0.15rem); text-decoration: var(--btn-deco, none); color: var(--btn-cl, currentColor); display: var(--btn-dsp, inline-flex); gap: var(--btn-gap, 1rem); white-space: var(--btn-wspc); margin: var(--btn-spc); transition: var(--tran-all); background-color: var(--btn-bg, var(--btn)); } button[type], [style*="--btn"][type], [role=button][type] { background-color: var(--btn-bg, var(--btn, lightgray)); --btn-bdr: solid var(--btn-sg); } button[type=submit], button[style*=submit], [style*="--btn"][type=submit], [style*="--btn"][style*=submit], [role=button][type=submit], [role=button][style*=submit] { --btn-bg: darkblue; --btn-color: white; } button[disabled], [style*="--btn"][disabled], [role=button][disabled] { cursor: var(--btn-cursor-disabled, not-allowed); opacity: var(--btn-opacity-disabled, 0.5); } button:hover, [style*="--btn"]:hover, [role=button]:hover { --btn-bg: lightgray; --btn-cl: var(--btn-cl-hover); background-color: var(--btn-bg-over, var(--btn, lightgray)); filter: invert(1) hue-rotate 180deg; transform: scale(0.95); } button[type=reset], button[style*="--btn-reset"], [style*="--btn"][type=reset], [style*="--btn"][style*="--btn-reset"], [role=button][type=reset], [role=button][style*="--btn-reset"] { --btn-bg: transparent; --btn-color: gray; --btn-bdr: gray medium solid; } button[type=submit], button[style*="--btn-submit"], [style*="--btn"][type=submit], [style*="--btn"][style*="--btn-submit"], [role=button][type=submit], [role=button][style*="--btn-submit"] { --btn-bg: var(--blue-500); --btn-cl: #fff; --btn-color: rgb(231, 231, 231); --btn-border: none; } input[id][type]:not([type=checkbox], [type=radio]) { --input-appearance: none; --input-min-w: min(100%, calc(800rem /16)); --input-fw: normal; --input-bdr-style: solid; --input-bdr-w: .1rem; --input-bdr-color: lightgray; --input-px: .6rem; --input-py: .2rem; --input-bdr-radius: .1rem; --input-fs: .9rem; background-color: var(--input-cl); font-size: var(--input-fs); font-weight: var(--input-fw); border-width: var(--input-bdr-w); border-style: var(--input-bdr-style); border-color: var(--input-bdr-color); padding-inline: var(--input-px); padding-block: var(--input-py); width: var(--input-min-w); border-radius: var(--input-bdr-radius); -webkit-appearance: var(--input-appearance); -moz-appearance: var(--input-appearance); appearance: var(--input-appearance); } input[id][type]:not([type=checkbox], [type=radio])::placeholder { font-style: italic; --input-fs: .5rem; } :where(label[for]) { --rdo-bdr: none; --rdo-bdr-w: medium; --rdo-bdr-cl: transparent; --rdo-bg: darkgray; --rdo-appearance: none; --rdo-rds: 99rem; --rdo-size: 1.2rem; --lbl-me: 1rem; --lbl-dsp: flex; --lbl-fs: 1rem; --lbl-align: normal; --lbl-gap: 0.5rem; --lbl-color: currentColor; --lbl-cursor: pointer; --lbl-height: auto; display: var(--lbl-dsp); flex-direction: var(--lbl-direction, row); align-items: var(--lbl-align); margin-inline-end: var(--lbl-me); gap: 0.3rem; cursor: pointer; height: auto; font-size: var(--lbl-fs, var(--fs)); max-height: var(--rdo-size); } :where(label[for]) + label { margin-block-start: 0.8rem; } :where(label[for]) :where([id][type="radio"]) { appearance: var(--rdo-appearance); -webkit-appearance: var(--rdo-appearance); -moz-appearance: var(--rdo-appearance); border-radius: var(--check-rds); cursor: pointer; margin: 0; line-height: 1; } :where(label[for]) :where([id][type="radio"])::before { --rdo-bdr-cl: lightgray; --rdo-bdr-w: initial; transition: var(--tran-all); content: ""; display: flex; align-items: center; justify-content: center; min-width: var(--rdo-size); min-height: var(--rdo-size); margin: 0; border-style: var(--rdo-bdr); border-width: var(--rdo-bdr-w); border-color: var(--rdo-bdr-cl); background-color: var(--rdo-bg); border-radius: var(--rdo-rds); } :where(label[for]) :where([id][type="radio"]):checked { --rdo-appearance: none; } :where(label[for]) :where([id][type="radio"]):checked::before { --rdo-bdr-s: solid; --rdo-bdr-w: thick; --rdo-bdr-cl: var(--green-dark-green); --rdo-bg: var(--green-yellow-green); border-color: var(--rdo-bdr-cl); border-width: var(--rdo-bdr-w); border-style: var(--rdo-bdr-s); } textarea { --txa-bdr-s: solid; --txa-bdr-w: thin; --txa-bdr-cl: lightgray; --txa-px: .5rem; --txa-py: .5rem; --txa-fs: .95rem; --txa-min-w: var(--min-w-800); --txa-min-h: calc(120rem / 16); --txa-overflow: auto; --txa-appearance: none; border-style: var(--txa-bdr-s); border-width: var(--txa-bdr-w); border-color: var(--txa-bdr-cl); padding-inline: var(--txa-px); padding-block: var(--txa-py); font-size: var(--txa-fs, 0.95rem); min-width: var(--txa-min-w); min-height: var(--txa-min-h); overflow-y: var(--overflow-x, var(--txa-overflow)); overflow-x: var(--overflow, var(--txa-overflow)); background-clip: padding-box; -webkit-appearance: var(--txa-appearance); -moz-appearance: var(--txa-appearance); appearance: var(--txa-appearance); } select { --slt-dsp: grid; --slt-align: center; --slt-justify: space-between; --slt-min-w: var(--min-w-800) --sle-min-h: 2.5rem; --slt-cl: currentColor; --slt-bdr-style: solid; --slt-bdr-w: thin; --slt-bdr-cl: lightgray; --slt-px: 0.5rem; --slt-py: 0.3rem; --slt-appearance: none; --slt-fs: 0.9rem; --slt-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); --bg-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23696969'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); --bg-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Eic_keyboard_arrow_down_24px%3C/title%3E%3Cg fill='%23f1f1f1'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); display: var(--slt-dsp); place-items: var(--slt-align); place-content: var(--slt-justify); width: var(--min-w-800); min-height: var(--slt-min-h); font-size: var(--slt-fs, 0.9rem); color: var(--slt-cl, currentColor); background-color: var(--slt-bg, whitesmoke); background: var(--slt-bg); background-repeat: no-repeat; background-size: 1rem 1rem; background-position: right 0.8rem top 50%; border-style: var(--slt-bdr-style); border-width: var(--slt-bdr-w); border-color: var(--slt-bdr-cl); padding-inline: var(--slt-px); padding-block: var(--slt-py); -moz-appearance: var(--slt-appearance); -webkit-appearance: var(--slt-appearance); appearance: var(--slt-appearance); padding-right: 30px; } _text select * { padding-inline: var(--slt-px); } footer:not([aria-label], [role=footer]), [role=contentinfo]:not([aria-label], [role=footer]) { --fs: 0.9rem; --footer-fs: 0.9rem; --footer-dsp: flex; --footer-direction: column; display: var(--footer-dsp); flex-direction: var(--footer-direction); font-size: var(--footer-fs, var(--fs)); } footer:not([aria-label], [role=footer]) p, [role=contentinfo]:not([aria-label], [role=footer]) p { --p-fs: var(--footer-fs, var(--fs)); } dialog, [role=dialog] { --diag-bg: whitesmoke; --diag-bg-img: none; --diag-x: 1.5rem; --diag-y: 1.5rem; --spc: auto; background-color: var(--diag-bg); background-image: var(--diag-bg-img); padding-inline: var(--diag-x); padding-block: var(--diag-y); } dialog::backdrop, [role=dialog]::backdrop { background-color: var(--bk-drop-bg, rgba(0, 0, 0, 0.7)); } /*# sourceMappingURL=index-min.css.map */
0.616359
0.071364
@font-face { font-family: "mario"; src: url("./fonts/mario2.ttf") format("woff"); } * { margin: 0; padding: 0; box-sizing: border-box; /* font-family: mario; */ font-family: Helvetica, sans-serif; } body { color: rgb(72, 72, 72); background-color: ghostwhite; min-width: 1300px; } label { display: block; } /* nav a { display: inline-block; margin: 1em; } */ form div { /* margin: 1em; */ display: inline-block; } /*********************** All * ***********************/ a { text-decoration: none; } .loading { display: flex; justify-content: center; align-items: center; height: 150px; width: 100%; } .button-font { font-family: "mario"; font-size: 1em; } /*********************** Navbar * ***********************/ .nav-link-text { margin-left: 7px; margin-right: 7px; } .nav-link-title { margin-left: 7px; /* margin-right: 3px; */ } .navbar-message { display: flex; justify-content: center; align-items: center; height: 50px; background-color: ghostwhite; font-weight: bold; font-size: 1.5rem; } .poke-walk-box { width: 100%; height: 80px; margin: 0 auto; display: flex; justify-content: center; align-items: center; border-bottom: solid 2px gray; } .poke-walk { width: auto; height: 200%; position: relative; top: -20px; z-index: 1; } .logo-image { width: 100%; } /*********************** Home * ***********************/ .home-header { font-size: 4rem; text-align: center; margin: 4%; } .carousel-img { width: 100%; height: 600px; object-fit: cover; display: block; } .featured-img { height: 200px; object-fit: contain; } /*********************** All Products * ***********************/ .all-products-page { padding-top: 1rem; } .all-products-header { display: flex; flex-flow: row nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: space-between; align-items: center; } .all-products-title, .orders-title, .checkout-title, .cart-title, .page-title, .admin-title { font-weight: bold; font-size: 2rem; display: flex; align-items: center; font-family: "mario"; /*color: #fcd000;*/ } .all-products-container { padding: 1rem 40px 0 40px; flex-grow: 1; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .all-products-cat { display: flex; flex-direction: row; justify-content: flex-start; padding: 14px 40px 0 40px; width: 100%; } /*********************** Product Row * ***********************/ #card-title { font-family: "mario"; font-size: 1.2rem; } .product-row-header { display: flex; justify-content: space-between; } /*********************** Single Product * ***********************/ .single-product-img { padding: 2rem 0 2rem 4rem; /* width: 100%; */ height: 100%; object-fit: "contain"; } .title-container { width: 100%; padding: 3px 10px; background-color: #484848; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .single-product-title { font-size: 2.5rem; color: white; font-weight: bold; font-family: "mario"; } .single-button { font-family: "mario"; font-size: 1.2rem; } .desc-container { background-color: lightgray; width: 50%; } .top { padding-bottom: 20px; border-bottom: 1px solid gray; width: 100%; } #top-left { text-align: center; } #bottom-left { text-align: center; } .bottom { padding-top: 20px; border-top: 1px solid gray; width: 100%; } .single-product-sub-title { font-size: 4rem; color: #484848; font-weight: bold; margin-bottom: 2%; } .divider { width: 75%; height: 8px; background-color: #44af35; margin: 2% auto; } #single-product-header { background-color: #e71e07; margin-bottom: 1rem; } /*********************** Orders * ***********************/ .orders-page, .checkout-page { padding-top: 1rem; } .orders-header, .checkout-header { display: flex; flex-flow: row nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #44af35; justify-content: space-between; align-items: center; } /*********************** Cart * ***********************/ .cart-page, .admin-page { padding-top: 1rem; } .cart-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: center; } #order-summary { background-color: #e71e07; } .cart-body { width: 60%; margin: 0; padding: 10px 40px; } .img-container { width: 40%; margin: 0; padding: 10px 40px; } .img-container-stripe { width: 40%; margin: 0; padding: 10px 10px; } .img-check-out-process { /* width: 100%; height: auto; */ width: auto; height: 500px; object-fit: contain; } /*********************** Page * ***********************/ .page { padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 60%; margin: 0 auto; } .page-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: center; } .page-body { /* width: 80%; */ margin: 0; padding: 10px 40px; } /*********************** Forms * ***********************/ .form-header { display: flex; flex-flow: column nowrap; width: 100%; height: 65px; padding: 16px 24px; color: white; background-color: #009edb; justify-content: center; } .form-title { font-weight: bold; font-size: 1.25rem; display: flex; align-items: center; /*color: #fcd000;*/ } .form-container { padding: 16px 24px; flex-grow: 1; } .form-actions { display: flex; flex-flow: row nowrap; justify-content: flex-end; padding-top: 0.5rem; } /*********************** Not Found Page * ***********************/ .not-found-page { padding-top: 1rem; } .not-found-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #e71e07; justify-content: center; margin-bottom: 1rem; } .not-found-title { font-weight: bold; font-size: 4rem; display: flex; align-items: center; font-family: "mario"; } .not-found-grid { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; padding: 1rem; } .not-found-left { display: flex; justify-content: center; align-items: center; } .not-found-right { display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-family: "mario"; } .not-found-button { font-family: "mario"; font-size: 1.7rem; } .title-404 { font-family: "mario"; font-size: 14rem; } .title-oops { font-family: "mario"; font-size: 2rem; white-space: nowrap; } /*********************** Background Colors * ***********************/ .skyblue { background-color: #009edb; } .orange { background-color: #fcd000; } .red { background-color: #e71e07; } .green { background-color: #44af35; } /*********************** Misc * ***********************/ .divider { width: 100%; border-bottom: 2px solid #44af35; height: 0; margin: 0.5rem 0; } /*********************** Multi Select * ***********************/ .multi-select-container { display: inline-block; flex-grow: 0; } .multi-select-placeholder-text { font-family: mario; color: #484848; font-size: 1.25rem; /* color: #484848; font-size: 1rem; */ } .multi-select-container > *:first-child { margin-right: 5px; } .multi-select-chip-container > div { margin-right: 3px; } .multi-select-chip-container > div:last-child { margin-right: 3px; } /*********************** Admin * ***********************/ .admin-header { /* display: flex; flex-flow: row nowrap; */ width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #e71e07; justify-content: space-between; align-items: center; } /*********************** Wishlist * ***********************/ .wishlist-page { padding-top: 1rem; width: 100%; margin: 0 auto; } .wishlist-right { display: flex; flex-grow: 1; flex-direction: column; justify-content: space-between; padding: 1rem; } .wishlist-buttons { text-align: right; } .wishlist-buttons > *:first-child { margin-right: 5px; } /*********************** Snackbar * ***********************/ .snackbar-message { color: #fcd000; font-family: mario; } /*********************** Profile * ***********************/ .profile-body { width: 60%; margin: 1rem; padding: 10px 40px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } /*********************** Featured * ***********************/ .featured-header { display: flex; flex-flow: row nowrap; width: 100%; height: 30px; padding: 16px 40px; margin: 2em 1em 0 1em; color: white; justify-content: flex-start; align-items: center; } .featured-title { font-weight: bold; font-size: 2.5rem; display: flex; align-items: center; font-family: "mario"; } .creator-header { display: flex; flex-flow: column nowrap; width: 100%; height: 30px; padding: 24px 40px 0 40px; margin: 2em 1em 1em 1em; color: #484848; justify-content: center; align-items: center; } .creator-title { font-weight: bold; font-size: 2.5rem; display: flex; align-items: center; font-family: "mario"; } .creator-subtitle { font-weight: bold; font-size: 1.2rem; display: flex; align-items: center; text-align: center; width: 75%; } .avatar-img { height: 100%; width: 100%; object-fit: scale-down; } .login-img { width: 100%; height: auto; } .share { /* height: 45px; */ display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 1em; }
public/style.css
@font-face { font-family: "mario"; src: url("./fonts/mario2.ttf") format("woff"); } * { margin: 0; padding: 0; box-sizing: border-box; /* font-family: mario; */ font-family: Helvetica, sans-serif; } body { color: rgb(72, 72, 72); background-color: ghostwhite; min-width: 1300px; } label { display: block; } /* nav a { display: inline-block; margin: 1em; } */ form div { /* margin: 1em; */ display: inline-block; } /*********************** All * ***********************/ a { text-decoration: none; } .loading { display: flex; justify-content: center; align-items: center; height: 150px; width: 100%; } .button-font { font-family: "mario"; font-size: 1em; } /*********************** Navbar * ***********************/ .nav-link-text { margin-left: 7px; margin-right: 7px; } .nav-link-title { margin-left: 7px; /* margin-right: 3px; */ } .navbar-message { display: flex; justify-content: center; align-items: center; height: 50px; background-color: ghostwhite; font-weight: bold; font-size: 1.5rem; } .poke-walk-box { width: 100%; height: 80px; margin: 0 auto; display: flex; justify-content: center; align-items: center; border-bottom: solid 2px gray; } .poke-walk { width: auto; height: 200%; position: relative; top: -20px; z-index: 1; } .logo-image { width: 100%; } /*********************** Home * ***********************/ .home-header { font-size: 4rem; text-align: center; margin: 4%; } .carousel-img { width: 100%; height: 600px; object-fit: cover; display: block; } .featured-img { height: 200px; object-fit: contain; } /*********************** All Products * ***********************/ .all-products-page { padding-top: 1rem; } .all-products-header { display: flex; flex-flow: row nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: space-between; align-items: center; } .all-products-title, .orders-title, .checkout-title, .cart-title, .page-title, .admin-title { font-weight: bold; font-size: 2rem; display: flex; align-items: center; font-family: "mario"; /*color: #fcd000;*/ } .all-products-container { padding: 1rem 40px 0 40px; flex-grow: 1; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .all-products-cat { display: flex; flex-direction: row; justify-content: flex-start; padding: 14px 40px 0 40px; width: 100%; } /*********************** Product Row * ***********************/ #card-title { font-family: "mario"; font-size: 1.2rem; } .product-row-header { display: flex; justify-content: space-between; } /*********************** Single Product * ***********************/ .single-product-img { padding: 2rem 0 2rem 4rem; /* width: 100%; */ height: 100%; object-fit: "contain"; } .title-container { width: 100%; padding: 3px 10px; background-color: #484848; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .single-product-title { font-size: 2.5rem; color: white; font-weight: bold; font-family: "mario"; } .single-button { font-family: "mario"; font-size: 1.2rem; } .desc-container { background-color: lightgray; width: 50%; } .top { padding-bottom: 20px; border-bottom: 1px solid gray; width: 100%; } #top-left { text-align: center; } #bottom-left { text-align: center; } .bottom { padding-top: 20px; border-top: 1px solid gray; width: 100%; } .single-product-sub-title { font-size: 4rem; color: #484848; font-weight: bold; margin-bottom: 2%; } .divider { width: 75%; height: 8px; background-color: #44af35; margin: 2% auto; } #single-product-header { background-color: #e71e07; margin-bottom: 1rem; } /*********************** Orders * ***********************/ .orders-page, .checkout-page { padding-top: 1rem; } .orders-header, .checkout-header { display: flex; flex-flow: row nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #44af35; justify-content: space-between; align-items: center; } /*********************** Cart * ***********************/ .cart-page, .admin-page { padding-top: 1rem; } .cart-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: center; } #order-summary { background-color: #e71e07; } .cart-body { width: 60%; margin: 0; padding: 10px 40px; } .img-container { width: 40%; margin: 0; padding: 10px 40px; } .img-container-stripe { width: 40%; margin: 0; padding: 10px 10px; } .img-check-out-process { /* width: 100%; height: auto; */ width: auto; height: 500px; object-fit: contain; } /*********************** Page * ***********************/ .page { padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 60%; margin: 0 auto; } .page-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #009edb; justify-content: center; } .page-body { /* width: 80%; */ margin: 0; padding: 10px 40px; } /*********************** Forms * ***********************/ .form-header { display: flex; flex-flow: column nowrap; width: 100%; height: 65px; padding: 16px 24px; color: white; background-color: #009edb; justify-content: center; } .form-title { font-weight: bold; font-size: 1.25rem; display: flex; align-items: center; /*color: #fcd000;*/ } .form-container { padding: 16px 24px; flex-grow: 1; } .form-actions { display: flex; flex-flow: row nowrap; justify-content: flex-end; padding-top: 0.5rem; } /*********************** Not Found Page * ***********************/ .not-found-page { padding-top: 1rem; } .not-found-header { display: flex; flex-flow: column nowrap; width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #e71e07; justify-content: center; margin-bottom: 1rem; } .not-found-title { font-weight: bold; font-size: 4rem; display: flex; align-items: center; font-family: "mario"; } .not-found-grid { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; padding: 1rem; } .not-found-left { display: flex; justify-content: center; align-items: center; } .not-found-right { display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-family: "mario"; } .not-found-button { font-family: "mario"; font-size: 1.7rem; } .title-404 { font-family: "mario"; font-size: 14rem; } .title-oops { font-family: "mario"; font-size: 2rem; white-space: nowrap; } /*********************** Background Colors * ***********************/ .skyblue { background-color: #009edb; } .orange { background-color: #fcd000; } .red { background-color: #e71e07; } .green { background-color: #44af35; } /*********************** Misc * ***********************/ .divider { width: 100%; border-bottom: 2px solid #44af35; height: 0; margin: 0.5rem 0; } /*********************** Multi Select * ***********************/ .multi-select-container { display: inline-block; flex-grow: 0; } .multi-select-placeholder-text { font-family: mario; color: #484848; font-size: 1.25rem; /* color: #484848; font-size: 1rem; */ } .multi-select-container > *:first-child { margin-right: 5px; } .multi-select-chip-container > div { margin-right: 3px; } .multi-select-chip-container > div:last-child { margin-right: 3px; } /*********************** Admin * ***********************/ .admin-header { /* display: flex; flex-flow: row nowrap; */ width: 100%; height: 80px; padding: 16px 40px; color: white; background-color: #e71e07; justify-content: space-between; align-items: center; } /*********************** Wishlist * ***********************/ .wishlist-page { padding-top: 1rem; width: 100%; margin: 0 auto; } .wishlist-right { display: flex; flex-grow: 1; flex-direction: column; justify-content: space-between; padding: 1rem; } .wishlist-buttons { text-align: right; } .wishlist-buttons > *:first-child { margin-right: 5px; } /*********************** Snackbar * ***********************/ .snackbar-message { color: #fcd000; font-family: mario; } /*********************** Profile * ***********************/ .profile-body { width: 60%; margin: 1rem; padding: 10px 40px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } /*********************** Featured * ***********************/ .featured-header { display: flex; flex-flow: row nowrap; width: 100%; height: 30px; padding: 16px 40px; margin: 2em 1em 0 1em; color: white; justify-content: flex-start; align-items: center; } .featured-title { font-weight: bold; font-size: 2.5rem; display: flex; align-items: center; font-family: "mario"; } .creator-header { display: flex; flex-flow: column nowrap; width: 100%; height: 30px; padding: 24px 40px 0 40px; margin: 2em 1em 1em 1em; color: #484848; justify-content: center; align-items: center; } .creator-title { font-weight: bold; font-size: 2.5rem; display: flex; align-items: center; font-family: "mario"; } .creator-subtitle { font-weight: bold; font-size: 1.2rem; display: flex; align-items: center; text-align: center; width: 75%; } .avatar-img { height: 100%; width: 100%; object-fit: scale-down; } .login-img { width: 100%; height: auto; } .share { /* height: 45px; */ display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 1em; }
0.35354
0.065485
.container { min-height: calc(100vh - 64px); padding: 0; display: flex; flex-direction: column; align-items: center; max-width: 90vw; margin: auto; } .main { max-width: 540px; padding-top: 2rem; flex: 1; } .footer { max-width: 540px; color: #808080; margin: 4em 0; display: flex; justify-content: center; align-items: center; } .footer img { margin: 0 0.5rem; } .footer a { display: flex; justify-content: center; align-items: center; } .title a { color: #0070f3; text-decoration: none; } .title { margin: 0; font-size: 1.75rem; line-height: 35px; } .description { margin-top: 0.5rem; color: #808080; } .title, .description { text-align: center; } .arrow { display: none; } .cards { margin: 2rem; } .card { min-height: 135px; border: 2px solid #fff; border-radius: 0.5em; transition: color 0.15s ease, border-color 0.15s ease; } .card:empty { padding: 2em; background-image: radial-gradient( circle 14px at 46px 46px, #f2f2f2 99%, transparent 0 ), linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), linear-gradient(#f2f2f2 16px, transparent 0), linear-gradient(#f2f2f2 16px, transparent 0), linear-gradient(#f2f2f2 16px, transparent 0); background-repeat: repeat-y; background-size: 100px 200px, /* circle */ 50px 200px, /* highlight */ 150px 200px, 350px 200px, 200px 200px; background-position: 0 0, /* circle */ 0 0, /* highlight */ 70px 36px, 70px 58px, 70px 80px; animation: shine 1s infinite; } @keyframes shine { to { background-position: 0 0, 100% 0, 70px 36px, 70px 58px, 70px 80px; } } .card h3 { margin: 0; font-size: 1.125rem; font-weight: 600; line-height: 1.5; } .card p { margin: 0; font-size: 1rem; line-height: 1.25; color: #808080; } .cardContent { background: transparent; border: none; display: grid; grid-template-columns: 24px 1fr; gap: 1em; padding: 1.5em 1em; text-align: left; color: inherit; text-decoration: none; } .cardContent img { margin-top: 0.2rem; } .logo { height: 1.5rem; } .links { display: flex; flex-direction: column; height: 3.5rem; align-items: center; justify-content: space-between; } .link { color: #335bf1; font-weight: 600; } @media screen and (min-width: 768px) { .main { padding-top: 4.5rem; } .title { line-height: 50px; font-size: 2.5rem; } .description { font-size: 1.25rem; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .cards { margin: 4rem 0; } .card { margin-bottom: 1rem; } .card:hover, .card:focus, .card:active { border-color: #f2f2f2; } .card:hover .arrow { display: flex; align-items: center; justify-content: center; height: 100%; } .cardContent { grid-template-columns: 24px 1fr 42px; padding: 2em; cursor: pointer; font: inherit; } .links { padding-left: 28px; flex-direction: row; height: inherit; } .link { padding-right: 28px; } .link:hover { background: url(/icons/external-link.svg) no-repeat right; background-size: 20px 20px; } .linkText:hover { border-bottom: 2px solid #335bf1; } } .backend { margin-bottom: 4rem; } .backend h2 { text-align: center; } .backend h4 { margin-bottom: 0; } .backend h4 em { font-weight: normal; margin-left: 0.5rem; } .backend pre { font-size: 80%; border-radius: 0.5rem; }
examples/with-clerk/styles/Home.module.css
.container { min-height: calc(100vh - 64px); padding: 0; display: flex; flex-direction: column; align-items: center; max-width: 90vw; margin: auto; } .main { max-width: 540px; padding-top: 2rem; flex: 1; } .footer { max-width: 540px; color: #808080; margin: 4em 0; display: flex; justify-content: center; align-items: center; } .footer img { margin: 0 0.5rem; } .footer a { display: flex; justify-content: center; align-items: center; } .title a { color: #0070f3; text-decoration: none; } .title { margin: 0; font-size: 1.75rem; line-height: 35px; } .description { margin-top: 0.5rem; color: #808080; } .title, .description { text-align: center; } .arrow { display: none; } .cards { margin: 2rem; } .card { min-height: 135px; border: 2px solid #fff; border-radius: 0.5em; transition: color 0.15s ease, border-color 0.15s ease; } .card:empty { padding: 2em; background-image: radial-gradient( circle 14px at 46px 46px, #f2f2f2 99%, transparent 0 ), linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), linear-gradient(#f2f2f2 16px, transparent 0), linear-gradient(#f2f2f2 16px, transparent 0), linear-gradient(#f2f2f2 16px, transparent 0); background-repeat: repeat-y; background-size: 100px 200px, /* circle */ 50px 200px, /* highlight */ 150px 200px, 350px 200px, 200px 200px; background-position: 0 0, /* circle */ 0 0, /* highlight */ 70px 36px, 70px 58px, 70px 80px; animation: shine 1s infinite; } @keyframes shine { to { background-position: 0 0, 100% 0, 70px 36px, 70px 58px, 70px 80px; } } .card h3 { margin: 0; font-size: 1.125rem; font-weight: 600; line-height: 1.5; } .card p { margin: 0; font-size: 1rem; line-height: 1.25; color: #808080; } .cardContent { background: transparent; border: none; display: grid; grid-template-columns: 24px 1fr; gap: 1em; padding: 1.5em 1em; text-align: left; color: inherit; text-decoration: none; } .cardContent img { margin-top: 0.2rem; } .logo { height: 1.5rem; } .links { display: flex; flex-direction: column; height: 3.5rem; align-items: center; justify-content: space-between; } .link { color: #335bf1; font-weight: 600; } @media screen and (min-width: 768px) { .main { padding-top: 4.5rem; } .title { line-height: 50px; font-size: 2.5rem; } .description { font-size: 1.25rem; } .title a:hover, .title a:focus, .title a:active { text-decoration: underline; } .cards { margin: 4rem 0; } .card { margin-bottom: 1rem; } .card:hover, .card:focus, .card:active { border-color: #f2f2f2; } .card:hover .arrow { display: flex; align-items: center; justify-content: center; height: 100%; } .cardContent { grid-template-columns: 24px 1fr 42px; padding: 2em; cursor: pointer; font: inherit; } .links { padding-left: 28px; flex-direction: row; height: inherit; } .link { padding-right: 28px; } .link:hover { background: url(/icons/external-link.svg) no-repeat right; background-size: 20px 20px; } .linkText:hover { border-bottom: 2px solid #335bf1; } } .backend { margin-bottom: 4rem; } .backend h2 { text-align: center; } .backend h4 { margin-bottom: 0; } .backend h4 em { font-weight: normal; margin-left: 0.5rem; } .backend pre { font-size: 80%; border-radius: 0.5rem; }
0.586049
0.107531
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900); @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese); @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext); body { /*background-image: url("/img/background/space-background.png");*/ background: url("/img/background/space-background.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; height: auto; font-family: 'Orbitron', sans-serif; } #app { padding-top: 40px; width: 100%; } .vertical-menu { padding-inline-start: 0px; } .vertical-menu menuitem { color: white; display: block; padding: 1vw; flex: 1 1 100%; height: 100%; } .vertical-menu menuitem:hover:not(.disabled) { background-color: #607D8B; /* Dark grey background on mouse-over */ border-radius: 5px; } .vertical-menu menuitem.active:not(.disabled) { background-color: #4CAF50; /* Add a green color to the "active/current" link */ color: white; } .store { display: flex; height: auto; min-width: 200px; flex-wrap: wrap; } .buyContainer { flex: 0 0 15vmax; border: 3px solid #50c2bc; padding: 25px; width: 12vmax; text-align: center; border-radius: 20px 0px 0px 0px; margin: 10px 15px; line-height: 2.5vw; } .buyContainer button:hover { background-color: #607D8B; color: white; } .disabled, .disabled a { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; pointer-events: none; } .pageTitle { position: absolute; top: -68px; line-height: 4.5em; display: inline-block; } h1 { color: white; font-size: 55px; } h2 { color: white; font-size: 2vw; font-weight: 400; } p { color: white; font-size: 1.5vw; font-family: 'Roboto', sans-serif; font-weight: 300; } .disclaimer { font-size: .75vw; word-wrap: break-word; } .uiContainer { display: inline-block; position: absolute; top: 10%; width: 75%; left: 100px; background-repeat: no-repeat; background-size: contain; } .shortDragBar { max-width: 325px; padding-bottom: 25px; } menu > .option, menuitem > span, menu > .option > select { color:white; text-decoration: none; font-size: 4vmin; } menuitem:hover { color:white; border-radius: 3px; } .horizDisplay { display: flex; } .horizDisplay > menuitem { display: flex; flex: 1 1 100px; height: auto; } button { background-color: #50c2bc; border-radius: 4px; font-size: 1.5vw; text-decoration: none; border:none; color: white; font-family: 'Orbitron', sans-serif; padding: 15px 25px; font-weight: 600; } button .disabled { background-color: #607D8B; } #points-container { color: white; font-size: 1.5vw; font-family: 'Roboto', sans-serif; font-weight: 300; border: 3px solid #50c2bc; border: 3px solid #50c2bc; padding: 10px; width: 7vmax; height: auto; text-align: center; border-radius: 0px 0px 20px 20px; vertical-align: middle; position: absolute; top: 0; right: 0; } .subHeader { font-size: 6vmin; color: white; padding-bottom: 15px; font-weight: 700; } .subLabel { margin-bottom: 10px; font-family: roboto; text-transform: uppercase; color: white; text-decoration: none; } .menuIndent { padding: 0px 30px 30px 60px } /* Vibration */ .vibrate:hover { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; } @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } } .controllerlayout { width: 34vw; } .finale { font-size: 32px; }
public/styles/main.css
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900); @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese); @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext); body { /*background-image: url("/img/background/space-background.png");*/ background: url("/img/background/space-background.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; height: auto; font-family: 'Orbitron', sans-serif; } #app { padding-top: 40px; width: 100%; } .vertical-menu { padding-inline-start: 0px; } .vertical-menu menuitem { color: white; display: block; padding: 1vw; flex: 1 1 100%; height: 100%; } .vertical-menu menuitem:hover:not(.disabled) { background-color: #607D8B; /* Dark grey background on mouse-over */ border-radius: 5px; } .vertical-menu menuitem.active:not(.disabled) { background-color: #4CAF50; /* Add a green color to the "active/current" link */ color: white; } .store { display: flex; height: auto; min-width: 200px; flex-wrap: wrap; } .buyContainer { flex: 0 0 15vmax; border: 3px solid #50c2bc; padding: 25px; width: 12vmax; text-align: center; border-radius: 20px 0px 0px 0px; margin: 10px 15px; line-height: 2.5vw; } .buyContainer button:hover { background-color: #607D8B; color: white; } .disabled, .disabled a { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; pointer-events: none; } .pageTitle { position: absolute; top: -68px; line-height: 4.5em; display: inline-block; } h1 { color: white; font-size: 55px; } h2 { color: white; font-size: 2vw; font-weight: 400; } p { color: white; font-size: 1.5vw; font-family: 'Roboto', sans-serif; font-weight: 300; } .disclaimer { font-size: .75vw; word-wrap: break-word; } .uiContainer { display: inline-block; position: absolute; top: 10%; width: 75%; left: 100px; background-repeat: no-repeat; background-size: contain; } .shortDragBar { max-width: 325px; padding-bottom: 25px; } menu > .option, menuitem > span, menu > .option > select { color:white; text-decoration: none; font-size: 4vmin; } menuitem:hover { color:white; border-radius: 3px; } .horizDisplay { display: flex; } .horizDisplay > menuitem { display: flex; flex: 1 1 100px; height: auto; } button { background-color: #50c2bc; border-radius: 4px; font-size: 1.5vw; text-decoration: none; border:none; color: white; font-family: 'Orbitron', sans-serif; padding: 15px 25px; font-weight: 600; } button .disabled { background-color: #607D8B; } #points-container { color: white; font-size: 1.5vw; font-family: 'Roboto', sans-serif; font-weight: 300; border: 3px solid #50c2bc; border: 3px solid #50c2bc; padding: 10px; width: 7vmax; height: auto; text-align: center; border-radius: 0px 0px 20px 20px; vertical-align: middle; position: absolute; top: 0; right: 0; } .subHeader { font-size: 6vmin; color: white; padding-bottom: 15px; font-weight: 700; } .subLabel { margin-bottom: 10px; font-family: roboto; text-transform: uppercase; color: white; text-decoration: none; } .menuIndent { padding: 0px 30px 30px 60px } /* Vibration */ .vibrate:hover { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; } @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } } .controllerlayout { width: 34vw; } .finale { font-size: 32px; }
0.379953
0.118589
@font-face { font-family: 'DS-Digital'; /*src: url('../fonts/segment7/Segment7Standard.otf') format('otf');*/ src: url('../fonts/Segment7Standard.woff') format('woff'), url('../fonts/Segment7Standard.eot'), url('../fonts/Segment7Standard.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .pump_area { margin: 5px auto 0 auto; position: relative; color: white !important; } .pump_area .pump_img { width: 100%; } .energy-meter-status { font-family: Roboto, sans-serif !important; } .jar_area { text-align: center; width: 80px; position: absolute; } .jar { position: relative; width: 100%; display: block; background-color: transparent; } .jar_level_area { position: absolute; color: #fff; } .jar_level_area.top { top: -8px; right: 85px; } .jar_level_area.bottom { bottom: -6px; right: 85px; } .jar_level_area div { position: relative; top: -3px; width: 40px; height: 2px; display: inline-block; } .jar .water { width: 100%; height: 5px; position: absolute; background-color: rgba(0, 204, 255, 0.7); bottom: -1px; /*overflow: hidden;*/ -webkit-transition: all 2s; /* Safari */ transition: all 2s; } .water .level_area { position: relative; right: -79px; top: -11px; color: #fff; font-size: 18px; } .water .level_area div { position: relative; width: 35px; background: rgba(255, 255, 255, 0.62); height: 2px; display: inline-block; top: -2px; margin-right: 4px; } #totalflow { text-align: center; position: absolute; color: #fff; font-family: 'DS-Digital'; } .bubble_wrapper { position: relative; position: relative; width: 100%; top: -18px; height: 100%; overflow: hidden; } #pressure_meter { position: absolute; /*width: 88px; height: 80px;*/ } #canvas-preview { width: 100%; height: 100%; } .genarator_area { width: 58px; position: absolute; } .genarator_area img { transform: rotate(0deg); width: 100%; } .rotateFan { -webkit-animation: rotation .6s infinite linear; } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } .flow_meter { position: absolute; text-align: center; /*width: 83px;*/ /*background: #ccc;*/ /*padding: 5px;*/ /*border: 2px solid #666;*/ } #todaysflow { width: 88px; height: 80px; } .odometer { font-size: 16px; margin: 1px 0; } .odometer.odometer-auto-theme .odometer-digit:last-child { /*color: #eee0d3 !important;*/ /*background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -o-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -ms-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important;*/ } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { background-image: none !important; padding: 1px !important; } .odometer.odometer-auto-theme, .odometer.odometer-theme-car { background: none !important; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { box-shadow: none !important; } .clorine_flow { position: absolute; } .clorine_silinder_area { position: absolute; width: 120px; } .clorine_silinder_area img { width: 100%; } .path { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash 3s linear infinite; } @keyframes dash { from { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } } .signal_area { position: absolute; } .signal { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-left: 0 3px; } .signal.red { background: #FF0000; } .signal.green { background: #349946; } .signal.black { background: #000 !important; } /*.blink { -webkit-animation: signalblinkanimation 1s infinite alternate-reverse; } @-webkit-keyframes signalblinkanimation { 0% { opacity: .2; } 100% { opacity: 1; } }*/ .blink_pressure_value { -webkit-animation: textblinkblackred 1s infinite alternate-reverse; } @-webkit-keyframes textblinkblackred { 0% { color: black; } 100% { color: red; } } .blink_flowmeter_value { -webkit-animation: textblinkwhitered 1s infinite alternate-reverse; } @-webkit-keyframes textblinkwhitered { 0% { color: white; } 100% { color: red; } } .blink_text { -webkit-animation: textblink .5s infinite alternate-reverse; } @-webkit-keyframes textblink { 0% { opacity: 1; } 100% { opacity: 0; } } .chlorine_jar_area { text-align: center; width: 22px; position: absolute; } .chlorine_jar { position: relative; width: 100%; height: 74px; /*display: inline-block;*/ background-color: transparent; } .chlorine_jar i { position: absolute; color: red; } .chlorine_jar .chlorine { width: 100%; height: 0px; position: absolute; background-color: #ffcc05; bottom: 5px; -webkit-transition: all 2s; /* Safari */ transition: all 2s; } .chlorine .level_area { position: relative; right: -24px; width: 100px; display: inline-block; top: -11px; color: #2f1010; font-size: 18px; } .chlorine .level_area div { position: relative; width: 20px; height: 2px; display: inline-block; top: -4px; } .energy_meter_reading { position: absolute; } .energy_meter_reading p { font-family: 'DS-Digital'; font-weight: 700; font-size: 27px; color: #333333; } .energy_meter_btn_area { position: absolute; } .energy_meter_btn_area .wrapper { overflow: hidden; position: relative; width: 245px; } .energy_meter_btn_area button { height: 75px; background: #9793a5; border: none; border-radius: 14px; padding: 0px 8px; } .energy_meter_btn_area button:focus { outline: none; } .energy_meter_btn_area .data_table { position: absolute; top: 3px; left: -176px; z-index: -1; } .energy_meter_btn_area .data_table table, .energy_meter_btn_area .data_table td, .energy_meter_btn_area .data_table th { border: 1px solid #ccc; border-collapse: collapse; font-size: 12px; background: #acb19a; } .energy_meter_btn_area .data_table td, .energy_meter_btn_area .data_table th { padding: 5px; } .show_data_table { -webkit-animation-name: data_table_animation_show; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */ animation-name: data_table_animation_show; animation-duration: .3s; animation-fill-mode: forwards; } .hide_data_table { -webkit-animation-name: data_table_animation_hide; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */ animation-name: data_table_animation_hide; animation-duration: .3s; animation-fill-mode: forwards; } /* Standard syntax */ @keyframes data_table_animation_show { 0% { left: -176px; visibility: visible; } 50% { left: 30px; /*transform:scaleX(1.3);*/ } 100% { /*transform:scaleX(1.0);*/ left: 18px; visibility: visible; } } /* Standard syntax */ @keyframes data_table_animation_hide { 0% { left: 18px; } 50% { left: 30px; } 100% { /*transform:scaleX(1.0);*/ left: -176px; visibility: hidden; } } /*Bubble animation section*/ .field { position: absolute; bottom: -26px; height: 161px; width: 100% !important; /*position: absolute !important;*/ /*bottom: 13px !important;*/ /*right: 302px !important;*/ overflow: hidden !important; } .network_area { position: absolute; } .network_area .network_wrapper { position: relative; } .network_area img { width: 32px; position: absolute; left: 18px; bottom: 14px; } .network_area ul { display: inline-block; } .network_area li { width: 5px; background: #ccc; display: inline-block; list-style: none; vertical-align: bottom; } .network_area ul li:nth-child(1) { height: 5px; } .network_area ul li:nth-child(2) { height: 10px; } .network_area ul li:nth-child(3) { height: 15px; } .network_area ul li:nth-child(4) { height: 20px; } .network_area ul li:nth-child(5) { height: 25px; } .network_area ul li:nth-child(6) { height: 30px; } .network_area ul li:nth-child(7) { height: 35px; } .vfd_area { position: absolute; } .vfd_img_area { position: relative; width: 130px; } .vfd_img_area img { width: 100%; } .vfd_img_area .vfd_value { position: absolute; left: 13px; bottom: -13px; font-size: 21px; letter-spacing: 2px; } .vfd_img_area .vfd_value span { font-family: 'DS-Digital'; } .fan_CL { position: absolute; } .fan_CL img { width: 100%; } .fan_FlowMeter { display: inline-block; position: absolute; } .fan_FlowMeter img { width: 100%; } #pressure_meter_value { font-family: 'DS-Digital'; position: absolute; font-size: 14px; color: #000; font-weight: 600; height: 16px; overflow-y: hidden; letter-spacing: 1px; } #flow_meter_value { position: absolute; width: 130px; text-align: center; font-family: 'DS-Digital'; color: #000; font-weight: bold; } #network_error_layer { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.61); top: 0; left: 0; } #network_error_layer p { text-align: center; margin-top: 25%; font-size: 22px; color: #fff; font-weight: 600; } .run-arrow-run { position: absolute; transform: rotate(180deg); } .run-arrow-run li { width: 43px; height: 24px; opacity: 0.3; float: left; clear: left; background: url(../img/right-arrow.png) no-repeat; list-style: none; transition: all; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -moz-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; -o-animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 5s; } @keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-webkit-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-moz-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-o-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } .arrow1 { -webkit-animation-name: blink1; -moz-animation-name: blink1; -o-animation-name: blink1; animation-name: blink1; } @keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-webkit-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-moz-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-o-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } .arrow2 { -webkit-animation-name: blink2; -moz-animation-name: blink2; -o-animation-name: blink2; animation-name: blink2; } /*@keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-webkit-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-moz-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-o-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } .arrow3 { -webkit-animation-name:blink3; -moz-animation-name:blink3; -o-animation-name:blink3; animation-name:blink3; } @keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-webkit-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-moz-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-o-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } .arrow4 { -webkit-animation-name:blink4; -moz-animation-name:blink4; -o-animation-name:blink4; animation-name:blink4; } @keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-webkit-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-moz-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-o-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } .arrow5 { -webkit-animation-name:blink5; -moz-animation-name:blink5; -o-animation-name:blink5; animation-name:blink5; } @keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-webkit-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-moz-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-o-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } .arrow6 { -webkit-animation-name:blink6; -moz-animation-name:blink6; -o-animation-name:blink6; animation-name:blink6; }*/ .modal_zone { display: inline-block; position: absolute; } .modal_zone:hover { background: rgba(0, 0, 0, 0.11); } .bg-img-num1 { margin: 0 !important; } /*768, 900*/ @media only screen and (max-width: 1100px) { /* For desktop: */ .pump_area { width: 630px; } .jar_area { width: 70px; bottom: 65px; right: 61px; } .jar { height: 147px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 17px; left: 208px; } .flow_meter { top: 82px; left: 318px; } #flow_meter_value { right: 148px; top: 158px; } #flow_meter_value .odometer-inside { font-size: 16px; } #totalflow { font-size: 16px; top: 183px; right: 164px; width: 98px; } #todaysflow { width: 200px; height: 115px; } .chlorine_jar_area { width: 50px; top: 132px; left: 44px; } .chlorine_jar { height: 149px; } .network_area { right: 11px; top: 35px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 25px; right: 91px; top: 122px; } #pressure_meter_value { left: 248px; top: 100px; width: 30px; text-align: center; } .pressure_meter_BG { position: absolute; top: 15px; left: 202px; width: 120px; } .fan_CL { left: 95px; top: 69px; width: 30px; } .pressure_meter_modal { width: 100px; height: 100px; top: 26px; left: 214px; border-radius: 35px; } .flow_meter_modal { width: 136px; height: 141px; top: 105px; right: 143px; border-radius: 35px; } .VFD_modal { width: 130px; height: 60px; top: 12px; right: 100px; border-radius: 20px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 48px; height: 175px; top: 112px; left: 45px; border-radius: 20px; } .water_modal { width: 78px; height: 188px; bottom: 31px; right: 60px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 11px; font-size: 30px; } .run-arrow-run { top: 80px; left: -2px; } .odometer-inside { font-size: 10px; } } @media only screen and (min-width: 1100px) { /* For desktop: */ .pump_area { width: 630px; } .jar_area { width: 70px; bottom: 65px; right: 61px; } .jar { height: 147px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 21px; left: 208px; } .flow_meter { top: 82px; left: 318px; } #flow_meter_value { right: 148px; top: 158px; } #flow_meter_value .odometer-inside { font-size: 16px; } #totalflow { font-size: 16px; top: 183px; right: 164px; width: 98px; } #todaysflow { width: 200px; height: 115px; } .chlorine_jar_area { width: 50px; top: 132px; left: 44px; } .chlorine_jar { height: 149px; } .network_area { right: 11px; top: 32px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 25px; right: 91px; top: 122px; } #pressure_meter_value { left: 248px; top: 100px; width: 30px; text-align: center; } .pressure_meter_BG { position: absolute; top: 15px; left: 202px; width: 120px; } .fan_CL { left: 95px; top: 69px; width: 30px; } .pressure_meter_modal { width: 100px; height: 100px; top: 26px; left: 214px; border-radius: 35px; } .flow_meter_modal { width: 136px; height: 141px; top: 105px; right: 143px; border-radius: 35px; } .VFD_modal { width: 130px; height: 60px; top: 12px; right: 100px; border-radius: 20px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 48px; height: 175px; top: 112px; left: 45px; border-radius: 20px; } .water_modal { width: 78px; height: 188px; bottom: 31px; right: 60px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 11px; font-size: 30px; } .run-arrow-run { top: 80px; left: -2px; } .odometer-inside { font-size: 10px; } } @media only screen and (min-width: 1400px) { .pump_area { width: 866px; } .jar_area { width: 85px; bottom: 79px; right: 76px; } .jar { height: 182px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 36px; left: 267px; } .pressure_meter_BG { position: absolute; top: 31px; left: 286px; width: 150px; } .flow_meter { top: 110px; left: 402px; } #flow_meter_value .odometer-inside { font-size: 18px; } #flow_meter_value { top: 223px; right: 231px; } #totalflow { top: 252px; right: 231px; width: 118px; } #todaysflow { width: 225px; height: 130px; } .chlorine_jar_area { width: 61px; top: 157px; left: 54px; } .chlorine_jar { height: 186px; } .network_area { right: 11px; top: 35px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 28px; right: 42px; top: 170px; } #pressure_meter_value { left: 345px; top: 135px; font-size: 17px; height: 19px; width: 35px; text-align: center; } .fan_CL { left: 137px; top: 100px; width: 30px; } .pressure_meter_modal { width: 116px; height: 130px; top: 26px; left: 264px; border-radius: 35px; } .flow_meter_modal { width: 160px; height: 169px; top: 131px; right: 181px; border-radius: 35px; } .odometer-inside { font-size: 12px; } .VFD_modal { width: 175px; height: 72px; top: 14px; right: 98px; border-radius: 20px; } .vfd_img_area { position: relative; width: 175px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 60px; height: 207px; top: 142px; left: 54px; border-radius: 20px; } .water_modal { width: 89px; height: 241px; bottom: 31px; right: 74px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 14px; font-size: 40px; } .run-arrow-run { top: 109px; left: 6px; } } @media only screen and (min-width: 1900px) { .pump_area { width: 1000px; } .jar_area { width: 109px; bottom: 101px; right: 98px; } .odometer-inside { font-size: 16px; } .jar_level_area.top { top: -8px; right: 122px; } .jar_level_area.bottom { bottom: -6px; right: 122px; } .jar { height: 234px; } .water .level_area { right: -85px; } #pressure_meter { width: 200px; height: 100px; top: 63px; left: 316px; } #canvas-preview { width: 100% !important; height: 100% !important; } .pressure_meter_BG { position: absolute; top: 31px; left: 325px; width: 180px; } .flow_meter { top: 134px; left: 512px; } #flow_meter_value .odometer-inside { font-size: 22px; } #flow_meter_value { top: 250px; right: 274px; } #totalflow { font-size: 26px; top: 290px; right: 260px; width: 157px; } #todaysflow { width: 300px; height: 180px; } .chlorine_jar_area { width: 79px; top: 207px; left: 70px; } .chlorine_jar { height: 237px; } .chlorine .level_area { right: -47px; } .network_area { right: 11px; top: 32px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 37px; right: 134px; top: 192px; } #pressure_meter_value { left: 392px; top: 159px; font-size: 21px; height: 23px; width: 45px; text-align: center; } .fan_CL { left: 157px; top: 114px; width: 37px; } .pressure_meter_modal { width: 142px; height: 156px; top: 38px; left: 347px; border-radius: 35px; } .flow_meter_modal { width: 188px; height: 205px; top: 180px; right: 243px; border-radius: 35px; } .VFD_modal { width: 208px; height: 83px; top: 18px; right: 98px; border-radius: 20px; } .vfd_img_area { position: relative; width: 210px; } .vfd_img_area .vfd_value { left: 22px; bottom: 12px; font-size: 28px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 73px; height: 266px; top: 182px; left: 73px; border-radius: 20px; } .water_modal { width: 110px; height: 287px; bottom: 54px; right: 96px; border-radius: 20px; } .chlorine_jar i { top: 36px; left: 22px; font-size: 40px; } .run-arrow-run { top: 146px; left: 16px; } } .text-blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }
chatbot/static/pump/css/style.css
@font-face { font-family: 'DS-Digital'; /*src: url('../fonts/segment7/Segment7Standard.otf') format('otf');*/ src: url('../fonts/Segment7Standard.woff') format('woff'), url('../fonts/Segment7Standard.eot'), url('../fonts/Segment7Standard.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .pump_area { margin: 5px auto 0 auto; position: relative; color: white !important; } .pump_area .pump_img { width: 100%; } .energy-meter-status { font-family: Roboto, sans-serif !important; } .jar_area { text-align: center; width: 80px; position: absolute; } .jar { position: relative; width: 100%; display: block; background-color: transparent; } .jar_level_area { position: absolute; color: #fff; } .jar_level_area.top { top: -8px; right: 85px; } .jar_level_area.bottom { bottom: -6px; right: 85px; } .jar_level_area div { position: relative; top: -3px; width: 40px; height: 2px; display: inline-block; } .jar .water { width: 100%; height: 5px; position: absolute; background-color: rgba(0, 204, 255, 0.7); bottom: -1px; /*overflow: hidden;*/ -webkit-transition: all 2s; /* Safari */ transition: all 2s; } .water .level_area { position: relative; right: -79px; top: -11px; color: #fff; font-size: 18px; } .water .level_area div { position: relative; width: 35px; background: rgba(255, 255, 255, 0.62); height: 2px; display: inline-block; top: -2px; margin-right: 4px; } #totalflow { text-align: center; position: absolute; color: #fff; font-family: 'DS-Digital'; } .bubble_wrapper { position: relative; position: relative; width: 100%; top: -18px; height: 100%; overflow: hidden; } #pressure_meter { position: absolute; /*width: 88px; height: 80px;*/ } #canvas-preview { width: 100%; height: 100%; } .genarator_area { width: 58px; position: absolute; } .genarator_area img { transform: rotate(0deg); width: 100%; } .rotateFan { -webkit-animation: rotation .6s infinite linear; } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } .flow_meter { position: absolute; text-align: center; /*width: 83px;*/ /*background: #ccc;*/ /*padding: 5px;*/ /*border: 2px solid #666;*/ } #todaysflow { width: 88px; height: 80px; } .odometer { font-size: 16px; margin: 1px 0; } .odometer.odometer-auto-theme .odometer-digit:last-child { /*color: #eee0d3 !important;*/ /*background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -o-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important; background-image: -ms-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%) !important;*/ } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { background-image: none !important; padding: 1px !important; } .odometer.odometer-auto-theme, .odometer.odometer-theme-car { background: none !important; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { box-shadow: none !important; } .clorine_flow { position: absolute; } .clorine_silinder_area { position: absolute; width: 120px; } .clorine_silinder_area img { width: 100%; } .path { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash 3s linear infinite; } @keyframes dash { from { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } } .signal_area { position: absolute; } .signal { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-left: 0 3px; } .signal.red { background: #FF0000; } .signal.green { background: #349946; } .signal.black { background: #000 !important; } /*.blink { -webkit-animation: signalblinkanimation 1s infinite alternate-reverse; } @-webkit-keyframes signalblinkanimation { 0% { opacity: .2; } 100% { opacity: 1; } }*/ .blink_pressure_value { -webkit-animation: textblinkblackred 1s infinite alternate-reverse; } @-webkit-keyframes textblinkblackred { 0% { color: black; } 100% { color: red; } } .blink_flowmeter_value { -webkit-animation: textblinkwhitered 1s infinite alternate-reverse; } @-webkit-keyframes textblinkwhitered { 0% { color: white; } 100% { color: red; } } .blink_text { -webkit-animation: textblink .5s infinite alternate-reverse; } @-webkit-keyframes textblink { 0% { opacity: 1; } 100% { opacity: 0; } } .chlorine_jar_area { text-align: center; width: 22px; position: absolute; } .chlorine_jar { position: relative; width: 100%; height: 74px; /*display: inline-block;*/ background-color: transparent; } .chlorine_jar i { position: absolute; color: red; } .chlorine_jar .chlorine { width: 100%; height: 0px; position: absolute; background-color: #ffcc05; bottom: 5px; -webkit-transition: all 2s; /* Safari */ transition: all 2s; } .chlorine .level_area { position: relative; right: -24px; width: 100px; display: inline-block; top: -11px; color: #2f1010; font-size: 18px; } .chlorine .level_area div { position: relative; width: 20px; height: 2px; display: inline-block; top: -4px; } .energy_meter_reading { position: absolute; } .energy_meter_reading p { font-family: 'DS-Digital'; font-weight: 700; font-size: 27px; color: #333333; } .energy_meter_btn_area { position: absolute; } .energy_meter_btn_area .wrapper { overflow: hidden; position: relative; width: 245px; } .energy_meter_btn_area button { height: 75px; background: #9793a5; border: none; border-radius: 14px; padding: 0px 8px; } .energy_meter_btn_area button:focus { outline: none; } .energy_meter_btn_area .data_table { position: absolute; top: 3px; left: -176px; z-index: -1; } .energy_meter_btn_area .data_table table, .energy_meter_btn_area .data_table td, .energy_meter_btn_area .data_table th { border: 1px solid #ccc; border-collapse: collapse; font-size: 12px; background: #acb19a; } .energy_meter_btn_area .data_table td, .energy_meter_btn_area .data_table th { padding: 5px; } .show_data_table { -webkit-animation-name: data_table_animation_show; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */ animation-name: data_table_animation_show; animation-duration: .3s; animation-fill-mode: forwards; } .hide_data_table { -webkit-animation-name: data_table_animation_hide; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */ animation-name: data_table_animation_hide; animation-duration: .3s; animation-fill-mode: forwards; } /* Standard syntax */ @keyframes data_table_animation_show { 0% { left: -176px; visibility: visible; } 50% { left: 30px; /*transform:scaleX(1.3);*/ } 100% { /*transform:scaleX(1.0);*/ left: 18px; visibility: visible; } } /* Standard syntax */ @keyframes data_table_animation_hide { 0% { left: 18px; } 50% { left: 30px; } 100% { /*transform:scaleX(1.0);*/ left: -176px; visibility: hidden; } } /*Bubble animation section*/ .field { position: absolute; bottom: -26px; height: 161px; width: 100% !important; /*position: absolute !important;*/ /*bottom: 13px !important;*/ /*right: 302px !important;*/ overflow: hidden !important; } .network_area { position: absolute; } .network_area .network_wrapper { position: relative; } .network_area img { width: 32px; position: absolute; left: 18px; bottom: 14px; } .network_area ul { display: inline-block; } .network_area li { width: 5px; background: #ccc; display: inline-block; list-style: none; vertical-align: bottom; } .network_area ul li:nth-child(1) { height: 5px; } .network_area ul li:nth-child(2) { height: 10px; } .network_area ul li:nth-child(3) { height: 15px; } .network_area ul li:nth-child(4) { height: 20px; } .network_area ul li:nth-child(5) { height: 25px; } .network_area ul li:nth-child(6) { height: 30px; } .network_area ul li:nth-child(7) { height: 35px; } .vfd_area { position: absolute; } .vfd_img_area { position: relative; width: 130px; } .vfd_img_area img { width: 100%; } .vfd_img_area .vfd_value { position: absolute; left: 13px; bottom: -13px; font-size: 21px; letter-spacing: 2px; } .vfd_img_area .vfd_value span { font-family: 'DS-Digital'; } .fan_CL { position: absolute; } .fan_CL img { width: 100%; } .fan_FlowMeter { display: inline-block; position: absolute; } .fan_FlowMeter img { width: 100%; } #pressure_meter_value { font-family: 'DS-Digital'; position: absolute; font-size: 14px; color: #000; font-weight: 600; height: 16px; overflow-y: hidden; letter-spacing: 1px; } #flow_meter_value { position: absolute; width: 130px; text-align: center; font-family: 'DS-Digital'; color: #000; font-weight: bold; } #network_error_layer { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.61); top: 0; left: 0; } #network_error_layer p { text-align: center; margin-top: 25%; font-size: 22px; color: #fff; font-weight: 600; } .run-arrow-run { position: absolute; transform: rotate(180deg); } .run-arrow-run li { width: 43px; height: 24px; opacity: 0.3; float: left; clear: left; background: url(../img/right-arrow.png) no-repeat; list-style: none; transition: all; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -moz-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; -o-animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 5s; } @keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-webkit-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-moz-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } @-o-keyframes blink1 { 1% { opacity: .3; } 3% { opacity: 1; } 10% { opacity: .3; } } .arrow1 { -webkit-animation-name: blink1; -moz-animation-name: blink1; -o-animation-name: blink1; animation-name: blink1; } @keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-webkit-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-moz-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } @-o-keyframes blink2 { 3% { opacity: .3; } 5% { opacity: 1; } 12% { opacity: .3; } } .arrow2 { -webkit-animation-name: blink2; -moz-animation-name: blink2; -o-animation-name: blink2; animation-name: blink2; } /*@keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-webkit-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-moz-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } @-o-keyframes blink3{ 5% {opacity:.3;} 7% {opacity:1;} 15% {opacity:.3;} } .arrow3 { -webkit-animation-name:blink3; -moz-animation-name:blink3; -o-animation-name:blink3; animation-name:blink3; } @keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-webkit-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-moz-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } @-o-keyframes blink4{ 7% {opacity:.3;} 9% {opacity:1;} 17% {opacity:.3;} } .arrow4 { -webkit-animation-name:blink4; -moz-animation-name:blink4; -o-animation-name:blink4; animation-name:blink4; } @keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-webkit-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-moz-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } @-o-keyframes blink5{ 9% {opacity:.3;} 11% {opacity:1;} 19% {opacity:.3;} } .arrow5 { -webkit-animation-name:blink5; -moz-animation-name:blink5; -o-animation-name:blink5; animation-name:blink5; } @keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-webkit-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-moz-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } @-o-keyframes blink6{ 11% {opacity:.3;} 13% {opacity:1;} 21% {opacity:.3;} } .arrow6 { -webkit-animation-name:blink6; -moz-animation-name:blink6; -o-animation-name:blink6; animation-name:blink6; }*/ .modal_zone { display: inline-block; position: absolute; } .modal_zone:hover { background: rgba(0, 0, 0, 0.11); } .bg-img-num1 { margin: 0 !important; } /*768, 900*/ @media only screen and (max-width: 1100px) { /* For desktop: */ .pump_area { width: 630px; } .jar_area { width: 70px; bottom: 65px; right: 61px; } .jar { height: 147px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 17px; left: 208px; } .flow_meter { top: 82px; left: 318px; } #flow_meter_value { right: 148px; top: 158px; } #flow_meter_value .odometer-inside { font-size: 16px; } #totalflow { font-size: 16px; top: 183px; right: 164px; width: 98px; } #todaysflow { width: 200px; height: 115px; } .chlorine_jar_area { width: 50px; top: 132px; left: 44px; } .chlorine_jar { height: 149px; } .network_area { right: 11px; top: 35px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 25px; right: 91px; top: 122px; } #pressure_meter_value { left: 248px; top: 100px; width: 30px; text-align: center; } .pressure_meter_BG { position: absolute; top: 15px; left: 202px; width: 120px; } .fan_CL { left: 95px; top: 69px; width: 30px; } .pressure_meter_modal { width: 100px; height: 100px; top: 26px; left: 214px; border-radius: 35px; } .flow_meter_modal { width: 136px; height: 141px; top: 105px; right: 143px; border-radius: 35px; } .VFD_modal { width: 130px; height: 60px; top: 12px; right: 100px; border-radius: 20px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 48px; height: 175px; top: 112px; left: 45px; border-radius: 20px; } .water_modal { width: 78px; height: 188px; bottom: 31px; right: 60px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 11px; font-size: 30px; } .run-arrow-run { top: 80px; left: -2px; } .odometer-inside { font-size: 10px; } } @media only screen and (min-width: 1100px) { /* For desktop: */ .pump_area { width: 630px; } .jar_area { width: 70px; bottom: 65px; right: 61px; } .jar { height: 147px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 21px; left: 208px; } .flow_meter { top: 82px; left: 318px; } #flow_meter_value { right: 148px; top: 158px; } #flow_meter_value .odometer-inside { font-size: 16px; } #totalflow { font-size: 16px; top: 183px; right: 164px; width: 98px; } #todaysflow { width: 200px; height: 115px; } .chlorine_jar_area { width: 50px; top: 132px; left: 44px; } .chlorine_jar { height: 149px; } .network_area { right: 11px; top: 32px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 25px; right: 91px; top: 122px; } #pressure_meter_value { left: 248px; top: 100px; width: 30px; text-align: center; } .pressure_meter_BG { position: absolute; top: 15px; left: 202px; width: 120px; } .fan_CL { left: 95px; top: 69px; width: 30px; } .pressure_meter_modal { width: 100px; height: 100px; top: 26px; left: 214px; border-radius: 35px; } .flow_meter_modal { width: 136px; height: 141px; top: 105px; right: 143px; border-radius: 35px; } .VFD_modal { width: 130px; height: 60px; top: 12px; right: 100px; border-radius: 20px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 48px; height: 175px; top: 112px; left: 45px; border-radius: 20px; } .water_modal { width: 78px; height: 188px; bottom: 31px; right: 60px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 11px; font-size: 30px; } .run-arrow-run { top: 80px; left: -2px; } .odometer-inside { font-size: 10px; } } @media only screen and (min-width: 1400px) { .pump_area { width: 866px; } .jar_area { width: 85px; bottom: 79px; right: 76px; } .jar { height: 182px; } .water .level_area { right: -60px; } #pressure_meter { width: 110px; height: 100px; top: 36px; left: 267px; } .pressure_meter_BG { position: absolute; top: 31px; left: 286px; width: 150px; } .flow_meter { top: 110px; left: 402px; } #flow_meter_value .odometer-inside { font-size: 18px; } #flow_meter_value { top: 223px; right: 231px; } #totalflow { top: 252px; right: 231px; width: 118px; } #todaysflow { width: 225px; height: 130px; } .chlorine_jar_area { width: 61px; top: 157px; left: 54px; } .chlorine_jar { height: 186px; } .network_area { right: 11px; top: 35px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 28px; right: 42px; top: 170px; } #pressure_meter_value { left: 345px; top: 135px; font-size: 17px; height: 19px; width: 35px; text-align: center; } .fan_CL { left: 137px; top: 100px; width: 30px; } .pressure_meter_modal { width: 116px; height: 130px; top: 26px; left: 264px; border-radius: 35px; } .flow_meter_modal { width: 160px; height: 169px; top: 131px; right: 181px; border-radius: 35px; } .odometer-inside { font-size: 12px; } .VFD_modal { width: 175px; height: 72px; top: 14px; right: 98px; border-radius: 20px; } .vfd_img_area { position: relative; width: 175px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 60px; height: 207px; top: 142px; left: 54px; border-radius: 20px; } .water_modal { width: 89px; height: 241px; bottom: 31px; right: 74px; border-radius: 20px; } .chlorine_jar i { top: 30px; left: 14px; font-size: 40px; } .run-arrow-run { top: 109px; left: 6px; } } @media only screen and (min-width: 1900px) { .pump_area { width: 1000px; } .jar_area { width: 109px; bottom: 101px; right: 98px; } .odometer-inside { font-size: 16px; } .jar_level_area.top { top: -8px; right: 122px; } .jar_level_area.bottom { bottom: -6px; right: 122px; } .jar { height: 234px; } .water .level_area { right: -85px; } #pressure_meter { width: 200px; height: 100px; top: 63px; left: 316px; } #canvas-preview { width: 100% !important; height: 100% !important; } .pressure_meter_BG { position: absolute; top: 31px; left: 325px; width: 180px; } .flow_meter { top: 134px; left: 512px; } #flow_meter_value .odometer-inside { font-size: 22px; } #flow_meter_value { top: 250px; right: 274px; } #totalflow { font-size: 26px; top: 290px; right: 260px; width: 157px; } #todaysflow { width: 300px; height: 180px; } .chlorine_jar_area { width: 79px; top: 207px; left: 70px; } .chlorine_jar { height: 237px; } .chlorine .level_area { right: -47px; } .network_area { right: 11px; top: 32px; } .vfd_area { top: 13px; right: 100px; } .fan_FlowMeter { width: 37px; right: 134px; top: 192px; } #pressure_meter_value { left: 392px; top: 159px; font-size: 21px; height: 23px; width: 45px; text-align: center; } .fan_CL { left: 157px; top: 114px; width: 37px; } .pressure_meter_modal { width: 142px; height: 156px; top: 38px; left: 347px; border-radius: 35px; } .flow_meter_modal { width: 188px; height: 205px; top: 180px; right: 243px; border-radius: 35px; } .VFD_modal { width: 208px; height: 83px; top: 18px; right: 98px; border-radius: 20px; } .vfd_img_area { position: relative; width: 210px; } .vfd_img_area .vfd_value { left: 22px; bottom: 12px; font-size: 28px; } .network_modal { width: 80px; height: 68px; top: 8px; right: 8px; border-radius: 20px; } .chlorine_modal { width: 73px; height: 266px; top: 182px; left: 73px; border-radius: 20px; } .water_modal { width: 110px; height: 287px; bottom: 54px; right: 96px; border-radius: 20px; } .chlorine_jar i { top: 36px; left: 22px; font-size: 40px; } .run-arrow-run { top: 146px; left: 16px; } } .text-blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }
0.396068
0.052255
:root { --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #faceca; --logo-yellow: #fbbc04; --gray-secondary: #777777; --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); --border-radius: 1.5rem; --border-radius-circle: 100%; } html { font-size: 64.5%; } @media (max-width: 990px) { html { font-size: 55%; } } @media (max-width: 768px) { html { font-size: 45%; } } * { font-family: 'barlow', sans-serif; text-align: center; box-sizing: border-box; } /* page heading */ .Page-head { margin-top: 140px; } .squad-description { margin: auto; margin-top: 2.5rem; width: 50%; font-size: 20px; color: var(--gray-secondary); } hr { width: 80%; margin: auto; } .teams { display: flex; flex-direction: column; align-items: center; } .team-container { width: 100%; /* border: 1px solid black; */ margin-bottom: 13rem; } .mentor-box { width: 55%; display: flex; margin: auto; justify-content: space-around; flex-wrap: wrap; } .team-member-container { margin: auto; width: 85%; display: flex; flex-wrap: wrap; justify-content: space-around; height: 335px; overflow: hidden; /* box-shadow: 0px -10px 8px inset rgb(201, 198, 198) ; */ margin-top: 4rem; margin-bottom: 5rem; } #core-team { width: 90%; height: 390px; } .team-container h1 { /* border: 1px solid black; */ border-radius: 20px; margin: auto; padding-top: 15px; padding-bottom: 15px; margin-top: 50px; margin-bottom: 50px; font-size: 3rem; font-weight: 600; } /* .team-member-container > div:nth-child(n) img { box-shadow: 0 0 10px 1px red, 0 0 0 10px inset black; border: 1px solid red; } .team-member-container > div:nth-child(2n) img { box-shadow: 0 0 10px 1px yellow, 0 0 10px inset black; border: 1px solid yellow; } .team-member-container > div:nth-child(3n) img { box-shadow: 0 0 10px 1px green; border: 1px solid green; } .team-member-container > div:nth-child(4n) img { box-shadow: 0 0 10px 1px blue; border: 1px solid blue; } */ /* .mentor-box img { box-shadow: 0 0 10px 1px var(--logo-blue); border: 1px solid var(--logo-blue); } */ .member-box { transition: all 0.5s ease-out; padding: 15px 20px 15px 20px; margin-bottom: 20px; margin-top: 15px; /* border: 1px solid black; */ border-radius: 10px; /* border: 0.2px solid rgb(247, 184, 184); */ transition: all 0.3s ease; } .member-box > img { width: 180px; height: 180px; border-radius: 50%; z-index: -2; object-fit: cover; object-position: top; } .mentor-box img, #core-team img { width: 200px; height: 200px; } .member-name { font-size: 22px; color: var(--black); margin-bottom: 4px; } .member-info { width: 100%; height: 100%; } .member-desig { font-size: 15px; margin-top: 7px; margin-bottom: 0px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; color: var(--gray-secondary); } .member-socials { display: flex; padding-top: 5px; font-size: 20px; width: 52%; margin: auto; align-items: center; justify-content: space-between; pointer-events: none; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; color: var(--gray-secondary); } .member-socials a { color: var(--gray-secondary); } .hide-btn { /* padding: 13px 50px; font-size: 15px; border-radius: 2px; background-color: black; color: white; box-shadow: 0 0 2px inset white; transition: all 0.2s linear; border-radius: 10px; */ display: inline-block; padding: 10px 30px; font-size: 15px; font-weight: 300; border: 0.1rem solid var(--black); background-color: var(--black); color: var(--white); border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -ms-border-radius: 1rem; -o-border-radius: 1rem; margin: 0 auto; width: 150px; text-align: center; cursor: pointer; } @media screen and (min-width: 1307px) { /* #web-team > div:nth-last-child(1) { grid-column: 4/5; } #web-team > div:nth-last-child(2) { grid-column: 3/4; } #web-team > div:nth-last-child(3) { grid-column: 2/3; } #content-team > div:nth-last-child(1) { grid-column: 3/4; } } */ #cp-btn { display: none; } #graphics-btn { display: none; } /* to manage bottom margin in absence of button */ #cp-team, #graphics-team { margin-bottom: 0; } } @media screen and (max-width: 1307px) and (min-width: 1033px) { /* .team-member-container { grid-template-columns: repeat(4, 1fr); } #web-team > div:last-child { grid-column: 2/4; } #android-team > div:last-child, #core-team > div:last-child { grid-column: 3/4; } #android-team > div:nth-last-child(2), #core-team > div:nth-last-child(2) { grid-column: 2/3; } #cp-team > div:last-child, #graphics-team > div:last-child { grid-column: 2/3; } #content-team > div:last-child { grid-column: 3/4; } #content-team > div:nth-last-child(2) { grid-column: 2/3; } #ML-team > div:last-child { grid-column: 3/4; } #ML-team > div:nth-last-child(2) { grid-column: 2/3; } */ #cp-btn{ display: none; } #graphics-btn{ display: none; } } @media screen and (max-width: 1033px) and (min-width: 800px) { } @media screen and (max-width: 800px) and (min-width: 500px) { } @media screen and (max-width: 500px) and (min-width: 0px) { .team-member-container{ height: 620px; } } /* section adjustments */ .show { height: fit-content !important; } /* hover and animationss */ .member-box:hover { /* transform: scale(1.1); */ } .mentor-box > .member-box:hover .member-socials, #core-team > .member-box:hover .member-socials { transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); pointer-events: all; opacity: 1; } .mentor-box > .member-box:hover .member-desig, #core-team > .member-box:hover .member-desig { transform: scale(1); transform: translateY(-10px); opacity: 0; -webkit-transform: translateY(-22px); -moz-transform: translateY(-22px); -ms-transform: translateY(-22px); -o-transform: translateY(-22px); } .hide-btn:hover { color: black; background-color: white; } .member-socials i { cursor: pointer; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .member-socials i:hover { color: var(--logo-blue); } section { padding: 0px; margin: 0px; } section p{ width: 100%; margin: 0px; } #particles-js{ width: 100%; height: 100%; position: absolute; /* background-color: red; */ z-index: -1; top: 0; left: 0; } canvas{ display: block; }
Styles/TeamPage.css
:root { --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #faceca; --logo-yellow: #fbbc04; --gray-secondary: #777777; --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); --border-radius: 1.5rem; --border-radius-circle: 100%; } html { font-size: 64.5%; } @media (max-width: 990px) { html { font-size: 55%; } } @media (max-width: 768px) { html { font-size: 45%; } } * { font-family: 'barlow', sans-serif; text-align: center; box-sizing: border-box; } /* page heading */ .Page-head { margin-top: 140px; } .squad-description { margin: auto; margin-top: 2.5rem; width: 50%; font-size: 20px; color: var(--gray-secondary); } hr { width: 80%; margin: auto; } .teams { display: flex; flex-direction: column; align-items: center; } .team-container { width: 100%; /* border: 1px solid black; */ margin-bottom: 13rem; } .mentor-box { width: 55%; display: flex; margin: auto; justify-content: space-around; flex-wrap: wrap; } .team-member-container { margin: auto; width: 85%; display: flex; flex-wrap: wrap; justify-content: space-around; height: 335px; overflow: hidden; /* box-shadow: 0px -10px 8px inset rgb(201, 198, 198) ; */ margin-top: 4rem; margin-bottom: 5rem; } #core-team { width: 90%; height: 390px; } .team-container h1 { /* border: 1px solid black; */ border-radius: 20px; margin: auto; padding-top: 15px; padding-bottom: 15px; margin-top: 50px; margin-bottom: 50px; font-size: 3rem; font-weight: 600; } /* .team-member-container > div:nth-child(n) img { box-shadow: 0 0 10px 1px red, 0 0 0 10px inset black; border: 1px solid red; } .team-member-container > div:nth-child(2n) img { box-shadow: 0 0 10px 1px yellow, 0 0 10px inset black; border: 1px solid yellow; } .team-member-container > div:nth-child(3n) img { box-shadow: 0 0 10px 1px green; border: 1px solid green; } .team-member-container > div:nth-child(4n) img { box-shadow: 0 0 10px 1px blue; border: 1px solid blue; } */ /* .mentor-box img { box-shadow: 0 0 10px 1px var(--logo-blue); border: 1px solid var(--logo-blue); } */ .member-box { transition: all 0.5s ease-out; padding: 15px 20px 15px 20px; margin-bottom: 20px; margin-top: 15px; /* border: 1px solid black; */ border-radius: 10px; /* border: 0.2px solid rgb(247, 184, 184); */ transition: all 0.3s ease; } .member-box > img { width: 180px; height: 180px; border-radius: 50%; z-index: -2; object-fit: cover; object-position: top; } .mentor-box img, #core-team img { width: 200px; height: 200px; } .member-name { font-size: 22px; color: var(--black); margin-bottom: 4px; } .member-info { width: 100%; height: 100%; } .member-desig { font-size: 15px; margin-top: 7px; margin-bottom: 0px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; color: var(--gray-secondary); } .member-socials { display: flex; padding-top: 5px; font-size: 20px; width: 52%; margin: auto; align-items: center; justify-content: space-between; pointer-events: none; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; color: var(--gray-secondary); } .member-socials a { color: var(--gray-secondary); } .hide-btn { /* padding: 13px 50px; font-size: 15px; border-radius: 2px; background-color: black; color: white; box-shadow: 0 0 2px inset white; transition: all 0.2s linear; border-radius: 10px; */ display: inline-block; padding: 10px 30px; font-size: 15px; font-weight: 300; border: 0.1rem solid var(--black); background-color: var(--black); color: var(--white); border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -ms-border-radius: 1rem; -o-border-radius: 1rem; margin: 0 auto; width: 150px; text-align: center; cursor: pointer; } @media screen and (min-width: 1307px) { /* #web-team > div:nth-last-child(1) { grid-column: 4/5; } #web-team > div:nth-last-child(2) { grid-column: 3/4; } #web-team > div:nth-last-child(3) { grid-column: 2/3; } #content-team > div:nth-last-child(1) { grid-column: 3/4; } } */ #cp-btn { display: none; } #graphics-btn { display: none; } /* to manage bottom margin in absence of button */ #cp-team, #graphics-team { margin-bottom: 0; } } @media screen and (max-width: 1307px) and (min-width: 1033px) { /* .team-member-container { grid-template-columns: repeat(4, 1fr); } #web-team > div:last-child { grid-column: 2/4; } #android-team > div:last-child, #core-team > div:last-child { grid-column: 3/4; } #android-team > div:nth-last-child(2), #core-team > div:nth-last-child(2) { grid-column: 2/3; } #cp-team > div:last-child, #graphics-team > div:last-child { grid-column: 2/3; } #content-team > div:last-child { grid-column: 3/4; } #content-team > div:nth-last-child(2) { grid-column: 2/3; } #ML-team > div:last-child { grid-column: 3/4; } #ML-team > div:nth-last-child(2) { grid-column: 2/3; } */ #cp-btn{ display: none; } #graphics-btn{ display: none; } } @media screen and (max-width: 1033px) and (min-width: 800px) { } @media screen and (max-width: 800px) and (min-width: 500px) { } @media screen and (max-width: 500px) and (min-width: 0px) { .team-member-container{ height: 620px; } } /* section adjustments */ .show { height: fit-content !important; } /* hover and animationss */ .member-box:hover { /* transform: scale(1.1); */ } .mentor-box > .member-box:hover .member-socials, #core-team > .member-box:hover .member-socials { transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); pointer-events: all; opacity: 1; } .mentor-box > .member-box:hover .member-desig, #core-team > .member-box:hover .member-desig { transform: scale(1); transform: translateY(-10px); opacity: 0; -webkit-transform: translateY(-22px); -moz-transform: translateY(-22px); -ms-transform: translateY(-22px); -o-transform: translateY(-22px); } .hide-btn:hover { color: black; background-color: white; } .member-socials i { cursor: pointer; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .member-socials i:hover { color: var(--logo-blue); } section { padding: 0px; margin: 0px; } section p{ width: 100%; margin: 0px; } #particles-js{ width: 100%; height: 100%; position: absolute; /* background-color: red; */ z-index: -1; top: 0; left: 0; } canvas{ display: block; }
0.40157
0.148109
body { background: #f2f2f2; } ul, section, section2 { position: relative; -webkit-transform: rotate(-35deg) skew(20deg, 5deg); transform: rotate(-35deg) skew(20deg, 5deg); } /*Start of Nav CSS*/ .list-item { background: #000; color: #575757; text-align: center; height: 2.5em; width: 4em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left: -15em; bottom: 12em; } .list-item:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } .list-item:hover:before, .list-item:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } .list-item:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; } .list-item:hover:after { background: #b65234; width: 1em; bottom: -2.5em; left: 1em; height: 4em; } .list-item:before, .list-item:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } .list-item:after { height: 4em; background: #181818; bottom: -2.25em; left: 1.5em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } .list-item:before { height: 2.5em; background: #121212; top: .25em; left: -.5em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } /* Start of Paragraph CSS*/ p { background: #000; color: #575757; text-align: center; height: 13.62em; width: 19.2em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left:7em; bottom:.5em; } p:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } p:hover:before, p:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } p:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; height: 13.62em; } p:hover:after { background: #b65234; width: 1em; bottom: -10.1em; left: 8.7em; height: 19.2em; } p:before, p:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } p:after { height: 19.2em; background: #181818; bottom: -9.753em; left: 9.21868em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } p:before { height: 13.62em; background: #121212; top: .25em; left: -0.52em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } /*Start of Title CSS*/ title { background: #000; color: #575757; text-align: center; height: 2.5em; width: 19.2em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left: -7em; bottom: 25em; } title:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } title:hover:before, title:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } title:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; } title:hover:after { background: #b65234; width: 1em; bottom: -10.1em; left: 8.6em; height: 19.2em; } title:before, title:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } title:after { height: 19.2em; background: #181818; bottom: -9.906em; left: 9.1em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } title:before { height: 2.5em; background: #121212; top: .25em; left: -.5em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } title { color: white; }
css/style.css
body { background: #f2f2f2; } ul, section, section2 { position: relative; -webkit-transform: rotate(-35deg) skew(20deg, 5deg); transform: rotate(-35deg) skew(20deg, 5deg); } /*Start of Nav CSS*/ .list-item { background: #000; color: #575757; text-align: center; height: 2.5em; width: 4em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left: -15em; bottom: 12em; } .list-item:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } .list-item:hover:before, .list-item:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } .list-item:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; } .list-item:hover:after { background: #b65234; width: 1em; bottom: -2.5em; left: 1em; height: 4em; } .list-item:before, .list-item:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } .list-item:after { height: 4em; background: #181818; bottom: -2.25em; left: 1.5em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } .list-item:before { height: 2.5em; background: #121212; top: .25em; left: -.5em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } /* Start of Paragraph CSS*/ p { background: #000; color: #575757; text-align: center; height: 13.62em; width: 19.2em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left:7em; bottom:.5em; } p:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } p:hover:before, p:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } p:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; height: 13.62em; } p:hover:after { background: #b65234; width: 1em; bottom: -10.1em; left: 8.7em; height: 19.2em; } p:before, p:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } p:after { height: 19.2em; background: #181818; bottom: -9.753em; left: 9.21868em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } p:before { height: 13.62em; background: #121212; top: .25em; left: -0.52em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } /*Start of Title CSS*/ title { background: #000; color: #575757; text-align: center; height: 2.5em; width: 19.2em; vertical-align: middle; line-height: 2.5em; border-bottom: 1px solid #060606; position: relative; display: block; text-decoration: none; box-shadow: -2em 1.5em 0 #e1e1e1; -webkit-transition: all .25s linear; transition: all .25s linear; left: -7em; bottom: 25em; } title:hover { background: #ff6e42; color: #fffcfb; -webkit-transform: translate(0.9em, -0.9em); transform: translate(0.9em, -0.9em); -webkit-transition: all .25s linear; transition: all .25s linear; box-shadow: -2em 2em 0 #e1e1e1; } title:hover:before, title:hover:after { -webkit-transition: all .25s linear; transition: all .25s linear; } title:hover:before { background: #b65234; width: 1em; top: .5em; left: -1em; } title:hover:after { background: #b65234; width: 1em; bottom: -10.1em; left: 8.6em; height: 19.2em; } title:before, title:after { content: ''; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; width: .5em; } title:after { height: 19.2em; background: #181818; bottom: -9.906em; left: 9.1em; -webkit-transform: rotate(90deg) skew(0, 45deg); transform: rotate(90deg) skew(0, 45deg); } title:before { height: 2.5em; background: #121212; top: .25em; left: -.5em; -webkit-transform: skewY(-45deg); transform: skewY(-45deg); } title { color: white; }
0.457864
0.114517
.immersive_slider { background: #160129; max-width: 100%; height: 480px; opacity: .9; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; overflow: hidden; } .immersive_slider .is-slide { display: table; height: 100%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5em 4em 1em 4em; position: absolute; } .immersive_slider .is-slide .image { padding-left: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align: middle; } .is-bg-overflow { width: 100%; height: 100%; position: absolute; z-index: 0; } .is-overflow, .is-bg-overflow { height: 100%; } .ease { -webkit-transition: 1000ms ease all; -moz-transition: 1000ms ease all; -o-transition: 1000ms ease all; transition: 1000ms ease all; } .bounce { -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; } .no-animation { -webkit-transition: none!important; -moz-transition: none!important; -o-transition: none!important; transition: none !important; } .immersive_slider .is-slide .image img{ max-width: 100%; display: block; width: 100%; } .immersive_slider .is-slide .content { padding-right: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: white; text-align: left; line-height: 160%; vertical-align: middle; } .immersive_slider .is-slide .content h2{ font-size: 42px; font-weight: 300; text-align: left; } .is-container { position: relative; overflow: hidden; } .is-container .is-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } div#slide_3_bg{ background:url(../images/2.jpg) no-repeat 0px 0px; background-size:cover !important; } div#slide_2_bg{ background:url(../images/1.jpg) no-repeat 0px 0px; background-size:cover !important; } div#slide_1_bg{ background:url(../images/3.jpg) no-repeat 0px 0px; background-size:cover !important; } .is-container .is-background.gs_cssblur { -webkit-filter: blur(20px); -moz-filter: blur(20px); -o-filter: blur(20px); filter: blur(20px); } .is-pagination { position: absolute; left: 0; width: 100%; bottom: 20px; z-index: 5; list-style: none; margin: 0; padding: 0; text-align: center; } .is-pagination li { padding: 0; display: inline-block; text-align: center; position: relative; } .is-pagination li a{ padding: 10px; width: 4px; height: 4px; display: block; } .is-pagination li a:before{ content: ''; position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.85); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; } .is-pagination li a.active:before{ width: 10px; height: 10px; background: none; border: 1px solid white; margin-top: -4px; left: 8px; } .is-next, .is-prev { padding: 5px 5px 15px; font-size: 50px; position: absolute; bottom: 50%; margin-bottom: -36px; width: 35px; color: #FFF; display: inline-block; line-height: 100%; background: #000000; text-decoration: none; } .is-next:hover, .is-prev:hover { color:#FFFFFF; text-decoration:none !important; } .is-next:focus, .is-prev:focus { color:#FFFFFF; outline:none; text-decoration:none !important; } .is-next { right: 10px; } .is-prev { left: 10px; }
public/site/css/immersive-slider.css
.immersive_slider { background: #160129; max-width: 100%; height: 480px; opacity: .9; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; overflow: hidden; } .immersive_slider .is-slide { display: table; height: 100%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5em 4em 1em 4em; position: absolute; } .immersive_slider .is-slide .image { padding-left: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align: middle; } .is-bg-overflow { width: 100%; height: 100%; position: absolute; z-index: 0; } .is-overflow, .is-bg-overflow { height: 100%; } .ease { -webkit-transition: 1000ms ease all; -moz-transition: 1000ms ease all; -o-transition: 1000ms ease all; transition: 1000ms ease all; } .bounce { -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all; } .no-animation { -webkit-transition: none!important; -moz-transition: none!important; -o-transition: none!important; transition: none !important; } .immersive_slider .is-slide .image img{ max-width: 100%; display: block; width: 100%; } .immersive_slider .is-slide .content { padding-right: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: white; text-align: left; line-height: 160%; vertical-align: middle; } .immersive_slider .is-slide .content h2{ font-size: 42px; font-weight: 300; text-align: left; } .is-container { position: relative; overflow: hidden; } .is-container .is-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } div#slide_3_bg{ background:url(../images/2.jpg) no-repeat 0px 0px; background-size:cover !important; } div#slide_2_bg{ background:url(../images/1.jpg) no-repeat 0px 0px; background-size:cover !important; } div#slide_1_bg{ background:url(../images/3.jpg) no-repeat 0px 0px; background-size:cover !important; } .is-container .is-background.gs_cssblur { -webkit-filter: blur(20px); -moz-filter: blur(20px); -o-filter: blur(20px); filter: blur(20px); } .is-pagination { position: absolute; left: 0; width: 100%; bottom: 20px; z-index: 5; list-style: none; margin: 0; padding: 0; text-align: center; } .is-pagination li { padding: 0; display: inline-block; text-align: center; position: relative; } .is-pagination li a{ padding: 10px; width: 4px; height: 4px; display: block; } .is-pagination li a:before{ content: ''; position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.85); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; } .is-pagination li a.active:before{ width: 10px; height: 10px; background: none; border: 1px solid white; margin-top: -4px; left: 8px; } .is-next, .is-prev { padding: 5px 5px 15px; font-size: 50px; position: absolute; bottom: 50%; margin-bottom: -36px; width: 35px; color: #FFF; display: inline-block; line-height: 100%; background: #000000; text-decoration: none; } .is-next:hover, .is-prev:hover { color:#FFFFFF; text-decoration:none !important; } .is-next:focus, .is-prev:focus { color:#FFFFFF; outline:none; text-decoration:none !important; } .is-next { right: 10px; } .is-prev { left: 10px; }
0.334372
0.091788
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700); /* * 2.0 Global Style */ html { font-family: "Roboto", sans-serif; font-size: 20px; scroll-behavior: smooth; } body { color: #4e4e4e; font-family: "Roboto", sans-serif; font-weight: 300; line-height: 1.6; position: relative; -webkit-font-smoothing: antialiased; } a { color: #000; } a:focus { outline: none; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } p { margin: 0 0 30px; } ul li { font-weight: 700; margin-bottom: 10px; } .fa { color: white; font-size: 1.25em; } .social-block { list-style-type: none; padding: 0; } .social-block li { display: inline-block; } .social-block li a { display: inline-block; height: 32px; width: 32px; color: #4e4e4e; } .social-block li .fa { color: black; } .social-block li a i { font-size: 1.5em; } .social-block li a:hover, .social-block li a:focus { color: #000; } .valign-center { 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; } .section { padding: 70px 0; } .big-section { padding: 70px 0; height: 100%; width: 100%; min-height: 100vh; } .section-title { color: #313131; letter-spacing: 1px; margin: 0 0 20px; text-transform: uppercase; text-align: center; } /* * 3.0 Helper Class */ /* * 3.5 Helper Class: background */ .bg-image, .bg-image-1, .bg-image-2 { position: relative; } .bg-image::before, .bg-image-1::before, .bg-image-2::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .bg-image-1 { background: url(../images/backgrounds/bg-1.webp) no-repeat center center/cover; } .bg-image-1::before { background-color: rgba(0, 0, 0, 0.7); } .bg-image-2 { background: url(../images/backgrounds/bg-2.webp) no-repeat center bottom/cover; } .bg-image-2::before { background-color: rgba(0, 0, 0, 0.7); } /* * 4.0 Navigation */ .navbar-custom { border: 0; margin: 0; padding-top: 10px; padding-bottom: 10px; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .navbar-custom .navbar-nav li { margin: 0; padding: 0px 15px; } .navbar-custom .navbar-nav>li>a { color: #fff; /* text-transform: uppercase; */ font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; } .navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover { background-color: transparent; border-color: rgba(255, 255, 255, 0.5); } .navbar-custom .navbar-nav>.active>a { border-color: rgba(32, 31, 31, 0.5); } .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar-toggle { border: 0; border-radius: 0; margin-top: 2px; } .navbar-toggle .icon-bar { background-color: rgb(27, 25, 25); } .navbar-solid { background: #3dac9c !important; padding: 8px !important; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } @media (max-width: 767.98px) { .navbar-solid-header { /*Dont use !important or it will always have grey bg when uncollapsed*/ background-color: #4e4e4e; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } } .site-branding { float: left; margin-top: 0; margin-left: 10px; } .site-branding .logo { color: #fff; font-size: 14px; font-weight: 700; margin-right: 5px; letter-spacing: 3px; text-transform: uppercase; } .site-branding .logo:focus, .site-branding .logo:hover { text-decoration: none; } /* * 5.0 Site Header */ .site-header { width: 100%; height: 100%; min-height: 100vh; position: relative; text-align: center; background: linear-gradient(to bottom right, #01648b, #5bd0a4); display: table; } .site-header::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .site-header .intro { color: #fff; position: relative; text-align: center; text-transform: uppercase; width: 100%; z-index: 1; padding: 0 15px; display: table-cell; vertical-align: middle; height: 100vh; } .site-header .intro h2 { margin-top: 0px; font-size: 25px; font-weight: 300; } .site-header .intro h1 { margin-top: 0px; font-size: 30px; } .site-header .intro p { font-size: 20px; margin-bottom: 10px; font-weight: 300; } /* * 6.1 Section: About */ .about .section-title { margin: 0 0 25px; } .about figure { margin-bottom: 25px; } @media (min-width: 1000px) { #svgcover { width: 45%; max-width: 590px; } } /* * 6.2 Section: Facts */ .facts i { color: white; } .facts h3 { color: #fff; text-align: center; font-weight: 400; } /* * 6.3 Section: Speaker */ .speaker { text-align: center; color: #313131; margin: 20px 0; } .speaker h4 { margin-top: 15px; } .speaker p { margin-bottom: 5px; } /* * 6.6 Section: Schedule */ .schedule-box { position: relative; background-color: #000; color: #fff; text-align: center; padding: 50px 0; margin: 25px 0 0; } .schedule-box::before { content: ""; position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; border: 1px solid #fff; } /* * 6.7 Section: Schedule */ .partner { background-color: #f8f8f8; } .partner .partner-box { display: block; opacity: 0.8; height: 150px; width: 150px; margin: 25px auto; } .partner .partner-box-1 { background: url(../images/partner/partner-1.webp) no-repeat center center/contain; } .partner .partner-box-2 { background: url(../images/partner/partner-2.webp) no-repeat center center/contain; } .partner .partner-box-3 { background: url(../images/partner/partner-3.webp) no-repeat center center/contain; } .partner .partner-box-4 { background: url(../images/partner/partner-4.webp) no-repeat center center/contain; } .partner .partner-box-5 { background: url(../images/partner/partner-5.webp) no-repeat center center/contain; } .partner .partner-box-6 { background: url(../images/partner/partner-6.webp) no-repeat center center/contain; } .partner .partner-box-7 { background: url(../images/partner/partner-7.webp) no-repeat center center/contain; } .partner .partner-box-8 { background: url(../images/partner/partner-8.webp) no-repeat center center/contain; } /* * 6.8 Section: FAQ */ .accordion .card { margin-bottom: 30px; border: 0; } .accordion .card .card-header { border: 0; -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); border-radius: 2px; padding: 0; } .accordion .card .card-header .btn-header-link { color: #fff; display: block; text-align: left; background: #ffe472; color: #222; padding: 20px; } .accordion .card .card-header .btn-header-link:after { content: "\f107"; font-family: "FontAwesome"; font-weight: 900; float: right; } .accordion .card .card-header .btn-header-link.collapsed { background: #a541bb; color: #fff; } .accordion .card .card-header .btn-header-link.collapsed:after { content: "\f106"; } .accordion .card .collapsing { background: #ffe472; line-height: 30px; } .accordion .card .collapse { border: 0; } .accordion .card .collapse.show { background: #ffe472; line-height: 30px; color: #222; } /* Carousel */ #carousel { width: 75%; margin-left: auto; margin-right: auto; } #carousel .owl-item { background: #0c83e7; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } #carousel .owl-dot.active { background-color: #49b5e7 !important; } #carousel .owl-dot { display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; background-color: #1de9b6 !important; } .caption{ text-align:center; display:block; background:#FFFFFF; background-width:fit-content; color:black; } #carousel .owl-dots { text-align: center; } .owl-nav { position: absolute; top: 50%; left: 0; right: 0; } .owl-next { position: absolute; /* height: 100px; */ color: inherit; background: none; border: none; z-index: 100; } .owl-next i { font-size: 2.5rem; color: #cecece; } .owl-prev:focus, .owl-next:focus { outline: none; } .owl-prev { left: 0; } .owl-next { right: 0; } /* * 7.0 Site-footer */ .site-footer { background: #3dac9c; color: #fff; text-align: center; padding: 30px 0; } .site-footer .site-info { font-weight: 400; margin-bottom: 10px; } .site-footer .site-info a { color: #fff; } .site-footer .contact a { color: #fff; font-weight: bold; } .site-footer .social-block li a { color: #fff; } .site-footer .social-block .fa { color: white; } .site-footer .social-block li a:hover, .site-footer .social-block li a:focus { opacity: 0.8; } .footer-logo { margin-bottom: 40px; display: block; } .footer-logo img { width: 31.5rem; margin: 0 auto; } /* * Go-to-top button */ #go-to-top { background-color: #198580; width: 50px; height: 50px; border-radius: 50%; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; display: inline-block; } #go-to-top .fa-caret-up { text-align: center; vertical-align: bottom; font-size: 2em; transform: translateY(-15%) translateX(-10%); } #go-to-top:hover { text-decoration: none; cursor: pointer; background-color: #00C6BE; border-color:#2F3D5E; color: white; box-shadow: 0 0.5em 0.5em -0.4em #334B49; transform: translateY(-5px); } #go-to-top:active { background-color: #555; } #go-to-top.show { opacity: 1; visibility: visible; }
assets/css/main.css
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700); /* * 2.0 Global Style */ html { font-family: "Roboto", sans-serif; font-size: 20px; scroll-behavior: smooth; } body { color: #4e4e4e; font-family: "Roboto", sans-serif; font-weight: 300; line-height: 1.6; position: relative; -webkit-font-smoothing: antialiased; } a { color: #000; } a:focus { outline: none; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } p { margin: 0 0 30px; } ul li { font-weight: 700; margin-bottom: 10px; } .fa { color: white; font-size: 1.25em; } .social-block { list-style-type: none; padding: 0; } .social-block li { display: inline-block; } .social-block li a { display: inline-block; height: 32px; width: 32px; color: #4e4e4e; } .social-block li .fa { color: black; } .social-block li a i { font-size: 1.5em; } .social-block li a:hover, .social-block li a:focus { color: #000; } .valign-center { 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; } .section { padding: 70px 0; } .big-section { padding: 70px 0; height: 100%; width: 100%; min-height: 100vh; } .section-title { color: #313131; letter-spacing: 1px; margin: 0 0 20px; text-transform: uppercase; text-align: center; } /* * 3.0 Helper Class */ /* * 3.5 Helper Class: background */ .bg-image, .bg-image-1, .bg-image-2 { position: relative; } .bg-image::before, .bg-image-1::before, .bg-image-2::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .bg-image-1 { background: url(../images/backgrounds/bg-1.webp) no-repeat center center/cover; } .bg-image-1::before { background-color: rgba(0, 0, 0, 0.7); } .bg-image-2 { background: url(../images/backgrounds/bg-2.webp) no-repeat center bottom/cover; } .bg-image-2::before { background-color: rgba(0, 0, 0, 0.7); } /* * 4.0 Navigation */ .navbar-custom { border: 0; margin: 0; padding-top: 10px; padding-bottom: 10px; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .navbar-custom .navbar-nav li { margin: 0; padding: 0px 15px; } .navbar-custom .navbar-nav>li>a { color: #fff; /* text-transform: uppercase; */ font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; } .navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover { background-color: transparent; border-color: rgba(255, 255, 255, 0.5); } .navbar-custom .navbar-nav>.active>a { border-color: rgba(32, 31, 31, 0.5); } .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } .navbar-toggle { border: 0; border-radius: 0; margin-top: 2px; } .navbar-toggle .icon-bar { background-color: rgb(27, 25, 25); } .navbar-solid { background: #3dac9c !important; padding: 8px !important; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } @media (max-width: 767.98px) { .navbar-solid-header { /*Dont use !important or it will always have grey bg when uncollapsed*/ background-color: #4e4e4e; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } } .site-branding { float: left; margin-top: 0; margin-left: 10px; } .site-branding .logo { color: #fff; font-size: 14px; font-weight: 700; margin-right: 5px; letter-spacing: 3px; text-transform: uppercase; } .site-branding .logo:focus, .site-branding .logo:hover { text-decoration: none; } /* * 5.0 Site Header */ .site-header { width: 100%; height: 100%; min-height: 100vh; position: relative; text-align: center; background: linear-gradient(to bottom right, #01648b, #5bd0a4); display: table; } .site-header::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .site-header .intro { color: #fff; position: relative; text-align: center; text-transform: uppercase; width: 100%; z-index: 1; padding: 0 15px; display: table-cell; vertical-align: middle; height: 100vh; } .site-header .intro h2 { margin-top: 0px; font-size: 25px; font-weight: 300; } .site-header .intro h1 { margin-top: 0px; font-size: 30px; } .site-header .intro p { font-size: 20px; margin-bottom: 10px; font-weight: 300; } /* * 6.1 Section: About */ .about .section-title { margin: 0 0 25px; } .about figure { margin-bottom: 25px; } @media (min-width: 1000px) { #svgcover { width: 45%; max-width: 590px; } } /* * 6.2 Section: Facts */ .facts i { color: white; } .facts h3 { color: #fff; text-align: center; font-weight: 400; } /* * 6.3 Section: Speaker */ .speaker { text-align: center; color: #313131; margin: 20px 0; } .speaker h4 { margin-top: 15px; } .speaker p { margin-bottom: 5px; } /* * 6.6 Section: Schedule */ .schedule-box { position: relative; background-color: #000; color: #fff; text-align: center; padding: 50px 0; margin: 25px 0 0; } .schedule-box::before { content: ""; position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; border: 1px solid #fff; } /* * 6.7 Section: Schedule */ .partner { background-color: #f8f8f8; } .partner .partner-box { display: block; opacity: 0.8; height: 150px; width: 150px; margin: 25px auto; } .partner .partner-box-1 { background: url(../images/partner/partner-1.webp) no-repeat center center/contain; } .partner .partner-box-2 { background: url(../images/partner/partner-2.webp) no-repeat center center/contain; } .partner .partner-box-3 { background: url(../images/partner/partner-3.webp) no-repeat center center/contain; } .partner .partner-box-4 { background: url(../images/partner/partner-4.webp) no-repeat center center/contain; } .partner .partner-box-5 { background: url(../images/partner/partner-5.webp) no-repeat center center/contain; } .partner .partner-box-6 { background: url(../images/partner/partner-6.webp) no-repeat center center/contain; } .partner .partner-box-7 { background: url(../images/partner/partner-7.webp) no-repeat center center/contain; } .partner .partner-box-8 { background: url(../images/partner/partner-8.webp) no-repeat center center/contain; } /* * 6.8 Section: FAQ */ .accordion .card { margin-bottom: 30px; border: 0; } .accordion .card .card-header { border: 0; -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5); border-radius: 2px; padding: 0; } .accordion .card .card-header .btn-header-link { color: #fff; display: block; text-align: left; background: #ffe472; color: #222; padding: 20px; } .accordion .card .card-header .btn-header-link:after { content: "\f107"; font-family: "FontAwesome"; font-weight: 900; float: right; } .accordion .card .card-header .btn-header-link.collapsed { background: #a541bb; color: #fff; } .accordion .card .card-header .btn-header-link.collapsed:after { content: "\f106"; } .accordion .card .collapsing { background: #ffe472; line-height: 30px; } .accordion .card .collapse { border: 0; } .accordion .card .collapse.show { background: #ffe472; line-height: 30px; color: #222; } /* Carousel */ #carousel { width: 75%; margin-left: auto; margin-right: auto; } #carousel .owl-item { background: #0c83e7; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } #carousel .owl-dot.active { background-color: #49b5e7 !important; } #carousel .owl-dot { display: inline-block; margin: 0 5px; width: 12px; height: 12px; border-radius: 50%; background-color: #1de9b6 !important; } .caption{ text-align:center; display:block; background:#FFFFFF; background-width:fit-content; color:black; } #carousel .owl-dots { text-align: center; } .owl-nav { position: absolute; top: 50%; left: 0; right: 0; } .owl-next { position: absolute; /* height: 100px; */ color: inherit; background: none; border: none; z-index: 100; } .owl-next i { font-size: 2.5rem; color: #cecece; } .owl-prev:focus, .owl-next:focus { outline: none; } .owl-prev { left: 0; } .owl-next { right: 0; } /* * 7.0 Site-footer */ .site-footer { background: #3dac9c; color: #fff; text-align: center; padding: 30px 0; } .site-footer .site-info { font-weight: 400; margin-bottom: 10px; } .site-footer .site-info a { color: #fff; } .site-footer .contact a { color: #fff; font-weight: bold; } .site-footer .social-block li a { color: #fff; } .site-footer .social-block .fa { color: white; } .site-footer .social-block li a:hover, .site-footer .social-block li a:focus { opacity: 0.8; } .footer-logo { margin-bottom: 40px; display: block; } .footer-logo img { width: 31.5rem; margin: 0 auto; } /* * Go-to-top button */ #go-to-top { background-color: #198580; width: 50px; height: 50px; border-radius: 50%; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; display: inline-block; } #go-to-top .fa-caret-up { text-align: center; vertical-align: bottom; font-size: 2em; transform: translateY(-15%) translateX(-10%); } #go-to-top:hover { text-decoration: none; cursor: pointer; background-color: #00C6BE; border-color:#2F3D5E; color: white; box-shadow: 0 0.5em 0.5em -0.4em #334B49; transform: translateY(-5px); } #go-to-top:active { background-color: #555; } #go-to-top.show { opacity: 1; visibility: visible; }
0.405802
0.095941
.container { top: 20%; justify-content: space-around; } #containerquestion { position: absolute; top: 20%; width: 50%; display: flex; flex-flow: row; display: grid; grid-template-columns: auto auto auto auto; justify-content: space-around; display: none; } #time { position: absolute; width: 80px; height: 30px; display: none; top: 10%; left: 20%; background-color: aquamarine; } .question { padding: 20px; border-style: solid; text-align: center; width: 100px; height: 70px; overflow: hidden; font-size: 20px; font-family: 'Times New Roman', Times, serif; background-color: white; display: flex; align-items: center; justify-content: center; } #hienthiketqua { text-align: center; font-size: 40px; padding-left: 20%; padding-right: 20%; /* height: 200px; width: 600px; top: 100px; left:450px; */ margin-top: 5%; font-family: 'Anton', sans-serif; } #containeranswer { top: 20%; position: absolute; right: 0; width: 50%; display: flex; flex-flow: row; display: grid; grid-template-columns: auto auto auto auto; justify-content: space-around; display: none; } .answer { padding: 20px; display: inline-block; border-style: solid; width: 100px; height: 70px; overflow: hidden; font-size: 20px; font-family: 'Times New Roman', Times, serif; text-align: center; background-color: white; } .topnav { overflow: hidden; background-color: white; top: 0; margin: auto; overflow: hidden; top: 0; left: 0; right: 0; background-size: cover; background-repeat: no-repeat; display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; position: absolute; } .topnav a { float: left; color: #FFA500; text-align: center; padding: 14px 16px; font-size: 20px; border-style: solid; border-color: black; overflow: hidden; } .topnav a.active { background-color: #FFA500; color: rgb(0, 0, 0); } .a1:hover { background-color: black; color: red; } .a2:hover { background-color: black; color: dodgerblue; } .a3:hover { background-color: black; color: rgb(2, 143, 49); } .a4:hover { background-color: black; color: purple; } .a5:hover { background-color: black; color: rgb(224, 224, 0); } .a6:hover { background-color: black; color: pink; } .a:hover { background-image: url("maxresdefault\ \(1\).jpg"); color: whitesmoke; background-size: cover; background-repeat: no-repeat; } .a7:hover { background-color: black; color: #FFA500; } .a8:hover { background-color: black; color: #A9A9A9; } #ngancach { background-color: black; } body { background-image: url("download\ \(3\).jpg"); background-size: cover; background-repeat: no-repeat; } #start { font-size: 30px; background-color: #FFFAF0; position: absolute; left: 42%; height: 100px; width: 250px; font-family: '<NAME>', sans-serif; } #ngancach { width: 10px; height: 455px; position: absolute; top: 20%; left: 50%; display: none; } #hiendiem{ position:absolute; left: 23.5%; width: 60px; height: 60px; bottom: 3%; border-style: solid; background-color: whitesmoke; font-size: 20px; text-align: center; display: none; } #hienloisai{ position:absolute; left: 73.5%; width: 60px; height: 60px; bottom: 3%; border-style: solid; background-color: whitesmoke; font-size: 20px; text-align: center; display: none; }
Trochoi/game.css
.container { top: 20%; justify-content: space-around; } #containerquestion { position: absolute; top: 20%; width: 50%; display: flex; flex-flow: row; display: grid; grid-template-columns: auto auto auto auto; justify-content: space-around; display: none; } #time { position: absolute; width: 80px; height: 30px; display: none; top: 10%; left: 20%; background-color: aquamarine; } .question { padding: 20px; border-style: solid; text-align: center; width: 100px; height: 70px; overflow: hidden; font-size: 20px; font-family: 'Times New Roman', Times, serif; background-color: white; display: flex; align-items: center; justify-content: center; } #hienthiketqua { text-align: center; font-size: 40px; padding-left: 20%; padding-right: 20%; /* height: 200px; width: 600px; top: 100px; left:450px; */ margin-top: 5%; font-family: 'Anton', sans-serif; } #containeranswer { top: 20%; position: absolute; right: 0; width: 50%; display: flex; flex-flow: row; display: grid; grid-template-columns: auto auto auto auto; justify-content: space-around; display: none; } .answer { padding: 20px; display: inline-block; border-style: solid; width: 100px; height: 70px; overflow: hidden; font-size: 20px; font-family: 'Times New Roman', Times, serif; text-align: center; background-color: white; } .topnav { overflow: hidden; background-color: white; top: 0; margin: auto; overflow: hidden; top: 0; left: 0; right: 0; background-size: cover; background-repeat: no-repeat; display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; position: absolute; } .topnav a { float: left; color: #FFA500; text-align: center; padding: 14px 16px; font-size: 20px; border-style: solid; border-color: black; overflow: hidden; } .topnav a.active { background-color: #FFA500; color: rgb(0, 0, 0); } .a1:hover { background-color: black; color: red; } .a2:hover { background-color: black; color: dodgerblue; } .a3:hover { background-color: black; color: rgb(2, 143, 49); } .a4:hover { background-color: black; color: purple; } .a5:hover { background-color: black; color: rgb(224, 224, 0); } .a6:hover { background-color: black; color: pink; } .a:hover { background-image: url("maxresdefault\ \(1\).jpg"); color: whitesmoke; background-size: cover; background-repeat: no-repeat; } .a7:hover { background-color: black; color: #FFA500; } .a8:hover { background-color: black; color: #A9A9A9; } #ngancach { background-color: black; } body { background-image: url("download\ \(3\).jpg"); background-size: cover; background-repeat: no-repeat; } #start { font-size: 30px; background-color: #FFFAF0; position: absolute; left: 42%; height: 100px; width: 250px; font-family: '<NAME>', sans-serif; } #ngancach { width: 10px; height: 455px; position: absolute; top: 20%; left: 50%; display: none; } #hiendiem{ position:absolute; left: 23.5%; width: 60px; height: 60px; bottom: 3%; border-style: solid; background-color: whitesmoke; font-size: 20px; text-align: center; display: none; } #hienloisai{ position:absolute; left: 73.5%; width: 60px; height: 60px; bottom: 3%; border-style: solid; background-color: whitesmoke; font-size: 20px; text-align: center; display: none; }
0.514644
0.103386
.tooltipped { position: relative } .tooltipped::after { position: absolute; z-index: 1000000; display: none; padding: .5em .75em; font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; pointer-events: none; content: attr(aria-label); background: #1b1f23; border-radius: 3px; opacity: 0 } .tooltipped::before { position: absolute; z-index: 1000001; display: none; width: 0; height: 0; color: #1b1f23; pointer-events: none; content: ""; border: 6px solid transparent; opacity: 0 } @keyframes tooltip-appear { from { opacity: 0 } to { opacity: 1 } } .tooltipped:hover::before, .tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after, .tooltipped:focus::before, .tooltipped:focus::after { display: inline-block; text-decoration: none; animation-name: tooltip-appear; animation-duration: .1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-delay: .0s } .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after, .tooltipped-no-delay:active::before, .tooltipped-no-delay:active::after, .tooltipped-no-delay:focus::before, .tooltipped-no-delay:focus::after { animation-delay: 0s } .tooltipped-multiline:hover::after, .tooltipped-multiline:active::after, .tooltipped-multiline:focus::after { display: table-cell } .tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after { top: 100%; right: 50%; margin-top: 6px } .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { top: auto; right: 50%; bottom: -7px; margin-right: -6px; border-bottom-color: #1b1f23 } .tooltipped-se::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-sw::after { margin-right: -16px } .tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after { right: 50%; bottom: 100%; margin-bottom: 6px } .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { top: -7px; right: 50%; bottom: auto; margin-right: -6px; border-top-color: #1b1f23 } .tooltipped-ne::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-nw::after { margin-right: -16px } .tooltipped-s::after, .tooltipped-n::after { transform: translateX(50%) } .tooltipped-w::after { right: 100%; bottom: 50%; margin-right: 6px; transform: translateY(50%) } .tooltipped-w::before { top: 50%; bottom: 50%; left: -7px; margin-top: -6px; border-left-color: #1b1f23 } .tooltipped-e::after { bottom: 50%; left: 100%; margin-left: 6px; transform: translateY(50%) } .tooltipped-e::before { top: 50%; right: -7px; bottom: 50%; margin-top: -6px; border-right-color: #1b1f23 } .tooltipped-align-right-1::after, .tooltipped-align-right-2::after { right: 0; margin-right: 0 } .tooltipped-align-right-1::before { right: 10px } .tooltipped-align-right-2::before { right: 15px } .tooltipped-align-left-1::after, .tooltipped-align-left-2::after { left: 0; margin-left: 0 } .tooltipped-align-left-1::before { left: 5px } .tooltipped-align-left-2::before { left: 10px } .tooltipped-multiline::after { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 250px; word-wrap: break-word; white-space: pre-line; border-collapse: separate } .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after { right: auto; left: 50%; transform: translateX(-50%) } .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after { right: 100% } @media screen and (min-width: 0\0) { .tooltipped-multiline::after { width: 250px } } .tooltipped-sticky::before, .tooltipped-sticky::after { display: inline-block } .tooltipped-sticky.tooltipped-multiline::after { display: table-cell } /*# sourceMappingURL=tooltips.css.map */
frontend/resources/clipboard/tooltips.css
.tooltipped { position: relative } .tooltipped::after { position: absolute; z-index: 1000000; display: none; padding: .5em .75em; font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; pointer-events: none; content: attr(aria-label); background: #1b1f23; border-radius: 3px; opacity: 0 } .tooltipped::before { position: absolute; z-index: 1000001; display: none; width: 0; height: 0; color: #1b1f23; pointer-events: none; content: ""; border: 6px solid transparent; opacity: 0 } @keyframes tooltip-appear { from { opacity: 0 } to { opacity: 1 } } .tooltipped:hover::before, .tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after, .tooltipped:focus::before, .tooltipped:focus::after { display: inline-block; text-decoration: none; animation-name: tooltip-appear; animation-duration: .1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-delay: .0s } .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after, .tooltipped-no-delay:active::before, .tooltipped-no-delay:active::after, .tooltipped-no-delay:focus::before, .tooltipped-no-delay:focus::after { animation-delay: 0s } .tooltipped-multiline:hover::after, .tooltipped-multiline:active::after, .tooltipped-multiline:focus::after { display: table-cell } .tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after { top: 100%; right: 50%; margin-top: 6px } .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { top: auto; right: 50%; bottom: -7px; margin-right: -6px; border-bottom-color: #1b1f23 } .tooltipped-se::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-sw::after { margin-right: -16px } .tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after { right: 50%; bottom: 100%; margin-bottom: 6px } .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { top: -7px; right: 50%; bottom: auto; margin-right: -6px; border-top-color: #1b1f23 } .tooltipped-ne::after { right: auto; left: 50%; margin-left: -16px } .tooltipped-nw::after { margin-right: -16px } .tooltipped-s::after, .tooltipped-n::after { transform: translateX(50%) } .tooltipped-w::after { right: 100%; bottom: 50%; margin-right: 6px; transform: translateY(50%) } .tooltipped-w::before { top: 50%; bottom: 50%; left: -7px; margin-top: -6px; border-left-color: #1b1f23 } .tooltipped-e::after { bottom: 50%; left: 100%; margin-left: 6px; transform: translateY(50%) } .tooltipped-e::before { top: 50%; right: -7px; bottom: 50%; margin-top: -6px; border-right-color: #1b1f23 } .tooltipped-align-right-1::after, .tooltipped-align-right-2::after { right: 0; margin-right: 0 } .tooltipped-align-right-1::before { right: 10px } .tooltipped-align-right-2::before { right: 15px } .tooltipped-align-left-1::after, .tooltipped-align-left-2::after { left: 0; margin-left: 0 } .tooltipped-align-left-1::before { left: 5px } .tooltipped-align-left-2::before { left: 10px } .tooltipped-multiline::after { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 250px; word-wrap: break-word; white-space: pre-line; border-collapse: separate } .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after { right: auto; left: 50%; transform: translateX(-50%) } .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after { right: 100% } @media screen and (min-width: 0\0) { .tooltipped-multiline::after { width: 250px } } .tooltipped-sticky::before, .tooltipped-sticky::after { display: inline-block } .tooltipped-sticky.tooltipped-multiline::after { display: table-cell } /*# sourceMappingURL=tooltips.css.map */
0.665411
0.108543
.ui-dialog { position: absolute; width: 300px; overflow: hidden; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; /* IE6-7 */ -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; border-radius: 6px !important; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .ui-dialog .ui-dialog-titlebar { padding: 9px 15px; border-bottom: 1px solid #cdcdcd; background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8)); background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: linear-gradient(top, #f8f8f8, #e8e8e8); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0); background-repeat: repeat-x; background-position: left bottom; text-shadow: 0 1px #fff; font-weight: bold; font-size: 12px; min-height: 20px; line-height: 22px; vertical-align: middle; position: relative; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .ui-dialog .ui-dialog-title { } .ui-dialog .ui-dialog-titlebar-close { float: right; font-size: 20px; font-weight: bold; line-height: 18px; color: black; text-shadow: 0 1px 0 white; margin-top: 2px; opacity: 0.2; filter: alpha(opacity=20); } .ui-dialog .ui-dialog-titlebar-close span { } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { } .ui-dialog .ui-dialog-content { position: relative; overflow: auto; padding: 15px; } .ui-dialog .ui-dialog-buttonpane { padding: 14px 15px 15px !important; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .ui-dialog .ui-dialog-buttonpane .ui-button + .ui-button { margin-left: 5px; margin-bottom: 0; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; }
src/Cwp/UtilBundle/Resources/public/assets/jui/css/jquery.ui.dialog.css
.ui-dialog { position: absolute; width: 300px; overflow: hidden; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; /* IE6-7 */ -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; border-radius: 6px !important; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .ui-dialog .ui-dialog-titlebar { padding: 9px 15px; border-bottom: 1px solid #cdcdcd; background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8)); background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8); background-image: linear-gradient(top, #f8f8f8, #e8e8e8); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0); background-repeat: repeat-x; background-position: left bottom; text-shadow: 0 1px #fff; font-weight: bold; font-size: 12px; min-height: 20px; line-height: 22px; vertical-align: middle; position: relative; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .ui-dialog .ui-dialog-title { } .ui-dialog .ui-dialog-titlebar-close { float: right; font-size: 20px; font-weight: bold; line-height: 18px; color: black; text-shadow: 0 1px 0 white; margin-top: 2px; opacity: 0.2; filter: alpha(opacity=20); } .ui-dialog .ui-dialog-titlebar-close span { } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { } .ui-dialog .ui-dialog-content { position: relative; overflow: auto; padding: 15px; } .ui-dialog .ui-dialog-buttonpane { padding: 14px 15px 15px !important; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .ui-dialog .ui-dialog-buttonpane .ui-button + .ui-button { margin-left: 5px; margin-bottom: 0; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; }
0.168104
0.05375
body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1; } textarea { background: transparent; border: none; resize: none; color: #000000; padding: 10px; font-size: 30px; border: 2px solid black; } textarea:focus { background-color: white; } .jumbotron { text-align: center; background-color: transparent; color: black; border-radius: 0; border-bottom: 10px solid black; } .description { white-space: pre-wrap; } .time-block { text-align: center; border-radius: 15px; padding-bottom: 60px; } .row { white-space: pre-wrap; border-top: 1px solid white; } .hour { background-color: #ffffff; color: #000000; border: 1px dashed #000000; font-size: 21px; text-align: center; padding-top: 10px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .past { background-color: #d3d3d3; color: rgb(0, 0, 0); } .present { background-color: #ff4e44; color: rgb(0, 0, 0); } .future { background-color: #77dd77; color: rgb(0, 0, 0); } .saveBtn { border-left: 1px solid black; border-top-right-radius: 15px; border-bottom-right-radius: 15px; background-color: #06aed5; color: white; border: solid 2px black; } .saveBtn:hover { font-size: 20px; transition: all 0.3s ease-in-out; background-color: #3453ff; } @media screen and (max-width:991px){ .hour{ font-size: 20px; padding: 0px; margin: 0px; padding-top: 15px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } textarea { font-size: 20px; } } @media screen and (max-width:767px){ .hour{ font-size: 20px; padding: 0px; margin: 0px; padding-top: 15px; border-radius: 15px; margin-top: 15px; } .row { height: 100%; } textarea { border-top-left-radius: 15px; border-bottom-left-radius: 15px; font-size: 18px; } } @media screen and (max-width:575px){ textarea { border-radius: 15px; font-size: 15px; } .headline{ font-size: 40px; background-color: #b0e4b0; border-radius: 15px; } #time-display { font-size: 20px; } .saveBtn { border-radius: 15px; margin-bottom: 15px; padding: 10px; } .hour { font-size: 20px; } }
assets/CSS/style.css
body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1; } textarea { background: transparent; border: none; resize: none; color: #000000; padding: 10px; font-size: 30px; border: 2px solid black; } textarea:focus { background-color: white; } .jumbotron { text-align: center; background-color: transparent; color: black; border-radius: 0; border-bottom: 10px solid black; } .description { white-space: pre-wrap; } .time-block { text-align: center; border-radius: 15px; padding-bottom: 60px; } .row { white-space: pre-wrap; border-top: 1px solid white; } .hour { background-color: #ffffff; color: #000000; border: 1px dashed #000000; font-size: 21px; text-align: center; padding-top: 10px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } .past { background-color: #d3d3d3; color: rgb(0, 0, 0); } .present { background-color: #ff4e44; color: rgb(0, 0, 0); } .future { background-color: #77dd77; color: rgb(0, 0, 0); } .saveBtn { border-left: 1px solid black; border-top-right-radius: 15px; border-bottom-right-radius: 15px; background-color: #06aed5; color: white; border: solid 2px black; } .saveBtn:hover { font-size: 20px; transition: all 0.3s ease-in-out; background-color: #3453ff; } @media screen and (max-width:991px){ .hour{ font-size: 20px; padding: 0px; margin: 0px; padding-top: 15px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } textarea { font-size: 20px; } } @media screen and (max-width:767px){ .hour{ font-size: 20px; padding: 0px; margin: 0px; padding-top: 15px; border-radius: 15px; margin-top: 15px; } .row { height: 100%; } textarea { border-top-left-radius: 15px; border-bottom-left-radius: 15px; font-size: 18px; } } @media screen and (max-width:575px){ textarea { border-radius: 15px; font-size: 15px; } .headline{ font-size: 40px; background-color: #b0e4b0; border-radius: 15px; } #time-display { font-size: 20px; } .saveBtn { border-radius: 15px; margin-bottom: 15px; padding: 10px; } .hour { font-size: 20px; } }
0.354657
0.139514
.shoppingCart { background: #F3F3F3; } .shoppingCart .shopName { margin-left: 12px; position: relative; border-bottom: 1px solid #DBDBDB; padding: 12px 0; } .shoppingCart .circle { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #CFCFCF; position: absolute; top: 15px; } .shoppingCart .shopName div:last-child { margin-left: 20px; color: #0E0E0E; } .shoppingCart .content { position: relative; padding-top: 12px; padding-bottom: 20px; padding-left: 12px; border-bottom: 1px solid #DBDBDB; min-height: 70px; height: 100%; } .shoppingCart .content_img { position: absolute; left: 34px; overflow: hidden; width: 80px; height: 80px; overflow: hidden; } .shoppingCart .content_img img { width: 80px; min-height: 80px; } .shoppingCart .mar_left { margin-left: 120px; } .shoppingCart .money { position: relative; margin-top: 12px; font-size: 15px; color: #E03A3A; } .shoppingCart .money_1 img { height: 14px; position: relative; top: -2px; } .shoppingCart .money_1 { position: relative; top: 5px; } .shoppingCart .count { position: absolute; right: 12px; bottom: 12px; } .shoppingCart .count ul { border: 1px solid #DBDBDB; border-radius: 5px; } .shoppingCart .count li { float: left; padding: 0 15px; line-height: 25px; color: #909090; } .shoppingCart .count li:last-of-type { border-right: 0; } .shoppingCart .count li { border-right: 1px solid #DBDBDB; } .shoppingCart .count li:not(:nth-child(2)) { font-size: 17px; } .shoppingCart .count { height: 30px; } .shoppingCart .count ul { height: 30px; } .shoppingCart .reduce { height: 30px; } .shoppingCart .count li:nth-child(2) { color: #0E0E0E; } .shoppingCart .text { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #0E0E0E; line-height: 18px; margin-right: 12px; } .shoppingCart .class { color: #ACACAC; font-size: 12px; line-height: 16px; padding-top: 4px; margin-right: 12px; } .shoppingCart .shoppingCart_footer { position: fixed; bottom: 0; max-width: 640px; width: 100%; background: white; height: 46px; } .shoppingCart .gomall { position: absolute; right: 0; bottom: 0; background: #DD2727; color: white; padding: 16px 24px; } .shoppingCart .check span { display: inline-block; margin-right: 10px; } .shoppingCart .check { margin-right: 10px; /*padding: 15px 0;*/ padding-top: 12px; } .shoppingCart .check span:not(:last-child) { color: #0E0E0E; } .shoppingCart .check span:last-child { color: #0E0E0E; } .shoppingCart .bg_color { background: white; } .shoppingCart .money_1 { margin-right: 120px; font-size: 13px; } .shoppingCart .round { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #A7A7A7; display: inline-block; position: relative; top: 4px; margin-left: 12px; margin-right: 8px; } .shoppingCart .footer_space { height: 70px; } .shopcar_title { height: 40px; line-height: 40px; text-align: center; background: #f5f5f5; border-bottom: 1px solid #ddd; position: relative; } .shopcar_title h3 { font-weight: normal; font-size: 17px; } .title_do { width: 52px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; font-size: 16px; } /*.select_all img{ width: 100%;height: 100%;position: relative;top: -0.03rem; }*/ .shop_car_num { padding: 0 !important; } .shop_car_num .number { border: none; outline: none; /*width: 100%;*/ max-width: 40px; text-align: center; height: 30px; background: transparent; font-size: 14px; } .shoppingCart .select_img { background-image: url("/thems/default/static/img/shoppingCart_03.png"); background-size: 100% 100%; width: 100%; height: 100%; background-repeat: no-repeat; } .child_circle>div { background-image: url("/thems/default/static/img/shoppingCart_03.png"); background-size: 100% 100%; background-repeat: no-repeat; height: 100%; width: 100%; } @media only screen and (min-width: 320px) and (max-width: 400px) { .count li { padding: 0 12px !important; } .number { width: 16px; } } /* 购物车为空 */ .qb_tac { text-align: center; color: #534949; line-height: 40px; color: #999; font-size: 18px; margin-top: 20px; } .qb_tac img { margin-bottom: 20px; } .qb_gap { padding-left: 10px; padding-right: 10px; margin-bottom: 10px } .mod_btn { text-align: center; text-decoration: none; line-height: 40px; height: 40px; font-size: 15px; display: block; width: 100%; color: #ffffff!important; -webkit-border-radius: .3em; -moz-border-radius: .3em; -ms-border-radius: .3em; -o-border-radius: .3em; border-radius: .3em; background-color: #DD2726; }
thems/default/static/css/ShoppingCart.css
.shoppingCart { background: #F3F3F3; } .shoppingCart .shopName { margin-left: 12px; position: relative; border-bottom: 1px solid #DBDBDB; padding: 12px 0; } .shoppingCart .circle { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #CFCFCF; position: absolute; top: 15px; } .shoppingCart .shopName div:last-child { margin-left: 20px; color: #0E0E0E; } .shoppingCart .content { position: relative; padding-top: 12px; padding-bottom: 20px; padding-left: 12px; border-bottom: 1px solid #DBDBDB; min-height: 70px; height: 100%; } .shoppingCart .content_img { position: absolute; left: 34px; overflow: hidden; width: 80px; height: 80px; overflow: hidden; } .shoppingCart .content_img img { width: 80px; min-height: 80px; } .shoppingCart .mar_left { margin-left: 120px; } .shoppingCart .money { position: relative; margin-top: 12px; font-size: 15px; color: #E03A3A; } .shoppingCart .money_1 img { height: 14px; position: relative; top: -2px; } .shoppingCart .money_1 { position: relative; top: 5px; } .shoppingCart .count { position: absolute; right: 12px; bottom: 12px; } .shoppingCart .count ul { border: 1px solid #DBDBDB; border-radius: 5px; } .shoppingCart .count li { float: left; padding: 0 15px; line-height: 25px; color: #909090; } .shoppingCart .count li:last-of-type { border-right: 0; } .shoppingCart .count li { border-right: 1px solid #DBDBDB; } .shoppingCart .count li:not(:nth-child(2)) { font-size: 17px; } .shoppingCart .count { height: 30px; } .shoppingCart .count ul { height: 30px; } .shoppingCart .reduce { height: 30px; } .shoppingCart .count li:nth-child(2) { color: #0E0E0E; } .shoppingCart .text { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #0E0E0E; line-height: 18px; margin-right: 12px; } .shoppingCart .class { color: #ACACAC; font-size: 12px; line-height: 16px; padding-top: 4px; margin-right: 12px; } .shoppingCart .shoppingCart_footer { position: fixed; bottom: 0; max-width: 640px; width: 100%; background: white; height: 46px; } .shoppingCart .gomall { position: absolute; right: 0; bottom: 0; background: #DD2727; color: white; padding: 16px 24px; } .shoppingCart .check span { display: inline-block; margin-right: 10px; } .shoppingCart .check { margin-right: 10px; /*padding: 15px 0;*/ padding-top: 12px; } .shoppingCart .check span:not(:last-child) { color: #0E0E0E; } .shoppingCart .check span:last-child { color: #0E0E0E; } .shoppingCart .bg_color { background: white; } .shoppingCart .money_1 { margin-right: 120px; font-size: 13px; } .shoppingCart .round { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #A7A7A7; display: inline-block; position: relative; top: 4px; margin-left: 12px; margin-right: 8px; } .shoppingCart .footer_space { height: 70px; } .shopcar_title { height: 40px; line-height: 40px; text-align: center; background: #f5f5f5; border-bottom: 1px solid #ddd; position: relative; } .shopcar_title h3 { font-weight: normal; font-size: 17px; } .title_do { width: 52px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; font-size: 16px; } /*.select_all img{ width: 100%;height: 100%;position: relative;top: -0.03rem; }*/ .shop_car_num { padding: 0 !important; } .shop_car_num .number { border: none; outline: none; /*width: 100%;*/ max-width: 40px; text-align: center; height: 30px; background: transparent; font-size: 14px; } .shoppingCart .select_img { background-image: url("/thems/default/static/img/shoppingCart_03.png"); background-size: 100% 100%; width: 100%; height: 100%; background-repeat: no-repeat; } .child_circle>div { background-image: url("/thems/default/static/img/shoppingCart_03.png"); background-size: 100% 100%; background-repeat: no-repeat; height: 100%; width: 100%; } @media only screen and (min-width: 320px) and (max-width: 400px) { .count li { padding: 0 12px !important; } .number { width: 16px; } } /* 购物车为空 */ .qb_tac { text-align: center; color: #534949; line-height: 40px; color: #999; font-size: 18px; margin-top: 20px; } .qb_tac img { margin-bottom: 20px; } .qb_gap { padding-left: 10px; padding-right: 10px; margin-bottom: 10px } .mod_btn { text-align: center; text-decoration: none; line-height: 40px; height: 40px; font-size: 15px; display: block; width: 100%; color: #ffffff!important; -webkit-border-radius: .3em; -moz-border-radius: .3em; -ms-border-radius: .3em; -o-border-radius: .3em; border-radius: .3em; background-color: #DD2726; }
0.468061
0.086555
.syntaxhighlighter { background-color: #272822 !important; } .syntaxhighlighter .line.alt1 { background-color: none !important; } .syntaxhighlighter .line.alt2 { background-color: none !important; } /* sh styles */ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: #3E3D32 !important; } .syntaxhighlighter .line.highlighted.number { color: black !important; } .syntaxhighlighter table caption { color: black !important; } .syntaxhighlighter .gutter { color: #afafaf !important; } .syntaxhighlighter .gutter .line { border-right: 3px solid #6ce26c !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #3E3D32 !important; color: white !important; } .syntaxhighlighter.printing .line .content { border: none !important; } .syntaxhighlighter.collapsed { overflow: visible !important; } .syntaxhighlighter.collapsed .toolbar { color: blue !important; background: white !important; border: 1px solid #6ce26c !important; } .syntaxhighlighter.collapsed .toolbar a { color: blue !important; } .syntaxhighlighter.collapsed .toolbar a:hover { color: red !important; } .syntaxhighlighter .toolbar { color: white !important; background: #6ce26c !important; border: none !important; } .syntaxhighlighter .toolbar a { color: white !important; } .syntaxhighlighter .toolbar a:hover { color: black !important; } /* common */ .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: #F8F8F2 !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #75715E !important; } .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #E6DB74 !important; } /* common predefined below */ .syntaxhighlighter .keyword { color: red !important; } .syntaxhighlighter .value { color: red !important; } .syntaxhighlighter .variable { color: red !important; } .syntaxhighlighter .preprocessor { color: red !important; } .syntaxhighlighter .functions { color: red !important; } .syntaxhighlighter .constants { color: red !important; } .syntaxhighlighter .script { color: red !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: red !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { color: red !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { color: red !important; } /* Monokai */ /* #F8F8F2 - white #66D9EF - blue #AE81FF - purple #F92672 - red #A6E22E - green #FD971F - orange #E6DB74 - yellow #75715E - gray */ /* chrome vertical scrollbar bugfix */ .syntaxhighlighter { overflow-y: hidden !important; } /* slight change to the font */ .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea { font-family: "Monospace", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; font-size: 0.98em !important; line-height: 1.2em !important; } .syntaxhighlighter .toolbar { display: none !important; } /* html */ .html .keyword { /* tag name */ color: #F92672 !important; } .html .color1 { /* attribute name */ color: #A6E22E !important; } /* --- css --- */ /* selectors */ .css-selector-tag, .css-selector-container { color: #F92672 !important; } .css-selector-class, .css-selector-id, .css-selector-pseudo-link, .css-selector-pseudo-element, .css-selector-pseudo-class, .css-selector-pseudo-ui-state, .css-selector-pseudo-digit { color: #A6E22E !important; } /* properties */ .css-property-name { color: #66D9EF !important; font-style: italic !important; } .css-property-value { color: #66D9EF !important; } .css-property-font { color: #66D9EF !important; } .css-property-important { color: #F92672 !important; } .css-hex, .css-digit { color: #AE81FF !important; } .css-unit { color: #F92672 !important; } /* match blocks */ .css-property-url, .css-property-rgba, .css-selector-attribute { color: #F8F8F2 !important; } .css-function-arguments { color: #FD971F !important; } /* --- js --- */ /* reserved keywords */ .js-console { color: #F8F8F2 !important; } .js-firebug { color: #66D9EF !important; } .js-number { color: #AE81FF !important; } .js .js-storage-type { color: #66D9EF !important; font-style: italic !important; } .js-storage-modifier { color: #F92672 !important; } .js-keyword-control { color: #F92672 !important; } .js-keyword-operator { color: #F92672 !important; } .js-true, .js-false, .js-null, .js-language-constant { color: #AE81FF !important; } .js-this { color: #F8F8F2 !important; } .js-debugger { color: #F92672 !important; } /* library */ .js-support-class, .js-support-function, .js-support-function-dom { color: #66D9EF !important; } .js .js-support-class { font-style: italic !important; } .js-support-constant { color: #66D9EF !important; } .js-support-constant-dom { color: #F8F8F2 !important; } .js-event-handler { color: #A6E22E !important; } /* punctuation */ .js-terminator, .js-comma, .js-period, .js-brace-curly, .js-brace-round, .js-brace-square { color: #F8F8F2 !important; } /* match blocks */ .js-prototype1, .js-prototype2, .js-function1, .js-function2, .js-function3, .js-function4, .js-json-function1, .js-json-function2, .js-instance-constructor { color: #F8F8F2 !important; } .js .js-function-arguments { color: #FD971F !important; font-style: italic !important; }
css/shThemeMonokai.css
.syntaxhighlighter { background-color: #272822 !important; } .syntaxhighlighter .line.alt1 { background-color: none !important; } .syntaxhighlighter .line.alt2 { background-color: none !important; } /* sh styles */ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: #3E3D32 !important; } .syntaxhighlighter .line.highlighted.number { color: black !important; } .syntaxhighlighter table caption { color: black !important; } .syntaxhighlighter .gutter { color: #afafaf !important; } .syntaxhighlighter .gutter .line { border-right: 3px solid #6ce26c !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #3E3D32 !important; color: white !important; } .syntaxhighlighter.printing .line .content { border: none !important; } .syntaxhighlighter.collapsed { overflow: visible !important; } .syntaxhighlighter.collapsed .toolbar { color: blue !important; background: white !important; border: 1px solid #6ce26c !important; } .syntaxhighlighter.collapsed .toolbar a { color: blue !important; } .syntaxhighlighter.collapsed .toolbar a:hover { color: red !important; } .syntaxhighlighter .toolbar { color: white !important; background: #6ce26c !important; border: none !important; } .syntaxhighlighter .toolbar a { color: white !important; } .syntaxhighlighter .toolbar a:hover { color: black !important; } /* common */ .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: #F8F8F2 !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #75715E !important; } .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #E6DB74 !important; } /* common predefined below */ .syntaxhighlighter .keyword { color: red !important; } .syntaxhighlighter .value { color: red !important; } .syntaxhighlighter .variable { color: red !important; } .syntaxhighlighter .preprocessor { color: red !important; } .syntaxhighlighter .functions { color: red !important; } .syntaxhighlighter .constants { color: red !important; } .syntaxhighlighter .script { color: red !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: red !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { color: red !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { color: red !important; } /* Monokai */ /* #F8F8F2 - white #66D9EF - blue #AE81FF - purple #F92672 - red #A6E22E - green #FD971F - orange #E6DB74 - yellow #75715E - gray */ /* chrome vertical scrollbar bugfix */ .syntaxhighlighter { overflow-y: hidden !important; } /* slight change to the font */ .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea { font-family: "Monospace", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; font-size: 0.98em !important; line-height: 1.2em !important; } .syntaxhighlighter .toolbar { display: none !important; } /* html */ .html .keyword { /* tag name */ color: #F92672 !important; } .html .color1 { /* attribute name */ color: #A6E22E !important; } /* --- css --- */ /* selectors */ .css-selector-tag, .css-selector-container { color: #F92672 !important; } .css-selector-class, .css-selector-id, .css-selector-pseudo-link, .css-selector-pseudo-element, .css-selector-pseudo-class, .css-selector-pseudo-ui-state, .css-selector-pseudo-digit { color: #A6E22E !important; } /* properties */ .css-property-name { color: #66D9EF !important; font-style: italic !important; } .css-property-value { color: #66D9EF !important; } .css-property-font { color: #66D9EF !important; } .css-property-important { color: #F92672 !important; } .css-hex, .css-digit { color: #AE81FF !important; } .css-unit { color: #F92672 !important; } /* match blocks */ .css-property-url, .css-property-rgba, .css-selector-attribute { color: #F8F8F2 !important; } .css-function-arguments { color: #FD971F !important; } /* --- js --- */ /* reserved keywords */ .js-console { color: #F8F8F2 !important; } .js-firebug { color: #66D9EF !important; } .js-number { color: #AE81FF !important; } .js .js-storage-type { color: #66D9EF !important; font-style: italic !important; } .js-storage-modifier { color: #F92672 !important; } .js-keyword-control { color: #F92672 !important; } .js-keyword-operator { color: #F92672 !important; } .js-true, .js-false, .js-null, .js-language-constant { color: #AE81FF !important; } .js-this { color: #F8F8F2 !important; } .js-debugger { color: #F92672 !important; } /* library */ .js-support-class, .js-support-function, .js-support-function-dom { color: #66D9EF !important; } .js .js-support-class { font-style: italic !important; } .js-support-constant { color: #66D9EF !important; } .js-support-constant-dom { color: #F8F8F2 !important; } .js-event-handler { color: #A6E22E !important; } /* punctuation */ .js-terminator, .js-comma, .js-period, .js-brace-curly, .js-brace-round, .js-brace-square { color: #F8F8F2 !important; } /* match blocks */ .js-prototype1, .js-prototype2, .js-function1, .js-function2, .js-function3, .js-function4, .js-json-function1, .js-json-function2, .js-instance-constructor { color: #F8F8F2 !important; } .js .js-function-arguments { color: #FD971F !important; font-style: italic !important; }
0.254509
0.135604
@media (min-width: 1200px) and (max-width: 1399px) { } @media (min-width: 992px) and (max-width: 1199px) { .main-header .logo { margin: 20px 0 20px 20px; } #mynav ul li a { font-size: 17px; line-height: 15px; } #left-slide { top: 135px; width: 12%; } #left-slide ul li a { position: relative; padding: 15px 10px 9px 20px; } #mynav ul li.contact a { padding: 10px 25px; } .menu-fixed { padding-right: 70px; } #footer { clip-path: polygon(0 3%, 100% 53%, 100% 100%, 0% 100%); } #mynav ul li.vector { padding: 20px 20px 0px 12px; } /* service page */ .service-page{ margin-left: 21%; margin-right: 5%; } #footer .logo { width: 80%; margin-top: calc(100% + 10%); } } @media (min-width: 768px) and (max-width: 991px) { #payment .search .search-box, .service-page .search .search-box { width: 40%; } .main-header .logo { margin: 20px 0 20px 20px; } #mynav ul li a { font-size: 16px; line-height: 15px; } #mynav ul li.registation { margin-right: 55px; } #mynav ul li.vector { padding: 20px 10px 0px 13px; } #mynav ul li a { font-size: 12px; } #mynav ul li.contact a { padding: 10px 20px; } #left-slide { top: 134px; } #left-slide ul li a { padding: 15px 10px 15px 10px; } #left-slide ul li a { font-size: 15px; } #media .right-img img { width: 100%; } #media .payment { margin-top: 20px; } #media .payment .pyment_img li { margin-left: 5%; } #media .content::before { height: 68%; } #footer .company { margin-top: 38px; } /* service page */ .service-page{ margin-left: 16%; margin-right: 12%; } .description p { color: #666; font-size: 23px; font-weight: 700; text-align: left; padding-left: 11px; letter-spacing: 1px; margin: 10px 0; } #footer .logo { width: 80%; margin-top: 58%; } #contact-us .right-side p { font-size: 15px; } #contact-us .right-side ul li { padding: 0 4%; } } @media (min-width: 576px) and (max-width: 767px) { #payment .search .search-box, .service-page .search .search-box { width: 40%; } .navbar-light .navbar-toggler { margin-right: 10px; } .main-header .logo { margin: 20px 0 20px 20px; } #mynav { background-color: #fff; } #mynav ul { text-align: center; } #mynav ul li.registation { padding-top: 20px; margin-right: 0; justify-content: center; } #mynav ul li.registation a { padding: 10px; } #mynav ul li.vector::after { display: none; } #left-slide { top: 100px; } #left-slide ul li a { position: relative; padding: 19px 10px 20px 12px; } #left-slide ul li a { font-size: 13px; } #media .payment, #media .right-img, #media .content { padding-left: 12%; } #media .right-img img { width: 100%; } #media .content p { margin-bottom: 30px; } #media .payment .pyment_img li { margin-left: 5%; } #media .content::before { right: 0; top: unset; width: 50%; height: 3px; bottom: 0; left: 25%; } .secvice-content { padding-left: 12%; } #service .img { margin-left: 20%; margin-top: 20px; width: 70%; } .secvice-content p{ padding: 0 10%; } #footer { padding-top: 0; clip-path: none; margin-left: 12%; text-align: center; margin-bottom: 0; } #top-header .logo img{ width: 100px; } #footer .logo { margin-top: 10px; } /* service page */ .service-page{ margin-left: 16%; margin-right: 12%; } #payment .img { width: 70%; position: relative; margin-left: 10%; } #payment .payment-btn-group { width: 90%; } .description p { color: #666; font-size: 23px; font-weight: 700; text-align: left; padding-left: 100px; letter-spacing: 2px; margin: 32px 0; } #contact-us h2 { font-size: 25px; } #contact-us .right-side p { font-size: 13px; } #contact-us .right-side ul li { padding: 0 2%; } } @media (max-width: 575px) { #mynav ul li.registation a { padding: 10px; } .logo { margin: 21px 0 20px 30px; } .menu-fixed { position: fixed; top: 0px; } #mynav ul li.vector::after { display: none; } #mynav { background-color: #fff; } #mynav ul { text-align: center; } #mynav ul li.registation { padding-top: 20px; margin-right: 0; justify-content: center; } #left-slide{ width: 20%; } #top-header .logo img{ width: 100px; } #left-slide{ top: 100px; } #left-slide ul li a { position: relative; padding: 11px 4px 20px 5px; } #left-slide ul li a{ font-size: 15px; } .menu-fixed .navbar-toggler{ margin-right: 15%; margin-top: 2%; } .menu-fixed .logo{ margin-top: 0px; padding-top: 30px; } #media .payment, #media .right-img, #media .content { padding-left: 27%; } #footer { padding-top: 0; clip-path: none; margin-left: 12%; text-align: center; margin-bottom: 0; } #media .content h2 { font-size: 20px; margin-top: 20px; letter-spacing: 2px; } #media .content p { font-size: 16px; line-height: 24px; margin-bottom: 30px; } #media .right-img img { width: 80%; margin-top: 30px; } #media .content::before { right: 0; top: unset; width: 50%; height: 3px; bottom: -2%; left: 25%; } #media .payment .pyment_img li { margin-left: 0%; } #media .payment .pyment_img li img{ width: 50px; } #service .secvice-content { margin-left: 30%; width: 90%; } .secvice-content p { font-size: 14px; padding-left: 10px; padding-right: 20px; margin-right: 10px; } #service .img{ width: 60%; margin-left: 24%; } .service-page .search .search-box, #media .search .search-box { width: 65%; } #footer .logo { width: 60%; margin-top: 20px; } /* service page */ .service-page{ margin-left: 25%; margin-right: 12%; } #payment .img { width: 70%; position: relative; margin-left: 20%; } #payment .img a { position: absolute; top: unset; right: unset; color: #ff6633; font-size: 20px; bottom: -35px; left: 40%; } #payment .paypal-btn { margin: 46px 0; display: inline-block; padding: 7px 45px; } #payment .payment-btn-group { padding: 10px 20px; margin-left: 10%; margin-right: 10%; } .description h2 { letter-spacing: 1px; } .description p { font-size: 17px; padding-left: 20%; letter-spacing: 1px; margin: 16px 0; padding-right: 10px; } #payment .search, .service-page .search, #media .search { margin-top: 3%; margin-right: 10%; } #footer ul{ text-align: left; margin-left: 25%; } #sign-in , #sign-up { margin-left: 22%; } #sign-in .title h2 , #sign-up .title h2 { font-size: 19px; margin-bottom: 5px; } #sign-in .form input::placeholder, #sign-up .form input::placeholder{ font-size: 15px; } #contact-us { margin-top: 60px; margin-left: 19%; } }
public/frontend/css/responsive.css
@media (min-width: 1200px) and (max-width: 1399px) { } @media (min-width: 992px) and (max-width: 1199px) { .main-header .logo { margin: 20px 0 20px 20px; } #mynav ul li a { font-size: 17px; line-height: 15px; } #left-slide { top: 135px; width: 12%; } #left-slide ul li a { position: relative; padding: 15px 10px 9px 20px; } #mynav ul li.contact a { padding: 10px 25px; } .menu-fixed { padding-right: 70px; } #footer { clip-path: polygon(0 3%, 100% 53%, 100% 100%, 0% 100%); } #mynav ul li.vector { padding: 20px 20px 0px 12px; } /* service page */ .service-page{ margin-left: 21%; margin-right: 5%; } #footer .logo { width: 80%; margin-top: calc(100% + 10%); } } @media (min-width: 768px) and (max-width: 991px) { #payment .search .search-box, .service-page .search .search-box { width: 40%; } .main-header .logo { margin: 20px 0 20px 20px; } #mynav ul li a { font-size: 16px; line-height: 15px; } #mynav ul li.registation { margin-right: 55px; } #mynav ul li.vector { padding: 20px 10px 0px 13px; } #mynav ul li a { font-size: 12px; } #mynav ul li.contact a { padding: 10px 20px; } #left-slide { top: 134px; } #left-slide ul li a { padding: 15px 10px 15px 10px; } #left-slide ul li a { font-size: 15px; } #media .right-img img { width: 100%; } #media .payment { margin-top: 20px; } #media .payment .pyment_img li { margin-left: 5%; } #media .content::before { height: 68%; } #footer .company { margin-top: 38px; } /* service page */ .service-page{ margin-left: 16%; margin-right: 12%; } .description p { color: #666; font-size: 23px; font-weight: 700; text-align: left; padding-left: 11px; letter-spacing: 1px; margin: 10px 0; } #footer .logo { width: 80%; margin-top: 58%; } #contact-us .right-side p { font-size: 15px; } #contact-us .right-side ul li { padding: 0 4%; } } @media (min-width: 576px) and (max-width: 767px) { #payment .search .search-box, .service-page .search .search-box { width: 40%; } .navbar-light .navbar-toggler { margin-right: 10px; } .main-header .logo { margin: 20px 0 20px 20px; } #mynav { background-color: #fff; } #mynav ul { text-align: center; } #mynav ul li.registation { padding-top: 20px; margin-right: 0; justify-content: center; } #mynav ul li.registation a { padding: 10px; } #mynav ul li.vector::after { display: none; } #left-slide { top: 100px; } #left-slide ul li a { position: relative; padding: 19px 10px 20px 12px; } #left-slide ul li a { font-size: 13px; } #media .payment, #media .right-img, #media .content { padding-left: 12%; } #media .right-img img { width: 100%; } #media .content p { margin-bottom: 30px; } #media .payment .pyment_img li { margin-left: 5%; } #media .content::before { right: 0; top: unset; width: 50%; height: 3px; bottom: 0; left: 25%; } .secvice-content { padding-left: 12%; } #service .img { margin-left: 20%; margin-top: 20px; width: 70%; } .secvice-content p{ padding: 0 10%; } #footer { padding-top: 0; clip-path: none; margin-left: 12%; text-align: center; margin-bottom: 0; } #top-header .logo img{ width: 100px; } #footer .logo { margin-top: 10px; } /* service page */ .service-page{ margin-left: 16%; margin-right: 12%; } #payment .img { width: 70%; position: relative; margin-left: 10%; } #payment .payment-btn-group { width: 90%; } .description p { color: #666; font-size: 23px; font-weight: 700; text-align: left; padding-left: 100px; letter-spacing: 2px; margin: 32px 0; } #contact-us h2 { font-size: 25px; } #contact-us .right-side p { font-size: 13px; } #contact-us .right-side ul li { padding: 0 2%; } } @media (max-width: 575px) { #mynav ul li.registation a { padding: 10px; } .logo { margin: 21px 0 20px 30px; } .menu-fixed { position: fixed; top: 0px; } #mynav ul li.vector::after { display: none; } #mynav { background-color: #fff; } #mynav ul { text-align: center; } #mynav ul li.registation { padding-top: 20px; margin-right: 0; justify-content: center; } #left-slide{ width: 20%; } #top-header .logo img{ width: 100px; } #left-slide{ top: 100px; } #left-slide ul li a { position: relative; padding: 11px 4px 20px 5px; } #left-slide ul li a{ font-size: 15px; } .menu-fixed .navbar-toggler{ margin-right: 15%; margin-top: 2%; } .menu-fixed .logo{ margin-top: 0px; padding-top: 30px; } #media .payment, #media .right-img, #media .content { padding-left: 27%; } #footer { padding-top: 0; clip-path: none; margin-left: 12%; text-align: center; margin-bottom: 0; } #media .content h2 { font-size: 20px; margin-top: 20px; letter-spacing: 2px; } #media .content p { font-size: 16px; line-height: 24px; margin-bottom: 30px; } #media .right-img img { width: 80%; margin-top: 30px; } #media .content::before { right: 0; top: unset; width: 50%; height: 3px; bottom: -2%; left: 25%; } #media .payment .pyment_img li { margin-left: 0%; } #media .payment .pyment_img li img{ width: 50px; } #service .secvice-content { margin-left: 30%; width: 90%; } .secvice-content p { font-size: 14px; padding-left: 10px; padding-right: 20px; margin-right: 10px; } #service .img{ width: 60%; margin-left: 24%; } .service-page .search .search-box, #media .search .search-box { width: 65%; } #footer .logo { width: 60%; margin-top: 20px; } /* service page */ .service-page{ margin-left: 25%; margin-right: 12%; } #payment .img { width: 70%; position: relative; margin-left: 20%; } #payment .img a { position: absolute; top: unset; right: unset; color: #ff6633; font-size: 20px; bottom: -35px; left: 40%; } #payment .paypal-btn { margin: 46px 0; display: inline-block; padding: 7px 45px; } #payment .payment-btn-group { padding: 10px 20px; margin-left: 10%; margin-right: 10%; } .description h2 { letter-spacing: 1px; } .description p { font-size: 17px; padding-left: 20%; letter-spacing: 1px; margin: 16px 0; padding-right: 10px; } #payment .search, .service-page .search, #media .search { margin-top: 3%; margin-right: 10%; } #footer ul{ text-align: left; margin-left: 25%; } #sign-in , #sign-up { margin-left: 22%; } #sign-in .title h2 , #sign-up .title h2 { font-size: 19px; margin-bottom: 5px; } #sign-in .form input::placeholder, #sign-up .form input::placeholder{ font-size: 15px; } #contact-us { margin-top: 60px; margin-left: 19%; } }
0.231267
0.098123
text-align: center; position: relative; margin-top: 20px } #msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative } .form-card { text-align: left } #msform fieldset:not(:first-of-type) { display: none } #msform input, #msform textarea { padding: 8px 15px 8px 15px; border: 1px solid #DDDFE1; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: transparent; font-size: 16px; letter-spacing: 1px } #msform input:focus, #msform textarea:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #9cbf85; outline-width: 0 } #msform .action-button { width: 100px; background: #9cbf85; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 5px !important; margin: 10px 0px 10px 0px; float: right; } #msform .action-button:hover, #msform .action-button:focus { background-color: black; color: white; } #msform .action-button-previous { width: 100px; background: #616161; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 5px !important; margin: 10px 0px 10px 0px; float: left; } #msform .action-button-previous:hover, #msform .action-button-previous:focus { background-color: #000000 } .card { z-index: 0; border: none; position: relative } .fs-title { font-size: 25px; color: #9cbf85; margin-bottom: 15px; font-weight: normal; text-align: left } .purple-text { color: #9cbf85; font-weight: normal } .steps { font-size: 25px; color: gray; margin-bottom: 10px; font-weight: normal; text-align: right } .fieldlabels { color: gray; text-align: left } #progressbar { margin-bottom: 30px; overflow: hidden; color: black; } #progressbar .activeform { color: black; } #progressbar li { list-style-type: none; font-size: 15px; width: 25%; float: left; position: relative; font-weight: 400 } #progressbar #account:before { content: "01" } #progressbar #personal:before { font-family: FontAwesome; content: "02" } #progressbar #payment:before { font-family: FontAwesome; content: "03" } #progressbar #confirm:before { font-family: FontAwesome; content: "04" } #progressbar li:before { width: 50px; height: 50px; line-height: 45px; display: block; font-size: 20px; color: #ffffff; background: #F3F3F3; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px } #progressbar li:after { content: ''; width: 100%; height: 10px; background: #F3F3F3; position: absolute; left: 0; top: 20px; z-index: -1 } #progressbar li.activeform:before, #progressbar li.activeform:after { background: #9cbf85 } .progress { height: 20px } .progress-bar { background-color: #9cbf85 } .fit-image { width: 100%; object-fit: cover } .file-upload { background-color: #ffffff; width: 100%; margin: 30px auto; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .file-upload-btn:hover { background: #1AA059; color: #ffffff; transition: all .2s ease; cursor: pointer; } .file-upload-btn:active { border: 0; transition: all .2s ease; } .file-upload-content { display: none; text-align: center; } .file-upload-input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .image-upload-wrap { margin-top: 20px; border: 4px dashed #CCCCCC; position: relative; } .image-title-wrap { padding: 0 15px 15px 15px; color: #222; } .drag-text { text-align: center; } .drag-text span{ color: #9cbf85; } .drag-text h3 { font-weight: 400; text-transform: uppercase; padding: 40px 0; font-size: 16px; } .file-upload-image { max-height: 400px; max-width: 400px; margin: auto; padding: 20px; } .remove-image { background: #9cbf85; border: none; padding: 10px; text-transform: uppercase; font-weight: 500; } .remove-image:hover { background: #ff0000; color: white; transition: all .2s ease; cursor: pointer; } .remove-image:active { border: 0; transition: all .2s ease; }
public/credit-gym/formcss.css
text-align: center; position: relative; margin-top: 20px } #msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative } .form-card { text-align: left } #msform fieldset:not(:first-of-type) { display: none } #msform input, #msform textarea { padding: 8px 15px 8px 15px; border: 1px solid #DDDFE1; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: transparent; font-size: 16px; letter-spacing: 1px } #msform input:focus, #msform textarea:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #9cbf85; outline-width: 0 } #msform .action-button { width: 100px; background: #9cbf85; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 5px !important; margin: 10px 0px 10px 0px; float: right; } #msform .action-button:hover, #msform .action-button:focus { background-color: black; color: white; } #msform .action-button-previous { width: 100px; background: #616161; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 5px !important; margin: 10px 0px 10px 0px; float: left; } #msform .action-button-previous:hover, #msform .action-button-previous:focus { background-color: #000000 } .card { z-index: 0; border: none; position: relative } .fs-title { font-size: 25px; color: #9cbf85; margin-bottom: 15px; font-weight: normal; text-align: left } .purple-text { color: #9cbf85; font-weight: normal } .steps { font-size: 25px; color: gray; margin-bottom: 10px; font-weight: normal; text-align: right } .fieldlabels { color: gray; text-align: left } #progressbar { margin-bottom: 30px; overflow: hidden; color: black; } #progressbar .activeform { color: black; } #progressbar li { list-style-type: none; font-size: 15px; width: 25%; float: left; position: relative; font-weight: 400 } #progressbar #account:before { content: "01" } #progressbar #personal:before { font-family: FontAwesome; content: "02" } #progressbar #payment:before { font-family: FontAwesome; content: "03" } #progressbar #confirm:before { font-family: FontAwesome; content: "04" } #progressbar li:before { width: 50px; height: 50px; line-height: 45px; display: block; font-size: 20px; color: #ffffff; background: #F3F3F3; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px } #progressbar li:after { content: ''; width: 100%; height: 10px; background: #F3F3F3; position: absolute; left: 0; top: 20px; z-index: -1 } #progressbar li.activeform:before, #progressbar li.activeform:after { background: #9cbf85 } .progress { height: 20px } .progress-bar { background-color: #9cbf85 } .fit-image { width: 100%; object-fit: cover } .file-upload { background-color: #ffffff; width: 100%; margin: 30px auto; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .file-upload-btn:hover { background: #1AA059; color: #ffffff; transition: all .2s ease; cursor: pointer; } .file-upload-btn:active { border: 0; transition: all .2s ease; } .file-upload-content { display: none; text-align: center; } .file-upload-input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .image-upload-wrap { margin-top: 20px; border: 4px dashed #CCCCCC; position: relative; } .image-title-wrap { padding: 0 15px 15px 15px; color: #222; } .drag-text { text-align: center; } .drag-text span{ color: #9cbf85; } .drag-text h3 { font-weight: 400; text-transform: uppercase; padding: 40px 0; font-size: 16px; } .file-upload-image { max-height: 400px; max-width: 400px; margin: auto; padding: 20px; } .remove-image { background: #9cbf85; border: none; padding: 10px; text-transform: uppercase; font-weight: 500; } .remove-image:hover { background: #ff0000; color: white; transition: all .2s ease; cursor: pointer; } .remove-image:active { border: 0; transition: all .2s ease; }
0.481454
0.088623
::-webkit-scrollbar { /* for Mac OS X support of baron scrollbar*/ width: 0; } .ui-resizable-helper { background-color: #292438; border-right: 3px solid #373248; opacity: .5; min-width: 200px; } .ui-resizable-ghost { opacity: 0 !important; } * { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Arial, sans-serif; } html, body { height: 100%; width: 100%; font-size: 0; overflow: hidden; } #menu-bar { height: 35px; width: auto; background-color: #673ab7; } #fav-channel-list { width: 250px; height: calc(100% - 35px); background-color: #17141f; display: inline-block; float: left; font-size: 15px; color: #eee; overflow-y: auto; overflow-x: hidden; z-index: 90; } .container { overflow-y:hidden; overflow-x:auto; width: calc(100% - 250px); height: calc(100% - 35px); background-color: #444; } #main-chat-area { width: 100%; height: 100%; background-color: #201c2b; display: inline-block; white-space: nowrap; font-size: 20px; color: #eee; /*noinspection CssInvalidPropertyValue*/ overflow-x: overlay; overflow-y: hidden; z-index: 100; } #main-chat-area .chat { background-color: #201c2b; display: inline-block; white-space: nowrap; vertical-align:top; width: 330px; height: 100%; border-right: 1px solid #17141f; min-width: 200px; } .chat .chatStream { position: relative; padding-bottom: 56.25%; width: 100%; height: 0; background-color: #201c2b; white-space: normal; user-select: none; } .chat .chatStream .chatStreamInner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .chat .chatHeader { width: 100%; height: 35px; background-color: #201c2b; text-align: center; //vertical-align: middle; line-height: 35px; font-size: 15px; white-space: normal; user-select: none; //position: static; } .chatHeader span { cursor: default; } .chatHeader button { border: none; height: 100%; width: 40px; background-color: transparent; color: #eee; display: inline-block; white-space: nowrap; outline: none; } .chatHeader .toggleViewerList { float: left; background-image: url(../img/list.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .chatHeader .toggleStream { float: right; background-image: url(../img/stream.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .chatHeader .removeChat { float: right; background-image: url(../img/close.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .removeChat:hover, .toggleViewerList:hover, .toggleStream:hover { opacity: 1.0; } #main-chat-area .chat .chatContent { width: 100%; height: calc(100% - 105px); overflow: auto; } #main-chat-area .chat .chatContent:hover { } .chatMessageList { min-width: 100%; min-height: 100%; height: auto; word-wrap: break-word; //overflow-wrap: break-word; } .chatMessageList li { width: 100%; word-wrap: break-word; overflow-wrap: break-word; font-size: 13px; line-height: 135%; padding: 3px 7px 3px 7px; display: block; white-space: normal; color: #acacbf; } .chatMessageList li:nth-child(even) { background-color: #292438; } .chatMessageList li img { vertical-align: text-bottom; object-fit: scale-down; min-height: 18px; min-width: 20px; } .chatMessageList li div { background-position: center; height: 18px; width: 18px; margin-left: 3px; } .chatMessageList li div:first { margin-left: 0; } .chatMessageList div { width: 100%; } .chatMessageList li a:link { color: #b19dd8; text-decoration: none; } .chatMessageList li a:visited { color: #b19dd8; text-decoration: none; } .chatMessageList li a:hover { color: #b19dd8; text-decoration: underline; } .chatMessageList li a:active { color: #b19dd8; text-decoration: underline;} #main-chat-area .chat .chatInput { width: 100%; height: 70px; background-color: #201c2b; position: relative; line-height: 1.5; } .chatInput .kappa { opacity: 0.6; width: 24px; cursor: pointer; position: absolute; right: 10px; margin-top: 4px; } .chatInput .kappa:hover { opacity: 0.8; } .chatInput .emoteMenu { height: 300px; width: 300px; position: absolute; background-color: #17141f; z-index: 100; display: none; bottom: 100px; left: 25px; border: 1px solid #505050; word-wrap: break-word; /* IE 5.5-7 */ white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */ white-space: pre-wrap; padding: 5px 7px 5px 5px; text-align: center; font-size: 0; } .emoteMenu .emotes { margin-top: 0; overflow-y: scroll; overflow-x: hidden; width: 100%; height: 100%; } .emoteMenu .emotes h3 { font-size: 15px; font-weight: 400; cursor: pointer; } .emoteMenu .emotes div { overflow-y: hidden; } .emoteMenu img { display: inline; margin-left: 5px; margin-right: 5px; margin-top: 5px; } .chat .chatInput .chatNewMessagesInfo { width: 100%; height: 25px; margin-top: -25px; opacity: 0.8; background-color: black; color: white; text-align: center; font-size: 13px; padding-top: 5px; display: none; cursor: pointer; } #main-chat-area .chat .chatInput .chatInputField { outline: none; width: calc(100% - 20px); height: 35px; //background-color: #17141f; background-color: transparent; border: none; border-bottom: 2px solid gray; //border: 1px solid #505050; resize: none; //border-radius: 1px; margin-left: 10px; margin-top: 4px; padding: 5px 30px 5px 2px; font-size: 14px; color: #eee; } #main-chat-area .chat .chatInput .chatInputField:focus { border-bottom: 2px solid #673ab7; -webkit-transition: border-bottom 0.35s; /* Safari */ transition: border-bottom 0.35s; } #main-chat-area .chat .chatViewerList { width: 100%; height: calc(100% - 35px); overflow-y: auto; font-size: 13px; padding-left: 30px; padding-right: 30px; padding-top: 25px; display: none; } .chatViewerList h3 { font-size: 18px; line-height: 40px; } .chatViewerList ul { list-style: none; } .placeholder { display:inline-block; height: 1px !important; } input { background-color: transparent; border: none; appearance: none; box-shadow: none; } input:focus { outline: none; } #newFavInput { background-color: #8469b7; height: 100%; color: #ddd; font-size: 15px; width: 180px; padding: 10px; display: inline-block; float: left; } #newFavInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #ccc; } #newFavInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; opacity: 1; } #newFavInput::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; opacity: 1; } #newFavInput:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #ccc; } #channelListToggle, #addFavFromInput { width: 35px; height: 100%; display: inline-block; float: left; background-size: 100%; cursor: pointer; } #channelListToggle { background-image: url(../img/arrow_down.svg); background-position: center; background-size: 85%; background-repeat: no-repeat; } #addFavFromInput { background-image: url(../img/plus.svg); background-position: center; background-size: 70%; background-repeat: no-repeat; } .favEntry { height: 50px; width: 250px; margin-top: 5px; padding-left: 5px; } .favEntry .profilePic { height: 45px; vertical-align: middle; /*noinspection CssFloatPxLength*/ border-radius: 22.5px; } .favEntryAddChatButton { text-align: left; padding-left: 10px; padding-right: 10px; width: 135px; height: 70%; vertical-align: middle; color: #eee; margin-left: 7px; overflow: hidden; text-overflow: ellipsis; border-radius: 25px 2px 2px 25px; border-left: 3px solid #673ab7; } .favEntryRemoveButton { width: 45px; height: 70%; vertical-align: middle; margin-left: 7px; color: #eee; background-image: url(../img/close.svg); background-size: 45%; background-position: center; background-repeat: no-repeat; border-radius: 2px; } .favEntryAddChatButton:hover, .favEntryRemoveButton:hover { background-color: #292438; }
public/css/style.css
::-webkit-scrollbar { /* for Mac OS X support of baron scrollbar*/ width: 0; } .ui-resizable-helper { background-color: #292438; border-right: 3px solid #373248; opacity: .5; min-width: 200px; } .ui-resizable-ghost { opacity: 0 !important; } * { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Arial, sans-serif; } html, body { height: 100%; width: 100%; font-size: 0; overflow: hidden; } #menu-bar { height: 35px; width: auto; background-color: #673ab7; } #fav-channel-list { width: 250px; height: calc(100% - 35px); background-color: #17141f; display: inline-block; float: left; font-size: 15px; color: #eee; overflow-y: auto; overflow-x: hidden; z-index: 90; } .container { overflow-y:hidden; overflow-x:auto; width: calc(100% - 250px); height: calc(100% - 35px); background-color: #444; } #main-chat-area { width: 100%; height: 100%; background-color: #201c2b; display: inline-block; white-space: nowrap; font-size: 20px; color: #eee; /*noinspection CssInvalidPropertyValue*/ overflow-x: overlay; overflow-y: hidden; z-index: 100; } #main-chat-area .chat { background-color: #201c2b; display: inline-block; white-space: nowrap; vertical-align:top; width: 330px; height: 100%; border-right: 1px solid #17141f; min-width: 200px; } .chat .chatStream { position: relative; padding-bottom: 56.25%; width: 100%; height: 0; background-color: #201c2b; white-space: normal; user-select: none; } .chat .chatStream .chatStreamInner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .chat .chatHeader { width: 100%; height: 35px; background-color: #201c2b; text-align: center; //vertical-align: middle; line-height: 35px; font-size: 15px; white-space: normal; user-select: none; //position: static; } .chatHeader span { cursor: default; } .chatHeader button { border: none; height: 100%; width: 40px; background-color: transparent; color: #eee; display: inline-block; white-space: nowrap; outline: none; } .chatHeader .toggleViewerList { float: left; background-image: url(../img/list.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .chatHeader .toggleStream { float: right; background-image: url(../img/stream.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .chatHeader .removeChat { float: right; background-image: url(../img/close.svg); background-position: center; background-size: 50%; background-repeat: no-repeat; cursor: pointer; opacity: 0.75; } .removeChat:hover, .toggleViewerList:hover, .toggleStream:hover { opacity: 1.0; } #main-chat-area .chat .chatContent { width: 100%; height: calc(100% - 105px); overflow: auto; } #main-chat-area .chat .chatContent:hover { } .chatMessageList { min-width: 100%; min-height: 100%; height: auto; word-wrap: break-word; //overflow-wrap: break-word; } .chatMessageList li { width: 100%; word-wrap: break-word; overflow-wrap: break-word; font-size: 13px; line-height: 135%; padding: 3px 7px 3px 7px; display: block; white-space: normal; color: #acacbf; } .chatMessageList li:nth-child(even) { background-color: #292438; } .chatMessageList li img { vertical-align: text-bottom; object-fit: scale-down; min-height: 18px; min-width: 20px; } .chatMessageList li div { background-position: center; height: 18px; width: 18px; margin-left: 3px; } .chatMessageList li div:first { margin-left: 0; } .chatMessageList div { width: 100%; } .chatMessageList li a:link { color: #b19dd8; text-decoration: none; } .chatMessageList li a:visited { color: #b19dd8; text-decoration: none; } .chatMessageList li a:hover { color: #b19dd8; text-decoration: underline; } .chatMessageList li a:active { color: #b19dd8; text-decoration: underline;} #main-chat-area .chat .chatInput { width: 100%; height: 70px; background-color: #201c2b; position: relative; line-height: 1.5; } .chatInput .kappa { opacity: 0.6; width: 24px; cursor: pointer; position: absolute; right: 10px; margin-top: 4px; } .chatInput .kappa:hover { opacity: 0.8; } .chatInput .emoteMenu { height: 300px; width: 300px; position: absolute; background-color: #17141f; z-index: 100; display: none; bottom: 100px; left: 25px; border: 1px solid #505050; word-wrap: break-word; /* IE 5.5-7 */ white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */ white-space: pre-wrap; padding: 5px 7px 5px 5px; text-align: center; font-size: 0; } .emoteMenu .emotes { margin-top: 0; overflow-y: scroll; overflow-x: hidden; width: 100%; height: 100%; } .emoteMenu .emotes h3 { font-size: 15px; font-weight: 400; cursor: pointer; } .emoteMenu .emotes div { overflow-y: hidden; } .emoteMenu img { display: inline; margin-left: 5px; margin-right: 5px; margin-top: 5px; } .chat .chatInput .chatNewMessagesInfo { width: 100%; height: 25px; margin-top: -25px; opacity: 0.8; background-color: black; color: white; text-align: center; font-size: 13px; padding-top: 5px; display: none; cursor: pointer; } #main-chat-area .chat .chatInput .chatInputField { outline: none; width: calc(100% - 20px); height: 35px; //background-color: #17141f; background-color: transparent; border: none; border-bottom: 2px solid gray; //border: 1px solid #505050; resize: none; //border-radius: 1px; margin-left: 10px; margin-top: 4px; padding: 5px 30px 5px 2px; font-size: 14px; color: #eee; } #main-chat-area .chat .chatInput .chatInputField:focus { border-bottom: 2px solid #673ab7; -webkit-transition: border-bottom 0.35s; /* Safari */ transition: border-bottom 0.35s; } #main-chat-area .chat .chatViewerList { width: 100%; height: calc(100% - 35px); overflow-y: auto; font-size: 13px; padding-left: 30px; padding-right: 30px; padding-top: 25px; display: none; } .chatViewerList h3 { font-size: 18px; line-height: 40px; } .chatViewerList ul { list-style: none; } .placeholder { display:inline-block; height: 1px !important; } input { background-color: transparent; border: none; appearance: none; box-shadow: none; } input:focus { outline: none; } #newFavInput { background-color: #8469b7; height: 100%; color: #ddd; font-size: 15px; width: 180px; padding: 10px; display: inline-block; float: left; } #newFavInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #ccc; } #newFavInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; opacity: 1; } #newFavInput::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; opacity: 1; } #newFavInput:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #ccc; } #channelListToggle, #addFavFromInput { width: 35px; height: 100%; display: inline-block; float: left; background-size: 100%; cursor: pointer; } #channelListToggle { background-image: url(../img/arrow_down.svg); background-position: center; background-size: 85%; background-repeat: no-repeat; } #addFavFromInput { background-image: url(../img/plus.svg); background-position: center; background-size: 70%; background-repeat: no-repeat; } .favEntry { height: 50px; width: 250px; margin-top: 5px; padding-left: 5px; } .favEntry .profilePic { height: 45px; vertical-align: middle; /*noinspection CssFloatPxLength*/ border-radius: 22.5px; } .favEntryAddChatButton { text-align: left; padding-left: 10px; padding-right: 10px; width: 135px; height: 70%; vertical-align: middle; color: #eee; margin-left: 7px; overflow: hidden; text-overflow: ellipsis; border-radius: 25px 2px 2px 25px; border-left: 3px solid #673ab7; } .favEntryRemoveButton { width: 45px; height: 70%; vertical-align: middle; margin-left: 7px; color: #eee; background-image: url(../img/close.svg); background-size: 45%; background-position: center; background-repeat: no-repeat; border-radius: 2px; } .favEntryAddChatButton:hover, .favEntryRemoveButton:hover { background-color: #292438; }
0.302391
0.048654
:root{ --primary-color: #1a8cff; } .container{ position: fixed; top: 0; width: 100%; background-color: #fff; } .block_container{ padding-top: 10vh; } .results_list_container{ height: 100%; width: 80%; margin-top: 0%; margin-left: 10%; left: 0; display: flex; flex-direction: column; } .result_inner_container{ display: flex; flex-direction: row; } .divider{ height: 1px; background-color: #d9d9d9; } .result_image{ width: 15vw; height: 15vh; } .result_title_txt{ font-weight: 600; font-size: larger; } .result_image > img{ width: 100%; height: 100%; object-fit: contain; } .result_published_txt{ font-size: 15px; color: grey; } .error_page_container{ text-align: center; } .nav_container{ display: flex; flex-direction: row; justify-content: space-between; padding: 10px 20px;/* vh */ } .nav_home_sect{ background-color: var(--primary-color); border-radius: 4px; display: flex; flex-direction: row; text-align: center; padding: 0px 10px; font-size: 16px; justify-content: space-around; text-overflow: ellipsis; overflow: hidden; color: #fff; } .nav_home_sect > img{ margin-right: 7px; } .nav_search_sect{ display: flex; flex-direction: row; justify-content: flex-end; visibility: hidden; } #home_icon_txt{ text-decoration: none; color: #fff; } .search_container{ display: flex; flex-direction: row; justify-content: center; width: 100%; } .form-control{ font-size: 17px; padding: 5px 10px;/* vh */ border-width: 0.5px; border-radius: 4px; width: 50%; } .form-control:focus{ outline: none; } .img_btn{ /*background-color: var(--primary-color);*/ display: flex; flex-direction: row; justify-content: space-around; text-align: center; padding: 0px 15px; margin: 0px 10px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; color: #000; border-radius: 50px; } .img_btn:hover{ cursor: pointer; background:rgba(232, 232, 232, 0.5); } .img_btn:active{ cursor: pointer; background:rgba(191, 191, 191, 0.5); } .img_container{ display: flex; flex-direction: row; align-items: center; align-self: center; } .img_container>img{ margin-right: 10px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; align-self: center; border-radius: 50%; } .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 7px 3px; } .img_btn_selected{ background:rgba(232, 232, 232, 0.8); color: #000; } .img_btn_selected:hover{ cursor: pointer; } .img_btn_selected:active{ cursor: pointer; background:rgba(191, 191, 191, 0.5); } .centered_text{ text-align: center; padding-top: 20px; } .hide_element { height: 0px; width: 0px; overflow: hidden; } .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: row; } .agency_item_container{ /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 5px; /* 5px rounded corners */ padding: 5px 20px;/* vh */ transition: 0.3s; margin: 10px; } .agency_item_container:hover{ box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2); } .agency_name_txt{ font-size: large; font-weight: 600; } .get_news_from_link{ text-decoration: none; padding: 5px 10px;/* vh */ color: var(--primary-color); } .get_news_from_link:hover{ text-decoration: underline; } .get_news_from_link:visited{ color: grey; } .agency_item_info{ padding-bottom: 10px; display: flex; flex-direction: column; } .agency_item_img{ width: 100%; height: 150px; object-fit: contain; } /* Styling for the phone */ @media only screen and (max-width: 640px) { /* Here are some changes*/ .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(1, 1fr); grid-auto-flow: row; } .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 13px 3px; } .result_inner_container{ display: flex; flex-direction: column; } .result_image{ width: 100vw; height: 50vh; } } /* Styling for the phone */ @media only screen and (min-width: 641px) and (max-width: 880px) { /* Here are some changes*/ .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 12.5px 3px; } .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-flow: row; } .result_inner_container{ display: flex; flex-direction: column; } .result_image{ width: 100vw; height: 50vh; } } /* Styling for the phone */ @media only screen and (min-width: 881px) and (max-width: 1200px) { /* Here are some changes*/ .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: row; } .result_image{ width: 20vw; height: 20vh; } }
app/static/navbar_styles.css
:root{ --primary-color: #1a8cff; } .container{ position: fixed; top: 0; width: 100%; background-color: #fff; } .block_container{ padding-top: 10vh; } .results_list_container{ height: 100%; width: 80%; margin-top: 0%; margin-left: 10%; left: 0; display: flex; flex-direction: column; } .result_inner_container{ display: flex; flex-direction: row; } .divider{ height: 1px; background-color: #d9d9d9; } .result_image{ width: 15vw; height: 15vh; } .result_title_txt{ font-weight: 600; font-size: larger; } .result_image > img{ width: 100%; height: 100%; object-fit: contain; } .result_published_txt{ font-size: 15px; color: grey; } .error_page_container{ text-align: center; } .nav_container{ display: flex; flex-direction: row; justify-content: space-between; padding: 10px 20px;/* vh */ } .nav_home_sect{ background-color: var(--primary-color); border-radius: 4px; display: flex; flex-direction: row; text-align: center; padding: 0px 10px; font-size: 16px; justify-content: space-around; text-overflow: ellipsis; overflow: hidden; color: #fff; } .nav_home_sect > img{ margin-right: 7px; } .nav_search_sect{ display: flex; flex-direction: row; justify-content: flex-end; visibility: hidden; } #home_icon_txt{ text-decoration: none; color: #fff; } .search_container{ display: flex; flex-direction: row; justify-content: center; width: 100%; } .form-control{ font-size: 17px; padding: 5px 10px;/* vh */ border-width: 0.5px; border-radius: 4px; width: 50%; } .form-control:focus{ outline: none; } .img_btn{ /*background-color: var(--primary-color);*/ display: flex; flex-direction: row; justify-content: space-around; text-align: center; padding: 0px 15px; margin: 0px 10px; font-size: 15px; text-overflow: ellipsis; overflow: hidden; color: #000; border-radius: 50px; } .img_btn:hover{ cursor: pointer; background:rgba(232, 232, 232, 0.5); } .img_btn:active{ cursor: pointer; background:rgba(191, 191, 191, 0.5); } .img_container{ display: flex; flex-direction: row; align-items: center; align-self: center; } .img_container>img{ margin-right: 10px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; align-self: center; border-radius: 50%; } .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 7px 3px; } .img_btn_selected{ background:rgba(232, 232, 232, 0.8); color: #000; } .img_btn_selected:hover{ cursor: pointer; } .img_btn_selected:active{ cursor: pointer; background:rgba(191, 191, 191, 0.5); } .centered_text{ text-align: center; padding-top: 20px; } .hide_element { height: 0px; width: 0px; overflow: hidden; } .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: row; } .agency_item_container{ /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 5px; /* 5px rounded corners */ padding: 5px 20px;/* vh */ transition: 0.3s; margin: 10px; } .agency_item_container:hover{ box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2); } .agency_name_txt{ font-size: large; font-weight: 600; } .get_news_from_link{ text-decoration: none; padding: 5px 10px;/* vh */ color: var(--primary-color); } .get_news_from_link:hover{ text-decoration: underline; } .get_news_from_link:visited{ color: grey; } .agency_item_info{ padding-bottom: 10px; display: flex; flex-direction: column; } .agency_item_img{ width: 100%; height: 150px; object-fit: contain; } /* Styling for the phone */ @media only screen and (max-width: 640px) { /* Here are some changes*/ .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(1, 1fr); grid-auto-flow: row; } .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 13px 3px; } .result_inner_container{ display: flex; flex-direction: column; } .result_image{ width: 100vw; height: 50vh; } } /* Styling for the phone */ @media only screen and (min-width: 641px) and (max-width: 880px) { /* Here are some changes*/ .index_filters{ display: flex; flex-direction: row; justify-content: flex-start; padding: 12.5px 3px; } .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-flow: row; } .result_inner_container{ display: flex; flex-direction: column; } .result_image{ width: 100vw; height: 50vh; } } /* Styling for the phone */ @media only screen and (min-width: 881px) and (max-width: 1200px) { /* Here are some changes*/ .news_agencies_grid_container{ display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: row; } .result_image{ width: 20vw; height: 20vh; } }
0.520984
0.104798
.version.payment /* version checker */ { color: #000017; background-color: #FBFDD6; } .html { background-color: #000000; } #page { z-index: 1; width: 960px; min-height: 799.95px; background-image: none; border-style: none; border-color: #000000; background-color: transparent; padding-bottom: 0px; margin-left: auto; margin-right: auto; } #page_position_content { margin-top: -36px; margin-bottom: -36px; width: 0.01px; } #pu1613 { width: 0.01px; margin-left: -50px; } #u1613 { z-index: 24; width: 1060px; margin-right: -10000px; margin-top: 28px; } #u1616 { z-index: 33; width: 179px; padding-bottom: 29px; margin-bottom: -19px; margin-right: -10000px; margin-top: -28px; left: 38px; } #u1617-4 { z-index: 34; width: 178px; margin-right: -10000px; margin-top: 40px; left: -1px; } #u1615-4 { z-index: 29; width: 82px; min-height: 18px; margin-right: -10000px; margin-top: 16px; left: 881px; } #u1614-4 { z-index: 25; width: 78px; min-height: 18px; margin-right: -10000px; margin-top: 16px; left: 963px; } #u2531 { z-index: 38; width: 1060px; border-style: none; border-color: transparent; background-color: transparent; position: relative; margin-right: -10000px; margin-top: 28px; } #u2532 { z-index: 39; width: 1060px; background-color: #FFFFFF; padding-bottom: 14px; position: relative; margin-right: -10000px; } #u2534-4 { z-index: 44; width: 195px; min-height: 18px; background-color: transparent; line-height: 24px; text-align: right; font-size: 20px; color: #F7931E; font-family: '__Sukhumvit Set_5'; font-weight: 200; position: relative; margin-right: -10000px; margin-top: 16px; left: 768px; } #u2533-4 { z-index: 40; width: 78px; min-height: 18px; background-color: transparent; line-height: 24px; text-align: right; font-size: 20px; color: #F7931E; font-family: '__Sukhumvit Set_5'; font-weight: 200; position: relative; margin-right: -10000px; margin-top: 16px; left: 963px; } #u2535 { z-index: 48; width: 179px; border-width: 1px; border-style: solid; border-color: #000000; padding-bottom: 29px; margin-bottom: -1px; position: relative; margin-right: -10000px; left: 38px; background: #000000 url("../images/8797180000761.jpg") no-repeat center center; } #u2536-4 { z-index: 49; position: relative; width: 178px; margin-right: -10000px; margin-top: 40px; left: -1px; } #pu2515 { width: 0.01px; margin-top: 39px; } #u2515 { z-index: 11; width: 960px; background-color: #FFFFFF; padding-bottom: 27px; position: relative; margin-right: -10000px; } #u2523 { z-index: 12; width: 815px; background-color: transparent; position: relative; margin-right: -10000px; margin-top: 23px; left: 73px; } #u2516-4 { z-index: 20; position: relative; width: 273px; margin-right: -10000px; margin-top: 56px; left: 86px; } #u2536-4_img,#u2516-4_img { display: block; vertical-align: top; } #ppu2530 { width: 0.01px; margin-left: 315px; margin-top: 52px; } #u2530 { z-index: 18; height: 34px; width: 145px; vertical-align: top; position: relative; margin-right: -10000px; background: url("../images/u2530.png") no-repeat 0px 0px; } #u2530:hover { background: url("../images/u2530-r.png") no-repeat 0px 0px; } #u2529 { z-index: 15; margin-bottom: -1px; position: relative; width: 147px; margin-right: -10000px; margin-top: -1px; left: 185px; } #u2529_states { height: 36px; width: 147px; vertical-align: top; background: url("../images/u2529_states.png") no-repeat 0px 0px; } #u2529:hover #u2529_states { background: url("../images/u2529_states-r.png") no-repeat 0px 0px; } #u1619 { z-index: 2; min-height: 59px; padding-bottom: 39px; } #u1619_align_to_page { margin-left: auto; margin-right: auto; width: 960px; left: -100px; } #u1620-8 { z-index: 3; width: 626px; margin-right: -10000px; margin-top: 25px; left: 257px; } #u1619-bw { z-index: 2; min-height: 59px; margin-top: 64px; } @font-face { font-family: '__Sukhumvit Set_5'; src: url('../fonts/sukhumvitset-light.eot'); src: local('☺'), url('../fonts/sukhumvitset.woff') format('woff'), url('../fonts/sukhumvitset.svg') format('svg'); font-weight: 200; font-style: normal; } body { position: relative; min-width: 960px; padding-top: 36px; padding-bottom: 36px; } #page .verticalspacer { clear: both; }
css/payment.css
.version.payment /* version checker */ { color: #000017; background-color: #FBFDD6; } .html { background-color: #000000; } #page { z-index: 1; width: 960px; min-height: 799.95px; background-image: none; border-style: none; border-color: #000000; background-color: transparent; padding-bottom: 0px; margin-left: auto; margin-right: auto; } #page_position_content { margin-top: -36px; margin-bottom: -36px; width: 0.01px; } #pu1613 { width: 0.01px; margin-left: -50px; } #u1613 { z-index: 24; width: 1060px; margin-right: -10000px; margin-top: 28px; } #u1616 { z-index: 33; width: 179px; padding-bottom: 29px; margin-bottom: -19px; margin-right: -10000px; margin-top: -28px; left: 38px; } #u1617-4 { z-index: 34; width: 178px; margin-right: -10000px; margin-top: 40px; left: -1px; } #u1615-4 { z-index: 29; width: 82px; min-height: 18px; margin-right: -10000px; margin-top: 16px; left: 881px; } #u1614-4 { z-index: 25; width: 78px; min-height: 18px; margin-right: -10000px; margin-top: 16px; left: 963px; } #u2531 { z-index: 38; width: 1060px; border-style: none; border-color: transparent; background-color: transparent; position: relative; margin-right: -10000px; margin-top: 28px; } #u2532 { z-index: 39; width: 1060px; background-color: #FFFFFF; padding-bottom: 14px; position: relative; margin-right: -10000px; } #u2534-4 { z-index: 44; width: 195px; min-height: 18px; background-color: transparent; line-height: 24px; text-align: right; font-size: 20px; color: #F7931E; font-family: '__Sukhumvit Set_5'; font-weight: 200; position: relative; margin-right: -10000px; margin-top: 16px; left: 768px; } #u2533-4 { z-index: 40; width: 78px; min-height: 18px; background-color: transparent; line-height: 24px; text-align: right; font-size: 20px; color: #F7931E; font-family: '__Sukhumvit Set_5'; font-weight: 200; position: relative; margin-right: -10000px; margin-top: 16px; left: 963px; } #u2535 { z-index: 48; width: 179px; border-width: 1px; border-style: solid; border-color: #000000; padding-bottom: 29px; margin-bottom: -1px; position: relative; margin-right: -10000px; left: 38px; background: #000000 url("../images/8797180000761.jpg") no-repeat center center; } #u2536-4 { z-index: 49; position: relative; width: 178px; margin-right: -10000px; margin-top: 40px; left: -1px; } #pu2515 { width: 0.01px; margin-top: 39px; } #u2515 { z-index: 11; width: 960px; background-color: #FFFFFF; padding-bottom: 27px; position: relative; margin-right: -10000px; } #u2523 { z-index: 12; width: 815px; background-color: transparent; position: relative; margin-right: -10000px; margin-top: 23px; left: 73px; } #u2516-4 { z-index: 20; position: relative; width: 273px; margin-right: -10000px; margin-top: 56px; left: 86px; } #u2536-4_img,#u2516-4_img { display: block; vertical-align: top; } #ppu2530 { width: 0.01px; margin-left: 315px; margin-top: 52px; } #u2530 { z-index: 18; height: 34px; width: 145px; vertical-align: top; position: relative; margin-right: -10000px; background: url("../images/u2530.png") no-repeat 0px 0px; } #u2530:hover { background: url("../images/u2530-r.png") no-repeat 0px 0px; } #u2529 { z-index: 15; margin-bottom: -1px; position: relative; width: 147px; margin-right: -10000px; margin-top: -1px; left: 185px; } #u2529_states { height: 36px; width: 147px; vertical-align: top; background: url("../images/u2529_states.png") no-repeat 0px 0px; } #u2529:hover #u2529_states { background: url("../images/u2529_states-r.png") no-repeat 0px 0px; } #u1619 { z-index: 2; min-height: 59px; padding-bottom: 39px; } #u1619_align_to_page { margin-left: auto; margin-right: auto; width: 960px; left: -100px; } #u1620-8 { z-index: 3; width: 626px; margin-right: -10000px; margin-top: 25px; left: 257px; } #u1619-bw { z-index: 2; min-height: 59px; margin-top: 64px; } @font-face { font-family: '__Sukhumvit Set_5'; src: url('../fonts/sukhumvitset-light.eot'); src: local('☺'), url('../fonts/sukhumvitset.woff') format('woff'), url('../fonts/sukhumvitset.svg') format('svg'); font-weight: 200; font-style: normal; } body { position: relative; min-width: 960px; padding-top: 36px; padding-bottom: 36px; } #page .verticalspacer { clear: both; }
0.270191
0.056107
@charset "utf-8"; /*header*/ .header{ width: 100%; height: auto; /* border: 1px solid; */ position: absolute; left: 0; top: 0; z-index: 999; position: fixed; background-color: #fff; opacity: 1; } .header .inner-header{ width: 100%; height: auto; /* border: 1px solid; */ display: flex; justify-content: center; flex-wrap: wrap; /* align-items: center; */ /* box-shadow: 1px 2px 10px #0075faaa; */ box-shadow: 1px 2px 10px rgba(25, 104, 252, 0.938); /* background-color: #ccc; */ } .header .inner-header .top_nav{ /* width: 100%; */ height: auto; line-height: 30px; flex: 0 1 1400px; /* border: 1px solid red; */ display: flex; justify-content:flex-end; /* flex-direction: row; */ } .header .inner-header .top_nav>ul{ display: flex; justify-content: space-between; } .header .inner-header .top_nav>ul>li{ flex: 1; padding: 0 5px; /* border: 1px solid #ccc; */ } .header .inner-header .top_nav>ul>li a{ color: #ccc; font-weight: 600; } .header .inner-header .nav2{ width: 100%; /* max-width: 1000px; */ flex: 0 1 1200px; height: auto; background-color: #fff; /* border: 1px solid blue; */ display: flex; justify-content: space-between; transition: all 0.4s; } .header .inner-header .nav2 h1.logo{ width: 130px; height: 50px; /* border: 1px solid; */ /* line-height: 2.5em; */ /* padding: 5px; */ align-items: center; /* background-color: #8f8e8eaa; */ /* color: #fff; */ } .header .inner-header .nav2 h1.logo img{ width: 100%; height: auto; display: block; } .header .inner-header .nav2 .left-menu{ /* width: 60px; */ flex: 0 0 60px; height: 60px; line-height: 2em; display: none; cursor: pointer; position: relative; } .header .inner-header .nav2 .left-menu::after{ content: ''; display: block; background-color: #fff; width: 100%; position: absolute; left: 50%; bottom: -5px; } .header .inner-header .nav2 .left-menu:hover::after{ left: 0; bottom: -8px; transform: translateX(0%); width: 100%; height: 3px; background-color:rgb(26, 138, 243); transition: all 0.3s; } .header .inner-header .nav2 .left-menu img{ display: block; width: 100%; height: auto; } .header .inner-header .nav2 .gnb{ /* width: 600px; */ flex: 0 1 1000px; height: auto; padding: 15px 0; box-sizing: border-box; display: block; } .header .inner-header .nav2 .gnb>ul{ display: flex; justify-content: space-between; height: auto; } .header .inner-header .nav2 .gnb>ul>li{ /* border: 1px solid #ccc; */ width: auto; height: auto; /* line-height: 3.125em; */ line-height: 30px; box-sizing: border-box; font-size: 1rem; padding: 0 10px; flex: 1; position: relative; text-align: center; } .header .inner-header .nav2 .gnb>ul>li> a{ display: block; font-size: 1em; font-weight: 800; /* color: #fff; */ color: rgb(204, 204, 204); } .header .inner-header .nav2 .gnb>ul>li a::after{ content: ''; display: block; width: 100%; height: 2px; /* background-color: #ff0; */ position: absolute; left: 50%; /* left: 0; */ bottom: -5px; } .header .inner-header .nav2 .gnb >ul>li:hover>a::after{ left: 0; bottom: -1px; transform: translateX(0%); width: 100%; height: 3px; background-color:rgb(26, 138, 243); border-radius: 10px; transition: all 0.3s; } .header .inner-header .nav2 .gnb>ul>li .sub{ /* background-color: #ff0; */ /* border: 1px solid; */ position: absolute; height: 0; font-size: 0; line-height: 0; opacity: 0; transition: all 0.3s; left:50%; transform: translateX(-50%); top:35px; padding: 10px 0 0; /* background-color: #fffa; */ } .header .inner-header .nav2 .gnb>ul>li:hover .sub{ height: auto; font-size: 1rem; line-height: 50px; opacity: 1; } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li{ font-size: 1em; /* padding: 0 1.5em; */ } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li a{ color: #fff; display: block; /* background-color: grey; */ /* display: block; box-sizing: border-box; */ } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li:hover a{ background-color:rgb(10, 108, 255); color: rgb(230, 230, 230); display: block; border-radius: 40%; font-weight: 600; transition: all 0.3s; } .right-menu{ width: auto; height: auto; /* border: 1px solid #ccc; */ position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 999; /* display: flex; justify-content: center; */ } .right-menu .scroll-btn{ /* border: 1px solid #ccc; */ } .right-menu .scroll-btn>ul{ display: flex; justify-content: space-between; flex-direction: column; /* border: 1px solid #ccc; */ padding: 10px 0; } .on{ background-color: #fbff00; } .right-menu .scroll-btn>ul>li{ width: auto; height: auto; border-radius: 50%; border: 1px dashed rgb(10, 108, 255); box-sizing: border-box; cursor: pointer; align-items: center; /* gap: 10px; */ /* margin-bottom: 5px; */ padding: 5px; } .right-menu .scroll-btn>ul>li img{ width: 100%; height: auto; display: block; } .right-menu .scroll-btn>ul>li:hover{ background-color: #0075fa; transition: all 0.3s; } .right-menu .scroll-btn>ul>li:not(last-child){ margin-bottom: 6px; } @media only screen and (max-width:767px){ .header .inner-header .nav2 .gnb{ display: none; } .header .inner-header .nav2 h1.logo{ display: none; } .header .inner-header .nav2 .left-menu{ display: block; } }
css/common/header.css
@charset "utf-8"; /*header*/ .header{ width: 100%; height: auto; /* border: 1px solid; */ position: absolute; left: 0; top: 0; z-index: 999; position: fixed; background-color: #fff; opacity: 1; } .header .inner-header{ width: 100%; height: auto; /* border: 1px solid; */ display: flex; justify-content: center; flex-wrap: wrap; /* align-items: center; */ /* box-shadow: 1px 2px 10px #0075faaa; */ box-shadow: 1px 2px 10px rgba(25, 104, 252, 0.938); /* background-color: #ccc; */ } .header .inner-header .top_nav{ /* width: 100%; */ height: auto; line-height: 30px; flex: 0 1 1400px; /* border: 1px solid red; */ display: flex; justify-content:flex-end; /* flex-direction: row; */ } .header .inner-header .top_nav>ul{ display: flex; justify-content: space-between; } .header .inner-header .top_nav>ul>li{ flex: 1; padding: 0 5px; /* border: 1px solid #ccc; */ } .header .inner-header .top_nav>ul>li a{ color: #ccc; font-weight: 600; } .header .inner-header .nav2{ width: 100%; /* max-width: 1000px; */ flex: 0 1 1200px; height: auto; background-color: #fff; /* border: 1px solid blue; */ display: flex; justify-content: space-between; transition: all 0.4s; } .header .inner-header .nav2 h1.logo{ width: 130px; height: 50px; /* border: 1px solid; */ /* line-height: 2.5em; */ /* padding: 5px; */ align-items: center; /* background-color: #8f8e8eaa; */ /* color: #fff; */ } .header .inner-header .nav2 h1.logo img{ width: 100%; height: auto; display: block; } .header .inner-header .nav2 .left-menu{ /* width: 60px; */ flex: 0 0 60px; height: 60px; line-height: 2em; display: none; cursor: pointer; position: relative; } .header .inner-header .nav2 .left-menu::after{ content: ''; display: block; background-color: #fff; width: 100%; position: absolute; left: 50%; bottom: -5px; } .header .inner-header .nav2 .left-menu:hover::after{ left: 0; bottom: -8px; transform: translateX(0%); width: 100%; height: 3px; background-color:rgb(26, 138, 243); transition: all 0.3s; } .header .inner-header .nav2 .left-menu img{ display: block; width: 100%; height: auto; } .header .inner-header .nav2 .gnb{ /* width: 600px; */ flex: 0 1 1000px; height: auto; padding: 15px 0; box-sizing: border-box; display: block; } .header .inner-header .nav2 .gnb>ul{ display: flex; justify-content: space-between; height: auto; } .header .inner-header .nav2 .gnb>ul>li{ /* border: 1px solid #ccc; */ width: auto; height: auto; /* line-height: 3.125em; */ line-height: 30px; box-sizing: border-box; font-size: 1rem; padding: 0 10px; flex: 1; position: relative; text-align: center; } .header .inner-header .nav2 .gnb>ul>li> a{ display: block; font-size: 1em; font-weight: 800; /* color: #fff; */ color: rgb(204, 204, 204); } .header .inner-header .nav2 .gnb>ul>li a::after{ content: ''; display: block; width: 100%; height: 2px; /* background-color: #ff0; */ position: absolute; left: 50%; /* left: 0; */ bottom: -5px; } .header .inner-header .nav2 .gnb >ul>li:hover>a::after{ left: 0; bottom: -1px; transform: translateX(0%); width: 100%; height: 3px; background-color:rgb(26, 138, 243); border-radius: 10px; transition: all 0.3s; } .header .inner-header .nav2 .gnb>ul>li .sub{ /* background-color: #ff0; */ /* border: 1px solid; */ position: absolute; height: 0; font-size: 0; line-height: 0; opacity: 0; transition: all 0.3s; left:50%; transform: translateX(-50%); top:35px; padding: 10px 0 0; /* background-color: #fffa; */ } .header .inner-header .nav2 .gnb>ul>li:hover .sub{ height: auto; font-size: 1rem; line-height: 50px; opacity: 1; } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li{ font-size: 1em; /* padding: 0 1.5em; */ } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li a{ color: #fff; display: block; /* background-color: grey; */ /* display: block; box-sizing: border-box; */ } .header .inner-header .nav2 .gnb>ul>li .sub>ul>li:hover a{ background-color:rgb(10, 108, 255); color: rgb(230, 230, 230); display: block; border-radius: 40%; font-weight: 600; transition: all 0.3s; } .right-menu{ width: auto; height: auto; /* border: 1px solid #ccc; */ position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 999; /* display: flex; justify-content: center; */ } .right-menu .scroll-btn{ /* border: 1px solid #ccc; */ } .right-menu .scroll-btn>ul{ display: flex; justify-content: space-between; flex-direction: column; /* border: 1px solid #ccc; */ padding: 10px 0; } .on{ background-color: #fbff00; } .right-menu .scroll-btn>ul>li{ width: auto; height: auto; border-radius: 50%; border: 1px dashed rgb(10, 108, 255); box-sizing: border-box; cursor: pointer; align-items: center; /* gap: 10px; */ /* margin-bottom: 5px; */ padding: 5px; } .right-menu .scroll-btn>ul>li img{ width: 100%; height: auto; display: block; } .right-menu .scroll-btn>ul>li:hover{ background-color: #0075fa; transition: all 0.3s; } .right-menu .scroll-btn>ul>li:not(last-child){ margin-bottom: 6px; } @media only screen and (max-width:767px){ .header .inner-header .nav2 .gnb{ display: none; } .header .inner-header .nav2 h1.logo{ display: none; } .header .inner-header .nav2 .left-menu{ display: block; } }
0.211417
0.037821
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap"); @keyframes lds-ripple { 0% { top: 36px; left: 36px; width: 0; height: 0; opacity: 1; } 100% { top: 0px; left: 0px; width: 72px; height: 72px; opacity: 0; } 100% { transform: scale(1); } } @keyframes pulsing { 0% { transform: scale(1); } 20% { transform: scale(1.01); } 40% { transform: scale(1); } } @keyframes opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes scroll-down-icon { from { top: 2px; } to { top: 46px; } } @keyframes fadein { 100% { transform: translateX(0%); } } @keyframes rotate { 0% { transform: rotate(10deg); } 100% { transform: rotate(-10deg); } } .slider { position: relative; display: flex; justify-content: center; align-items: center; min-height: 50rem; } .slider .arrow { position: absolute; cursor: pointer; top: 50%; transform: translateY(-50%); font-size: 3em; user-select: none; z-index: 10; color: #fed85d; transition: font-size 0.3s; } @media (min-width: 768px) { .slider .arrow { font-size: 4em; } } .slider .arrow.arrowPrev { left: 2%; } @media (min-width: 768px) { .slider .arrow.arrowPrev { left: 5%; } } @media (min-width: 1024px) { .slider .arrow.arrowPrev { left: 10%; } } .slider .arrow.arrowNext { right: 2%; } @media (min-width: 768px) { .slider .arrow.arrowNext { right: 5%; } } @media (min-width: 1024px) { .slider .arrow.arrowNext { right: 10%; } } .slider .arrow:hover { font-size: 3.5em; } @media (min-width: 768px) { .slider .arrow:hover { font-size: 5em; } } .nav { background-color: transparent; height: 70px; left: 0; position: fixed; top: 0; width: 100%; z-index: 999; } .nav.active, .nav.sticky { background-image: linear-gradient(299deg, #27292c, #36383c); color: #fed85d; position: fixed; width: 100%; top: 0; height: 70px; box-shadow: inset 0px -2px 0px #767676; } .nav.active img, .nav.sticky img { width: 90px; height: auto; } .nav.active a, .nav.sticky a { color: #fed85d; } .nav.active a:hover, .nav.sticky a:hover { color: #c0c0c0; } .nav .container { display: flex; align-items: center; } .nav__links { display: flex; justify-content: center; align-items: center; height: 70px; width: calc(100% - 70px); padding-left: 70px; } .nav__links__item { padding: 5px 15px; display: none; } @media (min-width: 768px) { .nav__links__item { display: block; } } .nav__links__item:nth-of-type(1) { margin-right: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(1) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(1) { margin: 30px; } } .nav__links__item:nth-of-type(2) { margin-right: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(2) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(2) { margin: 30px; } } .nav__links__item:nth-of-type(4) { margin-left: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(4) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(4) { margin: 30px; } } .nav__links__item:nth-of-type(5) { margin-left: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(5) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(5) { margin: 30px; } } .nav__links__item a { color: whitesmoke; font-size: 1.4em; transition: color 0.3s; text-transform: capitalize; } .nav__links__item a:hover { color: #fada5e; } .nav__logo { padding: 0; font-size: 3em; text-align: center; display: block; } @media (min-width: 1024px) { .nav__logo { width: 200px; } } .nav__logo img { width: 120px; height: auto; margin-top: 71px; } .nav .user { font-family: "Permanent Marker", cursive; display: none; position: relative; } @media (min-width: 768px) { .nav .user { display: block; } } .nav .user a { color: white; font-size: 1.2em; } .nav .user a:hover { color: #fada5e; } .nav .user__avatar { position: relative; width: max-content; cursor: pointer; } .nav .user__avatar img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; border: 2px solid white; } .nav .user__avatar--arrow { position: absolute; font-size: 1.3em; border-radius: 50%; background-color: white; bottom: 3px; right: -1px; color: #36383c; } .nav .user .user-dropdown { width: 140px; clip-path: inset(0 0 100% 0); position: absolute; transition: clip-path 0.2s; background-color: #36383c; padding: 1rem; right: 0; border-radius: 10px; border-top-right-radius: 0; text-align: center; border: 1px solid #595858; } .nav .user .user-dropdown hr { margin: 10px 0 17px; } .nav .user.open .user-dropdown { clip-path: inset(0 0 0 0); } .nav .rwd-button { display: flex; align-items: center; font-size: 3em; height: max-content; cursor: pointer; color: white; } @media (min-width: 768px) { .nav .rwd-button { display: none; } } .nav .rwd-menu { position: fixed; width: 100vw; height: 100vh; left: 0; top: 0; transform: translateX(-100%); transition: transform 1s; font-family: "Permanent Marker", cursive; } .nav .rwd-menu a { color: white; transition: color 0.3s; } .nav .rwd-menu a:hover { color: #fed85d; } .nav .rwd-menu .animation { width: 100%; height: 100%; display: grid; grid-template-columns: 100%; grid-template-rows: repeat(8, 1fr); } .nav .rwd-menu .animation div { transform: translateX(-100%); } .nav .rwd-menu .animation div:nth-of-type(2n) { background-color: #36383c; } .nav .rwd-menu .animation div:nth-of-type(2n -1) { background-color: #27292c; } .nav .rwd-menu .logo, .nav .rwd-menu .menu, .nav .rwd-menu .rwd-auth { position: absolute; z-index: 10; transform: translateX(-100%); width: 100%; } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 577px) { .nav .rwd-menu .menu, .nav .rwd-menu .rwd-auth { width: 50%; } .nav .rwd-menu .menu { left: 0; } .nav .rwd-menu .rwd-auth { right: 0; transform: translateX(-200%); } } .nav .rwd-menu .logo .img { display: flex; justify-content: center; align-items: center; height: 70px; width: calc(100% - 70px); padding-left: 50px; } .nav .rwd-menu .logo .img img { width: 120px; height: auto; margin-top: 71px; } .nav .rwd-menu .logo .close { font-size: 3.7em; cursor: pointer; color: white; } .nav .rwd-menu .menu { top: 150px; display: flex; flex-direction: column; text-align: center; font-size: 2em; } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 577px) { .nav .rwd-menu .menu { top: unset; bottom: 50px; } } .nav .rwd-menu .rwd-auth { bottom: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 2em; } .nav .rwd-menu .rwd-auth button { font-size: 0.5em; } .nav .rwd-menu .rwd-auth hr { width: 70%; height: 5px; } .nav .rwd-menu .rwd-auth img { width: 70px; aspect-ratio: 1/1; border-radius: 50%; } .nav .rwd-menu.open.rwd-menu { transform: translateX(0%); } .nav .rwd-menu.open.rwd-menu .animation div { animation-name: fadein; animation-duration: 0.4s; animation-fill-mode: forwards; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(2) { animation-delay: 0.2s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(3) { animation-delay: 0.4s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(4) { animation-delay: 0.6s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(5) { animation-delay: 0.8s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(6) { animation-delay: 1s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(7) { animation-delay: 1.2s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(8) { animation-delay: 1.4s; } .nav .rwd-menu.open.rwd-menu .logo, .nav .rwd-menu.open.rwd-menu .menu, .nav .rwd-menu.open.rwd-menu .rwd-auth { animation-name: fadein; animation-duration: 0.6s; animation-fill-mode: forwards; } .nav .rwd-menu.open.rwd-menu .logo { animation-delay: 1.6s; } .nav .rwd-menu.open.rwd-menu .menu { animation-delay: 1.8s; } .nav .rwd-menu.open.rwd-menu .rwd-auth { animation-delay: 2s; } .landingPage { height: 100vh; width: 100vw; background: rgba(20, 20, 20, 0.4); background: linear-gradient(90deg, rgba(20, 20, 20, 0.4) 0%, rgba(20, 20, 20, 0.4) 100%), url("../../images/landingPageBG.webp"); background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; background-attachment: fixed; object-fit: cover; } .landingPage h1 { color: white; font-size: 2.5em; letter-spacing: 5px; font-weight: 800; line-height: 0.9; margin: 0 0 2rem 0; text-shadow: 4px 4px #4f4e28; animation: opacity 1s ease 0s alternate 1 backwards running; } @media (min-width: 768px) { .landingPage h1 { font-size: 4em; } } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 425px) { .landingPage h1 { margin-top: 6rem; } } .landingPage p { color: #fada5e; font-size: 1.5em; font-weight: 800; letter-spacing: 5px; margin: 0; text-shadow: 3px 2px #4f4e28; animation: opacity 0.9s ease 0.5s alternate 1 backwards running; } @media (min-width: 768px) { .landingPage p { font-size: 2em; } } .landingPage__scroll-down { position: absolute; height: 70px; width: 26px; border: 2px solid #fada5e; border-radius: 20px; bottom: 50px; left: 50%; transform: translateX(-50%); background-color: rgba(245, 245, 245, 0.5); } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 425px) { .landingPage__scroll-down { display: none; } } .landingPage__scroll-down > div { position: relative; width: 20px; height: 20px; border: 1px solid whitesmoke; border-radius: 20px; background-color: #fada5e; left: 50%; transform: translateX(-50%); top: 2px; animation: scroll-down-icon 2s ease 0s alternate infinite backwards running; } .landingPage__scroll-down > span { content: ""; position: absolute; border-left: 2px solid #333333; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 20px; } .landingPage__scroll-down > span::before { content: ""; position: absolute; border-left: 2px solid #333333; height: 10px; left: 2px; top: 10px; transform: rotate(45deg); } .landingPage__scroll-down > span::after { content: ""; position: absolute; border-left: 2px solid #333333; height: 10px; left: -6px; top: 10px; transform: rotate(-45deg); } .about { padding: 130px 0 0 0; background-color: #e7e7e7; } @media (min-width: 1024px) { .about { padding: 130px 0 100px 0; } } .about__info { display: flex; flex-direction: column; } @media (min-width: 1024px) { .about__info { flex-direction: row; } } @media (min-width: 1024px) { .about__info-text { width: 70%; } } .about__info-text p { padding: 30px 0; font-size: 0.9em; font-weight: 600; color: #4b3a00; text-align: justify; } @media (min-width: 768px) { .about__info-text p { font-size: 1em; } } @media (min-width: 1024px) { .about__info-text p { font-size: 1.2em; } } .about__info-img { display: flex; align-items: center; justify-content: center; } @media (min-width: 1024px) { .about__info-img { width: 30%; } } .about__info-img .dragon { width: 50%; height: auto; transform: rotate(10deg); } @media (min-width: 1024px) { .about__info-img .dragon { width: 100%; } } .about__members { background-image: url(../../images/layered-waves-haikei.svg); background-size: cover; background-repeat: no-repeat; padding-top: 20px; } .about__members .slider .member { transform: scale(0.6); transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); opacity: 0.6; text-align: center; } .about__members .slider .member .member__name { font-family: "Permanent Marker", cursive; font-size: 2em; } .about__members .slider .member .member__name a { color: #4b3a00; } .about__members .slider .member img { width: 250px; height: auto; } @media (min-width: 1024px) { .about__members .slider .member img { width: 300px; } } .about__members .slider .member.prev { order: 1; } .about__members .slider .member.current { order: 2; transform: scale(1.2); opacity: 1; display: flex; flex-direction: column; align-items: center; width: min-content; } .about__members .slider .member.current .member__name { animation: opacity 0.5s ease 0.4s alternate 1 backwards running; animation: pulsing 1s ease 0s alternate infinite backwards running; } .about__members .slider .member.current .member__about { min-height: 100px; width: 100%; animation: opacity 0.5s ease 0.9s alternate 1 backwards running; } @media (min-width: 425px) { .about__members .slider .member.current .member__about { width: 150%; } } @media (min-width: 768px) { .about__members .slider .member.current .member__about { width: 250%; } } @media (min-width: 1024px) { .about__members .slider .member.current .member__about { width: 280%; } } .about__members .slider .member.next { order: 3; } .about__members .slider .member.prev, .about__members .slider .member.next { cursor: pointer; } .about__members .slider .member-about { max-width: 600px; } .single__member { padding-top: 150px; } .single__member__info { display: flex; flex-direction: column-reverse; } @media (min-width: 768px) { .single__member__info { flex-direction: row; } } .single__member__info-img { display: flex; justify-content: center; } @media (min-width: 768px) { .single__member__info-img { width: 50%; } } .single__member__info-img img { width: 100%; } @media (min-width: 425px) { .single__member__info-img img { width: 60%; } } @media (min-width: 768px) { .single__member__info-img img { width: 100%; } } @media (min-width: 768px) { .single__member__info-text { width: 50%; padding: 70px 100px 0 0; } } @media (min-width: 1024px) { .single__member__info-text { width: 50%; padding: 120px 100px 0 0; } } .single__member__info-text h1, .single__member__info-text h2 { font-size: 2.5em; } @media (min-width: 425px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 3em; } } @media (min-width: 600px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 3.5em; } } @media (min-width: 1024px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 4em; } } @media (min-width: 1440px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 5em; } } @media (min-width: 1660px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 6.5em; } } .single__member__info-text .headerwTextStroke { font-size: 2.2em; margin-bottom: 50px; } @media (min-width: 425px) { .single__member__info-text .headerwTextStroke { font-size: 2.7em; } } @media (min-width: 600px) { .single__member__info-text .headerwTextStroke { font-size: 3em; } } @media (min-width: 1024px) { .single__member__info-text .headerwTextStroke { font-size: 3.3em; } } @media (min-width: 1440px) { .single__member__info-text .headerwTextStroke { font-size: 4em; } } @media (min-width: 1660px) { .single__member__info-text .headerwTextStroke { font-size: 4.5em; } } .single__member__info-text p:nth-of-type(2) { margin-bottom: 2rem; } .single__member__info-text p:nth-of-type(3) { display: flex; align-items: center; font-family: "Permanent Marker", cursive; font-size: 1.5em; } .single__member__info-text p:nth-of-type(3) span { padding-left: 10px; } .single__member__projects { margin-top: 4rem; } .single__member__projects-images { padding-top: 50px; display: grid; grid-template-columns: 100%; grid-template-rows: auto; justify-content: center; gap: 30px; } @media (min-width: 425px) { .single__member__projects-images { grid-template-columns: 70%; } } @media (min-width: 768px) { .single__member__projects-images { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .single__member__projects-images { grid-template-columns: repeat(3, 1fr); } } .single__member__projects-images img { width: 100%; transition: transform 0.5s; border-radius: 10px; } .single__member__projects-images img:hover { transform: scale(1.05); } .gallery { padding-top: 150px; margin-bottom: 150px; } .gallery__content-images { display: grid; grid-template-columns: 100%; grid-template-rows: auto; gap: 30px; padding-top: 50px; justify-content: center; } @media (min-width: 425px) { .gallery__content-images { grid-template-columns: 70%; } } @media (min-width: 768px) { .gallery__content-images { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .gallery__content-images { grid-template-columns: repeat(3, 1fr); } } .gallery__content-images__about { background-color: #fed85d; border-radius: 10px; transition: transform 0.5s; } .gallery__content-images__about img { width: 100%; height: 200px; object-fit: cover; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; } .gallery__content-images__about:hover { transform: scale(1.05); } .gallery__content-images__about-desc { padding: 10px; font-weight: 600; font-size: 1.2em; font-family: "Permanent Marker", cursive; } @media (min-width: 1024px) { .gallery__content-images__about-desc { font-size: 1.3em; } } .gallery__content-images__about-desc a { color: #36383c; } .gallery-latest { background-image: url(../../images/layered-waves-haikei.svg); background-size: cover; background-repeat: no-repeat; padding-top: 10rem; } .gallery-latest .slider { margin-top: 60px; width: 100%; background-color: #36383c; display: flex; flex-direction: column; min-height: max-content; } .gallery-latest .slider img { height: 500px; width: 100%; object-fit: cover; } @media (min-width: 768px) { .gallery-latest .slider img { height: 550px; } } @media (min-width: 1024px) { .gallery-latest .slider img { height: 600px; } } @media (min-width: 1440px) { .gallery-latest .slider img { height: 700px; } } .gallery-latest .slider .slide { opacity: 0.6; transform: scale(0.95); transition: transform 0.4s; position: relative; } .gallery-latest .slider .slide.hidden { display: none; } .gallery-latest .slider .slide p { width: 98%; font-family: "Permanent Marker", cursive; font-size: 1.8em; text-align: center; position: absolute; color: white; background-color: rgba(31, 31, 31, 0.3); margin-left: 1%; border-radius: 10px; animation: pulsing 1s ease 0s alternate infinite backwards running; } @media (min-width: 768px) { .gallery-latest .slider .slide p { font-size: 2.5em; } } @media (min-width: 1024px) { .gallery-latest .slider .slide p { font-size: 3em; } } .gallery-latest .slider .slide p a { color: white; transition: color 0.3s; } .gallery-latest .slider .slide p a:hover { color: #fada5e; } .gallery-latest .slider .slide p:first-of-type { top: 15px; } .gallery-latest .slider .slide p:last-of-type { bottom: 15px; } .gallery-latest .slider .slide p:last-of-type::before { content: "By: "; } .gallery-latest .slider .active { opacity: 1; transform: scale(1); width: 100%; } .gallery-latest .show-more { display: flex; align-items: center; justify-content: center; } .gallery-latest .show-more a { padding: 10px 20px; font-size: 1em; font-weight: 600; color: #fed85d; border: 3px solid #fed85d; border-radius: 1rem; margin: 10px auto; transition: background-color 0.5s, color 0.5s; } @media (min-width: 768px) { .gallery-latest .show-more a { font-size: 1.3em; } } .gallery-latest .show-more a:hover { background-color: #fed85d; color: white; } .gallery__single { padding-top: 100px; } @media (min-width: 1024px) { .gallery__single { padding-top: 150px; } } .gallery__single .headerwTextStroke { line-height: 100%; } .gallery__single__content { display: flex; flex-direction: column; margin-top: 50px; } @media (min-width: 1024px) { .gallery__single__content { flex-direction: row; } } .gallery__single__content-img img { width: 100%; max-height: 450px; object-fit: contain; } @media (min-width: 1024px) { .gallery__single__content-img { width: 60%; } .gallery__single__content-img img { width: 100%; max-height: unset; height: 600px; } } @media (min-width: 1024px) { .gallery__single__content-text { padding: 40px 20px 40px 30px; width: 40%; } } .gallery__single__content-text .title { font-size: 1.8em; margin-bottom: 1rem; text-align: center; color: #a9934c; font-family: "Permanent Marker", cursive; } .gallery__single__content-text p { text-align: center; } .gallery__single__content-text p a { color: #a9934c; font-family: "Permanent Marker", cursive; } .gallery__single__content-text p a { transition: transform 0.5s, color 0.5s; } .gallery__single__content-text p a:hover { transform: scale(1.05); color: #d7bd68; } .gallery__single__content-text p.desc { font-size: 1em; margin-bottom: 1rem; } .gallery__single__content-text p.cost { color: #a9934c; font-size: 1.1em; margin-bottom: 2em; } .gallery__single__content-text p.cost span { font-family: "Poppins", sans-serif; } .gallery__single__content-text p.cost .price { margin-right: 10px; text-decoration: line-through; font-size: 1em; } .gallery__single__content-text p.cost .sale { font-size: 1.3em; } .gallery__single__content-text p.builder { font-size: 1.2em; margin-bottom: 2rem; } .gallery__single__content-text p.bouncing { font-size: 0.9em; cursor: pointer; } @media (min-width: 1024px) { .gallery__single__content-text p.title { font-size: 2em; } .gallery__single__content-text p.builder { font-size: 1.4em; } .gallery__single__content-text p.desc { font-size: 1.2em; } .gallery__single__content-text p.bouncing { font-size: 1.1em; } } .loader-container { display: flex; justify-content: center; align-items: center; height: 300px; width: 100%; } .loader-container.fullScreen { height: 100vh; width: 100vw; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); z-index: 998; } .lds-ripple { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ripple div { position: absolute; border: 4px solid black; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { animation-delay: -0.5s; } .footer { background-image: url("../../images/lavarcfooter.webp"), linear-gradient(270deg, #27292c, #36383c); background-repeat: no-repeat; background-position: 85% 200%; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px 2%; box-shadow: inset 0px 3px 0px #767676; } @media (min-width: 1024px) { .footer { padding: 40px 100px; } } .footer > p { color: white; } .footer__links { display: grid; grid-template-columns: 100%; grid-template-rows: auto; grid-template-areas: "contact" "menu" "socials"; gap: 20px; margin-bottom: 25px; } @media (min-width: 425px) { .footer__links { grid-template-columns: 1fr 1fr; grid-template-areas: "contact contact" "menu socials"; } } @media (min-width: 768px) { .footer__links { grid-template-columns: 2fr 1fr 1fr; grid-template-areas: "contact menu socials"; } } .footer__links .links { margin-bottom: 12px; } @media (min-width: 768px) { .footer__links .links { margin-bottom: 5px; } } .footer__links-header { color: #d7bd68; margin-bottom: 1rem; font-size: 1.4em; } .footer__links a { color: white; width: max-content; text-decoration: underline; transition: color 0.3s; font-size: 1.2em; padding: 10.5px 5px; } @media (min-width: 768px) { .footer__links a { padding: 0; } } .footer__links a:hover { color: #d7bd68; text-decoration: none; } .footer__links .footer__contact { grid-area: contact; } .footer__links .footer__contact .contact-form { width: 100%; } @media (min-width: 768px) { .footer__links .footer__contact .contact-form { width: 80%; } } .footer__links .footer__menu { display: flex; flex-direction: column; gap: 2px; text-align: center; grid-area: menu; } @media (min-width: 768px) { .footer__links .footer__menu { text-align: left; } } .footer__links .footer__socials { text-align: center; grid-area: socials; } @media (min-width: 768px) { .footer__links .footer__socials { text-align: left; } } .footer__links .footer__socials__icon { font-size: 2em; color: white; cursor: pointer; transition: color 0.3s; margin-right: 10px; } .footer__links .footer__socials__icon.ig:hover { color: #e9be03; } .footer__links .footer__socials__icon.yt:hover { color: #e72929; } .footer__links .footer__socials__icon.dc:hover { color: #8b9dfe; } .footer-c { text-align: center; } @media (min-width: 768px) { .footer-c { text-align: left; } } .auth { min-height: calc(100vh - 70px); display: flex; justify-content: center; align-items: center; margin-top: 100px; } @media (min-width: 1024px) { .auth { margin-top: 70px; } } .auth .select-registration-method { display: flex; justify-content: center; align-items: center; flex-direction: column-reverse; } @media (min-width: 1024px) { .auth .select-registration-method { flex-direction: row; } } @media (min-width: 1024px) { .auth .select-registration-method .methods { width: 50%; } } .auth .select-registration-method .methods .select__method { width: calc(300px - 4%); margin: 0 auto; } @media (min-width: 1024px) { .auth .select-registration-method .methods .select__method { width: 350px; } } .auth .select-registration-method .methods .select__method-h1 { margin-bottom: 1rem; } .auth .select-registration-method .methods .select__method-h1 span { color: #a9934c; font-size: 1.3em; font-family: "Permanent Marker", cursive; } .auth .select-registration-method .methods .select__method p { font-size: 0.9em; margin-bottom: 1.5rem; } .auth .select-registration-method .methods .select__method p a { color: #a9934c; font-weight: 600; text-decoration: underline; } .auth .select-registration-method .methods .select__method p a:hover { text-decoration: none; } .auth .select-registration-method .methods .select__method-buttons { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; } .auth .select-registration-method .methods .select__method-buttons a { line-height: 110%; text-align: center; } .register, .login { min-height: calc(100vh - 70px); margin-top: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column-reverse; } @media (min-width: 1024px) { .register, .login { margin-top: 70px; flex-direction: row; } } @media (min-width: 1024px) { .register .auth__form, .login .auth__form { width: 50%; } } .register .auth__form form, .login .auth__form form { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; } .register .auth__form form p, .login .auth__form form p { margin-bottom: 0; } .register .auth__form form p.par-error, .login .auth__form form p.par-error { color: tomato; font-weight: 600; } .register .auth__form-register, .register .auth__form-login, .login .auth__form-register, .login .auth__form-login { width: calc(300px - 4%); margin: 0 auto; } @media (min-width: 1024px) { .register .auth__form-register, .register .auth__form-login, .login .auth__form-register, .login .auth__form-login { width: 350px; } } .register .auth__form-register__socials, .register .auth__form-login__socials, .login .auth__form-register__socials, .login .auth__form-login__socials { display: flex; justify-content: center; align-items: center; gap: 50px; font-size: 2.2em; } .register .auth__form-register__socials svg, .register .auth__form-login__socials svg, .login .auth__form-register__socials svg, .login .auth__form-login__socials svg { cursor: pointer; padding: 5px; border-radius: 10px; box-shadow: 0px 0px 7px -3px #36383c; transition: box-shadow 0.2s; } .register .auth__form-register__socials svg:first-of-type, .register .auth__form-login__socials svg:first-of-type, .login .auth__form-register__socials svg:first-of-type, .login .auth__form-login__socials svg:first-of-type { color: #097eeb; } .register .auth__form-register__socials svg:hover, .register .auth__form-login__socials svg:hover, .login .auth__form-register__socials svg:hover, .login .auth__form-login__socials svg:hover { box-shadow: 0px 0px 0px 0px #36383c, inset 0px 0px 7px -3px #36383c; } .register .auth__form-register h1, .register .auth__form-login h1, .login .auth__form-register h1, .login .auth__form-login h1 { margin-bottom: 1rem; } .register .auth__form-register p, .register .auth__form-login p, .login .auth__form-register p, .login .auth__form-login p { font-size: 0.9em; margin-bottom: 1.5rem; } .register .auth__form-register p a, .register .auth__form-login p a, .login .auth__form-register p a, .login .auth__form-login p a { color: #d7bd68; font-weight: 600; text-decoration: underline; } .register .auth__form-register p a:hover, .register .auth__form-login p a:hover, .login .auth__form-register p a:hover, .login .auth__form-login p a:hover { text-decoration: none; } .images-container { display: flex; flex-direction: column; position: relative; margin: 70px 0; } @media (min-width: 425px) { .images-container { width: 90%; } } @media (min-width: 768px) { .images-container { width: 60%; } } @media (min-width: 1024px) { .images-container { width: 50%; } } .images-container img:first-of-type { border-radius: 31% 69% 89% 11%/26% 60% 40% 74%; width: 50%; position: absolute; top: -45px; } @media (min-width: 425px) { .images-container img:first-of-type { top: -64px; } } @media (min-width: 1024px) { .images-container img:first-of-type { top: -85px; } } @media (min-width: 1440px) { .images-container img:first-of-type { top: -108px; } } .images-container img:nth-of-type(2) { border-radius: 76% 24% 75% 25%/38% 20% 80% 62%; width: 100%; } .images-container img:last-of-type { border-radius: 85% 15% 89% 11%/80% 36% 64% 20%; width: 65%; position: absolute; right: 0; bottom: -54px; z-index: -1; } @media (min-width: 425px) { .images-container img:last-of-type { bottom: -83px; } } @media (min-width: 1024px) { .images-container img:last-of-type { bottom: -106px; } } @media (min-width: 1440px) { .images-container img:last-of-type { bottom: -121px; } } .settings { padding-top: 100px; } @media (min-width: 768px) { .settings { padding-top: 150px; } } .settings h1 { margin-bottom: 3rem; } .settings__informations { display: flex; flex-direction: column; align-items: center; margin-bottom: 50px; } @media (min-width: 425px) { .settings__informations { flex-direction: row; } } .settings__informations__image { width: 200px; height: max-content; } @media (min-width: 425px) { .settings__informations__image { width: 40%; } } @media (min-width: 1024px) { .settings__informations__image { width: 20%; } } .settings__informations__image > div { width: 80%; display: flex; justify-content: center; align-items: center; margin: 0 auto; } @media (min-width: 425px) { .settings__informations__image > div { width: 60%; } } @media (min-width: 1024px) { .settings__informations__image > div { width: 80%; } } .settings__informations__image > div img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; transition: all 0.3s ease-in-out; } .settings__informations__image > div label { position: absolute; opacity: 0; font-size: 3em; transition: opacity 0.3s ease-in-out; cursor: pointer; } .settings__informations__image > div:hover img { opacity: 0.4; } .settings__informations__image > div:hover label { opacity: 1; } .settings__informations__image > div input { display: none; } .settings__informations__info { margin-top: 20px; } @media (min-width: 768px) { .settings__informations__info { margin: 0; width: 80%; } } .settings__informations__info .btn-edit { border: none; background: none; cursor: pointer; font-size: 1.1em; } .settings details summary { font-size: 1.5em; user-select: none; margin-bottom: 20px; cursor: pointer; padding: 15px; } .settings details .opinion { display: flex; border: 1px solid gray; border-radius: 10px; padding: 15px; margin-bottom: 25px; } .settings details .opinion__text { width: 100%; } .settings details .opinion__text-header { font-size: 1.3em; margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center; } .settings details .opinion__text-company { font-size: 0.8em; } .settings details .opinion__text-accept { display: flex; align-items: center; justify-content: space-between; } .settings details .opinion__text-accept-accepted { display: flex; } .settings details .opinion__text-isShow { font-size: 2em; } .settings details .opinion__text .btn-opinion { border: none; background: none; font-size: 1.2em; cursor: pointer; } .settings details .opinion__text .btn-opinion.decline { font-size: 1.4em; } .settings details .opinion__text .accept { color: green; } .settings details .opinion__text .decline { color: tomato; } .settings .opinions-admin .link { margin-bottom: 1.2rem; } .settings .opinions-admin .link a { color: black; text-decoration: underline; } .settings .editProfile-form, .settings .addImage-form { width: 275px; display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; } .settings .addImage-form input[type=file] { font-size: 0.9em; } .settings .addImage-form textarea { height: 150px; } .settings .summary-danger { background-color: tomato; color: white; } .settings .dangerzone { display: flex; flex-direction: column; gap: 20px; } .settings .gallery-post-manage { margin-bottom: 25px; border: 1px solid gray; border-radius: 10px; padding: 15px; } .settings .gallery-post-manage .post-top { display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 25px; } .settings .gallery-post-manage .post-top img { width: 239px; height: auto; object-fit: contain; } .settings .gallery-post-manage .post-bot .delete { display: flex; align-items: center; justify-content: center; font-size: 2em; height: 45px; aspect-ratio: 1/1; border: none; background-color: tomato; border-radius: 10px; cursor: pointer; } .settings .gallery-post-manage .form { display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; gap: 20px; } .settings .gallery-post-manage .form label { width: 275px; } .settings .discount-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; width: 275px; } .settings .codes-table { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; } .settings .codes-table .item { display: flex; align-items: center; gap: 10px; } .settings .codes-table .close { color: tomato; font-size: 1.2em; } .react-confirm-alert-body h1 { margin-bottom: 15px; } .react-confirm-alert-button-group button:first-of-type { background-color: tomato; } .modal-form { height: 100%; } .modal-form .content { position: absolute; width: 300px; height: 390px; top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); background-color: #fff; border: 1px solid gray; border-radius: 5px; padding: 20px; } .modal-form .content h2 { margin-bottom: 20px; } .modal-form .content form { display: flex; flex-direction: column; width: 256px; margin: 0 auto; gap: 20px; } .modal-form .content .p-error { margin-top: 3px; } .chat { display: flex; min-height: calc(100vh - 70px); margin-top: 70px; } .users-container { display: flex; align-items: center; width: 230px; position: fixed; height: calc(100vh - 70px); left: 0; background-color: white; transform: translateX(-231px); transition: transform 1s, box-shadow 1s; z-index: 1; } @media (min-width: 1024px) { .users-container { position: unset; width: 20%; transform: unset; } } .users-container.open { transform: translateX(0); box-shadow: 0 0 15px 2px #36383c; } .users-container .users-list-btn { position: absolute; top: 50%; transform: translateY(-50%); right: -27.2px; font-size: 1.7em; padding: 2px 0px; border-radius: 0% 100% 100% 0%/0% 50% 50% 100%; background-color: #fed85d; border: 1px solid #36383c; cursor: pointer; } @media (min-width: 1024px) { .users-container .users-list-btn { display: none; } } .users-container .users-list { display: flex; align-items: flex-start; flex-direction: column; width: 100%; border-right: 1px solid #36383c; height: 95%; gap: 10px; overflow: auto; } .users-container .users-list__user { display: flex; align-items: center; cursor: pointer; width: 100%; padding: 10px 0; } .users-container .users-list__user.selected { background-color: #f3f3f3; } .users-container .users-list__user--img { position: relative; display: flex; justify-content: center; align-items: center; width: max-content; } .users-container .users-list__user--img img { width: 35px; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; } .users-container .users-list__user--img .check-online { width: 7px; aspect-ratio: 1/1; position: absolute; border-radius: 50%; background-color: #ff2c2c; z-index: 2; bottom: 0; right: 3px; border: 1px solid #36383c; } .users-container .users-list__user--img .check-online.online { background-color: #1ee31e; } .users-container .users-list__user--info { width: calc(100% - 35px); } @media (min-width: 1024px) { .users-container .users-list__user--info { font-size: 1em; } } .users-container .users-list__user--info .truncate { font-size: 0.8em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; color: #36383c; } .users-container .users-list__user--info .truncate.name { font-size: 1em; } .users-container .users-list__user--info .truncate.new-message { font-weight: 600; } .users-container .users-list__user--info .truncate.new-message::before { content: "🔔 "; } .users-container .users-list__user--info .truncate strong { font-weight: 600; } .users-container .users-list__user p { padding-left: 10px; } .chat-container { margin-top: 30px; width: 100%; } @media (min-width: 1024px) { .chat-container { margin-top: 0; width: 80%; padding: 3rem 2rem; } } .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { text-align: center; font-size: 1em; border-bottom: 1px solid #36383c; max-height: 50px; padding: 5px 0; font-weight: 600; } @media (min-width: 500px) { .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { font-size: 1.5em; } } @media (min-width: 1024px) { .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { font-size: 2em; } } .chat-container .chat-first-legend { padding: 1rem; } .chat-container .chat-first-legend p { text-align: center; } .chat-container .chat-first-legend p span { color: #e8b12d; font-weight: 500; font-family: "Permanent Marker", cursive; } .chat-container .chat-first-legend p:first-of-type { margin-top: 2rem; font-size: 1.3em; font-weight: 500; } .chat-container .chat-first-legend p:nth-of-type(2) { margin-top: 2rem; font-size: 1.1em; } .chat-container .chat-first-legend p:last-of-type { margin-top: 2rem; font-size: 1.1em; } .chat-container .messages { height: calc(100vh - 191px - 2rem); overflow-y: auto; overflow-x: hidden; padding: 0.5rem 1rem 0 0; font-size: 0.8em; } @media (min-width: 500px) { .chat-container .messages { font-size: 1em; } } @media (min-width: 1024px) { .chat-container .messages { height: calc(100vh - 261px); } } .chat-container .messages .message { margin-bottom: 1rem; width: 100%; display: flex; } .chat-container .messages .message > div { max-width: 60%; display: flex; flex-direction: column; } .chat-container .messages .message p { padding: 0.5rem; border-radius: 5px; width: max-content; max-width: 100%; } .chat-container .messages .message img { max-width: 100%; padding: 0.2rem 0 0 0; border-radius: 5px; } .chat-container .messages .message.sender { justify-content: flex-end; text-align: left; } .chat-container .messages .message.sender > div { align-items: flex-end; } .chat-container .messages .message.sender p { background-color: #d7bd68; } .chat-container .messages .message.receiver { justify-content: flex-start; text-align: left; } .chat-container .messages .message.receiver p { background-color: #9d9478; color: white; } .chat-container .chat-form { display: flex; align-items: center; justify-content: center; gap: 30px; width: 100%; min-height: 45px; height: max-content; max-height: 90px; } .chat-container .chat-form label { display: flex; align-items: center; cursor: pointer; } .chat-container .chat-form label svg { font-size: 1.5em; } .chat-container .chat-form label svg.send { font-size: 1.2em; } @media (min-width: 500px) { .chat-container .chat-form label svg { font-size: 1.8em; } .chat-container .chat-form label svg.send { font-size: 1.5em; transition: color 0.2s; } .chat-container .chat-form label svg.send:hover { color: #e8b12d; } } .chat-container .chat-form .chat-form-message { width: 80%; position: relative; display: flex; align-items: center; } .chat-container .chat-form .chat-form-message label { position: absolute; right: 15px; z-index: 10; } .chat-container .chat-form textarea { width: 100%; padding: 10px 50px 10px 20px; font-size: 1.5em; height: auto; color: #36383c; } .chat-container .chat-form input[type=file], .chat-container .chat-form input[type=submit] { display: none; } .contact-form { display: flex; flex-direction: column; gap: 20px; } .contact-form label { color: whitesmoke; } .contact-form > div { display: flex; gap: 10px; } .contact-form > div label { width: 50%; } .contact-form textarea { font-size: 1.5em; } .contact { background-image: url("../../images/circle-bg.webp"); background-repeat: no-repeat; background-size: cover; } .contact .container { min-height: calc(100vh - 70px); margin-top: 70px; display: flex; justify-content: center; align-items: center; flex-direction: column; } @media (min-width: 768px) { .contact .container { flex-direction: row; } } .contact .container h1, .contact .container h2 { font-family: "Permanent Marker", cursive; font-size: 1.7em; text-align: center; } @media (min-width: 768px) { .contact .container h1, .contact .container h2 { width: 70%; font-size: 2em; } } .contact .container .horizontal-or { width: 100%; } @media (min-width: 768px) { .contact .container .horizontal-or { display: none; } } .contact .container .vertical-or { display: none; height: calc(90vh - 70px); } @media (min-width: 768px) { .contact .container .vertical-or { display: block; } } .contact .container .contact__contact-form { margin: 50px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; } .contact .container .contact__contact-form label { color: black; } @media (min-width: 768px) { .contact .container .contact__contact-form { margin: 0; width: 50%; } } .contact .container .contact__contact-form .contact-form { margin: 0; } @media (min-width: 768px) { .contact .container .contact__contact-form .contact-form { width: 70%; } } .contact .container .contact__contact-form .contact-form input[type=text], .contact .container .contact__contact-form .contact-form input[type=email], .contact .container .contact__contact-form .contact-form textarea { background-color: white; } .contact .container .contact__chat { margin-top: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; } .contact .container .contact__chat p { text-align: center; font-size: 1.3em; } @media (min-width: 425px) { .contact .container .contact__chat p { width: 80%; } } @media (min-width: 768px) { .contact .container .contact__chat { margin: 0; width: 50%; } .contact .container .contact__chat p { width: 70%; } } .recommendations { padding-top: 150px; } .recommendations .slider { margin-top: 80px; min-height: max-content; width: 100%; } .recommendations .slider__item { transform: scale(0.9); transition: transform 0.5s; } .recommendations .slider__item__header { display: flex; align-items: center; flex-direction: column-reverse; justify-content: space-between; margin-bottom: 10px; } @media (min-width: 768px) { .recommendations .slider__item__header { flex-direction: row; } } .recommendations .slider__item__header--from { font-weight: 500; font-size: 1.2em; } @media (min-width: 768px) { .recommendations .slider__item__header--from { font-size: 1.3em; } } .recommendations .slider__item__header--from span { font-size: 0.9em; } .recommendations .slider__item__header .stars { display: flex; align-items: center; gap: 10px; font-size: 1.5em; color: #fec303; margin-bottom: 1rem; } @media (min-width: 768px) { .recommendations .slider__item__header .stars { margin-bottom: 0; } } .recommendations .slider__item.active { width: 60%; background-color: #e7e7e7; padding: 20px; border-radius: 20px; transform: scale(1); } .recommendation { padding-top: 150px; align-items: center; } .recommendation-content { display: flex; margin-top: 70px; } .recommendation__form { width: 50%; } .recommendation__form form { display: flex; flex-direction: column; gap: 20px; width: 275px; margin: 0 auto; } .recommendation__form form textarea { height: 220px; font-size: 1.4em; } .recommendation__image { width: 50%; } .shop { padding-top: 150px; } .shop .shop-latest { padding-bottom: 150px; } .shop .shop-latest .slider { display: flex; min-height: unset; perspective: 50em; margin-top: 70px; } .shop .shop-latest .slider img { opacity: 0.8; object-fit: cover; width: 100%; height: 100%; } .shop .shop-latest .slider > div { background-color: #36383c; } .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { width: 300px; height: 230px; box-shadow: 0px 45px 44px -43px #36383c; display: none; } @media (min-width: 768px) { .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { display: block; } } @media (min-width: 1024px) { .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { width: 400px; } } .shop .shop-latest .slider .prev { order: 1; transform: rotateY(-20deg); } .shop .shop-latest .slider .current { order: 2; box-shadow: 0px 52px 44px -43px #36383c; width: 100%; height: 312px; position: relative; } @media (min-width: 1024px) { .shop .shop-latest .slider .current { width: 600px; } } .shop .shop-latest .slider .current img { opacity: 1; } .shop .shop-latest .slider .current p { margin-top: 10px; text-align: center; } .shop .shop-latest .slider .current p.title { font-size: 1.3em; } .shop .shop-latest .slider .current p a { color: #36383c; font-weight: 500; } .shop .shop-latest .slider .current .price { font-size: 1.2em; } .shop .shop-latest .slider .next { order: 3; transform: rotateY(20deg); } .shop .fullShop { margin-top: 20px; display: flex; justify-content: center; } .shop .personal-order { margin: 100px 0; display: grid; place-items: center; } .shop .personal-order > p { font-size: 2em; font-family: "Permanent Marker", cursive; text-align: center; color: #978242; } .shop .personal-order__form { width: 96%; display: flex; flex-direction: column; gap: 20px; margin-top: 50px; } @media (min-width: 425px) { .shop .personal-order__form { width: 350px; } } .shop .personal-order__form textarea { font-size: 1.4em; font-weight: 500; height: 200px; } .shop .personal-order__form > div input { width: 100%; } .shop .shop-latest .addToList { font-size: 2.5em; } .bestsellers, .shop-items { display: grid; grid-template-columns: 100%; grid-template-rows: auto; gap: 25px; margin-top: 50px; } @media (min-width: 425px) { .bestsellers, .shop-items { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .bestsellers, .shop-items { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1024px) { .bestsellers, .shop-items { grid-template-columns: repeat(4, 1fr); } } .bestsellers .item, .shop-items .item { position: relative; } .bestsellers .item img, .shop-items .item img { width: 100%; height: 140px; object-fit: cover; filter: contrast(130%); } .bestsellers .item p, .shop-items .item p { text-align: center; color: #36383c; font-size: 1.1em; } .shop-full { margin: 150px 0 100px 0; } .addToList { position: absolute; top: 2px; right: 2px; background-color: white; font-size: 2em; z-index: 10; padding: 5px; border-radius: 50%; border: 2px solid #fed85d; cursor: pointer; } .cost { color: #a9934c; font-size: 1.1em; } .cost .price { margin-right: 10px; text-decoration: line-through; font-size: 1em; } .cost .sale { font-size: 1.05em; } .shop__info { display: flex; align-items: center; justify-content: space-around; flex-direction: column; background: linear-gradient(to bottom, #36383cb9, #36383cb9), url("../../images/shopbg.webp"); background-repeat: no-repeat; background-size: cover; min-height: 300px; margin: 100px 0; padding: 0 1rem; } @media (min-width: 768px) { .shop__info { flex-direction: row; } } .shop__info--p { font-family: "Permanent Marker", cursive; color: #fed85d; font-size: 1.5em; text-align: center; } @media (min-width: 768px) { .shop__info--p { width: 70%; font-size: 2em; } } .shop__info--a { text-align: center; } @media (min-width: 768px) { .shop__info--a { width: 30%; } } .shopCart { padding-top: 150px; } .shopCart__list { padding-top: 50px; } .shopCart .legend { display: flex; justify-content: space-between; align-items: center; font-size: 1.1em; font-weight: 600; padding: 0 35px 0 50px; } @media (min-width: 550px) { .shopCart .legend { padding-right: 5px; } } .shopCart .item { display: flex; flex-direction: column; margin-bottom: 30px; gap: 20px; } @media (min-width: 550px) { .shopCart .item { justify-content: space-between; flex-direction: row; } } .shopCart .left-side { display: flex; gap: 10px; } .shopCart .remove { width: 25px; height: auto; display: flex; justify-content: center; align-items: center; } .shopCart .remove .pointer { font-size: 3em; } .shopCart .image { width: 250px; height: 150px; object-fit: cover; } .shopCart .text { display: flex; flex-direction: column; justify-content: center; } .shopCart .title { font-size: 1.3em; font-weight: 600; } .shopCart .cost { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-weight: 500; width: max-content; } .shopCart .sale-price { font-size: 1.1em; text-decoration: line-through; } .shopCart .sale-sale { font-size: 1.3em; } .shopCart .price { font-size: 1.3em; } .shopCart .placeholder { font-size: 1.1em; padding-left: 50px; } .shopCart .bottom-side { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 35px; } @media (min-width: 550px) { .shopCart .bottom-side { width: calc(100% - 305px); padding: 0; } } .shopCart__total { display: flex; align-items: center; margin: 30px 0 100px 0; gap: 30px; flex-direction: column; } @media (min-width: 550px) { .shopCart__total { justify-content: space-between; flex-direction: row; } } .shopCart__form { display: flex; flex-direction: column; gap: 10px; } .shopCart .total { display: flex; flex-direction: column; gap: 15px; text-align: right; } .shopCart .total-price { font-size: 1.2em; font-weight: 500; } .shopCart .order-btn { width: 250px; } .pagination { width: 100%; margin: 50px 0 0 auto; } @media (min-width: 416px) { .pagination { width: 400px; } } .pagination-top { display: flex; align-items: center; justify-content: center; font-size: 1.5em; color: #36383c; user-select: none; } @media (min-width: 416px) { .pagination-top { font-size: 2em; } } .pagination__numbers { display: flex; align-items: center; gap: 5px; } .pagination-btn { cursor: pointer; line-height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 50%; border: none; background: none; } .pagination-btn:hover, .pagination-btn:focus { background-color: #e4e4e4; } .pagination .dots { font-size: 0.8em; } .pagination .number { font-size: 0.65em; font-weight: 600; width: 25px; height: 25px; } @media (min-width: 416px) { .pagination .number { width: 35px; height: 35px; } } .pagination .active { background-color: #36383c; color: whitesmoke; } .pagination .disabled { pointer-events: none; color: #8b8b8b; border-color: #8b8b8b; } .pagination-bottom { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin-top: 20px; gap: 10px; } @media (min-width: 416px) { .pagination-bottom { justify-content: space-between; } } .pagination-input { padding: 5px 10px; border-color: #36383c; color: #36383c; border-radius: 5px; } .pagination-input:focus { outline: none; border-color: black; color: #36383c; } .pagination-inputs { display: flex; align-items: center; gap: 10px; } .pagination label { position: relative; } .pagination .GTP-span { position: absolute; top: -8px; left: 6px; background-color: white; font-size: 0.75em; padding: 0px 3px; font-weight: 600; } .pagination .GTP-input { width: 90px; padding-right: 30px; } .pagination .GTP-btn { font-size: 1.5em; width: max-content; height: max-content; border: none; background: none; cursor: pointer; display: flex; justify-content: center; align-items: center; position: absolute; right: 3px; bottom: 5px; padding: 0; } .search { display: flex; margin: 50px auto 10px auto; justify-content: center; gap: 20px; } .search .search-bar { width: 100%; position: relative; } @media (min-width: 425px) { .search .search-bar { width: 70%; } } @media (min-width: 768px) { .search .search-bar { width: 50%; } } .search .search-input, .search .price-input { border-color: #706d61; } .search .label { position: absolute; top: 0px; left: 60px; padding: 0 5px; background-color: white; color: #706d61; font-weight: 600; line-height: 2px; } .search .search-icon, .search .reset-icon { position: absolute; font-size: 2em; color: #706d61; top: 50%; transform: translateY(-50%); } .search .search-icon { left: 15px; } .search .reset-icon { right: 10px; font-size: 1.7em; cursor: pointer; } .search .search-input { width: 100%; padding: 12px 45px 10px 60px; } .search .price { display: flex; align-items: center; gap: 5px; } .search .price label { width: 100px; position: relative; } .search .price .label { position: absolute; top: 0px; left: 10px; padding: 0 5px; background-color: white; color: #706d61; font-weight: 600; line-height: 2px; } .search .price-input { padding: 10px; } body { margin: 0; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; scroll-behavior: smooth; } *, *::after, *::before { box-sizing: border-box; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6, p { margin: 0; } .headerTextStroke { -webkit-text-stroke: 3px #8a877d; color: transparent; line-height: 30%; font-size: 3.3em; letter-spacing: 5px; font-weight: 900; } @media (min-width: 425px) { .headerTextStroke { font-size: 4.3em; letter-spacing: 10px; } } @media (min-width: 768px) { .headerTextStroke { -webkit-text-stroke: 5px #8a877d; font-size: 6em; } } .headerwTextStroke { color: #978242; line-height: 65%; padding-left: 15px; font-size: 2.5em; letter-spacing: 0px; font-weight: 900; } @media (min-width: 425px) { .headerwTextStroke { font-size: 3.2em; } } @media (min-width: 768px) { .headerwTextStroke { font-size: 4em; letter-spacing: 5px; } } .underline { text-decoration: underline; } .btn { padding: 10px 20px; border: 2px solid #fed85d; cursor: pointer; background-color: transparent; font-size: 1.1em; font-weight: 600; color: #ebca62; transition: color 0.3s, background-color 0.3s; border-radius: 10px; } .btn:hover { color: #d7bd68; } .btn.primary { color: #36383c; background-color: #fed85d; } .btn.primary:hover { background-color: #ffe17d; } .btn.danger { color: tomato; border-color: tomato; } .btn.danger:hover { color: white; background-color: tomato; } .btn.disabled { pointer-events: none; } .shopIcon { position: fixed; top: 100px; right: 25px; z-index: 9999; color: black; } @media (min-width: 768px) { .shopIcon { right: 100px; } } .shopIcon .content { position: relative; } .shopIcon .content .icon { font-size: 3em; color: black; animation: rotate 1.2s linear 0s alternate infinite forwards running; } .shopIcon .content .count { width: 25px; aspect-ratio: 1/1; position: absolute; display: flex; justify-content: center; align-items: center; bottom: -1px; right: -10px; background-color: tomato; border-radius: 50%; line-height: 0%; color: white; border: 1px solid #36383c; } .addToListIcon { font-size: 1.5em; } .btn-addToList { display: flex; justify-content: center; align-items: center; padding: 5px 10px; margin: 0 auto; margin-top: 1.5rem; } input { padding: 10px 20px; border: 2px solid #a9934c; background-color: transparent; font-size: 1.1em; color: #a9934c; transition: color 0.3s, background-color 0.3s; border-radius: 10px; } input::placeholder { color: #8a877d; } input:target { border-color: #7e6e39; } input[type=submit] { color: #36383c; border-color: #fed85d; background-color: #fed85d; cursor: pointer; font-weight: 600; } input[type=submit]:hover { background-color: #ffe17d; } input.input-error { border-color: tomato; color: tomato; } input.input-error::placeholder { color: tomato; } input:focus-visible { border-color: #7e6e39; outline: none; } textarea { border: 2px solid #a9934c; background-color: transparent; color: #a9934c; font-size: 1.1em; border-radius: 10px; resize: none; padding: 10px 20px; } textarea::placeholder { color: #8a877d; } textarea.input-error { border-color: tomato; color: tomato; } textarea.input-error::placeholder { color: tomato; } textarea:focus-visible { border-color: #7e6e39; outline: none; } label { display: flex; flex-direction: column; justify-content: flex-end; } label input, label select, label textarea { width: 100%; } .pointer { cursor: pointer; } select { border: 2px solid #a9934c; background-color: transparent; color: #a9934c; font-size: 1.05em; border-radius: 10px; padding: 10px 20px; } select:focus-visible { border-color: #7e6e39; outline: none; } select.input-error { border-color: tomato; color: tomato; } .p-error { color: tomato; font-size: 0.9em; } .vertical-or, .horizontal-or { border-right: 2px solid #36383c; margin: 30px 0; position: relative; } .vertical-or::after, .horizontal-or::after { font-family: "Permanent Marker", cursive; content: "OR"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 1.5em; background-color: white; padding: 5px 10px; color: #36383c; } .horizontal-or { border-bottom: 2px solid #36383c; } .container { width: 96%; margin: 0 auto; padding: 0; } @media (min-width: 768px) { .container { width: 90%; } } @media (min-width: 1024px) { .container { width: 980px; } } @media (min-width: 1440px) { .container { width: 1200px; } } @media (min-width: 1660px) { .container { width: 1420px; } } /*# sourceMappingURL=style.css.map */
src/styles/css/style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap"); @keyframes lds-ripple { 0% { top: 36px; left: 36px; width: 0; height: 0; opacity: 1; } 100% { top: 0px; left: 0px; width: 72px; height: 72px; opacity: 0; } 100% { transform: scale(1); } } @keyframes pulsing { 0% { transform: scale(1); } 20% { transform: scale(1.01); } 40% { transform: scale(1); } } @keyframes opacity { from { opacity: 0; } to { opacity: 1; } } @keyframes scroll-down-icon { from { top: 2px; } to { top: 46px; } } @keyframes fadein { 100% { transform: translateX(0%); } } @keyframes rotate { 0% { transform: rotate(10deg); } 100% { transform: rotate(-10deg); } } .slider { position: relative; display: flex; justify-content: center; align-items: center; min-height: 50rem; } .slider .arrow { position: absolute; cursor: pointer; top: 50%; transform: translateY(-50%); font-size: 3em; user-select: none; z-index: 10; color: #fed85d; transition: font-size 0.3s; } @media (min-width: 768px) { .slider .arrow { font-size: 4em; } } .slider .arrow.arrowPrev { left: 2%; } @media (min-width: 768px) { .slider .arrow.arrowPrev { left: 5%; } } @media (min-width: 1024px) { .slider .arrow.arrowPrev { left: 10%; } } .slider .arrow.arrowNext { right: 2%; } @media (min-width: 768px) { .slider .arrow.arrowNext { right: 5%; } } @media (min-width: 1024px) { .slider .arrow.arrowNext { right: 10%; } } .slider .arrow:hover { font-size: 3.5em; } @media (min-width: 768px) { .slider .arrow:hover { font-size: 5em; } } .nav { background-color: transparent; height: 70px; left: 0; position: fixed; top: 0; width: 100%; z-index: 999; } .nav.active, .nav.sticky { background-image: linear-gradient(299deg, #27292c, #36383c); color: #fed85d; position: fixed; width: 100%; top: 0; height: 70px; box-shadow: inset 0px -2px 0px #767676; } .nav.active img, .nav.sticky img { width: 90px; height: auto; } .nav.active a, .nav.sticky a { color: #fed85d; } .nav.active a:hover, .nav.sticky a:hover { color: #c0c0c0; } .nav .container { display: flex; align-items: center; } .nav__links { display: flex; justify-content: center; align-items: center; height: 70px; width: calc(100% - 70px); padding-left: 70px; } .nav__links__item { padding: 5px 15px; display: none; } @media (min-width: 768px) { .nav__links__item { display: block; } } .nav__links__item:nth-of-type(1) { margin-right: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(1) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(1) { margin: 30px; } } .nav__links__item:nth-of-type(2) { margin-right: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(2) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(2) { margin: 30px; } } .nav__links__item:nth-of-type(4) { margin-left: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(4) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(4) { margin: 30px; } } .nav__links__item:nth-of-type(5) { margin-left: 0; } @media (min-width: 1024px) { .nav__links__item:nth-of-type(5) { margin: 10px; } } @media (min-width: 1440px) { .nav__links__item:nth-of-type(5) { margin: 30px; } } .nav__links__item a { color: whitesmoke; font-size: 1.4em; transition: color 0.3s; text-transform: capitalize; } .nav__links__item a:hover { color: #fada5e; } .nav__logo { padding: 0; font-size: 3em; text-align: center; display: block; } @media (min-width: 1024px) { .nav__logo { width: 200px; } } .nav__logo img { width: 120px; height: auto; margin-top: 71px; } .nav .user { font-family: "Permanent Marker", cursive; display: none; position: relative; } @media (min-width: 768px) { .nav .user { display: block; } } .nav .user a { color: white; font-size: 1.2em; } .nav .user a:hover { color: #fada5e; } .nav .user__avatar { position: relative; width: max-content; cursor: pointer; } .nav .user__avatar img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; border: 2px solid white; } .nav .user__avatar--arrow { position: absolute; font-size: 1.3em; border-radius: 50%; background-color: white; bottom: 3px; right: -1px; color: #36383c; } .nav .user .user-dropdown { width: 140px; clip-path: inset(0 0 100% 0); position: absolute; transition: clip-path 0.2s; background-color: #36383c; padding: 1rem; right: 0; border-radius: 10px; border-top-right-radius: 0; text-align: center; border: 1px solid #595858; } .nav .user .user-dropdown hr { margin: 10px 0 17px; } .nav .user.open .user-dropdown { clip-path: inset(0 0 0 0); } .nav .rwd-button { display: flex; align-items: center; font-size: 3em; height: max-content; cursor: pointer; color: white; } @media (min-width: 768px) { .nav .rwd-button { display: none; } } .nav .rwd-menu { position: fixed; width: 100vw; height: 100vh; left: 0; top: 0; transform: translateX(-100%); transition: transform 1s; font-family: "Permanent Marker", cursive; } .nav .rwd-menu a { color: white; transition: color 0.3s; } .nav .rwd-menu a:hover { color: #fed85d; } .nav .rwd-menu .animation { width: 100%; height: 100%; display: grid; grid-template-columns: 100%; grid-template-rows: repeat(8, 1fr); } .nav .rwd-menu .animation div { transform: translateX(-100%); } .nav .rwd-menu .animation div:nth-of-type(2n) { background-color: #36383c; } .nav .rwd-menu .animation div:nth-of-type(2n -1) { background-color: #27292c; } .nav .rwd-menu .logo, .nav .rwd-menu .menu, .nav .rwd-menu .rwd-auth { position: absolute; z-index: 10; transform: translateX(-100%); width: 100%; } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 577px) { .nav .rwd-menu .menu, .nav .rwd-menu .rwd-auth { width: 50%; } .nav .rwd-menu .menu { left: 0; } .nav .rwd-menu .rwd-auth { right: 0; transform: translateX(-200%); } } .nav .rwd-menu .logo .img { display: flex; justify-content: center; align-items: center; height: 70px; width: calc(100% - 70px); padding-left: 50px; } .nav .rwd-menu .logo .img img { width: 120px; height: auto; margin-top: 71px; } .nav .rwd-menu .logo .close { font-size: 3.7em; cursor: pointer; color: white; } .nav .rwd-menu .menu { top: 150px; display: flex; flex-direction: column; text-align: center; font-size: 2em; } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 577px) { .nav .rwd-menu .menu { top: unset; bottom: 50px; } } .nav .rwd-menu .rwd-auth { bottom: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 2em; } .nav .rwd-menu .rwd-auth button { font-size: 0.5em; } .nav .rwd-menu .rwd-auth hr { width: 70%; height: 5px; } .nav .rwd-menu .rwd-auth img { width: 70px; aspect-ratio: 1/1; border-radius: 50%; } .nav .rwd-menu.open.rwd-menu { transform: translateX(0%); } .nav .rwd-menu.open.rwd-menu .animation div { animation-name: fadein; animation-duration: 0.4s; animation-fill-mode: forwards; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(2) { animation-delay: 0.2s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(3) { animation-delay: 0.4s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(4) { animation-delay: 0.6s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(5) { animation-delay: 0.8s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(6) { animation-delay: 1s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(7) { animation-delay: 1.2s; } .nav .rwd-menu.open.rwd-menu .animation div:nth-of-type(8) { animation-delay: 1.4s; } .nav .rwd-menu.open.rwd-menu .logo, .nav .rwd-menu.open.rwd-menu .menu, .nav .rwd-menu.open.rwd-menu .rwd-auth { animation-name: fadein; animation-duration: 0.6s; animation-fill-mode: forwards; } .nav .rwd-menu.open.rwd-menu .logo { animation-delay: 1.6s; } .nav .rwd-menu.open.rwd-menu .menu { animation-delay: 1.8s; } .nav .rwd-menu.open.rwd-menu .rwd-auth { animation-delay: 2s; } .landingPage { height: 100vh; width: 100vw; background: rgba(20, 20, 20, 0.4); background: linear-gradient(90deg, rgba(20, 20, 20, 0.4) 0%, rgba(20, 20, 20, 0.4) 100%), url("../../images/landingPageBG.webp"); background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; background-attachment: fixed; object-fit: cover; } .landingPage h1 { color: white; font-size: 2.5em; letter-spacing: 5px; font-weight: 800; line-height: 0.9; margin: 0 0 2rem 0; text-shadow: 4px 4px #4f4e28; animation: opacity 1s ease 0s alternate 1 backwards running; } @media (min-width: 768px) { .landingPage h1 { font-size: 4em; } } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 425px) { .landingPage h1 { margin-top: 6rem; } } .landingPage p { color: #fada5e; font-size: 1.5em; font-weight: 800; letter-spacing: 5px; margin: 0; text-shadow: 3px 2px #4f4e28; animation: opacity 0.9s ease 0.5s alternate 1 backwards running; } @media (min-width: 768px) { .landingPage p { font-size: 2em; } } .landingPage__scroll-down { position: absolute; height: 70px; width: 26px; border: 2px solid #fada5e; border-radius: 20px; bottom: 50px; left: 50%; transform: translateX(-50%); background-color: rgba(245, 245, 245, 0.5); } @media screen and (orientation: landscape) and (min-device-height: 0px) and (max-device-height: 425px) { .landingPage__scroll-down { display: none; } } .landingPage__scroll-down > div { position: relative; width: 20px; height: 20px; border: 1px solid whitesmoke; border-radius: 20px; background-color: #fada5e; left: 50%; transform: translateX(-50%); top: 2px; animation: scroll-down-icon 2s ease 0s alternate infinite backwards running; } .landingPage__scroll-down > span { content: ""; position: absolute; border-left: 2px solid #333333; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 20px; } .landingPage__scroll-down > span::before { content: ""; position: absolute; border-left: 2px solid #333333; height: 10px; left: 2px; top: 10px; transform: rotate(45deg); } .landingPage__scroll-down > span::after { content: ""; position: absolute; border-left: 2px solid #333333; height: 10px; left: -6px; top: 10px; transform: rotate(-45deg); } .about { padding: 130px 0 0 0; background-color: #e7e7e7; } @media (min-width: 1024px) { .about { padding: 130px 0 100px 0; } } .about__info { display: flex; flex-direction: column; } @media (min-width: 1024px) { .about__info { flex-direction: row; } } @media (min-width: 1024px) { .about__info-text { width: 70%; } } .about__info-text p { padding: 30px 0; font-size: 0.9em; font-weight: 600; color: #4b3a00; text-align: justify; } @media (min-width: 768px) { .about__info-text p { font-size: 1em; } } @media (min-width: 1024px) { .about__info-text p { font-size: 1.2em; } } .about__info-img { display: flex; align-items: center; justify-content: center; } @media (min-width: 1024px) { .about__info-img { width: 30%; } } .about__info-img .dragon { width: 50%; height: auto; transform: rotate(10deg); } @media (min-width: 1024px) { .about__info-img .dragon { width: 100%; } } .about__members { background-image: url(../../images/layered-waves-haikei.svg); background-size: cover; background-repeat: no-repeat; padding-top: 20px; } .about__members .slider .member { transform: scale(0.6); transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); opacity: 0.6; text-align: center; } .about__members .slider .member .member__name { font-family: "Permanent Marker", cursive; font-size: 2em; } .about__members .slider .member .member__name a { color: #4b3a00; } .about__members .slider .member img { width: 250px; height: auto; } @media (min-width: 1024px) { .about__members .slider .member img { width: 300px; } } .about__members .slider .member.prev { order: 1; } .about__members .slider .member.current { order: 2; transform: scale(1.2); opacity: 1; display: flex; flex-direction: column; align-items: center; width: min-content; } .about__members .slider .member.current .member__name { animation: opacity 0.5s ease 0.4s alternate 1 backwards running; animation: pulsing 1s ease 0s alternate infinite backwards running; } .about__members .slider .member.current .member__about { min-height: 100px; width: 100%; animation: opacity 0.5s ease 0.9s alternate 1 backwards running; } @media (min-width: 425px) { .about__members .slider .member.current .member__about { width: 150%; } } @media (min-width: 768px) { .about__members .slider .member.current .member__about { width: 250%; } } @media (min-width: 1024px) { .about__members .slider .member.current .member__about { width: 280%; } } .about__members .slider .member.next { order: 3; } .about__members .slider .member.prev, .about__members .slider .member.next { cursor: pointer; } .about__members .slider .member-about { max-width: 600px; } .single__member { padding-top: 150px; } .single__member__info { display: flex; flex-direction: column-reverse; } @media (min-width: 768px) { .single__member__info { flex-direction: row; } } .single__member__info-img { display: flex; justify-content: center; } @media (min-width: 768px) { .single__member__info-img { width: 50%; } } .single__member__info-img img { width: 100%; } @media (min-width: 425px) { .single__member__info-img img { width: 60%; } } @media (min-width: 768px) { .single__member__info-img img { width: 100%; } } @media (min-width: 768px) { .single__member__info-text { width: 50%; padding: 70px 100px 0 0; } } @media (min-width: 1024px) { .single__member__info-text { width: 50%; padding: 120px 100px 0 0; } } .single__member__info-text h1, .single__member__info-text h2 { font-size: 2.5em; } @media (min-width: 425px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 3em; } } @media (min-width: 600px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 3.5em; } } @media (min-width: 1024px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 4em; } } @media (min-width: 1440px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 5em; } } @media (min-width: 1660px) { .single__member__info-text h1, .single__member__info-text h2 { font-size: 6.5em; } } .single__member__info-text .headerwTextStroke { font-size: 2.2em; margin-bottom: 50px; } @media (min-width: 425px) { .single__member__info-text .headerwTextStroke { font-size: 2.7em; } } @media (min-width: 600px) { .single__member__info-text .headerwTextStroke { font-size: 3em; } } @media (min-width: 1024px) { .single__member__info-text .headerwTextStroke { font-size: 3.3em; } } @media (min-width: 1440px) { .single__member__info-text .headerwTextStroke { font-size: 4em; } } @media (min-width: 1660px) { .single__member__info-text .headerwTextStroke { font-size: 4.5em; } } .single__member__info-text p:nth-of-type(2) { margin-bottom: 2rem; } .single__member__info-text p:nth-of-type(3) { display: flex; align-items: center; font-family: "Permanent Marker", cursive; font-size: 1.5em; } .single__member__info-text p:nth-of-type(3) span { padding-left: 10px; } .single__member__projects { margin-top: 4rem; } .single__member__projects-images { padding-top: 50px; display: grid; grid-template-columns: 100%; grid-template-rows: auto; justify-content: center; gap: 30px; } @media (min-width: 425px) { .single__member__projects-images { grid-template-columns: 70%; } } @media (min-width: 768px) { .single__member__projects-images { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .single__member__projects-images { grid-template-columns: repeat(3, 1fr); } } .single__member__projects-images img { width: 100%; transition: transform 0.5s; border-radius: 10px; } .single__member__projects-images img:hover { transform: scale(1.05); } .gallery { padding-top: 150px; margin-bottom: 150px; } .gallery__content-images { display: grid; grid-template-columns: 100%; grid-template-rows: auto; gap: 30px; padding-top: 50px; justify-content: center; } @media (min-width: 425px) { .gallery__content-images { grid-template-columns: 70%; } } @media (min-width: 768px) { .gallery__content-images { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .gallery__content-images { grid-template-columns: repeat(3, 1fr); } } .gallery__content-images__about { background-color: #fed85d; border-radius: 10px; transition: transform 0.5s; } .gallery__content-images__about img { width: 100%; height: 200px; object-fit: cover; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; } .gallery__content-images__about:hover { transform: scale(1.05); } .gallery__content-images__about-desc { padding: 10px; font-weight: 600; font-size: 1.2em; font-family: "Permanent Marker", cursive; } @media (min-width: 1024px) { .gallery__content-images__about-desc { font-size: 1.3em; } } .gallery__content-images__about-desc a { color: #36383c; } .gallery-latest { background-image: url(../../images/layered-waves-haikei.svg); background-size: cover; background-repeat: no-repeat; padding-top: 10rem; } .gallery-latest .slider { margin-top: 60px; width: 100%; background-color: #36383c; display: flex; flex-direction: column; min-height: max-content; } .gallery-latest .slider img { height: 500px; width: 100%; object-fit: cover; } @media (min-width: 768px) { .gallery-latest .slider img { height: 550px; } } @media (min-width: 1024px) { .gallery-latest .slider img { height: 600px; } } @media (min-width: 1440px) { .gallery-latest .slider img { height: 700px; } } .gallery-latest .slider .slide { opacity: 0.6; transform: scale(0.95); transition: transform 0.4s; position: relative; } .gallery-latest .slider .slide.hidden { display: none; } .gallery-latest .slider .slide p { width: 98%; font-family: "Permanent Marker", cursive; font-size: 1.8em; text-align: center; position: absolute; color: white; background-color: rgba(31, 31, 31, 0.3); margin-left: 1%; border-radius: 10px; animation: pulsing 1s ease 0s alternate infinite backwards running; } @media (min-width: 768px) { .gallery-latest .slider .slide p { font-size: 2.5em; } } @media (min-width: 1024px) { .gallery-latest .slider .slide p { font-size: 3em; } } .gallery-latest .slider .slide p a { color: white; transition: color 0.3s; } .gallery-latest .slider .slide p a:hover { color: #fada5e; } .gallery-latest .slider .slide p:first-of-type { top: 15px; } .gallery-latest .slider .slide p:last-of-type { bottom: 15px; } .gallery-latest .slider .slide p:last-of-type::before { content: "By: "; } .gallery-latest .slider .active { opacity: 1; transform: scale(1); width: 100%; } .gallery-latest .show-more { display: flex; align-items: center; justify-content: center; } .gallery-latest .show-more a { padding: 10px 20px; font-size: 1em; font-weight: 600; color: #fed85d; border: 3px solid #fed85d; border-radius: 1rem; margin: 10px auto; transition: background-color 0.5s, color 0.5s; } @media (min-width: 768px) { .gallery-latest .show-more a { font-size: 1.3em; } } .gallery-latest .show-more a:hover { background-color: #fed85d; color: white; } .gallery__single { padding-top: 100px; } @media (min-width: 1024px) { .gallery__single { padding-top: 150px; } } .gallery__single .headerwTextStroke { line-height: 100%; } .gallery__single__content { display: flex; flex-direction: column; margin-top: 50px; } @media (min-width: 1024px) { .gallery__single__content { flex-direction: row; } } .gallery__single__content-img img { width: 100%; max-height: 450px; object-fit: contain; } @media (min-width: 1024px) { .gallery__single__content-img { width: 60%; } .gallery__single__content-img img { width: 100%; max-height: unset; height: 600px; } } @media (min-width: 1024px) { .gallery__single__content-text { padding: 40px 20px 40px 30px; width: 40%; } } .gallery__single__content-text .title { font-size: 1.8em; margin-bottom: 1rem; text-align: center; color: #a9934c; font-family: "Permanent Marker", cursive; } .gallery__single__content-text p { text-align: center; } .gallery__single__content-text p a { color: #a9934c; font-family: "Permanent Marker", cursive; } .gallery__single__content-text p a { transition: transform 0.5s, color 0.5s; } .gallery__single__content-text p a:hover { transform: scale(1.05); color: #d7bd68; } .gallery__single__content-text p.desc { font-size: 1em; margin-bottom: 1rem; } .gallery__single__content-text p.cost { color: #a9934c; font-size: 1.1em; margin-bottom: 2em; } .gallery__single__content-text p.cost span { font-family: "Poppins", sans-serif; } .gallery__single__content-text p.cost .price { margin-right: 10px; text-decoration: line-through; font-size: 1em; } .gallery__single__content-text p.cost .sale { font-size: 1.3em; } .gallery__single__content-text p.builder { font-size: 1.2em; margin-bottom: 2rem; } .gallery__single__content-text p.bouncing { font-size: 0.9em; cursor: pointer; } @media (min-width: 1024px) { .gallery__single__content-text p.title { font-size: 2em; } .gallery__single__content-text p.builder { font-size: 1.4em; } .gallery__single__content-text p.desc { font-size: 1.2em; } .gallery__single__content-text p.bouncing { font-size: 1.1em; } } .loader-container { display: flex; justify-content: center; align-items: center; height: 300px; width: 100%; } .loader-container.fullScreen { height: 100vh; width: 100vw; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); z-index: 998; } .lds-ripple { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ripple div { position: absolute; border: 4px solid black; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { animation-delay: -0.5s; } .footer { background-image: url("../../images/lavarcfooter.webp"), linear-gradient(270deg, #27292c, #36383c); background-repeat: no-repeat; background-position: 85% 200%; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px 2%; box-shadow: inset 0px 3px 0px #767676; } @media (min-width: 1024px) { .footer { padding: 40px 100px; } } .footer > p { color: white; } .footer__links { display: grid; grid-template-columns: 100%; grid-template-rows: auto; grid-template-areas: "contact" "menu" "socials"; gap: 20px; margin-bottom: 25px; } @media (min-width: 425px) { .footer__links { grid-template-columns: 1fr 1fr; grid-template-areas: "contact contact" "menu socials"; } } @media (min-width: 768px) { .footer__links { grid-template-columns: 2fr 1fr 1fr; grid-template-areas: "contact menu socials"; } } .footer__links .links { margin-bottom: 12px; } @media (min-width: 768px) { .footer__links .links { margin-bottom: 5px; } } .footer__links-header { color: #d7bd68; margin-bottom: 1rem; font-size: 1.4em; } .footer__links a { color: white; width: max-content; text-decoration: underline; transition: color 0.3s; font-size: 1.2em; padding: 10.5px 5px; } @media (min-width: 768px) { .footer__links a { padding: 0; } } .footer__links a:hover { color: #d7bd68; text-decoration: none; } .footer__links .footer__contact { grid-area: contact; } .footer__links .footer__contact .contact-form { width: 100%; } @media (min-width: 768px) { .footer__links .footer__contact .contact-form { width: 80%; } } .footer__links .footer__menu { display: flex; flex-direction: column; gap: 2px; text-align: center; grid-area: menu; } @media (min-width: 768px) { .footer__links .footer__menu { text-align: left; } } .footer__links .footer__socials { text-align: center; grid-area: socials; } @media (min-width: 768px) { .footer__links .footer__socials { text-align: left; } } .footer__links .footer__socials__icon { font-size: 2em; color: white; cursor: pointer; transition: color 0.3s; margin-right: 10px; } .footer__links .footer__socials__icon.ig:hover { color: #e9be03; } .footer__links .footer__socials__icon.yt:hover { color: #e72929; } .footer__links .footer__socials__icon.dc:hover { color: #8b9dfe; } .footer-c { text-align: center; } @media (min-width: 768px) { .footer-c { text-align: left; } } .auth { min-height: calc(100vh - 70px); display: flex; justify-content: center; align-items: center; margin-top: 100px; } @media (min-width: 1024px) { .auth { margin-top: 70px; } } .auth .select-registration-method { display: flex; justify-content: center; align-items: center; flex-direction: column-reverse; } @media (min-width: 1024px) { .auth .select-registration-method { flex-direction: row; } } @media (min-width: 1024px) { .auth .select-registration-method .methods { width: 50%; } } .auth .select-registration-method .methods .select__method { width: calc(300px - 4%); margin: 0 auto; } @media (min-width: 1024px) { .auth .select-registration-method .methods .select__method { width: 350px; } } .auth .select-registration-method .methods .select__method-h1 { margin-bottom: 1rem; } .auth .select-registration-method .methods .select__method-h1 span { color: #a9934c; font-size: 1.3em; font-family: "Permanent Marker", cursive; } .auth .select-registration-method .methods .select__method p { font-size: 0.9em; margin-bottom: 1.5rem; } .auth .select-registration-method .methods .select__method p a { color: #a9934c; font-weight: 600; text-decoration: underline; } .auth .select-registration-method .methods .select__method p a:hover { text-decoration: none; } .auth .select-registration-method .methods .select__method-buttons { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; } .auth .select-registration-method .methods .select__method-buttons a { line-height: 110%; text-align: center; } .register, .login { min-height: calc(100vh - 70px); margin-top: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column-reverse; } @media (min-width: 1024px) { .register, .login { margin-top: 70px; flex-direction: row; } } @media (min-width: 1024px) { .register .auth__form, .login .auth__form { width: 50%; } } .register .auth__form form, .login .auth__form form { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; } .register .auth__form form p, .login .auth__form form p { margin-bottom: 0; } .register .auth__form form p.par-error, .login .auth__form form p.par-error { color: tomato; font-weight: 600; } .register .auth__form-register, .register .auth__form-login, .login .auth__form-register, .login .auth__form-login { width: calc(300px - 4%); margin: 0 auto; } @media (min-width: 1024px) { .register .auth__form-register, .register .auth__form-login, .login .auth__form-register, .login .auth__form-login { width: 350px; } } .register .auth__form-register__socials, .register .auth__form-login__socials, .login .auth__form-register__socials, .login .auth__form-login__socials { display: flex; justify-content: center; align-items: center; gap: 50px; font-size: 2.2em; } .register .auth__form-register__socials svg, .register .auth__form-login__socials svg, .login .auth__form-register__socials svg, .login .auth__form-login__socials svg { cursor: pointer; padding: 5px; border-radius: 10px; box-shadow: 0px 0px 7px -3px #36383c; transition: box-shadow 0.2s; } .register .auth__form-register__socials svg:first-of-type, .register .auth__form-login__socials svg:first-of-type, .login .auth__form-register__socials svg:first-of-type, .login .auth__form-login__socials svg:first-of-type { color: #097eeb; } .register .auth__form-register__socials svg:hover, .register .auth__form-login__socials svg:hover, .login .auth__form-register__socials svg:hover, .login .auth__form-login__socials svg:hover { box-shadow: 0px 0px 0px 0px #36383c, inset 0px 0px 7px -3px #36383c; } .register .auth__form-register h1, .register .auth__form-login h1, .login .auth__form-register h1, .login .auth__form-login h1 { margin-bottom: 1rem; } .register .auth__form-register p, .register .auth__form-login p, .login .auth__form-register p, .login .auth__form-login p { font-size: 0.9em; margin-bottom: 1.5rem; } .register .auth__form-register p a, .register .auth__form-login p a, .login .auth__form-register p a, .login .auth__form-login p a { color: #d7bd68; font-weight: 600; text-decoration: underline; } .register .auth__form-register p a:hover, .register .auth__form-login p a:hover, .login .auth__form-register p a:hover, .login .auth__form-login p a:hover { text-decoration: none; } .images-container { display: flex; flex-direction: column; position: relative; margin: 70px 0; } @media (min-width: 425px) { .images-container { width: 90%; } } @media (min-width: 768px) { .images-container { width: 60%; } } @media (min-width: 1024px) { .images-container { width: 50%; } } .images-container img:first-of-type { border-radius: 31% 69% 89% 11%/26% 60% 40% 74%; width: 50%; position: absolute; top: -45px; } @media (min-width: 425px) { .images-container img:first-of-type { top: -64px; } } @media (min-width: 1024px) { .images-container img:first-of-type { top: -85px; } } @media (min-width: 1440px) { .images-container img:first-of-type { top: -108px; } } .images-container img:nth-of-type(2) { border-radius: 76% 24% 75% 25%/38% 20% 80% 62%; width: 100%; } .images-container img:last-of-type { border-radius: 85% 15% 89% 11%/80% 36% 64% 20%; width: 65%; position: absolute; right: 0; bottom: -54px; z-index: -1; } @media (min-width: 425px) { .images-container img:last-of-type { bottom: -83px; } } @media (min-width: 1024px) { .images-container img:last-of-type { bottom: -106px; } } @media (min-width: 1440px) { .images-container img:last-of-type { bottom: -121px; } } .settings { padding-top: 100px; } @media (min-width: 768px) { .settings { padding-top: 150px; } } .settings h1 { margin-bottom: 3rem; } .settings__informations { display: flex; flex-direction: column; align-items: center; margin-bottom: 50px; } @media (min-width: 425px) { .settings__informations { flex-direction: row; } } .settings__informations__image { width: 200px; height: max-content; } @media (min-width: 425px) { .settings__informations__image { width: 40%; } } @media (min-width: 1024px) { .settings__informations__image { width: 20%; } } .settings__informations__image > div { width: 80%; display: flex; justify-content: center; align-items: center; margin: 0 auto; } @media (min-width: 425px) { .settings__informations__image > div { width: 60%; } } @media (min-width: 1024px) { .settings__informations__image > div { width: 80%; } } .settings__informations__image > div img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; transition: all 0.3s ease-in-out; } .settings__informations__image > div label { position: absolute; opacity: 0; font-size: 3em; transition: opacity 0.3s ease-in-out; cursor: pointer; } .settings__informations__image > div:hover img { opacity: 0.4; } .settings__informations__image > div:hover label { opacity: 1; } .settings__informations__image > div input { display: none; } .settings__informations__info { margin-top: 20px; } @media (min-width: 768px) { .settings__informations__info { margin: 0; width: 80%; } } .settings__informations__info .btn-edit { border: none; background: none; cursor: pointer; font-size: 1.1em; } .settings details summary { font-size: 1.5em; user-select: none; margin-bottom: 20px; cursor: pointer; padding: 15px; } .settings details .opinion { display: flex; border: 1px solid gray; border-radius: 10px; padding: 15px; margin-bottom: 25px; } .settings details .opinion__text { width: 100%; } .settings details .opinion__text-header { font-size: 1.3em; margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center; } .settings details .opinion__text-company { font-size: 0.8em; } .settings details .opinion__text-accept { display: flex; align-items: center; justify-content: space-between; } .settings details .opinion__text-accept-accepted { display: flex; } .settings details .opinion__text-isShow { font-size: 2em; } .settings details .opinion__text .btn-opinion { border: none; background: none; font-size: 1.2em; cursor: pointer; } .settings details .opinion__text .btn-opinion.decline { font-size: 1.4em; } .settings details .opinion__text .accept { color: green; } .settings details .opinion__text .decline { color: tomato; } .settings .opinions-admin .link { margin-bottom: 1.2rem; } .settings .opinions-admin .link a { color: black; text-decoration: underline; } .settings .editProfile-form, .settings .addImage-form { width: 275px; display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; } .settings .addImage-form input[type=file] { font-size: 0.9em; } .settings .addImage-form textarea { height: 150px; } .settings .summary-danger { background-color: tomato; color: white; } .settings .dangerzone { display: flex; flex-direction: column; gap: 20px; } .settings .gallery-post-manage { margin-bottom: 25px; border: 1px solid gray; border-radius: 10px; padding: 15px; } .settings .gallery-post-manage .post-top { display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 25px; } .settings .gallery-post-manage .post-top img { width: 239px; height: auto; object-fit: contain; } .settings .gallery-post-manage .post-bot .delete { display: flex; align-items: center; justify-content: center; font-size: 2em; height: 45px; aspect-ratio: 1/1; border: none; background-color: tomato; border-radius: 10px; cursor: pointer; } .settings .gallery-post-manage .form { display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; gap: 20px; } .settings .gallery-post-manage .form label { width: 275px; } .settings .discount-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; width: 275px; } .settings .codes-table { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; } .settings .codes-table .item { display: flex; align-items: center; gap: 10px; } .settings .codes-table .close { color: tomato; font-size: 1.2em; } .react-confirm-alert-body h1 { margin-bottom: 15px; } .react-confirm-alert-button-group button:first-of-type { background-color: tomato; } .modal-form { height: 100%; } .modal-form .content { position: absolute; width: 300px; height: 390px; top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); background-color: #fff; border: 1px solid gray; border-radius: 5px; padding: 20px; } .modal-form .content h2 { margin-bottom: 20px; } .modal-form .content form { display: flex; flex-direction: column; width: 256px; margin: 0 auto; gap: 20px; } .modal-form .content .p-error { margin-top: 3px; } .chat { display: flex; min-height: calc(100vh - 70px); margin-top: 70px; } .users-container { display: flex; align-items: center; width: 230px; position: fixed; height: calc(100vh - 70px); left: 0; background-color: white; transform: translateX(-231px); transition: transform 1s, box-shadow 1s; z-index: 1; } @media (min-width: 1024px) { .users-container { position: unset; width: 20%; transform: unset; } } .users-container.open { transform: translateX(0); box-shadow: 0 0 15px 2px #36383c; } .users-container .users-list-btn { position: absolute; top: 50%; transform: translateY(-50%); right: -27.2px; font-size: 1.7em; padding: 2px 0px; border-radius: 0% 100% 100% 0%/0% 50% 50% 100%; background-color: #fed85d; border: 1px solid #36383c; cursor: pointer; } @media (min-width: 1024px) { .users-container .users-list-btn { display: none; } } .users-container .users-list { display: flex; align-items: flex-start; flex-direction: column; width: 100%; border-right: 1px solid #36383c; height: 95%; gap: 10px; overflow: auto; } .users-container .users-list__user { display: flex; align-items: center; cursor: pointer; width: 100%; padding: 10px 0; } .users-container .users-list__user.selected { background-color: #f3f3f3; } .users-container .users-list__user--img { position: relative; display: flex; justify-content: center; align-items: center; width: max-content; } .users-container .users-list__user--img img { width: 35px; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; } .users-container .users-list__user--img .check-online { width: 7px; aspect-ratio: 1/1; position: absolute; border-radius: 50%; background-color: #ff2c2c; z-index: 2; bottom: 0; right: 3px; border: 1px solid #36383c; } .users-container .users-list__user--img .check-online.online { background-color: #1ee31e; } .users-container .users-list__user--info { width: calc(100% - 35px); } @media (min-width: 1024px) { .users-container .users-list__user--info { font-size: 1em; } } .users-container .users-list__user--info .truncate { font-size: 0.8em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; color: #36383c; } .users-container .users-list__user--info .truncate.name { font-size: 1em; } .users-container .users-list__user--info .truncate.new-message { font-weight: 600; } .users-container .users-list__user--info .truncate.new-message::before { content: "🔔 "; } .users-container .users-list__user--info .truncate strong { font-weight: 600; } .users-container .users-list__user p { padding-left: 10px; } .chat-container { margin-top: 30px; width: 100%; } @media (min-width: 1024px) { .chat-container { margin-top: 0; width: 80%; padding: 3rem 2rem; } } .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { text-align: center; font-size: 1em; border-bottom: 1px solid #36383c; max-height: 50px; padding: 5px 0; font-weight: 600; } @media (min-width: 500px) { .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { font-size: 1.5em; } } @media (min-width: 1024px) { .chat-container .chat-first > h1, .chat-container .chat-selected > h1 { font-size: 2em; } } .chat-container .chat-first-legend { padding: 1rem; } .chat-container .chat-first-legend p { text-align: center; } .chat-container .chat-first-legend p span { color: #e8b12d; font-weight: 500; font-family: "Permanent Marker", cursive; } .chat-container .chat-first-legend p:first-of-type { margin-top: 2rem; font-size: 1.3em; font-weight: 500; } .chat-container .chat-first-legend p:nth-of-type(2) { margin-top: 2rem; font-size: 1.1em; } .chat-container .chat-first-legend p:last-of-type { margin-top: 2rem; font-size: 1.1em; } .chat-container .messages { height: calc(100vh - 191px - 2rem); overflow-y: auto; overflow-x: hidden; padding: 0.5rem 1rem 0 0; font-size: 0.8em; } @media (min-width: 500px) { .chat-container .messages { font-size: 1em; } } @media (min-width: 1024px) { .chat-container .messages { height: calc(100vh - 261px); } } .chat-container .messages .message { margin-bottom: 1rem; width: 100%; display: flex; } .chat-container .messages .message > div { max-width: 60%; display: flex; flex-direction: column; } .chat-container .messages .message p { padding: 0.5rem; border-radius: 5px; width: max-content; max-width: 100%; } .chat-container .messages .message img { max-width: 100%; padding: 0.2rem 0 0 0; border-radius: 5px; } .chat-container .messages .message.sender { justify-content: flex-end; text-align: left; } .chat-container .messages .message.sender > div { align-items: flex-end; } .chat-container .messages .message.sender p { background-color: #d7bd68; } .chat-container .messages .message.receiver { justify-content: flex-start; text-align: left; } .chat-container .messages .message.receiver p { background-color: #9d9478; color: white; } .chat-container .chat-form { display: flex; align-items: center; justify-content: center; gap: 30px; width: 100%; min-height: 45px; height: max-content; max-height: 90px; } .chat-container .chat-form label { display: flex; align-items: center; cursor: pointer; } .chat-container .chat-form label svg { font-size: 1.5em; } .chat-container .chat-form label svg.send { font-size: 1.2em; } @media (min-width: 500px) { .chat-container .chat-form label svg { font-size: 1.8em; } .chat-container .chat-form label svg.send { font-size: 1.5em; transition: color 0.2s; } .chat-container .chat-form label svg.send:hover { color: #e8b12d; } } .chat-container .chat-form .chat-form-message { width: 80%; position: relative; display: flex; align-items: center; } .chat-container .chat-form .chat-form-message label { position: absolute; right: 15px; z-index: 10; } .chat-container .chat-form textarea { width: 100%; padding: 10px 50px 10px 20px; font-size: 1.5em; height: auto; color: #36383c; } .chat-container .chat-form input[type=file], .chat-container .chat-form input[type=submit] { display: none; } .contact-form { display: flex; flex-direction: column; gap: 20px; } .contact-form label { color: whitesmoke; } .contact-form > div { display: flex; gap: 10px; } .contact-form > div label { width: 50%; } .contact-form textarea { font-size: 1.5em; } .contact { background-image: url("../../images/circle-bg.webp"); background-repeat: no-repeat; background-size: cover; } .contact .container { min-height: calc(100vh - 70px); margin-top: 70px; display: flex; justify-content: center; align-items: center; flex-direction: column; } @media (min-width: 768px) { .contact .container { flex-direction: row; } } .contact .container h1, .contact .container h2 { font-family: "Permanent Marker", cursive; font-size: 1.7em; text-align: center; } @media (min-width: 768px) { .contact .container h1, .contact .container h2 { width: 70%; font-size: 2em; } } .contact .container .horizontal-or { width: 100%; } @media (min-width: 768px) { .contact .container .horizontal-or { display: none; } } .contact .container .vertical-or { display: none; height: calc(90vh - 70px); } @media (min-width: 768px) { .contact .container .vertical-or { display: block; } } .contact .container .contact__contact-form { margin: 50px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; } .contact .container .contact__contact-form label { color: black; } @media (min-width: 768px) { .contact .container .contact__contact-form { margin: 0; width: 50%; } } .contact .container .contact__contact-form .contact-form { margin: 0; } @media (min-width: 768px) { .contact .container .contact__contact-form .contact-form { width: 70%; } } .contact .container .contact__contact-form .contact-form input[type=text], .contact .container .contact__contact-form .contact-form input[type=email], .contact .container .contact__contact-form .contact-form textarea { background-color: white; } .contact .container .contact__chat { margin-top: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; } .contact .container .contact__chat p { text-align: center; font-size: 1.3em; } @media (min-width: 425px) { .contact .container .contact__chat p { width: 80%; } } @media (min-width: 768px) { .contact .container .contact__chat { margin: 0; width: 50%; } .contact .container .contact__chat p { width: 70%; } } .recommendations { padding-top: 150px; } .recommendations .slider { margin-top: 80px; min-height: max-content; width: 100%; } .recommendations .slider__item { transform: scale(0.9); transition: transform 0.5s; } .recommendations .slider__item__header { display: flex; align-items: center; flex-direction: column-reverse; justify-content: space-between; margin-bottom: 10px; } @media (min-width: 768px) { .recommendations .slider__item__header { flex-direction: row; } } .recommendations .slider__item__header--from { font-weight: 500; font-size: 1.2em; } @media (min-width: 768px) { .recommendations .slider__item__header--from { font-size: 1.3em; } } .recommendations .slider__item__header--from span { font-size: 0.9em; } .recommendations .slider__item__header .stars { display: flex; align-items: center; gap: 10px; font-size: 1.5em; color: #fec303; margin-bottom: 1rem; } @media (min-width: 768px) { .recommendations .slider__item__header .stars { margin-bottom: 0; } } .recommendations .slider__item.active { width: 60%; background-color: #e7e7e7; padding: 20px; border-radius: 20px; transform: scale(1); } .recommendation { padding-top: 150px; align-items: center; } .recommendation-content { display: flex; margin-top: 70px; } .recommendation__form { width: 50%; } .recommendation__form form { display: flex; flex-direction: column; gap: 20px; width: 275px; margin: 0 auto; } .recommendation__form form textarea { height: 220px; font-size: 1.4em; } .recommendation__image { width: 50%; } .shop { padding-top: 150px; } .shop .shop-latest { padding-bottom: 150px; } .shop .shop-latest .slider { display: flex; min-height: unset; perspective: 50em; margin-top: 70px; } .shop .shop-latest .slider img { opacity: 0.8; object-fit: cover; width: 100%; height: 100%; } .shop .shop-latest .slider > div { background-color: #36383c; } .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { width: 300px; height: 230px; box-shadow: 0px 45px 44px -43px #36383c; display: none; } @media (min-width: 768px) { .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { display: block; } } @media (min-width: 1024px) { .shop .shop-latest .slider .prev, .shop .shop-latest .slider .next { width: 400px; } } .shop .shop-latest .slider .prev { order: 1; transform: rotateY(-20deg); } .shop .shop-latest .slider .current { order: 2; box-shadow: 0px 52px 44px -43px #36383c; width: 100%; height: 312px; position: relative; } @media (min-width: 1024px) { .shop .shop-latest .slider .current { width: 600px; } } .shop .shop-latest .slider .current img { opacity: 1; } .shop .shop-latest .slider .current p { margin-top: 10px; text-align: center; } .shop .shop-latest .slider .current p.title { font-size: 1.3em; } .shop .shop-latest .slider .current p a { color: #36383c; font-weight: 500; } .shop .shop-latest .slider .current .price { font-size: 1.2em; } .shop .shop-latest .slider .next { order: 3; transform: rotateY(20deg); } .shop .fullShop { margin-top: 20px; display: flex; justify-content: center; } .shop .personal-order { margin: 100px 0; display: grid; place-items: center; } .shop .personal-order > p { font-size: 2em; font-family: "Permanent Marker", cursive; text-align: center; color: #978242; } .shop .personal-order__form { width: 96%; display: flex; flex-direction: column; gap: 20px; margin-top: 50px; } @media (min-width: 425px) { .shop .personal-order__form { width: 350px; } } .shop .personal-order__form textarea { font-size: 1.4em; font-weight: 500; height: 200px; } .shop .personal-order__form > div input { width: 100%; } .shop .shop-latest .addToList { font-size: 2.5em; } .bestsellers, .shop-items { display: grid; grid-template-columns: 100%; grid-template-rows: auto; gap: 25px; margin-top: 50px; } @media (min-width: 425px) { .bestsellers, .shop-items { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { .bestsellers, .shop-items { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1024px) { .bestsellers, .shop-items { grid-template-columns: repeat(4, 1fr); } } .bestsellers .item, .shop-items .item { position: relative; } .bestsellers .item img, .shop-items .item img { width: 100%; height: 140px; object-fit: cover; filter: contrast(130%); } .bestsellers .item p, .shop-items .item p { text-align: center; color: #36383c; font-size: 1.1em; } .shop-full { margin: 150px 0 100px 0; } .addToList { position: absolute; top: 2px; right: 2px; background-color: white; font-size: 2em; z-index: 10; padding: 5px; border-radius: 50%; border: 2px solid #fed85d; cursor: pointer; } .cost { color: #a9934c; font-size: 1.1em; } .cost .price { margin-right: 10px; text-decoration: line-through; font-size: 1em; } .cost .sale { font-size: 1.05em; } .shop__info { display: flex; align-items: center; justify-content: space-around; flex-direction: column; background: linear-gradient(to bottom, #36383cb9, #36383cb9), url("../../images/shopbg.webp"); background-repeat: no-repeat; background-size: cover; min-height: 300px; margin: 100px 0; padding: 0 1rem; } @media (min-width: 768px) { .shop__info { flex-direction: row; } } .shop__info--p { font-family: "Permanent Marker", cursive; color: #fed85d; font-size: 1.5em; text-align: center; } @media (min-width: 768px) { .shop__info--p { width: 70%; font-size: 2em; } } .shop__info--a { text-align: center; } @media (min-width: 768px) { .shop__info--a { width: 30%; } } .shopCart { padding-top: 150px; } .shopCart__list { padding-top: 50px; } .shopCart .legend { display: flex; justify-content: space-between; align-items: center; font-size: 1.1em; font-weight: 600; padding: 0 35px 0 50px; } @media (min-width: 550px) { .shopCart .legend { padding-right: 5px; } } .shopCart .item { display: flex; flex-direction: column; margin-bottom: 30px; gap: 20px; } @media (min-width: 550px) { .shopCart .item { justify-content: space-between; flex-direction: row; } } .shopCart .left-side { display: flex; gap: 10px; } .shopCart .remove { width: 25px; height: auto; display: flex; justify-content: center; align-items: center; } .shopCart .remove .pointer { font-size: 3em; } .shopCart .image { width: 250px; height: 150px; object-fit: cover; } .shopCart .text { display: flex; flex-direction: column; justify-content: center; } .shopCart .title { font-size: 1.3em; font-weight: 600; } .shopCart .cost { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-weight: 500; width: max-content; } .shopCart .sale-price { font-size: 1.1em; text-decoration: line-through; } .shopCart .sale-sale { font-size: 1.3em; } .shopCart .price { font-size: 1.3em; } .shopCart .placeholder { font-size: 1.1em; padding-left: 50px; } .shopCart .bottom-side { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 35px; } @media (min-width: 550px) { .shopCart .bottom-side { width: calc(100% - 305px); padding: 0; } } .shopCart__total { display: flex; align-items: center; margin: 30px 0 100px 0; gap: 30px; flex-direction: column; } @media (min-width: 550px) { .shopCart__total { justify-content: space-between; flex-direction: row; } } .shopCart__form { display: flex; flex-direction: column; gap: 10px; } .shopCart .total { display: flex; flex-direction: column; gap: 15px; text-align: right; } .shopCart .total-price { font-size: 1.2em; font-weight: 500; } .shopCart .order-btn { width: 250px; } .pagination { width: 100%; margin: 50px 0 0 auto; } @media (min-width: 416px) { .pagination { width: 400px; } } .pagination-top { display: flex; align-items: center; justify-content: center; font-size: 1.5em; color: #36383c; user-select: none; } @media (min-width: 416px) { .pagination-top { font-size: 2em; } } .pagination__numbers { display: flex; align-items: center; gap: 5px; } .pagination-btn { cursor: pointer; line-height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 50%; border: none; background: none; } .pagination-btn:hover, .pagination-btn:focus { background-color: #e4e4e4; } .pagination .dots { font-size: 0.8em; } .pagination .number { font-size: 0.65em; font-weight: 600; width: 25px; height: 25px; } @media (min-width: 416px) { .pagination .number { width: 35px; height: 35px; } } .pagination .active { background-color: #36383c; color: whitesmoke; } .pagination .disabled { pointer-events: none; color: #8b8b8b; border-color: #8b8b8b; } .pagination-bottom { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin-top: 20px; gap: 10px; } @media (min-width: 416px) { .pagination-bottom { justify-content: space-between; } } .pagination-input { padding: 5px 10px; border-color: #36383c; color: #36383c; border-radius: 5px; } .pagination-input:focus { outline: none; border-color: black; color: #36383c; } .pagination-inputs { display: flex; align-items: center; gap: 10px; } .pagination label { position: relative; } .pagination .GTP-span { position: absolute; top: -8px; left: 6px; background-color: white; font-size: 0.75em; padding: 0px 3px; font-weight: 600; } .pagination .GTP-input { width: 90px; padding-right: 30px; } .pagination .GTP-btn { font-size: 1.5em; width: max-content; height: max-content; border: none; background: none; cursor: pointer; display: flex; justify-content: center; align-items: center; position: absolute; right: 3px; bottom: 5px; padding: 0; } .search { display: flex; margin: 50px auto 10px auto; justify-content: center; gap: 20px; } .search .search-bar { width: 100%; position: relative; } @media (min-width: 425px) { .search .search-bar { width: 70%; } } @media (min-width: 768px) { .search .search-bar { width: 50%; } } .search .search-input, .search .price-input { border-color: #706d61; } .search .label { position: absolute; top: 0px; left: 60px; padding: 0 5px; background-color: white; color: #706d61; font-weight: 600; line-height: 2px; } .search .search-icon, .search .reset-icon { position: absolute; font-size: 2em; color: #706d61; top: 50%; transform: translateY(-50%); } .search .search-icon { left: 15px; } .search .reset-icon { right: 10px; font-size: 1.7em; cursor: pointer; } .search .search-input { width: 100%; padding: 12px 45px 10px 60px; } .search .price { display: flex; align-items: center; gap: 5px; } .search .price label { width: 100px; position: relative; } .search .price .label { position: absolute; top: 0px; left: 10px; padding: 0 5px; background-color: white; color: #706d61; font-weight: 600; line-height: 2px; } .search .price-input { padding: 10px; } body { margin: 0; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; scroll-behavior: smooth; } *, *::after, *::before { box-sizing: border-box; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6, p { margin: 0; } .headerTextStroke { -webkit-text-stroke: 3px #8a877d; color: transparent; line-height: 30%; font-size: 3.3em; letter-spacing: 5px; font-weight: 900; } @media (min-width: 425px) { .headerTextStroke { font-size: 4.3em; letter-spacing: 10px; } } @media (min-width: 768px) { .headerTextStroke { -webkit-text-stroke: 5px #8a877d; font-size: 6em; } } .headerwTextStroke { color: #978242; line-height: 65%; padding-left: 15px; font-size: 2.5em; letter-spacing: 0px; font-weight: 900; } @media (min-width: 425px) { .headerwTextStroke { font-size: 3.2em; } } @media (min-width: 768px) { .headerwTextStroke { font-size: 4em; letter-spacing: 5px; } } .underline { text-decoration: underline; } .btn { padding: 10px 20px; border: 2px solid #fed85d; cursor: pointer; background-color: transparent; font-size: 1.1em; font-weight: 600; color: #ebca62; transition: color 0.3s, background-color 0.3s; border-radius: 10px; } .btn:hover { color: #d7bd68; } .btn.primary { color: #36383c; background-color: #fed85d; } .btn.primary:hover { background-color: #ffe17d; } .btn.danger { color: tomato; border-color: tomato; } .btn.danger:hover { color: white; background-color: tomato; } .btn.disabled { pointer-events: none; } .shopIcon { position: fixed; top: 100px; right: 25px; z-index: 9999; color: black; } @media (min-width: 768px) { .shopIcon { right: 100px; } } .shopIcon .content { position: relative; } .shopIcon .content .icon { font-size: 3em; color: black; animation: rotate 1.2s linear 0s alternate infinite forwards running; } .shopIcon .content .count { width: 25px; aspect-ratio: 1/1; position: absolute; display: flex; justify-content: center; align-items: center; bottom: -1px; right: -10px; background-color: tomato; border-radius: 50%; line-height: 0%; color: white; border: 1px solid #36383c; } .addToListIcon { font-size: 1.5em; } .btn-addToList { display: flex; justify-content: center; align-items: center; padding: 5px 10px; margin: 0 auto; margin-top: 1.5rem; } input { padding: 10px 20px; border: 2px solid #a9934c; background-color: transparent; font-size: 1.1em; color: #a9934c; transition: color 0.3s, background-color 0.3s; border-radius: 10px; } input::placeholder { color: #8a877d; } input:target { border-color: #7e6e39; } input[type=submit] { color: #36383c; border-color: #fed85d; background-color: #fed85d; cursor: pointer; font-weight: 600; } input[type=submit]:hover { background-color: #ffe17d; } input.input-error { border-color: tomato; color: tomato; } input.input-error::placeholder { color: tomato; } input:focus-visible { border-color: #7e6e39; outline: none; } textarea { border: 2px solid #a9934c; background-color: transparent; color: #a9934c; font-size: 1.1em; border-radius: 10px; resize: none; padding: 10px 20px; } textarea::placeholder { color: #8a877d; } textarea.input-error { border-color: tomato; color: tomato; } textarea.input-error::placeholder { color: tomato; } textarea:focus-visible { border-color: #7e6e39; outline: none; } label { display: flex; flex-direction: column; justify-content: flex-end; } label input, label select, label textarea { width: 100%; } .pointer { cursor: pointer; } select { border: 2px solid #a9934c; background-color: transparent; color: #a9934c; font-size: 1.05em; border-radius: 10px; padding: 10px 20px; } select:focus-visible { border-color: #7e6e39; outline: none; } select.input-error { border-color: tomato; color: tomato; } .p-error { color: tomato; font-size: 0.9em; } .vertical-or, .horizontal-or { border-right: 2px solid #36383c; margin: 30px 0; position: relative; } .vertical-or::after, .horizontal-or::after { font-family: "Permanent Marker", cursive; content: "OR"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 1.5em; background-color: white; padding: 5px 10px; color: #36383c; } .horizontal-or { border-bottom: 2px solid #36383c; } .container { width: 96%; margin: 0 auto; padding: 0; } @media (min-width: 768px) { .container { width: 90%; } } @media (min-width: 1024px) { .container { width: 980px; } } @media (min-width: 1440px) { .container { width: 1200px; } } @media (min-width: 1660px) { .container { width: 1420px; } } /*# sourceMappingURL=style.css.map */
0.528047
0.082401
:root { --font-stack: "Fira Mono","DejaVu Sans Mono","Inconsolata",monospace; /* - border on .CodeMirror, .inlineExample - border on .check - border on .progressStep - box-shadow on .highlight.emphasize:not(:hover)::before - bg on .modal - text in .instructionsWidget - border around ui-dialog - border on .module-info-hover */ --default-border: black; /* - box-shadow on div.spy-block - box-shadow on .check-block - box-shadow on .replImageThumbnail canvas - box-shadow on .compile-error - box-shadow on .parse-error - box-shadow on .menuContents - box-shadow on .dropdown:hover (aside run button) - bg on .modal-header - bg on .modal-footer - bg on .menuContents div:not(.disabled):not(.inert):hover - box-shadow on #runButton, #breakButton (also on hover) - box-shadow on #run-dropdown-content li:hover - box-shadow on table.pyret-table thead - box-shadow on table.pyret-row th - box-shadow on table.pyret-row - box-shadow on .modal-content - box-shadow on modal submit and close (also hover) - .modal-content box-shadow */ --shadow-color: rgba(0,0,0,0.25); /* - border on div#font - border on #font-label - box-shadow on .dropdown - box-shadow on #run-dropdown-content li - bg on div#font and div#font:hover */ --shadow-lighter: rgba(0,0,0,0.1); /* - box-shadow of snippet with stacktrace when hovered - .modal bg with opacity */ --shadow-darker: rgba(0,0,0,0.4); /* - bg on .check-success */ --bg-check-success: #cfc; /* - bg on .check-failure */ --bg-check-failure: #d66; /* - bg of .error-bg */ --error-bg: #FF9494; /* - text in .notificationArea .error - text in .notificationArea .autoCorrect-button - border on .error-highlight - color of .error-icon */ --error: #F44336; /* - bg on .progressStep.done - text in .progressDone */ --progress-done: green; /* - bg on #program-name-container input */ --prgm-name-bg: #FEFEFE; /* - text in .notificationArea .active - text in .notificationArea .autoCorrect-msg */ --notif-area-text: #eee; /* - color in .test-reason:empty, .check-block-error:empty */ --empty-check-text: #555; /* - bg on .cptteach-fixed */ --cptteach-bg: #ddd; /* - "Programming as ..." text in #welcome - options in Run dropdown - bg on .module-info-hover - text in .modal-footer - text in .stale.test-results .stale-warning */ --light-text: #eeeeee; /* - bg on .notificationArea */ --notif-area-bg: #111111; /* - bg on New/Save/Download/etc menu (.menuContents) */ --menu-contents-bg: #EFEFEF; /* - border around expanded objects (.replOutput.expanded > dl) */ --repl-obj-border: gray; /* - text in .menuContents div.disabled * */ --menu-disabled: gray; /* - text in .menuButton and .menuContents */ --menu-text: #000; /* - bg on .info-btn (question mark) in Bonnie menu */ --info-button-bg: #317bcf; /* - bg on .info-btn:hover */ --info-button-hover: #0060ce; /* - bg on #runButton - bg on #runPart - bg on .dropdown (beside Run) - bg on #run-dropdown-content li - bg on .choiceContainer > button - bg on .modal .submit */ --run-bg: #317bcf; /* - bg on #runButton:hover - bg on #run-dropdown-content li:hover - bg on .dropdown:hover - bg on .modal .submit:hover */ --run-hover: #0060ce; /* - bg color of #breakButton - bg of .modal .close */ --stop-bg: #CF3B31; /* - hover bg of #breakButton - hover bg of .modal .close */ --stop-hover: #B30C00; /* - .replOutputPassed */ --repl-out-passed: #1f9180; /* - .replOutputFailed */ --repl-out-failed: #af1180; /* - text color in .test-reason, .nestedReason */ --reason-text: #af1180; /* - bg on .error-highlight */ --err-highlight: #fcc; /* - bg of .emphasize-line */ --emph-line-bg: #BBB; /* - bg on .check-highlight */ --check-highlight-bg: #CCF; /* - border on .check-highlight */ --check-highlight-border: #33F; /* - part of gradient in .warning-upper and .warning-lower */ --warning-gradient-1: hsla(0,100%,89%,1); /* - part of gradient in .warning-upper and .warning-lower */ --warning-gradient-2: rgba(145,78,78,0); /* - bg on .ui-dialog-titlebar (hidden by ui-widget-header) */ --ui-dialog-title-bg: #2a348b; /* - bg & box-shadow of .editor-check-block-success */ --success-bg: hsl(88, 50%, 76%); /* - bg & box-shadow on .editor-check-block-failed */ --fail-bg: hsl(45, 100%, 85%); /* - gutter marker bg for errored test */ --err-gutter: hsla(0, 100%, 50%, 0.5); /* - color of .choiceContainer > button */ --choice-button: #fff; /* - .modal-content bg */ --modal-content-bg: #C8C8C8; /* - .modal-content border */ --modal-content-border: #888; /* - bg of .stale.test-results .stale-warning */ --stale-warning-bg: hsl(212, 30%, 50%); /* - bg of .stale.test-results .check-block-failed and .testing-summary .summary-failed */ --stale-fail-bg: hsl(45,30%,85%); /* - bg of .stale.test-results .check-block-success and .testing-summary .summary-passed */ --stale-success-bg: hsl(88, 30%, 76%); /* - bg of .stale.test-results .check-block-errored */ --stale-err-bg: hsl(0, 30%, 85%); /* - bg of .stale.test-results .check-block-test.failing-test:not(.highlights-active) */ --stale-fail-no-highlight: hsl(45, 30%, 93%); /* - bg of .stale.test-results .check-block-test.highlights-active */ --stale-highlight: hsl(45,0%,95%); /* - bg of .stale.test-results .check-block-test.highlights-active > header */ --stale-highlight-header: hsl(45, 50%, 85%); /* - bg of .stale.test-results .check-block-test.passing-test */ --stale-passing-test: hsl(90, 10%, 91%); /* - bg of .stale.test-results .testing-summary .summary-errored */ --stale-err-summary: hsl(0, 30%, 70%); /* - bg of .stale compile errors/tests with highlights active */ --stale-err-highlight: hsl(204, 40%, 74%); /* - bg on .topbar */ --topbar-bg: #eee; /* - bg on .ui-dialog - text in .ui-dialog-title */ --ui-dialog-default: #eee; /* - bg color that dims around ui-widget */ --ui-widget-dim: #111; /* background on image thumbnails in REPL */ --img-thumbnail-bg: white; } html, body { height: 100%; } body.legacy { background: var(--background); } body.legacy .CodeMirror, body.legacy .inlineExample { border: 1px solid var(--default-border); background: var(--background); color: var(--default-text); font-family: var(--font-stack); } body.legacy .CodeMirror { font-size: 1em; line-height: calc(1em + 2px); } body.legacy .replMain .CodeMirror { border-top: none; border-bottom: none; } body.legacy .repl .CodeMirror { background-color: var(--cm-in-repl-bg); border: none; padding: 0; margin: 0; vertical-align: top; } body.legacy .CodeMirror div.CodeMirror-cursors { z-index: 9500; } body.legacy .CodeMirror div.CodeMirror-cursor { border-left: 2px solid var(--cursor); } body.legacy .CodeMirror div.CodeMirror-ruler { z-index: 100; } body.legacy .CodeMirror div.CodeMirror-ruler.hidden { display: none; } body.legacy .cm-s-default.CodeMirror { color: var(--default-text); } body.legacy .cm-s-default .cm-comment { color: var(--comments); } body.legacy .cm-s-default .cm-boolean { color: var(--booleans); } body.legacy .cm-s-default .cm-builtin { color: var(--built-ins); } body.legacy .cm-s-default .cm-function-name { color: var(--function-names); } body.legacy .cm-s-default .cm-variable { color: var(--variables); } body.legacy .cm-s-default .cm-keyword { color: var(--keyword); font-weight: bold; } body.legacy .cm-s-default .cm-number { color: var(--numbers); } body.legacy .cm-s-default .cm-roughnum { color: var(--rough-nums); } body.legacy .cm-s-default .cm-bad-number { color: var(--bad-numbers); font-weight: bold; } body.legacy .cm-s-default .cm-string { color: var(--strings); } body.legacy .cm-s-default .cm-unterminated-string { color: var(--unterm-strings); font-weight: bold; } body.legacy .cm-s-default .cm-type { color: var(--types); } body.legacy .cptteach-fixed { line-height: 1.5; background: var(--cptteach-bg); } body.legacy div.CodeMirror-selected, body.legacy span.CodeMirror-selectedtext { background-color: var(--selected-text) !important; } body.legacy .CodeMirror-matchingbracket { position: relative; } body.legacy .CodeMirror-matchingbracket::before { content: ""; position: absolute; height: 100%; width: 100%; border: 0px solid var(--matching-brackets); z-index: 1000; } body.legacy .CodeMirror-matchingbracket.open::before { border-width: 0.3ex 0px 0px 0.3ex; border-top-left-radius: 0.4ex; margin: -0.3ex; } body.legacy .CodeMirror-matchingbracket.close::before { border-width: 0px 0.3ex 0.3ex 0px; border-bottom-right-radius: 0.4ex; margin: 0.3ex; } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region { position: relative; background-color: var(--matching-region-bg); border-top: 0.1em solid var(--matching-region-bg); border-bottom: 0.1em solid var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:last-of-type { box-shadow: 0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:first-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:first-of-type:last-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg), 0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.open { box-shadow: -0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.open:last-of-type { box-shadow: 0.5em 0 0.25em var(--matching-region-bg), -0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.close { box-shadow: 0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.close:first-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg), 0.3ex 0 0.3ex var(--matching-region-bg); } /* bold ends of matching bracket regions (unless variables) */ body.legacy div.CodeMirror span.CodeMirror-matchingbracket:not(.cm-variable) { font-weight: 600; /* color: initial; */ } /* ensure keywords, built-ins, & variables retain their color when highlighted as matching brackets */ body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-keyword { color: var(--keyword); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-builtin { color: var(--built-ins); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-variable { color: var(--variables); } body.legacy div.CodeMirror span.CodeMirror-nonmatchingbracket { font-weight: bold; background-color: var(--nonmatching-bg-2); color: var(--nonmatching-brackets); } body.legacy div.CodeMirror span.CodeMirror-nonmatchingbracket-region { background-color: var(--nonmatching-bg); border-top: 0.1em solid var(--nonmatching-bg-2); border-bottom: 0.1em solid var(--nonmatching-bg-2); z-index: 4000; } body.legacy #REPL { font-family: sans-serif; } /* get rid of outline that automatically shows on focus */ body.legacy #REPL:focus, body.legacy .repl:focus { outline: none !important; } body.legacy .replTextOutput { font-family: var(--font-stack); border: none; background-color: transparent; white-space: pre; } body.legacy .replToggle { cursor: pointer; } body.legacy div.trace { overflow-x: auto; } body.legacy div.trace.error { background-color: var(--trace-err-bg); } body.legacy span.trace { padding-right: 1em; font-size: 85%; display: none; } body.legacy span.trace:after { content: ":"; } body.legacy div.spy-block { font-family: sans-serif; clear: both; border: 1px solid var(--spy-borders); padding: 0.2em; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--spy-bg); margin: 6px; } /* labels aren't highlighted, but are a.highlight elements */ body.legacy div.spy-block a.highlight { color: var(--inactive-highlight-text) !important; } body.legacy div.spy-block > .spy-title { display: block; width: 100%; border-bottom: 1px solid var(--spy-borders); margin-left: -3px; margin-right: -3px; padding-left: 3px; padding-right: 3px; } body.legacy div.spy-block > img.spyglass { float: right; width: 50px; position: relative; z-index: 1; } body.legacy div.spy-block > table { margin: 3px; margin-bottom: 0px; background: transparent; overflow: scroll; } body.legacy div.spy-block > table > tbody > tr { background: var(--spy-odd-rows-bg); border: 1px solid var(--spy-borders); } body.legacy div.spy-block > table > tbody > tr:nth-child(even) { background: var(--spy-even-rows-bg); } body.legacy div.spy-block > table > tbody > tr > td { border-right: 1px solid var(--spy-borders); } body.legacy div.spy-block > table > tbody > tr > td:first-child { vertical-align: middle; } body.legacy div.spy-block > table > tbody > td { border: 1px solid; } body.legacy div.spy-block > table > th { display: none; } body.legacy .test-reason:not(.highlights-active) .highlight { background: initial!important; } body.legacy #output > .compile-error:not(.highlights-active):hover:after, body.legacy .check-block-error > .compile-error:not(.highlights-active):hover::after, body.legacy .check-block-test.failing-test:not(.highlights-active):hover { box-shadow: 0 0 2em var(--err-hover-shadow); transform: scale(1.01); backface-visibility: hidden; transition: scale(1.01) .2s linear; border-image-outset: 5px; } body.legacy #output > .compile-error:not(.highlights-active):hover:after, body.legacy .check-block-error > .compile-error:not(.highlights-active):hover::after, body.legacy .check-block-test.failing-test:not(.highlights-active):hover::after{ content:''; position:absolute; height:100%; width:100%; background: linear-gradient( 45deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%); top:0; left:0; background-size: cover; cursor: pointer; background-position: 100em; background-origin: padding-box; background-repeat: no-repeat; animation: 0.7s shine linear 1; } @keyframes shine { from {background-position:0%;} to {background-position:100em;} } body.legacy #output > .compile-error:not(.highlights-active) > *, body.legacy .check-block-error > .compile-error:not(.highlights-active) > *, body.legacy .check-block-test.failing-test:not(.highlights-active) .test-reason { opacity: 0.5; } body.legacy .check-block-header { cursor: pointer; } body.legacy .inlineExample { font-family: var(--font-stack); padding: 0 2px; } /* from http://codemirror.net/demo/resize.html */ body.legacy .CodeMirror { height: auto; } body.legacy .CodeMirror-scroll { overflow-y: scroll; overflow-x: auto; height: auto; } body.legacy .replMain .CodeMirror { height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; border-right: none; /* Resizable */ } body.legacy .replMain .CodeMirror-scroll { height: 100%; } body.legacy .repl { padding-left: 1em; padding-bottom: 5em; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; height: 100%; overflow-y: scroll; background-color: var(--background) !important; cursor: text; } body.legacy .check { font-family: var(--font-stack); border: 1px solid var(--default-border); border-radius: 3px; padding: 10px; margin: 10px; } body.legacy .check-success { background-color: var(--bg-check-success); } body.legacy .check-failure { background-color: var(--bg-check-failure); } body.legacy .check-block { border: none; border-radius: 3px; margin: .5em; padding: .5em; box-shadow: 0px 2px 4px var(--shadow-color); background: var(--check-block-default-bg); position:relative; cursor:default; } body.legacy .check-block-tests, body.legacy .check-block-error{ margin-top: .5em; } body.legacy .check-block-failed { background-color: var(--check-fail-bg); } body.legacy .check-block-errored { background-color: var(--check-error-bg); } body.legacy .check-block-success { background-color: var(--check-success-bg); margin: 5px; } body.legacy .check-block-summary { display: block; font-style: italic; } body.legacy .testing-summary{ color: var(--testing-summary); background: var(--testing-summary-bg); } body.legacy .check-block-test{ position: relative; overflow: hidden; padding-bottom: .5em; } body.legacy .check-block-test:not(:last-child) { margin-bottom: 0.75em; } body.legacy .check-block-test { background-image: linear-gradient(0deg,hsla(0, 0%, 0%,.5),hsla(0, 0%, 0%, 0)); background-size: 100% .3em; background-position:bottom; background-repeat: no-repeat; } body.legacy .check-title{ padding: 5px; margin: -5px; } body.legacy .expandText{ position: absolute; top: 0; right: 0; cursor: pointer; margin: .5em; text-decoration: underline; } body.legacy .repl-output { padding: 0; margin: 0; } body.legacy .steppedGutter { width: 25px; } body.legacy .progressContainer { width: 90%; height: 2em; padding: 5px; text-align: center; } body.legacy .progressStep { display: inline-block; vertical-align: top; height: 10px; border: 1px solid var(--default-border); } body.legacy .progressStep.done { background-color: var(--progress-done); } body.legacy .progressDone { color: var(--progress-done); font-style: italic; text-align: center; width: 50%; margin: auto; } body.legacy .steppedGutterPart { width: 25px; padding-right: 3px; } body.legacy .instructionsWidget { background-color: #fcf; border: 1px dotted #c0c; color: var(--default-border); padding: 3px; margin: 5px; cursor: pointer; margin: 5px 5px 5px auto; } body.legacy .instructionsWidget.hidden { width: 90px; } body.legacy .instructionsWidget .instructionsContent { font-family: serif; } body.legacy .instructionsWidget .toggleInstructions { color: #666; float: right; font-size: 0.8em; padding: 3px; } body.legacy .prompt-container { padding-top: 5px; } body.legacy .echo-container { overflow: hidden; padding-top: 5px; } body.legacy .repl-prompt { width: 100%; display: inline-block; } body.legacy .repl-prompt-sign::before { content: '\203a\203a\203a'; display: inline; line-height: calc(1em + 10px); float: left; } body.legacy .repl-prompt-arrow { font-family: var(--font-stack); vertical-align: top; display: inline-block; } body.legacy .repl-echo { width: 100%; display: inline-block; } body.legacy .repl-echo .CodeMirror-cursors { display: none; } body.legacy { margin: 0; padding: 0; overflow: hidden; /* prevent the editor to have scroll bar (we use a trick to move a dialog to the bottom of the screen so that users can't see, and need to hide the scroll bar as a result) */ } /* also different on cpo.herokuapp.com */ /* body.legacy .replMain { position: absolute; z-index: 8500; left: 0; width: 50%; top:0; height: 100%; max-height: 100%; padding-top: 40px; padding-bottom: 2.5rem; box-sizing: border-box; -moz-box-sizing: border-box; margin:0; } */ body.legacy.hideFooter .replMain { padding-bottom: 0rem; } body.legacy.hideHeader #main { padding-top: 0px; } body.legacy.hideHeader .replMain { padding-top: 0px; } body.legacy.smallHeader .replMain { padding-top: 25px; } /* also different on cpo.herokuapp.com */ /* body.legacy .replContainer { position: absolute; z-index: 8500; left: 50%; right: 0; width: 50%; top:0; height: 100%; max-height: 100%; padding-top: 40px; padding-bottom: 2.5rem; box-sizing: border-box; -moz-box-sizing: border-box; margin:0; } */ body.legacy.hideFooter .replContainer { padding-bottom: 0rem; } body.legacy.hideHeader .replContainer { padding-top: 0px; } body.legacy.smallHeader .replContainer { padding-top: 25px; } body.legacy #main { width: 100%; z-index: 5000; height: 100%; padding-top: 40px; padding-bottom: 0px; box-sizing: border-box; -moz-box-sizing: border-box; font-size: 12px; } body.legacy #program-name-container { display: inline-block; font-family: sans-serif; vertical-align:top; float:left; height:100%; } body.legacy #program-name-container input { display: inline-block; height: 40px; padding: 5px; vertical-align:top; border:none; font-size: 18px; background: var(--prgm-name-bg); float:left; height: 100%; box-sizing: border-box; } body.legacy #program-name-container label { display: inline-block; } body.legacy #saveButton { } body.legacy #shareContainer { display: inline-block; height: 100%; float:left; } body.legacy #shareContainer div { height:100% } body.legacy #welcome { color: var(--light-text); height: 2.5rem; line-height: 2.5rem; width: 50%; float: left; } body.legacy #welcome .username-message { vertical-align: middle; line-height: normal; padding-left: 2em; font-family: sans-serif; } /* this was causing an unexpected dark rectangle in cpo.herokuapp.com */ /* body.legacy .notificationArea { background: var(--notif-area-bg); max-width: 50%; float: right; font-family: sans-serif; height: 2.5rem; line-height: 2.5rem; } */ body.legacy .notificationArea span { vertical-align: middle; padding-right: 2em; line-height: normal; display: inline-block; } body.legacy .notificationArea .active { color: var(--notif-area-text); } body.legacy .notificationArea .error { color: var(--error); font-weight: bold; } body.legacy .notificationArea .autoCorrect{ cursor:pointer; } body.legacy .notificationArea .autoCorrect-msg{ color: var(--notif-area-text); } body.legacy .notificationArea .autoCorrect-button{ color: var(--error); font-weight: bold; float:right; } body.legacy .logoutOnly { display: none; } body.legacy .loginOnly { display: none; } body.legacy #bonniemenuContents { min-width: 200px; } body.legacy #filemenuContents { min-width: 200px; } body.legacy #filemenuContents .hidden { display: none; } body.legacy .menuContents { background-color: var(--menu-contents-bg); border: none; box-shadow: 0px 2px 3px var(--shadow-color); overflow:hidden; max-width: min-content; } body.legacy .menuContents div:not(.disabled):not(.inert):hover{ transition: box-shadow 0.2s; background-color: var(--shadow-color); } body.legacy .menuContents div.disabled * { color: var(--menu-disabled); cursor: default; } body.legacy .menuButton *, body.legacy .menuContents * { color: var(--menu-text); font-family: sans-serif; text-decoration: none; } body.legacy .menuButton > *, body.legacy .menuContents > * { /* padding: 10px; */ display: block; } body.legacy .menuContents > .menuButton * { padding: initial; } body.legacy #theme { padding: 10px; } body.legacy .info-btn { display: inline-block; height: 1em; width: 1em; border-radius: 100%; font-family: var(--font-stack); font-size: 1em; line-height: 1em; text-align: center; text-decoration: none; color: white; background-color: var(--info-button-bg); } body.legacy .info-btn:hover { background-color: var(--info-button-hover); } body.legacy div#font{ min-width: 180px; border: 1px solid var(--shadow-lighter); border-left: 0px; border-right: 0px; background:var(--shadow-lighter); padding: 0px; } body.legacy div#font:hover{ background:var(--shadow-lighter); box-shadow: none; } body.legacy #font div{ margin:0; padding: 10px 0px; text-align:center; display: inline-block; font-family:sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; /* Webkit */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE 10 */ -o-user-select: none; user-select: none; } body.legacy #font-plus{ width: 20%; cursor: pointer; } body.legacy #font-minus{ width: 20%; cursor: pointer; } body.legacy #font-label{ width: calc(60% - 2px); cursor: default; padding: 10px 5px; border: 1px solid var(--shadow-lighter); border-top:none; border-bottom:none; } body.legacy div#font-label:hover{ background:none; box-shadow:none; } body.legacy .replPrint { font-family: var(--font-stack); padding-top: 0; padding-bottom: 0.5em; padding-left: 0.5em; color: var(--repl-print); } body.legacy .replOutput { padding-top: 0.4em; padding-bottom: 0.4em; color: var(--repl-output); display: inline-block; font-family: var(--font-stack); } body.legacy .replOutput .replOutput { padding-top: 0em; padding-bottom: 0em; margin-top: 0.2em; margin-bottom: 0.2em; } body.legacy .replOutput ul.collection > li.expanded > span.contents > .replOutput, body.legacy .replOutput ul.inlineCollection > li.expanded > span.contents > .replOutput { margin-top: 0em; margin-bottom: 0em; } body.legacy .replToggle > .hidden { display: none; } /* definition lists for objects */ body.legacy .replOutput.expanded > dl > .collapsed, body.legacy .replOutput.expanded > .collapsed { display: none; } body.legacy .replOutput:not(.expanded) > dl > .expanded:not(.replOutput), body.legacy .replOutput:not(.expanded) > .expanded:not(.replOutput) { display: none; } body.legacy .replOutput.expanded > dl { border: 1px solid var(--repl-obj-border); } body.legacy .replOutput > dl { display: inline; } body.legacy .replOutput.expanded > dl { display: table; clear: both; } body.legacy .replOutput > dl > dt.label:after { content: ":"; padding-right: 0.5em; } body.legacy .replOutput > dl > dt { display: inline; } body.legacy .replOutput.expanded > dl > dt { float: left; clear: left; padding: 0 1em; } body.legacy .replOutput > dl > dd { display: inline-block; } body.legacy .replOutput.expanded > dl > dd { float: left; } body.legacy .replOutput > dl > dd:not(:last-of-type):after { padding-right: 0.5em; } /* expandable lists for collections */ body.legacy ul.collection { margin: 0; } body.legacy ul.collection > li { margin-left: 1em; clear: both; } body.legacy ul.collection > li > span.label:before { padding-left: 0.5em; } body.legacy ul.collection > li > span.label:after { content: ":"; padding-right: 0.5em; } body.legacy ul.collection > li > span.label.expandable:before { content: "\025B8"; } body.legacy ul.collection > li > span.contents { display: none; } body.legacy ul.collection > li.expanded > span.contents { display: inline; } body.legacy ul.collection > li.expanded > span.label.expandable:before { content: "\025BE"; } body.legacy ul.inlineCollection { display: inline; margin: 0; } body.legacy ul.inlineCollection > li { display: inline; } body.legacy ul.inlineCollection > li > span.label { display: none; } body.legacy .replOutputPassed { padding-top: 0; padding-bottom: 0.5em; color: var(--repl-out-passed); } body.legacy .replOutputFailed { padding-top: 0; padding-bottom: 0.5em; color: var(--repl-out-failed); } body.legacy .test-reason, body.legacy .nestedReason { padding-top: 0; color: var(--reason-text); } body.legacy .rationalNumber { color: var(--rationals); } body.legacy span.rationalRepeat { text-decoration: overline; } body.legacy .replRef { outline: 2px dashed #ffcc00; box-shadow: 0 0 0 2px black; display: inline-block; margin-left: 2px; margin-right: 2px; padding: 2px; } body.legacy .has-icon { position: relative; } body.legacy .replImageThumbnail canvas { cursor: pointer; box-shadow: 0px 2px 4px var(--shadow-color); margin: 2px; position: relative; background-color: var(--img-thumbnail-bg); } body.legacy .replImageThumbnail:hover canvas { cursor: pointer; box-shadow: 0px 2px 4px var(--img-thumbnail-shadow); margin: 2px; } body.legacy .has-icon .info-icon { display: none; position: absolute; bottom: 0; right: 0; } body.legacy .has-icon .info-icon-top { display: none; position: absolute; top: 0; right: 0; } body.legacy .has-icon:hover .info-icon-top { cursor: pointer; display: initial; } body.legacy .has-icon:hover .info-icon { cursor: pointer; display: initial; } body.legacy .error-highlight { background-color: var(--err-highlight) !important; border-bottom: 2px solid var(--error) !important; } body.legacy .loc-anchor { border-bottom: 2px solid currentColor; } body.legacy .test-reason { padding: 0.5em; color: var(--default-text); } body.legacy .test-reason > br, body.legacy .compile-error > br, body.legacy .parse-error > br { display:none; } body.legacy .test-reason, body.legacy .parse-error, body.legacy .compile-error { display: block; position: relative; line-height: 1.5; } body.legacy .compile-error > p > code:only-child { margin-left: 1.5em; } /* colored text highlights within highlights-active blocks, but that do not default to having their highlight on */ body.legacy a.highlight { color: var(--inactive-highlight-text) !important; } /* text highlights in highlights-active blocks that default to highlighted background */ body.legacy a.highlight.highlight-on, body.legacy a.highlight.highlight-on .replTextOutput { color: var(--active-highlight-text) !important; } /* colored text highlights within non- highlights-active blocks (dark themes make this lighter so text doesn't disappear into the bg while not being highlighted) */ body.legacy #output > .compile-error:not(.highlights-active) a.highlight, body.legacy .check-block-error > .compile-error:not(.highlights-active) a.highlight, body.legacy .check-block-test.failing-test:not(.highlights-active) a.highlight { color: var(--inactive-highlight-text) !important; } body.legacy #output .highlight { cursor: pointer; } body.legacy .hinted-highlight { cursor: pointer; border-bottom: 2px var(--active-highlight-underline) solid; } body.legacy .highlight { border-bottom: 2px var(--active-highlight-underline) solid; } body.legacy .hinted-highlight.highlight-on, body.legacy .highlight.highlight-on { border-bottom: 2px var(--inactive-highlight-underline) solid; } body.legacy .highlight-blink { animation: pulse 0.4s infinite alternate } @keyframes pulse { from { } to { background-color:transparent; } } @keyframes pulse-underline { from { } to { background-color:transparent; border-color:transparent; } } body.legacy .test-reason > code, body.legacy .test-reason > .replOutput, body.legacy .test-reason > .replTextOutput, body.legacy .compile-error > code, body.legacy .compile-error > .replOutput, body.legacy .compile-error > .replTextOutput, body.legacy .parse-error > code, body.legacy .parse-error > .replOutput, body.legacy .parse-error > .replTextOutput { margin-left:2em; } body.legacy code div { display:inline; } body.legacy .highlight.emphasize:not(:hover)::before { content : ''; position: absolute; margin-left: 1em; height: 1em; width: 1em; box-shadow:0 0 200px 1em var(--default-border); opacity: 0; border-radius: 100%; animation: emphasize 0.5s 1; } @keyframes emphasize { from { display: block; transform: scale(0); opacity: 1.0; } to { display: block; transform: scale(10); opacity: 0; } } body.legacy .emphasize-line { background-color:var(--emph-line-bg); opacity: 1; animation: emphasize-line 0.5s; } @keyframes emphasize-line { from { opacity: 1; } to { opacity: 0; } } body.legacy .underline:not(:hover) { background-color: initial; } body.legacy .check-highlight { background-color: var(--check-highlight-bg); border-bottom: 2px solid var(--check-highlight-border); } body.legacy .compile-error { font-family: sans-serif; border: 1px dashed var(--err-dotted-border); padding: 0.2em; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--err-bg); margin: 6px; } body.legacy .compile-error .code { font-family: var(--font-stack); } body.legacy .compile-error .srcloc { font-family: var(--font-stack); } body.legacy .compile-error a { color: var(--err-link); cursor: pointer; } body.legacy .parse-error { font-family: sans-serif; border: 1px dashed var(--err-dotted-border); /* font-size: 10pt; */ padding: 3px; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--err-bg); margin: 6px; } body.legacy .error-icon { size: 16pt; color: var(--error); } body.legacy .parse-error .code { font-family: var(--font-stack); } body.legacy .parse-error .srcloc { font-family: var(--font-stack); } body.legacy .parse-error a { color: var(--err-link); cursor: pointer; } body.legacy .parse-error ul, body.legacy .compile-error ul { list-style-type: disc; padding-left: 1em; } body.legacy .parse-error .hint, body.legacy .compile-error .hint { font-style: italic; } body.legacy .warning-upper, body.legacy .warning-lower { position: absolute; height: 2em; width: 100%; left:0; z-index: 3; background-repeat: no-repeat; background-position: center; background-size: contain; animation-duration: 0.4s; animation-timing-function: ease-in; animation-direction: alternate; opacity: 0; pointer-events: none; transition: opacity 0.5s linear; } body.legacy .warning-upper.hinting, body.legacy .warning-lower.hinting { transition: opacity 0.1s linear; pointer-events: all; opacity: 1; } body.legacy .warning-upper { animation-name: arrow-upper-bounce; background-image: url('/img/up-arrow.png'), linear-gradient(to bottom, var(--warning-gradient-1) 0%,var(--warning-gradient-2) 50%); } body.legacy .warning-lower { animation-name: arrow-lower-bounce; background-image: url('/img/down-arrow.png'), linear-gradient(to top, var(--warning-gradient-1) 0%,var(--warning-gradient-2) 50%); } @keyframes arrow-upper-bounce { from {background-position-y: -10px, center;} to {background-position-y: 0;}} @keyframes arrow-lower-bounce { from {background-position-y: 10px, center;} to {background-position-y: 0;}} body.legacy .warning-lower { bottom:0; } body.legacy #main .warning-upper { top:0; } body.legacy .repl > .warning-upper { left:0; margin-top: 40px; } body.legacy .topbar { position: fixed; width: 100%; background-color: var(--topbar-bg); } /* NOTE(joe): removes the white bar in popups */ body.legacy .ui-widget-content{ background: none; } /* From internet: http://stackoverflow.com/questions/5663137/jquery-modal-dialog-is-hidden-by-overlay-div-if-dialogs-parent-has-fixed-positi */ body.legacy .ui-widget-overlay{ position:fixed; z-index: 11000; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5; background: var(--ui-widget-dim); } /* end from internet */ body.legacy .ui-dialog { border: 2px solid var(--default-border); background-color: var(--ui-dialog-default); border-radius: 5px; z-index: 15000; } body.legacy .ui-dialog-titlebar { background-color: var(--ui-dialog-title-bg); } body.legacy .ui-dialog-title { color: var(--ui-dialog-default); font-family: sans-serif; position: relative; left: 30px; } body.legacy .ui-dialog-titlebar-close { position: relative; left: 5px; top: 5px; } body.legacy .ui-dialog-titlebar-close .ui-button-text { display: none; } body.legacy .ui-dialog-titlebar-close .ui-button-icon-primary:before { content: "×" } /* Resizable REPL */ body.legacy #handle{ background:-webkit-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:-o-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:-moz-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:linear-gradient(to right, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); cursor: ew-resize; width:5px; border: 1px solid var(--repl-handle-border); border-top: none; border-bottom: none; top: 0px; left: 0px; bottom: 0px; margin-top: 40px; /* margin-bottom: 2.5rem; */ height:auto; } body.legacy.hideFooter #handle { margin-bottom: 0rem; } body.legacy.hideHeader #handle { margin-top: 0px; } body.legacy.smallHeader #handle { margin-top: 25px; } body.legacy #runButton, body.legacy #breakButton { width: 150px; box-shadow: 0px -5px 5px 1px var(--shadow-color); } body.legacy.smallHeader #runButton, body.legacy.smallHeader #breakButton { width: 60px; } body.legacy.smallHeader #runButton > span { display: none; } body.legacy #runButton, body.legacy #runDropdown { background: var(--run-bg); color: #eee; } body.legacy #runButton:hover{ background:var(--run-hover); } body.legacy #breakButton { background:var(--stop-bg); } body.legacy #breakButton:hover{ background:var(--stop-hover); } body.legacy #runButton:hover, body.legacy #breakButton:hover{ box-shadow: 0px -5px 10px 5px var(--shadow-color); } body.legacy #runButton:disabled, body.legacy #breakButton:disabled{ width: 150px; background: none; box-shadow: none; } body.legacy.smallHeader #runButton:disabled, body.legacy.smallHeader #breakButton:disabled{ width: 60px; } body.legacy #runButton:disabled, body.legacy #runDropdown:disabled { color: #111; } body.legacy #runButton:hover[disabled], body.legacy #breakButton:hover[disabled]{ background: none; box-shadow: none; } body.legacy #breakButton:disabled { background: #C8C8C8; } body.legacy #breakButton:hover[disabled] { background: #C8C8C8; } body.legacy #runPart { background: var(--run-bg); padding: 0; /* margin != 0 because we'll be pushing this flex item right */ } body.legacy #runli { z-index: 2; } body.legacy #rundropdownli { z-index: 1; /* to push its left lap under the Run button */ } body.legacy #rundropdownli { padding: 0; margin: 0; height: 100%; width: 20px; background: #317bcf; } body.legacy #rundropdownli > div { height: 100%; width: 100%; box-sizing: border-box; } body.legacy .dropdown { background: var(--run-bg); height: 100%; width: 100%; box-sizing: border-box; padding-left: 5px; border: 0; box-shadow: 0px -2px 5px 2px var(--shadow-lighter); } body.legacy #select-run a { color: #eeeeee; text-decoration: none; } body.legacy #select-tc-run a { color: #eeeeee; text-decoration: none; } body.legacy #run-dropdown-content { position: absolute; right: 153px; top: 40px; margin: 0; width: 172px; display: none; } body.legacy.smallHeader #run-dropdown-content { top: 25px; right: 63px; } body.legacy #run-dropdown-content li { color: var(--light-text); font-family: sans-serif; font-size: 15px; height: 23px; width: 100%; background: var(--run-bg); padding: 5px; box-shadow: 0px -2px 5px 2px var(--shadow-lighter); text-align: center; } body.legacy #run-dropdown-content > li > div { height: 100%; width: 100%; padding: 0; } body.legacy #run-dropdown-content > li > div > a { height: 100%; width: 100%; padding: 0; } body.legacy #run-dropdown-content li:hover { background:var(--run-hover); box-shadow: 0px -5px 10px 5px var(--shadow-color); cursor:pointer; } body.legacy .dropdown:hover { box-shadow: 0px -5px 10px 5px var(--shadow-color); background:var(--run-hover); } body.legacy .module-info-hover { width: 30em; height: auto; border: 1px solid var(--default-border); padding: 5px; background-color: var(--light-text); } body.legacy .CodeMirror-linewidget { width: 100%!important; overflow: visible; position: relative; z-index: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body.legacy .editor-check-block-message:hover{ text-decoration: underline; cursor: pointer; } body.legacy .editor-check-block-message { text-align: center; overflow: none; } body.legacy .editor-check-block-success { background: var(--success-bg); box-shadow: 0 1em 11px 2px var(--success-bg); } body.legacy .editor-check-block-failed { background: var(--fail-bg); box-shadow: 0 0.5em 11px 3px var(--fail-bg); } body.legacy .editor-check-block-error { background: var(--check-error-bg); box-shadow: 0 1em 11px 2px var(--check-error-bg); } body.legacy .check-block-error { position: relative; } @keyframes emphasize-error { from {background-color: white; } to {} } body.legacy .check-block-test.failing-test:not(.highlights-active) { background-color: var(--failing-test-bg); overflow: hidden; } body.legacy .check-block-test.passing-test { background-color: var(--passing-test-bg); } body.legacy .check-block-test.passing-test .cm-snippet { margin: 0.5em; } body.legacy #output > .compile-error.highlights-active, body.legacy .check-block-error .highlights-active.compile-error, body.legacy .check-block-test.highlights-active { border: 0.3em var(--highlights-active-border) solid; box-shadow: 0 0 1em var(--err-focused-shadow); } body.legacy .check-block-error .highlights-active.compile-error, body.legacy .check-block-test.highlights-active { background: var(--highlights-active-bg); } body.legacy .check-block:not(.expanded) > .check-block-tests { display: none; } body.legacy .test-reason:empty, body.legacy .check-block-error:empty { margin: 0 0.5em; display: flex; align-items: center; justify-content:center; height: 3em; color: var(--empty-check-text); overflow: hidden; } body.legacy .check-block-error:empty { background-color: var(--empty-check-err-bg); border-radius: 0.5em; padding: 0.5em; } body.legacy .test-reason:empty:before, body.legacy .check-block-error:empty:before { content: ''; display: block; min-height: 3em; min-width: 3em; background-image: url(/img/pyret-spin.gif); background-size: contain; background-repeat: no-repeat; flex: 1; } body.legacy .test-reason:empty:after, body.legacy .check-block-error:empty:after { display: block; content: 'Processing Result…'; flex: 1.5; } body.legacy .check-block-header:after { position: absolute; right: 0; top: 0; padding: 0.5em; text-decoration: underline; } body.legacy .check-block.expanded > .check-block-header::after { content: 'Hide Details'; } body.legacy .check-block:not(.expanded) > .check-block-header::after { content: 'Show Details'; } body.legacy .check-block-test > header { width: 100%; padding: 0.5em; line-height: 0.9; } body.legacy .check-block-test.failing-test.highlights-active > header { background-color: var(--failing-test-header-bg); } body.legacy .check-block-test .CodeMirror { background:var(--check-block-snippet-bg); } body.legacy .errored-test-marker { background-color: var(--err-gutter); } body.legacy .failed-test-marker { background-color: var(--failed-test-gutter-marker); } body.legacy .failed-test-marker > .CodeMirror-linenumber { cursor: pointer; text-decoration: underline; } body.legacy .summary-bits { color: var(--default-text); display: flex; } body.legacy .summary-bit { flex: 1; text-align: center; padding: 0.5em; } body.legacy .summary-count { display: block; font-size: 20px; } body.legacy .summary-bit.summary-passed { background: var(--summary-pass-bg); } body.legacy .summary-bit.summary-failed { background: var(--summary-fail-bg); } body.legacy .summary-errored > .summary-count { text-align: center; margin-right: 0.5rem; } body.legacy .summary-errored { background: var(--summary-error-bg); color: var(--summary-err); padding: .5em; display: flex; justify-content: flex-start; align-items: center; } body.legacy .summary-text { border-left: 1px var(--summary-err-left-border) solid; padding-left: .5em; } body.legacy .highlight-irrelevant { opacity: 0.2; } body.legacy .cm-snippet { border: 1px var(--snippet-border) dashed; overflow: hidden; cursor: default; border-top-left-radius: .5em; border-top-right-radius: .5em; } body.legacy .cm-snippet header { font-size: .7em; background: var(--snippet-header-bg); padding: 0 .5em; box-shadow: 0 0 3px hsla(0, 0%, 0%,.5); z-index: 100; position: relative; border-bottom: 1px var(--snippet-header-border) solid; text-align: right; } body.legacy .stacktrace > div { cursor:pointer; margin-left: 1em; margin-bottom: 0.5em; overflow:visible; } body.legacy .stacktrace .cm-snippet { cursor: pointer; overflow-y: hidden; } body.legacy .stacktrace .cm-snippet > .CodeMirror { pointer-events: none; max-height: 1.5em; } body.legacy #main.spotlight .CodeMirror-matchingbracket::before { opacity:0; transition: .1s opacity linear .3s; } body.legacy #main.spotlight div.CodeMirror span:not(.spotlight) { background-color: initial!important; } body.legacy #main.spotlight div.CodeMirror span.spotlight { background-color: var(--spotlighted-text-bg) !important; } body.legacy #main.spotlight .CodeMirror-matchingbracket, body.legacy #main.spotlight .CodeMirror-matchingbracket.open, body.legacy #main.spotlight .CodeMirror-matchingbracket.close, body.legacy #main.spotlight .CodeMirror-matchingbracket-region, body.legacy #main.spotlight .repl-echo > div.CodeMirror, body.legacy #main.spotlight .repl, body.legacy #main.spotlight .repl-prompt > div.CodeMirror, body.legacy #main.spotlight > div.replMain > div.CodeMirror { border-color: transparent; box-shadow:none; background-color: var(--non-spotlight-bg); transition: .1s background-color linear .3s; } body.legacy #main.spotlight .compile-error:not(:hover), body.legacy #main.spotlight .check-block-test:not(:hover), body.legacy #main.spotlight .check-block:not(:hover) { opacity:0.25; transition: .1s opacity linear .3s; } body.legacy #main.spotlight .check-block { transition: .1s background-color linear .3s; background-color: var(--surrounding-check-spotlight-bg); } body.legacy .stacktrace > div .CodeMirror-vscrollbar { display:none!important; } body.legacy .stacktrace > div:hover { box-shadow:0 0 1em var(--shadow-darker); } body.legacy .stacktrace > div:not(:first-of-type):before { content: '⤤'; margin-top: -1em; margin-left: -1em; position: absolute; } body.legacy table { border-collapse: collapse; width: 100%; table-layout: auto; display: table!important; border:1px var(--table-border) solid; border-radius:1em; overflow:hidden; background:var(--table-bg); } body.legacy table.choiceContainer { border: 0px; margin: 1em; } body.legacy div.choiceContainer { text-align: center; } body.legacy div.choiceContainer input[type=text] { padding: 0.5em; font-size: 100%; } body.legacy div.choiceContainer .textLabel { margin-right: 1em; } body.legacy div.choiceContainer > button { margin: 1em; cursor: pointer; background-color: var(--run-bg); border: none; border-radius: 0px; color: var(--choice-button); text-align: center; transition: box-shadow 0.2s; font-size: 15px; height: 100%; padding: 0px 15px; vertical-align: middle; margin:0px 1px; } body.legacy th { background: var(--th-bg); } body.legacy th, body.legacy td { text-align: left; padding: 1em; width: auto; border-right:1px var(--table-col-dividers) solid; } body.legacy th:last-child, body.legacy td:last-child { padding-right: 2em; border-right: unset; } body.legacy tr:nth-child(even){background-color: var(--table-even-rows-bg)} body.legacy table.pyret-table thead { box-shadow: 0px 2px 2px var(--shadow-color); } body.legacy table.pyret-row th { box-shadow: 2px 0px 2px var(--shadow-color), -2px 0px 2px var(--shadow-color); border: none; } body.legacy table.pyret-row td { border: none; } /* NOTE(joe): this helps distinguish a row that appears in a table cell */ body.legacy table.pyret-row { box-shadow: 2px 2px 2px var(--shadow-color); } /* MODAL */ /* The Modal (background) */ body.legacy .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 9999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: var(--default-border); /* Fallback color */ background-color: var(--shadow-darker); /* Black w/ opacity */ font-family: sans-serif; } /* Modal Content */ body.legacy .modal-content { position: relative; background-color: var(--modal-content-bg); margin: auto; padding: 0; border: 1px solid var(--modal-content-border); width: 60%; box-shadow: 0 4px 8px 0 var(--shadow-color),0 6px 20px 0 var(--shadow-color); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } /* The Submit and Close Buttons */ /*.modal .submit, .modal .close { color: white; font-size: 28px; font-weight: bold; padding: 10px 5px; }*/ body.legacy .modal .submit { float: right; padding: 0px 5px; } body.legacy .modal table { width: 90%; margin: 0 5%; } body.legacy .modal td { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; height: auto; } body.legacy .pyret-modal-option-radio, body.legacy .pyret-modal-option-message { vertical-align: middle; } /* .submit:hover, .submit:focus, .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }*/ body.legacy .modal .submit, body.legacy .modal .close { height: 40px; width: 150px; box-shadow: 0px -2px 5px 1px var(--shadow-color); margin-top: 10px; } body.legacy .modal .submit{ background: var(--run-bg); } body.legacy .modal .submit:hover{ background:var(--run-hover); } body.legacy .modal .close{ background:var(--stop-bg); } body.legacy .modal .close:hover{ background:var(--stop-hover); } body.legacy .modal .submit:hover, body.legacy .modal .close:hover{ box-shadow: 0px -5px 10px 5px var(--shadow-color); } body.legacy .modal-header { padding: 2px 16px; background-color: var(--shadow-color); color: var(--modal-header-text); text-align: center; } body.legacy .modal-body { padding: 2px 16px; font-size: 18px; } body.legacy .modal td { margin: 10px 16px; } body.legacy .modal-footer { padding: 2px 16px; background-color: var(--shadow-color); color: var(--light-text); height: 60px; } body.legacy .stale.test-results .check-block-failed, body.legacy .stale.test-results .check-block-success, body.legacy .stale.test-results .check-block-errored, body.legacy .stale.test-results .check-block-test, body.legacy .stale.test-results .summary-bits { transition: background-color 0.3s linear; } body.legacy .stale.test-results .stale-warning { position: block; /* Note: this is FF-only, but if the consensus is that it's a nice * effect, there is a polyfill for Chrome that adds support */ position: sticky; color: var(--light-text); top: 0; z-index: 500; background-color: var(--stale-warning-bg); } body.legacy .stale.test-results .check-block-failed { background-color: var(--stale-fail-bg); } body.legacy .stale.test-results .check-block-success { background-color: var(--stale-success-bg); } body.legacy .stale.test-results .check-block-errored { background-color: var(--stale-err-bg); } body.legacy .stale.test-results .check-block-test.failing-test:not(.highlights-active) { background-color: var(--stale-fail-no-highlight); } body.legacy .stale.test-results .check-block-test.highlights-active { background-color: var(--stale-highlight); } body.legacy .stale.test-results .check-block-test.highlights-active > header { background-color: var(--stale-highlight-header); } body.legacy .stale.test-results .check-block-test.passing-test { background-color: var(--stale-passing-test); } body.legacy .stale.test-results .testing-summary .summary-passed { background-color: var(--stale-success-bg); } body.legacy .stale.test-results .testing-summary .summary-failed { background-color: var(--stale-fail-bg); } body.legacy .stale.test-results .testing-summary .summary-errored { background-color: var(--stale-err-summary); } body.legacy .stale .compile-error.highlights-active, body.legacy .stale .compile-error.highlights-active, body.legacy .stale .check-block-test.highlights-active { border-color: var(--stale-err-highlight); } body.legacy .paintBrush { height: 2.1em; margin-right: -0.5em; position: relative; z-index: 2; } body.legacy .paintSpan { display: inline-block; position: relative; } body.legacy .paintBlob { width: 2.5em; height: 1.5em; position: relative; z-index: 1; vertical-align: baseline; display: inline-block; -webkit-mask-image: url(/img/paint.svg); mask-image: url(/img/paint.svg); -webkit-mask-size: contain; mask-size: 100% 100%; mask-type: luminance; } body.legacy .checkersBlob { margin-right: -2.5em; width: 2.5em; height: 1.5em; position: relative; background-image: url(/img/checkers.svg); background-size: 2.5em 1.5em; display: inline-block; } body.legacy .error-bg { background-color: var(--error-bg); } body.legacy .ok-bg { background-color: white; } body.legacy label.controller { width: 100px; float: left; margin-right: 10px; } body.legacy button.controller { margin: auto; display: block; } body.legacy .screenreader-only { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
css/overrides/editor.css
:root { --font-stack: "Fira Mono","DejaVu Sans Mono","Inconsolata",monospace; /* - border on .CodeMirror, .inlineExample - border on .check - border on .progressStep - box-shadow on .highlight.emphasize:not(:hover)::before - bg on .modal - text in .instructionsWidget - border around ui-dialog - border on .module-info-hover */ --default-border: black; /* - box-shadow on div.spy-block - box-shadow on .check-block - box-shadow on .replImageThumbnail canvas - box-shadow on .compile-error - box-shadow on .parse-error - box-shadow on .menuContents - box-shadow on .dropdown:hover (aside run button) - bg on .modal-header - bg on .modal-footer - bg on .menuContents div:not(.disabled):not(.inert):hover - box-shadow on #runButton, #breakButton (also on hover) - box-shadow on #run-dropdown-content li:hover - box-shadow on table.pyret-table thead - box-shadow on table.pyret-row th - box-shadow on table.pyret-row - box-shadow on .modal-content - box-shadow on modal submit and close (also hover) - .modal-content box-shadow */ --shadow-color: rgba(0,0,0,0.25); /* - border on div#font - border on #font-label - box-shadow on .dropdown - box-shadow on #run-dropdown-content li - bg on div#font and div#font:hover */ --shadow-lighter: rgba(0,0,0,0.1); /* - box-shadow of snippet with stacktrace when hovered - .modal bg with opacity */ --shadow-darker: rgba(0,0,0,0.4); /* - bg on .check-success */ --bg-check-success: #cfc; /* - bg on .check-failure */ --bg-check-failure: #d66; /* - bg of .error-bg */ --error-bg: #FF9494; /* - text in .notificationArea .error - text in .notificationArea .autoCorrect-button - border on .error-highlight - color of .error-icon */ --error: #F44336; /* - bg on .progressStep.done - text in .progressDone */ --progress-done: green; /* - bg on #program-name-container input */ --prgm-name-bg: #FEFEFE; /* - text in .notificationArea .active - text in .notificationArea .autoCorrect-msg */ --notif-area-text: #eee; /* - color in .test-reason:empty, .check-block-error:empty */ --empty-check-text: #555; /* - bg on .cptteach-fixed */ --cptteach-bg: #ddd; /* - "Programming as ..." text in #welcome - options in Run dropdown - bg on .module-info-hover - text in .modal-footer - text in .stale.test-results .stale-warning */ --light-text: #eeeeee; /* - bg on .notificationArea */ --notif-area-bg: #111111; /* - bg on New/Save/Download/etc menu (.menuContents) */ --menu-contents-bg: #EFEFEF; /* - border around expanded objects (.replOutput.expanded > dl) */ --repl-obj-border: gray; /* - text in .menuContents div.disabled * */ --menu-disabled: gray; /* - text in .menuButton and .menuContents */ --menu-text: #000; /* - bg on .info-btn (question mark) in Bonnie menu */ --info-button-bg: #317bcf; /* - bg on .info-btn:hover */ --info-button-hover: #0060ce; /* - bg on #runButton - bg on #runPart - bg on .dropdown (beside Run) - bg on #run-dropdown-content li - bg on .choiceContainer > button - bg on .modal .submit */ --run-bg: #317bcf; /* - bg on #runButton:hover - bg on #run-dropdown-content li:hover - bg on .dropdown:hover - bg on .modal .submit:hover */ --run-hover: #0060ce; /* - bg color of #breakButton - bg of .modal .close */ --stop-bg: #CF3B31; /* - hover bg of #breakButton - hover bg of .modal .close */ --stop-hover: #B30C00; /* - .replOutputPassed */ --repl-out-passed: #1f9180; /* - .replOutputFailed */ --repl-out-failed: #af1180; /* - text color in .test-reason, .nestedReason */ --reason-text: #af1180; /* - bg on .error-highlight */ --err-highlight: #fcc; /* - bg of .emphasize-line */ --emph-line-bg: #BBB; /* - bg on .check-highlight */ --check-highlight-bg: #CCF; /* - border on .check-highlight */ --check-highlight-border: #33F; /* - part of gradient in .warning-upper and .warning-lower */ --warning-gradient-1: hsla(0,100%,89%,1); /* - part of gradient in .warning-upper and .warning-lower */ --warning-gradient-2: rgba(145,78,78,0); /* - bg on .ui-dialog-titlebar (hidden by ui-widget-header) */ --ui-dialog-title-bg: #2a348b; /* - bg & box-shadow of .editor-check-block-success */ --success-bg: hsl(88, 50%, 76%); /* - bg & box-shadow on .editor-check-block-failed */ --fail-bg: hsl(45, 100%, 85%); /* - gutter marker bg for errored test */ --err-gutter: hsla(0, 100%, 50%, 0.5); /* - color of .choiceContainer > button */ --choice-button: #fff; /* - .modal-content bg */ --modal-content-bg: #C8C8C8; /* - .modal-content border */ --modal-content-border: #888; /* - bg of .stale.test-results .stale-warning */ --stale-warning-bg: hsl(212, 30%, 50%); /* - bg of .stale.test-results .check-block-failed and .testing-summary .summary-failed */ --stale-fail-bg: hsl(45,30%,85%); /* - bg of .stale.test-results .check-block-success and .testing-summary .summary-passed */ --stale-success-bg: hsl(88, 30%, 76%); /* - bg of .stale.test-results .check-block-errored */ --stale-err-bg: hsl(0, 30%, 85%); /* - bg of .stale.test-results .check-block-test.failing-test:not(.highlights-active) */ --stale-fail-no-highlight: hsl(45, 30%, 93%); /* - bg of .stale.test-results .check-block-test.highlights-active */ --stale-highlight: hsl(45,0%,95%); /* - bg of .stale.test-results .check-block-test.highlights-active > header */ --stale-highlight-header: hsl(45, 50%, 85%); /* - bg of .stale.test-results .check-block-test.passing-test */ --stale-passing-test: hsl(90, 10%, 91%); /* - bg of .stale.test-results .testing-summary .summary-errored */ --stale-err-summary: hsl(0, 30%, 70%); /* - bg of .stale compile errors/tests with highlights active */ --stale-err-highlight: hsl(204, 40%, 74%); /* - bg on .topbar */ --topbar-bg: #eee; /* - bg on .ui-dialog - text in .ui-dialog-title */ --ui-dialog-default: #eee; /* - bg color that dims around ui-widget */ --ui-widget-dim: #111; /* background on image thumbnails in REPL */ --img-thumbnail-bg: white; } html, body { height: 100%; } body.legacy { background: var(--background); } body.legacy .CodeMirror, body.legacy .inlineExample { border: 1px solid var(--default-border); background: var(--background); color: var(--default-text); font-family: var(--font-stack); } body.legacy .CodeMirror { font-size: 1em; line-height: calc(1em + 2px); } body.legacy .replMain .CodeMirror { border-top: none; border-bottom: none; } body.legacy .repl .CodeMirror { background-color: var(--cm-in-repl-bg); border: none; padding: 0; margin: 0; vertical-align: top; } body.legacy .CodeMirror div.CodeMirror-cursors { z-index: 9500; } body.legacy .CodeMirror div.CodeMirror-cursor { border-left: 2px solid var(--cursor); } body.legacy .CodeMirror div.CodeMirror-ruler { z-index: 100; } body.legacy .CodeMirror div.CodeMirror-ruler.hidden { display: none; } body.legacy .cm-s-default.CodeMirror { color: var(--default-text); } body.legacy .cm-s-default .cm-comment { color: var(--comments); } body.legacy .cm-s-default .cm-boolean { color: var(--booleans); } body.legacy .cm-s-default .cm-builtin { color: var(--built-ins); } body.legacy .cm-s-default .cm-function-name { color: var(--function-names); } body.legacy .cm-s-default .cm-variable { color: var(--variables); } body.legacy .cm-s-default .cm-keyword { color: var(--keyword); font-weight: bold; } body.legacy .cm-s-default .cm-number { color: var(--numbers); } body.legacy .cm-s-default .cm-roughnum { color: var(--rough-nums); } body.legacy .cm-s-default .cm-bad-number { color: var(--bad-numbers); font-weight: bold; } body.legacy .cm-s-default .cm-string { color: var(--strings); } body.legacy .cm-s-default .cm-unterminated-string { color: var(--unterm-strings); font-weight: bold; } body.legacy .cm-s-default .cm-type { color: var(--types); } body.legacy .cptteach-fixed { line-height: 1.5; background: var(--cptteach-bg); } body.legacy div.CodeMirror-selected, body.legacy span.CodeMirror-selectedtext { background-color: var(--selected-text) !important; } body.legacy .CodeMirror-matchingbracket { position: relative; } body.legacy .CodeMirror-matchingbracket::before { content: ""; position: absolute; height: 100%; width: 100%; border: 0px solid var(--matching-brackets); z-index: 1000; } body.legacy .CodeMirror-matchingbracket.open::before { border-width: 0.3ex 0px 0px 0.3ex; border-top-left-radius: 0.4ex; margin: -0.3ex; } body.legacy .CodeMirror-matchingbracket.close::before { border-width: 0px 0.3ex 0.3ex 0px; border-bottom-right-radius: 0.4ex; margin: 0.3ex; } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region { position: relative; background-color: var(--matching-region-bg); border-top: 0.1em solid var(--matching-region-bg); border-bottom: 0.1em solid var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:last-of-type { box-shadow: 0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:first-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket-region:first-of-type:last-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg), 0.5em 0 0.25em var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.open { box-shadow: -0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.open:last-of-type { box-shadow: 0.5em 0 0.25em var(--matching-region-bg), -0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.close { box-shadow: 0.3ex 0 0.3ex var(--matching-region-bg); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.close:first-of-type { box-shadow: -0.5em 0 0.25em var(--matching-region-bg), 0.3ex 0 0.3ex var(--matching-region-bg); } /* bold ends of matching bracket regions (unless variables) */ body.legacy div.CodeMirror span.CodeMirror-matchingbracket:not(.cm-variable) { font-weight: 600; /* color: initial; */ } /* ensure keywords, built-ins, & variables retain their color when highlighted as matching brackets */ body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-keyword { color: var(--keyword); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-builtin { color: var(--built-ins); } body.legacy div.CodeMirror span.CodeMirror-matchingbracket.cm-variable { color: var(--variables); } body.legacy div.CodeMirror span.CodeMirror-nonmatchingbracket { font-weight: bold; background-color: var(--nonmatching-bg-2); color: var(--nonmatching-brackets); } body.legacy div.CodeMirror span.CodeMirror-nonmatchingbracket-region { background-color: var(--nonmatching-bg); border-top: 0.1em solid var(--nonmatching-bg-2); border-bottom: 0.1em solid var(--nonmatching-bg-2); z-index: 4000; } body.legacy #REPL { font-family: sans-serif; } /* get rid of outline that automatically shows on focus */ body.legacy #REPL:focus, body.legacy .repl:focus { outline: none !important; } body.legacy .replTextOutput { font-family: var(--font-stack); border: none; background-color: transparent; white-space: pre; } body.legacy .replToggle { cursor: pointer; } body.legacy div.trace { overflow-x: auto; } body.legacy div.trace.error { background-color: var(--trace-err-bg); } body.legacy span.trace { padding-right: 1em; font-size: 85%; display: none; } body.legacy span.trace:after { content: ":"; } body.legacy div.spy-block { font-family: sans-serif; clear: both; border: 1px solid var(--spy-borders); padding: 0.2em; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--spy-bg); margin: 6px; } /* labels aren't highlighted, but are a.highlight elements */ body.legacy div.spy-block a.highlight { color: var(--inactive-highlight-text) !important; } body.legacy div.spy-block > .spy-title { display: block; width: 100%; border-bottom: 1px solid var(--spy-borders); margin-left: -3px; margin-right: -3px; padding-left: 3px; padding-right: 3px; } body.legacy div.spy-block > img.spyglass { float: right; width: 50px; position: relative; z-index: 1; } body.legacy div.spy-block > table { margin: 3px; margin-bottom: 0px; background: transparent; overflow: scroll; } body.legacy div.spy-block > table > tbody > tr { background: var(--spy-odd-rows-bg); border: 1px solid var(--spy-borders); } body.legacy div.spy-block > table > tbody > tr:nth-child(even) { background: var(--spy-even-rows-bg); } body.legacy div.spy-block > table > tbody > tr > td { border-right: 1px solid var(--spy-borders); } body.legacy div.spy-block > table > tbody > tr > td:first-child { vertical-align: middle; } body.legacy div.spy-block > table > tbody > td { border: 1px solid; } body.legacy div.spy-block > table > th { display: none; } body.legacy .test-reason:not(.highlights-active) .highlight { background: initial!important; } body.legacy #output > .compile-error:not(.highlights-active):hover:after, body.legacy .check-block-error > .compile-error:not(.highlights-active):hover::after, body.legacy .check-block-test.failing-test:not(.highlights-active):hover { box-shadow: 0 0 2em var(--err-hover-shadow); transform: scale(1.01); backface-visibility: hidden; transition: scale(1.01) .2s linear; border-image-outset: 5px; } body.legacy #output > .compile-error:not(.highlights-active):hover:after, body.legacy .check-block-error > .compile-error:not(.highlights-active):hover::after, body.legacy .check-block-test.failing-test:not(.highlights-active):hover::after{ content:''; position:absolute; height:100%; width:100%; background: linear-gradient( 45deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%); top:0; left:0; background-size: cover; cursor: pointer; background-position: 100em; background-origin: padding-box; background-repeat: no-repeat; animation: 0.7s shine linear 1; } @keyframes shine { from {background-position:0%;} to {background-position:100em;} } body.legacy #output > .compile-error:not(.highlights-active) > *, body.legacy .check-block-error > .compile-error:not(.highlights-active) > *, body.legacy .check-block-test.failing-test:not(.highlights-active) .test-reason { opacity: 0.5; } body.legacy .check-block-header { cursor: pointer; } body.legacy .inlineExample { font-family: var(--font-stack); padding: 0 2px; } /* from http://codemirror.net/demo/resize.html */ body.legacy .CodeMirror { height: auto; } body.legacy .CodeMirror-scroll { overflow-y: scroll; overflow-x: auto; height: auto; } body.legacy .replMain .CodeMirror { height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; border-right: none; /* Resizable */ } body.legacy .replMain .CodeMirror-scroll { height: 100%; } body.legacy .repl { padding-left: 1em; padding-bottom: 5em; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; height: 100%; overflow-y: scroll; background-color: var(--background) !important; cursor: text; } body.legacy .check { font-family: var(--font-stack); border: 1px solid var(--default-border); border-radius: 3px; padding: 10px; margin: 10px; } body.legacy .check-success { background-color: var(--bg-check-success); } body.legacy .check-failure { background-color: var(--bg-check-failure); } body.legacy .check-block { border: none; border-radius: 3px; margin: .5em; padding: .5em; box-shadow: 0px 2px 4px var(--shadow-color); background: var(--check-block-default-bg); position:relative; cursor:default; } body.legacy .check-block-tests, body.legacy .check-block-error{ margin-top: .5em; } body.legacy .check-block-failed { background-color: var(--check-fail-bg); } body.legacy .check-block-errored { background-color: var(--check-error-bg); } body.legacy .check-block-success { background-color: var(--check-success-bg); margin: 5px; } body.legacy .check-block-summary { display: block; font-style: italic; } body.legacy .testing-summary{ color: var(--testing-summary); background: var(--testing-summary-bg); } body.legacy .check-block-test{ position: relative; overflow: hidden; padding-bottom: .5em; } body.legacy .check-block-test:not(:last-child) { margin-bottom: 0.75em; } body.legacy .check-block-test { background-image: linear-gradient(0deg,hsla(0, 0%, 0%,.5),hsla(0, 0%, 0%, 0)); background-size: 100% .3em; background-position:bottom; background-repeat: no-repeat; } body.legacy .check-title{ padding: 5px; margin: -5px; } body.legacy .expandText{ position: absolute; top: 0; right: 0; cursor: pointer; margin: .5em; text-decoration: underline; } body.legacy .repl-output { padding: 0; margin: 0; } body.legacy .steppedGutter { width: 25px; } body.legacy .progressContainer { width: 90%; height: 2em; padding: 5px; text-align: center; } body.legacy .progressStep { display: inline-block; vertical-align: top; height: 10px; border: 1px solid var(--default-border); } body.legacy .progressStep.done { background-color: var(--progress-done); } body.legacy .progressDone { color: var(--progress-done); font-style: italic; text-align: center; width: 50%; margin: auto; } body.legacy .steppedGutterPart { width: 25px; padding-right: 3px; } body.legacy .instructionsWidget { background-color: #fcf; border: 1px dotted #c0c; color: var(--default-border); padding: 3px; margin: 5px; cursor: pointer; margin: 5px 5px 5px auto; } body.legacy .instructionsWidget.hidden { width: 90px; } body.legacy .instructionsWidget .instructionsContent { font-family: serif; } body.legacy .instructionsWidget .toggleInstructions { color: #666; float: right; font-size: 0.8em; padding: 3px; } body.legacy .prompt-container { padding-top: 5px; } body.legacy .echo-container { overflow: hidden; padding-top: 5px; } body.legacy .repl-prompt { width: 100%; display: inline-block; } body.legacy .repl-prompt-sign::before { content: '\203a\203a\203a'; display: inline; line-height: calc(1em + 10px); float: left; } body.legacy .repl-prompt-arrow { font-family: var(--font-stack); vertical-align: top; display: inline-block; } body.legacy .repl-echo { width: 100%; display: inline-block; } body.legacy .repl-echo .CodeMirror-cursors { display: none; } body.legacy { margin: 0; padding: 0; overflow: hidden; /* prevent the editor to have scroll bar (we use a trick to move a dialog to the bottom of the screen so that users can't see, and need to hide the scroll bar as a result) */ } /* also different on cpo.herokuapp.com */ /* body.legacy .replMain { position: absolute; z-index: 8500; left: 0; width: 50%; top:0; height: 100%; max-height: 100%; padding-top: 40px; padding-bottom: 2.5rem; box-sizing: border-box; -moz-box-sizing: border-box; margin:0; } */ body.legacy.hideFooter .replMain { padding-bottom: 0rem; } body.legacy.hideHeader #main { padding-top: 0px; } body.legacy.hideHeader .replMain { padding-top: 0px; } body.legacy.smallHeader .replMain { padding-top: 25px; } /* also different on cpo.herokuapp.com */ /* body.legacy .replContainer { position: absolute; z-index: 8500; left: 50%; right: 0; width: 50%; top:0; height: 100%; max-height: 100%; padding-top: 40px; padding-bottom: 2.5rem; box-sizing: border-box; -moz-box-sizing: border-box; margin:0; } */ body.legacy.hideFooter .replContainer { padding-bottom: 0rem; } body.legacy.hideHeader .replContainer { padding-top: 0px; } body.legacy.smallHeader .replContainer { padding-top: 25px; } body.legacy #main { width: 100%; z-index: 5000; height: 100%; padding-top: 40px; padding-bottom: 0px; box-sizing: border-box; -moz-box-sizing: border-box; font-size: 12px; } body.legacy #program-name-container { display: inline-block; font-family: sans-serif; vertical-align:top; float:left; height:100%; } body.legacy #program-name-container input { display: inline-block; height: 40px; padding: 5px; vertical-align:top; border:none; font-size: 18px; background: var(--prgm-name-bg); float:left; height: 100%; box-sizing: border-box; } body.legacy #program-name-container label { display: inline-block; } body.legacy #saveButton { } body.legacy #shareContainer { display: inline-block; height: 100%; float:left; } body.legacy #shareContainer div { height:100% } body.legacy #welcome { color: var(--light-text); height: 2.5rem; line-height: 2.5rem; width: 50%; float: left; } body.legacy #welcome .username-message { vertical-align: middle; line-height: normal; padding-left: 2em; font-family: sans-serif; } /* this was causing an unexpected dark rectangle in cpo.herokuapp.com */ /* body.legacy .notificationArea { background: var(--notif-area-bg); max-width: 50%; float: right; font-family: sans-serif; height: 2.5rem; line-height: 2.5rem; } */ body.legacy .notificationArea span { vertical-align: middle; padding-right: 2em; line-height: normal; display: inline-block; } body.legacy .notificationArea .active { color: var(--notif-area-text); } body.legacy .notificationArea .error { color: var(--error); font-weight: bold; } body.legacy .notificationArea .autoCorrect{ cursor:pointer; } body.legacy .notificationArea .autoCorrect-msg{ color: var(--notif-area-text); } body.legacy .notificationArea .autoCorrect-button{ color: var(--error); font-weight: bold; float:right; } body.legacy .logoutOnly { display: none; } body.legacy .loginOnly { display: none; } body.legacy #bonniemenuContents { min-width: 200px; } body.legacy #filemenuContents { min-width: 200px; } body.legacy #filemenuContents .hidden { display: none; } body.legacy .menuContents { background-color: var(--menu-contents-bg); border: none; box-shadow: 0px 2px 3px var(--shadow-color); overflow:hidden; max-width: min-content; } body.legacy .menuContents div:not(.disabled):not(.inert):hover{ transition: box-shadow 0.2s; background-color: var(--shadow-color); } body.legacy .menuContents div.disabled * { color: var(--menu-disabled); cursor: default; } body.legacy .menuButton *, body.legacy .menuContents * { color: var(--menu-text); font-family: sans-serif; text-decoration: none; } body.legacy .menuButton > *, body.legacy .menuContents > * { /* padding: 10px; */ display: block; } body.legacy .menuContents > .menuButton * { padding: initial; } body.legacy #theme { padding: 10px; } body.legacy .info-btn { display: inline-block; height: 1em; width: 1em; border-radius: 100%; font-family: var(--font-stack); font-size: 1em; line-height: 1em; text-align: center; text-decoration: none; color: white; background-color: var(--info-button-bg); } body.legacy .info-btn:hover { background-color: var(--info-button-hover); } body.legacy div#font{ min-width: 180px; border: 1px solid var(--shadow-lighter); border-left: 0px; border-right: 0px; background:var(--shadow-lighter); padding: 0px; } body.legacy div#font:hover{ background:var(--shadow-lighter); box-shadow: none; } body.legacy #font div{ margin:0; padding: 10px 0px; text-align:center; display: inline-block; font-family:sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; /* Webkit */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE 10 */ -o-user-select: none; user-select: none; } body.legacy #font-plus{ width: 20%; cursor: pointer; } body.legacy #font-minus{ width: 20%; cursor: pointer; } body.legacy #font-label{ width: calc(60% - 2px); cursor: default; padding: 10px 5px; border: 1px solid var(--shadow-lighter); border-top:none; border-bottom:none; } body.legacy div#font-label:hover{ background:none; box-shadow:none; } body.legacy .replPrint { font-family: var(--font-stack); padding-top: 0; padding-bottom: 0.5em; padding-left: 0.5em; color: var(--repl-print); } body.legacy .replOutput { padding-top: 0.4em; padding-bottom: 0.4em; color: var(--repl-output); display: inline-block; font-family: var(--font-stack); } body.legacy .replOutput .replOutput { padding-top: 0em; padding-bottom: 0em; margin-top: 0.2em; margin-bottom: 0.2em; } body.legacy .replOutput ul.collection > li.expanded > span.contents > .replOutput, body.legacy .replOutput ul.inlineCollection > li.expanded > span.contents > .replOutput { margin-top: 0em; margin-bottom: 0em; } body.legacy .replToggle > .hidden { display: none; } /* definition lists for objects */ body.legacy .replOutput.expanded > dl > .collapsed, body.legacy .replOutput.expanded > .collapsed { display: none; } body.legacy .replOutput:not(.expanded) > dl > .expanded:not(.replOutput), body.legacy .replOutput:not(.expanded) > .expanded:not(.replOutput) { display: none; } body.legacy .replOutput.expanded > dl { border: 1px solid var(--repl-obj-border); } body.legacy .replOutput > dl { display: inline; } body.legacy .replOutput.expanded > dl { display: table; clear: both; } body.legacy .replOutput > dl > dt.label:after { content: ":"; padding-right: 0.5em; } body.legacy .replOutput > dl > dt { display: inline; } body.legacy .replOutput.expanded > dl > dt { float: left; clear: left; padding: 0 1em; } body.legacy .replOutput > dl > dd { display: inline-block; } body.legacy .replOutput.expanded > dl > dd { float: left; } body.legacy .replOutput > dl > dd:not(:last-of-type):after { padding-right: 0.5em; } /* expandable lists for collections */ body.legacy ul.collection { margin: 0; } body.legacy ul.collection > li { margin-left: 1em; clear: both; } body.legacy ul.collection > li > span.label:before { padding-left: 0.5em; } body.legacy ul.collection > li > span.label:after { content: ":"; padding-right: 0.5em; } body.legacy ul.collection > li > span.label.expandable:before { content: "\025B8"; } body.legacy ul.collection > li > span.contents { display: none; } body.legacy ul.collection > li.expanded > span.contents { display: inline; } body.legacy ul.collection > li.expanded > span.label.expandable:before { content: "\025BE"; } body.legacy ul.inlineCollection { display: inline; margin: 0; } body.legacy ul.inlineCollection > li { display: inline; } body.legacy ul.inlineCollection > li > span.label { display: none; } body.legacy .replOutputPassed { padding-top: 0; padding-bottom: 0.5em; color: var(--repl-out-passed); } body.legacy .replOutputFailed { padding-top: 0; padding-bottom: 0.5em; color: var(--repl-out-failed); } body.legacy .test-reason, body.legacy .nestedReason { padding-top: 0; color: var(--reason-text); } body.legacy .rationalNumber { color: var(--rationals); } body.legacy span.rationalRepeat { text-decoration: overline; } body.legacy .replRef { outline: 2px dashed #ffcc00; box-shadow: 0 0 0 2px black; display: inline-block; margin-left: 2px; margin-right: 2px; padding: 2px; } body.legacy .has-icon { position: relative; } body.legacy .replImageThumbnail canvas { cursor: pointer; box-shadow: 0px 2px 4px var(--shadow-color); margin: 2px; position: relative; background-color: var(--img-thumbnail-bg); } body.legacy .replImageThumbnail:hover canvas { cursor: pointer; box-shadow: 0px 2px 4px var(--img-thumbnail-shadow); margin: 2px; } body.legacy .has-icon .info-icon { display: none; position: absolute; bottom: 0; right: 0; } body.legacy .has-icon .info-icon-top { display: none; position: absolute; top: 0; right: 0; } body.legacy .has-icon:hover .info-icon-top { cursor: pointer; display: initial; } body.legacy .has-icon:hover .info-icon { cursor: pointer; display: initial; } body.legacy .error-highlight { background-color: var(--err-highlight) !important; border-bottom: 2px solid var(--error) !important; } body.legacy .loc-anchor { border-bottom: 2px solid currentColor; } body.legacy .test-reason { padding: 0.5em; color: var(--default-text); } body.legacy .test-reason > br, body.legacy .compile-error > br, body.legacy .parse-error > br { display:none; } body.legacy .test-reason, body.legacy .parse-error, body.legacy .compile-error { display: block; position: relative; line-height: 1.5; } body.legacy .compile-error > p > code:only-child { margin-left: 1.5em; } /* colored text highlights within highlights-active blocks, but that do not default to having their highlight on */ body.legacy a.highlight { color: var(--inactive-highlight-text) !important; } /* text highlights in highlights-active blocks that default to highlighted background */ body.legacy a.highlight.highlight-on, body.legacy a.highlight.highlight-on .replTextOutput { color: var(--active-highlight-text) !important; } /* colored text highlights within non- highlights-active blocks (dark themes make this lighter so text doesn't disappear into the bg while not being highlighted) */ body.legacy #output > .compile-error:not(.highlights-active) a.highlight, body.legacy .check-block-error > .compile-error:not(.highlights-active) a.highlight, body.legacy .check-block-test.failing-test:not(.highlights-active) a.highlight { color: var(--inactive-highlight-text) !important; } body.legacy #output .highlight { cursor: pointer; } body.legacy .hinted-highlight { cursor: pointer; border-bottom: 2px var(--active-highlight-underline) solid; } body.legacy .highlight { border-bottom: 2px var(--active-highlight-underline) solid; } body.legacy .hinted-highlight.highlight-on, body.legacy .highlight.highlight-on { border-bottom: 2px var(--inactive-highlight-underline) solid; } body.legacy .highlight-blink { animation: pulse 0.4s infinite alternate } @keyframes pulse { from { } to { background-color:transparent; } } @keyframes pulse-underline { from { } to { background-color:transparent; border-color:transparent; } } body.legacy .test-reason > code, body.legacy .test-reason > .replOutput, body.legacy .test-reason > .replTextOutput, body.legacy .compile-error > code, body.legacy .compile-error > .replOutput, body.legacy .compile-error > .replTextOutput, body.legacy .parse-error > code, body.legacy .parse-error > .replOutput, body.legacy .parse-error > .replTextOutput { margin-left:2em; } body.legacy code div { display:inline; } body.legacy .highlight.emphasize:not(:hover)::before { content : ''; position: absolute; margin-left: 1em; height: 1em; width: 1em; box-shadow:0 0 200px 1em var(--default-border); opacity: 0; border-radius: 100%; animation: emphasize 0.5s 1; } @keyframes emphasize { from { display: block; transform: scale(0); opacity: 1.0; } to { display: block; transform: scale(10); opacity: 0; } } body.legacy .emphasize-line { background-color:var(--emph-line-bg); opacity: 1; animation: emphasize-line 0.5s; } @keyframes emphasize-line { from { opacity: 1; } to { opacity: 0; } } body.legacy .underline:not(:hover) { background-color: initial; } body.legacy .check-highlight { background-color: var(--check-highlight-bg); border-bottom: 2px solid var(--check-highlight-border); } body.legacy .compile-error { font-family: sans-serif; border: 1px dashed var(--err-dotted-border); padding: 0.2em; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--err-bg); margin: 6px; } body.legacy .compile-error .code { font-family: var(--font-stack); } body.legacy .compile-error .srcloc { font-family: var(--font-stack); } body.legacy .compile-error a { color: var(--err-link); cursor: pointer; } body.legacy .parse-error { font-family: sans-serif; border: 1px dashed var(--err-dotted-border); /* font-size: 10pt; */ padding: 3px; box-shadow: 0px 4px 5px var(--shadow-color); border-radius: 3px; background: var(--err-bg); margin: 6px; } body.legacy .error-icon { size: 16pt; color: var(--error); } body.legacy .parse-error .code { font-family: var(--font-stack); } body.legacy .parse-error .srcloc { font-family: var(--font-stack); } body.legacy .parse-error a { color: var(--err-link); cursor: pointer; } body.legacy .parse-error ul, body.legacy .compile-error ul { list-style-type: disc; padding-left: 1em; } body.legacy .parse-error .hint, body.legacy .compile-error .hint { font-style: italic; } body.legacy .warning-upper, body.legacy .warning-lower { position: absolute; height: 2em; width: 100%; left:0; z-index: 3; background-repeat: no-repeat; background-position: center; background-size: contain; animation-duration: 0.4s; animation-timing-function: ease-in; animation-direction: alternate; opacity: 0; pointer-events: none; transition: opacity 0.5s linear; } body.legacy .warning-upper.hinting, body.legacy .warning-lower.hinting { transition: opacity 0.1s linear; pointer-events: all; opacity: 1; } body.legacy .warning-upper { animation-name: arrow-upper-bounce; background-image: url('/img/up-arrow.png'), linear-gradient(to bottom, var(--warning-gradient-1) 0%,var(--warning-gradient-2) 50%); } body.legacy .warning-lower { animation-name: arrow-lower-bounce; background-image: url('/img/down-arrow.png'), linear-gradient(to top, var(--warning-gradient-1) 0%,var(--warning-gradient-2) 50%); } @keyframes arrow-upper-bounce { from {background-position-y: -10px, center;} to {background-position-y: 0;}} @keyframes arrow-lower-bounce { from {background-position-y: 10px, center;} to {background-position-y: 0;}} body.legacy .warning-lower { bottom:0; } body.legacy #main .warning-upper { top:0; } body.legacy .repl > .warning-upper { left:0; margin-top: 40px; } body.legacy .topbar { position: fixed; width: 100%; background-color: var(--topbar-bg); } /* NOTE(joe): removes the white bar in popups */ body.legacy .ui-widget-content{ background: none; } /* From internet: http://stackoverflow.com/questions/5663137/jquery-modal-dialog-is-hidden-by-overlay-div-if-dialogs-parent-has-fixed-positi */ body.legacy .ui-widget-overlay{ position:fixed; z-index: 11000; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5; background: var(--ui-widget-dim); } /* end from internet */ body.legacy .ui-dialog { border: 2px solid var(--default-border); background-color: var(--ui-dialog-default); border-radius: 5px; z-index: 15000; } body.legacy .ui-dialog-titlebar { background-color: var(--ui-dialog-title-bg); } body.legacy .ui-dialog-title { color: var(--ui-dialog-default); font-family: sans-serif; position: relative; left: 30px; } body.legacy .ui-dialog-titlebar-close { position: relative; left: 5px; top: 5px; } body.legacy .ui-dialog-titlebar-close .ui-button-text { display: none; } body.legacy .ui-dialog-titlebar-close .ui-button-icon-primary:before { content: "×" } /* Resizable REPL */ body.legacy #handle{ background:-webkit-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:-o-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:-moz-linear-gradient(left, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); background:linear-gradient(to right, var(--repl-handle-gradient-darker) 0%, var(--repl-handle-gradient-lighter) 40%, var(--repl-handle-gradient-lighter) 60%, var(--repl-handle-gradient-darker) 100%); cursor: ew-resize; width:5px; border: 1px solid var(--repl-handle-border); border-top: none; border-bottom: none; top: 0px; left: 0px; bottom: 0px; margin-top: 40px; /* margin-bottom: 2.5rem; */ height:auto; } body.legacy.hideFooter #handle { margin-bottom: 0rem; } body.legacy.hideHeader #handle { margin-top: 0px; } body.legacy.smallHeader #handle { margin-top: 25px; } body.legacy #runButton, body.legacy #breakButton { width: 150px; box-shadow: 0px -5px 5px 1px var(--shadow-color); } body.legacy.smallHeader #runButton, body.legacy.smallHeader #breakButton { width: 60px; } body.legacy.smallHeader #runButton > span { display: none; } body.legacy #runButton, body.legacy #runDropdown { background: var(--run-bg); color: #eee; } body.legacy #runButton:hover{ background:var(--run-hover); } body.legacy #breakButton { background:var(--stop-bg); } body.legacy #breakButton:hover{ background:var(--stop-hover); } body.legacy #runButton:hover, body.legacy #breakButton:hover{ box-shadow: 0px -5px 10px 5px var(--shadow-color); } body.legacy #runButton:disabled, body.legacy #breakButton:disabled{ width: 150px; background: none; box-shadow: none; } body.legacy.smallHeader #runButton:disabled, body.legacy.smallHeader #breakButton:disabled{ width: 60px; } body.legacy #runButton:disabled, body.legacy #runDropdown:disabled { color: #111; } body.legacy #runButton:hover[disabled], body.legacy #breakButton:hover[disabled]{ background: none; box-shadow: none; } body.legacy #breakButton:disabled { background: #C8C8C8; } body.legacy #breakButton:hover[disabled] { background: #C8C8C8; } body.legacy #runPart { background: var(--run-bg); padding: 0; /* margin != 0 because we'll be pushing this flex item right */ } body.legacy #runli { z-index: 2; } body.legacy #rundropdownli { z-index: 1; /* to push its left lap under the Run button */ } body.legacy #rundropdownli { padding: 0; margin: 0; height: 100%; width: 20px; background: #317bcf; } body.legacy #rundropdownli > div { height: 100%; width: 100%; box-sizing: border-box; } body.legacy .dropdown { background: var(--run-bg); height: 100%; width: 100%; box-sizing: border-box; padding-left: 5px; border: 0; box-shadow: 0px -2px 5px 2px var(--shadow-lighter); } body.legacy #select-run a { color: #eeeeee; text-decoration: none; } body.legacy #select-tc-run a { color: #eeeeee; text-decoration: none; } body.legacy #run-dropdown-content { position: absolute; right: 153px; top: 40px; margin: 0; width: 172px; display: none; } body.legacy.smallHeader #run-dropdown-content { top: 25px; right: 63px; } body.legacy #run-dropdown-content li { color: var(--light-text); font-family: sans-serif; font-size: 15px; height: 23px; width: 100%; background: var(--run-bg); padding: 5px; box-shadow: 0px -2px 5px 2px var(--shadow-lighter); text-align: center; } body.legacy #run-dropdown-content > li > div { height: 100%; width: 100%; padding: 0; } body.legacy #run-dropdown-content > li > div > a { height: 100%; width: 100%; padding: 0; } body.legacy #run-dropdown-content li:hover { background:var(--run-hover); box-shadow: 0px -5px 10px 5px var(--shadow-color); cursor:pointer; } body.legacy .dropdown:hover { box-shadow: 0px -5px 10px 5px var(--shadow-color); background:var(--run-hover); } body.legacy .module-info-hover { width: 30em; height: auto; border: 1px solid var(--default-border); padding: 5px; background-color: var(--light-text); } body.legacy .CodeMirror-linewidget { width: 100%!important; overflow: visible; position: relative; z-index: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body.legacy .editor-check-block-message:hover{ text-decoration: underline; cursor: pointer; } body.legacy .editor-check-block-message { text-align: center; overflow: none; } body.legacy .editor-check-block-success { background: var(--success-bg); box-shadow: 0 1em 11px 2px var(--success-bg); } body.legacy .editor-check-block-failed { background: var(--fail-bg); box-shadow: 0 0.5em 11px 3px var(--fail-bg); } body.legacy .editor-check-block-error { background: var(--check-error-bg); box-shadow: 0 1em 11px 2px var(--check-error-bg); } body.legacy .check-block-error { position: relative; } @keyframes emphasize-error { from {background-color: white; } to {} } body.legacy .check-block-test.failing-test:not(.highlights-active) { background-color: var(--failing-test-bg); overflow: hidden; } body.legacy .check-block-test.passing-test { background-color: var(--passing-test-bg); } body.legacy .check-block-test.passing-test .cm-snippet { margin: 0.5em; } body.legacy #output > .compile-error.highlights-active, body.legacy .check-block-error .highlights-active.compile-error, body.legacy .check-block-test.highlights-active { border: 0.3em var(--highlights-active-border) solid; box-shadow: 0 0 1em var(--err-focused-shadow); } body.legacy .check-block-error .highlights-active.compile-error, body.legacy .check-block-test.highlights-active { background: var(--highlights-active-bg); } body.legacy .check-block:not(.expanded) > .check-block-tests { display: none; } body.legacy .test-reason:empty, body.legacy .check-block-error:empty { margin: 0 0.5em; display: flex; align-items: center; justify-content:center; height: 3em; color: var(--empty-check-text); overflow: hidden; } body.legacy .check-block-error:empty { background-color: var(--empty-check-err-bg); border-radius: 0.5em; padding: 0.5em; } body.legacy .test-reason:empty:before, body.legacy .check-block-error:empty:before { content: ''; display: block; min-height: 3em; min-width: 3em; background-image: url(/img/pyret-spin.gif); background-size: contain; background-repeat: no-repeat; flex: 1; } body.legacy .test-reason:empty:after, body.legacy .check-block-error:empty:after { display: block; content: 'Processing Result…'; flex: 1.5; } body.legacy .check-block-header:after { position: absolute; right: 0; top: 0; padding: 0.5em; text-decoration: underline; } body.legacy .check-block.expanded > .check-block-header::after { content: 'Hide Details'; } body.legacy .check-block:not(.expanded) > .check-block-header::after { content: 'Show Details'; } body.legacy .check-block-test > header { width: 100%; padding: 0.5em; line-height: 0.9; } body.legacy .check-block-test.failing-test.highlights-active > header { background-color: var(--failing-test-header-bg); } body.legacy .check-block-test .CodeMirror { background:var(--check-block-snippet-bg); } body.legacy .errored-test-marker { background-color: var(--err-gutter); } body.legacy .failed-test-marker { background-color: var(--failed-test-gutter-marker); } body.legacy .failed-test-marker > .CodeMirror-linenumber { cursor: pointer; text-decoration: underline; } body.legacy .summary-bits { color: var(--default-text); display: flex; } body.legacy .summary-bit { flex: 1; text-align: center; padding: 0.5em; } body.legacy .summary-count { display: block; font-size: 20px; } body.legacy .summary-bit.summary-passed { background: var(--summary-pass-bg); } body.legacy .summary-bit.summary-failed { background: var(--summary-fail-bg); } body.legacy .summary-errored > .summary-count { text-align: center; margin-right: 0.5rem; } body.legacy .summary-errored { background: var(--summary-error-bg); color: var(--summary-err); padding: .5em; display: flex; justify-content: flex-start; align-items: center; } body.legacy .summary-text { border-left: 1px var(--summary-err-left-border) solid; padding-left: .5em; } body.legacy .highlight-irrelevant { opacity: 0.2; } body.legacy .cm-snippet { border: 1px var(--snippet-border) dashed; overflow: hidden; cursor: default; border-top-left-radius: .5em; border-top-right-radius: .5em; } body.legacy .cm-snippet header { font-size: .7em; background: var(--snippet-header-bg); padding: 0 .5em; box-shadow: 0 0 3px hsla(0, 0%, 0%,.5); z-index: 100; position: relative; border-bottom: 1px var(--snippet-header-border) solid; text-align: right; } body.legacy .stacktrace > div { cursor:pointer; margin-left: 1em; margin-bottom: 0.5em; overflow:visible; } body.legacy .stacktrace .cm-snippet { cursor: pointer; overflow-y: hidden; } body.legacy .stacktrace .cm-snippet > .CodeMirror { pointer-events: none; max-height: 1.5em; } body.legacy #main.spotlight .CodeMirror-matchingbracket::before { opacity:0; transition: .1s opacity linear .3s; } body.legacy #main.spotlight div.CodeMirror span:not(.spotlight) { background-color: initial!important; } body.legacy #main.spotlight div.CodeMirror span.spotlight { background-color: var(--spotlighted-text-bg) !important; } body.legacy #main.spotlight .CodeMirror-matchingbracket, body.legacy #main.spotlight .CodeMirror-matchingbracket.open, body.legacy #main.spotlight .CodeMirror-matchingbracket.close, body.legacy #main.spotlight .CodeMirror-matchingbracket-region, body.legacy #main.spotlight .repl-echo > div.CodeMirror, body.legacy #main.spotlight .repl, body.legacy #main.spotlight .repl-prompt > div.CodeMirror, body.legacy #main.spotlight > div.replMain > div.CodeMirror { border-color: transparent; box-shadow:none; background-color: var(--non-spotlight-bg); transition: .1s background-color linear .3s; } body.legacy #main.spotlight .compile-error:not(:hover), body.legacy #main.spotlight .check-block-test:not(:hover), body.legacy #main.spotlight .check-block:not(:hover) { opacity:0.25; transition: .1s opacity linear .3s; } body.legacy #main.spotlight .check-block { transition: .1s background-color linear .3s; background-color: var(--surrounding-check-spotlight-bg); } body.legacy .stacktrace > div .CodeMirror-vscrollbar { display:none!important; } body.legacy .stacktrace > div:hover { box-shadow:0 0 1em var(--shadow-darker); } body.legacy .stacktrace > div:not(:first-of-type):before { content: '⤤'; margin-top: -1em; margin-left: -1em; position: absolute; } body.legacy table { border-collapse: collapse; width: 100%; table-layout: auto; display: table!important; border:1px var(--table-border) solid; border-radius:1em; overflow:hidden; background:var(--table-bg); } body.legacy table.choiceContainer { border: 0px; margin: 1em; } body.legacy div.choiceContainer { text-align: center; } body.legacy div.choiceContainer input[type=text] { padding: 0.5em; font-size: 100%; } body.legacy div.choiceContainer .textLabel { margin-right: 1em; } body.legacy div.choiceContainer > button { margin: 1em; cursor: pointer; background-color: var(--run-bg); border: none; border-radius: 0px; color: var(--choice-button); text-align: center; transition: box-shadow 0.2s; font-size: 15px; height: 100%; padding: 0px 15px; vertical-align: middle; margin:0px 1px; } body.legacy th { background: var(--th-bg); } body.legacy th, body.legacy td { text-align: left; padding: 1em; width: auto; border-right:1px var(--table-col-dividers) solid; } body.legacy th:last-child, body.legacy td:last-child { padding-right: 2em; border-right: unset; } body.legacy tr:nth-child(even){background-color: var(--table-even-rows-bg)} body.legacy table.pyret-table thead { box-shadow: 0px 2px 2px var(--shadow-color); } body.legacy table.pyret-row th { box-shadow: 2px 0px 2px var(--shadow-color), -2px 0px 2px var(--shadow-color); border: none; } body.legacy table.pyret-row td { border: none; } /* NOTE(joe): this helps distinguish a row that appears in a table cell */ body.legacy table.pyret-row { box-shadow: 2px 2px 2px var(--shadow-color); } /* MODAL */ /* The Modal (background) */ body.legacy .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 9999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: var(--default-border); /* Fallback color */ background-color: var(--shadow-darker); /* Black w/ opacity */ font-family: sans-serif; } /* Modal Content */ body.legacy .modal-content { position: relative; background-color: var(--modal-content-bg); margin: auto; padding: 0; border: 1px solid var(--modal-content-border); width: 60%; box-shadow: 0 4px 8px 0 var(--shadow-color),0 6px 20px 0 var(--shadow-color); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } /* The Submit and Close Buttons */ /*.modal .submit, .modal .close { color: white; font-size: 28px; font-weight: bold; padding: 10px 5px; }*/ body.legacy .modal .submit { float: right; padding: 0px 5px; } body.legacy .modal table { width: 90%; margin: 0 5%; } body.legacy .modal td { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; height: auto; } body.legacy .pyret-modal-option-radio, body.legacy .pyret-modal-option-message { vertical-align: middle; } /* .submit:hover, .submit:focus, .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }*/ body.legacy .modal .submit, body.legacy .modal .close { height: 40px; width: 150px; box-shadow: 0px -2px 5px 1px var(--shadow-color); margin-top: 10px; } body.legacy .modal .submit{ background: var(--run-bg); } body.legacy .modal .submit:hover{ background:var(--run-hover); } body.legacy .modal .close{ background:var(--stop-bg); } body.legacy .modal .close:hover{ background:var(--stop-hover); } body.legacy .modal .submit:hover, body.legacy .modal .close:hover{ box-shadow: 0px -5px 10px 5px var(--shadow-color); } body.legacy .modal-header { padding: 2px 16px; background-color: var(--shadow-color); color: var(--modal-header-text); text-align: center; } body.legacy .modal-body { padding: 2px 16px; font-size: 18px; } body.legacy .modal td { margin: 10px 16px; } body.legacy .modal-footer { padding: 2px 16px; background-color: var(--shadow-color); color: var(--light-text); height: 60px; } body.legacy .stale.test-results .check-block-failed, body.legacy .stale.test-results .check-block-success, body.legacy .stale.test-results .check-block-errored, body.legacy .stale.test-results .check-block-test, body.legacy .stale.test-results .summary-bits { transition: background-color 0.3s linear; } body.legacy .stale.test-results .stale-warning { position: block; /* Note: this is FF-only, but if the consensus is that it's a nice * effect, there is a polyfill for Chrome that adds support */ position: sticky; color: var(--light-text); top: 0; z-index: 500; background-color: var(--stale-warning-bg); } body.legacy .stale.test-results .check-block-failed { background-color: var(--stale-fail-bg); } body.legacy .stale.test-results .check-block-success { background-color: var(--stale-success-bg); } body.legacy .stale.test-results .check-block-errored { background-color: var(--stale-err-bg); } body.legacy .stale.test-results .check-block-test.failing-test:not(.highlights-active) { background-color: var(--stale-fail-no-highlight); } body.legacy .stale.test-results .check-block-test.highlights-active { background-color: var(--stale-highlight); } body.legacy .stale.test-results .check-block-test.highlights-active > header { background-color: var(--stale-highlight-header); } body.legacy .stale.test-results .check-block-test.passing-test { background-color: var(--stale-passing-test); } body.legacy .stale.test-results .testing-summary .summary-passed { background-color: var(--stale-success-bg); } body.legacy .stale.test-results .testing-summary .summary-failed { background-color: var(--stale-fail-bg); } body.legacy .stale.test-results .testing-summary .summary-errored { background-color: var(--stale-err-summary); } body.legacy .stale .compile-error.highlights-active, body.legacy .stale .compile-error.highlights-active, body.legacy .stale .check-block-test.highlights-active { border-color: var(--stale-err-highlight); } body.legacy .paintBrush { height: 2.1em; margin-right: -0.5em; position: relative; z-index: 2; } body.legacy .paintSpan { display: inline-block; position: relative; } body.legacy .paintBlob { width: 2.5em; height: 1.5em; position: relative; z-index: 1; vertical-align: baseline; display: inline-block; -webkit-mask-image: url(/img/paint.svg); mask-image: url(/img/paint.svg); -webkit-mask-size: contain; mask-size: 100% 100%; mask-type: luminance; } body.legacy .checkersBlob { margin-right: -2.5em; width: 2.5em; height: 1.5em; position: relative; background-image: url(/img/checkers.svg); background-size: 2.5em 1.5em; display: inline-block; } body.legacy .error-bg { background-color: var(--error-bg); } body.legacy .ok-bg { background-color: white; } body.legacy label.controller { width: 100px; float: left; margin-right: 10px; } body.legacy button.controller { margin: auto; display: block; } body.legacy .screenreader-only { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
0.285472
0.126165
@charset "UTF-8"; @import "jquery-ui/jquery-ui.css"; /* Setting up some basics here */ html { width: 100%; height:100%; } body { font-family:Myriad, Myriad Pro, Tahoma, Arial, Helvetica, sans-serif; margin:0px; padding:0px; width: 100%; height:100%; display:block; } /*body:not(.active){ opacity:0.75; } */ h1, h2, h3, h4, h5 { padding:0; margin:0; } a, a:link, .clickable { color:#8787BA; text-decoration:none; cursor:pointer; } /* the .even and .odd classes are really only used in the timelines, but they're usedful and probably could be reused elsewhere. */ .odd { background-color: #FFFFFF; border-top-color: transparent; background-image: transparent; background-repeat: repeat-x; } .even { background-color: #FFFFFF; border-top-color: transparent; background-image: transparent; background-repeat: repeat-x; } /********************************************************************* The container is a div that wraps around all of the content */ #container { overflow:hidden; background-color:#FFFFFF; -khtml-border-radius:5px; /* this is webkit-specific and gives us rounded corners*/ top: 1px; /* This has an effective 8px padding to show us the app dropshadow */ left: 8px; /* using all-four-sides positioning lets it expand properly on resizing */ bottom: 8px; right: 8px; position: fixed; border:1px solid #CCC; } /********************************************************************* The contains the classic "Spaz" title and the window buttons */ #header { background:#FFFFFF; color:#666666; font-size:16px; margin-left:auto; margin-right:auto; margin-top:0; padding:5px 10px 10px 10px; text-align:left; height:42px; position:absolute; top: 0px; left: 0px; right: 0px; -khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px; cursor: move; } /* These are the minimize and close buttons for the main window */ #window-buttons { position:absolute; right: 3px; top: 2px; text-align:right; } .window-button { padding:2px 6px 2px; color:#666666; background-color:transparent; -khtml-border-radius:5px; font-size:14px; cursor:pointer; margin:0; } .window-button:hover { color:#FFFFFF; background-color:#999999; } /* These mimic the window-button styles */ #header-label { position:absolute; left: 3px; top: 2px; padding:2px 6px 2px; font-size:16px; color:#666666; background-color:transparent; -khtml-border-radius:5px; cursor:pointer; margin:0; } /* This puts a &raquo; after "Spaz" */ #header-label:after { content:' \00BB'; } #header-label:hover { color:#FFFFFF; background-color:#999999; } /* The tabs group contains the tabs themselves and the content panels From Spry CSS Notes: This is the selector for the main TabbedPanels container. For our default style, this container does not contribute anything visually, but it is floated left to make sure that any floating or clearing done with any of its child elements are contained completely within the TabbedPanels container, to minimize any impact or undesireable interaction with other floated elements on the page that may be used for layout. If you want to constrain the width of the TabbedPanels widget, set a width on the TabbedPanels container. By default, the TabbedPanels widget expands horizontally to fill up available space. */ #tabs, .TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; } /* The timeline tabs, a UL group From Spry CSS Notes: This is the selector for the TabGroup. The TabGroup container houses all of the tab buttons for each tabbed panel in the widget. This container does not contribute anything visually to the look of the widget for our default style. */ #timeline-tabs, .TabbedPanelsTabGroup { position:absolute; left:17px; right:10px; top:32px; margin: 0px; padding: 0px; } /* From Spry CSS Notes: This is the selector for the TabbedPanelsTab. This container houses the title for the panel. This is also the tab "button" that the user clicks on to activate the corresponding content panel so that it appears on top of the other tabbed panels contained in the widget. For our default style, each tab is positioned relatively 1 pixel down from where it wold normally render. This allows each tab to overlap the content panel that renders below it. Each tab is rendered with a 1 pixel bottom border that has a color that matches the top border of the current content panel. This gives the appearance that the tab is being drawn behind the content panel. */ .TabbedPanelsTab { position: relative; top: -4px; float: left; padding: 2px 2px; margin: 0px 1px 0px 0px; font-size: 11px; background-color: #BBBBBB; color:#FFFFFF; list-style: none; -moz-user-select: none; -khtml-user-select: none; /*-khtml-border-top-left-radius:.5em; -khtml-border-top-right-radius:.5em;*/ cursor: pointer; border:none; border: solid 1px; } /* From Spry CSS Notes: This selector is an example of how to change the appearnce of a tab button container as the mouse enters it. The class "TabbedPanelsTabHover" is programatically added and removed from the tab element as the mouse enters and exits the container. */ .TabbedPanelsTabHover { background-color: #333333; } /* From Spry CSS Notes: This selector is an example of how to change the appearance of a tab button container after the user has clicked on it to activate a content panel. The class "TabbedPanelsTabSelected" is programatically added and removed from the tab element as the user clicks on the tab button containers in the widget. As mentioned above, for our default style, tab buttons are positioned 1 pixel down from where it would normally render. When the tab button is selected, we change its bottom border to match the background color of the content panel so that it looks like the tab is part of the content panel. */ .TabbedPanelsTabSelected { background-color: transparent; border: solid 1px #BBBBBB; color:#FFFFFF; } /* From Spry CSS Notes: This selector is an example of how to make a link inside of a tab button look like normal text. Users may want to use links inside of a tab button so that when it gets focus, the text *inside* the tab button gets a focus ring around it, instead of the focus ring around the entire tab. */ .TabbedPanelsTab a { color: #FFFFFF; text-decoration: none; } /* These two tabs get a little extra margin-left to separate things into groups */ #tab-followerslist { margin-left:5px; } #tab-prefs { margin-left:5px; } /* The image in the tab itself */ .tab-icon { margin-bottom:-1px; width:10px; height:10px; display:block; background-repeat: no-repeat; } /*#tab-friends .tab-icon { background:url('images/tab-icon-timeline.png'); } #tab-user .tab-icon { background:url('images/tab-icon-user.png'); } #tab-public .tab-icon { background:url('images/tab-icon-public.png'); } #tab-search .tab-icon { background:url('images/tab-icon-search.png'); } #tab-followerslist .tab-icon { background:url('images/tab-icon-following.png'); } #tab-followerslist .tab-icon { background:url('images/tab-icon-followers.png'); } #tab-prefs .tab-icon { background:url('images/tab-icon-prefs.png'); }*/ /* These are the content panels, wrapped inside a single container div From Spry CSS Notes: This is the selector for the ContentGroup. The ContentGroup container houses all of the content panels for each tabbed panel in the widget. For our default style, this container provides the background color and borders that surround the content. */ #timeline-tabs-content, .TabbedPanelsContentGroup { clear: both; position:absolute; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; top: 52px; left: 0px; right: 0px; bottom:42px; background-color:transparent; } /* This is the selector for the Content panel. The Content panel holds the * content for a single tabbed panel. For our default style, this container * provides some padding, so that the content is not pushed up against the * widget borders. * * The name of the class ("TabbedPanelsContent") used in this selector is * not necessary to make the widget function. You can use any class name you * want to style the Content container. */ .TabbedPanelsContent { margin:0px; padding:0px; /* -webkit-animation-name: 'revealtabcontent'; -webkit-animation-duration: .3s; -webkit-animation-iteration-count: 1; */ } /* This selector is an example of how to change the appearnce of the currently * active container panel. The class "TabbedPanelsContentVisible" is * programatically added and removed from the content element as the panel * is activated/deactivated. */ .TabbedPanelsContentVisible { } /* The panelmenu appears at the top of each timeline */ .panelmenu { background-color:#EEEEEE; padding:2px; height:20px; } .panelmenu form { margin-left: auto; margin-right:auto; text-align:left; margin:0px; padding:0px; } .panelmenu form input { font-size:10px; margin:2px 0 2px; } .panelmenu form input[type='button'] { padding:1px 4px; border:1px solid transparent; background-color:#BBBBBB; color:#333333; } .panelmenu form input[type='button']:hover { border:1px solid #888888; background-color:#AAAAAA; color:#222222; } .panelmenu form input[type='text'] { width:75px; padding-left:6px; background-color:#DDDDDD; border:1px solid #BBBBBB; color:#333333; -khtml-border-radius:5px; } .panelmenu form input[type='text']:focus { border:1px solid #888888; background-color:#AAAAAA; color:#222222; } /* This wraps to provide scrolling for div.timeline */ .timeline-wrapper { overflow:auto; position:absolute; top:24px; left:0px; right:0px; bottom:0px; } @-webkit-keyframes revealtabcontent { 0% { -webkit-transform: scale(4.0); opacity:0.1; } 100% { -webkit-transform: scale(1.0); opacity:1.0; } } #timelinewrapper-prefs { top:0px; } /* The .timeline divs are all inside .TabbedPanelsContent divs */ div.timeline { /* overflow:auto;*/ /* background:green;*/ background-image:none; background-repeat:repeat-x; background-position: 0px -4px; padding:0px; margin:0px; /* overflow:auto;*/ /* position:absolute;*/ } /* This is effectively dead since the Twitter API doesn't support paging anymore. Still, I'm keeping it in in case we ever re-enable some sort of paging. */ div.timeline-pager { background-color: #555555; color:#ffffcc; position:absolute; bottom: 90px; left: 10px; right: 10px; height: 11px; padding:2px; font-size: 8px; border-top: 1px solid #555555; border-bottom:1px solid #555555; } div.timeline-pager a { color:#ffffcc; } div.timeline-pager-left { position:absolute; left: 4px; top: -4px; font-size:16px; } div.timeline-pager-info { text-align:center; } div.timeline-pager-right { position:absolute; right: 4px; top: -4px; font-size:16px; } /* The entryform contains the #entrybox textarea input for posts and the #updateButton */ #entryform { position:absolute; margin:0; padding:0; bottom:19px; left:0px; right:0px; z-index: 10; border-bottom: 1px solid #DDDDDD; } /* This is a Spry textarea widget */ #entrybox { bottom:0px; position:absolute; margin:0; left: 0px; right: 0px; height:16px; font-size:11px; overflow:auto; padding:6px 3px 0; text-align:left; background-color:#FFFFDD; border:none; background-image:none; } /* the hint shown when the widget does not have focus */ .textareaHintState { color:#AAAAAA; } /* Formatting for when the textarea has focus */ .textareaFocusState { color:#333333; } /* This is the counter for number of chars entered */ #entrybox-popup { position:absolute; z-index: 100; font-size:9px; display:none; bottom:22px; right: 20px; padding:3px; background-color:rgba(224,224,224,.9); color:#000; -khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px; } #irt { color:#333; } #irt-message { } #irt-dismiss { padding:0px 4px 1px; color:#CCC; background-color:rgba(32,32,32,.8); -khtml-border-radius:4px; font-size:9px; cursor:pointer; margin:0; } #irt-dismiss:hover { color:#FFFFFF; background-color:rgba(0,0,0,.9); } /* The button to submit the post. This can be hidden completely, and the user can still hit ENTER to send, so it's not really necessary */ #updateButton { bottom:3px; right: 3px; position:absolute; opacity:0.5; display:none; } #updateButton:hover { opacity:0.9; } /* The bar at the bottom of the app that displays info */ #statusbar { position:absolute; padding:13px 8px 2px 8px; font-size:10px; color:#999999; background-color:#FFFFFF; bottom:0px; left:0px; right:0px; -khtml-border-bottom-left-radius:5px; -khtml-border-bottom-right-radius:5px; overflow:hidden; white-space:nowrap; cursor:move; } /* The wrapper for the little loading animation */ #loading { float:right; display:none; height:10px; width: 10px; background:url('images/loading.gif'); background-repeat: no-repeat; } #statusbar-text {} span.statusbar-username { font-weight:bold; } /* The little resizing widget. This is totally misnamed (it should be "se" and not "sw") but I'm kind of an idiot. */ #resize-sw { position:absolute; bottom:0px; right:0px; font-size:12px; background-image:url('images/resize-sw.png'); cursor: sw-resize; text-align:center; width: 13px; height:13px; opacity:0.5; } /* Tooltips, those little popup messages that appear when you float over links and some other junk */ #tooltip { background-color:#000000; color:#FFFFFF; font-size:10px; padding:5px !important; border:0px solid black; opacity:0.8; position:fixed; z-index:1000; top:1px; left:1px; -khtml-border-radius:5px; display:none; min-width:100px; max-width:320px; } #tooltip h3, #tooltip div { margin: 0; font-weight:normal; font-size:inherit; } /********************************************* context menus - not sure that these will continue to be used, if native versions can work okay */ div.context-menu { position:fixed; z-index: 1010; font-size:10px; font-weight: normal; top:10px; left:10px; overflow: auto; background-color: #000000; background-repeat: repeat-x; color:#FFFFFF; -webkit-box-shadow:0px 0px 6px #333333; display:none; padding:5px; opacity:0.8; -khtml-border-radius:5px; } div.context-menu ul { padding:0; margin:0; list-style: none; } div.context-menu li { list-style: none; padding:4px; } div.context-menu li:hover { background-color:#333333; color:#ffffff; cursor: pointer; -khtml-border-radius:5px; } /************************************************* Timeline entries are... entries in the timelines */ div.timeline-entry { /* background-color: #CCCC99;*/ padding: 10px 5px; /*border-top-width: medium; border-top-style: solid; border-top-color: #999966;*/ clear:both; overflow:hidden; font-size:11px; -webkit-animation-name: 'fadein'; -webkit-animation-duration: .4s; -webkit-animation-iteration-count: 1; } @-webkit-keyframes 'fadein' { 0% { opacity: 0.2; } 100% { opacity: 1.0; } } /* Entries that are replies directed at the user */ div.timeline-entry.reply { background-color: #FFFFDD; background-image: none; } /* Entries that are direct messages to the user */ div.timeline-entry.dm { background-color: #FFDDDD; background-image: none; } div.timeline-entry.reply.ui-selected { background-color: #DDFFDD; background-image: none; } div.timeline-entry.dm.ui-selected { background-color: #FFCCFF; background-image: none; } /* Selected entries the .ui-selected class name comes from the one used by the jQuery.ui selectables plugin We don't actually use that here, but it was experimented with, and may return sometime */ div.timeline-entry.ui-selected { background-color:#DDDDED; color:#111111; } div.timeline-entry.ui-selected div.status-link { /*font-size:10px; color:#CCCCCC;*/ } div.timeline-entry.ui-selected a, div.timeline-entry.ui-selected a:link, div.timeline-entry.ui-selected .clickable { /*color:#CCCCCC;*/ text-decoration:none; cursor:pointer; } div.timeline-entry.ui-selecting { /*background-color: #666666 !important;*/ /* opacity:0.6;*/ } /* Entries that have been "read" (selected and then deselected) */ div.timeline-entry.read { opacity:.8 } div.timeline-entry.read .status-text { color:#777777; } div.timeline-entry.read.ui-selected .status-text { color:#444444; } div.timeline-entry.read div.user-image { opacity:.7; } /* A container for the avatar image and the user's screen name */ div.user { float:left; width:60px; text-align:center; overflow:visible; margin-right:5px; position:relative; } div.user-image { width:48px; height:48px; /* border:3px double #999999;*/ margin:0 auto 2px; background:#FFFFFF 0 0 no-repeat; /* background-image:url(images/userimg-bg.png);*/ background-size:48px 48px; -webkit-background-size:48px 48px; box-shadow:0 1px 5px #333; -webkit-box-shadow:0 1px 5px #333; opacity:1; text-indent:-9999em; } div.user-screen-name { font-size:10px; overflow:hidden; display:none; } /* This is the container for the "status", which is the message posted + some metadata about it + some action links */ div.status { font-size:13px; margin:0 0 0 70px; padding:0; } /* This is the actual text of the posting */ div.status-text { /* font-family:Palatino,Georgia, "Times New Roman", Times, serif;*/ margin-bottom:4px; font-size:12px; color:#555555; } div.status-text a:link{ text-overflow:ellipsis; white-space: nowrap; max-width:150px; overflow:hidden; display:inline-block; } /* the container for the "actions" for this post, like reply, dm, delete, fav, etc */ div.status-actions { font-size:10px; float:right; } .status-action { width:15px; height:12px; background-repeat: no-repeat; display: inline-block; } .status-action-fav { background-image:url('images/status-fav-off.png'); } div.timeline-entry.favorited .status-action-fav { background-image:url('images/status-fav-on.png'); } .status-action-retweet { background-image:url('images/status-retweet.png'); } .status-action-dm { background-image:url('images/status-dm.png'); } .status-action-reply { background-image:url('images/status-reply.png'); } .status-action-del { background-image:url('images/status-delete.png'); } /* the container for the "permalink" to the post */ div.status-link { font-size:10px; color:#444444; } a.status-created-at {} /* the link to the relative time of the posting. this is the permalink */ .status-source {} /* the text that says "from Foobar" */ .status-source-label {} /* the text with the name of the posting source ("Foobar") */ /* the icon that indicates this is a protected post */ span.status-protected { background:url('images/icon-lock.png'); padding:0 6px; /* width doesn't matter on inline element, so use padding to force width */ height:12px; } .followerslist-row { font-size:8pt; clear:both; padding:8px; } .followerslist-row .directory-user { } .directory-user .user-image { background-color:#dddddd; border:1px solid #999; width:24px; height:24px; margin:0 5px 0 0; -webkit-box-shadow:none; float:left; } .directory-user .directory-user-name { font-weight:bold; font-size:10pt; } .directory-user .directory-user-location { } .directory-user .directory-user-homepage { } /************************************************* All about the PREFERENCES panel */ #prefs-form { font-size:11px; margin:0px 10px; padding:10px; } /* The Prefs form contains a collapsible panel group Spry widget */ #prefsCPG, .CollapsiblePanelGroup {} .CollapsiblePanel {} .CollapsiblePanelClosed {} /* make the title tab darker when the panel is open */ #prefs-form .CollapsiblePanelOpen h2.CollapsiblePanelTab { color:#333333; } /* The tab is the clickable title that opens and closes the panel */ #prefs-form h2.CollapsiblePanelTab { font-weight:bold; font-size:14px; color:#999999; border-bottom:1px solid #CCCCCC; cursor: pointer; padding-bottom:2px; padding-top:8px; margin-bottom:0px; } /* The panel that actually contains stuff */ #prefs-form .CollapsiblePanelContent { margin: 0px; padding: 10px; border-bottom: 1px solid #CCCCCC; clear:both; background-color: #F0F0F0; color: #555555; overflow: hidden; } /* The div.formrows wrap each pref gui piece */ div.formrow { /* white-space: nowrap;*/ clear:both; margin-bottom:5px; } #prefs-form label { min-width:80px; text-align:left; font-weight:bold; display:block; } #prefs-form label.checkbox { float: none; padding:0; margin:0 0 0 1px; display:inline; } #prefs-form fieldset { border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-color: #CCCCCC; padding:5px 0 5px 3px; margin: 10px 0 0 0; } #prefs-form legend { font-weight:bold; } #prefs-form fieldset label { font-weight:normal; } /* Buncha junk for various form fields, really only used in the Preferences section */ #prefs-form input[type='password'], #prefs-form input[type='text'], #prefs-form select { border:1px solid #AAAAAA; padding:4px; width:90%; } #prefs-form input[type='checkbox'] { vertical-align:-20%; } #prefs-form option { font-family:sans-serif; size:10px; } input[type='button'], input[type='submit'] { background-color:#666666; color:#FFFFFF; -khtml-border-radius:5px; border:2px solid #333333; font-size:10px; cursor:pointer; padding:3px; } input[type='button']:focus, input[type='submit']:focus, input[type='button']:hover, input[type='submit']:hover { background-color:#111111; border-color:#444444; color:#FFFFFF; } input[type="text"]:focus, input[type="password"]:focus, textarea:focus { background-color:#FFFFCC; } /* A few specific pref "widgets" need special formatting */ input[type='text']#prefs-user-stylesheet { width:80px; } input[type='text']#network-refreshinterval { width:20px; } input[type='text']#dock-refreshinterval { width:30px; } input[type='text']#window-alpha { width:30px; text-align:right; } #prefs-user-stylesheet-button, #prefs-user-stylesheet-clear { padding:2px; font-size:10px; margin:0px; } /* The update/save prefs button sits outside the panel group */ #prefs-update-button { font-size:13px; } /* Tables should look pretty */ table.data { margin-left:auto; margin-right:auto; text-align:center; padding:5px; border-top:3px solid #333333; border-bottom:1px solid #333333; border-collapse:collapse; width:100%; } table.data th { background-color:#202020; color:#DDDDDD; font-size:9px; font-weight:bold; text-align:left; padding:4px; } table.data tr { border-top-style: solid; border-top-width: 1px; } table.data tr:hover { background:#FFFFCC; } table.data td { font-size:10px; padding:4px; text-align:left; } table.data td.label { font-weight:bold; text-align:right; border-right:1px solid #999999; } table.data td.label:after { /*content:":";*/ } table.data td.value { padding:2px; } /* I think this is needed by some widgets. Maybe not? */ .SpryHiddenRegion { visibility:hidden; } /* Turn on a 13x13 scrollbar */ ::-webkit-scrollbar { width: 13px; height: 13px; } ::-webkit-scrollbar-button:vertical { } /* Turn on single button up on top, and down on bottom */ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; } /* Turn off the down area up on top, and up area on bottom */ ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement { display: none; } /* Place The scroll down button at the bottom */ ::-webkit-scrollbar-button:vertical:increment { background-color: #AAA; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Place The scroll up button at the up */ ::-webkit-scrollbar-button:vertical:decrement { background-color: #AAA; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } ::-webkit-scrollbar-track:vertical { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Top area above thumb and below up button */ ::-webkit-scrollbar-track-piece:vertical:start { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Bottom area below thumb and down button */ ::-webkit-scrollbar-track-piece:vertical:end { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Track below and above */ ::-webkit-scrollbar-track-piece { background-color: #CCC; } /* The thumb itself */ ::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #999; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Corner */ ::-webkit-scrollbar-corner:vertical { background-color: black; } /* Resizer */ ::-webkit-scrollbar-resizer:vertical { background-color: gray; }
themes/whitespace/theme.css
@charset "UTF-8"; @import "jquery-ui/jquery-ui.css"; /* Setting up some basics here */ html { width: 100%; height:100%; } body { font-family:Myriad, Myriad Pro, Tahoma, Arial, Helvetica, sans-serif; margin:0px; padding:0px; width: 100%; height:100%; display:block; } /*body:not(.active){ opacity:0.75; } */ h1, h2, h3, h4, h5 { padding:0; margin:0; } a, a:link, .clickable { color:#8787BA; text-decoration:none; cursor:pointer; } /* the .even and .odd classes are really only used in the timelines, but they're usedful and probably could be reused elsewhere. */ .odd { background-color: #FFFFFF; border-top-color: transparent; background-image: transparent; background-repeat: repeat-x; } .even { background-color: #FFFFFF; border-top-color: transparent; background-image: transparent; background-repeat: repeat-x; } /********************************************************************* The container is a div that wraps around all of the content */ #container { overflow:hidden; background-color:#FFFFFF; -khtml-border-radius:5px; /* this is webkit-specific and gives us rounded corners*/ top: 1px; /* This has an effective 8px padding to show us the app dropshadow */ left: 8px; /* using all-four-sides positioning lets it expand properly on resizing */ bottom: 8px; right: 8px; position: fixed; border:1px solid #CCC; } /********************************************************************* The contains the classic "Spaz" title and the window buttons */ #header { background:#FFFFFF; color:#666666; font-size:16px; margin-left:auto; margin-right:auto; margin-top:0; padding:5px 10px 10px 10px; text-align:left; height:42px; position:absolute; top: 0px; left: 0px; right: 0px; -khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px; cursor: move; } /* These are the minimize and close buttons for the main window */ #window-buttons { position:absolute; right: 3px; top: 2px; text-align:right; } .window-button { padding:2px 6px 2px; color:#666666; background-color:transparent; -khtml-border-radius:5px; font-size:14px; cursor:pointer; margin:0; } .window-button:hover { color:#FFFFFF; background-color:#999999; } /* These mimic the window-button styles */ #header-label { position:absolute; left: 3px; top: 2px; padding:2px 6px 2px; font-size:16px; color:#666666; background-color:transparent; -khtml-border-radius:5px; cursor:pointer; margin:0; } /* This puts a &raquo; after "Spaz" */ #header-label:after { content:' \00BB'; } #header-label:hover { color:#FFFFFF; background-color:#999999; } /* The tabs group contains the tabs themselves and the content panels From Spry CSS Notes: This is the selector for the main TabbedPanels container. For our default style, this container does not contribute anything visually, but it is floated left to make sure that any floating or clearing done with any of its child elements are contained completely within the TabbedPanels container, to minimize any impact or undesireable interaction with other floated elements on the page that may be used for layout. If you want to constrain the width of the TabbedPanels widget, set a width on the TabbedPanels container. By default, the TabbedPanels widget expands horizontally to fill up available space. */ #tabs, .TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; } /* The timeline tabs, a UL group From Spry CSS Notes: This is the selector for the TabGroup. The TabGroup container houses all of the tab buttons for each tabbed panel in the widget. This container does not contribute anything visually to the look of the widget for our default style. */ #timeline-tabs, .TabbedPanelsTabGroup { position:absolute; left:17px; right:10px; top:32px; margin: 0px; padding: 0px; } /* From Spry CSS Notes: This is the selector for the TabbedPanelsTab. This container houses the title for the panel. This is also the tab "button" that the user clicks on to activate the corresponding content panel so that it appears on top of the other tabbed panels contained in the widget. For our default style, each tab is positioned relatively 1 pixel down from where it wold normally render. This allows each tab to overlap the content panel that renders below it. Each tab is rendered with a 1 pixel bottom border that has a color that matches the top border of the current content panel. This gives the appearance that the tab is being drawn behind the content panel. */ .TabbedPanelsTab { position: relative; top: -4px; float: left; padding: 2px 2px; margin: 0px 1px 0px 0px; font-size: 11px; background-color: #BBBBBB; color:#FFFFFF; list-style: none; -moz-user-select: none; -khtml-user-select: none; /*-khtml-border-top-left-radius:.5em; -khtml-border-top-right-radius:.5em;*/ cursor: pointer; border:none; border: solid 1px; } /* From Spry CSS Notes: This selector is an example of how to change the appearnce of a tab button container as the mouse enters it. The class "TabbedPanelsTabHover" is programatically added and removed from the tab element as the mouse enters and exits the container. */ .TabbedPanelsTabHover { background-color: #333333; } /* From Spry CSS Notes: This selector is an example of how to change the appearance of a tab button container after the user has clicked on it to activate a content panel. The class "TabbedPanelsTabSelected" is programatically added and removed from the tab element as the user clicks on the tab button containers in the widget. As mentioned above, for our default style, tab buttons are positioned 1 pixel down from where it would normally render. When the tab button is selected, we change its bottom border to match the background color of the content panel so that it looks like the tab is part of the content panel. */ .TabbedPanelsTabSelected { background-color: transparent; border: solid 1px #BBBBBB; color:#FFFFFF; } /* From Spry CSS Notes: This selector is an example of how to make a link inside of a tab button look like normal text. Users may want to use links inside of a tab button so that when it gets focus, the text *inside* the tab button gets a focus ring around it, instead of the focus ring around the entire tab. */ .TabbedPanelsTab a { color: #FFFFFF; text-decoration: none; } /* These two tabs get a little extra margin-left to separate things into groups */ #tab-followerslist { margin-left:5px; } #tab-prefs { margin-left:5px; } /* The image in the tab itself */ .tab-icon { margin-bottom:-1px; width:10px; height:10px; display:block; background-repeat: no-repeat; } /*#tab-friends .tab-icon { background:url('images/tab-icon-timeline.png'); } #tab-user .tab-icon { background:url('images/tab-icon-user.png'); } #tab-public .tab-icon { background:url('images/tab-icon-public.png'); } #tab-search .tab-icon { background:url('images/tab-icon-search.png'); } #tab-followerslist .tab-icon { background:url('images/tab-icon-following.png'); } #tab-followerslist .tab-icon { background:url('images/tab-icon-followers.png'); } #tab-prefs .tab-icon { background:url('images/tab-icon-prefs.png'); }*/ /* These are the content panels, wrapped inside a single container div From Spry CSS Notes: This is the selector for the ContentGroup. The ContentGroup container houses all of the content panels for each tabbed panel in the widget. For our default style, this container provides the background color and borders that surround the content. */ #timeline-tabs-content, .TabbedPanelsContentGroup { clear: both; position:absolute; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; top: 52px; left: 0px; right: 0px; bottom:42px; background-color:transparent; } /* This is the selector for the Content panel. The Content panel holds the * content for a single tabbed panel. For our default style, this container * provides some padding, so that the content is not pushed up against the * widget borders. * * The name of the class ("TabbedPanelsContent") used in this selector is * not necessary to make the widget function. You can use any class name you * want to style the Content container. */ .TabbedPanelsContent { margin:0px; padding:0px; /* -webkit-animation-name: 'revealtabcontent'; -webkit-animation-duration: .3s; -webkit-animation-iteration-count: 1; */ } /* This selector is an example of how to change the appearnce of the currently * active container panel. The class "TabbedPanelsContentVisible" is * programatically added and removed from the content element as the panel * is activated/deactivated. */ .TabbedPanelsContentVisible { } /* The panelmenu appears at the top of each timeline */ .panelmenu { background-color:#EEEEEE; padding:2px; height:20px; } .panelmenu form { margin-left: auto; margin-right:auto; text-align:left; margin:0px; padding:0px; } .panelmenu form input { font-size:10px; margin:2px 0 2px; } .panelmenu form input[type='button'] { padding:1px 4px; border:1px solid transparent; background-color:#BBBBBB; color:#333333; } .panelmenu form input[type='button']:hover { border:1px solid #888888; background-color:#AAAAAA; color:#222222; } .panelmenu form input[type='text'] { width:75px; padding-left:6px; background-color:#DDDDDD; border:1px solid #BBBBBB; color:#333333; -khtml-border-radius:5px; } .panelmenu form input[type='text']:focus { border:1px solid #888888; background-color:#AAAAAA; color:#222222; } /* This wraps to provide scrolling for div.timeline */ .timeline-wrapper { overflow:auto; position:absolute; top:24px; left:0px; right:0px; bottom:0px; } @-webkit-keyframes revealtabcontent { 0% { -webkit-transform: scale(4.0); opacity:0.1; } 100% { -webkit-transform: scale(1.0); opacity:1.0; } } #timelinewrapper-prefs { top:0px; } /* The .timeline divs are all inside .TabbedPanelsContent divs */ div.timeline { /* overflow:auto;*/ /* background:green;*/ background-image:none; background-repeat:repeat-x; background-position: 0px -4px; padding:0px; margin:0px; /* overflow:auto;*/ /* position:absolute;*/ } /* This is effectively dead since the Twitter API doesn't support paging anymore. Still, I'm keeping it in in case we ever re-enable some sort of paging. */ div.timeline-pager { background-color: #555555; color:#ffffcc; position:absolute; bottom: 90px; left: 10px; right: 10px; height: 11px; padding:2px; font-size: 8px; border-top: 1px solid #555555; border-bottom:1px solid #555555; } div.timeline-pager a { color:#ffffcc; } div.timeline-pager-left { position:absolute; left: 4px; top: -4px; font-size:16px; } div.timeline-pager-info { text-align:center; } div.timeline-pager-right { position:absolute; right: 4px; top: -4px; font-size:16px; } /* The entryform contains the #entrybox textarea input for posts and the #updateButton */ #entryform { position:absolute; margin:0; padding:0; bottom:19px; left:0px; right:0px; z-index: 10; border-bottom: 1px solid #DDDDDD; } /* This is a Spry textarea widget */ #entrybox { bottom:0px; position:absolute; margin:0; left: 0px; right: 0px; height:16px; font-size:11px; overflow:auto; padding:6px 3px 0; text-align:left; background-color:#FFFFDD; border:none; background-image:none; } /* the hint shown when the widget does not have focus */ .textareaHintState { color:#AAAAAA; } /* Formatting for when the textarea has focus */ .textareaFocusState { color:#333333; } /* This is the counter for number of chars entered */ #entrybox-popup { position:absolute; z-index: 100; font-size:9px; display:none; bottom:22px; right: 20px; padding:3px; background-color:rgba(224,224,224,.9); color:#000; -khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px; } #irt { color:#333; } #irt-message { } #irt-dismiss { padding:0px 4px 1px; color:#CCC; background-color:rgba(32,32,32,.8); -khtml-border-radius:4px; font-size:9px; cursor:pointer; margin:0; } #irt-dismiss:hover { color:#FFFFFF; background-color:rgba(0,0,0,.9); } /* The button to submit the post. This can be hidden completely, and the user can still hit ENTER to send, so it's not really necessary */ #updateButton { bottom:3px; right: 3px; position:absolute; opacity:0.5; display:none; } #updateButton:hover { opacity:0.9; } /* The bar at the bottom of the app that displays info */ #statusbar { position:absolute; padding:13px 8px 2px 8px; font-size:10px; color:#999999; background-color:#FFFFFF; bottom:0px; left:0px; right:0px; -khtml-border-bottom-left-radius:5px; -khtml-border-bottom-right-radius:5px; overflow:hidden; white-space:nowrap; cursor:move; } /* The wrapper for the little loading animation */ #loading { float:right; display:none; height:10px; width: 10px; background:url('images/loading.gif'); background-repeat: no-repeat; } #statusbar-text {} span.statusbar-username { font-weight:bold; } /* The little resizing widget. This is totally misnamed (it should be "se" and not "sw") but I'm kind of an idiot. */ #resize-sw { position:absolute; bottom:0px; right:0px; font-size:12px; background-image:url('images/resize-sw.png'); cursor: sw-resize; text-align:center; width: 13px; height:13px; opacity:0.5; } /* Tooltips, those little popup messages that appear when you float over links and some other junk */ #tooltip { background-color:#000000; color:#FFFFFF; font-size:10px; padding:5px !important; border:0px solid black; opacity:0.8; position:fixed; z-index:1000; top:1px; left:1px; -khtml-border-radius:5px; display:none; min-width:100px; max-width:320px; } #tooltip h3, #tooltip div { margin: 0; font-weight:normal; font-size:inherit; } /********************************************* context menus - not sure that these will continue to be used, if native versions can work okay */ div.context-menu { position:fixed; z-index: 1010; font-size:10px; font-weight: normal; top:10px; left:10px; overflow: auto; background-color: #000000; background-repeat: repeat-x; color:#FFFFFF; -webkit-box-shadow:0px 0px 6px #333333; display:none; padding:5px; opacity:0.8; -khtml-border-radius:5px; } div.context-menu ul { padding:0; margin:0; list-style: none; } div.context-menu li { list-style: none; padding:4px; } div.context-menu li:hover { background-color:#333333; color:#ffffff; cursor: pointer; -khtml-border-radius:5px; } /************************************************* Timeline entries are... entries in the timelines */ div.timeline-entry { /* background-color: #CCCC99;*/ padding: 10px 5px; /*border-top-width: medium; border-top-style: solid; border-top-color: #999966;*/ clear:both; overflow:hidden; font-size:11px; -webkit-animation-name: 'fadein'; -webkit-animation-duration: .4s; -webkit-animation-iteration-count: 1; } @-webkit-keyframes 'fadein' { 0% { opacity: 0.2; } 100% { opacity: 1.0; } } /* Entries that are replies directed at the user */ div.timeline-entry.reply { background-color: #FFFFDD; background-image: none; } /* Entries that are direct messages to the user */ div.timeline-entry.dm { background-color: #FFDDDD; background-image: none; } div.timeline-entry.reply.ui-selected { background-color: #DDFFDD; background-image: none; } div.timeline-entry.dm.ui-selected { background-color: #FFCCFF; background-image: none; } /* Selected entries the .ui-selected class name comes from the one used by the jQuery.ui selectables plugin We don't actually use that here, but it was experimented with, and may return sometime */ div.timeline-entry.ui-selected { background-color:#DDDDED; color:#111111; } div.timeline-entry.ui-selected div.status-link { /*font-size:10px; color:#CCCCCC;*/ } div.timeline-entry.ui-selected a, div.timeline-entry.ui-selected a:link, div.timeline-entry.ui-selected .clickable { /*color:#CCCCCC;*/ text-decoration:none; cursor:pointer; } div.timeline-entry.ui-selecting { /*background-color: #666666 !important;*/ /* opacity:0.6;*/ } /* Entries that have been "read" (selected and then deselected) */ div.timeline-entry.read { opacity:.8 } div.timeline-entry.read .status-text { color:#777777; } div.timeline-entry.read.ui-selected .status-text { color:#444444; } div.timeline-entry.read div.user-image { opacity:.7; } /* A container for the avatar image and the user's screen name */ div.user { float:left; width:60px; text-align:center; overflow:visible; margin-right:5px; position:relative; } div.user-image { width:48px; height:48px; /* border:3px double #999999;*/ margin:0 auto 2px; background:#FFFFFF 0 0 no-repeat; /* background-image:url(images/userimg-bg.png);*/ background-size:48px 48px; -webkit-background-size:48px 48px; box-shadow:0 1px 5px #333; -webkit-box-shadow:0 1px 5px #333; opacity:1; text-indent:-9999em; } div.user-screen-name { font-size:10px; overflow:hidden; display:none; } /* This is the container for the "status", which is the message posted + some metadata about it + some action links */ div.status { font-size:13px; margin:0 0 0 70px; padding:0; } /* This is the actual text of the posting */ div.status-text { /* font-family:Palatino,Georgia, "Times New Roman", Times, serif;*/ margin-bottom:4px; font-size:12px; color:#555555; } div.status-text a:link{ text-overflow:ellipsis; white-space: nowrap; max-width:150px; overflow:hidden; display:inline-block; } /* the container for the "actions" for this post, like reply, dm, delete, fav, etc */ div.status-actions { font-size:10px; float:right; } .status-action { width:15px; height:12px; background-repeat: no-repeat; display: inline-block; } .status-action-fav { background-image:url('images/status-fav-off.png'); } div.timeline-entry.favorited .status-action-fav { background-image:url('images/status-fav-on.png'); } .status-action-retweet { background-image:url('images/status-retweet.png'); } .status-action-dm { background-image:url('images/status-dm.png'); } .status-action-reply { background-image:url('images/status-reply.png'); } .status-action-del { background-image:url('images/status-delete.png'); } /* the container for the "permalink" to the post */ div.status-link { font-size:10px; color:#444444; } a.status-created-at {} /* the link to the relative time of the posting. this is the permalink */ .status-source {} /* the text that says "from Foobar" */ .status-source-label {} /* the text with the name of the posting source ("Foobar") */ /* the icon that indicates this is a protected post */ span.status-protected { background:url('images/icon-lock.png'); padding:0 6px; /* width doesn't matter on inline element, so use padding to force width */ height:12px; } .followerslist-row { font-size:8pt; clear:both; padding:8px; } .followerslist-row .directory-user { } .directory-user .user-image { background-color:#dddddd; border:1px solid #999; width:24px; height:24px; margin:0 5px 0 0; -webkit-box-shadow:none; float:left; } .directory-user .directory-user-name { font-weight:bold; font-size:10pt; } .directory-user .directory-user-location { } .directory-user .directory-user-homepage { } /************************************************* All about the PREFERENCES panel */ #prefs-form { font-size:11px; margin:0px 10px; padding:10px; } /* The Prefs form contains a collapsible panel group Spry widget */ #prefsCPG, .CollapsiblePanelGroup {} .CollapsiblePanel {} .CollapsiblePanelClosed {} /* make the title tab darker when the panel is open */ #prefs-form .CollapsiblePanelOpen h2.CollapsiblePanelTab { color:#333333; } /* The tab is the clickable title that opens and closes the panel */ #prefs-form h2.CollapsiblePanelTab { font-weight:bold; font-size:14px; color:#999999; border-bottom:1px solid #CCCCCC; cursor: pointer; padding-bottom:2px; padding-top:8px; margin-bottom:0px; } /* The panel that actually contains stuff */ #prefs-form .CollapsiblePanelContent { margin: 0px; padding: 10px; border-bottom: 1px solid #CCCCCC; clear:both; background-color: #F0F0F0; color: #555555; overflow: hidden; } /* The div.formrows wrap each pref gui piece */ div.formrow { /* white-space: nowrap;*/ clear:both; margin-bottom:5px; } #prefs-form label { min-width:80px; text-align:left; font-weight:bold; display:block; } #prefs-form label.checkbox { float: none; padding:0; margin:0 0 0 1px; display:inline; } #prefs-form fieldset { border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-color: #CCCCCC; padding:5px 0 5px 3px; margin: 10px 0 0 0; } #prefs-form legend { font-weight:bold; } #prefs-form fieldset label { font-weight:normal; } /* Buncha junk for various form fields, really only used in the Preferences section */ #prefs-form input[type='password'], #prefs-form input[type='text'], #prefs-form select { border:1px solid #AAAAAA; padding:4px; width:90%; } #prefs-form input[type='checkbox'] { vertical-align:-20%; } #prefs-form option { font-family:sans-serif; size:10px; } input[type='button'], input[type='submit'] { background-color:#666666; color:#FFFFFF; -khtml-border-radius:5px; border:2px solid #333333; font-size:10px; cursor:pointer; padding:3px; } input[type='button']:focus, input[type='submit']:focus, input[type='button']:hover, input[type='submit']:hover { background-color:#111111; border-color:#444444; color:#FFFFFF; } input[type="text"]:focus, input[type="password"]:focus, textarea:focus { background-color:#FFFFCC; } /* A few specific pref "widgets" need special formatting */ input[type='text']#prefs-user-stylesheet { width:80px; } input[type='text']#network-refreshinterval { width:20px; } input[type='text']#dock-refreshinterval { width:30px; } input[type='text']#window-alpha { width:30px; text-align:right; } #prefs-user-stylesheet-button, #prefs-user-stylesheet-clear { padding:2px; font-size:10px; margin:0px; } /* The update/save prefs button sits outside the panel group */ #prefs-update-button { font-size:13px; } /* Tables should look pretty */ table.data { margin-left:auto; margin-right:auto; text-align:center; padding:5px; border-top:3px solid #333333; border-bottom:1px solid #333333; border-collapse:collapse; width:100%; } table.data th { background-color:#202020; color:#DDDDDD; font-size:9px; font-weight:bold; text-align:left; padding:4px; } table.data tr { border-top-style: solid; border-top-width: 1px; } table.data tr:hover { background:#FFFFCC; } table.data td { font-size:10px; padding:4px; text-align:left; } table.data td.label { font-weight:bold; text-align:right; border-right:1px solid #999999; } table.data td.label:after { /*content:":";*/ } table.data td.value { padding:2px; } /* I think this is needed by some widgets. Maybe not? */ .SpryHiddenRegion { visibility:hidden; } /* Turn on a 13x13 scrollbar */ ::-webkit-scrollbar { width: 13px; height: 13px; } ::-webkit-scrollbar-button:vertical { } /* Turn on single button up on top, and down on bottom */ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; } /* Turn off the down area up on top, and up area on bottom */ ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement { display: none; } /* Place The scroll down button at the bottom */ ::-webkit-scrollbar-button:vertical:increment { background-color: #AAA; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Place The scroll up button at the up */ ::-webkit-scrollbar-button:vertical:decrement { background-color: #AAA; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } ::-webkit-scrollbar-track:vertical { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Top area above thumb and below up button */ ::-webkit-scrollbar-track-piece:vertical:start { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Bottom area below thumb and down button */ ::-webkit-scrollbar-track-piece:vertical:end { -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Track below and above */ ::-webkit-scrollbar-track-piece { background-color: #CCC; } /* The thumb itself */ ::-webkit-scrollbar-thumb:vertical { height: 50px; background-color: #999; -khtml-border-radius:1em; /* this is webkit-specific and gives us rounded corners*/ } /* Corner */ ::-webkit-scrollbar-corner:vertical { background-color: black; } /* Resizer */ ::-webkit-scrollbar-resizer:vertical { background-color: gray; }
0.321247
0.099383
.caps{ font-variant: small-caps; font-family: 'Sedan SC 400'; text-transform: capitalize; } .big-caps{ font-size: 29px; font-weight: 500; } .small-caps{ font-size: 17px; font-weight: 500; } .flex-cat{ transition: background-color 0.7s; cursor: pointer; } .flex-cat:hover{ background-color: #FFF0DD; } .back-home{ font-size: 14px; font-weight: 500; margin-top: 14px; } .top-und{ border-bottom: 3px solid #E2D6C6; } .bg-col{ background-color: #E2D6C6; } .inner{ width: 84%; margin: auto; } .fl-item{ width: 32%; } .cards{ position: relative; margin-bottom: 20px; border: 1px solid #AB977B; align-items: center; padding: 0; } .cards-bigger{ height: 366px; } .cards-smaller{ height: 291px; } .cards:hover .covering-div{ visibility: visible; opacity: 1; } .cards:hover { border: 1px solid #F1DEC4; } .covering-div{ position: absolute; width: 100%; background-color: #F1DEC4; text-align: center; z-index: 1; visibility: hidden; opacity: 0; left: 0; transition: visibility 0s, opacity 0.3s linear; } .covering-div-bigger{ height: 364px; } .covering-div-smaller{ height: 291px; } .caption-covering{ padding-bottom: 3px; padding-top: 43px; border-bottom: 1px solid #bdb3a6; color: #DF5700; font-size: 22px; margin-bottom: 20px; } .caption-covering1{ padding-bottom: 3px; padding-top: 23px; border-bottom: 1px solid #bdb3a6; color: #DF5700; font-size: 22px; margin-bottom: 13px; } .text-covering{ line-height: 18px; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; } .w-80{ width: 85%; margin: auto; } .covering-button{ font-weight: 600; color: #DF5700; width: 100%; font-size: 14px; border: 1px solid #DF5700; padding: 6px; border-radius: 7px; background-color: #F1DEC4; margin-top: 33px; } .covering-last{ padding-top: 23px; font-size: 12px; font-weight: 600; padding-bottom: 51px; } .covering-last1{ padding-top: 13px; font-size: 12px; font-weight: 600; padding-bottom: 30px; } .img-arrow{ width: 20px; } .divimg img{ width: 90%; display: block; margin: auto; margin-top: 10px; } .divtext{ width: 90%; margin: auto; } .comments{ border-right: 1px solid grey; font-size: 11px; /* padding-right: 15px; */ } .sml-img{ background:url("icons/comments.png" ); width: 20px; height: 20px; } .comment-last{ font-size: 11px; } .act-style{ width:20px; height: 18px; } .pa{ padding-top: 2px; padding-bottom: 2px; } .main-flex{ height: 1420px; } .more-posts{ width:100%; text-align: center; } .posts-button{ font-size: 15px; font-weight: bolder; padding: 8px 33px; border: 1px solid #decec4; border-radius: 8px; color: #7b4c21; background-color: white; text-shadow: 0px 0.5px, 0.5px 0px, 0.5px 0.5px; letter-spacing: 1px; } .posts-button:hover{ background-color: #f8dcc972; border: 1px solid #f8dcc972; } .subscribe{ background-color: #FFF0DD; text-align: center; margin-bottom: 70px; } .subs-caption{ margin-top: 50px; padding-top: 20px; font-size: 20px; margin-bottom: 35px; } .inp-email{ padding: 8px; border: none; width: 450px; } .but-submit{ padding: 8px; background-color: #DF5700; color: white; font-size: 14px; border: none; width: 154px; } .mar-left{ margin-left: 10px; } .subs-div{ padding-bottom: 30px; } .black{ color: black; font-variant: No; } @media (max-width: 1198px) { .caption-covering1{ padding-top: 10px; margin-bottom: 5px; } } @media (max-width: 991px) { .flex-main{ flex-wrap: wrap; } .fl-item{ width: 51%; margin: auto; } .caption-covering1{ padding-top: 23px; margin-bottom: 13px; } .main-flex{ height: auto; } } @media (max-width: 767px) { .fl-item{ width: 65%; margin: auto; } .small-caps{ font-size: 12px; } .inp-email { width: 234px; } .but-submit { width: 134px; } } @media (max-width: 556px) { .fl-item{ width: 70%; } } @media (max-width: 519px) { .fl-item{ width: 76%; } } @media (max-width: 425px) { .caption-covering{ font-size: 18px; } .caption-covering1{ font-size: 18px; } .covering-button{ margin-top: 18px; } } @media (max-width: 375px) { .inp-email { width: 160px; } .but-submit { width: 135px; } } @media (max-width: 320px) { .comment-last, .comments{ font-size: 9px; } .caption-covering{ font-size: 16px; } .caption-covering1{ font-size: 16px; } .text-covering{ font-size: 12px; } .text-covering1{ font-size: 12px; } .covering-button{ margin-bottom: 5px; } .inner{ width: 100%; } }
public/assets/css/blog1.css
.caps{ font-variant: small-caps; font-family: 'Sedan SC 400'; text-transform: capitalize; } .big-caps{ font-size: 29px; font-weight: 500; } .small-caps{ font-size: 17px; font-weight: 500; } .flex-cat{ transition: background-color 0.7s; cursor: pointer; } .flex-cat:hover{ background-color: #FFF0DD; } .back-home{ font-size: 14px; font-weight: 500; margin-top: 14px; } .top-und{ border-bottom: 3px solid #E2D6C6; } .bg-col{ background-color: #E2D6C6; } .inner{ width: 84%; margin: auto; } .fl-item{ width: 32%; } .cards{ position: relative; margin-bottom: 20px; border: 1px solid #AB977B; align-items: center; padding: 0; } .cards-bigger{ height: 366px; } .cards-smaller{ height: 291px; } .cards:hover .covering-div{ visibility: visible; opacity: 1; } .cards:hover { border: 1px solid #F1DEC4; } .covering-div{ position: absolute; width: 100%; background-color: #F1DEC4; text-align: center; z-index: 1; visibility: hidden; opacity: 0; left: 0; transition: visibility 0s, opacity 0.3s linear; } .covering-div-bigger{ height: 364px; } .covering-div-smaller{ height: 291px; } .caption-covering{ padding-bottom: 3px; padding-top: 43px; border-bottom: 1px solid #bdb3a6; color: #DF5700; font-size: 22px; margin-bottom: 20px; } .caption-covering1{ padding-bottom: 3px; padding-top: 23px; border-bottom: 1px solid #bdb3a6; color: #DF5700; font-size: 22px; margin-bottom: 13px; } .text-covering{ line-height: 18px; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; } .w-80{ width: 85%; margin: auto; } .covering-button{ font-weight: 600; color: #DF5700; width: 100%; font-size: 14px; border: 1px solid #DF5700; padding: 6px; border-radius: 7px; background-color: #F1DEC4; margin-top: 33px; } .covering-last{ padding-top: 23px; font-size: 12px; font-weight: 600; padding-bottom: 51px; } .covering-last1{ padding-top: 13px; font-size: 12px; font-weight: 600; padding-bottom: 30px; } .img-arrow{ width: 20px; } .divimg img{ width: 90%; display: block; margin: auto; margin-top: 10px; } .divtext{ width: 90%; margin: auto; } .comments{ border-right: 1px solid grey; font-size: 11px; /* padding-right: 15px; */ } .sml-img{ background:url("icons/comments.png" ); width: 20px; height: 20px; } .comment-last{ font-size: 11px; } .act-style{ width:20px; height: 18px; } .pa{ padding-top: 2px; padding-bottom: 2px; } .main-flex{ height: 1420px; } .more-posts{ width:100%; text-align: center; } .posts-button{ font-size: 15px; font-weight: bolder; padding: 8px 33px; border: 1px solid #decec4; border-radius: 8px; color: #7b4c21; background-color: white; text-shadow: 0px 0.5px, 0.5px 0px, 0.5px 0.5px; letter-spacing: 1px; } .posts-button:hover{ background-color: #f8dcc972; border: 1px solid #f8dcc972; } .subscribe{ background-color: #FFF0DD; text-align: center; margin-bottom: 70px; } .subs-caption{ margin-top: 50px; padding-top: 20px; font-size: 20px; margin-bottom: 35px; } .inp-email{ padding: 8px; border: none; width: 450px; } .but-submit{ padding: 8px; background-color: #DF5700; color: white; font-size: 14px; border: none; width: 154px; } .mar-left{ margin-left: 10px; } .subs-div{ padding-bottom: 30px; } .black{ color: black; font-variant: No; } @media (max-width: 1198px) { .caption-covering1{ padding-top: 10px; margin-bottom: 5px; } } @media (max-width: 991px) { .flex-main{ flex-wrap: wrap; } .fl-item{ width: 51%; margin: auto; } .caption-covering1{ padding-top: 23px; margin-bottom: 13px; } .main-flex{ height: auto; } } @media (max-width: 767px) { .fl-item{ width: 65%; margin: auto; } .small-caps{ font-size: 12px; } .inp-email { width: 234px; } .but-submit { width: 134px; } } @media (max-width: 556px) { .fl-item{ width: 70%; } } @media (max-width: 519px) { .fl-item{ width: 76%; } } @media (max-width: 425px) { .caption-covering{ font-size: 18px; } .caption-covering1{ font-size: 18px; } .covering-button{ margin-top: 18px; } } @media (max-width: 375px) { .inp-email { width: 160px; } .but-submit { width: 135px; } } @media (max-width: 320px) { .comment-last, .comments{ font-size: 9px; } .caption-covering{ font-size: 16px; } .caption-covering1{ font-size: 16px; } .text-covering{ font-size: 12px; } .text-covering1{ font-size: 12px; } .covering-button{ margin-bottom: 5px; } .inner{ width: 100%; } }
0.523177
0.108425
@media screen and (min-width: 601px) and (max-width: 960px) { /* ----------------------------------------------- Sections Grid CSS - Fluid ----------------------------------------------- Site Name file: css/text.css author: <NAME> date: 2 July 2010 ----------------------------------------------- A grid system by <NAME> designed for publicculture.org and symphony-cms.com. Adapted by <NAME>. ----------------------------------------------- */ /* line 18, source/scss/chassis/_sections-fluid.scss */ .clingwrap .page, .container { width: auto; } /* line 21, source/scss/chassis/_sections-fluid.scss */ .section { overflow: hidden; clear: both; } /* line 25, source/scss/chassis/_sections-fluid.scss */ .subsection { float: left; width: 25%; } /* 3-column grid */ /* line 32, source/scss/chassis/_sections-fluid.scss */ .thirds .subsection, .thirds .c1 { width: 33.3333%; } /* line 35, source/scss/chassis/_sections-fluid.scss */ .thirds .half { width: 16.6666%; } /* line 38, source/scss/chassis/_sections-fluid.scss */ .thirds .c2 { width: 66.6666%; } /* 4-column grid (default) */ /* line 43, source/scss/chassis/_sections-fluid.scss */ .half { width: 12.5%; } /* line 46, source/scss/chassis/_sections-fluid.scss */ .c1 { width: 25%; } /* line 49, source/scss/chassis/_sections-fluid.scss */ .c2 { width: 50%; } /* line 52, source/scss/chassis/_sections-fluid.scss */ .c3 { width: 75%; } /* 5-column grid */ /* line 58, source/scss/chassis/_sections-fluid.scss */ .fifths .subsection, .fifths .c1 { width: 20%; } /* line 61, source/scss/chassis/_sections-fluid.scss */ .fifths .half { width: 10%; } /* line 64, source/scss/chassis/_sections-fluid.scss */ .fifths .c2 { width: 40%; } /* line 67, source/scss/chassis/_sections-fluid.scss */ .fifths .c3 { width: 60%; } /* line 70, source/scss/chassis/_sections-fluid.scss */ .fifths .c4 { width: 80%; } }
public/css/chassis/_sections-fluid.css
@media screen and (min-width: 601px) and (max-width: 960px) { /* ----------------------------------------------- Sections Grid CSS - Fluid ----------------------------------------------- Site Name file: css/text.css author: <NAME> date: 2 July 2010 ----------------------------------------------- A grid system by <NAME> designed for publicculture.org and symphony-cms.com. Adapted by <NAME>. ----------------------------------------------- */ /* line 18, source/scss/chassis/_sections-fluid.scss */ .clingwrap .page, .container { width: auto; } /* line 21, source/scss/chassis/_sections-fluid.scss */ .section { overflow: hidden; clear: both; } /* line 25, source/scss/chassis/_sections-fluid.scss */ .subsection { float: left; width: 25%; } /* 3-column grid */ /* line 32, source/scss/chassis/_sections-fluid.scss */ .thirds .subsection, .thirds .c1 { width: 33.3333%; } /* line 35, source/scss/chassis/_sections-fluid.scss */ .thirds .half { width: 16.6666%; } /* line 38, source/scss/chassis/_sections-fluid.scss */ .thirds .c2 { width: 66.6666%; } /* 4-column grid (default) */ /* line 43, source/scss/chassis/_sections-fluid.scss */ .half { width: 12.5%; } /* line 46, source/scss/chassis/_sections-fluid.scss */ .c1 { width: 25%; } /* line 49, source/scss/chassis/_sections-fluid.scss */ .c2 { width: 50%; } /* line 52, source/scss/chassis/_sections-fluid.scss */ .c3 { width: 75%; } /* 5-column grid */ /* line 58, source/scss/chassis/_sections-fluid.scss */ .fifths .subsection, .fifths .c1 { width: 20%; } /* line 61, source/scss/chassis/_sections-fluid.scss */ .fifths .half { width: 10%; } /* line 64, source/scss/chassis/_sections-fluid.scss */ .fifths .c2 { width: 40%; } /* line 67, source/scss/chassis/_sections-fluid.scss */ .fifths .c3 { width: 60%; } /* line 70, source/scss/chassis/_sections-fluid.scss */ .fifths .c4 { width: 80%; } }
0.448909
0.059949
.trigger {width:40px; height:40px; position:fixed; left:0; top:5px; background:#bbb; color:#fff; border-radius:0 5px 5px 0; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .trigger label {display:block; width:40px; height:40px; position:absolute; left:0; top:0; background:url(menu-icon.png) no-repeat center center; cursor:pointer;} .trigger label span {position:absolute; left:-9999px;} input.submenus, input#toggle {position:absolute; display:none;} .menuHolder {width:100%; position:fixed; right:0; top:0; background:#444; z-index:400;} .menu {float:right; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -ms-touch-action: none; } .menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} .menu li {display:block; position:relative;} .menu ul ul {position:absolute; left:-9999px; top:50px; padding:10px 0; z-index:0; border-radius:0 0 5px 5px; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -moz-transition: opacity 0.5s; transition: opacity 0.5s; } .menu ul ul ul {left:100%; top:auto; margin-top:-35px; border-radius:5px;} .menu ul li.left > ul {left:auto; right:0; top:50px;} .menu ul li.left ul li > ul {left:auto; right:100%; top:auto; margin-top:-35px;} .menu > ul {margin:0 auto;} .menu > ul > li {float:left; position:relative;} .menu ul {background:#444;} .menu a {display:block; text-transform:uppercase; font:normal 13px/25px 'texgyreadventorbold', 'lucida sans', arial, sans-serif; color:#fff; text-decoration:none; padding:0 40px 0 20px; position:relative; z-index:10;} .menu > ul > li > a {line-height:50px;} .menu > ul > li > label {display:block; position:relative; width:100%; margin-top:-50px; height:50px; background: url(trans.gif); z-index:100; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul ul > li > label {display:block; position:relative; margin-top:-25px; width:100%; height:25px; background: url(trans.gif)); z-index:100; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul li.back {display:none;} .menu li:hover > label {width:0;} .menu li.left ul a {text-align:right; padding:0 20px 0 40px;} .menu li:hover > a, .menu ul li:hover > a {color:#fff; background:#555; text-decoration:underline;} .menu ul li a.hassub { background: url(arrow-down.png) no-repeat right center;} .menu li ul li a.hassub { background: url(arrow-right.png) no-repeat right center;} .menu li.left ul li a.hassub {background: url(arrow-left.png) no-repeat left center;} .menu ul li:hover > a.hassub {color:#fff; background-color:#555; text-decoration:underline;} .menu li.left ul li:hover > a.hassub {color:#fff; background-color:#555; text-decoration:underline;} .menu > ul {*display:inline;} .menu ul ul, .menu ul ul ul, .menu ul li.left > ul, .menu ul li.left ul li > ul {left:-9999px; right:auto; opacity:0;} .menu ul li:hover > ul {left:0; opacity:1;} .menu ul ul li:hover > ul {left:100%; opacity:1;} .menu ul li.left:hover > ul {left:auto; right:0; opacity:1;} .menu ul li.left ul li:hover > ul {left:auto; right:100%; opacity:1;} /* for narrow screns, tablets and smartphones */ @media only screen and (max-width: 1024px) { .menuHolder {position:fixed; left:-280px; width:280px; top:0; bottom:0; height:auto; overflow-x:hidden; background:#bbb; -webkit-transition: left 0.5s; -o-transition: left 0.5s; -moz-transition: left 0.5s; transition: left 0.5s; } .menu {width:260px; text-align:center; position:absolute; z-index:100; background:#bbb; left:0; top:0; border-right:1px solid #888; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -ms-touch-action: none; -webkit-transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s; transition:0.5s; } .menu ul {margin:0; padding:0; width:260px; list-style:none; white-space:nowrap; text-align:left; border-radius:0; background:#bbb; border-right:1px solid #888;} .menu li {display:block; position:static; width:260px; height:50px; border-top:1px solid #fff; border-bottom:1px solid #888;} .menu ul li.back {display:block;} .menu ul ul {position:absolute; left:280px; top:-5000px; padding:0; z-index:0; opacity:1; background:#bbb; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul ul ul {left:300px; top:-5000px; margin-top:0; opacity:1;} .menu ul li.left > ul {left:280px; right:auto; top:-5000px;} .menu ul li.left ul li > ul {left:280px; right:auto; top:-5000px; margin-top:0;} .menu > ul {margin:0;} .menu > ul > li {float:left; position:static;} .menu ul {background:#bbb;} .menu a {display:block; font:normal 13px/50px 'texgyreadventorbold', 'lucida sans', arial, sans-serif; color:#333; border-radius:0 5px 5px 0; text-decoration:none; padding:0 0 0 20px; margin-right:50px; position:relative; z-index:10; background:transparent;} .menu > ul > li > a {line-height:50px;} .menu > ul > li > label, .menu ul ul > li > label {display:block; position:relative; margin-top:-46px; margin-right:4px; width:40px; height:40px; border:1px solid #fff; border-radius:4px; float:right; background: #aaa url(arrow-right.png) no-repeat center center; z-index:100; cursor:pointer; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; } .menu li:hover > label {width:40px;} .menu li.left ul a {text-align:left; padding:0 40px 0 20px;} .menu ul li:hover > a {color:#333; background:#bbb; text-decoration:none;} .menu ul li a:hover, .menu ul li a.hassub:hover {color:#000; background:#aba; text-decoration:underline;} .menu ul li a.hassub, .menu li.left ul li a.hassub, .menu li ul li a.hassub {background:none;} .menu ul li.back label {display:block; width:40px; height:40px; margin-top:4px; border-radius:4px; float:right; background: #9b9 url(arrow-left.png) no-repeat center center; z-index:100; cursor:pointer;} .menu ul li.back span {display:block; height:18px; font:normal 12px/18px 'texgyreadventorregular', 'lucida sans', arial, sans-serif; color:#333; width:180px; padding:5px 0 0 20px; white-space:normal; float:left; text-transform:uppercase;} .menu ul ul, .menu ul ul ul, .menu ul li.left > ul, .menu ul li.left ul li > ul {left:280px; top:-5000px; right:auto; opacity:1;} .menu ul li:hover > ul, .menu ul ul li:hover > ul, .menu ul li.left:hover > ul, .menu ul li.left ul li:hover > ul {left:280px; right:auto; opacity:1;} .menu ul li:hover > a.hassub, .menu li.left ul li:hover > a.hassub {background:none; color:#333; text-decoration:none;} .menu ul li a.hassub:hover, .menu ul ul li a.hassub:hover, .menu li.left ul li a.hassub:hover {color:#000; background:#aba; text-decoration:underline;} #submenu1:checked ~ .menu #p1, #submenu2:checked ~ .menu #p2, #submenu3:checked ~ .menu #p3, #submenu4:checked ~ .menu #p4, #submenu5:checked ~ .menu #p5, #submenu6:checked ~ .menu #p6, #submenu7:checked ~ .menu #p7, #submenu8:checked ~ .menu #p8, #submenu9:checked ~ .menu #p9, #submenu10:checked ~ .menu #p10, #submenu11:checked ~ .menu #p11 {top:0; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; } #submenu1:checked ~ .menu, #submenu2:checked ~ .menu, #submenu7:checked ~ .menu, #submenu8:checked ~ .menu {left:-280px;} #submenu3:checked ~ .menu, #submenu5:checked ~ .menu, #submenu6:checked ~ .menu, #submenu9:checked ~ .menu, #submenu11:checked ~ .menu {left:-560px;} #submenu4:checked ~ .menu, #submenu10:checked ~ .menu {left:-840px;} #toggle:checked ~ .wrapper {left:280px;} #toggle:checked ~ .wrapper .menuHolder {left:0;} #toggle:checked ~ .wrapper .trigger {left:280px;} }
storefront-ui/thirdparty/cssplay/catalog-menu.css
.trigger {width:40px; height:40px; position:fixed; left:0; top:5px; background:#bbb; color:#fff; border-radius:0 5px 5px 0; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .trigger label {display:block; width:40px; height:40px; position:absolute; left:0; top:0; background:url(menu-icon.png) no-repeat center center; cursor:pointer;} .trigger label span {position:absolute; left:-9999px;} input.submenus, input#toggle {position:absolute; display:none;} .menuHolder {width:100%; position:fixed; right:0; top:0; background:#444; z-index:400;} .menu {float:right; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -ms-touch-action: none; } .menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} .menu li {display:block; position:relative;} .menu ul ul {position:absolute; left:-9999px; top:50px; padding:10px 0; z-index:0; border-radius:0 0 5px 5px; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -moz-transition: opacity 0.5s; transition: opacity 0.5s; } .menu ul ul ul {left:100%; top:auto; margin-top:-35px; border-radius:5px;} .menu ul li.left > ul {left:auto; right:0; top:50px;} .menu ul li.left ul li > ul {left:auto; right:100%; top:auto; margin-top:-35px;} .menu > ul {margin:0 auto;} .menu > ul > li {float:left; position:relative;} .menu ul {background:#444;} .menu a {display:block; text-transform:uppercase; font:normal 13px/25px 'texgyreadventorbold', 'lucida sans', arial, sans-serif; color:#fff; text-decoration:none; padding:0 40px 0 20px; position:relative; z-index:10;} .menu > ul > li > a {line-height:50px;} .menu > ul > li > label {display:block; position:relative; width:100%; margin-top:-50px; height:50px; background: url(trans.gif); z-index:100; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul ul > li > label {display:block; position:relative; margin-top:-25px; width:100%; height:25px; background: url(trans.gif)); z-index:100; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul li.back {display:none;} .menu li:hover > label {width:0;} .menu li.left ul a {text-align:right; padding:0 20px 0 40px;} .menu li:hover > a, .menu ul li:hover > a {color:#fff; background:#555; text-decoration:underline;} .menu ul li a.hassub { background: url(arrow-down.png) no-repeat right center;} .menu li ul li a.hassub { background: url(arrow-right.png) no-repeat right center;} .menu li.left ul li a.hassub {background: url(arrow-left.png) no-repeat left center;} .menu ul li:hover > a.hassub {color:#fff; background-color:#555; text-decoration:underline;} .menu li.left ul li:hover > a.hassub {color:#fff; background-color:#555; text-decoration:underline;} .menu > ul {*display:inline;} .menu ul ul, .menu ul ul ul, .menu ul li.left > ul, .menu ul li.left ul li > ul {left:-9999px; right:auto; opacity:0;} .menu ul li:hover > ul {left:0; opacity:1;} .menu ul ul li:hover > ul {left:100%; opacity:1;} .menu ul li.left:hover > ul {left:auto; right:0; opacity:1;} .menu ul li.left ul li:hover > ul {left:auto; right:100%; opacity:1;} /* for narrow screns, tablets and smartphones */ @media only screen and (max-width: 1024px) { .menuHolder {position:fixed; left:-280px; width:280px; top:0; bottom:0; height:auto; overflow-x:hidden; background:#bbb; -webkit-transition: left 0.5s; -o-transition: left 0.5s; -moz-transition: left 0.5s; transition: left 0.5s; } .menu {width:260px; text-align:center; position:absolute; z-index:100; background:#bbb; left:0; top:0; border-right:1px solid #888; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -ms-touch-action: none; -webkit-transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s; transition:0.5s; } .menu ul {margin:0; padding:0; width:260px; list-style:none; white-space:nowrap; text-align:left; border-radius:0; background:#bbb; border-right:1px solid #888;} .menu li {display:block; position:static; width:260px; height:50px; border-top:1px solid #fff; border-bottom:1px solid #888;} .menu ul li.back {display:block;} .menu ul ul {position:absolute; left:280px; top:-5000px; padding:0; z-index:0; opacity:1; background:#bbb; -webkit-transition:0s 0.5s; -o-transition:0s 0.5s; -moz-transition:0s 0.5s; transition:0s 0.5s; } .menu ul ul ul {left:300px; top:-5000px; margin-top:0; opacity:1;} .menu ul li.left > ul {left:280px; right:auto; top:-5000px;} .menu ul li.left ul li > ul {left:280px; right:auto; top:-5000px; margin-top:0;} .menu > ul {margin:0;} .menu > ul > li {float:left; position:static;} .menu ul {background:#bbb;} .menu a {display:block; font:normal 13px/50px 'texgyreadventorbold', 'lucida sans', arial, sans-serif; color:#333; border-radius:0 5px 5px 0; text-decoration:none; padding:0 0 0 20px; margin-right:50px; position:relative; z-index:10; background:transparent;} .menu > ul > li > a {line-height:50px;} .menu > ul > li > label, .menu ul ul > li > label {display:block; position:relative; margin-top:-46px; margin-right:4px; width:40px; height:40px; border:1px solid #fff; border-radius:4px; float:right; background: #aaa url(arrow-right.png) no-repeat center center; z-index:100; cursor:pointer; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; } .menu li:hover > label {width:40px;} .menu li.left ul a {text-align:left; padding:0 40px 0 20px;} .menu ul li:hover > a {color:#333; background:#bbb; text-decoration:none;} .menu ul li a:hover, .menu ul li a.hassub:hover {color:#000; background:#aba; text-decoration:underline;} .menu ul li a.hassub, .menu li.left ul li a.hassub, .menu li ul li a.hassub {background:none;} .menu ul li.back label {display:block; width:40px; height:40px; margin-top:4px; border-radius:4px; float:right; background: #9b9 url(arrow-left.png) no-repeat center center; z-index:100; cursor:pointer;} .menu ul li.back span {display:block; height:18px; font:normal 12px/18px 'texgyreadventorregular', 'lucida sans', arial, sans-serif; color:#333; width:180px; padding:5px 0 0 20px; white-space:normal; float:left; text-transform:uppercase;} .menu ul ul, .menu ul ul ul, .menu ul li.left > ul, .menu ul li.left ul li > ul {left:280px; top:-5000px; right:auto; opacity:1;} .menu ul li:hover > ul, .menu ul ul li:hover > ul, .menu ul li.left:hover > ul, .menu ul li.left ul li:hover > ul {left:280px; right:auto; opacity:1;} .menu ul li:hover > a.hassub, .menu li.left ul li:hover > a.hassub {background:none; color:#333; text-decoration:none;} .menu ul li a.hassub:hover, .menu ul ul li a.hassub:hover, .menu li.left ul li a.hassub:hover {color:#000; background:#aba; text-decoration:underline;} #submenu1:checked ~ .menu #p1, #submenu2:checked ~ .menu #p2, #submenu3:checked ~ .menu #p3, #submenu4:checked ~ .menu #p4, #submenu5:checked ~ .menu #p5, #submenu6:checked ~ .menu #p6, #submenu7:checked ~ .menu #p7, #submenu8:checked ~ .menu #p8, #submenu9:checked ~ .menu #p9, #submenu10:checked ~ .menu #p10, #submenu11:checked ~ .menu #p11 {top:0; -webkit-transition:0s; -o-transition:0s; -moz-transition:0s; transition:0s; } #submenu1:checked ~ .menu, #submenu2:checked ~ .menu, #submenu7:checked ~ .menu, #submenu8:checked ~ .menu {left:-280px;} #submenu3:checked ~ .menu, #submenu5:checked ~ .menu, #submenu6:checked ~ .menu, #submenu9:checked ~ .menu, #submenu11:checked ~ .menu {left:-560px;} #submenu4:checked ~ .menu, #submenu10:checked ~ .menu {left:-840px;} #toggle:checked ~ .wrapper {left:280px;} #toggle:checked ~ .wrapper .menuHolder {left:0;} #toggle:checked ~ .wrapper .trigger {left:280px;} }
0.31563
0.104067
@font-face { font-family: "caldera-forms"; src: url("fonts/caldera-forms.eot?7moc5h"); src: url("fonts/caldera-forms.eot?#iefix7moc5h") format("embedded-opentype"), url("fonts/caldera-forms.woff?7moc5h") format("woff"), url("fonts/caldera-forms.ttf?7moc5h") format("truetype"), url("fonts/caldera-forms.svg?7moc5h#caldera-forms") format("svg"); font-weight: normal; font-style: normal; } [class^="icn-"], [class*=" icn-"] { font-family: "caldera-forms"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icn-field:before { content: "\e60b"; } .icn-right:before { content: "\e60c"; } .icn-equalizer:before { content: "\e60d"; } .icn-cog:before { content: "\e605"; } .icn-check:before { content: "\e606"; } .icn-plus:before { content: "\e607"; } .icn-radio-checked:before { content: "\e608"; } .icn-radio-unchecked:before { content: "\e609"; } .icn-code:before { content: "\e60a"; } .icn-duplicate:before { content: "\e600"; } .icn-folder:before { content: "\e601"; } .icn-delete:before { content: "\e602"; } .icn-repeat:before { content: "\e603"; } .icn-cf:before { content: "\e604"; } /* cleanup for announcements */ #wpbody-content > div.updated, #wpbody-content > div.error { margin: 50px 27px -50px 2px; } /* Admin Panels */ .caldera-editor-header-nav.spinner { display: block; margin: 10px 0 -6px; } .caldera-editor-header-nav > li.caldera-forms-headtext { display: block; padding: 12px 0 0; color: #737373; } .caldera-editor-header-nav > li.sub-meta-line { padding: 9px; } .toggle_option_row { margin: 4px 0; } .toggle_option_row input { display: inline; } .toggle_option_row .dashicons-sort { cursor: all-scroll; } .toggle_option_row .toggle_value_field, .toggle_option_row .toggle_label_field { } .toggle_processor_event, .toggle_option_tab { float: right; margin: 0 6px 0 0; } .toggle_processor_event .button, .toggle_option_tab .button { border-radius: 0; margin-right: -5px; } .toggle_processor_event .button:last-child, .toggle_option_tab .button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .toggle_processor_event .button:first-child, .toggle_option_tab .button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .toggle_option_preview .button { border-radius: 0; margin-right: -5px; } .toggle_option_preview .button:first-child { border-radius: 3px 0 0 3px; } .toggle_option_preview .button:last-child { border-radius: 0 3px 3px 0; } .toplevel_page_caldera-forms .wrap { padding-top: 35px; } .caldera-entry-exporter { float: left; margin-top: -38px; } .caldera-group-panel { width: 350px; padding: 12px 12px 0; float: left; background-color: #ffffff; border: 1px solid #dfdfdf; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin: 0 10px 10px 0; height: 200px; } .caldera-group-panel .add-new-h2 { display: none; } .caldera-group-description { height: 75px; margin-right: -12px; overflow: auto; padding: 5px 10px 5px 0; } .caldera-group-panel .description { color: #afafaf; float: right; } .caldera-group-panel.new-element { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 5px dashed #e0e0e0; border-radius: 2px; box-shadow: none; height: 192px; width: 342px; position: relative; text-align: center; } .caldera-mini-list .caldera-group-description, .caldera-mini-list .caldera-group-footer { display: none; } .caldera-group-panel.caldera-mini-list { height: 61px; width: 250px; } .caldera-group-panel.caldera-mini-list.new-element { height: 54px; } .caldera-group-panel.caldera-mini-list.new-element-form { width: 350px; height: 200px; } .caldera-group-panel.caldera-mini-list.new-element-form .caldera-group-footer { display: block; } .caldera-group-panel.new-element .caldera-new-element { display: none; } .caldera-group-panel textarea { height: 82px; margin: 15px 1px 20px; width: 100%; } select.caldera-type-selector { display: block; float: right; margin-top: 1px; width: 140px; } .caldera-group-panel.new-element .add-new-h2 { display: inline-block; margin-top: 80px; } .caldera-group-panel.caldera-mini-list.new-element .add-new-h2 { margin-top: 10px; } .caldera-group-panel.new-element.new-element-form .add-new-h2 { margin-top: 80px; } .caldera-group-panel .has-error, .caldera-processor-nav.has-error { border-color: #ff0000 !important; } .caldera-group-panel .has-error:focus, .caldera-processor-nav.has-error a, .layout-form-field.has-error .preview-caldera-config-group { box-shadow: 0 0 2px rgba(255, 0, 0, 0.8); } .caldera-config-group-toggle-options { margin-bottom: 20px; } .caldera-group-panel h3 { border-bottom: 1px solid #dfdfdf; font-size: 1.2em; font-weight: 400; margin: 0 -12px; padding: 0 12px 12px; } .caldera-group-footer { background-color: #f7f7f7; border-top: 1px solid #dfdfdf; margin: 0 -12px; padding: 12px; text-align: right; } .caldera-delete-element { display: inline-block; margin-top: 6px; } .caldera-panel-info { background: none repeat scroll 0 0 #f8f8f8; display: block; list-style: none outside none; margin: 0 -12px; padding: 6px; border-bottom: 1px solid #dfdfdf; } .caldera-panel-info > li { display: inline-block; margin: 0; padding: 0; width: 100px; color: #7f7f7f; } /* Editor Styles */ .caldera-editor-header { background: none repeat scroll 0 0 #ffffff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); border-bottom: 1px solid #dfdfdf; margin: -10px -20px 0 -22px; padding: 0 12px; clear: both; } .caldera-editor-header { background: none repeat scroll 0 0 #ffffff; border-bottom: 1px solid #dfdfdf; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); clear: both; margin: -10px -20px 0 -22px; padding: 0 12px; position: fixed; top: 42px; width: 100%; z-index: 100; } .caldera-editor-header.caldera-editor-subnav { background-color: #f0f0f0; top: 84px; } .caldera-editor-header .button.caldera-header-save-button, .caldera-editor-header .caldera-header-email-preview-button, .caldera-editor-header .button.caldera-header-preview-button, .caldera-header-restore-button, .caldera-header-return-button { float: left; margin: 7px 12px 0 12px; position: relative; } .caldera-header-restore-button, .caldera-header-return-button { margin: 7px 12px 0 12px !important; } .caldera-editor-header-nav { list-style: none outside none; margin: 0; min-height: 38px; float: left; } .caldera-editor-header-nav > li { float: left; margin: 0; padding: 0; } .caldera-editor-header-nav li.caldera-element-type-label { background-color: #f8f8f8; color: #8f8f8f; display: inline-block; padding: 12px; } li.caldera-forms-version { color: #afafaf; font-size: 0.8em; padding: 12px 0 10px; } li.caldera-editor-logo { font-size: 18px; font-weight: 300; padding: 11px 12px 11px 0; } .caldera-editor-header-nav > li a { display: inline-block; padding: 12px 12px; text-decoration: none; color: #839e3f; } .caldera-editor-header-nav > li.active a { background: none repeat scroll 0 0 #a3be5f; color: #fff; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item { padding: 6px 6px 6px 12px; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item.separator { border-right: 1px solid #efefef; height: 29px; margin-right: 10px; padding: 6px 0 6px 12px; } .caldera-editor-body .users-settings-input { width: 350px; } .caldera-editor-body .button.block-button, .caldera-editor-body .block-input { width: 100%; } .caldera-editor-section { clear: both; } .caldera-editor-groups-panel { float: left; width: 180px; margin-right: 15px; } .caldera-editor-fields-panel { float: left; width: 180px; margin-right: 15px; } .caldera-editor-groups-panel > ul, .caldera-editor-fields-panel ul { margin: 6px 0 0; padding: 0; } .caldera-editor-groups-panel li, .caldera-editor-fields-panel li { border-bottom: 1px solid #dfdfdf; margin: 0; } .icn-right.pull-right { float: right; margin: 2px -2px 0 0; display: none; } .caldera-group-nav.is-admin span { color: #ef1010; } .caldera-field-line.active .icn-right, .caldera-group-nav.active .icn-right { display: block; } .caldera-editor-groups-panel a, .caldera-editor-fields-panel a { color: #6f6f6f; display: block; padding: 6px; text-decoration: none; } .caldera-editor-groups-panel li.active a, .caldera-editor-groups-panel a:hover, .caldera-editor-fields-panel li.active a, .caldera-editor-fields-panel a:hover { background: none repeat scroll 0 0 #e8e8e8; } .caldera-editor-fields-panel .button.add-field { width: 140px; } .caldera-editor-fields-panel .button.icon-button { float: right; } .caldera-editor-group-settings { margin-top: 5px; padding-top: 5px; } .caldera-editor-group-settings .block-input { margin: 2px 0; } .caldera-editor-field-config { float: left; width: 350px; } .layout-form-field { background: #fff; padding: 5px; } .layout-form-field .control-label { padding: 0 0 5px; display: block; } .layout-form-field .field_preview { min-height: 38px; border: 1px solid transparent; } .preview-caldera-config-group { padding: 6px; } .preview-field-config { width: 100%; } .layout-form-field .icon-edit { background: #efefef none repeat scroll 0 0; border-radius: 4px; border: 1px solid #bfbfbf; padding: 5px; position: absolute; right: 12px; top: 12px; z-index: 999; color: #707070; } .layout-form-field .dashicons-admin-page { background: #efefef none repeat scroll 0 0; border: 1px solid #bfbfbf; border-radius: 4px; color: #707070; font-size: 16px; height: 25px; line-height: 25px; padding: 0; position: absolute; right: 40px; top: 12px; width: 25px; z-index: 999; } .layout-form-field .icon-edit:hover, .layout-form-field .dashicons-admin-page:hover { background: #fcfcfc none repeat scroll 0 0; color: #505050; } .layout-form-field.ui-sortable-helper { border-radius: 3px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .field_preview .help-block { display: block; margin: 5px 0; font-style: italic; color: #8f8f8f; } .field-edit-open .field_preview { background: none repeat scroll 0 0 #eff5f5; border: 1px solid #40a4cf; border-radius: 3px; } .layout-new-form-field .field_preview { display: none; } .has-error .field_preview { border: 1px solid #ff0000; } textarea.block-input.field-config { height: 100px; width: 100%; } .block-input.field-config { width: 100%; line-height: 20px; } .field-config.field-checkbox { margin-top: 4px; } #new_form_baldrickModalBody .new-form-name.block-input.field-config { background-color: #fff; border-color: #779233; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset; color: #333; margin-top: 17px; padding: 7px; } #new_form_baldrickModalBody .new-form-name.block-input.field-config.has-error { border-color: #ff0000; } h3.caldera-editor-field-title { border-bottom: 1px solid #cfcfcf; font-size: 18px; font-weight: 400; margin: 0 0 6px; padding: 0 0 12px; color: #3f3f3f; } h3.caldera-editor-field-title { border-bottom: 1px solid #cfcfcf; font-size: 18px; font-weight: 400; margin: 0 0 6px; padding: 5px 0 12px; color: #3f3f3f; } .caldera-editor-body.caldera-config-editor-panel.caldera-config-has-side { margin-right: 420px; } .caldera-config-editor-main-panel { float: left; width: 100%; } .caldera-config-editor-side-panel { bottom: 30px; overflow-y: scroll; padding-right: 15px; position: fixed; right: 0; top: 172px; width: 400px; } .caldera-config-editor-panel-group { border-bottom: 1px solid #dfdfdf; margin-bottom: 30px; padding-bottom: 20px; } .caldera-config-editor-panel .add-new-h2, .caldera-config-editor-panel .add-new-h2:active { font-size: 10px; margin: 4px 10px 4px 10px; } .add-new-h2.caldera-add-page, .add-new-h2.caldera-add-page:active { margin-left: 0; } .caldera-config-group label { display: block; margin: 4px 0 0; } .caldera-config-group > label, .caldera-config-group > legend, .caldera-config-group legend { float: left; margin: -2px 0 0 -140px; padding: 6px 0; width: 110px; } .form-extend-page-wrap.spinner { float: none; } .form-extend-page-wrap .caldera-config-group > label, .form-extend-page-wrap .caldera-config-group > legend { margin-left: -340px; width: 330px; } .caldera-config-group .field-key { float: left; margin: 1px 0 0 -140px; width: 120px; } .caldera-config-group.caldera-config-group-full > label { margin: 0; } .caldera-config-group { clear: both; margin: 0 5px 0 140px; } .form-extend-page-wrap .caldera-config-group { margin-left: 340px; } .caldera-config-group.caldera-config-group-full { margin-left: 0; } .caldera-config-field { display: inline-block; margin-bottom: 12px; width: 100%; position: relative; } .magic-tags-autocomplete, .magic-tags-list { background-color: #fff; border: 1px solid #ddd; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-sizing: border-box; margin: 1px; max-height: 160px; overflow: auto; padding: 0; position: absolute; top: auto; width: 100%; z-index: 999999; } .toggle_option_row .magic-tags-autocomplete { width: 279px; } /** Magic tags autocomplete .magic-tags-list is new .magic-tags-autocomplete is legacy **/ .magic-tags-autocomplete > ul, .magic-tags-list > ul { margin: 0; padding: 0; } .magic-tags-autocomplete > ul > li, .magic-tags-list > ul > li { border-bottom: 1px solid #dfdfdf; margin: 0; padding: 5px 6px 6px 12px; white-space: nowrap; } .magic-tags-autocomplete > ul > li.header, .magic-tags-list > ul > li.header { border-bottom: 1px solid #dfdfdf; font-style: italic; font-weight: bold; margin: 0; padding: 5px 6px 6px; } .magic-tags-autocomplete > ul > li.tag, .magic-tags-liste > ul > li.tag { cursor: pointer; } .magic-tags-autocomplete > ul > li.tag:hover, .magic-tags-autocomplete > ul > li.tag:hover { background: none repeat scroll 0 0 #f5f5f5; } .magic-tags-autocomplete > ul > li.tag > strong { color: #df2020; } .caldera-config-field-break { clear: both; display: block; margin-bottom: 6px; } .caldera-editor-body { min-height: 400px; padding-top: 95px; position: relative; } .caldera-code-editor-panel { padding-top: 90px; } .caldera-editor-body .new-group-input, .caldera-editor-body .new-field-input { margin-top: 10px; } .caldera-editor-body .button.repeat-config-button { margin-top: 10px; margin-bottom: 5px; } .caldera-meta-box { margin-right: 15px; } .caldera-meta-side { width: 280px; } .caldera-meta-normal { max-width: 700px; } .caldera-editor-body > h3, .caldera-config-editor-main-panel > h3 { background-color: #f4f4f4; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09); color: #636363; font-weight: 400; margin: -11px 4px 12px -10px; padding: 10px 10px 6px; position: fixed; top: 128px; width: 100%; z-index: 99; } .caldera-config-editor-main-panel h3 .layout-new-form-field { margin-top: -3px; } .ui-draggable-dragging { z-index: 100; } .button.button-small.layout-new-form-field.ui-draggable.ui-draggable-dragging { z-index: 999999; } .button.button-small.layout-new-form-field.ui-draggable { cursor: all-scroll; } @media screen and (max-width: 782px) { .caldera-editor-body > h3 { top: 143px; padding: 10px 10px 12px 20px; } .add-new-h2.caldera-add-group { padding: 4px 8px; } } @media screen and (max-width: 600px) { .caldera-editor-body > h3 { top: 143px; position: absolute; } } .caldera-editor-body .pull-right { float: right; } .caldera-editor-body .postbox h3.hndle { cursor: default; } input.has-error, input.has-error:focus, select.has-error, select.has-error:focus, textarea.has-error, textarea.has-error:focus { border-color: #ff0000; box-shadow: 0 0 2px rgba(255, 0, 0, 0.8); } a span.error-tag { background: none repeat scroll 0 0 #df1010; border-radius: 3px; color: #ffffff; font-weight: bold; margin-left: 8px; padding: 0 5px; } /*--- ADMIN --- */ /* USER PANELS */ #user_profile_baldrickModalBody, #general_settings_baldrickModalBody { padding: 0; } .form-admin-page-wrap { margin: 50px 0 0 430px; } .form-extend-page-wrap { margin: 100px 0 0 0; } .form-panel-wrap { float: left; margin-left: -430px; width: 430px; position: relative; } .form-entries-wrap { padding: 0 0 0 30px; } .form-entries-wrap .caldera-forms-entry-exporter { margin-top: 1px; } .form-panel.postbox { border-left: 6px solid #e5e5e5; float: left; margin-right: 20px; padding: 6px 5px 5px 12px; min-width: 350px; max-width: 350px; border-radius: 0; } .list.form-panel.postbox { float: none; min-width: 100%; max-width: 100%; width: auto; overflow: auto; box-sizing: border-box; } .form-extend-page-wrap .list.form-panel.postbox { -moz-box-sizing: border-box; box-sizing: border-box; } .form-panel.postbox h4 { cursor: pointer; font-size: 1em; height: 15px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .form-panel.postbox h5 { color: #8f8f8f; height: 12px; margin: 4px 0; overflow: hidden; text-overflow: ellipsis; width: 100%; } .form-panel.postbox .avatar-link { background-color: #ffffff; border: 3px solid #e5e5e5; border-radius: 100%; cursor: pointer; display: block; height: 28px; left: -20px; overflow: hidden; position: absolute; top: -18px; width: 28px; } .form-panel .cf-deleted-row td { opacity: 0.2; } .form-panel .cf-deleted-row .view-entry-btn { display: none; } .form-panel .cf-deleted-row td:last-child { opacity: 1; } .avatar-link .avatar { max-width: 100%; max-height: 100%; } .form-controls { bottom: 0; list-style: none outside none; margin: 0; position: absolute; right: 0; } .form-controls > li, .modal-side-tabs > li { display: inline-block; float: left; margin: 0; } .form-controls > li .form-control, .modal-side-tabs > li .modal-side-tab { background: none repeat scroll 0 0 #f7f7f7; display: block; margin: 0; padding: 6px 10px; text-decoration: none; color: #8f8f8f; } .form-controls > li .form-control:hover, .modal-side-tabs > li .modal-side-tab:hover { background-color: #efefef; } .form-controls > li.form-delete { float: right; } .form-controls > li.form-delete .form-control { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); color: #df1010; visibility: hidden; } .form-panel:hover .form-controls > li.form-delete .form-control { text-decoration: underline; visibility: visible; } .caldera-manage-groups-tip { padding: 10px 0; text-align: center; } /** DETAIL PROFILE MODAL */ .modal-inside { height: 100%; margin-left: 170px; padding-right: 10px; overflow: auto; } .modal-inside .modal-side-bar { background-color: #dfdfdf; bottom: 0; left: 0; overflow: auto; position: absolute; top: 0; width: 150px; } .user-avatar, .user-avatar img { float: left; } .modal-side-bar .modal-side-tabs { background-color: #dfdfdf; bottom: 0; margin: 0; overflow: auto; position: absolute; top: 0; width: 100%; min-height: 100px; } .modal-side-bar.has-avatar .modal-side-tabs { top: 150px; } .modal-side-tabs > li .modal-side-tab { background-color: #989898; color: #ffffff; } .modal-side-tabs > li .modal-side-tab:hover { background-color: #efefef; color: #585858; } .modal-side-tabs > li .modal-side-tab.active { background-color: #fff; color: #585858; } .modal-side-bar .modal-side-tabs > li { width: 100%; } .tab-detail-panel { float: right; width: 100%; } .user-field-lable { display: inline-block; width: 80px; color: #898989; } input.disabled-input { background-color: #efefef; box-shadow: none; } .tab-detail-panel > h4 { font-weight: bold; margin: 0 0 12px; } .tab-detail-panel > h4 small { color: #a9a9a9; font-style: italic; font-weight: normal; } .tab-detail-panel .button.caldera-add-group { margin-bottom: 10px !important; } .tab-detail-panel .caldera-repeater-group { margin-bottom: 12px; } .caldera-repeater-group-control { background: none repeat scroll 0 0 #f7f7f7; border: 1px solid #f4f4f4; clear: both; padding: 6px; text-align: right; } .caldera-repeater-group:hover .caldera-repeater-group-control.row-actions { visibility: visible; } .tab-detail-panel .caldera-repeater-group hr { clear: both; } .caldera-modal-body.spinner { background-position: 12px 12px; min-height: 44px; display: block; float: none; text-align: center; width: 100%; } #form-entries-viewer.spinner { display: block; visibility: visible; float: left; height: 22px; padding: 0; width: 22px; } #form-entries-viewer.spinner div, #form-entries-viewer.spinner p { display: none; } .form-panel.postbox .avatar-link.Administrator { border-color: #b5cf75; } .form-panel.postbox.ajax-trigger { cursor: pointer; } .form-panel.postbox.ajax-trigger:hover { background-color: #f7f7f7; } .avatar-wall { margin: 0px; float: left; width: 80px; height: 80px; cursor: pointer; } .avatar-wall img { width: 80px; height: 80px; } .avatar-mini { margin: 0px; float: left; width: 40px; height: 40px; cursor: pointer; } .avatar-mini img { width: 40px; height: 40px; } .user-name { cursor: pointer; } .avatar-column { margin: 0px; width: 30px; height: 30px; cursor: pointer; } .avatar-column img { width: 30px; height: 30px; } /* POP */ .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 8px; } .popover > .pointer, .popover > .pointer:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .pointer { border-width: 9px; } .popover > .pointer:after { border-width: 8px; content: ""; } .popover.top > .pointer { left: 50%; margin-left: -9px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.1); bottom: -9px; } .popover.top > .pointer:after { content: " "; bottom: 1px; margin-left: -8px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .pointer { top: 50%; left: -9px; margin-top: -9px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.1); } .popover.right > .pointer:after { content: " "; left: 1px; bottom: -8px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .pointer { left: 50%; margin-left: -9px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.1); top: -9px; } .popover.bottom > .pointer:after { content: " "; top: 1px; margin-left: -8px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .pointer { top: 50%; right: -9px; margin-top: -9px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.1); } .popover.left > .pointer:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -8px; } .image-thumb { margin-left: 68px; padding: 6px 0 6px 6px; } .popover-side-bar { float: left; margin-left: -68px; width: 62px; } .image-thumb .popover-main-content { margin-right: 6px; } .popover-main-content select { width: 100%; } .popover-content.image-thumb .button.popover-button { margin: 0 0 3px; width: 100%; } .popover-content.image-thumb .popover-main-content .button.popover-button { margin: 6px 0 0; } .tab-detail-panel .button.caldera-add-group { margin-bottom: 10px !important; } .spinner.loading { display: inline; visibility: visible; } .form-panel html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .form-panel body { margin: 0; } .form-panel article, .form-panel aside, .form-panel details, .form-panel figcaption, .form-panel figure, .form-panel footer, .form-panel header, .form-panel hgroup, .form-panel main, .form-panel nav, .form-panel section, .form-panel summary { display: block; } .form-panel audio, .form-panel canvas, .form-panel progress, .form-panel video { display: inline-block; vertical-align: baseline; } .form-panel audio:not([controls]) { display: none; height: 0; } .form-panel [hidden], .form-panel template { display: none; } .form-panel a { background: transparent; } .form-panel a:active, .form-panel a:hover { outline: 0; } .form-panel abbr[title] { border-bottom: 1px dotted; } .form-panel b, .form-panel strong { font-weight: bold; } .form-panel dfn { font-style: italic; } .form-panel h1 { font-size: 2em; margin: 0.67em 0; } .form-panel mark { background: #ff0; color: #000; } .form-panel small { font-size: 80%; } .form-panel sub, .form-panel sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .form-panel sup { top: -0.5em; } .form-panel sub { bottom: -0.25em; } .form-panel img { border: 0; } .form-panel svg:not(:root) { overflow: hidden; } .form-panel figure { margin: 1em 40px; } .form-panel hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .form-panel pre { overflow: auto; } .form-panel code, .form-panel kbd, .form-panel pre, .form-panel samp { font-family: monospace, monospace; font-size: 1em; } .form-panel button, .form-panel input, .form-panel optgroup, .form-panel select, .form-panel textarea { color: inherit; font: inherit; margin: 0; } .form-panel button { overflow: visible; } .form-panel button, .form-panel select { text-transform: none; } .form-panel button, .form-panel html input[type="button"], .form-panel input[type="reset"], .form-panel input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .form-panel button[disabled], .form-panel html input[disabled] { cursor: default; } .form-panel button::-moz-focus-inner, .form-panel input::-moz-focus-inner { border: 0; padding: 0; } .form-panel input { line-height: normal; } .form-panel input[type="checkbox"], .form-panel input[type="radio"] { box-sizing: border-box; padding: 0; } .form-panel input[type="number"]::-webkit-inner-spin-button, .form-panel input[type="number"]::-webkit-outer-spin-button { height: auto; } .form-panel input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .form-panel input[type="search"]::-webkit-search-cancel-button, .form-panel input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } .form-panel fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .form-panel legend { border: 0; padding: 0; } .form-panel textarea { overflow: auto; } .form-panel optgroup { font-weight: bold; } .form-panel table { border-collapse: collapse; border-spacing: 0; } .form-panel td, .form-panel th { padding: 0; } .form-panel table { max-width: 100%; background-color: transparent; } .form-panel th { text-align: left; } .form-panel .table { width: 100%; margin-bottom: 20px; } .form-panel .table > thead > tr > th, .form-panel .table > tbody > tr > th, .form-panel .table > tfoot > tr > th, .form-panel .table > thead > tr > td, .form-panel .table > tbody > tr > td, .form-panel .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .form-panel .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .form-panel .table > caption + thead > tr:first-child > th, .form-panel .table > colgroup + thead > tr:first-child > th, .form-panel .table > thead:first-child > tr:first-child > th, .form-panel .table > caption + thead > tr:first-child > td, .form-panel .table > colgroup + thead > tr:first-child > td, .form-panel .table > thead:first-child > tr:first-child > td { border-top: 0; } .form-panel .table > tbody + tbody { border-top: 2px solid #dddddd; } .form-panel .table .table { background-color: #ffffff; } .form-panel .table-condensed > thead > tr > th, .form-panel .table-condensed > tbody > tr > th, .form-panel .table-condensed > tfoot > tr > th, .form-panel .table-condensed > thead > tr > td, .form-panel .table-condensed > tbody > tr > td, .form-panel .table-condensed > tfoot > tr > td { padding: 5px; } .form-panel .table-bordered { border: 1px solid #dddddd; } .form-panel .table-bordered > thead > tr > th, .form-panel .table-bordered > tbody > tr > th, .form-panel .table-bordered > tfoot > tr > th, .form-panel .table-bordered > thead > tr > td, .form-panel .table-bordered > tbody > tr > td, .form-panel .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .form-panel .table-bordered > thead > tr > th, .form-panel .table-bordered > thead > tr > td { border-bottom-width: 2px; } .form-panel .table-striped > tbody > tr:nth-child(odd) > td, .form-panel .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .form-panel .table-hover > tbody > tr:hover > td, .form-panel .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } .form-panel table col[class*="col-"] { position: static; float: none; display: table-column; } .form-panel table td[class*="col-"], .form-panel table th[class*="col-"] { position: static; float: none; display: table-cell; } .form-panel .table > thead > tr > td.active, .form-panel .table > tbody > tr > td.active, .form-panel .table > tfoot > tr > td.active, .form-panel .table > thead > tr > th.active, .form-panel .table > tbody > tr > th.active, .form-panel .table > tfoot > tr > th.active, .form-panel .table > thead > tr.active > td, .form-panel .table > tbody > tr.active > td, .form-panel .table > tfoot > tr.active > td, .form-panel .table > thead > tr.active > th, .form-panel .table > tbody > tr.active > th, .form-panel .table > tfoot > tr.active > th { background-color: #f5f5f5; } .form-panel .table-hover > tbody > tr > td.active:hover, .form-panel .table-hover > tbody > tr > th.active:hover, .form-panel .table-hover > tbody > tr.active:hover > td, .form-panel .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .form-panel .table > thead > tr > td.success, .form-panel .table > tbody > tr > td.success, .form-panel .table > tfoot > tr > td.success, .form-panel .table > thead > tr > th.success, .form-panel .table > tbody > tr > th.success, .form-panel .table > tfoot > tr > th.success, .form-panel .table > thead > tr.success > td, .form-panel .table > tbody > tr.success > td, .form-panel .table > tfoot > tr.success > td, .form-panel .table > thead > tr.success > th, .form-panel .table > tbody > tr.success > th, .form-panel .table > tfoot > tr.success > th { background-color: #dff0d8; } .form-panel .table-hover > tbody > tr > td.success:hover, .form-panel .table-hover > tbody > tr > th.success:hover, .form-panel .table-hover > tbody > tr.success:hover > td, .form-panel .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .form-panel .table > thead > tr > td.info, .form-panel .table > tbody > tr > td.info, .form-panel .table > tfoot > tr > td.info, .form-panel .table > thead > tr > th.info, .form-panel .table > tbody > tr > th.info, .form-panel .table > tfoot > tr > th.info, .form-panel .table > thead > tr.info > td, .form-panel .table > tbody > tr.info > td, .form-panel .table > tfoot > tr.info > td, .form-panel .table > thead > tr.info > th, .form-panel .table > tbody > tr.info > th, .form-panel .table > tfoot > tr.info > th { background-color: #d9edf7; } .form-panel .table-hover > tbody > tr > td.info:hover, .form-panel .table-hover > tbody > tr > th.info:hover, .form-panel .table-hover > tbody > tr.info:hover > td, .form-panel .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .form-panel .table > thead > tr > td.warning, .form-panel .table > tbody > tr > td.warning, .form-panel .table > tfoot > tr > td.warning, .form-panel .table > thead > tr > th.warning, .form-panel .table > tbody > tr > th.warning, .form-panel .table > tfoot > tr > th.warning, .form-panel .table > thead > tr.warning > td, .form-panel .table > tbody > tr.warning > td, .form-panel .table > tfoot > tr.warning > td, .form-panel .table > thead > tr.warning > th, .form-panel .table > tbody > tr.warning > th, .form-panel .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .form-panel .table-hover > tbody > tr > td.warning:hover, .form-panel .table-hover > tbody > tr > th.warning:hover, .form-panel .table-hover > tbody > tr.warning:hover > td, .form-panel .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .form-panel .table > thead > tr > td.danger, .form-panel .table > tbody > tr > td.danger, .form-panel .table > tfoot > tr > td.danger, .form-panel .table > thead > tr > th.danger, .form-panel .table > tbody > tr > th.danger, .form-panel .table > tfoot > tr > th.danger, .form-panel .table > thead > tr.danger > td, .form-panel .table > tbody > tr.danger > td, .form-panel .table > tfoot > tr.danger > td, .form-panel .table > thead > tr.danger > th, .form-panel .table > tbody > tr.danger > th, .form-panel .table > tfoot > tr.danger > th { background-color: #f2dede; } .form-panel .table-hover > tbody > tr > td.danger:hover, .form-panel .table-hover > tbody > tr > th.danger:hover, .form-panel .table-hover > tbody > tr.danger:hover > td, .form-panel .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media (max-width: 767px) { .form-panel .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .form-panel .table-responsive > .table { margin-bottom: 0; } .form-panel .table-responsive > .table > thead > tr > th, .form-panel .table-responsive > .table > tbody > tr > th, .form-panel .table-responsive > .table > tfoot > tr > th, .form-panel .table-responsive > .table > thead > tr > td, .form-panel .table-responsive > .table > tbody > tr > td, .form-panel .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .form-panel .table-responsive > .table-bordered { border: 0; } .form-panel .table-responsive > .table-bordered > thead > tr > th:first-child, .form-panel .table-responsive > .table-bordered > tbody > tr > th:first-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > th:first-child, .form-panel .table-responsive > .table-bordered > thead > tr > td:first-child, .form-panel .table-responsive > .table-bordered > tbody > tr > td:first-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .form-panel .table-responsive > .table-bordered > thead > tr > th:last-child, .form-panel .table-responsive > .table-bordered > tbody > tr > th:last-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > th:last-child, .form-panel .table-responsive > .table-bordered > thead > tr > td:last-child, .form-panel .table-responsive > .table-bordered > tbody > tr > td:last-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .form-panel .table-responsive > .table-bordered > tbody > tr:last-child > th, .form-panel .table-responsive > .table-bordered > tfoot > tr:last-child > th, .form-panel .table-responsive > .table-bordered > tbody > tr:last-child > td, .form-panel .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } .form-panel .clearfix:before, .form-panel .clearfix:after { content: " "; display: table; } .form-panel .clearfix:after { clear: both; } .form-panel .center-block { display: block; margin-left: auto; margin-right: auto; } .form-panel .pull-right { float: right !important; } .form-panel .pull-left { float: left !important; } .form-panel .hide { display: none !important; } .form-panel .show { display: block !important; } .form-panel .invisible { visibility: hidden; } .form-panel .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .form-panel .hidden { display: none !important; visibility: hidden !important; } .form-panel .affix { position: fixed; } .form-extend-page-wrap h2, #extend_cf_baldrickModalBody h2 { font-size: 1.1em; margin: 0; padding: 4px 6px 6px; color: inherit; } .view_option_value { color: #afafaf; } .entry-line { border-bottom: 1px solid #dddddd; margin-bottom: 4px; } .entry-line label { clear: left; float: left; font-weight: bold; margin-bottom: 3px; margin-right: 8px; min-width: 130px; text-transform: capitalize; } .entry-line > div { display: inline-block; margin-bottom: 4px; min-width: 355px; } .cf-table-viewer p { margin: 0 0 4px; } td.draft-form { box-shadow: 2px 0 0 rgba(175, 0, 0, 0.6) inset; background-color: rgba(175, 0, 0, 0.09); } td.active-form { box-shadow: 2px 0 0 #a3be5f inset; } tr.form_entry_row.loading { opacity: 0.5; } .caldera-editor-header .updated_notice_box { background: #fff; border-left: 8px solid rgb(175, 175, 0); color: #333; display: inline-block; padding: 10px 24px 10px 12px; position: absolute; top: -75px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); z-index: 99999; } .tablenav.caldera-table-nav { clear: none; margin: 10px 0; } .caldera-table-nav .tablenav-pages { text-align: right; } .caldera-table-nav .tablenav-pages .current-page { width: 45px; } .cf-notification-external { left: 0; padding: 0 1px 0 0; position: absolute; right: 0; top: -45px; } .cf-notification { background: #fff none repeat scroll 0 0; border: 1px solid #dfdfdf; border-radius: 1px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); left: 0; padding: 0; position: absolute; right: 0; top: -45px; } .cf-notification-notice { height: 20px; overflow: hidden; padding: 8px; text-overflow: ellipsis; white-space: nowrap; } .cf-notification div.error { margin: 1px 0 0 !important; } .cf-notification .dashicons.dashicons-warning { color: #dd3d36; } .cf-notification .dashicons.dashicons-arrow-up, .cf-notification .dashicons.dashicons-arrow-down { cursor: pointer; float: right; padding: 8px; } /* admin cleanups */ #import_form_baldrickModalBody { overflow: hidden; } /* new templates */ .cf-form-template { border: 2px dashed #cfcfcf; float: left; height: 180px; margin: 0 5px 10px; padding: 5px; width: 162px; border-radius: 4px; position: relative; overflow: hidden; } .cf-template-title { padding: 2px 2px 0 0; } .cf-form-create { background: #a3be5f none repeat scroll 0 0; border-radius: 4px; bottom: -2px; overflow: hidden; padding: 5px; position: absolute; top: -2px; width: 362px; z-index: 100; } .caldera-grid.cf-form-create button.cf-change-template-button, .caldera-grid.cf-form-create button.cf-create-form-button { background-color: #fff; color: #93ae4f; border: 1px solid #93ae4f; border-radius: 3px; display: inline-block; margin: 24px 0; padding: 9px; width: 174px; } .caldera-grid.cf-form-create button.cf-change-template-button:hover, .caldera-grid.cf-form-create button.cf-create-form-button:hover { background-color: #efefef; color: #7e943d; } .caldera-grid.cf-form-create button.cf-change-template-button.cf-loading-form { background: #a3be5f; color: #fff; } .caldera-grid.cf-form-create button.cf-loading-form .dashicons { display: none; } .caldera-grid.cf-form-create button.cf-create-form-button .spinner { display: none; margin: -1px 0 -1px 0; float: none; } .caldera-grid.cf-form-create button.cf-loading-form, .caldera-grid.cf-form-create button.cf-loading-form:hover { background: #efefef none repeat scroll 0 0; border-color: #bfbfbf; color: #7f7f7f; cursor: default; } .caldera-grid.cf-form-create button.cf-loading-form .spinner { display: inline-block; visibility: visible; } .cf-form-template > input { display: none; } .cf-form-template:hover { border: 2px dashed #a3be5f; background-color: #efefef; } .cf-form-template.selected { background-color: #a3be5f; border: 2px dashed #a3be5f; color: #fff; } .cf-template-column { overflow: hidden; } .cf-templates-wrapper { overflow: auto; padding-top: 20px; } .cf-form-template small { display: block; padding: 0 3px; } .cf-form-template small.cf-preview-field { border-bottom: 1px solid #dfdfdf; font-size: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .cf-preview-field.cf-preview-button { background: #d1d1d1 none repeat scroll 0 0; border-radius: 2px; display: inline-block; margin: 5px 3px 0; padding: 0 9px; color: #333; } .cf-form-template.selected .cf-preview-field.cf-preview-button { background-color: #fff; } .cf-form-template small.cf-preview-field.cf-preview-field-html { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; border: 0 none; height: 15px; } .caldera-settings { float: left; width: 270px; } .caldera-settings strong { display: block; } .caldera-setting { display: block; float: right; height: 35px; padding: 14px; width: 50px; } .caldera-settings-group { border-bottom: 1px solid #efefef; display: block; margin-bottom: 10px; padding-bottom: 10px; clear: both; } .switch { background: #efefef none repeat scroll 0 0; border-radius: 50px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.14) inset; height: 20px; overflow: hidden; width: 42px; transition: background-color 1s ease 0s; cursor: pointer; position: relative; } .box-wrapper { height: 21px; position: absolute; width: 100%; } .switch.active { background: #a3be5f none repeat scroll 0 0; } .switch .box { background: #fff none repeat scroll 0 0; border-radius: 50px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 0 1px #333 inset; height: 20px; width: 50%; transition: margin 0.5s ease 0s; cursor: pointer; } .switch.active .box { margin-left: 50%; } .switch.load .box { background-color: #a6a6a6; } .switch.load .box .spinner { margin: 0; opacity: 0.51; visibility: visible; } input.cf-shortcode-preview { background: #efefef none repeat scroll 0 0; border: medium none; box-shadow: none; display: none; font-size: 13px; padding: 2px; vertical-align: top; width: 260px; } span.cf-form-shortcode-preview { color: #afafaf; cursor: pointer; display: inline-block; font-size: 9px; padding: 4px 5px 0 0; } @media screen and (max-width: 782px) { /* smaller */ .caldera-editor-header { height: 47px; margin: -10px; overflow: hidden; padding-top: 0; top: 57px; } li.caldera-forms-version { display: none; } .caldera-entry-exporter { margin-top: -30px; } .caldera-forms-toolbar-item .button.cf-general-settings { padding: 6px 8px; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item.separator { display: none; } #form-entries-viewer { padding-top: 12px; } .cf-tools-row { white-space: nowrap; } } .caldera-table-nav .tablenav-pages { float: right; width: auto; } @media screen and (max-width: 600px) { .caldera-editor-logo > span.dashicons-cf-logo { font-size: 31px; line-height: 22px; } .caldera-forms-name { display: none; } .caldera-editor-header { position: absolute; } .tablenav.caldera-table-nav { clear: none; margin: 0; text-align: center; } .caldera-table-nav .tablenav-pages { text-align: center; width: 100%; } } @media screen and (max-width: 570px) { .cf-tools-row { display: block; width: 100%; margin-bottom: 10px; } .cf-tools-row-second { margin-left: 50px; } } @media screen and (max-width: 450px) { .form-panel-wrap { width: 290px; } .screen-per-page { display: block; margin: 0 auto 10px; width: 68px; } } .caldera-config-group p.description { margin: 0 0 24px; } /** Clippy */ @media screen and (max-width: 1000px) { #caldera-forms-clippy { display: none; visibility: hidden; } } @media screen and (min-width: 1000px) { #caldera-forms-clippy { display: block; visibility: visible; } .caldera-forms-clippy-zone { width: 100%; max-width: 400px; min-width: 200px; background-position-x: 105%; background-repeat: no-repeat; margin-bottom: 20px; } .caldera-forms-clippy-zone-inner-wrap { margin-left: 25px; border-right: 35px solid #f9f9f9; background-color: #f9f9f9; opacity: 0.9; } .caldera-forms-clippy { opacity: 1; padding: 8px; border: 0; border-radius: 4px; width: 100%; } .caldera-forms-clippy h2, .caldera-forms-clippy a.btn { text-align: center; } .caldera-forms-clippy a.btn { width: 100%; padding-right: 4px; } .caldera-forms-clippy .btn-green:hover, .caldera-forms-clippy .caldera-grid button:hover, .caldera-forms-clippy .caldera-grid html input[type="button"]:hover, .caldera-forms-clippy .caldera-grid input[type="reset"]:hover, .caldera-forms-clippy .caldera-grid input[type="submit"]:hover { background: #ff7e30; } .caldera-forms-clippy .btn { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; background-color: transparent; border-radius: 4px; border: 0; box-shadow: inset 0 0 0 2px #ffffff; color: #ffffff; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 900; height: 3.5em; letter-spacing: 0.35em; line-height: 3.45em; overflow: hidden; padding: 0 1.25em 0 1.6em; text-align: center; text-decoration: none; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .caldera-forms-clippy .btn.btn-sm { font-size: 0.6em; } .caldera-forms-clippy .diff-btn li { padding: 1em 0 0 0; } /** Green is default **/ .caldera-forms-clippy a.btn.btn-green, .caldera-forms-clippy a.btn { background-color: #a3bf61; } .caldera-forms-clippy a.btn.btn-orange { background-color: #ff7e30; } .caldera-forms-clippy a.btn.btn-grey { background-color: #3a3a3c; } .caldera-forms-clippy a:focus, .caldera-forms-clippy .btn:focus, .caldera-forms-clippy .btn:active:focus, .caldera-forms-clippy button:focus, .caldera-forms-clippy input[type="file"]:focus, .caldera-forms-clippy input[type="radio"]:focus, .caldera-forms-clippy input[type="checkbox"]:focus { outline: none; } .caldera-forms-clippy a.btn:hover { background-color: #ff7e30; } .caldera-forms-clippy a.btn.btn-orange:hover { background-color: #a3bf61; } } .caldera-config-group p.description.help-block { margin-top: -12px; margin-bottom: 12px; } li.caldera-editor-logo { background-image: url("../images/caldera-globe-logo-sm.png"); background-repeat: no-repeat; background-position-y: 10%; background-size: 40px; } .caldera-forms-name { margin-left: 44px; } img.form-modal-lgo.form-modal-lgo-svg { opacity: 0.4; } span.cf-form-shortcode-preview { background: #fff; font-size: 1em; color: #000; border: 1px solid #a3bf61; cursor: pointer; display: block; padding: 2px; border-radius: 2px; } span.cf-form-shortcode-preview:hover { color: #fff; background-color: #ff7e30; } span.cf-form-name-preview { font-weight: bold; } a.disabled { color: #8e8e8e; } button.button.button-small.toggle-remove-option { width: 100%; } .option-setting input { width: 70% !important; float: left; display: inline; } label.option-setting-label { display: inline; width: 50%; float: left; } .toggle_option_row { border: 1px solid #cfcfcf; border-radius: 4px; padding: 2px; } li.caldera-forms-toolbar-item.success { background: #ff7e30; color: white; font-weight: 500; margin-top: 4px; border-radius: 2px; text-align: center; } .caldera-editor-header { height: 50px !important; } .cf-alert { display: inline-block; padding: 4px; border-radius: 4px; } .cf-alert-success { background: #a3bf61; color: #fff; } .cf-alert-error { background: #ff0000; color: #fff; } .cf-alert-wrap { margin-top: -5px; } .cf-alert p { padding: 0; } #cf-pro-save { width: 50%; } .caldera-config-field .cf-alert.cf-alert-error p { margin: 0px; } [v-cloak] { display: none; visibility: hidden; } .cf-show { visibility: visible; display: inline-block; -webkit-animation: fadein 0.5s 1; animation: fadein 0.5s 1; } .cf-hide { visibility: hidden; display: none; -webkit-animation: fadeout 0.5s 1; animation: fadeout 0.5s 1; } .caldera-forms-deleted { color: #a3be5f; } .caldera-forms-not-deleted { color: red; }
plugins/caldera-forms/assets/css/admin.css
@font-face { font-family: "caldera-forms"; src: url("fonts/caldera-forms.eot?7moc5h"); src: url("fonts/caldera-forms.eot?#iefix7moc5h") format("embedded-opentype"), url("fonts/caldera-forms.woff?7moc5h") format("woff"), url("fonts/caldera-forms.ttf?7moc5h") format("truetype"), url("fonts/caldera-forms.svg?7moc5h#caldera-forms") format("svg"); font-weight: normal; font-style: normal; } [class^="icn-"], [class*=" icn-"] { font-family: "caldera-forms"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icn-field:before { content: "\e60b"; } .icn-right:before { content: "\e60c"; } .icn-equalizer:before { content: "\e60d"; } .icn-cog:before { content: "\e605"; } .icn-check:before { content: "\e606"; } .icn-plus:before { content: "\e607"; } .icn-radio-checked:before { content: "\e608"; } .icn-radio-unchecked:before { content: "\e609"; } .icn-code:before { content: "\e60a"; } .icn-duplicate:before { content: "\e600"; } .icn-folder:before { content: "\e601"; } .icn-delete:before { content: "\e602"; } .icn-repeat:before { content: "\e603"; } .icn-cf:before { content: "\e604"; } /* cleanup for announcements */ #wpbody-content > div.updated, #wpbody-content > div.error { margin: 50px 27px -50px 2px; } /* Admin Panels */ .caldera-editor-header-nav.spinner { display: block; margin: 10px 0 -6px; } .caldera-editor-header-nav > li.caldera-forms-headtext { display: block; padding: 12px 0 0; color: #737373; } .caldera-editor-header-nav > li.sub-meta-line { padding: 9px; } .toggle_option_row { margin: 4px 0; } .toggle_option_row input { display: inline; } .toggle_option_row .dashicons-sort { cursor: all-scroll; } .toggle_option_row .toggle_value_field, .toggle_option_row .toggle_label_field { } .toggle_processor_event, .toggle_option_tab { float: right; margin: 0 6px 0 0; } .toggle_processor_event .button, .toggle_option_tab .button { border-radius: 0; margin-right: -5px; } .toggle_processor_event .button:last-child, .toggle_option_tab .button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .toggle_processor_event .button:first-child, .toggle_option_tab .button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .toggle_option_preview .button { border-radius: 0; margin-right: -5px; } .toggle_option_preview .button:first-child { border-radius: 3px 0 0 3px; } .toggle_option_preview .button:last-child { border-radius: 0 3px 3px 0; } .toplevel_page_caldera-forms .wrap { padding-top: 35px; } .caldera-entry-exporter { float: left; margin-top: -38px; } .caldera-group-panel { width: 350px; padding: 12px 12px 0; float: left; background-color: #ffffff; border: 1px solid #dfdfdf; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin: 0 10px 10px 0; height: 200px; } .caldera-group-panel .add-new-h2 { display: none; } .caldera-group-description { height: 75px; margin-right: -12px; overflow: auto; padding: 5px 10px 5px 0; } .caldera-group-panel .description { color: #afafaf; float: right; } .caldera-group-panel.new-element { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 5px dashed #e0e0e0; border-radius: 2px; box-shadow: none; height: 192px; width: 342px; position: relative; text-align: center; } .caldera-mini-list .caldera-group-description, .caldera-mini-list .caldera-group-footer { display: none; } .caldera-group-panel.caldera-mini-list { height: 61px; width: 250px; } .caldera-group-panel.caldera-mini-list.new-element { height: 54px; } .caldera-group-panel.caldera-mini-list.new-element-form { width: 350px; height: 200px; } .caldera-group-panel.caldera-mini-list.new-element-form .caldera-group-footer { display: block; } .caldera-group-panel.new-element .caldera-new-element { display: none; } .caldera-group-panel textarea { height: 82px; margin: 15px 1px 20px; width: 100%; } select.caldera-type-selector { display: block; float: right; margin-top: 1px; width: 140px; } .caldera-group-panel.new-element .add-new-h2 { display: inline-block; margin-top: 80px; } .caldera-group-panel.caldera-mini-list.new-element .add-new-h2 { margin-top: 10px; } .caldera-group-panel.new-element.new-element-form .add-new-h2 { margin-top: 80px; } .caldera-group-panel .has-error, .caldera-processor-nav.has-error { border-color: #ff0000 !important; } .caldera-group-panel .has-error:focus, .caldera-processor-nav.has-error a, .layout-form-field.has-error .preview-caldera-config-group { box-shadow: 0 0 2px rgba(255, 0, 0, 0.8); } .caldera-config-group-toggle-options { margin-bottom: 20px; } .caldera-group-panel h3 { border-bottom: 1px solid #dfdfdf; font-size: 1.2em; font-weight: 400; margin: 0 -12px; padding: 0 12px 12px; } .caldera-group-footer { background-color: #f7f7f7; border-top: 1px solid #dfdfdf; margin: 0 -12px; padding: 12px; text-align: right; } .caldera-delete-element { display: inline-block; margin-top: 6px; } .caldera-panel-info { background: none repeat scroll 0 0 #f8f8f8; display: block; list-style: none outside none; margin: 0 -12px; padding: 6px; border-bottom: 1px solid #dfdfdf; } .caldera-panel-info > li { display: inline-block; margin: 0; padding: 0; width: 100px; color: #7f7f7f; } /* Editor Styles */ .caldera-editor-header { background: none repeat scroll 0 0 #ffffff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); border-bottom: 1px solid #dfdfdf; margin: -10px -20px 0 -22px; padding: 0 12px; clear: both; } .caldera-editor-header { background: none repeat scroll 0 0 #ffffff; border-bottom: 1px solid #dfdfdf; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); clear: both; margin: -10px -20px 0 -22px; padding: 0 12px; position: fixed; top: 42px; width: 100%; z-index: 100; } .caldera-editor-header.caldera-editor-subnav { background-color: #f0f0f0; top: 84px; } .caldera-editor-header .button.caldera-header-save-button, .caldera-editor-header .caldera-header-email-preview-button, .caldera-editor-header .button.caldera-header-preview-button, .caldera-header-restore-button, .caldera-header-return-button { float: left; margin: 7px 12px 0 12px; position: relative; } .caldera-header-restore-button, .caldera-header-return-button { margin: 7px 12px 0 12px !important; } .caldera-editor-header-nav { list-style: none outside none; margin: 0; min-height: 38px; float: left; } .caldera-editor-header-nav > li { float: left; margin: 0; padding: 0; } .caldera-editor-header-nav li.caldera-element-type-label { background-color: #f8f8f8; color: #8f8f8f; display: inline-block; padding: 12px; } li.caldera-forms-version { color: #afafaf; font-size: 0.8em; padding: 12px 0 10px; } li.caldera-editor-logo { font-size: 18px; font-weight: 300; padding: 11px 12px 11px 0; } .caldera-editor-header-nav > li a { display: inline-block; padding: 12px 12px; text-decoration: none; color: #839e3f; } .caldera-editor-header-nav > li.active a { background: none repeat scroll 0 0 #a3be5f; color: #fff; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item { padding: 6px 6px 6px 12px; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item.separator { border-right: 1px solid #efefef; height: 29px; margin-right: 10px; padding: 6px 0 6px 12px; } .caldera-editor-body .users-settings-input { width: 350px; } .caldera-editor-body .button.block-button, .caldera-editor-body .block-input { width: 100%; } .caldera-editor-section { clear: both; } .caldera-editor-groups-panel { float: left; width: 180px; margin-right: 15px; } .caldera-editor-fields-panel { float: left; width: 180px; margin-right: 15px; } .caldera-editor-groups-panel > ul, .caldera-editor-fields-panel ul { margin: 6px 0 0; padding: 0; } .caldera-editor-groups-panel li, .caldera-editor-fields-panel li { border-bottom: 1px solid #dfdfdf; margin: 0; } .icn-right.pull-right { float: right; margin: 2px -2px 0 0; display: none; } .caldera-group-nav.is-admin span { color: #ef1010; } .caldera-field-line.active .icn-right, .caldera-group-nav.active .icn-right { display: block; } .caldera-editor-groups-panel a, .caldera-editor-fields-panel a { color: #6f6f6f; display: block; padding: 6px; text-decoration: none; } .caldera-editor-groups-panel li.active a, .caldera-editor-groups-panel a:hover, .caldera-editor-fields-panel li.active a, .caldera-editor-fields-panel a:hover { background: none repeat scroll 0 0 #e8e8e8; } .caldera-editor-fields-panel .button.add-field { width: 140px; } .caldera-editor-fields-panel .button.icon-button { float: right; } .caldera-editor-group-settings { margin-top: 5px; padding-top: 5px; } .caldera-editor-group-settings .block-input { margin: 2px 0; } .caldera-editor-field-config { float: left; width: 350px; } .layout-form-field { background: #fff; padding: 5px; } .layout-form-field .control-label { padding: 0 0 5px; display: block; } .layout-form-field .field_preview { min-height: 38px; border: 1px solid transparent; } .preview-caldera-config-group { padding: 6px; } .preview-field-config { width: 100%; } .layout-form-field .icon-edit { background: #efefef none repeat scroll 0 0; border-radius: 4px; border: 1px solid #bfbfbf; padding: 5px; position: absolute; right: 12px; top: 12px; z-index: 999; color: #707070; } .layout-form-field .dashicons-admin-page { background: #efefef none repeat scroll 0 0; border: 1px solid #bfbfbf; border-radius: 4px; color: #707070; font-size: 16px; height: 25px; line-height: 25px; padding: 0; position: absolute; right: 40px; top: 12px; width: 25px; z-index: 999; } .layout-form-field .icon-edit:hover, .layout-form-field .dashicons-admin-page:hover { background: #fcfcfc none repeat scroll 0 0; color: #505050; } .layout-form-field.ui-sortable-helper { border-radius: 3px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .field_preview .help-block { display: block; margin: 5px 0; font-style: italic; color: #8f8f8f; } .field-edit-open .field_preview { background: none repeat scroll 0 0 #eff5f5; border: 1px solid #40a4cf; border-radius: 3px; } .layout-new-form-field .field_preview { display: none; } .has-error .field_preview { border: 1px solid #ff0000; } textarea.block-input.field-config { height: 100px; width: 100%; } .block-input.field-config { width: 100%; line-height: 20px; } .field-config.field-checkbox { margin-top: 4px; } #new_form_baldrickModalBody .new-form-name.block-input.field-config { background-color: #fff; border-color: #779233; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset; color: #333; margin-top: 17px; padding: 7px; } #new_form_baldrickModalBody .new-form-name.block-input.field-config.has-error { border-color: #ff0000; } h3.caldera-editor-field-title { border-bottom: 1px solid #cfcfcf; font-size: 18px; font-weight: 400; margin: 0 0 6px; padding: 0 0 12px; color: #3f3f3f; } h3.caldera-editor-field-title { border-bottom: 1px solid #cfcfcf; font-size: 18px; font-weight: 400; margin: 0 0 6px; padding: 5px 0 12px; color: #3f3f3f; } .caldera-editor-body.caldera-config-editor-panel.caldera-config-has-side { margin-right: 420px; } .caldera-config-editor-main-panel { float: left; width: 100%; } .caldera-config-editor-side-panel { bottom: 30px; overflow-y: scroll; padding-right: 15px; position: fixed; right: 0; top: 172px; width: 400px; } .caldera-config-editor-panel-group { border-bottom: 1px solid #dfdfdf; margin-bottom: 30px; padding-bottom: 20px; } .caldera-config-editor-panel .add-new-h2, .caldera-config-editor-panel .add-new-h2:active { font-size: 10px; margin: 4px 10px 4px 10px; } .add-new-h2.caldera-add-page, .add-new-h2.caldera-add-page:active { margin-left: 0; } .caldera-config-group label { display: block; margin: 4px 0 0; } .caldera-config-group > label, .caldera-config-group > legend, .caldera-config-group legend { float: left; margin: -2px 0 0 -140px; padding: 6px 0; width: 110px; } .form-extend-page-wrap.spinner { float: none; } .form-extend-page-wrap .caldera-config-group > label, .form-extend-page-wrap .caldera-config-group > legend { margin-left: -340px; width: 330px; } .caldera-config-group .field-key { float: left; margin: 1px 0 0 -140px; width: 120px; } .caldera-config-group.caldera-config-group-full > label { margin: 0; } .caldera-config-group { clear: both; margin: 0 5px 0 140px; } .form-extend-page-wrap .caldera-config-group { margin-left: 340px; } .caldera-config-group.caldera-config-group-full { margin-left: 0; } .caldera-config-field { display: inline-block; margin-bottom: 12px; width: 100%; position: relative; } .magic-tags-autocomplete, .magic-tags-list { background-color: #fff; border: 1px solid #ddd; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-sizing: border-box; margin: 1px; max-height: 160px; overflow: auto; padding: 0; position: absolute; top: auto; width: 100%; z-index: 999999; } .toggle_option_row .magic-tags-autocomplete { width: 279px; } /** Magic tags autocomplete .magic-tags-list is new .magic-tags-autocomplete is legacy **/ .magic-tags-autocomplete > ul, .magic-tags-list > ul { margin: 0; padding: 0; } .magic-tags-autocomplete > ul > li, .magic-tags-list > ul > li { border-bottom: 1px solid #dfdfdf; margin: 0; padding: 5px 6px 6px 12px; white-space: nowrap; } .magic-tags-autocomplete > ul > li.header, .magic-tags-list > ul > li.header { border-bottom: 1px solid #dfdfdf; font-style: italic; font-weight: bold; margin: 0; padding: 5px 6px 6px; } .magic-tags-autocomplete > ul > li.tag, .magic-tags-liste > ul > li.tag { cursor: pointer; } .magic-tags-autocomplete > ul > li.tag:hover, .magic-tags-autocomplete > ul > li.tag:hover { background: none repeat scroll 0 0 #f5f5f5; } .magic-tags-autocomplete > ul > li.tag > strong { color: #df2020; } .caldera-config-field-break { clear: both; display: block; margin-bottom: 6px; } .caldera-editor-body { min-height: 400px; padding-top: 95px; position: relative; } .caldera-code-editor-panel { padding-top: 90px; } .caldera-editor-body .new-group-input, .caldera-editor-body .new-field-input { margin-top: 10px; } .caldera-editor-body .button.repeat-config-button { margin-top: 10px; margin-bottom: 5px; } .caldera-meta-box { margin-right: 15px; } .caldera-meta-side { width: 280px; } .caldera-meta-normal { max-width: 700px; } .caldera-editor-body > h3, .caldera-config-editor-main-panel > h3 { background-color: #f4f4f4; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09); color: #636363; font-weight: 400; margin: -11px 4px 12px -10px; padding: 10px 10px 6px; position: fixed; top: 128px; width: 100%; z-index: 99; } .caldera-config-editor-main-panel h3 .layout-new-form-field { margin-top: -3px; } .ui-draggable-dragging { z-index: 100; } .button.button-small.layout-new-form-field.ui-draggable.ui-draggable-dragging { z-index: 999999; } .button.button-small.layout-new-form-field.ui-draggable { cursor: all-scroll; } @media screen and (max-width: 782px) { .caldera-editor-body > h3 { top: 143px; padding: 10px 10px 12px 20px; } .add-new-h2.caldera-add-group { padding: 4px 8px; } } @media screen and (max-width: 600px) { .caldera-editor-body > h3 { top: 143px; position: absolute; } } .caldera-editor-body .pull-right { float: right; } .caldera-editor-body .postbox h3.hndle { cursor: default; } input.has-error, input.has-error:focus, select.has-error, select.has-error:focus, textarea.has-error, textarea.has-error:focus { border-color: #ff0000; box-shadow: 0 0 2px rgba(255, 0, 0, 0.8); } a span.error-tag { background: none repeat scroll 0 0 #df1010; border-radius: 3px; color: #ffffff; font-weight: bold; margin-left: 8px; padding: 0 5px; } /*--- ADMIN --- */ /* USER PANELS */ #user_profile_baldrickModalBody, #general_settings_baldrickModalBody { padding: 0; } .form-admin-page-wrap { margin: 50px 0 0 430px; } .form-extend-page-wrap { margin: 100px 0 0 0; } .form-panel-wrap { float: left; margin-left: -430px; width: 430px; position: relative; } .form-entries-wrap { padding: 0 0 0 30px; } .form-entries-wrap .caldera-forms-entry-exporter { margin-top: 1px; } .form-panel.postbox { border-left: 6px solid #e5e5e5; float: left; margin-right: 20px; padding: 6px 5px 5px 12px; min-width: 350px; max-width: 350px; border-radius: 0; } .list.form-panel.postbox { float: none; min-width: 100%; max-width: 100%; width: auto; overflow: auto; box-sizing: border-box; } .form-extend-page-wrap .list.form-panel.postbox { -moz-box-sizing: border-box; box-sizing: border-box; } .form-panel.postbox h4 { cursor: pointer; font-size: 1em; height: 15px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .form-panel.postbox h5 { color: #8f8f8f; height: 12px; margin: 4px 0; overflow: hidden; text-overflow: ellipsis; width: 100%; } .form-panel.postbox .avatar-link { background-color: #ffffff; border: 3px solid #e5e5e5; border-radius: 100%; cursor: pointer; display: block; height: 28px; left: -20px; overflow: hidden; position: absolute; top: -18px; width: 28px; } .form-panel .cf-deleted-row td { opacity: 0.2; } .form-panel .cf-deleted-row .view-entry-btn { display: none; } .form-panel .cf-deleted-row td:last-child { opacity: 1; } .avatar-link .avatar { max-width: 100%; max-height: 100%; } .form-controls { bottom: 0; list-style: none outside none; margin: 0; position: absolute; right: 0; } .form-controls > li, .modal-side-tabs > li { display: inline-block; float: left; margin: 0; } .form-controls > li .form-control, .modal-side-tabs > li .modal-side-tab { background: none repeat scroll 0 0 #f7f7f7; display: block; margin: 0; padding: 6px 10px; text-decoration: none; color: #8f8f8f; } .form-controls > li .form-control:hover, .modal-side-tabs > li .modal-side-tab:hover { background-color: #efefef; } .form-controls > li.form-delete { float: right; } .form-controls > li.form-delete .form-control { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); color: #df1010; visibility: hidden; } .form-panel:hover .form-controls > li.form-delete .form-control { text-decoration: underline; visibility: visible; } .caldera-manage-groups-tip { padding: 10px 0; text-align: center; } /** DETAIL PROFILE MODAL */ .modal-inside { height: 100%; margin-left: 170px; padding-right: 10px; overflow: auto; } .modal-inside .modal-side-bar { background-color: #dfdfdf; bottom: 0; left: 0; overflow: auto; position: absolute; top: 0; width: 150px; } .user-avatar, .user-avatar img { float: left; } .modal-side-bar .modal-side-tabs { background-color: #dfdfdf; bottom: 0; margin: 0; overflow: auto; position: absolute; top: 0; width: 100%; min-height: 100px; } .modal-side-bar.has-avatar .modal-side-tabs { top: 150px; } .modal-side-tabs > li .modal-side-tab { background-color: #989898; color: #ffffff; } .modal-side-tabs > li .modal-side-tab:hover { background-color: #efefef; color: #585858; } .modal-side-tabs > li .modal-side-tab.active { background-color: #fff; color: #585858; } .modal-side-bar .modal-side-tabs > li { width: 100%; } .tab-detail-panel { float: right; width: 100%; } .user-field-lable { display: inline-block; width: 80px; color: #898989; } input.disabled-input { background-color: #efefef; box-shadow: none; } .tab-detail-panel > h4 { font-weight: bold; margin: 0 0 12px; } .tab-detail-panel > h4 small { color: #a9a9a9; font-style: italic; font-weight: normal; } .tab-detail-panel .button.caldera-add-group { margin-bottom: 10px !important; } .tab-detail-panel .caldera-repeater-group { margin-bottom: 12px; } .caldera-repeater-group-control { background: none repeat scroll 0 0 #f7f7f7; border: 1px solid #f4f4f4; clear: both; padding: 6px; text-align: right; } .caldera-repeater-group:hover .caldera-repeater-group-control.row-actions { visibility: visible; } .tab-detail-panel .caldera-repeater-group hr { clear: both; } .caldera-modal-body.spinner { background-position: 12px 12px; min-height: 44px; display: block; float: none; text-align: center; width: 100%; } #form-entries-viewer.spinner { display: block; visibility: visible; float: left; height: 22px; padding: 0; width: 22px; } #form-entries-viewer.spinner div, #form-entries-viewer.spinner p { display: none; } .form-panel.postbox .avatar-link.Administrator { border-color: #b5cf75; } .form-panel.postbox.ajax-trigger { cursor: pointer; } .form-panel.postbox.ajax-trigger:hover { background-color: #f7f7f7; } .avatar-wall { margin: 0px; float: left; width: 80px; height: 80px; cursor: pointer; } .avatar-wall img { width: 80px; height: 80px; } .avatar-mini { margin: 0px; float: left; width: 40px; height: 40px; cursor: pointer; } .avatar-mini img { width: 40px; height: 40px; } .user-name { cursor: pointer; } .avatar-column { margin: 0px; width: 30px; height: 30px; cursor: pointer; } .avatar-column img { width: 30px; height: 30px; } /* POP */ .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 8px; } .popover > .pointer, .popover > .pointer:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .pointer { border-width: 9px; } .popover > .pointer:after { border-width: 8px; content: ""; } .popover.top > .pointer { left: 50%; margin-left: -9px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.1); bottom: -9px; } .popover.top > .pointer:after { content: " "; bottom: 1px; margin-left: -8px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .pointer { top: 50%; left: -9px; margin-top: -9px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.1); } .popover.right > .pointer:after { content: " "; left: 1px; bottom: -8px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .pointer { left: 50%; margin-left: -9px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.1); top: -9px; } .popover.bottom > .pointer:after { content: " "; top: 1px; margin-left: -8px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .pointer { top: 50%; right: -9px; margin-top: -9px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.1); } .popover.left > .pointer:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -8px; } .image-thumb { margin-left: 68px; padding: 6px 0 6px 6px; } .popover-side-bar { float: left; margin-left: -68px; width: 62px; } .image-thumb .popover-main-content { margin-right: 6px; } .popover-main-content select { width: 100%; } .popover-content.image-thumb .button.popover-button { margin: 0 0 3px; width: 100%; } .popover-content.image-thumb .popover-main-content .button.popover-button { margin: 6px 0 0; } .tab-detail-panel .button.caldera-add-group { margin-bottom: 10px !important; } .spinner.loading { display: inline; visibility: visible; } .form-panel html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .form-panel body { margin: 0; } .form-panel article, .form-panel aside, .form-panel details, .form-panel figcaption, .form-panel figure, .form-panel footer, .form-panel header, .form-panel hgroup, .form-panel main, .form-panel nav, .form-panel section, .form-panel summary { display: block; } .form-panel audio, .form-panel canvas, .form-panel progress, .form-panel video { display: inline-block; vertical-align: baseline; } .form-panel audio:not([controls]) { display: none; height: 0; } .form-panel [hidden], .form-panel template { display: none; } .form-panel a { background: transparent; } .form-panel a:active, .form-panel a:hover { outline: 0; } .form-panel abbr[title] { border-bottom: 1px dotted; } .form-panel b, .form-panel strong { font-weight: bold; } .form-panel dfn { font-style: italic; } .form-panel h1 { font-size: 2em; margin: 0.67em 0; } .form-panel mark { background: #ff0; color: #000; } .form-panel small { font-size: 80%; } .form-panel sub, .form-panel sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .form-panel sup { top: -0.5em; } .form-panel sub { bottom: -0.25em; } .form-panel img { border: 0; } .form-panel svg:not(:root) { overflow: hidden; } .form-panel figure { margin: 1em 40px; } .form-panel hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .form-panel pre { overflow: auto; } .form-panel code, .form-panel kbd, .form-panel pre, .form-panel samp { font-family: monospace, monospace; font-size: 1em; } .form-panel button, .form-panel input, .form-panel optgroup, .form-panel select, .form-panel textarea { color: inherit; font: inherit; margin: 0; } .form-panel button { overflow: visible; } .form-panel button, .form-panel select { text-transform: none; } .form-panel button, .form-panel html input[type="button"], .form-panel input[type="reset"], .form-panel input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .form-panel button[disabled], .form-panel html input[disabled] { cursor: default; } .form-panel button::-moz-focus-inner, .form-panel input::-moz-focus-inner { border: 0; padding: 0; } .form-panel input { line-height: normal; } .form-panel input[type="checkbox"], .form-panel input[type="radio"] { box-sizing: border-box; padding: 0; } .form-panel input[type="number"]::-webkit-inner-spin-button, .form-panel input[type="number"]::-webkit-outer-spin-button { height: auto; } .form-panel input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .form-panel input[type="search"]::-webkit-search-cancel-button, .form-panel input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } .form-panel fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .form-panel legend { border: 0; padding: 0; } .form-panel textarea { overflow: auto; } .form-panel optgroup { font-weight: bold; } .form-panel table { border-collapse: collapse; border-spacing: 0; } .form-panel td, .form-panel th { padding: 0; } .form-panel table { max-width: 100%; background-color: transparent; } .form-panel th { text-align: left; } .form-panel .table { width: 100%; margin-bottom: 20px; } .form-panel .table > thead > tr > th, .form-panel .table > tbody > tr > th, .form-panel .table > tfoot > tr > th, .form-panel .table > thead > tr > td, .form-panel .table > tbody > tr > td, .form-panel .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .form-panel .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .form-panel .table > caption + thead > tr:first-child > th, .form-panel .table > colgroup + thead > tr:first-child > th, .form-panel .table > thead:first-child > tr:first-child > th, .form-panel .table > caption + thead > tr:first-child > td, .form-panel .table > colgroup + thead > tr:first-child > td, .form-panel .table > thead:first-child > tr:first-child > td { border-top: 0; } .form-panel .table > tbody + tbody { border-top: 2px solid #dddddd; } .form-panel .table .table { background-color: #ffffff; } .form-panel .table-condensed > thead > tr > th, .form-panel .table-condensed > tbody > tr > th, .form-panel .table-condensed > tfoot > tr > th, .form-panel .table-condensed > thead > tr > td, .form-panel .table-condensed > tbody > tr > td, .form-panel .table-condensed > tfoot > tr > td { padding: 5px; } .form-panel .table-bordered { border: 1px solid #dddddd; } .form-panel .table-bordered > thead > tr > th, .form-panel .table-bordered > tbody > tr > th, .form-panel .table-bordered > tfoot > tr > th, .form-panel .table-bordered > thead > tr > td, .form-panel .table-bordered > tbody > tr > td, .form-panel .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } .form-panel .table-bordered > thead > tr > th, .form-panel .table-bordered > thead > tr > td { border-bottom-width: 2px; } .form-panel .table-striped > tbody > tr:nth-child(odd) > td, .form-panel .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .form-panel .table-hover > tbody > tr:hover > td, .form-panel .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } .form-panel table col[class*="col-"] { position: static; float: none; display: table-column; } .form-panel table td[class*="col-"], .form-panel table th[class*="col-"] { position: static; float: none; display: table-cell; } .form-panel .table > thead > tr > td.active, .form-panel .table > tbody > tr > td.active, .form-panel .table > tfoot > tr > td.active, .form-panel .table > thead > tr > th.active, .form-panel .table > tbody > tr > th.active, .form-panel .table > tfoot > tr > th.active, .form-panel .table > thead > tr.active > td, .form-panel .table > tbody > tr.active > td, .form-panel .table > tfoot > tr.active > td, .form-panel .table > thead > tr.active > th, .form-panel .table > tbody > tr.active > th, .form-panel .table > tfoot > tr.active > th { background-color: #f5f5f5; } .form-panel .table-hover > tbody > tr > td.active:hover, .form-panel .table-hover > tbody > tr > th.active:hover, .form-panel .table-hover > tbody > tr.active:hover > td, .form-panel .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .form-panel .table > thead > tr > td.success, .form-panel .table > tbody > tr > td.success, .form-panel .table > tfoot > tr > td.success, .form-panel .table > thead > tr > th.success, .form-panel .table > tbody > tr > th.success, .form-panel .table > tfoot > tr > th.success, .form-panel .table > thead > tr.success > td, .form-panel .table > tbody > tr.success > td, .form-panel .table > tfoot > tr.success > td, .form-panel .table > thead > tr.success > th, .form-panel .table > tbody > tr.success > th, .form-panel .table > tfoot > tr.success > th { background-color: #dff0d8; } .form-panel .table-hover > tbody > tr > td.success:hover, .form-panel .table-hover > tbody > tr > th.success:hover, .form-panel .table-hover > tbody > tr.success:hover > td, .form-panel .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .form-panel .table > thead > tr > td.info, .form-panel .table > tbody > tr > td.info, .form-panel .table > tfoot > tr > td.info, .form-panel .table > thead > tr > th.info, .form-panel .table > tbody > tr > th.info, .form-panel .table > tfoot > tr > th.info, .form-panel .table > thead > tr.info > td, .form-panel .table > tbody > tr.info > td, .form-panel .table > tfoot > tr.info > td, .form-panel .table > thead > tr.info > th, .form-panel .table > tbody > tr.info > th, .form-panel .table > tfoot > tr.info > th { background-color: #d9edf7; } .form-panel .table-hover > tbody > tr > td.info:hover, .form-panel .table-hover > tbody > tr > th.info:hover, .form-panel .table-hover > tbody > tr.info:hover > td, .form-panel .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .form-panel .table > thead > tr > td.warning, .form-panel .table > tbody > tr > td.warning, .form-panel .table > tfoot > tr > td.warning, .form-panel .table > thead > tr > th.warning, .form-panel .table > tbody > tr > th.warning, .form-panel .table > tfoot > tr > th.warning, .form-panel .table > thead > tr.warning > td, .form-panel .table > tbody > tr.warning > td, .form-panel .table > tfoot > tr.warning > td, .form-panel .table > thead > tr.warning > th, .form-panel .table > tbody > tr.warning > th, .form-panel .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .form-panel .table-hover > tbody > tr > td.warning:hover, .form-panel .table-hover > tbody > tr > th.warning:hover, .form-panel .table-hover > tbody > tr.warning:hover > td, .form-panel .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .form-panel .table > thead > tr > td.danger, .form-panel .table > tbody > tr > td.danger, .form-panel .table > tfoot > tr > td.danger, .form-panel .table > thead > tr > th.danger, .form-panel .table > tbody > tr > th.danger, .form-panel .table > tfoot > tr > th.danger, .form-panel .table > thead > tr.danger > td, .form-panel .table > tbody > tr.danger > td, .form-panel .table > tfoot > tr.danger > td, .form-panel .table > thead > tr.danger > th, .form-panel .table > tbody > tr.danger > th, .form-panel .table > tfoot > tr.danger > th { background-color: #f2dede; } .form-panel .table-hover > tbody > tr > td.danger:hover, .form-panel .table-hover > tbody > tr > th.danger:hover, .form-panel .table-hover > tbody > tr.danger:hover > td, .form-panel .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media (max-width: 767px) { .form-panel .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .form-panel .table-responsive > .table { margin-bottom: 0; } .form-panel .table-responsive > .table > thead > tr > th, .form-panel .table-responsive > .table > tbody > tr > th, .form-panel .table-responsive > .table > tfoot > tr > th, .form-panel .table-responsive > .table > thead > tr > td, .form-panel .table-responsive > .table > tbody > tr > td, .form-panel .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .form-panel .table-responsive > .table-bordered { border: 0; } .form-panel .table-responsive > .table-bordered > thead > tr > th:first-child, .form-panel .table-responsive > .table-bordered > tbody > tr > th:first-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > th:first-child, .form-panel .table-responsive > .table-bordered > thead > tr > td:first-child, .form-panel .table-responsive > .table-bordered > tbody > tr > td:first-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .form-panel .table-responsive > .table-bordered > thead > tr > th:last-child, .form-panel .table-responsive > .table-bordered > tbody > tr > th:last-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > th:last-child, .form-panel .table-responsive > .table-bordered > thead > tr > td:last-child, .form-panel .table-responsive > .table-bordered > tbody > tr > td:last-child, .form-panel .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .form-panel .table-responsive > .table-bordered > tbody > tr:last-child > th, .form-panel .table-responsive > .table-bordered > tfoot > tr:last-child > th, .form-panel .table-responsive > .table-bordered > tbody > tr:last-child > td, .form-panel .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } .form-panel .clearfix:before, .form-panel .clearfix:after { content: " "; display: table; } .form-panel .clearfix:after { clear: both; } .form-panel .center-block { display: block; margin-left: auto; margin-right: auto; } .form-panel .pull-right { float: right !important; } .form-panel .pull-left { float: left !important; } .form-panel .hide { display: none !important; } .form-panel .show { display: block !important; } .form-panel .invisible { visibility: hidden; } .form-panel .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .form-panel .hidden { display: none !important; visibility: hidden !important; } .form-panel .affix { position: fixed; } .form-extend-page-wrap h2, #extend_cf_baldrickModalBody h2 { font-size: 1.1em; margin: 0; padding: 4px 6px 6px; color: inherit; } .view_option_value { color: #afafaf; } .entry-line { border-bottom: 1px solid #dddddd; margin-bottom: 4px; } .entry-line label { clear: left; float: left; font-weight: bold; margin-bottom: 3px; margin-right: 8px; min-width: 130px; text-transform: capitalize; } .entry-line > div { display: inline-block; margin-bottom: 4px; min-width: 355px; } .cf-table-viewer p { margin: 0 0 4px; } td.draft-form { box-shadow: 2px 0 0 rgba(175, 0, 0, 0.6) inset; background-color: rgba(175, 0, 0, 0.09); } td.active-form { box-shadow: 2px 0 0 #a3be5f inset; } tr.form_entry_row.loading { opacity: 0.5; } .caldera-editor-header .updated_notice_box { background: #fff; border-left: 8px solid rgb(175, 175, 0); color: #333; display: inline-block; padding: 10px 24px 10px 12px; position: absolute; top: -75px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); z-index: 99999; } .tablenav.caldera-table-nav { clear: none; margin: 10px 0; } .caldera-table-nav .tablenav-pages { text-align: right; } .caldera-table-nav .tablenav-pages .current-page { width: 45px; } .cf-notification-external { left: 0; padding: 0 1px 0 0; position: absolute; right: 0; top: -45px; } .cf-notification { background: #fff none repeat scroll 0 0; border: 1px solid #dfdfdf; border-radius: 1px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); left: 0; padding: 0; position: absolute; right: 0; top: -45px; } .cf-notification-notice { height: 20px; overflow: hidden; padding: 8px; text-overflow: ellipsis; white-space: nowrap; } .cf-notification div.error { margin: 1px 0 0 !important; } .cf-notification .dashicons.dashicons-warning { color: #dd3d36; } .cf-notification .dashicons.dashicons-arrow-up, .cf-notification .dashicons.dashicons-arrow-down { cursor: pointer; float: right; padding: 8px; } /* admin cleanups */ #import_form_baldrickModalBody { overflow: hidden; } /* new templates */ .cf-form-template { border: 2px dashed #cfcfcf; float: left; height: 180px; margin: 0 5px 10px; padding: 5px; width: 162px; border-radius: 4px; position: relative; overflow: hidden; } .cf-template-title { padding: 2px 2px 0 0; } .cf-form-create { background: #a3be5f none repeat scroll 0 0; border-radius: 4px; bottom: -2px; overflow: hidden; padding: 5px; position: absolute; top: -2px; width: 362px; z-index: 100; } .caldera-grid.cf-form-create button.cf-change-template-button, .caldera-grid.cf-form-create button.cf-create-form-button { background-color: #fff; color: #93ae4f; border: 1px solid #93ae4f; border-radius: 3px; display: inline-block; margin: 24px 0; padding: 9px; width: 174px; } .caldera-grid.cf-form-create button.cf-change-template-button:hover, .caldera-grid.cf-form-create button.cf-create-form-button:hover { background-color: #efefef; color: #7e943d; } .caldera-grid.cf-form-create button.cf-change-template-button.cf-loading-form { background: #a3be5f; color: #fff; } .caldera-grid.cf-form-create button.cf-loading-form .dashicons { display: none; } .caldera-grid.cf-form-create button.cf-create-form-button .spinner { display: none; margin: -1px 0 -1px 0; float: none; } .caldera-grid.cf-form-create button.cf-loading-form, .caldera-grid.cf-form-create button.cf-loading-form:hover { background: #efefef none repeat scroll 0 0; border-color: #bfbfbf; color: #7f7f7f; cursor: default; } .caldera-grid.cf-form-create button.cf-loading-form .spinner { display: inline-block; visibility: visible; } .cf-form-template > input { display: none; } .cf-form-template:hover { border: 2px dashed #a3be5f; background-color: #efefef; } .cf-form-template.selected { background-color: #a3be5f; border: 2px dashed #a3be5f; color: #fff; } .cf-template-column { overflow: hidden; } .cf-templates-wrapper { overflow: auto; padding-top: 20px; } .cf-form-template small { display: block; padding: 0 3px; } .cf-form-template small.cf-preview-field { border-bottom: 1px solid #dfdfdf; font-size: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .cf-preview-field.cf-preview-button { background: #d1d1d1 none repeat scroll 0 0; border-radius: 2px; display: inline-block; margin: 5px 3px 0; padding: 0 9px; color: #333; } .cf-form-template.selected .cf-preview-field.cf-preview-button { background-color: #fff; } .cf-form-template small.cf-preview-field.cf-preview-field-html { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; border: 0 none; height: 15px; } .caldera-settings { float: left; width: 270px; } .caldera-settings strong { display: block; } .caldera-setting { display: block; float: right; height: 35px; padding: 14px; width: 50px; } .caldera-settings-group { border-bottom: 1px solid #efefef; display: block; margin-bottom: 10px; padding-bottom: 10px; clear: both; } .switch { background: #efefef none repeat scroll 0 0; border-radius: 50px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.14) inset; height: 20px; overflow: hidden; width: 42px; transition: background-color 1s ease 0s; cursor: pointer; position: relative; } .box-wrapper { height: 21px; position: absolute; width: 100%; } .switch.active { background: #a3be5f none repeat scroll 0 0; } .switch .box { background: #fff none repeat scroll 0 0; border-radius: 50px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.26), 0 0 1px #333 inset; height: 20px; width: 50%; transition: margin 0.5s ease 0s; cursor: pointer; } .switch.active .box { margin-left: 50%; } .switch.load .box { background-color: #a6a6a6; } .switch.load .box .spinner { margin: 0; opacity: 0.51; visibility: visible; } input.cf-shortcode-preview { background: #efefef none repeat scroll 0 0; border: medium none; box-shadow: none; display: none; font-size: 13px; padding: 2px; vertical-align: top; width: 260px; } span.cf-form-shortcode-preview { color: #afafaf; cursor: pointer; display: inline-block; font-size: 9px; padding: 4px 5px 0 0; } @media screen and (max-width: 782px) { /* smaller */ .caldera-editor-header { height: 47px; margin: -10px; overflow: hidden; padding-top: 0; top: 57px; } li.caldera-forms-version { display: none; } .caldera-entry-exporter { margin-top: -30px; } .caldera-forms-toolbar-item .button.cf-general-settings { padding: 6px 8px; } .caldera-editor-header-nav > li.caldera-forms-toolbar-item.separator { display: none; } #form-entries-viewer { padding-top: 12px; } .cf-tools-row { white-space: nowrap; } } .caldera-table-nav .tablenav-pages { float: right; width: auto; } @media screen and (max-width: 600px) { .caldera-editor-logo > span.dashicons-cf-logo { font-size: 31px; line-height: 22px; } .caldera-forms-name { display: none; } .caldera-editor-header { position: absolute; } .tablenav.caldera-table-nav { clear: none; margin: 0; text-align: center; } .caldera-table-nav .tablenav-pages { text-align: center; width: 100%; } } @media screen and (max-width: 570px) { .cf-tools-row { display: block; width: 100%; margin-bottom: 10px; } .cf-tools-row-second { margin-left: 50px; } } @media screen and (max-width: 450px) { .form-panel-wrap { width: 290px; } .screen-per-page { display: block; margin: 0 auto 10px; width: 68px; } } .caldera-config-group p.description { margin: 0 0 24px; } /** Clippy */ @media screen and (max-width: 1000px) { #caldera-forms-clippy { display: none; visibility: hidden; } } @media screen and (min-width: 1000px) { #caldera-forms-clippy { display: block; visibility: visible; } .caldera-forms-clippy-zone { width: 100%; max-width: 400px; min-width: 200px; background-position-x: 105%; background-repeat: no-repeat; margin-bottom: 20px; } .caldera-forms-clippy-zone-inner-wrap { margin-left: 25px; border-right: 35px solid #f9f9f9; background-color: #f9f9f9; opacity: 0.9; } .caldera-forms-clippy { opacity: 1; padding: 8px; border: 0; border-radius: 4px; width: 100%; } .caldera-forms-clippy h2, .caldera-forms-clippy a.btn { text-align: center; } .caldera-forms-clippy a.btn { width: 100%; padding-right: 4px; } .caldera-forms-clippy .btn-green:hover, .caldera-forms-clippy .caldera-grid button:hover, .caldera-forms-clippy .caldera-grid html input[type="button"]:hover, .caldera-forms-clippy .caldera-grid input[type="reset"]:hover, .caldera-forms-clippy .caldera-grid input[type="submit"]:hover { background: #ff7e30; } .caldera-forms-clippy .btn { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; background-color: transparent; border-radius: 4px; border: 0; box-shadow: inset 0 0 0 2px #ffffff; color: #ffffff; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 900; height: 3.5em; letter-spacing: 0.35em; line-height: 3.45em; overflow: hidden; padding: 0 1.25em 0 1.6em; text-align: center; text-decoration: none; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .caldera-forms-clippy .btn.btn-sm { font-size: 0.6em; } .caldera-forms-clippy .diff-btn li { padding: 1em 0 0 0; } /** Green is default **/ .caldera-forms-clippy a.btn.btn-green, .caldera-forms-clippy a.btn { background-color: #a3bf61; } .caldera-forms-clippy a.btn.btn-orange { background-color: #ff7e30; } .caldera-forms-clippy a.btn.btn-grey { background-color: #3a3a3c; } .caldera-forms-clippy a:focus, .caldera-forms-clippy .btn:focus, .caldera-forms-clippy .btn:active:focus, .caldera-forms-clippy button:focus, .caldera-forms-clippy input[type="file"]:focus, .caldera-forms-clippy input[type="radio"]:focus, .caldera-forms-clippy input[type="checkbox"]:focus { outline: none; } .caldera-forms-clippy a.btn:hover { background-color: #ff7e30; } .caldera-forms-clippy a.btn.btn-orange:hover { background-color: #a3bf61; } } .caldera-config-group p.description.help-block { margin-top: -12px; margin-bottom: 12px; } li.caldera-editor-logo { background-image: url("../images/caldera-globe-logo-sm.png"); background-repeat: no-repeat; background-position-y: 10%; background-size: 40px; } .caldera-forms-name { margin-left: 44px; } img.form-modal-lgo.form-modal-lgo-svg { opacity: 0.4; } span.cf-form-shortcode-preview { background: #fff; font-size: 1em; color: #000; border: 1px solid #a3bf61; cursor: pointer; display: block; padding: 2px; border-radius: 2px; } span.cf-form-shortcode-preview:hover { color: #fff; background-color: #ff7e30; } span.cf-form-name-preview { font-weight: bold; } a.disabled { color: #8e8e8e; } button.button.button-small.toggle-remove-option { width: 100%; } .option-setting input { width: 70% !important; float: left; display: inline; } label.option-setting-label { display: inline; width: 50%; float: left; } .toggle_option_row { border: 1px solid #cfcfcf; border-radius: 4px; padding: 2px; } li.caldera-forms-toolbar-item.success { background: #ff7e30; color: white; font-weight: 500; margin-top: 4px; border-radius: 2px; text-align: center; } .caldera-editor-header { height: 50px !important; } .cf-alert { display: inline-block; padding: 4px; border-radius: 4px; } .cf-alert-success { background: #a3bf61; color: #fff; } .cf-alert-error { background: #ff0000; color: #fff; } .cf-alert-wrap { margin-top: -5px; } .cf-alert p { padding: 0; } #cf-pro-save { width: 50%; } .caldera-config-field .cf-alert.cf-alert-error p { margin: 0px; } [v-cloak] { display: none; visibility: hidden; } .cf-show { visibility: visible; display: inline-block; -webkit-animation: fadein 0.5s 1; animation: fadein 0.5s 1; } .cf-hide { visibility: hidden; display: none; -webkit-animation: fadeout 0.5s 1; animation: fadeout 0.5s 1; } .caldera-forms-deleted { color: #a3be5f; } .caldera-forms-not-deleted { color: red; }
0.190498
0.180107
.badge { padding: 4px 10px; border-radius: 3px; background: #323232; text-transform: uppercase; font-size: 13px; line-height: 20px; font-weight: 700; color: #ffffff; letter-spacing: .05em; } .badge:hover { color: #ffffff; background: #41A451; } .badge:focus, .badge:active { color: #ffffff; } .badge.badge-primary { background: #41A451; } .badge.badge-primary:hover { color: #ffffff; background: #151515; } .badge.badge-secondary { background: #FFD541; } .badge.badge-secondary:hover { color: #ffffff; background: #151515; } @media (min-width: 992px) { .badge { font-size: 15px; } } ul.blog-post-meta { font-size: 18px; font-weight: 400; } ul.blog-post-meta > li { display: inline-block; vertical-align: middle; } ul.blog-post-meta li + li { margin-left: 15px; } ul.blog-post-meta li { color: rgba(0, 0, 0, 0.5); } ul.blog-post-meta li .icon { font-size: 18px; margin-right: 5px; color: #000000; } * + .blog-post-title { margin-top: 30px; } .blog-post-title { font-weight: 500; } * + .blog-post-content { margin-top: 35px; } .blog-post-content > * + * { margin-top: 35px; } .blog-post-content * + .list-marked { margin-top: 35px; } .blog-post-content .list-marked li + li { margin-top: 20px; } .blog-post-share { position: relative; } @media (min-width: 992px) { .blog-post-share { display: flex; justify-content: space-between; align-items: center; } .blog-post-share:before { position: relative; display: block; content: ''; width: 100%; height: 1px; max-width: 60%; border-top: 1px solid #C4C4C4; } } @media (min-width: 1200px) { .blog-post-share:before { max-width: 70%; } } .blog-post-share .thin-title + * { margin-top: 0; } .blog-post-share li + li { vertical-align: middle; margin-left: 20px; } .blog-post-share .icon { color: #151515; } .blog-post-share .icon:hover { color: #41A451; } .post-classic { max-width: 370px; margin-left: auto; margin-right: auto; } .post-classic:hover .post-classic-figure img { opacity: .8; transform: scale(1.04); } .post-classic-figure { background: #151515; overflow: hidden; } .post-classic-figure img { max-width: inherit; transition: all .3s; will-change: transform; } .post-classic-caption { position: relative; padding-top: 30px; } .post-classic-caption > * { position: relative; z-index: 1; } .post-classic-caption:before { position: absolute; content: ''; top: 10px; right: 0; left: 55%; bottom: 0; background: url("../images/bg-dot.png") center; opacity: .2; z-index: 0; } .post-classic-meta { font-size: 18px; line-height: 28px; font-weight: 400; color: rgba(0, 0, 0, 0.5); } .post-classic-meta > li { display: inline-block; } .post-classic-meta li + li { margin-left: 30px; } * + .post-classic-meta { margin-top: 20px; } .post-classic-tag { color: #41A451; } .post-classic-tag:hover { color: #151515; } .post-classic-tag.post-classic-tag-secondary { color: #FFD541; } .post-classic-tag.post-classic-tag-secondary:hover { color: #41A451; } .post-classic-tag.post-classic-tag-secondary-2 { color: #5656DF; } .post-classic-tag.post-classic-tag-secondary-2:hover { color: #FFD541; } .post-classic-title { font-weight: 500; line-height: 38px; letter-spacing: -.03em; } .block-aside { max-width: 370px; margin-left: auto; margin-right: auto; margin-bottom: -60px; } .block-aside > * { margin-bottom: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { .block-aside { max-width: inherit; columns: 2; break-inside: avoid; column-gap: 30px; } .block-aside .block-aside-item { display: inline-block; width: 100%; } } .block-aside-title { font-weight: 600; text-transform: uppercase; letter-spacing: .1em; padding-bottom: 15px; border-bottom: 1px solid #C4C4C4; } .block-aside-title + * { margin-top: 30px; } .post-minimal + .post-minimal { margin-top: 30px; } .post-minimal-title { font-weight: 300; line-height: 34px; letter-spacing: -.03em; } .post-minimal-date { font-size: 18px; line-height: 28px; color: rgba(0, 0, 0, 0.5); } .post-modern { max-width: 370px; margin-left: auto; margin-right: auto; } .post-modern.post-modern-reverse { display: flex; flex-direction: column-reverse; } .post-modern:hover .post-modern-figure img { transform: scale(1.04); opacity: .8; } .post-modern-figure { position: relative; background: #151515; overflow: hidden; } .post-modern-figure img { max-width: inherit; transition: all .3s; will-change: transform; } .post-modern-figure .badge { position: absolute; bottom: 25px; left: 25px; } .post-modern-caption { padding: 25px; background: #ffffff; } .post-modern-date { font-weight: 400; color: rgba(0, 0, 0, 0.5); font-size: 18px; } .post-modern-title { font-weight: 500; line-height: 34px; letter-spacing: -.03em; } * + .post-modern-title { margin-top: 10px; } * + .post-modern-text { margin-top: 25px; } .post-modern-text + * { margin-top: 25px; } .post-modern-text { color: rgba(21, 21, 21, 0.8); line-height: 25px; } .post-corporate { position: relative; padding: 33px 0; max-width: 370px; margin-left: auto; margin-right: auto; border-radius: 8px; overflow: hidden; } .post-corporate.post-corporate-img-bg > * { position: relative; z-index: 1; } .post-corporate.post-corporate-img-bg .post-corporate-bg { position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; } .post-corporate.post-corporate-img-bg .post-corporate-bg:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(21, 21, 21, 0.32) 0%, rgba(0, 0, 0, 0.72) 100%); } .post-corporate.post-corporate-img-bg .post-corporate-title a:hover { color: #FFD541; } .post-corporate.post-corporate-img-bg .post-corporate-link { color: #ffffff; } .post-corporate.post-corporate-img-bg .post-corporate-link:hover { color: #FFD541; } * + .post-corporate-title { margin-top: 15px; } .post-corporate-badge { position: relative; background: transparent; overflow: hidden; } .post-corporate-badge:before, .post-corporate-badge:after { position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; content: ''; z-index: -1; transition: all .3s; } .post-corporate-badge:before { background: linear-gradient(228.54deg, #00E175 0%, #5656DF 100%); } .post-corporate-badge:after { opacity: 0; background: linear-gradient(-228.54deg, #00E175 0%, #5656DF 100%); } .post-corporate-badge:hover { color: #ffffff; background: transparent; } .post-corporate-badge:hover:before { opacity: 0; } .post-corporate-badge:hover:after { opacity: 1; } .post-corporate-title { font-weight: 400; } * + .post-corporate-text { margin-top: 15px; } * + .post-corporate-link { margin-top: 30px; } .post-corporate-link { display: inline-block; color: #000000; font-size: 18px; font-weight: 400; } .post-corporate-link .icon { margin-left: 12px; font-size: 20px; vertical-align: middle; }
css/post.css
.badge { padding: 4px 10px; border-radius: 3px; background: #323232; text-transform: uppercase; font-size: 13px; line-height: 20px; font-weight: 700; color: #ffffff; letter-spacing: .05em; } .badge:hover { color: #ffffff; background: #41A451; } .badge:focus, .badge:active { color: #ffffff; } .badge.badge-primary { background: #41A451; } .badge.badge-primary:hover { color: #ffffff; background: #151515; } .badge.badge-secondary { background: #FFD541; } .badge.badge-secondary:hover { color: #ffffff; background: #151515; } @media (min-width: 992px) { .badge { font-size: 15px; } } ul.blog-post-meta { font-size: 18px; font-weight: 400; } ul.blog-post-meta > li { display: inline-block; vertical-align: middle; } ul.blog-post-meta li + li { margin-left: 15px; } ul.blog-post-meta li { color: rgba(0, 0, 0, 0.5); } ul.blog-post-meta li .icon { font-size: 18px; margin-right: 5px; color: #000000; } * + .blog-post-title { margin-top: 30px; } .blog-post-title { font-weight: 500; } * + .blog-post-content { margin-top: 35px; } .blog-post-content > * + * { margin-top: 35px; } .blog-post-content * + .list-marked { margin-top: 35px; } .blog-post-content .list-marked li + li { margin-top: 20px; } .blog-post-share { position: relative; } @media (min-width: 992px) { .blog-post-share { display: flex; justify-content: space-between; align-items: center; } .blog-post-share:before { position: relative; display: block; content: ''; width: 100%; height: 1px; max-width: 60%; border-top: 1px solid #C4C4C4; } } @media (min-width: 1200px) { .blog-post-share:before { max-width: 70%; } } .blog-post-share .thin-title + * { margin-top: 0; } .blog-post-share li + li { vertical-align: middle; margin-left: 20px; } .blog-post-share .icon { color: #151515; } .blog-post-share .icon:hover { color: #41A451; } .post-classic { max-width: 370px; margin-left: auto; margin-right: auto; } .post-classic:hover .post-classic-figure img { opacity: .8; transform: scale(1.04); } .post-classic-figure { background: #151515; overflow: hidden; } .post-classic-figure img { max-width: inherit; transition: all .3s; will-change: transform; } .post-classic-caption { position: relative; padding-top: 30px; } .post-classic-caption > * { position: relative; z-index: 1; } .post-classic-caption:before { position: absolute; content: ''; top: 10px; right: 0; left: 55%; bottom: 0; background: url("../images/bg-dot.png") center; opacity: .2; z-index: 0; } .post-classic-meta { font-size: 18px; line-height: 28px; font-weight: 400; color: rgba(0, 0, 0, 0.5); } .post-classic-meta > li { display: inline-block; } .post-classic-meta li + li { margin-left: 30px; } * + .post-classic-meta { margin-top: 20px; } .post-classic-tag { color: #41A451; } .post-classic-tag:hover { color: #151515; } .post-classic-tag.post-classic-tag-secondary { color: #FFD541; } .post-classic-tag.post-classic-tag-secondary:hover { color: #41A451; } .post-classic-tag.post-classic-tag-secondary-2 { color: #5656DF; } .post-classic-tag.post-classic-tag-secondary-2:hover { color: #FFD541; } .post-classic-title { font-weight: 500; line-height: 38px; letter-spacing: -.03em; } .block-aside { max-width: 370px; margin-left: auto; margin-right: auto; margin-bottom: -60px; } .block-aside > * { margin-bottom: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { .block-aside { max-width: inherit; columns: 2; break-inside: avoid; column-gap: 30px; } .block-aside .block-aside-item { display: inline-block; width: 100%; } } .block-aside-title { font-weight: 600; text-transform: uppercase; letter-spacing: .1em; padding-bottom: 15px; border-bottom: 1px solid #C4C4C4; } .block-aside-title + * { margin-top: 30px; } .post-minimal + .post-minimal { margin-top: 30px; } .post-minimal-title { font-weight: 300; line-height: 34px; letter-spacing: -.03em; } .post-minimal-date { font-size: 18px; line-height: 28px; color: rgba(0, 0, 0, 0.5); } .post-modern { max-width: 370px; margin-left: auto; margin-right: auto; } .post-modern.post-modern-reverse { display: flex; flex-direction: column-reverse; } .post-modern:hover .post-modern-figure img { transform: scale(1.04); opacity: .8; } .post-modern-figure { position: relative; background: #151515; overflow: hidden; } .post-modern-figure img { max-width: inherit; transition: all .3s; will-change: transform; } .post-modern-figure .badge { position: absolute; bottom: 25px; left: 25px; } .post-modern-caption { padding: 25px; background: #ffffff; } .post-modern-date { font-weight: 400; color: rgba(0, 0, 0, 0.5); font-size: 18px; } .post-modern-title { font-weight: 500; line-height: 34px; letter-spacing: -.03em; } * + .post-modern-title { margin-top: 10px; } * + .post-modern-text { margin-top: 25px; } .post-modern-text + * { margin-top: 25px; } .post-modern-text { color: rgba(21, 21, 21, 0.8); line-height: 25px; } .post-corporate { position: relative; padding: 33px 0; max-width: 370px; margin-left: auto; margin-right: auto; border-radius: 8px; overflow: hidden; } .post-corporate.post-corporate-img-bg > * { position: relative; z-index: 1; } .post-corporate.post-corporate-img-bg .post-corporate-bg { position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; } .post-corporate.post-corporate-img-bg .post-corporate-bg:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(21, 21, 21, 0.32) 0%, rgba(0, 0, 0, 0.72) 100%); } .post-corporate.post-corporate-img-bg .post-corporate-title a:hover { color: #FFD541; } .post-corporate.post-corporate-img-bg .post-corporate-link { color: #ffffff; } .post-corporate.post-corporate-img-bg .post-corporate-link:hover { color: #FFD541; } * + .post-corporate-title { margin-top: 15px; } .post-corporate-badge { position: relative; background: transparent; overflow: hidden; } .post-corporate-badge:before, .post-corporate-badge:after { position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; content: ''; z-index: -1; transition: all .3s; } .post-corporate-badge:before { background: linear-gradient(228.54deg, #00E175 0%, #5656DF 100%); } .post-corporate-badge:after { opacity: 0; background: linear-gradient(-228.54deg, #00E175 0%, #5656DF 100%); } .post-corporate-badge:hover { color: #ffffff; background: transparent; } .post-corporate-badge:hover:before { opacity: 0; } .post-corporate-badge:hover:after { opacity: 1; } .post-corporate-title { font-weight: 400; } * + .post-corporate-text { margin-top: 15px; } * + .post-corporate-link { margin-top: 30px; } .post-corporate-link { display: inline-block; color: #000000; font-size: 18px; font-weight: 400; } .post-corporate-link .icon { margin-left: 12px; font-size: 20px; vertical-align: middle; }
0.63375
0.241903
body::-webkit-scrollbar { width: 5px; } body::-webkit-scrollbar-track { background: #000000; -webkit-box-shadow: inset 0 0 6px #000000; } body::-webkit-scrollbar-thumb { background-color: #666666; outline: 1px solid #000000; } .add-1s { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .add-2s { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; } .add-3s { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } .add-4s { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-delay: 2s; animation-delay: 2s; } .add-5s { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; -webkit-animation-delay: 2.5s; animation-delay: 2.5s; } @-webkit-keyframes moveleft { 0% { opacity: 0; -webkit-transform: translate(-100px); transform: translate(-100px); } 80% { -webkit-transform: translate(20px); transform: translate(20px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @keyframes moveleft { 0% { opacity: 0; -webkit-transform: translate(-100px); transform: translate(-100px); } 80% { -webkit-transform: translate(20px); transform: translate(20px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } .overly { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; height: 100vh !important; background: rgba(0, 0, 0, 0.5); display: none; } #myVideo { position: fixed; right: 0; bottom: 0; left: 0; opacity: 1; min-width: 100%; min-height: 100%; z-index: -1000000; } @media (max-width: 767px) { .m-d-none { display: none !important; } } .btn-reg { margin-top: 22px; text-transform: uppercase; } @media (max-width: 767px) { .btn-reg { margin-top: 0px !important; } } .login-page { height: 100vh; background: url("../images/login/bg1.jpg") no-repeat center; -webkit-background-size: cover; background-size: cover; } .login-page .login { margin-top: 30%; } .login-page .login .card { -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); } .login-page .login .card-header .btn-group { width: 100%; } .login-page .login-logo { text-align: center; } .login-page .login-logo img { height: 100px; margin-bottom: 15px; } .page .logo img { height: 40px; } .page .header { height: 50px; background: #333333; color: #ffffff; padding: 5px; -webkit-box-shadow: 0px 0px 10px #999; box-shadow: 0px 0px 10px #999; } .page .header h1 { font-size: 22px; margin: 0; padding: 10px; line-height: 20px; } .page .header .search { position: relative; } .page .header .search .search-input { padding: 5px 40px 5px 10px; -webkit-border-radius: 8px; border-radius: 8px; height: 30px; margin: 5px 0; border: 0px; -webkit-box-shadow: inset 0px 2px 5px #999; box-shadow: inset 0px 2px 5px #999; background: #9E9E9E; font-size: 14px; -webkit-transition: ease .5s; transition: ease .5s; } .page .header .search .search-input:hover, .page .header .search .search-input:focus, .page .header .search .search-input:active { background: #ffffff; } .page .header .search .search-btn { position: absolute; top: 1px; right: 0; border: 0; padding: 2px 12px; background: 0 0; text-shadow: 1px 1px 4px #999; } .page .header .user-sec { float: right; margin: 0px; padding: 0px; } .page .header .user-sec li { list-style: none; float: left; } .page .header .user-sec li a { display: block; padding: 8px; color: #ffffff; } .page .header .user-sec li a:hover { text-decoration: none; color: #999; } .page .header .user-sec li a span { font-size: 13px; padding-right: 10px; } .page .frequent-uses { display: none; } .page .frequent-uses .row { margin: -5px -10px; } .page .frequent-uses .col-lg-1.col-md-1.col-sm-4.col-xs-6 { padding: 0 5px; } .page .frequent-uses .card { height: 50px; } .page .frequent-uses .card .card-body { padding: 5px; } .page .frequent-uses .card .card-body .fas { font-size: 18px; height: 20px; } .page .frequent-uses .card .card-body label { font-size: 13px; } .page main { min-height: -webkit-calc(100vh - 80px); min-height: calc(100vh - 80px); } .page main a:hover { text-decoration: none; } .page main .card { text-align: center; -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); -webkit-transition: ease .5s; transition: ease .5s; margin: 15px 0; height: 110px; cursor: pointer; } .page main .card .card-body { cursor: pointer; } .page main .card:hover { -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); } .page main .card:hover .fas { color: #999; -webkit-transition: ease .5s; transition: ease .5s; } .page main .card:hover label { color: #333333; -webkit-transition: ease .5s; transition: ease .5s; } .page main .card:focus, .page main .card:active { -webkit-transition: ease .1s; transition: ease .1s; -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .page main .card:focus .fas, .page main .card:active .fas { color: #333333; -webkit-transition: ease .1s; transition: ease .1s; } .page main .card:focus label, .page main .card:active label { color: #999; -webkit-transition: ease .1s; transition: ease .1s; } .page main .card .fas { font-size: 32px; -webkit-transition: ease .5s; transition: ease .5s; color: #333333; height: 36px; display: block; } .page main .card label { display: block; font-size: 15px; line-height: 16px; margin: 0px; color: #999; -webkit-transition: ease .5s; transition: ease .5s; } .page main aside.sidenav { width: 200px; float: left; } .page main aside.sidenav ul { padding: 0; margin: 0; } .page main aside.sidenav ul li { list-style: none; } .page main aside.sidenav ul li.title { color: #111111; padding: 5px; font-size: 14px; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #ffffff; background: #ffffff; } .page main aside.sidenav ul li a { display: block; color: #333333; font-size: 14px; padding: 6px; border-bottom: 1px solid #e0e0e0; } .page main aside.sidenav ul li a.active { background: #e0e0e0; } .page main aside.sidenav ul li a:hover { text-decoration: none; background: #e0e0e0; } .page main aside.sidenav ul li a .fas { font-size: 12px; } .page main .contant { width: -webkit-calc(100% - 200px); width: calc(100% - 200px); float: left; background: #E0E0E0; min-height: -webkit-calc(100vh - 80px); min-height: calc(100vh - 80px); } .page main .contant.f-h { min-height: -webkit-calc(100vh - 150px); min-height: calc(100vh - 150px); } .page main .contant .contant-header { padding: 6px 0; border-bottom: 1px solid #fff; } .page main .contant .contant-header h6 { padding: 0px; margin: 0px; font-size: 16px; } .page main .contant .contant-body { font-size: 14px; } .page main .contant .contant-body table tr td { font-size: 13px; } .page main .contant .contant-body .card { text-align: left; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; height: auto; cursor: auto; } .page main .contant .contant-body .card .card-header h6 { font-size: 14px; margin: 0px; } .page main .contant .contant-body .card .card-header .fas { font-size: 14px; height: 14px; display: inline; } .page main .contant .contant-body .card .card-body { cursor: auto; } .page main .contant .contant-body .card .card-body .req { position: absolute; top: 0px; float: right; } .page main .contant .contant-body .card .card-body label { padding-bottom: 10px; } .page main .contant .contant-body .card .card-body .fas { font-size: 14px; height: 14px; display: inline; color: #111111; } .page .footer { clear: both; background: #424242; color: #9E9E9E; padding: 5px; font-size: 12px; height: 30px; } .form-control { -webkit-border-radius: 0 !important; border-radius: 0 !important; } .btn { -webkit-border-radius: 0 !important; border-radius: 0 !important; }
app/css/style.css
body::-webkit-scrollbar { width: 5px; } body::-webkit-scrollbar-track { background: #000000; -webkit-box-shadow: inset 0 0 6px #000000; } body::-webkit-scrollbar-thumb { background-color: #666666; outline: 1px solid #000000; } .add-1s { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .add-2s { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; } .add-3s { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } .add-4s { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-delay: 2s; animation-delay: 2s; } .add-5s { -webkit-animation-duration: 2.5s; animation-duration: 2.5s; -webkit-animation-delay: 2.5s; animation-delay: 2.5s; } @-webkit-keyframes moveleft { 0% { opacity: 0; -webkit-transform: translate(-100px); transform: translate(-100px); } 80% { -webkit-transform: translate(20px); transform: translate(20px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } @keyframes moveleft { 0% { opacity: 0; -webkit-transform: translate(-100px); transform: translate(-100px); } 80% { -webkit-transform: translate(20px); transform: translate(20px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } } .overly { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; height: 100vh !important; background: rgba(0, 0, 0, 0.5); display: none; } #myVideo { position: fixed; right: 0; bottom: 0; left: 0; opacity: 1; min-width: 100%; min-height: 100%; z-index: -1000000; } @media (max-width: 767px) { .m-d-none { display: none !important; } } .btn-reg { margin-top: 22px; text-transform: uppercase; } @media (max-width: 767px) { .btn-reg { margin-top: 0px !important; } } .login-page { height: 100vh; background: url("../images/login/bg1.jpg") no-repeat center; -webkit-background-size: cover; background-size: cover; } .login-page .login { margin-top: 30%; } .login-page .login .card { -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); } .login-page .login .card-header .btn-group { width: 100%; } .login-page .login-logo { text-align: center; } .login-page .login-logo img { height: 100px; margin-bottom: 15px; } .page .logo img { height: 40px; } .page .header { height: 50px; background: #333333; color: #ffffff; padding: 5px; -webkit-box-shadow: 0px 0px 10px #999; box-shadow: 0px 0px 10px #999; } .page .header h1 { font-size: 22px; margin: 0; padding: 10px; line-height: 20px; } .page .header .search { position: relative; } .page .header .search .search-input { padding: 5px 40px 5px 10px; -webkit-border-radius: 8px; border-radius: 8px; height: 30px; margin: 5px 0; border: 0px; -webkit-box-shadow: inset 0px 2px 5px #999; box-shadow: inset 0px 2px 5px #999; background: #9E9E9E; font-size: 14px; -webkit-transition: ease .5s; transition: ease .5s; } .page .header .search .search-input:hover, .page .header .search .search-input:focus, .page .header .search .search-input:active { background: #ffffff; } .page .header .search .search-btn { position: absolute; top: 1px; right: 0; border: 0; padding: 2px 12px; background: 0 0; text-shadow: 1px 1px 4px #999; } .page .header .user-sec { float: right; margin: 0px; padding: 0px; } .page .header .user-sec li { list-style: none; float: left; } .page .header .user-sec li a { display: block; padding: 8px; color: #ffffff; } .page .header .user-sec li a:hover { text-decoration: none; color: #999; } .page .header .user-sec li a span { font-size: 13px; padding-right: 10px; } .page .frequent-uses { display: none; } .page .frequent-uses .row { margin: -5px -10px; } .page .frequent-uses .col-lg-1.col-md-1.col-sm-4.col-xs-6 { padding: 0 5px; } .page .frequent-uses .card { height: 50px; } .page .frequent-uses .card .card-body { padding: 5px; } .page .frequent-uses .card .card-body .fas { font-size: 18px; height: 20px; } .page .frequent-uses .card .card-body label { font-size: 13px; } .page main { min-height: -webkit-calc(100vh - 80px); min-height: calc(100vh - 80px); } .page main a:hover { text-decoration: none; } .page main .card { text-align: center; -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); -webkit-transition: ease .5s; transition: ease .5s; margin: 15px 0; height: 110px; cursor: pointer; } .page main .card .card-body { cursor: pointer; } .page main .card:hover { -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); } .page main .card:hover .fas { color: #999; -webkit-transition: ease .5s; transition: ease .5s; } .page main .card:hover label { color: #333333; -webkit-transition: ease .5s; transition: ease .5s; } .page main .card:focus, .page main .card:active { -webkit-transition: ease .1s; transition: ease .1s; -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .page main .card:focus .fas, .page main .card:active .fas { color: #333333; -webkit-transition: ease .1s; transition: ease .1s; } .page main .card:focus label, .page main .card:active label { color: #999; -webkit-transition: ease .1s; transition: ease .1s; } .page main .card .fas { font-size: 32px; -webkit-transition: ease .5s; transition: ease .5s; color: #333333; height: 36px; display: block; } .page main .card label { display: block; font-size: 15px; line-height: 16px; margin: 0px; color: #999; -webkit-transition: ease .5s; transition: ease .5s; } .page main aside.sidenav { width: 200px; float: left; } .page main aside.sidenav ul { padding: 0; margin: 0; } .page main aside.sidenav ul li { list-style: none; } .page main aside.sidenav ul li.title { color: #111111; padding: 5px; font-size: 14px; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #ffffff; background: #ffffff; } .page main aside.sidenav ul li a { display: block; color: #333333; font-size: 14px; padding: 6px; border-bottom: 1px solid #e0e0e0; } .page main aside.sidenav ul li a.active { background: #e0e0e0; } .page main aside.sidenav ul li a:hover { text-decoration: none; background: #e0e0e0; } .page main aside.sidenav ul li a .fas { font-size: 12px; } .page main .contant { width: -webkit-calc(100% - 200px); width: calc(100% - 200px); float: left; background: #E0E0E0; min-height: -webkit-calc(100vh - 80px); min-height: calc(100vh - 80px); } .page main .contant.f-h { min-height: -webkit-calc(100vh - 150px); min-height: calc(100vh - 150px); } .page main .contant .contant-header { padding: 6px 0; border-bottom: 1px solid #fff; } .page main .contant .contant-header h6 { padding: 0px; margin: 0px; font-size: 16px; } .page main .contant .contant-body { font-size: 14px; } .page main .contant .contant-body table tr td { font-size: 13px; } .page main .contant .contant-body .card { text-align: left; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; height: auto; cursor: auto; } .page main .contant .contant-body .card .card-header h6 { font-size: 14px; margin: 0px; } .page main .contant .contant-body .card .card-header .fas { font-size: 14px; height: 14px; display: inline; } .page main .contant .contant-body .card .card-body { cursor: auto; } .page main .contant .contant-body .card .card-body .req { position: absolute; top: 0px; float: right; } .page main .contant .contant-body .card .card-body label { padding-bottom: 10px; } .page main .contant .contant-body .card .card-body .fas { font-size: 14px; height: 14px; display: inline; color: #111111; } .page .footer { clear: both; background: #424242; color: #9E9E9E; padding: 5px; font-size: 12px; height: 30px; } .form-control { -webkit-border-radius: 0 !important; border-radius: 0 !important; } .btn { -webkit-border-radius: 0 !important; border-radius: 0 !important; }
0.302906
0.0666
input.number_range_filter, input.date_range_filter { width: 20px; font-size: 8px; } /* .protein-th { background-color: #98df8a; } .pdb-th { background-color: #aec7e8; } .seq-th { background-color: #FFEEA0; } .parts-th { background-color: #ff9896; } .parts2-th { background-color: #ff9896; } .parts4-th { background-color: #CC7878; } .parts1-th { background-color: #E47F8A; } .parts3-th { background-color: #EB997F; } .pub-th { background-color: #ffbb78; } */ .similarity-th { background-color: gold; } .construct_div { padding-left: 3px; padding-right: 3px; float: left; position: relative; } /* Annotations */ .deletion { background-color: red; } .modification { background-color: gold; } .mutation { background-color: orange; } .insertion { background-color: purple; } .fusion { background-color: purple; /* color: white; */ background-color: rgb(142, 68, 173); background-color: rgba(142, 68, 173, 0.6); } .fusiontop { background-color: rgb(142, 68, 173); } .tag { background-color: gold; background-color: rgb(244, 208, 63); background-color: rgba(244, 208, 63, 0.6); } .tagtop { background-color: rgb(244, 208, 63); } .signal { background-color: #2ecc40; background-color: rgba(46, 204, 64, 0.6); } .signaltop { background-color: #2ecc40; } .prot_cleavage { background-color: #ffa233; background-color: rgb(230, 126, 34); background-color: rgba(230, 126, 34, 0.6); } .prot_cleavagetop { background-color: rgb(230, 126, 34); } .linker { background-color: #58a2a1; background-color: rgb(93, 173, 226); background-color: rgba(93, 173, 226, 0.6); } .linkertop { background-color: #58a2a1; background-color: rgb(93, 173, 226); } .insert_text { opacity: 0.5; } .bg-insertion { background-color: #d9b3ff; } .bg-deletion { background-color: red; } .bg-mutation { background-color: orange; } #constructs_schematics_div { display: none; } #wt_schematics_div { display: none; } #constructs_div { display: none; } .tooltip-inner { white-space: pre; /* you can also try white-space: normal; */ max-width: none; }
static/home/css/construct_browser.css
input.number_range_filter, input.date_range_filter { width: 20px; font-size: 8px; } /* .protein-th { background-color: #98df8a; } .pdb-th { background-color: #aec7e8; } .seq-th { background-color: #FFEEA0; } .parts-th { background-color: #ff9896; } .parts2-th { background-color: #ff9896; } .parts4-th { background-color: #CC7878; } .parts1-th { background-color: #E47F8A; } .parts3-th { background-color: #EB997F; } .pub-th { background-color: #ffbb78; } */ .similarity-th { background-color: gold; } .construct_div { padding-left: 3px; padding-right: 3px; float: left; position: relative; } /* Annotations */ .deletion { background-color: red; } .modification { background-color: gold; } .mutation { background-color: orange; } .insertion { background-color: purple; } .fusion { background-color: purple; /* color: white; */ background-color: rgb(142, 68, 173); background-color: rgba(142, 68, 173, 0.6); } .fusiontop { background-color: rgb(142, 68, 173); } .tag { background-color: gold; background-color: rgb(244, 208, 63); background-color: rgba(244, 208, 63, 0.6); } .tagtop { background-color: rgb(244, 208, 63); } .signal { background-color: #2ecc40; background-color: rgba(46, 204, 64, 0.6); } .signaltop { background-color: #2ecc40; } .prot_cleavage { background-color: #ffa233; background-color: rgb(230, 126, 34); background-color: rgba(230, 126, 34, 0.6); } .prot_cleavagetop { background-color: rgb(230, 126, 34); } .linker { background-color: #58a2a1; background-color: rgb(93, 173, 226); background-color: rgba(93, 173, 226, 0.6); } .linkertop { background-color: #58a2a1; background-color: rgb(93, 173, 226); } .insert_text { opacity: 0.5; } .bg-insertion { background-color: #d9b3ff; } .bg-deletion { background-color: red; } .bg-mutation { background-color: orange; } #constructs_schematics_div { display: none; } #wt_schematics_div { display: none; } #constructs_div { display: none; } .tooltip-inner { white-space: pre; /* you can also try white-space: normal; */ max-width: none; }
0.583678
0.112503
html, body { /* Background Styling */ /* The *background* took place of the *background-image* */ /* applying a linear gradient with the proper rgb's allowed me to apply an opacity to the background without affecting the rest of the html page */ /* background-image: url(http://www.lol-wallpapers.com/wp-content/uploads/2018/06/Classic-Twisted-Fate-Splash-Art-Update-HD-4k-6k-Wallpaper-Background-Official-Art-Artwork-League-of-Legends-lol.jpg); */ background: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url(https://mitchteemley.files.wordpress.com/2017/11/the-dark-alley-photography-by-kimera-jam-body-girl-shadows-fog-mist.jpg); display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; /* opacity: 0.5; */ border: 5px solid black; } /* H1 Style */ h1 { background-color: black; color: white; text-align: center; border: 2px solid brown; border-radius: 18px; } /* Form Styling */ form { display: block; /*background-image: url(http://wwwcdn.impact-books.com/wp-content/uploads/tumblr_n55rvati6B1tava2vo2_r1_500.png);*/ background-image: url(http://2.bp.blogspot.com/-jb5mFF08yMA/UHp6Ab63qSI/AAAAAAAAAW0/BhQMO0L7FDY/s1600/Horror-HQ-Wallpapers-42.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; border: 5px solid black; padding: 20px 5px; margin: 50px 15px; font-weight: bold; border-radius: 18px; text-align: center; } /* Container Styling */ .container { width: 500px; clear: both; color: white; font-weight: 2em; text-shadow: #FC0 1px 0 10px; } /* Input Field Styling */ .container input { width: 100%; clear: both; background: transparent; border: 3px solid brown; border-radius: 6px; } input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; } /* Submit Button Styling */ .submit-button { background: #8a4b08; background-image: -webkit-linear-gradient(top, #2a120a, #610b0b); background-image: -moz-linear-gradient(top, #2a120a, #610b0b); background-image: -ms-linear-gradient(top, #2a120a, #610b0b); background-image: -o-linear-gradient(top, #2a120a, #0a0202); background-image: linear-gradient(to bottom, #2a120a, #610b0b); -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; text-shadow: 3px 2px 1px #9daef5; box-shadow: 6px 5px 24px #666666; -webkit-box-shadow: 6px 5px 24px #66666; -moz-box-shadow: 6px 5px 24px #666666; font-family: Arial, sans-serif, helvetica; color: #fafafa; font-size: 27px; text-decoration: none; } /* On Hover Submit Styling */ .submit-button:hover { background: #d7df01; background-image: -webkit-linear-gradient(top, #d7df01, #aeb404); background-image: -moz-linear-gradient(top, #d7df01, #aeb404); background-image: -mo-linear-gradient(top, #d7df01, #aeb404); background-image: -o-linear-gradient(top, #d7df01, #aeb404; background-image: linear-gradient(to bottom, #d7df01, #aeb404); text-decoration: none; } img { width: 90px; height: 90px; float: left; } #idCard { background-image: url(http://2.bp.blogspot.com/-jb5mFF08yMA/UHp6Ab63qSI/AAAAAAAAAW0/BhQMO0L7FDY/s1600/Horror-HQ-Wallpapers-42.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; border: 5px solid black; border-radius: 18px; height: 14em; width: 25em; }
01. Coding From Scratch/ID Card/style.css
html, body { /* Background Styling */ /* The *background* took place of the *background-image* */ /* applying a linear gradient with the proper rgb's allowed me to apply an opacity to the background without affecting the rest of the html page */ /* background-image: url(http://www.lol-wallpapers.com/wp-content/uploads/2018/06/Classic-Twisted-Fate-Splash-Art-Update-HD-4k-6k-Wallpaper-Background-Official-Art-Artwork-League-of-Legends-lol.jpg); */ background: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url(https://mitchteemley.files.wordpress.com/2017/11/the-dark-alley-photography-by-kimera-jam-body-girl-shadows-fog-mist.jpg); display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; /* opacity: 0.5; */ border: 5px solid black; } /* H1 Style */ h1 { background-color: black; color: white; text-align: center; border: 2px solid brown; border-radius: 18px; } /* Form Styling */ form { display: block; /*background-image: url(http://wwwcdn.impact-books.com/wp-content/uploads/tumblr_n55rvati6B1tava2vo2_r1_500.png);*/ background-image: url(http://2.bp.blogspot.com/-jb5mFF08yMA/UHp6Ab63qSI/AAAAAAAAAW0/BhQMO0L7FDY/s1600/Horror-HQ-Wallpapers-42.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; border: 5px solid black; padding: 20px 5px; margin: 50px 15px; font-weight: bold; border-radius: 18px; text-align: center; } /* Container Styling */ .container { width: 500px; clear: both; color: white; font-weight: 2em; text-shadow: #FC0 1px 0 10px; } /* Input Field Styling */ .container input { width: 100%; clear: both; background: transparent; border: 3px solid brown; border-radius: 6px; } input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; } /* Submit Button Styling */ .submit-button { background: #8a4b08; background-image: -webkit-linear-gradient(top, #2a120a, #610b0b); background-image: -moz-linear-gradient(top, #2a120a, #610b0b); background-image: -ms-linear-gradient(top, #2a120a, #610b0b); background-image: -o-linear-gradient(top, #2a120a, #0a0202); background-image: linear-gradient(to bottom, #2a120a, #610b0b); -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; text-shadow: 3px 2px 1px #9daef5; box-shadow: 6px 5px 24px #666666; -webkit-box-shadow: 6px 5px 24px #66666; -moz-box-shadow: 6px 5px 24px #666666; font-family: Arial, sans-serif, helvetica; color: #fafafa; font-size: 27px; text-decoration: none; } /* On Hover Submit Styling */ .submit-button:hover { background: #d7df01; background-image: -webkit-linear-gradient(top, #d7df01, #aeb404); background-image: -moz-linear-gradient(top, #d7df01, #aeb404); background-image: -mo-linear-gradient(top, #d7df01, #aeb404); background-image: -o-linear-gradient(top, #d7df01, #aeb404; background-image: linear-gradient(to bottom, #d7df01, #aeb404); text-decoration: none; } img { width: 90px; height: 90px; float: left; } #idCard { background-image: url(http://2.bp.blogspot.com/-jb5mFF08yMA/UHp6Ab63qSI/AAAAAAAAAW0/BhQMO0L7FDY/s1600/Horror-HQ-Wallpapers-42.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; border: 5px solid black; border-radius: 18px; height: 14em; width: 25em; }
0.542863
0.099865
margin-bottom: 4rem; margin-top: 0; } #main_footer { position: fixed; left: 0; right: 0; bottom: 0; height: 2rem; line-height: 2rem; padding: 0 1rem; display: flex; align-content: center; font-size: 10pt; } /* Loading animation */ .loading-dual-ring { display: inline-block; width: 64px; height: 64px; } .loading-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #007bff; border-color: #007bff transparent #007bff transparent; animation: loading-dual-ring 1.2s linear infinite; } .loading-dual-ring-small { display: inline-block; width: 32px; height: 32px; } .loading-dual-ring-small:after { content: " "; display: block; width: 23px; height: 23px; margin: 1px; border-radius: 50%; border: 2.5px solid #007bff; border-color: #007bff transparent #007bff transparent; animation: loading-dual-ring 1.2s linear infinite; } @keyframes loading-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loading-dual-ring-center-screen { position: fixed; top: 50%; left: 50%; margin-top: -32px; margin-left: -32px; } .black-overlay { position: fixed; /* Sit on top of the page content */ display: none; /* Hidden by default */ width: 100%; /* Full width (cover the whole page) */ height: 100%; /* Full height (cover the whole page) */ top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */ z-index: 2; /* Specify a stack order in case you're using a different order for other elements */ cursor: pointer; /* Add a pointer on hover */ } .video-gallery .card-wrapper { padding: 1rem; margin-bottom: .5rem; } .video-gallery .card-wrapper:hover { background-color: #fafafa; } .video-gallery .card { border: none; background: none; } .video-gallery .card .card-body { margin-top: .5em; padding: 0; } .video-gallery .card .card-text { font-size: 10pt; margin-bottom: .5rem; } .video-gallery .card .card-title { font-size: 11pt; margin-bottom: .5rem; line-height: 1.2rem; } .video-gallery .card .card-title .badge { font-size: 8pt; } .video-gallery .card .card-footer { padding: .5rem .75rem; } .video-gallery .card .card-more { margin-right: -0.25rem; margin-top: -0.27rem; } .video-gallery .card .card-more:hover { text-decoration: none; } .video-gallery .card .progress { width: 100px; } .video-badges { position: absolute; top: .6em; left: 0; width: 6.2em; } .video-badges .video-badge { width: 100%; margin: 0 0 .6em 0; padding: 0 0 0 .5em; line-height: 1.65em; background-color: #9af; box-shadow: 0.2em 0 0.6em 0 rgba(0, 0, 0, 0.4); border-radius: 0 3px 3px 0; color: white; text-align: center; font-family: Noto Sans, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 8pt; text-transform: uppercase; } .video-badges .video-badge.video-badge-new { background-color: #007bff; } .video-badges .video-badge.video-badge-downloaded { background-color: #59b352; } .video-badges .video-badge.video-badge-watched { background-color: #444; } .alert-card { max-width: 35rem; margin: 2rem 0; } .no-asterisk .asteriskField { display: none; } .modal-field-error { margin: 0.5rem 0; padding: 0.5rem 0; } .modal-field-error ul { margin: 0; } .star-rating { display: inline-block; margin-bottom: 0.5rem; } .btn-toolbar { margin: .5rem 0; } .btn-toolbar .btn { padding: 0.15rem 0.4rem; font-size: 14pt; } .status-timestamp { margin-right: 0.25rem; } .dropdown-jobs { min-width: 25rem; } .dropdown-jobs .dropdown-item p { margin: 0; line-height: normal; } img.muted { opacity: .5; } /*# sourceMappingURL=style.css.map */
app/YtManagerApp/static/YtManagerApp/css/style.css
margin-bottom: 4rem; margin-top: 0; } #main_footer { position: fixed; left: 0; right: 0; bottom: 0; height: 2rem; line-height: 2rem; padding: 0 1rem; display: flex; align-content: center; font-size: 10pt; } /* Loading animation */ .loading-dual-ring { display: inline-block; width: 64px; height: 64px; } .loading-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #007bff; border-color: #007bff transparent #007bff transparent; animation: loading-dual-ring 1.2s linear infinite; } .loading-dual-ring-small { display: inline-block; width: 32px; height: 32px; } .loading-dual-ring-small:after { content: " "; display: block; width: 23px; height: 23px; margin: 1px; border-radius: 50%; border: 2.5px solid #007bff; border-color: #007bff transparent #007bff transparent; animation: loading-dual-ring 1.2s linear infinite; } @keyframes loading-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loading-dual-ring-center-screen { position: fixed; top: 50%; left: 50%; margin-top: -32px; margin-left: -32px; } .black-overlay { position: fixed; /* Sit on top of the page content */ display: none; /* Hidden by default */ width: 100%; /* Full width (cover the whole page) */ height: 100%; /* Full height (cover the whole page) */ top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */ z-index: 2; /* Specify a stack order in case you're using a different order for other elements */ cursor: pointer; /* Add a pointer on hover */ } .video-gallery .card-wrapper { padding: 1rem; margin-bottom: .5rem; } .video-gallery .card-wrapper:hover { background-color: #fafafa; } .video-gallery .card { border: none; background: none; } .video-gallery .card .card-body { margin-top: .5em; padding: 0; } .video-gallery .card .card-text { font-size: 10pt; margin-bottom: .5rem; } .video-gallery .card .card-title { font-size: 11pt; margin-bottom: .5rem; line-height: 1.2rem; } .video-gallery .card .card-title .badge { font-size: 8pt; } .video-gallery .card .card-footer { padding: .5rem .75rem; } .video-gallery .card .card-more { margin-right: -0.25rem; margin-top: -0.27rem; } .video-gallery .card .card-more:hover { text-decoration: none; } .video-gallery .card .progress { width: 100px; } .video-badges { position: absolute; top: .6em; left: 0; width: 6.2em; } .video-badges .video-badge { width: 100%; margin: 0 0 .6em 0; padding: 0 0 0 .5em; line-height: 1.65em; background-color: #9af; box-shadow: 0.2em 0 0.6em 0 rgba(0, 0, 0, 0.4); border-radius: 0 3px 3px 0; color: white; text-align: center; font-family: Noto Sans, Helvetica, Arial, sans-serif; font-weight: 500; font-size: 8pt; text-transform: uppercase; } .video-badges .video-badge.video-badge-new { background-color: #007bff; } .video-badges .video-badge.video-badge-downloaded { background-color: #59b352; } .video-badges .video-badge.video-badge-watched { background-color: #444; } .alert-card { max-width: 35rem; margin: 2rem 0; } .no-asterisk .asteriskField { display: none; } .modal-field-error { margin: 0.5rem 0; padding: 0.5rem 0; } .modal-field-error ul { margin: 0; } .star-rating { display: inline-block; margin-bottom: 0.5rem; } .btn-toolbar { margin: .5rem 0; } .btn-toolbar .btn { padding: 0.15rem 0.4rem; font-size: 14pt; } .status-timestamp { margin-right: 0.25rem; } .dropdown-jobs { min-width: 25rem; } .dropdown-jobs .dropdown-item p { margin: 0; line-height: normal; } img.muted { opacity: .5; } /*# sourceMappingURL=style.css.map */
0.477311
0.062388
*, *:after, *:before { margin: 0; padding: 0; box-sizing: border-box; } .mah-header { margin-top: 100px; font-size: 35px; color: #04aa6d; font-weight: bold; } .page_content { position: relative; align-content: center; } .menu { text-decoration: none; gap: 2em; padding: 100px 2em 1em 2em; width: 70%; position: absolute; left: 50%; transform: translateX(-50%); } .menu psk-link span { text-decoration: none; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1em; padding: 2em 1em; border-radius: 5px; color: #ffffff; min-width: 230px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); } .menu psk-link { text-decoration: none; align-items: center; } .menu psk-link:nth-child(1) span { background: linear-gradient(225deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(1):hover span { background: linear-gradient(150deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(2) span { background: linear-gradient(225deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(2):hover span { background: linear-gradient(150deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(3) span { background: linear-gradient(125deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(3):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(4) span { background: linear-gradient(125deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(4):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(5) span { background: linear-gradient( 125deg, #001aff 0%, rgb(52, 140, 255) 1%, #2b86c5 99% ); } .menu psk-link:nth-child(5):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link span img { height: 50px; filter: invert(1); } .menu psk-link span p { font-size: 110%; align-items: center; } @media screen and (max-width: 900px) { .menu { grid-template-columns: 1fr; } }
code/assets/css/home.css
*, *:after, *:before { margin: 0; padding: 0; box-sizing: border-box; } .mah-header { margin-top: 100px; font-size: 35px; color: #04aa6d; font-weight: bold; } .page_content { position: relative; align-content: center; } .menu { text-decoration: none; gap: 2em; padding: 100px 2em 1em 2em; width: 70%; position: absolute; left: 50%; transform: translateX(-50%); } .menu psk-link span { text-decoration: none; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1em; padding: 2em 1em; border-radius: 5px; color: #ffffff; min-width: 230px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); } .menu psk-link { text-decoration: none; align-items: center; } .menu psk-link:nth-child(1) span { background: linear-gradient(225deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(1):hover span { background: linear-gradient(150deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(2) span { background: linear-gradient(225deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(2):hover span { background: linear-gradient(150deg, #fee140 0%, #fa9570 100%); } .menu psk-link:nth-child(3) span { background: linear-gradient(125deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(3):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(4) span { background: linear-gradient(125deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(4):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link:nth-child(5) span { background: linear-gradient( 125deg, #001aff 0%, rgb(52, 140, 255) 1%, #2b86c5 99% ); } .menu psk-link:nth-child(5):hover span { background: linear-gradient(175deg, #976ff9 0%, #784ba0 1%, #2b86c5 99%); } .menu psk-link span img { height: 50px; filter: invert(1); } .menu psk-link span p { font-size: 110%; align-items: center; } @media screen and (max-width: 900px) { .menu { grid-template-columns: 1fr; } }
0.541409
0.164081
 @charset "utf-8"; /* login-register.css * Date:2019-06-10 11:00 * writer:luolili */ /*******header*******/ .main-header{width:100%;min-width:1000px;height:80px;background-color:#fff;} .header-box{width: 1000px;height: 80px;margin: 0 auto;box-sizing: border-box;position: relative;} .header-brand{height: 80px;line-height: 80px;float: left;} .header-brand a{vertical-align: middle;} .header-brand a, .header-brand img{display: inline-block;width:140px;border: none;} .header-nav{width:600px;margin-left: 320px;} .nav-menu .nav-list{float: left;position: relative;padding: 0 15px;box-sizing: border-box;} .nav-menu .nav-list{height: 80px;line-height:80px;} .nav-menu .nav-list a{text-decoration: none;cursor: pointer;} .nav-menu .nav-list a:hover{color: #1e7ff2} .nav-menu .nav-list-a{font-size: 14px;color: #000;} .nav-right{position: absolute;height: 24px;top: 50%;right: 0;margin-top: -12px;float: right;} .nav-login, .search-box{display: inline-block;vertical-align: middle;} .search_bar{position: relative;border: 1px solid #1e7ff2;-webkit-border-radius: 4px;border-radius: 4px;float: right;width:120px;min-width: 22px;height: 22px;line-height: 22px;transition: width .3s;-webkit-backface-visibility: hidden;overflow: hidden;} .search-btn, .search-input, .search_ico{height: 22px;line-height: 22px;position: absolute;top: 0;right: 0;background: transparent;color: #1e7ff2;} .search-input{outline: 0;border: none;outline: none;width:94px;z-index: 10;padding: 0 20px 0 6px;} .search-btn, .search_ico{display: block;cursor: pointer;width: 22px;border: 0;} .search_ico{background-size: 14px 14px;background: #1e7ff2 url('https://zos.alipayobjects.com/rmsportal/MbuRuHwqpXHxMEb.png') no-repeat 50%;z-index: 90;} .nav-login{width: 90px;height: 22px;line-height: 22px;border: 1px solid #1e7ff2;-webkit-border-radius: 4px;border-radius: 4px;margin-left: 8px;} .login-btn{display: block;width: 50%;border: 0;font-size: 14px;text-align: center;vertical-align: middle;float: left;position: relative;color: #1e7ff2;} .login-btn a{color: #1e7ff2;text-decoration: none;cursor: pointer;} .login-btn:nth-child(1):after{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;width: 1px;height: 40%;background: #1e7ff2;margin: auto;} .main-login-bg{width:100%; min-width:1000px; height:620px; background:url('../apps/MLogin/zdrjypsm_login_bg.png') center center no-repeat;} .form{width:1000px; margin:0 auto;padding:0;height:100%;position:relative;} #login_tab{width:400px;height:340px;background-color:#fff;position:absolute;top:145px;right:50px;border-radius:5px;box-shadow:1px 3px 20px 0 #9e9e9e;} #login_tab .tab-wrap{width:330px;margin:0px auto;} #login_tab .login_tab_box, #login_tab .login_register{width:100%;margin:0 auto;} #login_tab .login_tab_box{margin-top:35px;} #login_tab .login_tab_box .login_tab_form{display:block;} #login_tab .login_tab_box .div_title{margin-bottom:20px;} #login_tab .login_tab_box .div_title span{height:26px;line-height:26px;text-align:left;font-size:16px;font-weight:700;color:#1e7ff2;display:block;font-family:"Microsoft YaHei",tahoma,arial,'Hiragino Sans GB',sans-serif} #login_tab .username, #login_tab .pw{width:100%; padding:10px 0px; border:1px solid #b6b6b6; height:20px; line-height:20px; margin-bottom:10px;color:#666;text-indent:45px;} #login_tab .div_user, #login_tab .div_pw, #login_tab .div_code{position:relative;} #login_tab .div_user span, #login_tab .div_pw span{position:absolute; left:15px; top:12px; width:16px; height:18px; background:url(../apps/MLogin/iphone.png) 0 -480px no-repeat; z-index:1;} #login_tab .div_pw span{background-position:0 -506px;} #login_tab .slider{width:100%;background:#f2f2f2;border:1px solid #b6b6b6;} #login_tab .slider .label{line-height:36px;color:#7dabdf;border:0;top:1px;} #login_tab .div_box{margin-top:15px; height:20px; line-height:20px; position:relative;text-align:right} #login_tab .login_btn{display:block; width:100%;box-shadow:0 2px 1px #999; margin-top:15px;height:50px; text-align:center; font:bold 16px/50px tahoma,arial,Microsoft YaHei; border:none; border-radius:4px; color:#fff; cursor:pointer; background:#1e7ff2;letter-spacing:6px;} #login_tab .login_btn:hover{background:#0c5ec0} #login_tab .login-tips{line-height:30px; text-indent:5px;color:#7dabdf} #login_tab .login_register .a-link{color:#1e7ff2} #login_tab .code{width:65%;text-indent:15px;} #login_tab .img-code{width:30%;float:right;height:40px;border:1px solid #b6b6b6;cursor:pointer;} #login_tab .img-code .code_img{width:100%;height:100%;display:block} .main-footer{margin:20px auto;min-width:1000px;font-size:12px; text-align:center;color:#666;padding-bottom:30px} .main-footer a:hover{color:#1e7ff2} /*banner*/ .banner-box{width:100%;overflow: hidden;text-align:center;position: relative;} .banner ul{list-style:none;width:300%;} .banner ul li{display:block;float:left;width:33%;height:400px;-ms-background-size:cover;background-size:cover;background-position:50%;box-shadow:inset 0 -3px 6px rgba(0,0,0,.1);} #banner{width:1920px;margin:0 auto} #banner .dots{position: absolute;left: 0;right: 0;bottom:15px;} #banner .dots li{display: inline-block;width: 10px;height: 10px;margin: 0 6px;text-indent: -999em;border: 2px solid #fff;border-radius: 6px;cursor: pointer;opacity: .4;-webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;} #banner .dots li.active{background: #fff;opacity: 1;} .banner01 {width:100%;min-width: 1024px; position: relative;height:30px} .haveImg{height:400px} .banner01.haveImg img{width:100%;height:400px;} .banner01 .position-box{background: rgba(0, 0, 0, 0.4);height: 30px;width: 100%;position: absolute; bottom: 0;} .banner01 .position-box .position{width: 1000px;margin: 0 auto;text-align: right; color: #fff;line-height: 30px;} .banner01 .position-box .position ul{float: right} .banner01 .position-box .position ul li{float:left} .banner01 .position-box .position ul li,.banner01 .position-box .position ul li a{font-size:14px;line-height:30px;color:#fff;} /*warp*/ .warp{ width: 100%; position: relative;} .warp .content{width: 1000px;margin: 0 auto; position: relative;} .park-introduction{position: relative;padding-top:60px;margin:0 auto;padding-bottom:120px; } .park-introduction h3 {font-size:24px;color: #464646;text-align: center;height:30px;line-height:30px;margin-bottom:20px;font-weight: normal;position: relative;letter-spacing:2px;} .park-introduction p.text{width:600px;display:block;text-align: justify;font-size:12px; line-height:24px;letter-spacing: 1px;color:#444} .park-introduction span.more{float: right;text-align: center;width:150px;margin-top:55px;display: block;background: #1e7ff2;border-radius:5px;text-decoration: none;height:35px;line-height:35px; color: #fff;font-size:14px;display: block} .warp .content .code{position:absolute;width: 320px;height:119px;top:-90px;left:0px;z-index:10} .warp .content .hose{position:absolute;width: 336px;height:357px;top:115px;right:0px;z-index:10} .warp_bg{height:200px;position:relative;background:url(../apps/MLogin/wrap_bg.png) 0 0px no-repeat;padding-top:95px;} .content-data{padding:0px;width:912px;margin:0 auto;} .content-data .data-box{width:150px; height:200px; display: inline-block;margin-right:100px;text-align: center;} .content-data .data-box:last-child{margin-right: 0;} .data-box .box-img{width: 150px; height: 135px; display: table-cell; text-align: center; vertical-align: middle;} .data-box .box-img img{width: 135px; height: 135px;border:none} .data-box .box-link{padding:0;} .data-box a{display:block; text-decoration: none; height: 30px; line-height: 30px; color: #666; font-size:16px;font-weight:bold;font-family: Microsoft Yahei,sans-serif;} .js-silder{width: 1000px;margin:20px auto;position: relative;} .silder-scroll{width: 1000px;height: 220px;overflow: hidden;} .silder-main{width:9999px;height: 220px;position: relative;} .silder-single{position: absolute;top: 0;left: 0;width:1000px} .js-silder-ctrl{margin-top: 10px;text-align: center;position:relative;height:24px;} .silder-ctrl-prev, .silder-ctrl-next{;position: absolute;top: 50%;margin-top: -65px;width: 30px;height: 45px;cursor: pointer;background: url(../apps/MLogin/icon_v9.png) no-repeat 5px 5px;} .silder-ctrl-prev{left:-30px;} .silder-ctrl-next{right:-30px;background-position: -5px -40px;} .silder-ctrl-con{display: inline-block;width: 32px;height: 20px;margin: 0 10px;cursor: pointer;text-indent: -100px;overflow: hidden;background: url(../apps/MLogin/icon_v9.png) no-repeat -32px -112px;} .current{background: url(../apps/MLogin/icon_v9.png) no-repeat 0px -92px ;} .news-title{padding:0px;font-size:24px;color: #464646;height:40px;line-height:40px;text-align: center;letter-spacing:2px;display:block;margin-bottom:20px;} .news-warp {position: relative;width:1000px;overflow: hidden;height:150px} .news-warp .news_list li{float:left;display:block;width:500px; margin:0px auto;} .row-listWithImage { border-radius: 6px; overflow: hidden;background:#fff;} .row-listWithImage .intro, .row-listWithImage .poster { height: 150px; overflow: hidden; } .row-listWithImage .poster { width: 230px; float: left; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #1e7ff2;} .row-listWithImage .intro { position: relative; margin-left: 230px; padding: 0 20px;} .row-listWithImage .intro h3 {font-size:14px;margin-bottom:8px; padding-top:10px;white-space: pre; text-overflow: ellipsis;overflow: hidden;} .row-listWithImage .intro .text { height:80px; overflow: hidden; font-size:12px; line-height:20px; text-align: justify;text-indent:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4; overflow: hidden;} .row-listWithImage .intro .text, .row-listWithImage .intro .date {color: #777;} .row-listWithImage .intro .date {font-size:14px; float: right;margin-top:15px;} .hezuo_logo{width: 1006px; overflow: hidden;position: relative;margin: 0 auto;} .roll-wrap {position: relative;width:1000px; height:76px;overflow: hidden;margin: 35px auto} .roll-wrap .roll__list::before, .roll-wrap .roll__list::after{content:"";display:table;line-height:0} .roll-wrap .roll__list::after{clear:both} .roll-wrap .roll__list{width:9999px;position:absolute;top:0;} .roll-wrap .roll__list li{float:left;display:block;margin-right:30px;width:220px; height:67px;border:1px solid #d6d6d6;padding:1px} /*footer*/ .warp-footer{width: 100%;position: relative;background-color: #999999;} .warp-footer .content {width: 1000px;margin: 0 auto; position: relative; padding: 36px 0px 60px;color:#fff;} .warp-footer .content:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;} .warp-footer .foot-logo{float: left;} .warp-footer .foot-conter{float:right;} .warp-footer .foot-conter p{margin:20px 0px;position:relative;text-align:left;font-size:13px;color:#e8e5e5;letter-spacing:1px;} .warp-footer .foot-conter ul{position:relative;height:30px} .warp-footer .foot-conter ul li{line-height:30px;font-size:14px;float:left;margin-right:80px} .warp-footer .foot-conter dl{float:left;margin-right:80px;} .warp-footer .foot-conter dl dd{line-height:26px;font-size:14px;} .warp-footer .foot-conter a{color:#fff}
static/oldCss/login-register.css
 @charset "utf-8"; /* login-register.css * Date:2019-06-10 11:00 * writer:luolili */ /*******header*******/ .main-header{width:100%;min-width:1000px;height:80px;background-color:#fff;} .header-box{width: 1000px;height: 80px;margin: 0 auto;box-sizing: border-box;position: relative;} .header-brand{height: 80px;line-height: 80px;float: left;} .header-brand a{vertical-align: middle;} .header-brand a, .header-brand img{display: inline-block;width:140px;border: none;} .header-nav{width:600px;margin-left: 320px;} .nav-menu .nav-list{float: left;position: relative;padding: 0 15px;box-sizing: border-box;} .nav-menu .nav-list{height: 80px;line-height:80px;} .nav-menu .nav-list a{text-decoration: none;cursor: pointer;} .nav-menu .nav-list a:hover{color: #1e7ff2} .nav-menu .nav-list-a{font-size: 14px;color: #000;} .nav-right{position: absolute;height: 24px;top: 50%;right: 0;margin-top: -12px;float: right;} .nav-login, .search-box{display: inline-block;vertical-align: middle;} .search_bar{position: relative;border: 1px solid #1e7ff2;-webkit-border-radius: 4px;border-radius: 4px;float: right;width:120px;min-width: 22px;height: 22px;line-height: 22px;transition: width .3s;-webkit-backface-visibility: hidden;overflow: hidden;} .search-btn, .search-input, .search_ico{height: 22px;line-height: 22px;position: absolute;top: 0;right: 0;background: transparent;color: #1e7ff2;} .search-input{outline: 0;border: none;outline: none;width:94px;z-index: 10;padding: 0 20px 0 6px;} .search-btn, .search_ico{display: block;cursor: pointer;width: 22px;border: 0;} .search_ico{background-size: 14px 14px;background: #1e7ff2 url('https://zos.alipayobjects.com/rmsportal/MbuRuHwqpXHxMEb.png') no-repeat 50%;z-index: 90;} .nav-login{width: 90px;height: 22px;line-height: 22px;border: 1px solid #1e7ff2;-webkit-border-radius: 4px;border-radius: 4px;margin-left: 8px;} .login-btn{display: block;width: 50%;border: 0;font-size: 14px;text-align: center;vertical-align: middle;float: left;position: relative;color: #1e7ff2;} .login-btn a{color: #1e7ff2;text-decoration: none;cursor: pointer;} .login-btn:nth-child(1):after{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;width: 1px;height: 40%;background: #1e7ff2;margin: auto;} .main-login-bg{width:100%; min-width:1000px; height:620px; background:url('../apps/MLogin/zdrjypsm_login_bg.png') center center no-repeat;} .form{width:1000px; margin:0 auto;padding:0;height:100%;position:relative;} #login_tab{width:400px;height:340px;background-color:#fff;position:absolute;top:145px;right:50px;border-radius:5px;box-shadow:1px 3px 20px 0 #9e9e9e;} #login_tab .tab-wrap{width:330px;margin:0px auto;} #login_tab .login_tab_box, #login_tab .login_register{width:100%;margin:0 auto;} #login_tab .login_tab_box{margin-top:35px;} #login_tab .login_tab_box .login_tab_form{display:block;} #login_tab .login_tab_box .div_title{margin-bottom:20px;} #login_tab .login_tab_box .div_title span{height:26px;line-height:26px;text-align:left;font-size:16px;font-weight:700;color:#1e7ff2;display:block;font-family:"Microsoft YaHei",tahoma,arial,'Hiragino Sans GB',sans-serif} #login_tab .username, #login_tab .pw{width:100%; padding:10px 0px; border:1px solid #b6b6b6; height:20px; line-height:20px; margin-bottom:10px;color:#666;text-indent:45px;} #login_tab .div_user, #login_tab .div_pw, #login_tab .div_code{position:relative;} #login_tab .div_user span, #login_tab .div_pw span{position:absolute; left:15px; top:12px; width:16px; height:18px; background:url(../apps/MLogin/iphone.png) 0 -480px no-repeat; z-index:1;} #login_tab .div_pw span{background-position:0 -506px;} #login_tab .slider{width:100%;background:#f2f2f2;border:1px solid #b6b6b6;} #login_tab .slider .label{line-height:36px;color:#7dabdf;border:0;top:1px;} #login_tab .div_box{margin-top:15px; height:20px; line-height:20px; position:relative;text-align:right} #login_tab .login_btn{display:block; width:100%;box-shadow:0 2px 1px #999; margin-top:15px;height:50px; text-align:center; font:bold 16px/50px tahoma,arial,Microsoft YaHei; border:none; border-radius:4px; color:#fff; cursor:pointer; background:#1e7ff2;letter-spacing:6px;} #login_tab .login_btn:hover{background:#0c5ec0} #login_tab .login-tips{line-height:30px; text-indent:5px;color:#7dabdf} #login_tab .login_register .a-link{color:#1e7ff2} #login_tab .code{width:65%;text-indent:15px;} #login_tab .img-code{width:30%;float:right;height:40px;border:1px solid #b6b6b6;cursor:pointer;} #login_tab .img-code .code_img{width:100%;height:100%;display:block} .main-footer{margin:20px auto;min-width:1000px;font-size:12px; text-align:center;color:#666;padding-bottom:30px} .main-footer a:hover{color:#1e7ff2} /*banner*/ .banner-box{width:100%;overflow: hidden;text-align:center;position: relative;} .banner ul{list-style:none;width:300%;} .banner ul li{display:block;float:left;width:33%;height:400px;-ms-background-size:cover;background-size:cover;background-position:50%;box-shadow:inset 0 -3px 6px rgba(0,0,0,.1);} #banner{width:1920px;margin:0 auto} #banner .dots{position: absolute;left: 0;right: 0;bottom:15px;} #banner .dots li{display: inline-block;width: 10px;height: 10px;margin: 0 6px;text-indent: -999em;border: 2px solid #fff;border-radius: 6px;cursor: pointer;opacity: .4;-webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;} #banner .dots li.active{background: #fff;opacity: 1;} .banner01 {width:100%;min-width: 1024px; position: relative;height:30px} .haveImg{height:400px} .banner01.haveImg img{width:100%;height:400px;} .banner01 .position-box{background: rgba(0, 0, 0, 0.4);height: 30px;width: 100%;position: absolute; bottom: 0;} .banner01 .position-box .position{width: 1000px;margin: 0 auto;text-align: right; color: #fff;line-height: 30px;} .banner01 .position-box .position ul{float: right} .banner01 .position-box .position ul li{float:left} .banner01 .position-box .position ul li,.banner01 .position-box .position ul li a{font-size:14px;line-height:30px;color:#fff;} /*warp*/ .warp{ width: 100%; position: relative;} .warp .content{width: 1000px;margin: 0 auto; position: relative;} .park-introduction{position: relative;padding-top:60px;margin:0 auto;padding-bottom:120px; } .park-introduction h3 {font-size:24px;color: #464646;text-align: center;height:30px;line-height:30px;margin-bottom:20px;font-weight: normal;position: relative;letter-spacing:2px;} .park-introduction p.text{width:600px;display:block;text-align: justify;font-size:12px; line-height:24px;letter-spacing: 1px;color:#444} .park-introduction span.more{float: right;text-align: center;width:150px;margin-top:55px;display: block;background: #1e7ff2;border-radius:5px;text-decoration: none;height:35px;line-height:35px; color: #fff;font-size:14px;display: block} .warp .content .code{position:absolute;width: 320px;height:119px;top:-90px;left:0px;z-index:10} .warp .content .hose{position:absolute;width: 336px;height:357px;top:115px;right:0px;z-index:10} .warp_bg{height:200px;position:relative;background:url(../apps/MLogin/wrap_bg.png) 0 0px no-repeat;padding-top:95px;} .content-data{padding:0px;width:912px;margin:0 auto;} .content-data .data-box{width:150px; height:200px; display: inline-block;margin-right:100px;text-align: center;} .content-data .data-box:last-child{margin-right: 0;} .data-box .box-img{width: 150px; height: 135px; display: table-cell; text-align: center; vertical-align: middle;} .data-box .box-img img{width: 135px; height: 135px;border:none} .data-box .box-link{padding:0;} .data-box a{display:block; text-decoration: none; height: 30px; line-height: 30px; color: #666; font-size:16px;font-weight:bold;font-family: Microsoft Yahei,sans-serif;} .js-silder{width: 1000px;margin:20px auto;position: relative;} .silder-scroll{width: 1000px;height: 220px;overflow: hidden;} .silder-main{width:9999px;height: 220px;position: relative;} .silder-single{position: absolute;top: 0;left: 0;width:1000px} .js-silder-ctrl{margin-top: 10px;text-align: center;position:relative;height:24px;} .silder-ctrl-prev, .silder-ctrl-next{;position: absolute;top: 50%;margin-top: -65px;width: 30px;height: 45px;cursor: pointer;background: url(../apps/MLogin/icon_v9.png) no-repeat 5px 5px;} .silder-ctrl-prev{left:-30px;} .silder-ctrl-next{right:-30px;background-position: -5px -40px;} .silder-ctrl-con{display: inline-block;width: 32px;height: 20px;margin: 0 10px;cursor: pointer;text-indent: -100px;overflow: hidden;background: url(../apps/MLogin/icon_v9.png) no-repeat -32px -112px;} .current{background: url(../apps/MLogin/icon_v9.png) no-repeat 0px -92px ;} .news-title{padding:0px;font-size:24px;color: #464646;height:40px;line-height:40px;text-align: center;letter-spacing:2px;display:block;margin-bottom:20px;} .news-warp {position: relative;width:1000px;overflow: hidden;height:150px} .news-warp .news_list li{float:left;display:block;width:500px; margin:0px auto;} .row-listWithImage { border-radius: 6px; overflow: hidden;background:#fff;} .row-listWithImage .intro, .row-listWithImage .poster { height: 150px; overflow: hidden; } .row-listWithImage .poster { width: 230px; float: left; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #1e7ff2;} .row-listWithImage .intro { position: relative; margin-left: 230px; padding: 0 20px;} .row-listWithImage .intro h3 {font-size:14px;margin-bottom:8px; padding-top:10px;white-space: pre; text-overflow: ellipsis;overflow: hidden;} .row-listWithImage .intro .text { height:80px; overflow: hidden; font-size:12px; line-height:20px; text-align: justify;text-indent:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4; overflow: hidden;} .row-listWithImage .intro .text, .row-listWithImage .intro .date {color: #777;} .row-listWithImage .intro .date {font-size:14px; float: right;margin-top:15px;} .hezuo_logo{width: 1006px; overflow: hidden;position: relative;margin: 0 auto;} .roll-wrap {position: relative;width:1000px; height:76px;overflow: hidden;margin: 35px auto} .roll-wrap .roll__list::before, .roll-wrap .roll__list::after{content:"";display:table;line-height:0} .roll-wrap .roll__list::after{clear:both} .roll-wrap .roll__list{width:9999px;position:absolute;top:0;} .roll-wrap .roll__list li{float:left;display:block;margin-right:30px;width:220px; height:67px;border:1px solid #d6d6d6;padding:1px} /*footer*/ .warp-footer{width: 100%;position: relative;background-color: #999999;} .warp-footer .content {width: 1000px;margin: 0 auto; position: relative; padding: 36px 0px 60px;color:#fff;} .warp-footer .content:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;} .warp-footer .foot-logo{float: left;} .warp-footer .foot-conter{float:right;} .warp-footer .foot-conter p{margin:20px 0px;position:relative;text-align:left;font-size:13px;color:#e8e5e5;letter-spacing:1px;} .warp-footer .foot-conter ul{position:relative;height:30px} .warp-footer .foot-conter ul li{line-height:30px;font-size:14px;float:left;margin-right:80px} .warp-footer .foot-conter dl{float:left;margin-right:80px;} .warp-footer .foot-conter dl dd{line-height:26px;font-size:14px;} .warp-footer .foot-conter a{color:#fff}
0.277669
0.044266
html { font-size: 62.5%; color: #222; } ::selection { background: #b3d4fc; text-shadow: none; } ul { margin: 0; padding: 0; } li { list-style: none; } /* 工具样式 */ .center-block { display: block; marfin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { flaot: left !important; } .text-right { text-align: right !important; } .text-lefet { text-align: left !important; } .text-center { text-align: center !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background: transparent; border: 0; } /* 清楚浮动 */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .browseupgrade { margin: 0; padding: 1rem; background: #ccc; } body { font-size: 1.2rem; line-height: 1.5; background: #f7f7f7; } a { color: #666; text-decoration: none; } a:hover, a:active { color: #0ae; text-decoration: underline; } /* header网站顶部样式 */ header { width: 100%; } header .top-nav { line-height: 3rem; padding: 0 1.5rem; color: #fff; background: #555; border-bottom: 1px solid #ec0000; } header .top-nav .tel { float: left; } header .top-nav ul { text-align: right; } header .top-nav ul li { display: inline-block; } header .top-nav ul li+li { border-left: 1px solid #999; margin-left: -3px; } header .top-nav ul li a { display: inline-block; padding: 0 1.5rem; color: #fff; } @media only screen and (max-width: 50em) { header .top-nav ul li a { padding: 0 1rem; } } @media only screen and (min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { header .top-nav .tel, header .top-nav ul li:nth-child(3), header .top-nav ul li:nth-child(4) { display: none; } } header .main-nav { padding: 0; } header .main-nav .brand { float: left; padding: 1rem 1.5rem 0; } header .main-nav ul { text-align: right; } header .main-nav ul li { display: inline-block; border-left: 1px solid #f0ede9; } header .main-nav ul li a { display: inline-block; padding: 0 1.5rem; line-height: 5.5rem; font-size: 1.6rem; color: #7c7a65; font-weight: bold; text-decoration: none; } header .main-nav ul li a:hover, header .main-nav ul li a:active, header .main-nav ul li a:actived { color: #ffb300; background: #f8f6f1; } @media only screen and (max-width: 50em) { header .main-nav .brand { float: none; display: block; padding: 0; margin: 1.5rem auto 0.5rem; text-align: center; } header .main-nav ul { text-align: center; } header .main-nav ul li { border: none; } header.main-nav ul li a { padding: 0 1.3rem; } } @media only screen and(min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { header .main-nav ul li { line-height: 3rem; } header .main-nav ul li:first-child { display: none; } header .main-nav ul li a { font-weight: normal; padding: 0 0.8rem; font-size: 1.4rem; } } /* 中间内容区域 */ .container { width: 100%; } .transation { width: 100%; background: #7c7365; } .wrap { max-width: 90%; margin: 0 auto; font-size: 1.5rem; } .data { float: left; padding: 1rem; text-align: left; } .data span { display: inline-block; line-height: 3rem; color: #fff; } .data span.trans-price { font-size: 2.2rem; color: #ff9000; letter-spacing: 3px; margin: 0 1rem; padding: 0 1rem; border-radius: 3px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 1px 2px 1px #333 inset; } .trans-report { text-align: right; } .trans-report a { display: inline-block; padding: 0.5rem; line-height: 4rem; color: #fff; } @media only screen and (max-width: 50em) { .data { padding: 1rem 0rem; } .data span { font-size: 1rem; } .data span.trans-price { font-size: 1.24rem; margin: 0; padding: 0; letter-spacing: inherit; box-shadow: none; background: transparent; } .trans-report a { font-size: 1.2rem; } } @media only screen and(min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { .transation { padding: 0.7rem 0; } .data, .trans-report { float: none; text-align: center; } .data, .trans-report a { padding: 0; } } /* 滚动广告 */ /* .ad { display: block; } */ .feature { margin: 2rem auto; width: 90%; font-size: 0; } .feature .item { display: inline-block; box-sizing: border-box; width: calc(33.33333% - 3rem); padding: 1rem; font-size: 1.4rem; background: #fff; box-shadow: 0 0 4px #ccc; } .feature .item+.item { margin-left: 1.5rem; } .feature .item h3 { width: 40%; display: inline-block; margin: 0; padding: 0; vertical-align: top; font-size: 3.3rem; text-align: center; color: #ff9000; } .feature .item p { display: inline-block; width: 55%; margin: 0; padding: 0; color: #999; } @media only screen and (min-wdith: 30.0625em) and (max-width: 50em) { .feature .item h3, .feature .item p { display: block; width: 100%; font-size: 2.6rem; text-align: center; } .feature .item p { font-size: 1.2rem; } } @media only screen and (max-width: 30em) { .feature { width: 96%; margin: 1rem auto; } .feature .item { display: block; width: auto; } .feature .item + .item { margin: 1rem 0 0; } .feature .item h3 { display: inline-block; width: 40%; margin: 0; padding-top: 0.3rem; vertical-align: top; font-size: 3rem; text-align: center; } .feature .item p { display: inline-block; width: 55%; margin: 0; padding: 0; } } .notice { width: 90%; margin: 2rem auto; font-size: 1.4rem; line-height: 3rem; background: #fff; box-shadow: 0 0 4pc #ccc; } .notice a { float: left; display: inlien-block; width: 70%; margin-left: 2rem; text-decoration: none; } /* 文字无论多长都不会换行显示,要三个属性一起使用 */ .notice a:first-child { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .notice a:first-child:before { content: "最新公告: \00a0\00a0"; color: #aaa; } .notice a span { color: #999; font-size: 1.2rem; margin-right: 1rem; } .notice a.more { float: right; width: auto; font-weight: bold; margin-right: 2rem; color: #ff9000; } @media only screen and (max-width: 30em) { .notice { width: 96%; margin: 1rem auto; font-size: 1.2rem; } .notice a { margin-left: 1rem; } .notice a span { display: none; } } /* 产品列表样式 */ .product { width: 90%; margin: 2rem auto; font-size: 1.4rem; color: #f9f5fa; border-top: 2px solid #ff9000; box-shadow: 0 0 4px #ccc; } .product h2 { float: left; width: 20%; margin-top: 3rem; text-align: center; font-size: 2.4rem; font-weight: normal; color: #635c51; } .product h2 em { display: block; margin-top: 1rem; font-size: 1.6rem; } .product em:first-child { margin-top: 4rem; } .pros-content { float: right; width: 79.5%; border-left: 1px solid #eee; background: #fff; } .pros-content .item { width: 100%; } .pros-content .item + .item { border-top: 1px solid #eee; } .pros-content .item h3 { color: #222; float: left; width: 30%; margin: 1.5rem 0; font-size: 1.4rem; font-weight: normal; text-align: center; } .pros-content .item h3 em { margin-right: .5rem; font-size: 3.6rem; font-style: normal; color: #8b999d; } .pros-content .item h3 i { display: block; font-size: 1.2rem; font-style: normal; color: #999; } .pros-content .item .info { float: left; width: 48%; padding: 1rem; border-left: 1px solid #eee; border-right: 1px solid #eee; font-size: 14px; } .pros-content .item .info p { /* float: left; */ color: #222; width: 56%; display: inline-block; text-align: center; } .pros-content .item .info p:last-child { width: 40%; } .pros-content .item .info p span { display: block; font-size: 2.4rem; color: #ff9000; } .pros-content .item .info p span i { font-size: 1.2rem; font-style: normal; color: #999; } .pros-content .item .buy { float: left; width: calc(22% - 4.4rem); padding: 1rem; } .pros-content .item .buy a { display: block; width: 90%; margin: 1.5rem auto; max-width: 12rem; line-height: 4rem; text-align: center; text-decoration: none; color: #fff; background: #ff9000; border-radius: 5px; } .pros-content .item .buy a:hover, .pros-content .item .buy a:active { background: #ffc468; } .pros-content .item .buy a.disabled { background: #ccc !important; cursor: not-allowed; } @media only screen and (max-width: 50em) { .product h2 { float: none; width: 100%; margin-top: 2rem; font-size: 2.2rem; } .product h2 em:first-child { margin-top: 0; } .product h2 em { display: inline; font-size: 1.2rem; } .product .pros-content { float: none; width: 100%; } .product .pros-content .item h3 { margin-bottom: 0; } .product .pros-content .item h3 em { font-size: 2.4rem; } .product .pros-content .item .info { padding: 1rem 1rem 0; font-size: 1.2rem; } .product .pros-content .item .info p span { font-size: 2rem; } .product .pros-content .item .buy a { margin: 0.5rem auto; } } @media only screen and (max-width: 30em) { .product h2 em:first-child:before { content: ''; display: table; } .product .pros-content .item h3 { font-size: 0.5rem; padding-left: 1rem; width: 28%; } .product .pros-content .item h3 em { font-size: 2rem; margin-right: 0; } .product .pros-content .item .info { float: right; width: 70%; padding: 1rem 0; border: none; } .product .pros-content .item .info p span { font-size: 1.8rem; } .product .pros-content .item .buy { clear: both; float: none; width: 100%; padding: 0rem 0 2rem; } .product .pros-content .item .buy a { margin-top: 0; max-width: 26rem; } } .bottom-nav { padding: 3rem 0; border-top: 2px solid #eee; background: #fff; } .footer-content { width: 90%; margin: 0 auto; } .footer-content .brand { float: left; display: block; filter: grayscale(100%); /*添加滤镜 */ width: 20%; height: 30px; } .footer-content ul { width: 15%; float: left; } .footer-content ul li { line-height: 2.4rem; font-size: 1.4rem; } .footer-content ul li.title { font-size: 1.6rem; line-height: 3rem; } @media only screen and (max-width: 50em) { .footer-content .brand { display: none; } .footer-content ul { width: 20%; } .footer-content ul li { font-size: 1.2rem; line-height: 2rem; } .footer-content ul li.title { font-size: 1.4rem; line-height: 2.5rem; } } @media only screen and (max-width: 30em) { .footer-content { width: 98%; } .footer-content ul li.title { font-size: 1.2rem; line-height: 2rem; } } /* 页面底部样式 */ footer { width: 100%; padding: 3rem 0 5rem; background: #ededed; } footer ul { text-align: center; } footer ul li { display: inline-block; } footer ul li .icon { display: inline-block; text-indent: -999rem; margin-right: 1.5rem; overflow: hidden; } footer ul li .icon-pay { width: 38px; height: 27px; background-position: -369px -45px; } footer ul li .icon-pci { width: 78px; height: 27px; background-position: -110px 96px; } footer ul li .icon-visa { width: 36px; height: 27px; } footer ul li .icon-psw { width: 63px; height: 27px; } footer ul li .icon-network { width: 22px; height: 27px; } footer ul li .icon-vertified { width: 75px; height: 27x; } footer ul li .icon-beijing { width: 75px; height: 30px; } footer p { text-align: center; color: #999; } /* 打印样式 */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: "("attr(href) ")"; } /* * 使用#和javascript的超链接不打印href */ abbr[title]:after, a[href="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
src/css/main.css
html { font-size: 62.5%; color: #222; } ::selection { background: #b3d4fc; text-shadow: none; } ul { margin: 0; padding: 0; } li { list-style: none; } /* 工具样式 */ .center-block { display: block; marfin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { flaot: left !important; } .text-right { text-align: right !important; } .text-lefet { text-align: left !important; } .text-center { text-align: center !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background: transparent; border: 0; } /* 清楚浮动 */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .browseupgrade { margin: 0; padding: 1rem; background: #ccc; } body { font-size: 1.2rem; line-height: 1.5; background: #f7f7f7; } a { color: #666; text-decoration: none; } a:hover, a:active { color: #0ae; text-decoration: underline; } /* header网站顶部样式 */ header { width: 100%; } header .top-nav { line-height: 3rem; padding: 0 1.5rem; color: #fff; background: #555; border-bottom: 1px solid #ec0000; } header .top-nav .tel { float: left; } header .top-nav ul { text-align: right; } header .top-nav ul li { display: inline-block; } header .top-nav ul li+li { border-left: 1px solid #999; margin-left: -3px; } header .top-nav ul li a { display: inline-block; padding: 0 1.5rem; color: #fff; } @media only screen and (max-width: 50em) { header .top-nav ul li a { padding: 0 1rem; } } @media only screen and (min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { header .top-nav .tel, header .top-nav ul li:nth-child(3), header .top-nav ul li:nth-child(4) { display: none; } } header .main-nav { padding: 0; } header .main-nav .brand { float: left; padding: 1rem 1.5rem 0; } header .main-nav ul { text-align: right; } header .main-nav ul li { display: inline-block; border-left: 1px solid #f0ede9; } header .main-nav ul li a { display: inline-block; padding: 0 1.5rem; line-height: 5.5rem; font-size: 1.6rem; color: #7c7a65; font-weight: bold; text-decoration: none; } header .main-nav ul li a:hover, header .main-nav ul li a:active, header .main-nav ul li a:actived { color: #ffb300; background: #f8f6f1; } @media only screen and (max-width: 50em) { header .main-nav .brand { float: none; display: block; padding: 0; margin: 1.5rem auto 0.5rem; text-align: center; } header .main-nav ul { text-align: center; } header .main-nav ul li { border: none; } header.main-nav ul li a { padding: 0 1.3rem; } } @media only screen and(min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { header .main-nav ul li { line-height: 3rem; } header .main-nav ul li:first-child { display: none; } header .main-nav ul li a { font-weight: normal; padding: 0 0.8rem; font-size: 1.4rem; } } /* 中间内容区域 */ .container { width: 100%; } .transation { width: 100%; background: #7c7365; } .wrap { max-width: 90%; margin: 0 auto; font-size: 1.5rem; } .data { float: left; padding: 1rem; text-align: left; } .data span { display: inline-block; line-height: 3rem; color: #fff; } .data span.trans-price { font-size: 2.2rem; color: #ff9000; letter-spacing: 3px; margin: 0 1rem; padding: 0 1rem; border-radius: 3px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 1px 2px 1px #333 inset; } .trans-report { text-align: right; } .trans-report a { display: inline-block; padding: 0.5rem; line-height: 4rem; color: #fff; } @media only screen and (max-width: 50em) { .data { padding: 1rem 0rem; } .data span { font-size: 1rem; } .data span.trans-price { font-size: 1.24rem; margin: 0; padding: 0; letter-spacing: inherit; box-shadow: none; background: transparent; } .trans-report a { font-size: 1.2rem; } } @media only screen and(min-width: 30.0625em) and (max-width: 50em) {} @media only screen and (max-width: 30em) { .transation { padding: 0.7rem 0; } .data, .trans-report { float: none; text-align: center; } .data, .trans-report a { padding: 0; } } /* 滚动广告 */ /* .ad { display: block; } */ .feature { margin: 2rem auto; width: 90%; font-size: 0; } .feature .item { display: inline-block; box-sizing: border-box; width: calc(33.33333% - 3rem); padding: 1rem; font-size: 1.4rem; background: #fff; box-shadow: 0 0 4px #ccc; } .feature .item+.item { margin-left: 1.5rem; } .feature .item h3 { width: 40%; display: inline-block; margin: 0; padding: 0; vertical-align: top; font-size: 3.3rem; text-align: center; color: #ff9000; } .feature .item p { display: inline-block; width: 55%; margin: 0; padding: 0; color: #999; } @media only screen and (min-wdith: 30.0625em) and (max-width: 50em) { .feature .item h3, .feature .item p { display: block; width: 100%; font-size: 2.6rem; text-align: center; } .feature .item p { font-size: 1.2rem; } } @media only screen and (max-width: 30em) { .feature { width: 96%; margin: 1rem auto; } .feature .item { display: block; width: auto; } .feature .item + .item { margin: 1rem 0 0; } .feature .item h3 { display: inline-block; width: 40%; margin: 0; padding-top: 0.3rem; vertical-align: top; font-size: 3rem; text-align: center; } .feature .item p { display: inline-block; width: 55%; margin: 0; padding: 0; } } .notice { width: 90%; margin: 2rem auto; font-size: 1.4rem; line-height: 3rem; background: #fff; box-shadow: 0 0 4pc #ccc; } .notice a { float: left; display: inlien-block; width: 70%; margin-left: 2rem; text-decoration: none; } /* 文字无论多长都不会换行显示,要三个属性一起使用 */ .notice a:first-child { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .notice a:first-child:before { content: "最新公告: \00a0\00a0"; color: #aaa; } .notice a span { color: #999; font-size: 1.2rem; margin-right: 1rem; } .notice a.more { float: right; width: auto; font-weight: bold; margin-right: 2rem; color: #ff9000; } @media only screen and (max-width: 30em) { .notice { width: 96%; margin: 1rem auto; font-size: 1.2rem; } .notice a { margin-left: 1rem; } .notice a span { display: none; } } /* 产品列表样式 */ .product { width: 90%; margin: 2rem auto; font-size: 1.4rem; color: #f9f5fa; border-top: 2px solid #ff9000; box-shadow: 0 0 4px #ccc; } .product h2 { float: left; width: 20%; margin-top: 3rem; text-align: center; font-size: 2.4rem; font-weight: normal; color: #635c51; } .product h2 em { display: block; margin-top: 1rem; font-size: 1.6rem; } .product em:first-child { margin-top: 4rem; } .pros-content { float: right; width: 79.5%; border-left: 1px solid #eee; background: #fff; } .pros-content .item { width: 100%; } .pros-content .item + .item { border-top: 1px solid #eee; } .pros-content .item h3 { color: #222; float: left; width: 30%; margin: 1.5rem 0; font-size: 1.4rem; font-weight: normal; text-align: center; } .pros-content .item h3 em { margin-right: .5rem; font-size: 3.6rem; font-style: normal; color: #8b999d; } .pros-content .item h3 i { display: block; font-size: 1.2rem; font-style: normal; color: #999; } .pros-content .item .info { float: left; width: 48%; padding: 1rem; border-left: 1px solid #eee; border-right: 1px solid #eee; font-size: 14px; } .pros-content .item .info p { /* float: left; */ color: #222; width: 56%; display: inline-block; text-align: center; } .pros-content .item .info p:last-child { width: 40%; } .pros-content .item .info p span { display: block; font-size: 2.4rem; color: #ff9000; } .pros-content .item .info p span i { font-size: 1.2rem; font-style: normal; color: #999; } .pros-content .item .buy { float: left; width: calc(22% - 4.4rem); padding: 1rem; } .pros-content .item .buy a { display: block; width: 90%; margin: 1.5rem auto; max-width: 12rem; line-height: 4rem; text-align: center; text-decoration: none; color: #fff; background: #ff9000; border-radius: 5px; } .pros-content .item .buy a:hover, .pros-content .item .buy a:active { background: #ffc468; } .pros-content .item .buy a.disabled { background: #ccc !important; cursor: not-allowed; } @media only screen and (max-width: 50em) { .product h2 { float: none; width: 100%; margin-top: 2rem; font-size: 2.2rem; } .product h2 em:first-child { margin-top: 0; } .product h2 em { display: inline; font-size: 1.2rem; } .product .pros-content { float: none; width: 100%; } .product .pros-content .item h3 { margin-bottom: 0; } .product .pros-content .item h3 em { font-size: 2.4rem; } .product .pros-content .item .info { padding: 1rem 1rem 0; font-size: 1.2rem; } .product .pros-content .item .info p span { font-size: 2rem; } .product .pros-content .item .buy a { margin: 0.5rem auto; } } @media only screen and (max-width: 30em) { .product h2 em:first-child:before { content: ''; display: table; } .product .pros-content .item h3 { font-size: 0.5rem; padding-left: 1rem; width: 28%; } .product .pros-content .item h3 em { font-size: 2rem; margin-right: 0; } .product .pros-content .item .info { float: right; width: 70%; padding: 1rem 0; border: none; } .product .pros-content .item .info p span { font-size: 1.8rem; } .product .pros-content .item .buy { clear: both; float: none; width: 100%; padding: 0rem 0 2rem; } .product .pros-content .item .buy a { margin-top: 0; max-width: 26rem; } } .bottom-nav { padding: 3rem 0; border-top: 2px solid #eee; background: #fff; } .footer-content { width: 90%; margin: 0 auto; } .footer-content .brand { float: left; display: block; filter: grayscale(100%); /*添加滤镜 */ width: 20%; height: 30px; } .footer-content ul { width: 15%; float: left; } .footer-content ul li { line-height: 2.4rem; font-size: 1.4rem; } .footer-content ul li.title { font-size: 1.6rem; line-height: 3rem; } @media only screen and (max-width: 50em) { .footer-content .brand { display: none; } .footer-content ul { width: 20%; } .footer-content ul li { font-size: 1.2rem; line-height: 2rem; } .footer-content ul li.title { font-size: 1.4rem; line-height: 2.5rem; } } @media only screen and (max-width: 30em) { .footer-content { width: 98%; } .footer-content ul li.title { font-size: 1.2rem; line-height: 2rem; } } /* 页面底部样式 */ footer { width: 100%; padding: 3rem 0 5rem; background: #ededed; } footer ul { text-align: center; } footer ul li { display: inline-block; } footer ul li .icon { display: inline-block; text-indent: -999rem; margin-right: 1.5rem; overflow: hidden; } footer ul li .icon-pay { width: 38px; height: 27px; background-position: -369px -45px; } footer ul li .icon-pci { width: 78px; height: 27px; background-position: -110px 96px; } footer ul li .icon-visa { width: 36px; height: 27px; } footer ul li .icon-psw { width: 63px; height: 27px; } footer ul li .icon-network { width: 22px; height: 27px; } footer ul li .icon-vertified { width: 75px; height: 27x; } footer ul li .icon-beijing { width: 75px; height: 30px; } footer p { text-align: center; color: #999; } /* 打印样式 */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: "("attr(href) ")"; } /* * 使用#和javascript的超链接不打印href */ abbr[title]:after, a[href="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.414899
0.091544
.cui-ecommerce-dashboard-info { margin-bottom: 30px; } .cui-ecommerce-dashboard-info__title { font-size: 16px; font-weight: 700; color: #24222f; margin-bottom: 15px; margin-top: 10px; } .cui-ecommerce-dashboard-info__description { font-size: 24px; } .cui-ecommerce-dashboard-info__block .nav-tabs a { font-size: 16px; font-weight: 700; color: #24222f; } .cui-ecommerce-dashboard-info__chart { padding-top: 20px; margin-bottom: 10px; } .cui-ecommerce-dashboard-info__chart__chart { padding-top: 20px; margin-bottom: 10px; } .cui-ecommerce--dashboard--list--img { display: inline-block; width: 60px; height: 60px; border: 1px solid #eceff4; -webkit-border-radius: 3px; border-radius: 3px; background: #ffffff; text-align: center; } .cui-ecommerce--dashboard--list--img img { max-width: 100%; min-height: 100%; max-height: 100%; } .cui-ecommerce--catalog--item { padding: 20px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #dfe4ed; margin-bottom: 35px; position: relative; background: #ffffff; } .cui-ecommerce--catalog--item--status { position: absolute; top: 0px; left: 0px; border-width: 25px; border-style: solid; width: 0px; height: 0px; border-color: #fb434a transparent transparent #fb434a; } .cui-ecommerce--catalog--item--status--title { position: relative; top: -6px; left: -17px; display: block; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); color: #ffffff !important; text-transform: uppercase; font-size: 10px; font-weight: bold; } .cui-ecommerce--catalog--item--img { position: relative; text-align: center; height: 250px; } .cui-ecommerce--catalog--item--img a { display: block; } .cui-ecommerce--catalog--item--img a img { min-height: 250px; max-height: 250px; max-width: 100%; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .cui-ecommerce--catalog--item--img a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .cui-ecommerce--catalog--item--title { font-size: 16px; text-transform: uppercase; font-weight: bold; border-top: 1px solid #dfe4ed; padding-top: 15px; padding-right: 100px; position: relative; } .cui-ecommerce--catalog--item--descr { padding-right: 100px; font-style: italic; color: #bbb8cb; } .cui-ecommerce--catalog--item--descr--sizes { font-style: normal; margin: 15px 0px 10px; } .cui-ecommerce--catalog--item--descr--sizes span { display: inline-block; margin-right: 5px; border: 1px solid #eceff4; line-height: 14px; -webkit-border-radius: 20px; border-radius: 20px; padding: 3px 3px; min-width: 30px; text-align: center; margin-bottom: 5px; } .cui-ecommerce--catalog--item--price { font-size: 26px; position: absolute; top: 10px; right: 0px; text-align: right; } .cui-ecommerce--catalog--item--price--old { font-size: 16px; font-weight: normal; text-decoration: line-through; } .cui-ecommerce--catalog--item--like { position: absolute; top: 10px; right: 10px; font-size: 24px; cursor: pointer; color: #bbb8cb; } .cui-ecommerce--catalog--item--like--unliked { display: block; } .cui-ecommerce--catalog--item--like--liked { display: none; } .cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--unliked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--unliked { display: none; } .cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--liked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--liked { display: block; } .cui-ecommerce--catalog--item--like__selected { color: #827ca1; }
resources/vendor/cleanui/build/assets/common/css/source/pages/ecommerce.css
.cui-ecommerce-dashboard-info { margin-bottom: 30px; } .cui-ecommerce-dashboard-info__title { font-size: 16px; font-weight: 700; color: #24222f; margin-bottom: 15px; margin-top: 10px; } .cui-ecommerce-dashboard-info__description { font-size: 24px; } .cui-ecommerce-dashboard-info__block .nav-tabs a { font-size: 16px; font-weight: 700; color: #24222f; } .cui-ecommerce-dashboard-info__chart { padding-top: 20px; margin-bottom: 10px; } .cui-ecommerce-dashboard-info__chart__chart { padding-top: 20px; margin-bottom: 10px; } .cui-ecommerce--dashboard--list--img { display: inline-block; width: 60px; height: 60px; border: 1px solid #eceff4; -webkit-border-radius: 3px; border-radius: 3px; background: #ffffff; text-align: center; } .cui-ecommerce--dashboard--list--img img { max-width: 100%; min-height: 100%; max-height: 100%; } .cui-ecommerce--catalog--item { padding: 20px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #dfe4ed; margin-bottom: 35px; position: relative; background: #ffffff; } .cui-ecommerce--catalog--item--status { position: absolute; top: 0px; left: 0px; border-width: 25px; border-style: solid; width: 0px; height: 0px; border-color: #fb434a transparent transparent #fb434a; } .cui-ecommerce--catalog--item--status--title { position: relative; top: -6px; left: -17px; display: block; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); color: #ffffff !important; text-transform: uppercase; font-size: 10px; font-weight: bold; } .cui-ecommerce--catalog--item--img { position: relative; text-align: center; height: 250px; } .cui-ecommerce--catalog--item--img a { display: block; } .cui-ecommerce--catalog--item--img a img { min-height: 250px; max-height: 250px; max-width: 100%; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .cui-ecommerce--catalog--item--img a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .cui-ecommerce--catalog--item--title { font-size: 16px; text-transform: uppercase; font-weight: bold; border-top: 1px solid #dfe4ed; padding-top: 15px; padding-right: 100px; position: relative; } .cui-ecommerce--catalog--item--descr { padding-right: 100px; font-style: italic; color: #bbb8cb; } .cui-ecommerce--catalog--item--descr--sizes { font-style: normal; margin: 15px 0px 10px; } .cui-ecommerce--catalog--item--descr--sizes span { display: inline-block; margin-right: 5px; border: 1px solid #eceff4; line-height: 14px; -webkit-border-radius: 20px; border-radius: 20px; padding: 3px 3px; min-width: 30px; text-align: center; margin-bottom: 5px; } .cui-ecommerce--catalog--item--price { font-size: 26px; position: absolute; top: 10px; right: 0px; text-align: right; } .cui-ecommerce--catalog--item--price--old { font-size: 16px; font-weight: normal; text-decoration: line-through; } .cui-ecommerce--catalog--item--like { position: absolute; top: 10px; right: 10px; font-size: 24px; cursor: pointer; color: #bbb8cb; } .cui-ecommerce--catalog--item--like--unliked { display: block; } .cui-ecommerce--catalog--item--like--liked { display: none; } .cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--unliked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--unliked { display: none; } .cui-ecommerce--catalog--item--like:hover .cui-ecommerce--catalog--item--like--liked, .cui-ecommerce--catalog--item--like__selected .cui-ecommerce--catalog--item--like--liked { display: block; } .cui-ecommerce--catalog--item--like__selected { color: #827ca1; }
0.421195
0.075721
@font-face { font-family: 'HelveticaNeueLTStdHv'; src: url('../font/HelveticaNeueLTStdHv.eot'); src: url('../font/HelveticaNeueLTStdHv.svg#HelveticaNeueLTStdHv') format('svg'), url('../font/HelveticaNeueLTStdHv.woff2') format('woff2'), url('../font/HelveticaNeueLTStdHv.woff') format('woff'), url('../font/HelveticaNeueLTStdHv.ttf') format('truetype'), url('../font/HelveticaNeueLTStdHv.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .catagries ul, .catagries li, .posters, .posters .figure, .about, .posters ul{ white-space:nowrap; font-size:0; } .about .info, #form, .posters ul li{ white-space:normal; display:inline-block; vertical-align:top; } p { line-height:2rem; } .catagries h1 { font-size: 2.5rem; padding-top: 3.6rem; /*padding-top:2.5rem;*/ padding-bottom: 1.4rem; line-height: 3rem; } .posters h1{ font-size: 5rem; padding-top: 7.3rem; /*padding-top:5rem;*/ padding-bottom: 0.7rem; line-height: 6rem; } .catagries p { font-size: 1rem; line-height: 1rem; } .posters p,.posters .figure ul li,.about p,#form input,#form textarea,#form .submit{ line-height: 2rem; padding-top: 0.58rem; padding-bottom: 1.42rem; } .about { /*padding:7.3rem 2.5rem 2.5rem 2.5rem;*/ } #form{ padding-top:0.58rem; font-size:5rem; line-height:6rem; } #form.postSucced{ /*padding-top:1rem;*/ padding-top:7.3rem; } .about .info,#form{ padding: 7.3rem 2.5rem 2.5rem 2.5rem; } #form{ padding-top:7.88rem; } #form input,#form textarea,#form .submit{ line-height: 2rem; margin-bottom: 2rem; } #form input{ height:2rem; } #form textarea{ min-height:12rem; } .posters p,.about p,#form input,#form textarea,#form .submit{ font-size: 1.18rem; } .posters .figure ul li { font-size: 1rem; } html,body { height:100%; min-width:320px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:75%; font-family:HelveticaNeueLTStdHv,"Helvetica Neue", Helvetica, Arial, sans-serif; } body { padding:2.5rem 0; font-size:1rem; overflow-y:hidden; overflow-x:scroll; } p { color:rgba(0,0,0,0.382); } a,.share li,.about .contact{ /*cursor:pointer;*/ user-select:none; } html,body, .header,.header a, #main,.catagries ul, .posters,.about, .catagries li, .posters .figure, .about .info, #form, #form input, #form textarea, #form .submit,.footer { box-sizing:border-box; } .header { position:fixed; left:0; top:0; z-index:10; width:100%; height:2.5rem; background:#000; -webkit-backface-visibility:hidden; } .header .nav{ float:right; } .header a { float:right; display:block; height:2.5rem; padding-left:2.5rem; padding-right:2.5rem; font-size:1rem; line-height:2.5rem; border-left:solid 1px #000; border-right:solid 1px #000; color:#fff; cursor:pointer; } .header .logo{ text-transform:uppercase; letter-spacing:11px; } .header a.selected,.header a:hover { background:#323232; border-left-color:rgba(255,255,255,0.3); border-right-color:rgba(255,255,255,0.1); } .header .logo.selected,.header .logo:hover{ border-color:#000; background:none; } .header .logo { float:left; border:none; } #main { position:relative; top:-100%; height:100%; } #main.showCatagries { top:0; } #main.showAbout { top:-200%; } .catagries,.posters,.about{ height:100%; } .catagries ul { height:50%; } .catagries li,.posters .figure { display:inline-block; vertical-align:top; height:100%; border-color:rgba(0,0,0,0.1); border-style:solid; padding:2.5rem 20rem 2.5rem 2.5rem; background:#fff; /*padding:5rem 20rem 5rem 5rem;*/ } .catagries li { width:50rem; border-right-width:0.75rem; border-bottom-width:0.75rem; cursor:pointer; } .catagries li:hover,.catagries li.selected { /*border-left-width:0.75rem;*/ /*border-top-width:0.75rem;*/ background:#323232; border-color:rgba(255,255,255,0.1) #000; } .catagries li img,.posters .figure img { display:inline-block; vertical-align:top; width:auto; height:100%; } .catagries li img { margin-right:2.5rem; box-shadow:0 0 5px rgba(0,0,0,0.3); } .catagries li .article,.posters .figure .article { display:inline-block; vertical-align:top; height:100%; } .catagries li:hover h1,.about h1,.catagries li.selected h1{ color:#fff; } .catagries li:hover p,.catagries li.selected p{ color:rgba(255,255,255,0.382); } .posters .figure { border-right-width:1px; border-bottom-width:1px; border-top-width:1px; } .posters .figure img { margin-right:2.5rem; box-shadow:0 0 10px rgba(0,0,0,0.3); } .posters .article{ margin-left:2.5rem; } .posters .figure ul li { /*float: left;*/ margin-right: 2.5rem; font-size: 1rem; cursor:pointer; } #info h1{ width:auto; } .posters p span { display:block; } .posters p span a:link{color:rgba(0,0,0,0.618);} .posters p span a:visited{color: rgba(0,0,0,0.382);} .posters p span a:hover{color:rgba(0,0,0,0.618);} .posters p span a:active{color: rgba(0,0,0,0.382);} #info{ opacity:0; /*display:none;*/ transition:opacity 0.5s ease,display 0s ease 0.5s; } #info.show{ opacity:1; /*display:block;*/ transition:opacity 0.5s ease; } .about { position:relative; background:#323232; width:100%; } .about .contact,.about .submit{ cursor:pointer; } .about .info,#form{ width:25rem; width:27%; width:100%; min-width:25rem; max-width:30rem; height:100%; background:#323232; } .about .info{ margin-left:25rem; /*margin-right:5rem;*/ } .about p,#form{ color:#fff; } .about .logo{ position: absolute; width: 33.3333rem; height: 33.3333rem; display: block; left: -9.1667rem; top: -8.3333rem; background: url(img/logo.svg) no-repeat; background-size: 100% auto; } .about .logo span{ display:none; } #form input,#form textarea,#form .submit{ display: block; /*width: 25rem;*/ width:100%; background: rgba(255,255,255,0.1); color: #fff; padding: 0 0.5em; border: none; font-family:HelveticaNeueLTStdHv,"Helvetica Neue", Helvetica, Arial, sans-serif; } #form input:focus,#form textarea:focus{ background:rgba(255,255,255,0.3); outline:none; } #form .submit{ border:solid 1px; border-top-color:rgba(255,255,255,0.3); border-left-color:rgba(255,255,255,0.3); border-bottom-color:rgba(255,255,255,0.1); border-right-color:rgba(255,255,255,0.1); text-align:center; } #form.posting .submit{ -webkit-animation:posting 1s linear 0 infinite; } @-webkit-keyframes posting{ 0%{ letter-spacing:0; } 50%{ letter-spacing:5px; } 100%{ letter-spacing:0; } } #form.postFailed .submit{ } #form{ transition:padding 0s ease 0.5s; } #form input,#form textarea,#form .submit{ transition:transform 0.5s ease 0.5s,opacity 0.5s ease 0.5s; } #form.postSucced input,#form.postSucced textarea,#form.postSucced .submit{ transform:translateY(-50rem); opacity:0; } #form.postSucced .submit{ } .footer { height:2.5rem; position:fixed; width:100%; left:0; bottom:0; background:#000; padding:0 2.5rem; -webkit-backface-visibility:hidden; } .footer a,.footer p{ font-size:1rem; line-height:2.5rem; color:rgba(255,255,255,0.382); display:none; } .footer a{ float:right; } .footer p{ float:left; } .posters,.catagries,.about{ position:relative; top:0; transition:opacity 0.5s ease 0.5s,transform 0.5s ease 0.5s,top 0s ease 0.5s; -webkit-backface-visibility:hidden; } .posters.overHidden,.catagries.overHidden,.about.overHidden { overflow:hidden; opacity:0; width:95%; transition:opacity 0s ease 0s,transform 0s ease 0s,top 0s ease 0s; transform:scale(1.05) rotate(1deg); } .showCatagries .posters,.showPosters .about{ top:-100%; z-index:-10; } .showCatagries .about{ top:-200%; z-index:-10; } .posters .figure.hide{ opacity:0; } #main,.header a,.catagries li,.posters .figure,.catagries li img,.posters .figure img,h1,p { transition:all .5s ease; } @media screen and (min-width: 1680px) and (max-width: 2560px) { html,body{ font-size:90%; } .posters .figure{ padding-right:25rem; } } @media screen and (min-width: 0px) and (max-width: 768px) { .header .logo{ background: url(img/logo.svg) center no-repeat,#000; position: relative; border-radius: 1000px; background-size: 80% auto; width: 6rem; height: 6rem; margin-left: -1.5rem; margin-top: -1.5rem; } .header .logo:hover{ background: url(img/logo.svg) center no-repeat,#000; background-size: 80% auto; } .header .logo span{ position: absolute; bottom: 2rem; left: calc(100% + 2.5rem); } .header .nav{ position:fixed; width:100%; height:2.5rem; left:0; bottom:0; box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4); } .header .nav a{ padding-left:0; padding-right:0; width:33.33%; text-align:center; } .catagries li{ width:20rem; } .catagries li img{ display:none; } .catagries li, .posters .figure{ padding:5rem 10rem 5rem 2.5rem; } .about .logo{ display:none; } .about .info{ margin-left:0; } .about .info #form{ width:22rem; } .about .contact{ padding:0; margin-top:2.58rem; border: solid 1px; border-top-color: rgba(255,255,255,0.3); border-left-color: rgba(255,255,255,0.3); border-bottom-color: rgba(255,255,255,0.1); border-right-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.1); text-align:center; cursor:pointer; } .about .info, #form{ max-width:none; } } @media screen and (min-width: 0px) and (max-width: 500px) { .catagries h1{ font-size:1.8394rem; padding-top:0; padding-bottom:0.4rem; } .posters h1{ font-size: 2.9761rem; padding-top: 0; line-height: 4rem; } .posters p, .about p, #form input, #form textarea, #form .submit{ font-size:1rem; } .posters .figure img{ margin-right:1.25rem; } .posters .article{ margin-left:1.25rem; } } @media screen and (min-width: 321px) and (max-width: 500px) { html,body{ font-size:87.5%; } } @media screen and (min-width: 501px) and (max-width: 768px){ html,body{ font-size:100%; } .catagries li{ width:30rem; } } @media screen and (min-width: 320px) and (max-width: 900px) and (orientation:landscape){ html,body{ font-size:75%; } .catagries h1{ padding-top:0; font-size:1.8394rem; padding-bottom:0.4rem; } .posters h1{ font-size:2.9761rem; line-height:4rem; padding-top:0; padding-bottom:0; } .catagries li, .posters .figure{ padding:2.5rem 10rem 2.5rem 2.5rem; } .posters h1{ white-space:nowrap; } .posters p, .posters .figure ul li{ padding-bottom:0; } .posters p, .about p, #form input, #form textarea, #form .submit{ font-size:1rem; } } @media screen and (min-width: 320px) and (max-width: 600px) and (orientation:landscape){ .about .info{ padding-top: 1.5rem; } .about .contact{ margin-top:0; } #form { padding-top: 2.08rem; } #form textarea{ min-height:4rem; } } @media screen and (min-width: 601px) and (max-width: 768px) and (orientation:landscape){ .about .info{ padding-top: 2.5rem; } #form { padding-top: 3.08rem; } #form textarea{ min-height:6rem; } }
posterlover/css/index.css
@font-face { font-family: 'HelveticaNeueLTStdHv'; src: url('../font/HelveticaNeueLTStdHv.eot'); src: url('../font/HelveticaNeueLTStdHv.svg#HelveticaNeueLTStdHv') format('svg'), url('../font/HelveticaNeueLTStdHv.woff2') format('woff2'), url('../font/HelveticaNeueLTStdHv.woff') format('woff'), url('../font/HelveticaNeueLTStdHv.ttf') format('truetype'), url('../font/HelveticaNeueLTStdHv.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } .catagries ul, .catagries li, .posters, .posters .figure, .about, .posters ul{ white-space:nowrap; font-size:0; } .about .info, #form, .posters ul li{ white-space:normal; display:inline-block; vertical-align:top; } p { line-height:2rem; } .catagries h1 { font-size: 2.5rem; padding-top: 3.6rem; /*padding-top:2.5rem;*/ padding-bottom: 1.4rem; line-height: 3rem; } .posters h1{ font-size: 5rem; padding-top: 7.3rem; /*padding-top:5rem;*/ padding-bottom: 0.7rem; line-height: 6rem; } .catagries p { font-size: 1rem; line-height: 1rem; } .posters p,.posters .figure ul li,.about p,#form input,#form textarea,#form .submit{ line-height: 2rem; padding-top: 0.58rem; padding-bottom: 1.42rem; } .about { /*padding:7.3rem 2.5rem 2.5rem 2.5rem;*/ } #form{ padding-top:0.58rem; font-size:5rem; line-height:6rem; } #form.postSucced{ /*padding-top:1rem;*/ padding-top:7.3rem; } .about .info,#form{ padding: 7.3rem 2.5rem 2.5rem 2.5rem; } #form{ padding-top:7.88rem; } #form input,#form textarea,#form .submit{ line-height: 2rem; margin-bottom: 2rem; } #form input{ height:2rem; } #form textarea{ min-height:12rem; } .posters p,.about p,#form input,#form textarea,#form .submit{ font-size: 1.18rem; } .posters .figure ul li { font-size: 1rem; } html,body { height:100%; min-width:320px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:75%; font-family:HelveticaNeueLTStdHv,"Helvetica Neue", Helvetica, Arial, sans-serif; } body { padding:2.5rem 0; font-size:1rem; overflow-y:hidden; overflow-x:scroll; } p { color:rgba(0,0,0,0.382); } a,.share li,.about .contact{ /*cursor:pointer;*/ user-select:none; } html,body, .header,.header a, #main,.catagries ul, .posters,.about, .catagries li, .posters .figure, .about .info, #form, #form input, #form textarea, #form .submit,.footer { box-sizing:border-box; } .header { position:fixed; left:0; top:0; z-index:10; width:100%; height:2.5rem; background:#000; -webkit-backface-visibility:hidden; } .header .nav{ float:right; } .header a { float:right; display:block; height:2.5rem; padding-left:2.5rem; padding-right:2.5rem; font-size:1rem; line-height:2.5rem; border-left:solid 1px #000; border-right:solid 1px #000; color:#fff; cursor:pointer; } .header .logo{ text-transform:uppercase; letter-spacing:11px; } .header a.selected,.header a:hover { background:#323232; border-left-color:rgba(255,255,255,0.3); border-right-color:rgba(255,255,255,0.1); } .header .logo.selected,.header .logo:hover{ border-color:#000; background:none; } .header .logo { float:left; border:none; } #main { position:relative; top:-100%; height:100%; } #main.showCatagries { top:0; } #main.showAbout { top:-200%; } .catagries,.posters,.about{ height:100%; } .catagries ul { height:50%; } .catagries li,.posters .figure { display:inline-block; vertical-align:top; height:100%; border-color:rgba(0,0,0,0.1); border-style:solid; padding:2.5rem 20rem 2.5rem 2.5rem; background:#fff; /*padding:5rem 20rem 5rem 5rem;*/ } .catagries li { width:50rem; border-right-width:0.75rem; border-bottom-width:0.75rem; cursor:pointer; } .catagries li:hover,.catagries li.selected { /*border-left-width:0.75rem;*/ /*border-top-width:0.75rem;*/ background:#323232; border-color:rgba(255,255,255,0.1) #000; } .catagries li img,.posters .figure img { display:inline-block; vertical-align:top; width:auto; height:100%; } .catagries li img { margin-right:2.5rem; box-shadow:0 0 5px rgba(0,0,0,0.3); } .catagries li .article,.posters .figure .article { display:inline-block; vertical-align:top; height:100%; } .catagries li:hover h1,.about h1,.catagries li.selected h1{ color:#fff; } .catagries li:hover p,.catagries li.selected p{ color:rgba(255,255,255,0.382); } .posters .figure { border-right-width:1px; border-bottom-width:1px; border-top-width:1px; } .posters .figure img { margin-right:2.5rem; box-shadow:0 0 10px rgba(0,0,0,0.3); } .posters .article{ margin-left:2.5rem; } .posters .figure ul li { /*float: left;*/ margin-right: 2.5rem; font-size: 1rem; cursor:pointer; } #info h1{ width:auto; } .posters p span { display:block; } .posters p span a:link{color:rgba(0,0,0,0.618);} .posters p span a:visited{color: rgba(0,0,0,0.382);} .posters p span a:hover{color:rgba(0,0,0,0.618);} .posters p span a:active{color: rgba(0,0,0,0.382);} #info{ opacity:0; /*display:none;*/ transition:opacity 0.5s ease,display 0s ease 0.5s; } #info.show{ opacity:1; /*display:block;*/ transition:opacity 0.5s ease; } .about { position:relative; background:#323232; width:100%; } .about .contact,.about .submit{ cursor:pointer; } .about .info,#form{ width:25rem; width:27%; width:100%; min-width:25rem; max-width:30rem; height:100%; background:#323232; } .about .info{ margin-left:25rem; /*margin-right:5rem;*/ } .about p,#form{ color:#fff; } .about .logo{ position: absolute; width: 33.3333rem; height: 33.3333rem; display: block; left: -9.1667rem; top: -8.3333rem; background: url(img/logo.svg) no-repeat; background-size: 100% auto; } .about .logo span{ display:none; } #form input,#form textarea,#form .submit{ display: block; /*width: 25rem;*/ width:100%; background: rgba(255,255,255,0.1); color: #fff; padding: 0 0.5em; border: none; font-family:HelveticaNeueLTStdHv,"Helvetica Neue", Helvetica, Arial, sans-serif; } #form input:focus,#form textarea:focus{ background:rgba(255,255,255,0.3); outline:none; } #form .submit{ border:solid 1px; border-top-color:rgba(255,255,255,0.3); border-left-color:rgba(255,255,255,0.3); border-bottom-color:rgba(255,255,255,0.1); border-right-color:rgba(255,255,255,0.1); text-align:center; } #form.posting .submit{ -webkit-animation:posting 1s linear 0 infinite; } @-webkit-keyframes posting{ 0%{ letter-spacing:0; } 50%{ letter-spacing:5px; } 100%{ letter-spacing:0; } } #form.postFailed .submit{ } #form{ transition:padding 0s ease 0.5s; } #form input,#form textarea,#form .submit{ transition:transform 0.5s ease 0.5s,opacity 0.5s ease 0.5s; } #form.postSucced input,#form.postSucced textarea,#form.postSucced .submit{ transform:translateY(-50rem); opacity:0; } #form.postSucced .submit{ } .footer { height:2.5rem; position:fixed; width:100%; left:0; bottom:0; background:#000; padding:0 2.5rem; -webkit-backface-visibility:hidden; } .footer a,.footer p{ font-size:1rem; line-height:2.5rem; color:rgba(255,255,255,0.382); display:none; } .footer a{ float:right; } .footer p{ float:left; } .posters,.catagries,.about{ position:relative; top:0; transition:opacity 0.5s ease 0.5s,transform 0.5s ease 0.5s,top 0s ease 0.5s; -webkit-backface-visibility:hidden; } .posters.overHidden,.catagries.overHidden,.about.overHidden { overflow:hidden; opacity:0; width:95%; transition:opacity 0s ease 0s,transform 0s ease 0s,top 0s ease 0s; transform:scale(1.05) rotate(1deg); } .showCatagries .posters,.showPosters .about{ top:-100%; z-index:-10; } .showCatagries .about{ top:-200%; z-index:-10; } .posters .figure.hide{ opacity:0; } #main,.header a,.catagries li,.posters .figure,.catagries li img,.posters .figure img,h1,p { transition:all .5s ease; } @media screen and (min-width: 1680px) and (max-width: 2560px) { html,body{ font-size:90%; } .posters .figure{ padding-right:25rem; } } @media screen and (min-width: 0px) and (max-width: 768px) { .header .logo{ background: url(img/logo.svg) center no-repeat,#000; position: relative; border-radius: 1000px; background-size: 80% auto; width: 6rem; height: 6rem; margin-left: -1.5rem; margin-top: -1.5rem; } .header .logo:hover{ background: url(img/logo.svg) center no-repeat,#000; background-size: 80% auto; } .header .logo span{ position: absolute; bottom: 2rem; left: calc(100% + 2.5rem); } .header .nav{ position:fixed; width:100%; height:2.5rem; left:0; bottom:0; box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4); } .header .nav a{ padding-left:0; padding-right:0; width:33.33%; text-align:center; } .catagries li{ width:20rem; } .catagries li img{ display:none; } .catagries li, .posters .figure{ padding:5rem 10rem 5rem 2.5rem; } .about .logo{ display:none; } .about .info{ margin-left:0; } .about .info #form{ width:22rem; } .about .contact{ padding:0; margin-top:2.58rem; border: solid 1px; border-top-color: rgba(255,255,255,0.3); border-left-color: rgba(255,255,255,0.3); border-bottom-color: rgba(255,255,255,0.1); border-right-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.1); text-align:center; cursor:pointer; } .about .info, #form{ max-width:none; } } @media screen and (min-width: 0px) and (max-width: 500px) { .catagries h1{ font-size:1.8394rem; padding-top:0; padding-bottom:0.4rem; } .posters h1{ font-size: 2.9761rem; padding-top: 0; line-height: 4rem; } .posters p, .about p, #form input, #form textarea, #form .submit{ font-size:1rem; } .posters .figure img{ margin-right:1.25rem; } .posters .article{ margin-left:1.25rem; } } @media screen and (min-width: 321px) and (max-width: 500px) { html,body{ font-size:87.5%; } } @media screen and (min-width: 501px) and (max-width: 768px){ html,body{ font-size:100%; } .catagries li{ width:30rem; } } @media screen and (min-width: 320px) and (max-width: 900px) and (orientation:landscape){ html,body{ font-size:75%; } .catagries h1{ padding-top:0; font-size:1.8394rem; padding-bottom:0.4rem; } .posters h1{ font-size:2.9761rem; line-height:4rem; padding-top:0; padding-bottom:0; } .catagries li, .posters .figure{ padding:2.5rem 10rem 2.5rem 2.5rem; } .posters h1{ white-space:nowrap; } .posters p, .posters .figure ul li{ padding-bottom:0; } .posters p, .about p, #form input, #form textarea, #form .submit{ font-size:1rem; } } @media screen and (min-width: 320px) and (max-width: 600px) and (orientation:landscape){ .about .info{ padding-top: 1.5rem; } .about .contact{ margin-top:0; } #form { padding-top: 2.08rem; } #form textarea{ min-height:4rem; } } @media screen and (min-width: 601px) and (max-width: 768px) and (orientation:landscape){ .about .info{ padding-top: 2.5rem; } #form { padding-top: 3.08rem; } #form textarea{ min-height:6rem; } }
0.190799
0.048699
*{padding: 0; margin: 0;} ul{list-style-type: none;list-style: none;} img{border: none;} a{text-decoration: none;} [v-cloak] { display: none; } .pointer{cursor: pointer;} .hide{display: none;} .tc{text-align: center !important;} .tr{text-align: right !important;} .tl{text-align: left !important;} /*定位*/ .pr{position: relative !important;} .pa{position: absolute !important;} .pf{position: fixed !important;} .fl{float: left !important;} .fr{float: right !important;} .oh{overflow: hidden !important;} .l0{left: 0 !important;} .l5{left: 5px !important;} .l10{left: 10px !important;} .r0{right: 0 !important;} .r5{right: 5px !important;} .r10{right: 10px !important;} .t0{top: 0 !important;} .t5{top: 5px !important;} .t10{top: 10px !important;} .b0{bottom: 0 !important;} .b5{bottom: 5px !important;} .b10{bottom: 10px !important;} /*间距*/ .m10{margin: 10px !important;} .mt0{margin-top: 0 !important;} .mt5{margin-top: 5px !important;} .mt10{margin-top: 10px !important;} .mt50{margin-top: 50px !important;} .ml0{margin-left: 0 !important;} .ml5{margin-left: 5px !important;} .ml10{margin-left: 10px !important;} .ml15{margin-left: 15px !important;} .ml20{margin-left: 20px !important;} .ml50{margin-left: 50px !important;} .mr5{margin-right: 5px !important;} .mr10{margin-right: 10px !important;} .mr15{margin-right: 15px !important;} .mr20{margin-right: 20px !important;} .mb0{margin-bottom: 0 !important;} .mb5{margin-bottom: 5px !important;} .mb10{margin-bottom: 10px !important;} .mb15{margin-bottom: 15px !important;} .mb20{margin-bottom: 20px !important;} .mb30{margin-bottom: 30px !important;} .mb50{margin-bottom: 50px !important;} .mb60{margin-bottom: 60px !important;} .mb100{margin-bottom: 100px !important;} /*padding*/ .p5{padding: 5px !important;} .p10{padding: 10px !important;} .p20{padding: 20px !important;} .p30{padding: 30px !important;} .p50{padding: 50px !important;} .pt5{padding-top: 5px !important;} .pt10{padding-top: 10px !important;} .pt20{padding-top: 20px !important;} .pt30{padding-top: 30px !important;} .pt50{padding-top: 50px !important;} .pb5{padding-bottom: 5px !important;} .pb10{padding-bottom: 10px !important;} .pb20{padding-bottom: 20px !important;} .pb30{padding-bottom: 30px !important;} .pb50{padding-bottom: 50px !important;} .pl0{padding-left: 0 !important;} .pl5{padding-left: 5px !important;} .pl10{padding-left: 10px !important;} .pl20{padding-left: 20px !important;} .pl50{padding-left: 50px !important;} .pr5{padding-right: 5px !important;} .pr10{padding-right: 10px !important;} .pr20{padding-right: 20px !important;} .pr30{padding-right: 30px !important;} .pr50{padding-right: 50px !important;} /*字体大小*/ .fb{font-weight: bold !important;} .fn{font-weight: normal !important;} .f12{font-size: 12px !important;} .f13{font-size: 13px !important;} .f14{font-size: 14px !important;} .f16{font-size: 16px !important;} .f18{font-size: 18px !important;} .f20{font-size: 20px !important;} .f25{font-size: 25px !important;} .f30{font-size: 30px !important;} .f40{font-size: 40px !important;} .f50{font-size: 50px !important;} /*宽高*/ .w_100{width: 100% !important;} .w_50{width: 50% !important;} .h_100{height: 100% !important;} /*颜色*/ .fff_b{background-color: #fff !important;} .fff{color: #fff !important;} .red{color: rgb(255, 69, 0) !important;} .blue{color: #1E9FFF !important;} .green{color: rgb(5, 170, 59) !important;} /*颜色*/
dist/css/base.css
*{padding: 0; margin: 0;} ul{list-style-type: none;list-style: none;} img{border: none;} a{text-decoration: none;} [v-cloak] { display: none; } .pointer{cursor: pointer;} .hide{display: none;} .tc{text-align: center !important;} .tr{text-align: right !important;} .tl{text-align: left !important;} /*定位*/ .pr{position: relative !important;} .pa{position: absolute !important;} .pf{position: fixed !important;} .fl{float: left !important;} .fr{float: right !important;} .oh{overflow: hidden !important;} .l0{left: 0 !important;} .l5{left: 5px !important;} .l10{left: 10px !important;} .r0{right: 0 !important;} .r5{right: 5px !important;} .r10{right: 10px !important;} .t0{top: 0 !important;} .t5{top: 5px !important;} .t10{top: 10px !important;} .b0{bottom: 0 !important;} .b5{bottom: 5px !important;} .b10{bottom: 10px !important;} /*间距*/ .m10{margin: 10px !important;} .mt0{margin-top: 0 !important;} .mt5{margin-top: 5px !important;} .mt10{margin-top: 10px !important;} .mt50{margin-top: 50px !important;} .ml0{margin-left: 0 !important;} .ml5{margin-left: 5px !important;} .ml10{margin-left: 10px !important;} .ml15{margin-left: 15px !important;} .ml20{margin-left: 20px !important;} .ml50{margin-left: 50px !important;} .mr5{margin-right: 5px !important;} .mr10{margin-right: 10px !important;} .mr15{margin-right: 15px !important;} .mr20{margin-right: 20px !important;} .mb0{margin-bottom: 0 !important;} .mb5{margin-bottom: 5px !important;} .mb10{margin-bottom: 10px !important;} .mb15{margin-bottom: 15px !important;} .mb20{margin-bottom: 20px !important;} .mb30{margin-bottom: 30px !important;} .mb50{margin-bottom: 50px !important;} .mb60{margin-bottom: 60px !important;} .mb100{margin-bottom: 100px !important;} /*padding*/ .p5{padding: 5px !important;} .p10{padding: 10px !important;} .p20{padding: 20px !important;} .p30{padding: 30px !important;} .p50{padding: 50px !important;} .pt5{padding-top: 5px !important;} .pt10{padding-top: 10px !important;} .pt20{padding-top: 20px !important;} .pt30{padding-top: 30px !important;} .pt50{padding-top: 50px !important;} .pb5{padding-bottom: 5px !important;} .pb10{padding-bottom: 10px !important;} .pb20{padding-bottom: 20px !important;} .pb30{padding-bottom: 30px !important;} .pb50{padding-bottom: 50px !important;} .pl0{padding-left: 0 !important;} .pl5{padding-left: 5px !important;} .pl10{padding-left: 10px !important;} .pl20{padding-left: 20px !important;} .pl50{padding-left: 50px !important;} .pr5{padding-right: 5px !important;} .pr10{padding-right: 10px !important;} .pr20{padding-right: 20px !important;} .pr30{padding-right: 30px !important;} .pr50{padding-right: 50px !important;} /*字体大小*/ .fb{font-weight: bold !important;} .fn{font-weight: normal !important;} .f12{font-size: 12px !important;} .f13{font-size: 13px !important;} .f14{font-size: 14px !important;} .f16{font-size: 16px !important;} .f18{font-size: 18px !important;} .f20{font-size: 20px !important;} .f25{font-size: 25px !important;} .f30{font-size: 30px !important;} .f40{font-size: 40px !important;} .f50{font-size: 50px !important;} /*宽高*/ .w_100{width: 100% !important;} .w_50{width: 50% !important;} .h_100{height: 100% !important;} /*颜色*/ .fff_b{background-color: #fff !important;} .fff{color: #fff !important;} .red{color: rgb(255, 69, 0) !important;} .blue{color: #1E9FFF !important;} .green{color: rgb(5, 170, 59) !important;} /*颜色*/
0.158012
0.092196
@-moz-document domain("bikerornot.com") /* =========================================================== */ /* v.1.2e Update to Remove the new Trending links section */ /* =========================================================== */ { /* ================= Main body stuff ======================= */ body, .body, div[class="hfc navbar-holder"], div[id="event-all-attend-wrapper"], div[id="bn-foot2"], div[id="browse-holder"]{ background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") #000000 fixed repeat!important; color: #cccccc!important; } li[class="me"] { color: #07771F!important; } /*------ Links ----*/ a:link, a:visited, a:active { font-family: "Book Antiqua", "Palatino Linotype", "Comic Sans MS"!important; color: #ffe081!important; padding: 0px 1px 0px 1px!important; font-size: 12px!important; } a:hover { font-size: 12px; padding: 0px 1px 0px 1px; text-decoration: none; border: 1px solid #ffe081; background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg"); -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } /* new blog style cleanup & ugly status box */ div [class="link-media"], div [class="feed-item"] { border: none!important; } div [class="status-wrapper"] { background-color: transparent!important; border: none!important; } input[type="submit"] { background-color: #000000!important; } .comment-btn { color: #cccccc !important; } textarea { color: #000000!important; } div [class="filter active"], div [class="info-holder"] { border: 1px solid #ffe081; background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg"); -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } h1, h2, h4, h5, p { color: #cccccc!important; } h3 { color: #E22F50!important; } h1 [class="tbig left"] { color: #3B5998!important; } b { color: #3B5998!important; } div [class="icon-bar"] { background-color: #000000 !important; } .menu { background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg")!important; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } /*-- user online/offline color--*/ .b { color: #07771F !important; } /*---- hide the boring stuff ------ */ div[class="trending-hashtag-table"], div[id="bn-foot"] { display: none!important; } /* ======================== Global Settings ================= */ .bx-ttl h2 { color: #3B5998!important; } .bn-c-prf-c4 { color: #cccccc!important; } img [class="browse-next"], img [class="browse-next"] { background-color: #000000!important; } div [id="bn-3col2w"] { background-color: #000000!important; } div [id="idAlbum_menu_left"] { color: #cccccc !important; } /* block the admin ads */ div [class="feed-item feed-ad"] { display: none!important; } div [class="bx-ttl"], div [class="likebikestop"], div [class="commenttopdiv"], div [class="feed-filters bn-c-msg"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") repeat!important; } div [class="paging paging:"] { color: #cccccc!important; } div [class="paging paging:search"] { color: #cccccc!important; } td { background-color: #000000!important; color: #cccccc!important; } span [class="ttl"] { color: #3B5998 !important; } a span { color: #3B5998 !important; border: none !important; } span [class="nxtprv"] { color: white !important; } a [class="nxtprv"] { color: white !important; } div [class="feed_attach"] { color: #cccccc !important; } div [class="subhead"] { color: #3B5998 } img { border: none !important; } div [id="hdtSearchFixed"] { background-color: #ffffff !important; } .bn-c-msg { background-color: transparent !important; } .comm_outer, .feed_inner, .feed_comm { background: transparent !important; } div [class="feed_comm feed_comm_more"] { color: #cccccc !important; background: transparent !important; } /*---------- User Chat Window -----------*/ div[id="tab-section"], div[id="tab-holder"], div[id="tabs"], div[id="tab-slide-left"], [class="tab tab-slide"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") fixed repeat!important; color: #cccccc!important; } div[class="tab tab-user user-19260 first active"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") fixed repeat!important; color: #cccccc!important; border: 1px solid #ffe081 !important; } div[id="body-section"] { background-image: none !important; } div[class="conv"] { background-color: #cccccc !important; } p[class="waiting"], input[class="chat-text"] { color: #000000 !important } /* ================ block those annoying ads ===============================*/ .ad_box { display: none !important; } div#googMultiAdvert { border: none !important; } iframe { display: none!important; } div#bn-3col3n { display: none !important; } /* ------- Slide out box ad in lower right corner --------- */ a[id="ad_panel"] { display: none !important; } img[id="ad_image"] { display: none !important; } span[id="ad_bg"] { display: none !important; } /* ------- the big google ads... top, right & bottom -------- */ div[id="google_ads_div_bon_top_fold_728_90_ad_container"] { display: none!important; } div[id="google_ads_div_BON_left_160_600_ad_container"] { display: none!important; } div[id="google_ads_div_Bottom_Page_ad_container"] { display: none!important; } div [class="ad ad728x90"] { display: none!important; } div [id="google_ads_div_BN!RightTopUserProfile"] { display: none!important; } div[id="bon_topAd"] { display: none!important; } div [class="ad ad160x600"] { display: none!important; } /* ===== blocks bikes for sale ads at the top ====== if you want these comment out or remove this section ------- */ div[id="cxAd"] { display: none!important; } /* ============================================ */ /*------ End ----*/ }
data/usercss/53913.user.css
@-moz-document domain("bikerornot.com") /* =========================================================== */ /* v.1.2e Update to Remove the new Trending links section */ /* =========================================================== */ { /* ================= Main body stuff ======================= */ body, .body, div[class="hfc navbar-holder"], div[id="event-all-attend-wrapper"], div[id="bn-foot2"], div[id="browse-holder"]{ background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") #000000 fixed repeat!important; color: #cccccc!important; } li[class="me"] { color: #07771F!important; } /*------ Links ----*/ a:link, a:visited, a:active { font-family: "Book Antiqua", "Palatino Linotype", "Comic Sans MS"!important; color: #ffe081!important; padding: 0px 1px 0px 1px!important; font-size: 12px!important; } a:hover { font-size: 12px; padding: 0px 1px 0px 1px; text-decoration: none; border: 1px solid #ffe081; background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg"); -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } /* new blog style cleanup & ugly status box */ div [class="link-media"], div [class="feed-item"] { border: none!important; } div [class="status-wrapper"] { background-color: transparent!important; border: none!important; } input[type="submit"] { background-color: #000000!important; } .comment-btn { color: #cccccc !important; } textarea { color: #000000!important; } div [class="filter active"], div [class="info-holder"] { border: 1px solid #ffe081; background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg"); -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } h1, h2, h4, h5, p { color: #cccccc!important; } h3 { color: #E22F50!important; } h1 [class="tbig left"] { color: #3B5998!important; } b { color: #3B5998!important; } div [class="icon-bar"] { background-color: #000000 !important; } .menu { background-image: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg")!important; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; } /*-- user online/offline color--*/ .b { color: #07771F !important; } /*---- hide the boring stuff ------ */ div[class="trending-hashtag-table"], div[id="bn-foot"] { display: none!important; } /* ======================== Global Settings ================= */ .bx-ttl h2 { color: #3B5998!important; } .bn-c-prf-c4 { color: #cccccc!important; } img [class="browse-next"], img [class="browse-next"] { background-color: #000000!important; } div [id="bn-3col2w"] { background-color: #000000!important; } div [id="idAlbum_menu_left"] { color: #cccccc !important; } /* block the admin ads */ div [class="feed-item feed-ad"] { display: none!important; } div [class="bx-ttl"], div [class="likebikestop"], div [class="commenttopdiv"], div [class="feed-filters bn-c-msg"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") repeat!important; } div [class="paging paging:"] { color: #cccccc!important; } div [class="paging paging:search"] { color: #cccccc!important; } td { background-color: #000000!important; color: #cccccc!important; } span [class="ttl"] { color: #3B5998 !important; } a span { color: #3B5998 !important; border: none !important; } span [class="nxtprv"] { color: white !important; } a [class="nxtprv"] { color: white !important; } div [class="feed_attach"] { color: #cccccc !important; } div [class="subhead"] { color: #3B5998 } img { border: none !important; } div [id="hdtSearchFixed"] { background-color: #ffffff !important; } .bn-c-msg { background-color: transparent !important; } .comm_outer, .feed_inner, .feed_comm { background: transparent !important; } div [class="feed_comm feed_comm_more"] { color: #cccccc !important; background: transparent !important; } /*---------- User Chat Window -----------*/ div[id="tab-section"], div[id="tab-holder"], div[id="tabs"], div[id="tab-slide-left"], [class="tab tab-slide"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") fixed repeat!important; color: #cccccc!important; } div[class="tab tab-user user-19260 first active"] { background: url("http://res.cloudinary.com/mrquinn/image/upload/v1460652230/styles/OldWood_Grey.jpg") fixed repeat!important; color: #cccccc!important; border: 1px solid #ffe081 !important; } div[id="body-section"] { background-image: none !important; } div[class="conv"] { background-color: #cccccc !important; } p[class="waiting"], input[class="chat-text"] { color: #000000 !important } /* ================ block those annoying ads ===============================*/ .ad_box { display: none !important; } div#googMultiAdvert { border: none !important; } iframe { display: none!important; } div#bn-3col3n { display: none !important; } /* ------- Slide out box ad in lower right corner --------- */ a[id="ad_panel"] { display: none !important; } img[id="ad_image"] { display: none !important; } span[id="ad_bg"] { display: none !important; } /* ------- the big google ads... top, right & bottom -------- */ div[id="google_ads_div_bon_top_fold_728_90_ad_container"] { display: none!important; } div[id="google_ads_div_BON_left_160_600_ad_container"] { display: none!important; } div[id="google_ads_div_Bottom_Page_ad_container"] { display: none!important; } div [class="ad ad728x90"] { display: none!important; } div [id="google_ads_div_BN!RightTopUserProfile"] { display: none!important; } div[id="bon_topAd"] { display: none!important; } div [class="ad ad160x600"] { display: none!important; } /* ===== blocks bikes for sale ads at the top ====== if you want these comment out or remove this section ------- */ div[id="cxAd"] { display: none!important; } /* ============================================ */ /*------ End ----*/ }
0.148602
0.057812
.container { position: relative; width: 1024px; height: 800px; margin: 0 auto; } .container .nav_box { width: 100%; height: 130px; } .container .nav_box .nav_tit { width: 100%; height: 45px; background: url(../img/top.jpg) no-repeat center; box-shadow: 0 0 10px #BBBBBB; text-align: center; position: relative; } .container .nav_box .nav_tit p { line-height: 45px; font-size: 25px; color: #FFFFFF; font-weight: bold; } .container .nav_box .nav_tit #user_name { position: absolute; right: 25px; top: 16px; font-size: 16px; color: #000000; } .container .nav_box .nav_tit #user_name #logout_btn { font-size: 14px; padding-left: 8px; cursor: pointer; text-decoration: none; } .container .nav_box .nav_a_box { background: #FFFFFF; position: relative; height: 50px; box-sizing: border-box; margin: 20px auto; width: 960px; } .container .nav_box .nav_a_box .nav_a { width: 120px; position: relative; cursor: pointer; box-sizing: border-box; float: left; height: 50px; line-height: 50px; font-size: 16px; text-align: center ; box-shadow: 0 0 8px #BBBBBB; transition: margin-top 1s, height 1s, padding-top 1s; } .container .nav_box .nav_a_box .nav_a a { text-decoration: none; display: block; height: 50px; color: #000000; } .container .nav_box .nav_a_box .nav_a:hover, .container .nav_box .nav_a_box .nav_a.active { background-color: #cc0001; font-weight: bold; margin-top: -8px; height: 58px; padding-top: 8px; } .container .nav_box .nav_a_box .nav_a:hover a, .container .nav_box .nav_a_box .nav_a.active a { color: #FFFFFF; } .container .nav_box .nav_a_box .nav_a #kaohe_ul { box-sizing: border-box; position: absolute; width: 100%; z-index: 999999; display: none; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li { margin-top: 5px ; height: 40px; background-color: #FFFFFF ; text-align: center; box-shadow: 0 0 8px #BBBBBB; box-sizing: border-box; font-weight: normal; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li a { height: 40px; line-height: 40px; font-size: 15px; color: #000000; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li:hover { background-color: #cc0001; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li:hover a { color: #FFFFFF; } .content { width: 100%; position: absolute; top: 220px; right: 50px; z-index: 100; box-sizing: border-box; } .content .right_box { background-color: #FFFFFF; position: relative; box-sizing: border-box; float: right; width: 260px; overflow: auto; border: solid 1px #bbbbbb; min-height: 500px; max-height: 1000px; box-shadow: 0 0 10px 2px #BBBBBB; } .content .right_box .right_tit { width: 100%; height: 40px; background-color: #cc0001; color: #FFFFFF; font-size: 18px; line-height: 40px; color: #000000; text-align: center; } .content .right_box .mid_text { width: 100%; height: 40px; background-color: #66FFFF; color: #FFFFFF; font-size: 18px; line-height: 40px; color: #000000; text-align: center; } .content .right_box .apply_info_btn1 { position: relative; } .content .right_box .apply_info_btn2 { position: relative; } .container .content .right_box { position: absolute; right: 20px; top: -230px background-color: #FFFFFF; box-sizing: border-box; box-shadow: 0 0 10px 2px #BBBBBB; float: left; width: 792px; min-height: 450px; max-height: 1000px; overflow: auto; margin-left: 10px; } .container .content .right_box .tb_name { text-align: center; color: #000000; font-size: 15px; } .container .content .right_box #other_btn { position: relative; right: 10px; bottom: 10px; } .content .right_box .WB_cardwrap { margin: 0 0 10px 0; box-shadow: 0 0 2px rgba(0,0,0,0.2); border-radius: 2px; } .content .right_box .W_person_info { height: 165px; overflow: hidden; } .content .right_box .W_person_info .cover { position: relative; height: 75px; background-repeat: no-repeat; z-index: 1; } .content .right_box .W_person_info .cover .headpic { width: 60px; height: 60px; padding: 3px; background: rgba(255,255,255,0.3); border-radius: 50%; position: absolute; bottom: -20px; left: 43%; margin-left: -30px; } .content .right_box .WB_main_r { width: 280px; margin-right: 10px; position: relative; } .content .right_box .W_person_info .WB_innerwrap { /*margin: 0;*/ padding: 16px 16px 9px 16px; } .content .right_box .W_person_info .nameBox { height: 14px; line-height: 16px; padding-top: 5px; text-align:center; } .content .right_box .user_atten { height: 34px; overflow: hidden; margin: 10px 0 0 0; } .content .right_box .user_atten li { float: left; width: 65px; text-align: center; border-right-width: 1px; border-right-style: solid; } .content .right_box .S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: #d9d9d9; } .content .right_box .user_atten li:last-child { border: 0; } //detail #main ul { _height: 1%; width: 800px; overflow: auto; } ol, ul { margin-top: 0; margin-bottom: 10px; list-style: none; } * { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px; } #main ul li { border: 1px solid #CCC; float: left; display: inline; list-style: none; margin: 6px 0; background: #FFF; margin-bottom: 10px; margin-right: 30px; } #main_wrapper #main_header_logo { height: auto; margin: 0 auto 10px; line-height: 1px; width: 980px; } .nav_bar { margin: auto; width: 980px; background-color: #F8CBCB; } .nav_bar .nav_item, .nav_bar .nav_cur { display: inline-block; zoom: 1; height: 32px; vertical-align: top; } .nav_bar .nav_item, .nav_bar .nav_cur { display: inline-block; zoom: 1; height: 32px; vertical-align: top; } #main { width: 1190px; margin: auto; } #main { position: relative; height: auto; overflow: hidden; } .floor1 { margin-top: 30px; } .w1190 { width: 1190px; margin: 0 auto; } .ibody { font-family: 宋体, 微软雅黑, arial; border-width: 1px; border-style: solid; border-color: rgb(220, 220, 220); border-image: initial; background: url(http://tb2.bdstatic.com/tb/static-itieba3/img/ibg_f2378a1.png) right top repeat-y; } .w978 { clear: both; width: 978px; _width: 980px; margin: 0 auto; } .clearfix { zoom: 1; } .fleft { float: left; } .w750 { width: 750px; } #follow .user { height: 85px; padding-top: 15px; border-bottom: #ccc dashed 1px; } #follow .user .left { float: left; width: 65px; } .face_link { background: #FFF; border: 1px solid #D4D4D4; height: 50px; margin-left: auto; margin-right: auto; text-align: center; width: 50px; } #follow .user .mid { float: left; line-height: 23px; } #follow .user .right { float: right; width: 75px; } #aside_person_info { margin: 5px 10px 10px; padding-bottom: 20px; border-bottom: 1px solid #D0DBED; } .fright { float: right; } .w228 { width: 228px; } .right_set { float: right; } .aside_p_info_head { border-bottom: solid 1px #d0dbed; font-size: 12px; line-height: 25px; } .aside_p_info_head .a_p_title { font-weight: 700; } .aside_person_info_wraper { margin: 10px 0 15px; overflow: hidden; width: 100%; } .aside_userface_border { border: 1px solid #D4D4D4; padding: 1px; background: #fff; text-align: center; width: 64px; height: 64px; } .aside_userface_wraper { float: left; margin-top: 5px; } .aside_user_profile { float: left; margin-left: 9px; } .aside_user_name { font-weight: 700; } .aside_user_fans { margin-top: 5px; } .H_title { font-size: 40px; font-weight: bold; color: #f25a66; padding-left: 24px; text-align: center; display:block; } .txt_area { font-family: 宋体, 微软雅黑, arial; border-width: 1px; border-style: solid; border-color: rgb(220, 220, 220); border-image: initial; background: url(http://tb2.bdstatic.com/tb/static-itieba3/img/ibg_f2378a1.png) right top repeat-y; } .follow-btn { width: 69px; height: 25px; line-height: 25px; background-color:#660066; color: #fff; border: 1px solid #e5e5e5; -moz-border-radius: 18.5px 0 0 18.5px; -o-border-radius: 18.5px 0 0 18.5px; -webkit-border-radius: 18.5px 0 0 18.5px; border-radius: 18.5px 0 0 18.5px; } .newdyn { position: relative; float: right; bottom: 5px; margin-right: 30px; } .aside .right_box { position: absolute; right: 80px; background-color: #fff; width: 260px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); padding-top: 20px; margin-bottom: 20px; } .aside dl.inf_bar dt { width: 60px; height: 60px; margin-right: 10px; overflow: visible; position: relative; margin: 0 auto; } .aside dl.inf_bar dt span.medals { display: block; width: 25px; height: 25px; position: absolute; bottom: -12px; left: 17px; z-index: 3; } #main ul li span.jb{ font: "微软雅黑"; font-size: 12px; } .aside dl.inf_bar dd h3 { font-size: 14px; color: #4f4f4f; font-weight: bold; line-height: 26px; padding: 3px 0; margin: -5px 0 10px; height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 220px; text-align: center; } .aside dl.inf_bar .ddodd .ao{ margin: 0 auto; display: block; vertical-align:middle; } .aside dl.inf_bar .ddodd{ margin: 0 0 22px 20px; } .aside .inf_number_box { text-align: center; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px; height:190px; } .aside .inf_number_box dl { display: inline-block; width: 22%; text-align: center; } .aside dl.inf_bar dt span.medals .icon { width: 25px; height: 25px; vertical-align: -.15em; fill: currentColor; overflow: hidden; } .btn-redborder-small { display: inline-block; height: 24px; border-radius: 4px; min-width: 52px; line-height: 22px; text-align: center; font-size: 14px; color: #e41d1d; padding: 0 20px; border: 1px solid #de686d; background: #f3f7f9; } .aside .inf_number_box dl dt { font-size: 14px; color: #788087; margin-bottom: 6px; } .aside .inf_number_box dl dd { font-size: 14px; color: #4f4f4f; width: 100%; font-weight: bold; overflow: hidden; } .aside .inf_number_box dl dd a{ font-size: 14px; width: 100%; font-weight: bold; overflow: hidden; } .aside dl.inf_bar dt img.avatar_pic { width: 60px; height: 60px; border-radius: 50%; border: solid 1px #e4edf4; } .seat{ text-align: left; font:"微软雅黑"; font-size: 14px; } .asidee .right_box { position: absolute; background-color: #fff; width: 260px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); padding-top: 20px; margin-bottom: 20px; height:355px; } .asidee dl.inf_bar { margin: 0 0 22px 20px; } .asidee dl.inf_bar dt { float: left; width: 60px; height: 60px; margin-right: 10px; overflow: visible; position: relative; } .asidee dl.inf_bar dt span.medals { display: block; width: 25px; height: 25px; position: absolute; bottom: -12px; left: 17px; z-index: 3; } .asidee dl.inf_bar dd h3 { font-size: 14px; color: #4f4f4f; font-weight: bold; line-height: 26px; padding: 3px 0; margin: -5px 0 10px; height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 181px; } .asidee .inf_number_box { text-align: center; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px; height:190px; } .asidee .inf_number_box dl { display: inline-block; width: 22%; text-align: center; } .asidee dl.inf_bar dt span.medals .icon { width: 25px; height: 25px; vertical-align: -.15em; fill: currentColor; overflow: hidden; } .asidee .inf_number_box dl dt { font-size: 14px; color: #788087; margin-bottom: 6px; } .asidee .inf_number_box dl dd { font-size: 14px; color: #4f4f4f; width: 100%; font-weight: bold; overflow: hidden; } .asidee .inf_number_box dl dd a{ font-size: 14px; width: 100%; font-weight: bold; overflow: hidden; } .asidee dl.inf_bar dt img.avatar_pic { width: 60px; height: 60px; border-radius: 50%; border: solid 1px #e4edf4; } .asidee.seat{ font:"微软雅黑"; font-size: 14px; } #main ul li.render { align-content: center; } .pagination { width: 293px; margin-left: auto; margin-right: auto; display:block; } .WB_frame_c { width: 1200px; font-size: 12px; position: relative; margin: 0 auto; } .WB_tab_b .inner { height: 38px; border-bottom-width: 1px; border-bottom-style: solid; padding: 0 6px; font-size: 12px; } .PCD_connectlist .follow_box .follow_inner { padding: 1px 16px 16px; overflow: hidden; font-size: 12px; } .PCD_connectlist .follow_box .follow_item { position: relative; margin-top: -1px; padding: 16px 0; border-top-width: 1px; border-top-style: solid; font-size: 12px; } .PCD_connectlist .follow_box .mod_pic { float: left; padding-right: 15px; font-size: 12px; } .PCD_connectlist .follow_box .mod_info { margin-left: 65px; vertical-align: top; zoom: 1; font-size: 12px; } .PCD_connectlist .follow_box .opt_box { position: absolute; top: 16px; right: 0px; font-size: 0; } .S_bg2, blockquote, .W_btn_b, .W_input, .SW_fun_bg { background-color: #fff; } body, legend, .W_input:focus, .S_txt1, .W_btn_b, .SW_fun .S_func1 { color: #333; text-decoration: none; } .W_f14 { font-size: 14px; font-weight: bold; } address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; } .S_line2 { border-color: #f2f2f5; } .PCD_connectlist .follow_box .info_connect, .PCD_connectlist .follow_box .info_add, .PCD_connectlist .follow_box .info_intro, .PCD_connectlist .follow_box .info_relation, .PCD_connectlist .follow_box .info_from, .PCD_connectlist .follow_box .info_recent { margin-top: 8px; } .PCD_connectlist .follow_box .info_connect .conn_type { padding: 0 10px 0 0; } .PCD_connectlist .follow_box .info_connect .W_vline { display: inline; width: auto; padding: 0 10px; } .S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: #d9d9d9; } .W_vline { border-left-width: 1px; border-left-style: solid; width: 0; overflow: hidden; } .WB_frame_a, .WB_frame_a_fix, .WB_frame_b, .WB_frame_c, .WB_frame_d, .WB_main_l, .WB_main_c, .WB_main_r, .WB_main_cr, .WB_main_a, .WB_toptips { letter-spacing: normal; word-spacing: normal; vertical-align: top; font-size: 12px; } .S_txt2, .W_input, .W_btn_b_disable, .W_btn_b_disable:hover { color: #808080; text-decoration: none; } .PCD_connectlist .follow_box .mod_pic img { border-radius: 50%; } .node{ position: relative; float: right; margin-bottom: 20px; } .txt_seat{ text-align: left; word-wrap:break-word; width:260px; } .menu { height: 38px; clear: both; display: block; font-family: "Microsoft YaHei" !important; margin: 0 auto; } .menu li { float: left; line-height: 38px; text-align: center; font-size: 14px; margin-right: 20px; }
public/static/index/index1.css
.container { position: relative; width: 1024px; height: 800px; margin: 0 auto; } .container .nav_box { width: 100%; height: 130px; } .container .nav_box .nav_tit { width: 100%; height: 45px; background: url(../img/top.jpg) no-repeat center; box-shadow: 0 0 10px #BBBBBB; text-align: center; position: relative; } .container .nav_box .nav_tit p { line-height: 45px; font-size: 25px; color: #FFFFFF; font-weight: bold; } .container .nav_box .nav_tit #user_name { position: absolute; right: 25px; top: 16px; font-size: 16px; color: #000000; } .container .nav_box .nav_tit #user_name #logout_btn { font-size: 14px; padding-left: 8px; cursor: pointer; text-decoration: none; } .container .nav_box .nav_a_box { background: #FFFFFF; position: relative; height: 50px; box-sizing: border-box; margin: 20px auto; width: 960px; } .container .nav_box .nav_a_box .nav_a { width: 120px; position: relative; cursor: pointer; box-sizing: border-box; float: left; height: 50px; line-height: 50px; font-size: 16px; text-align: center ; box-shadow: 0 0 8px #BBBBBB; transition: margin-top 1s, height 1s, padding-top 1s; } .container .nav_box .nav_a_box .nav_a a { text-decoration: none; display: block; height: 50px; color: #000000; } .container .nav_box .nav_a_box .nav_a:hover, .container .nav_box .nav_a_box .nav_a.active { background-color: #cc0001; font-weight: bold; margin-top: -8px; height: 58px; padding-top: 8px; } .container .nav_box .nav_a_box .nav_a:hover a, .container .nav_box .nav_a_box .nav_a.active a { color: #FFFFFF; } .container .nav_box .nav_a_box .nav_a #kaohe_ul { box-sizing: border-box; position: absolute; width: 100%; z-index: 999999; display: none; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li { margin-top: 5px ; height: 40px; background-color: #FFFFFF ; text-align: center; box-shadow: 0 0 8px #BBBBBB; box-sizing: border-box; font-weight: normal; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li a { height: 40px; line-height: 40px; font-size: 15px; color: #000000; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li:hover { background-color: #cc0001; } .container .nav_box .nav_a_box .nav_a #kaohe_ul li:hover a { color: #FFFFFF; } .content { width: 100%; position: absolute; top: 220px; right: 50px; z-index: 100; box-sizing: border-box; } .content .right_box { background-color: #FFFFFF; position: relative; box-sizing: border-box; float: right; width: 260px; overflow: auto; border: solid 1px #bbbbbb; min-height: 500px; max-height: 1000px; box-shadow: 0 0 10px 2px #BBBBBB; } .content .right_box .right_tit { width: 100%; height: 40px; background-color: #cc0001; color: #FFFFFF; font-size: 18px; line-height: 40px; color: #000000; text-align: center; } .content .right_box .mid_text { width: 100%; height: 40px; background-color: #66FFFF; color: #FFFFFF; font-size: 18px; line-height: 40px; color: #000000; text-align: center; } .content .right_box .apply_info_btn1 { position: relative; } .content .right_box .apply_info_btn2 { position: relative; } .container .content .right_box { position: absolute; right: 20px; top: -230px background-color: #FFFFFF; box-sizing: border-box; box-shadow: 0 0 10px 2px #BBBBBB; float: left; width: 792px; min-height: 450px; max-height: 1000px; overflow: auto; margin-left: 10px; } .container .content .right_box .tb_name { text-align: center; color: #000000; font-size: 15px; } .container .content .right_box #other_btn { position: relative; right: 10px; bottom: 10px; } .content .right_box .WB_cardwrap { margin: 0 0 10px 0; box-shadow: 0 0 2px rgba(0,0,0,0.2); border-radius: 2px; } .content .right_box .W_person_info { height: 165px; overflow: hidden; } .content .right_box .W_person_info .cover { position: relative; height: 75px; background-repeat: no-repeat; z-index: 1; } .content .right_box .W_person_info .cover .headpic { width: 60px; height: 60px; padding: 3px; background: rgba(255,255,255,0.3); border-radius: 50%; position: absolute; bottom: -20px; left: 43%; margin-left: -30px; } .content .right_box .WB_main_r { width: 280px; margin-right: 10px; position: relative; } .content .right_box .W_person_info .WB_innerwrap { /*margin: 0;*/ padding: 16px 16px 9px 16px; } .content .right_box .W_person_info .nameBox { height: 14px; line-height: 16px; padding-top: 5px; text-align:center; } .content .right_box .user_atten { height: 34px; overflow: hidden; margin: 10px 0 0 0; } .content .right_box .user_atten li { float: left; width: 65px; text-align: center; border-right-width: 1px; border-right-style: solid; } .content .right_box .S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: #d9d9d9; } .content .right_box .user_atten li:last-child { border: 0; } //detail #main ul { _height: 1%; width: 800px; overflow: auto; } ol, ul { margin-top: 0; margin-bottom: 10px; list-style: none; } * { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px; } #main ul li { border: 1px solid #CCC; float: left; display: inline; list-style: none; margin: 6px 0; background: #FFF; margin-bottom: 10px; margin-right: 30px; } #main_wrapper #main_header_logo { height: auto; margin: 0 auto 10px; line-height: 1px; width: 980px; } .nav_bar { margin: auto; width: 980px; background-color: #F8CBCB; } .nav_bar .nav_item, .nav_bar .nav_cur { display: inline-block; zoom: 1; height: 32px; vertical-align: top; } .nav_bar .nav_item, .nav_bar .nav_cur { display: inline-block; zoom: 1; height: 32px; vertical-align: top; } #main { width: 1190px; margin: auto; } #main { position: relative; height: auto; overflow: hidden; } .floor1 { margin-top: 30px; } .w1190 { width: 1190px; margin: 0 auto; } .ibody { font-family: 宋体, 微软雅黑, arial; border-width: 1px; border-style: solid; border-color: rgb(220, 220, 220); border-image: initial; background: url(http://tb2.bdstatic.com/tb/static-itieba3/img/ibg_f2378a1.png) right top repeat-y; } .w978 { clear: both; width: 978px; _width: 980px; margin: 0 auto; } .clearfix { zoom: 1; } .fleft { float: left; } .w750 { width: 750px; } #follow .user { height: 85px; padding-top: 15px; border-bottom: #ccc dashed 1px; } #follow .user .left { float: left; width: 65px; } .face_link { background: #FFF; border: 1px solid #D4D4D4; height: 50px; margin-left: auto; margin-right: auto; text-align: center; width: 50px; } #follow .user .mid { float: left; line-height: 23px; } #follow .user .right { float: right; width: 75px; } #aside_person_info { margin: 5px 10px 10px; padding-bottom: 20px; border-bottom: 1px solid #D0DBED; } .fright { float: right; } .w228 { width: 228px; } .right_set { float: right; } .aside_p_info_head { border-bottom: solid 1px #d0dbed; font-size: 12px; line-height: 25px; } .aside_p_info_head .a_p_title { font-weight: 700; } .aside_person_info_wraper { margin: 10px 0 15px; overflow: hidden; width: 100%; } .aside_userface_border { border: 1px solid #D4D4D4; padding: 1px; background: #fff; text-align: center; width: 64px; height: 64px; } .aside_userface_wraper { float: left; margin-top: 5px; } .aside_user_profile { float: left; margin-left: 9px; } .aside_user_name { font-weight: 700; } .aside_user_fans { margin-top: 5px; } .H_title { font-size: 40px; font-weight: bold; color: #f25a66; padding-left: 24px; text-align: center; display:block; } .txt_area { font-family: 宋体, 微软雅黑, arial; border-width: 1px; border-style: solid; border-color: rgb(220, 220, 220); border-image: initial; background: url(http://tb2.bdstatic.com/tb/static-itieba3/img/ibg_f2378a1.png) right top repeat-y; } .follow-btn { width: 69px; height: 25px; line-height: 25px; background-color:#660066; color: #fff; border: 1px solid #e5e5e5; -moz-border-radius: 18.5px 0 0 18.5px; -o-border-radius: 18.5px 0 0 18.5px; -webkit-border-radius: 18.5px 0 0 18.5px; border-radius: 18.5px 0 0 18.5px; } .newdyn { position: relative; float: right; bottom: 5px; margin-right: 30px; } .aside .right_box { position: absolute; right: 80px; background-color: #fff; width: 260px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); padding-top: 20px; margin-bottom: 20px; } .aside dl.inf_bar dt { width: 60px; height: 60px; margin-right: 10px; overflow: visible; position: relative; margin: 0 auto; } .aside dl.inf_bar dt span.medals { display: block; width: 25px; height: 25px; position: absolute; bottom: -12px; left: 17px; z-index: 3; } #main ul li span.jb{ font: "微软雅黑"; font-size: 12px; } .aside dl.inf_bar dd h3 { font-size: 14px; color: #4f4f4f; font-weight: bold; line-height: 26px; padding: 3px 0; margin: -5px 0 10px; height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 220px; text-align: center; } .aside dl.inf_bar .ddodd .ao{ margin: 0 auto; display: block; vertical-align:middle; } .aside dl.inf_bar .ddodd{ margin: 0 0 22px 20px; } .aside .inf_number_box { text-align: center; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px; height:190px; } .aside .inf_number_box dl { display: inline-block; width: 22%; text-align: center; } .aside dl.inf_bar dt span.medals .icon { width: 25px; height: 25px; vertical-align: -.15em; fill: currentColor; overflow: hidden; } .btn-redborder-small { display: inline-block; height: 24px; border-radius: 4px; min-width: 52px; line-height: 22px; text-align: center; font-size: 14px; color: #e41d1d; padding: 0 20px; border: 1px solid #de686d; background: #f3f7f9; } .aside .inf_number_box dl dt { font-size: 14px; color: #788087; margin-bottom: 6px; } .aside .inf_number_box dl dd { font-size: 14px; color: #4f4f4f; width: 100%; font-weight: bold; overflow: hidden; } .aside .inf_number_box dl dd a{ font-size: 14px; width: 100%; font-weight: bold; overflow: hidden; } .aside dl.inf_bar dt img.avatar_pic { width: 60px; height: 60px; border-radius: 50%; border: solid 1px #e4edf4; } .seat{ text-align: left; font:"微软雅黑"; font-size: 14px; } .asidee .right_box { position: absolute; background-color: #fff; width: 260px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); padding-top: 20px; margin-bottom: 20px; height:355px; } .asidee dl.inf_bar { margin: 0 0 22px 20px; } .asidee dl.inf_bar dt { float: left; width: 60px; height: 60px; margin-right: 10px; overflow: visible; position: relative; } .asidee dl.inf_bar dt span.medals { display: block; width: 25px; height: 25px; position: absolute; bottom: -12px; left: 17px; z-index: 3; } .asidee dl.inf_bar dd h3 { font-size: 14px; color: #4f4f4f; font-weight: bold; line-height: 26px; padding: 3px 0; margin: -5px 0 10px; height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 181px; } .asidee .inf_number_box { text-align: center; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px; height:190px; } .asidee .inf_number_box dl { display: inline-block; width: 22%; text-align: center; } .asidee dl.inf_bar dt span.medals .icon { width: 25px; height: 25px; vertical-align: -.15em; fill: currentColor; overflow: hidden; } .asidee .inf_number_box dl dt { font-size: 14px; color: #788087; margin-bottom: 6px; } .asidee .inf_number_box dl dd { font-size: 14px; color: #4f4f4f; width: 100%; font-weight: bold; overflow: hidden; } .asidee .inf_number_box dl dd a{ font-size: 14px; width: 100%; font-weight: bold; overflow: hidden; } .asidee dl.inf_bar dt img.avatar_pic { width: 60px; height: 60px; border-radius: 50%; border: solid 1px #e4edf4; } .asidee.seat{ font:"微软雅黑"; font-size: 14px; } #main ul li.render { align-content: center; } .pagination { width: 293px; margin-left: auto; margin-right: auto; display:block; } .WB_frame_c { width: 1200px; font-size: 12px; position: relative; margin: 0 auto; } .WB_tab_b .inner { height: 38px; border-bottom-width: 1px; border-bottom-style: solid; padding: 0 6px; font-size: 12px; } .PCD_connectlist .follow_box .follow_inner { padding: 1px 16px 16px; overflow: hidden; font-size: 12px; } .PCD_connectlist .follow_box .follow_item { position: relative; margin-top: -1px; padding: 16px 0; border-top-width: 1px; border-top-style: solid; font-size: 12px; } .PCD_connectlist .follow_box .mod_pic { float: left; padding-right: 15px; font-size: 12px; } .PCD_connectlist .follow_box .mod_info { margin-left: 65px; vertical-align: top; zoom: 1; font-size: 12px; } .PCD_connectlist .follow_box .opt_box { position: absolute; top: 16px; right: 0px; font-size: 0; } .S_bg2, blockquote, .W_btn_b, .W_input, .SW_fun_bg { background-color: #fff; } body, legend, .W_input:focus, .S_txt1, .W_btn_b, .SW_fun .S_func1 { color: #333; text-decoration: none; } .W_f14 { font-size: 14px; font-weight: bold; } address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; } .S_line2 { border-color: #f2f2f5; } .PCD_connectlist .follow_box .info_connect, .PCD_connectlist .follow_box .info_add, .PCD_connectlist .follow_box .info_intro, .PCD_connectlist .follow_box .info_relation, .PCD_connectlist .follow_box .info_from, .PCD_connectlist .follow_box .info_recent { margin-top: 8px; } .PCD_connectlist .follow_box .info_connect .conn_type { padding: 0 10px 0 0; } .PCD_connectlist .follow_box .info_connect .W_vline { display: inline; width: auto; padding: 0 10px; } .S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: #d9d9d9; } .W_vline { border-left-width: 1px; border-left-style: solid; width: 0; overflow: hidden; } .WB_frame_a, .WB_frame_a_fix, .WB_frame_b, .WB_frame_c, .WB_frame_d, .WB_main_l, .WB_main_c, .WB_main_r, .WB_main_cr, .WB_main_a, .WB_toptips { letter-spacing: normal; word-spacing: normal; vertical-align: top; font-size: 12px; } .S_txt2, .W_input, .W_btn_b_disable, .W_btn_b_disable:hover { color: #808080; text-decoration: none; } .PCD_connectlist .follow_box .mod_pic img { border-radius: 50%; } .node{ position: relative; float: right; margin-bottom: 20px; } .txt_seat{ text-align: left; word-wrap:break-word; width:260px; } .menu { height: 38px; clear: both; display: block; font-family: "Microsoft YaHei" !important; margin: 0 auto; } .menu li { float: left; line-height: 38px; text-align: center; font-size: 14px; margin-right: 20px; }
0.40698
0.059374
.comment-toggle { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-toggle .comment-toggle-input { display: none } .comment-toggle .comment-toggle-input:checked+.comment-toggle-icon { background-color: #2aa0ff } .comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before { margin-left: 11px } .comment-toggle .comment-toggle-icon { display: block; width: 32px; height: 20px; background-color: #434343; border-radius: 10px; box-sizing: border-box; cursor: pointer; padding: 2.5px 3px; -webkit-transition: all .3s; transition: all .3s } .comment-toggle .comment-toggle-icon:before { -webkit-transition: all .3s; transition: all .3s; content: ""; display: block; width: 15px; height: 15px; border-radius: 50%; background-color: #fff } .comment-toggle .comment-toggle-button { display: block; color: #fff!important; background-color: #434343; border-radius: 2px; line-height: 20px; height: 20px; padding: 0 3px; font-size: 12px; cursor: pointer; margin: 0 5px } .comment { font: 13px/1.6 Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,sans-serif; min-height: 40px; margin: 5px auto; word-wrap: break-word } .comment .icon { max-width: 20px } .comment * { margin: 0; padding: 0; box-sizing: border-box } .comment b,.comment strong { font-weight: 700; color: #000 } .comment :focus { outline: none } .comment abbr[title] { text-decoration: none } .comment.loading { position: relative; background: url(https://a.disquscdn.com/next/embed/assets/img/loader-bg.173909e4737a7481df14d5492b5eeb48.png) no-repeat!important; display: block; height: 52px; width: 54px; margin: 20px auto; overflow: hidden; box-sizing: border-box } .comment.loading>* { display: none } .comment.loading:after { content: ""; display: block; box-sizing: border-box; width: 26px; height: 26px; position: absolute; top: 13px; left: 15px; border-width: 3px; border-style: solid; border-color: rgba(51,54,58,.4) transparent; border-radius: 13px; -webkit-transform-origin: 50% 50% 0; transform-origin: 50% 50% 0; -webkit-animation: disqus-loader-spinner-animation .7s infinite linear!important; animation: disqus-loader-spinner-animation .7s infinite linear!important } .comment.guestbook .comment-header { display: none } .comment-box { margin: 20px 0 } .comment-box,.comment-header { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-header { height: 36px; line-height: 36px; font-weight: 700; font-size: 15px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 2px solid #e7e9ee; color: #656c7a } .comment-header .comment-header-item { display: inline-block; border-bottom: 2px solid #656c7a; margin-bottom: -2px; padding: 0 7px } .comment-header .comment-show { position: relative; color: #2a2e2e; cursor: pointer; display: none } .comment-header .comment-header-count,.comment-header .comment-show { width: 120px; text-align: center; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; text-transform: capitalize } .comment-header .comment-header-count { display: inline-block } .comment-header .comment-header-count:after { content: " "; display: block; height: 2px; position: absolute; bottom: -2px; left: 0; right: 0; background: #2e9fff } .comment-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .placeholder { color: #7f919e; line-height: 30px; font-size: 12px; position: absolute; top: 7px; left: 10px; right: 9px; white-space: nowrap; text-overflow: ellipsis; cursor: text; overflow: hidden } .comment-form-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 2px solid #dbdfe4; border-radius: 4px; width: 100% } .comment-actions,.comment-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-actions { background: #f6f8f9; border-radius: 0 0 2px 2px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 0; -webkit-transition: opacity .2s linear; transition: opacity .2s linear; opacity: 0; filter: alpha(opacity=0); visibility: hidden } .comment-actions .comment-actions-group { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative } .comment-actions .comment-actions-input { display: none } .comment-actions .comment-actions-input[type=checkbox]:checked+.comment-actions-label .icon { fill: #1d2f3a } .comment-actions .comment-actions-label { display: inline-block; width: 34px; height: 34px; cursor: pointer } .comment-actions .comment-actions-label .icon { height: 18px; margin: 8px; display: inline-block; color: #737474; cursor: pointer; fill: #c2c6cc; -webkit-transition: all .2s; transition: all .2s } .comment-actions .comment-actions-label:hover .icon { fill: #1d2f3a!important } .comment-actions .exit { display: none } .comment-actions .emojione-list { cursor: default; position: absolute; opacity: 0; filter: alpha(opacity=0); visibility: hidden; list-style: none; width: 125px; height: 125px; background-color: hsla(0,0%,100%,.96); padding: 5px 0 0 5px; border-radius: 2px; border: 2px solid #c2c6cc; top: -125px; left: -2px; margin-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-actions .emojione-item { position: relative; height: 24px; width: 24px; margin: 0 5px 5px 0 } .comment-actions .emojione-item:before { content: ""; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 4 } .comment-actions .emojione-item-image { height: 22px; width: 22px } .comment-actions .comment-actions-input[type=checkbox]:checked+.emojione .emojione-list { opacity: 1; filter: alpha(opacity=100); visibility: visible!important } .expanded .comment-image { display: -webkit-box; display: -ms-flexbox; display: flex } .expanded .comment-image .comment-image-progress { position: relative; height: 80px; width: 0; background: url("https://a.disquscdn.com/next/embed/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif") 50% no-repeat; margin: 0 5px; overflow: hidden } .expanded .comment-image .comment-image-progress:before { position: absolute; content: ""; display: block; top: 55px; bottom: 20px; left: 0; right: 0; height: 5px; width: 100%; background-color: #dbdfe4 } .expanded .comment-image .comment-image-progress .comment-image-loaded { position: absolute; background-color: #7f919e; top: 55px; left: 0; right: 0; bottom: 20px; height: 5px; width: 0 } .expanded .comment-image .comment-image-list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex } .expanded .comment-image .comment-image-item { height: 80px; margin-left: 5px; position: relative; border-radius: 3px; overflow: hidden } .expanded .comment-image .comment-image-item:before { overflow: hidden; line-height: 0; height: 0; -webkit-transition: all .3s; transition: all .3s; content: "\70B9\51FB\79FB\9664"; display: block; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; font-size: 12px; background-color: rgba(0,0,0,.5); line-height: 25px; color: #fff } .expanded .comment-image .comment-image-item:hover:before { height: 25px } .expanded .comment-image .comment-image-item .comment-image-object { height: 100%; border-radius: 3px; overflow: hidden } .expanded .comment-image .comment-image-item.loading .comment-image-object { width: 20px; margin: 0 30px } .comment-form-wrapper .tips,.expanded .comment-image .comment-image-item.loading:before { display: none } .comment-form-wrapper.editing+.comment-login { opacity: 1; height: auto; margin-top: 10px } .comment-form-wrapper.editing .comment-form-textarea { font: 13px/15px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei; height: 74px } .comment-form-wrapper.editing .comment-image { -webkit-transition: padding-bottom .15s ease-in-out; transition: padding-bottom .15s ease-in-out; background-color: rgba(16,48,68,.03) } .comment-form-wrapper.editing .comment-actions { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border-top: 2px solid #dbdfe4; opacity: 1; height: 36px; filter: alpha(opacity=100); visibility: visible!important } .comment-form-wrapper.editing .comment-actions-form { -webkit-transition: all .3s .5s; transition: all .3s .5s; margin: 87px -2px -2px } .comment-form-wrapper.editing .comment-form-submit { opacity: 1 } .comment-form-wrapper.editing { position: relative; display: block } .comment-form-wrapper.editing .comment-tips { position: absolute; width: 125px; height: 70px; font-size: 12px; border-radius: 4px; top: 50%; margin-top: -35px; left: -125px; background-color: #fff; border: 2px solid #c2c6cc; padding: 5px; line-height: 15px; display: none; cursor: text } .comment-form-wrapper.editing .comment-tips:before { content: ""; width: 0; height: 0; position: absolute; right: -8px; top: 50%; margin-top: -8px; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent #c2c6cc } .comment-form-wrapper.editing .comment-tips:after { content: ""; width: 0; height: 0; position: absolute; right: -5px; top: 50%; margin-top: -5px; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent #fff } .comment-form-wrapper.editing #tips-input:checked+.tips .comment-tips { display: block } .comment-form-wrapper.focus { border: 2px solid #c2c6cc } .comment-form-wrapper.focus .comment-actions { border-top: 2px solid #c2c6cc } .comment-form-wrapper.focus .comment-actions .comment-actions-label .icon { fill: #656c7a } .comment-form-wrapper.focus.expanded .comment-image { border-top: 2px solid #c2c6cc } .comment-form-wrapper.expanded .comment-image { border-top: 2px solid #dbdfe4; padding: 10px 0 8px } .comment-form-wrapper.logged-in .comment-form-submit { border-radius: 0 0 4px; -webkit-transition: none; transition: none; opacity: 1 } .comment-form-wrapper.logged-in .comment-actions-form { margin: 0; -webkit-transition: all .5s; transition: all .5s } .comment-form-wrapper.logged-in+.comment-login { height: 0; opacity: 0; margin-top: -40px } .comment-form-wrapper.logged-in .tips { display: none } .comment-form-wrapper.logged-in .exit { display: block } .comment-form-wrapper .comment-form-textarea { width: 100%; display: block; border: none; overflow: auto; color: #2a2e2e; cursor: text; resize: none; height: 44px; font: 18px/30px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei; padding: 7px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .comment-actions-form { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-actions-form .comment-form-submit { z-index: 1; border: none; opacity: 0; margin: -2px; white-space: nowrap; border-radius: 4px; height: 38px; width: 80px; display: inline-block; background-color: rgba(29,47,58,.6); cursor: pointer; line-height: 38px } .comment-actions-form .comment-form-submit .icon { margin: 9px; fill: #fff; cursor: pointer; width: 20px; height: 20px } .comment-actions-form .comment-form-submit:hover { background-color: rgba(29,47,58,.75) } .comment-login { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 0; -webkit-transition: all .5s .2s; transition: all .5s .2s; height: 0; margin: -40px -5px 40px; overflow: hidden; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-thread-form { text-align: center; color: #656c7a; line-height: 32px; font-size: 14px } .comment-thread-form .comment-form-submit { background-color: rgba(29,47,58,.6); border: none; white-space: nowrap; border-radius: 4px; height: 38px; width: 120px; display: inline-block; cursor: pointer; line-height: 38px; margin: 10px 0; color: #fff; font-size: 15px } .comment-thread-form .comment-form-submit:hover { background-color: rgba(29,47,58,.75) } .comment-form-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px 0 } .comment-form-item .comment-form-label { display: block; height: 32px; line-height: 32px; font-size: 14px; color: #656c7a; width: 80px; text-align: right; font-weight: 700 } .comment-form-item .comment-form-textarea { background-color: #fff; border: 2px solid #dbdfe4; -webkit-transition: all .2s linear; transition: all .2s linear; padding: 2px 10px; border-radius: 4px; font-size: 13px; height: 64px; margin: 0 5px; width: 30px; line-height: 20px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .comment-form-item .comment-form-textarea:focus { border: 2px solid #c2c6cc } .comment-form-input { background-color: #fff; border: 2px solid #dbdfe4; -webkit-transition: all .2s linear; transition: all .2s linear; padding: 0 10px; border-radius: 4px; font-size: 13px; height: 32px; margin: 0 5px; width: 30px; line-height: 32px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .comment-form-input:focus { border: 2px solid #c2c6cc } .comment-item-children,.comment-list { text-align: left; list-style: none; padding-left: 0; margin-left: 0; line-height: 20px } .comment-avatar,.comment-item-avatar { display: block; width: 48px; height: 48px; margin-right: 12px } .comment-avatar img,.comment-item-avatar img { border-radius: 3px; width: 48px; height: 48px } @-webkit-keyframes disqus-loader-spinner-animation { 0% { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes disqus-loader-spinner-animation { 0% { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } .comment-list { font-size: 13px } .comment-list p { margin: 0 } .comment-list a { text-decoration: none; color: #0095dd } .comment-list a[href="javascript:void(0);"] { color: #000; cursor: default } .comment-list #comment-preview { opacity: .6 } .comment-list .comment-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px } .comment-list .comment-item .comment-item { margin-bottom: 0 } .comment-list .comment-item-header { line-height: 1.2; color: #c2c6cc } .comment-list .comment-item-header .comment-item-time { color: #7f919e; word-spacing: -2px; font-weight: 500 } .comment-list .comment-item-header .comment-item-cancel,.comment-list .comment-item-header .comment-item-name { color: #0095dd; font-weight: 700; border-bottom: none } .comment-list .comment-item-header .comment-item-name[href^=javascript] { cursor: text; color: #000 } .comment-list .comment-item-header .comment-item-reply { color: #656c7a; font-weight: 500; border-bottom: none } .comment-list .comment-item-images { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -5px; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-list .comment-item-images .comment-item-imagelink { height: 100px; margin: 0 5px } .comment-list .comment-item-images .comment-item-imagelink:hover { border-bottom: none } .comment-list .comment-item-images .comment-item-image { height: 100% } .comment-list .comment-item.transparent { opacity: .4 } .comment-list .comment-item-content { min-height: 40px; padding: 5px 0; font-size: 13px } .comment-list .comment-item-content .at { padding-right: 4px } .comment-list .comment-item-content .comment-item-content { min-height: 20px } .comment-list .comment-item-content img.emojione { width: 22px; height: 22px; margin: 0 3px } .comment-list .comment-box { margin: 6px 0 } .comment-list .comment-avatar,.comment-list .comment-avatar-image,.comment-list .comment-item-children .comment-item-avatar,.comment-list .comment-item-children .comment-item-avatar img { width: 36px; height: 36px; margin-right: 6px } .comment-list .comment-form-textarea { height: 32px; padding: 5px; line-height: 22px; font-size: 15px } .comment-list .comment-item-main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .comment-list .comment-item-children .comment-item-children .comment-item-children .comment-box,.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-item-children { margin-left: -42px } .comment-loadmore { font-weight: 500; display: block; text-align: center; padding: 11px 14px; background-color: rgba(29,47,58,.6); color: #fff!important; line-height: 1.1; border-radius: 3px; -webkit-transition: background .2s; transition: background .2s; text-shadow: none } .comment-loadmore:hover { background-color: rgba(29,47,58,.7); border-bottom: none!important } .comment-loadmore.loading { background-color: #edeff2; color: #444!important; cursor: wait } @media screen and (max-width:450px) { .comment-item .comment-item-children .comment-box,.comment-item .comment-item-children .comment-item-children { margin-left: 0!important } .comment-item .at,.comment-item .comment-avatar,.comment-item .comment-item-children .comment-item-avatar { display: none } } .emojione .tips { display: none!important }
web/css/disqus-proxy.css
.comment-toggle { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-toggle .comment-toggle-input { display: none } .comment-toggle .comment-toggle-input:checked+.comment-toggle-icon { background-color: #2aa0ff } .comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before { margin-left: 11px } .comment-toggle .comment-toggle-icon { display: block; width: 32px; height: 20px; background-color: #434343; border-radius: 10px; box-sizing: border-box; cursor: pointer; padding: 2.5px 3px; -webkit-transition: all .3s; transition: all .3s } .comment-toggle .comment-toggle-icon:before { -webkit-transition: all .3s; transition: all .3s; content: ""; display: block; width: 15px; height: 15px; border-radius: 50%; background-color: #fff } .comment-toggle .comment-toggle-button { display: block; color: #fff!important; background-color: #434343; border-radius: 2px; line-height: 20px; height: 20px; padding: 0 3px; font-size: 12px; cursor: pointer; margin: 0 5px } .comment { font: 13px/1.6 Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,sans-serif; min-height: 40px; margin: 5px auto; word-wrap: break-word } .comment .icon { max-width: 20px } .comment * { margin: 0; padding: 0; box-sizing: border-box } .comment b,.comment strong { font-weight: 700; color: #000 } .comment :focus { outline: none } .comment abbr[title] { text-decoration: none } .comment.loading { position: relative; background: url(https://a.disquscdn.com/next/embed/assets/img/loader-bg.173909e4737a7481df14d5492b5eeb48.png) no-repeat!important; display: block; height: 52px; width: 54px; margin: 20px auto; overflow: hidden; box-sizing: border-box } .comment.loading>* { display: none } .comment.loading:after { content: ""; display: block; box-sizing: border-box; width: 26px; height: 26px; position: absolute; top: 13px; left: 15px; border-width: 3px; border-style: solid; border-color: rgba(51,54,58,.4) transparent; border-radius: 13px; -webkit-transform-origin: 50% 50% 0; transform-origin: 50% 50% 0; -webkit-animation: disqus-loader-spinner-animation .7s infinite linear!important; animation: disqus-loader-spinner-animation .7s infinite linear!important } .comment.guestbook .comment-header { display: none } .comment-box { margin: 20px 0 } .comment-box,.comment-header { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-header { height: 36px; line-height: 36px; font-weight: 700; font-size: 15px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 2px solid #e7e9ee; color: #656c7a } .comment-header .comment-header-item { display: inline-block; border-bottom: 2px solid #656c7a; margin-bottom: -2px; padding: 0 7px } .comment-header .comment-show { position: relative; color: #2a2e2e; cursor: pointer; display: none } .comment-header .comment-header-count,.comment-header .comment-show { width: 120px; text-align: center; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; text-transform: capitalize } .comment-header .comment-header-count { display: inline-block } .comment-header .comment-header-count:after { content: " "; display: block; height: 2px; position: absolute; bottom: -2px; left: 0; right: 0; background: #2e9fff } .comment-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .placeholder { color: #7f919e; line-height: 30px; font-size: 12px; position: absolute; top: 7px; left: 10px; right: 9px; white-space: nowrap; text-overflow: ellipsis; cursor: text; overflow: hidden } .comment-form-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 2px solid #dbdfe4; border-radius: 4px; width: 100% } .comment-actions,.comment-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-actions { background: #f6f8f9; border-radius: 0 0 2px 2px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 0; -webkit-transition: opacity .2s linear; transition: opacity .2s linear; opacity: 0; filter: alpha(opacity=0); visibility: hidden } .comment-actions .comment-actions-group { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative } .comment-actions .comment-actions-input { display: none } .comment-actions .comment-actions-input[type=checkbox]:checked+.comment-actions-label .icon { fill: #1d2f3a } .comment-actions .comment-actions-label { display: inline-block; width: 34px; height: 34px; cursor: pointer } .comment-actions .comment-actions-label .icon { height: 18px; margin: 8px; display: inline-block; color: #737474; cursor: pointer; fill: #c2c6cc; -webkit-transition: all .2s; transition: all .2s } .comment-actions .comment-actions-label:hover .icon { fill: #1d2f3a!important } .comment-actions .exit { display: none } .comment-actions .emojione-list { cursor: default; position: absolute; opacity: 0; filter: alpha(opacity=0); visibility: hidden; list-style: none; width: 125px; height: 125px; background-color: hsla(0,0%,100%,.96); padding: 5px 0 0 5px; border-radius: 2px; border: 2px solid #c2c6cc; top: -125px; left: -2px; margin-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-actions .emojione-item { position: relative; height: 24px; width: 24px; margin: 0 5px 5px 0 } .comment-actions .emojione-item:before { content: ""; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 4 } .comment-actions .emojione-item-image { height: 22px; width: 22px } .comment-actions .comment-actions-input[type=checkbox]:checked+.emojione .emojione-list { opacity: 1; filter: alpha(opacity=100); visibility: visible!important } .expanded .comment-image { display: -webkit-box; display: -ms-flexbox; display: flex } .expanded .comment-image .comment-image-progress { position: relative; height: 80px; width: 0; background: url("https://a.disquscdn.com/next/embed/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif") 50% no-repeat; margin: 0 5px; overflow: hidden } .expanded .comment-image .comment-image-progress:before { position: absolute; content: ""; display: block; top: 55px; bottom: 20px; left: 0; right: 0; height: 5px; width: 100%; background-color: #dbdfe4 } .expanded .comment-image .comment-image-progress .comment-image-loaded { position: absolute; background-color: #7f919e; top: 55px; left: 0; right: 0; bottom: 20px; height: 5px; width: 0 } .expanded .comment-image .comment-image-list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex } .expanded .comment-image .comment-image-item { height: 80px; margin-left: 5px; position: relative; border-radius: 3px; overflow: hidden } .expanded .comment-image .comment-image-item:before { overflow: hidden; line-height: 0; height: 0; -webkit-transition: all .3s; transition: all .3s; content: "\70B9\51FB\79FB\9664"; display: block; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; font-size: 12px; background-color: rgba(0,0,0,.5); line-height: 25px; color: #fff } .expanded .comment-image .comment-image-item:hover:before { height: 25px } .expanded .comment-image .comment-image-item .comment-image-object { height: 100%; border-radius: 3px; overflow: hidden } .expanded .comment-image .comment-image-item.loading .comment-image-object { width: 20px; margin: 0 30px } .comment-form-wrapper .tips,.expanded .comment-image .comment-image-item.loading:before { display: none } .comment-form-wrapper.editing+.comment-login { opacity: 1; height: auto; margin-top: 10px } .comment-form-wrapper.editing .comment-form-textarea { font: 13px/15px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei; height: 74px } .comment-form-wrapper.editing .comment-image { -webkit-transition: padding-bottom .15s ease-in-out; transition: padding-bottom .15s ease-in-out; background-color: rgba(16,48,68,.03) } .comment-form-wrapper.editing .comment-actions { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border-top: 2px solid #dbdfe4; opacity: 1; height: 36px; filter: alpha(opacity=100); visibility: visible!important } .comment-form-wrapper.editing .comment-actions-form { -webkit-transition: all .3s .5s; transition: all .3s .5s; margin: 87px -2px -2px } .comment-form-wrapper.editing .comment-form-submit { opacity: 1 } .comment-form-wrapper.editing { position: relative; display: block } .comment-form-wrapper.editing .comment-tips { position: absolute; width: 125px; height: 70px; font-size: 12px; border-radius: 4px; top: 50%; margin-top: -35px; left: -125px; background-color: #fff; border: 2px solid #c2c6cc; padding: 5px; line-height: 15px; display: none; cursor: text } .comment-form-wrapper.editing .comment-tips:before { content: ""; width: 0; height: 0; position: absolute; right: -8px; top: 50%; margin-top: -8px; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent #c2c6cc } .comment-form-wrapper.editing .comment-tips:after { content: ""; width: 0; height: 0; position: absolute; right: -5px; top: 50%; margin-top: -5px; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent #fff } .comment-form-wrapper.editing #tips-input:checked+.tips .comment-tips { display: block } .comment-form-wrapper.focus { border: 2px solid #c2c6cc } .comment-form-wrapper.focus .comment-actions { border-top: 2px solid #c2c6cc } .comment-form-wrapper.focus .comment-actions .comment-actions-label .icon { fill: #656c7a } .comment-form-wrapper.focus.expanded .comment-image { border-top: 2px solid #c2c6cc } .comment-form-wrapper.expanded .comment-image { border-top: 2px solid #dbdfe4; padding: 10px 0 8px } .comment-form-wrapper.logged-in .comment-form-submit { border-radius: 0 0 4px; -webkit-transition: none; transition: none; opacity: 1 } .comment-form-wrapper.logged-in .comment-actions-form { margin: 0; -webkit-transition: all .5s; transition: all .5s } .comment-form-wrapper.logged-in+.comment-login { height: 0; opacity: 0; margin-top: -40px } .comment-form-wrapper.logged-in .tips { display: none } .comment-form-wrapper.logged-in .exit { display: block } .comment-form-wrapper .comment-form-textarea { width: 100%; display: block; border: none; overflow: auto; color: #2a2e2e; cursor: text; resize: none; height: 44px; font: 18px/30px Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,Microsoft YaHei; padding: 7px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .comment-actions-form { display: -webkit-box; display: -ms-flexbox; display: flex } .comment-actions-form .comment-form-submit { z-index: 1; border: none; opacity: 0; margin: -2px; white-space: nowrap; border-radius: 4px; height: 38px; width: 80px; display: inline-block; background-color: rgba(29,47,58,.6); cursor: pointer; line-height: 38px } .comment-actions-form .comment-form-submit .icon { margin: 9px; fill: #fff; cursor: pointer; width: 20px; height: 20px } .comment-actions-form .comment-form-submit:hover { background-color: rgba(29,47,58,.75) } .comment-login { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 0; -webkit-transition: all .5s .2s; transition: all .5s .2s; height: 0; margin: -40px -5px 40px; overflow: hidden; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-thread-form { text-align: center; color: #656c7a; line-height: 32px; font-size: 14px } .comment-thread-form .comment-form-submit { background-color: rgba(29,47,58,.6); border: none; white-space: nowrap; border-radius: 4px; height: 38px; width: 120px; display: inline-block; cursor: pointer; line-height: 38px; margin: 10px 0; color: #fff; font-size: 15px } .comment-thread-form .comment-form-submit:hover { background-color: rgba(29,47,58,.75) } .comment-form-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px 0 } .comment-form-item .comment-form-label { display: block; height: 32px; line-height: 32px; font-size: 14px; color: #656c7a; width: 80px; text-align: right; font-weight: 700 } .comment-form-item .comment-form-textarea { background-color: #fff; border: 2px solid #dbdfe4; -webkit-transition: all .2s linear; transition: all .2s linear; padding: 2px 10px; border-radius: 4px; font-size: 13px; height: 64px; margin: 0 5px; width: 30px; line-height: 20px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .comment-form-item .comment-form-textarea:focus { border: 2px solid #c2c6cc } .comment-form-input { background-color: #fff; border: 2px solid #dbdfe4; -webkit-transition: all .2s linear; transition: all .2s linear; padding: 0 10px; border-radius: 4px; font-size: 13px; height: 32px; margin: 0 5px; width: 30px; line-height: 32px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto } .comment-form-input:focus { border: 2px solid #c2c6cc } .comment-item-children,.comment-list { text-align: left; list-style: none; padding-left: 0; margin-left: 0; line-height: 20px } .comment-avatar,.comment-item-avatar { display: block; width: 48px; height: 48px; margin-right: 12px } .comment-avatar img,.comment-item-avatar img { border-radius: 3px; width: 48px; height: 48px } @-webkit-keyframes disqus-loader-spinner-animation { 0% { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes disqus-loader-spinner-animation { 0% { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } .comment-list { font-size: 13px } .comment-list p { margin: 0 } .comment-list a { text-decoration: none; color: #0095dd } .comment-list a[href="javascript:void(0);"] { color: #000; cursor: default } .comment-list #comment-preview { opacity: .6 } .comment-list .comment-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px } .comment-list .comment-item .comment-item { margin-bottom: 0 } .comment-list .comment-item-header { line-height: 1.2; color: #c2c6cc } .comment-list .comment-item-header .comment-item-time { color: #7f919e; word-spacing: -2px; font-weight: 500 } .comment-list .comment-item-header .comment-item-cancel,.comment-list .comment-item-header .comment-item-name { color: #0095dd; font-weight: 700; border-bottom: none } .comment-list .comment-item-header .comment-item-name[href^=javascript] { cursor: text; color: #000 } .comment-list .comment-item-header .comment-item-reply { color: #656c7a; font-weight: 500; border-bottom: none } .comment-list .comment-item-images { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -5px; -ms-flex-wrap: wrap; flex-wrap: wrap } .comment-list .comment-item-images .comment-item-imagelink { height: 100px; margin: 0 5px } .comment-list .comment-item-images .comment-item-imagelink:hover { border-bottom: none } .comment-list .comment-item-images .comment-item-image { height: 100% } .comment-list .comment-item.transparent { opacity: .4 } .comment-list .comment-item-content { min-height: 40px; padding: 5px 0; font-size: 13px } .comment-list .comment-item-content .at { padding-right: 4px } .comment-list .comment-item-content .comment-item-content { min-height: 20px } .comment-list .comment-item-content img.emojione { width: 22px; height: 22px; margin: 0 3px } .comment-list .comment-box { margin: 6px 0 } .comment-list .comment-avatar,.comment-list .comment-avatar-image,.comment-list .comment-item-children .comment-item-avatar,.comment-list .comment-item-children .comment-item-avatar img { width: 36px; height: 36px; margin-right: 6px } .comment-list .comment-form-textarea { height: 32px; padding: 5px; line-height: 22px; font-size: 15px } .comment-list .comment-item-main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .comment-list .comment-item-children .comment-item-children .comment-item-children .comment-box,.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-item-children { margin-left: -42px } .comment-loadmore { font-weight: 500; display: block; text-align: center; padding: 11px 14px; background-color: rgba(29,47,58,.6); color: #fff!important; line-height: 1.1; border-radius: 3px; -webkit-transition: background .2s; transition: background .2s; text-shadow: none } .comment-loadmore:hover { background-color: rgba(29,47,58,.7); border-bottom: none!important } .comment-loadmore.loading { background-color: #edeff2; color: #444!important; cursor: wait } @media screen and (max-width:450px) { .comment-item .comment-item-children .comment-box,.comment-item .comment-item-children .comment-item-children { margin-left: 0!important } .comment-item .at,.comment-item .comment-avatar,.comment-item .comment-item-children .comment-item-avatar { display: none } } .emojione .tips { display: none!important }
0.272315
0.078078
*{ margin:0; padding: 0; text-decoration:none; font-family: 'Ubuntu', sans-serif; box-sizing:border-box; } html{ scroll-behavior: smooth; } ::selection{ background-color: #48dbfb60; } ::-webkit-scrollbar{ width: 10px; background-color: #f1f1f1; } ::-webkit-scrollbar-thumb{ background-color: #353b48; } .navbar{ position:fixed; background-color:snow; width:100%; padding:30px 0; top:0; z-index:999; transition:.3s linear; } .inner-width{ max-width:1300px; margin:auto; padding:0 40px; } .navbar .inner-width{ display:flex; align-items:center; justify-content: space-between; } .logo{ width:90px; height:90px; background-image:url(../img/mcleandavid_logo.png); background-repeat:no-repeat; background-size:contain; } .menu-toggler{ background:none; width:30px; border:none; cursor:pointer; position: relative; outline:none; z-index:999; display:none; } .menu-toggler span{ display:block; height:3px; background-color: #eb3349; margin:6px 0; position:relative; transition: .3s linear; } .navbar-menu a{ color: slategray; font-size:15px; font-weight:500; margin-left:30px; transition: .2s linear; } .navbar-menu a:hover{ color:#eb3349!important; } .sticky{ background-color:#fff; padding:18px 0; } .sticky .logo{ background-image:url(../img/mcleandavid_logo.png); } .sticky .navbar-menu a{ color:slategray; } #home{ height:100vh; min-height:500px; background-image:linear-gradient(145deg,#eb3349,#f45c43, #ee7752, #e73c7e); background-size:300%; background-attachment:fixed; animation: bganimation 15s ease infinite; } @keyframes bganimation { 0%{ background-position:0% 50%; } 50%{ background-position:100% 50%; } 100%{ background-position:0% 50%; } } #home .inner-width{ display:flex; align-items:center; justify-content:center; height:100%; text-align:center; } #home .content{ width:100%; color:#f1f1f1; } #home .content h1{ font-size:60px; margin-bottom:60px; } #home .content h1::after{ content:"à votre service"; animation:textanim 10s linear infinite; } @keyframes textanim{ 25%{ content:" un Développeur"; } 50%{ content:" un Concepteur"; } 75%{ content:" un Webmaster"; } } .sm a{ color:#fff; font-size:22px; margin:0 10px; transition: .2s linear; } .sm a:hover{ color:#353b48; } #home .btn{ margin-top:60px; } #home .btn a{ display: inline-block; margin:15px 30px; color:#f1f1f1; font-size:15px; font-weight: 500; width:180px; border:1px solid #F1f1f1; padding: 14px 0; border-radius: 6px; transition: .2s linear; } #home .btn a:hover, #home .btn a:nth-child(2) { background-color:#353b48; color:#fff; } section{ padding:100px 0; background-color:#f1f1f1; } .section-title{ text-align:center; margin-bottom:80px; position: relative; font-size:26px; padding-bottom:20px; color:#eb3349; } .section-title::before{ content:""; position:absolute; width:80px; height:3px; background-color:#111; bottom:0; left:calc(50% - 40px); } .section-title::after{ content:""; position:absolute; width:16px; height:10px; background-color:#eb3349; border:4px solid #f1f1f1; left:calc(50% - 12px); bottom:-7px; } .about-content{ display:flex; align-items:center; flex-wrap: wrap; } .about-pic{ width:200px; border-radius:50%; margin-right:100px; border:3px dotted #eb3349; } .about-text{ flex:1; } .about-text h3 { margin:10px 0; color:#444; font-size:16px; } .about-text h3 span:nth-child(1):after, .about-text h3 span:nth-child(2):after{ content:""; width:6px; height:6px; background-color:#444; display:inline-block; border-radius:50%; margin:0 14px; } .about-text p{ font-size:17px; text-align:justify; line-height:26px; margin-top:20px; } .skills{ margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; } .skill{ width: calc(50% - 20px); margin: 15px 0; } .skill-info{ display: flex; justify-content: space-between; } .skill-bar{ height: 3px; background-color: #ddd; margin-top: 14px; position: relative; } .skill-bar::after{ content: ""; position: absolute; height: 6px; background-color: #f45c43; bottom: 0; } .html:after{ width: 90%; } .css:after{ width: 80%; } .js:after{ width: 70%; } .php:after{ width: 60%; } .sql:after{ width: 50%; } .cs:after{ width: 40%; } section.dark{ background-color: #353b48; } section.dark .section-title{ color: #f1f1f1; } section.dark .section-title::before{ background-color: #f1f1f1; } section.dark .section-title::after{ border: 4px solid #353b48; } .services { display:flex; justify-content: space-between; flex-wrap:wrap; } .service{ width:calc(33% - 20px); text-align:center; border:1px solid #f45c43; border-radius:6px; margin:20px 0; padding:40px 20px; color:#fff; cursor:pointer; transition:.3s linear; } .service .icon{ color:#f45c43; font-size:40px; margin-bottom:20px; transition:.3s linear; } .service h4{ font-size:16px; margin-bottom:6px; } .service:hover{ background-image:linear-gradient(#eb3349,#f45c43); } .service:hover .icon{ color:#fff; } .time-line,.works{ display:flex; justify-content:space-between; flex-wrap:wrap; } .block { width: calc(50% - 20px); background-color: #fff; border: 1px solid #ddd; margin: 10px 0; padding: 30px; position: relative; } .block::before{ content:""; position:absolute; width: 1px; height: 120%; background-color: #ddd; left:-20px; top:50%; transform:translateY(-50%); } .block::after{ content:""; position: absolute; width:16px; height:16px; background-color:#eb3349; left:-28px; top:30px; border-radius:50%; } .block h3{ font-size:15px; color:#444; } .work{ width:calc(33% - 10px); overflow:hidden; border-radius:6px; margin:10px 0; cursor:pointer; position:relative; } .work img{ width:100%; height:100%; transition: .4s linear; } .work::before{ content:""; position: absolute; width: 100%; height:100%; z-index:1; background-image:linear-gradient(#eb3349,#f45c43); transition: .2s linear; opacity: 0; transform: scale(0); } .work .info { position: absolute; z-index:2; bottom:40px; left:40px; color:#fff; transition:.4s linear; opacity:0; } .work:hover img{ transform:scale(1.6) rotate(25deg); } .work:hover::before,.work:hover .info{ opacity:1; transform:scale(1); } .contact-info{ display:flex; justify-content: space-between; flex-wrap:wrap; margin-bottom:60px; } .contact-info .item{ width:calc(33% - 20px); height:160px; background-color:#353b48; color:#fff; text-align:center; border-radius:4px; cursor:pointer; transition: 3s linear; } .contact-info i{ display:block; font-size:40px; line-height:120px; height:100px; } .contact-info .item:hover{ background-image:linear-gradient(#eb3349,#f45c43); } .contact-form{ display:flex; justify-content: space-between; flex-wrap: wrap; } .contact-form input, .contact-form textarea{ width:100%; height:50px; margin:10px 0; background-color:#353b48; border:none; outline:none; padding:20px; border-radius:4px; color:#fff; } .nameZone,.emailZone{ max-width:calc(50% -10px); } .messageZone{ min-height:200px; resize:vertical; } .contact-form .btn{ width:180px; background-color:transparent; color:#eb3349; font-size:16px; border:2px solid #eb3349; padding:0; margin-left:auto; cursor:pointer; transition:.3s linear; } .contact-form .btn:hover{ background-image:linear-gradient(#eb3349,#f45c43); color:#fff; } footer{ background-image:linear-gradient(#eb3349,#f45c43); color:#fff; padding:80px0; text-align:center; } .copyright{ margin-bottom:20px; font-size:15px; } .copyright a{ font-size:16px; color:#000033; font-weight:500; } .goTop{ position: fixed; z-index: 999; bottom:40px; right:40px; width:40px; height:40px; background-image:linear-gradient(#eb3349,#f45c43); border:pointer; color:#fff; outline:none; display:none; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #ffff; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #ffff; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #ffff; } @media screen and (max-width: 980px){ .menu-toggler{ display:block; } .navbar-menu{ position:fixed; height:100vh; width:100%; background-color:#000033; top:0; right:-100%; max-width:400px; padding:80px 50px; transition:.3s linear; } .navbar-menu a { display:block; font-size:30px; margin:30px 0; } .sticky .navbar-menu{ background-color:#000033; } .navbar-menu.active{ right:0; } .menu-toggler.active span:nth-child(1){ transform:rotate(-45deg); top:4px; } .menu-toggler.active span:nth-child(2){ opacity:0; } .menu-toggler.active span:nth-child(3){ transform:rotate(45deg); bottom:14px; } .logo{ width:90px; height:40px; } .inner-width{ max-width:800px; } .about-pic{ margin: 0 auto 60px; } .about-text{ flex:100%; text-align: center; } .service{ width:calc(50% - 20px); } .block{ width: calc(100% - 20px); margin-left: auto; } .work{ width:calc(50% - 10px); } .contact-info .item{ width:100%; margin:10px 0; } } @media screen and (max-width:600px){ .inner-width{ padding:0 20px; } .skill{ width:100%; } .service{ width:100%; } .work{ width:100%; } .nameZone, .emailZone{ max-width:100%; } }
mcleandavid/css/style.css
*{ margin:0; padding: 0; text-decoration:none; font-family: 'Ubuntu', sans-serif; box-sizing:border-box; } html{ scroll-behavior: smooth; } ::selection{ background-color: #48dbfb60; } ::-webkit-scrollbar{ width: 10px; background-color: #f1f1f1; } ::-webkit-scrollbar-thumb{ background-color: #353b48; } .navbar{ position:fixed; background-color:snow; width:100%; padding:30px 0; top:0; z-index:999; transition:.3s linear; } .inner-width{ max-width:1300px; margin:auto; padding:0 40px; } .navbar .inner-width{ display:flex; align-items:center; justify-content: space-between; } .logo{ width:90px; height:90px; background-image:url(../img/mcleandavid_logo.png); background-repeat:no-repeat; background-size:contain; } .menu-toggler{ background:none; width:30px; border:none; cursor:pointer; position: relative; outline:none; z-index:999; display:none; } .menu-toggler span{ display:block; height:3px; background-color: #eb3349; margin:6px 0; position:relative; transition: .3s linear; } .navbar-menu a{ color: slategray; font-size:15px; font-weight:500; margin-left:30px; transition: .2s linear; } .navbar-menu a:hover{ color:#eb3349!important; } .sticky{ background-color:#fff; padding:18px 0; } .sticky .logo{ background-image:url(../img/mcleandavid_logo.png); } .sticky .navbar-menu a{ color:slategray; } #home{ height:100vh; min-height:500px; background-image:linear-gradient(145deg,#eb3349,#f45c43, #ee7752, #e73c7e); background-size:300%; background-attachment:fixed; animation: bganimation 15s ease infinite; } @keyframes bganimation { 0%{ background-position:0% 50%; } 50%{ background-position:100% 50%; } 100%{ background-position:0% 50%; } } #home .inner-width{ display:flex; align-items:center; justify-content:center; height:100%; text-align:center; } #home .content{ width:100%; color:#f1f1f1; } #home .content h1{ font-size:60px; margin-bottom:60px; } #home .content h1::after{ content:"à votre service"; animation:textanim 10s linear infinite; } @keyframes textanim{ 25%{ content:" un Développeur"; } 50%{ content:" un Concepteur"; } 75%{ content:" un Webmaster"; } } .sm a{ color:#fff; font-size:22px; margin:0 10px; transition: .2s linear; } .sm a:hover{ color:#353b48; } #home .btn{ margin-top:60px; } #home .btn a{ display: inline-block; margin:15px 30px; color:#f1f1f1; font-size:15px; font-weight: 500; width:180px; border:1px solid #F1f1f1; padding: 14px 0; border-radius: 6px; transition: .2s linear; } #home .btn a:hover, #home .btn a:nth-child(2) { background-color:#353b48; color:#fff; } section{ padding:100px 0; background-color:#f1f1f1; } .section-title{ text-align:center; margin-bottom:80px; position: relative; font-size:26px; padding-bottom:20px; color:#eb3349; } .section-title::before{ content:""; position:absolute; width:80px; height:3px; background-color:#111; bottom:0; left:calc(50% - 40px); } .section-title::after{ content:""; position:absolute; width:16px; height:10px; background-color:#eb3349; border:4px solid #f1f1f1; left:calc(50% - 12px); bottom:-7px; } .about-content{ display:flex; align-items:center; flex-wrap: wrap; } .about-pic{ width:200px; border-radius:50%; margin-right:100px; border:3px dotted #eb3349; } .about-text{ flex:1; } .about-text h3 { margin:10px 0; color:#444; font-size:16px; } .about-text h3 span:nth-child(1):after, .about-text h3 span:nth-child(2):after{ content:""; width:6px; height:6px; background-color:#444; display:inline-block; border-radius:50%; margin:0 14px; } .about-text p{ font-size:17px; text-align:justify; line-height:26px; margin-top:20px; } .skills{ margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; } .skill{ width: calc(50% - 20px); margin: 15px 0; } .skill-info{ display: flex; justify-content: space-between; } .skill-bar{ height: 3px; background-color: #ddd; margin-top: 14px; position: relative; } .skill-bar::after{ content: ""; position: absolute; height: 6px; background-color: #f45c43; bottom: 0; } .html:after{ width: 90%; } .css:after{ width: 80%; } .js:after{ width: 70%; } .php:after{ width: 60%; } .sql:after{ width: 50%; } .cs:after{ width: 40%; } section.dark{ background-color: #353b48; } section.dark .section-title{ color: #f1f1f1; } section.dark .section-title::before{ background-color: #f1f1f1; } section.dark .section-title::after{ border: 4px solid #353b48; } .services { display:flex; justify-content: space-between; flex-wrap:wrap; } .service{ width:calc(33% - 20px); text-align:center; border:1px solid #f45c43; border-radius:6px; margin:20px 0; padding:40px 20px; color:#fff; cursor:pointer; transition:.3s linear; } .service .icon{ color:#f45c43; font-size:40px; margin-bottom:20px; transition:.3s linear; } .service h4{ font-size:16px; margin-bottom:6px; } .service:hover{ background-image:linear-gradient(#eb3349,#f45c43); } .service:hover .icon{ color:#fff; } .time-line,.works{ display:flex; justify-content:space-between; flex-wrap:wrap; } .block { width: calc(50% - 20px); background-color: #fff; border: 1px solid #ddd; margin: 10px 0; padding: 30px; position: relative; } .block::before{ content:""; position:absolute; width: 1px; height: 120%; background-color: #ddd; left:-20px; top:50%; transform:translateY(-50%); } .block::after{ content:""; position: absolute; width:16px; height:16px; background-color:#eb3349; left:-28px; top:30px; border-radius:50%; } .block h3{ font-size:15px; color:#444; } .work{ width:calc(33% - 10px); overflow:hidden; border-radius:6px; margin:10px 0; cursor:pointer; position:relative; } .work img{ width:100%; height:100%; transition: .4s linear; } .work::before{ content:""; position: absolute; width: 100%; height:100%; z-index:1; background-image:linear-gradient(#eb3349,#f45c43); transition: .2s linear; opacity: 0; transform: scale(0); } .work .info { position: absolute; z-index:2; bottom:40px; left:40px; color:#fff; transition:.4s linear; opacity:0; } .work:hover img{ transform:scale(1.6) rotate(25deg); } .work:hover::before,.work:hover .info{ opacity:1; transform:scale(1); } .contact-info{ display:flex; justify-content: space-between; flex-wrap:wrap; margin-bottom:60px; } .contact-info .item{ width:calc(33% - 20px); height:160px; background-color:#353b48; color:#fff; text-align:center; border-radius:4px; cursor:pointer; transition: 3s linear; } .contact-info i{ display:block; font-size:40px; line-height:120px; height:100px; } .contact-info .item:hover{ background-image:linear-gradient(#eb3349,#f45c43); } .contact-form{ display:flex; justify-content: space-between; flex-wrap: wrap; } .contact-form input, .contact-form textarea{ width:100%; height:50px; margin:10px 0; background-color:#353b48; border:none; outline:none; padding:20px; border-radius:4px; color:#fff; } .nameZone,.emailZone{ max-width:calc(50% -10px); } .messageZone{ min-height:200px; resize:vertical; } .contact-form .btn{ width:180px; background-color:transparent; color:#eb3349; font-size:16px; border:2px solid #eb3349; padding:0; margin-left:auto; cursor:pointer; transition:.3s linear; } .contact-form .btn:hover{ background-image:linear-gradient(#eb3349,#f45c43); color:#fff; } footer{ background-image:linear-gradient(#eb3349,#f45c43); color:#fff; padding:80px0; text-align:center; } .copyright{ margin-bottom:20px; font-size:15px; } .copyright a{ font-size:16px; color:#000033; font-weight:500; } .goTop{ position: fixed; z-index: 999; bottom:40px; right:40px; width:40px; height:40px; background-image:linear-gradient(#eb3349,#f45c43); border:pointer; color:#fff; outline:none; display:none; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #ffff; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #ffff; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #ffff; } @media screen and (max-width: 980px){ .menu-toggler{ display:block; } .navbar-menu{ position:fixed; height:100vh; width:100%; background-color:#000033; top:0; right:-100%; max-width:400px; padding:80px 50px; transition:.3s linear; } .navbar-menu a { display:block; font-size:30px; margin:30px 0; } .sticky .navbar-menu{ background-color:#000033; } .navbar-menu.active{ right:0; } .menu-toggler.active span:nth-child(1){ transform:rotate(-45deg); top:4px; } .menu-toggler.active span:nth-child(2){ opacity:0; } .menu-toggler.active span:nth-child(3){ transform:rotate(45deg); bottom:14px; } .logo{ width:90px; height:40px; } .inner-width{ max-width:800px; } .about-pic{ margin: 0 auto 60px; } .about-text{ flex:100%; text-align: center; } .service{ width:calc(50% - 20px); } .block{ width: calc(100% - 20px); margin-left: auto; } .work{ width:calc(50% - 10px); } .contact-info .item{ width:100%; margin:10px 0; } } @media screen and (max-width:600px){ .inner-width{ padding:0 20px; } .skill{ width:100%; } .service{ width:100%; } .work{ width:100%; } .nameZone, .emailZone{ max-width:100%; } }
0.257672
0.045884
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */ article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */ display: block; } /** * Add the correct display in IE 9-. */ audio, canvas, progress, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */ template, /* 1 */ [hidden] { display: none; } /* Links ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /* Text-level semantics ========================================================================== */ /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /* Forms ========================================================================== */ /** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Restore the font weight unset by the previous rule. */ optgroup { font-weight: bold; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Correct the text style of placeholders in Chrome, Edge, and Safari. */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } .container { padding: 0 2px; position: relative; } .row { width: 100%; max-width: 1140px; min-width: 400px; margin: 0 auto; padding: 0.25em 0; *zoom: 1; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .col-12 { display: block; position: relative; float: left; width: 100%; margin-right: 3%; } .col-12:last-child { margin-right: 0; } .col-11 { display: block; position: relative; float: left; width: 91.41666667%; margin-right: 3%; } .col-11:last-child { margin-right: 0; } .col-10 { display: block; position: relative; float: left; width: 82.83333333%; margin-right: 3%; } .col-10:last-child { margin-right: 0; } .col-9 { display: block; position: relative; float: left; width: 74.25%; margin-right: 3%; } .col-9:last-child { margin-right: 0; } .col-8 { display: block; position: relative; float: left; width: 65.66666667%; margin-right: 3%; } .col-8:last-child { margin-right: 0; } .col-7 { display: block; position: relative; float: left; width: 57.08333333%; margin-right: 3%; } .col-7:last-child { margin-right: 0; } .col-6 { display: block; position: relative; float: left; width: 48.5%; margin-right: 3%; } .col-6:last-child { margin-right: 0; } .col-5 { display: block; position: relative; float: left; width: 39.91666667%; margin-right: 3%; } .col-5:last-child { margin-right: 0; } .col-4 { display: block; position: relative; float: left; width: 31.33333333%; margin-right: 3%; } .col-4:last-child { margin-right: 0; } .col-3 { display: block; position: relative; float: left; width: 22.75%; margin-right: 3%; } .col-3:last-child { margin-right: 0; } .col-2 { display: block; position: relative; float: left; width: 14.16666667%; margin-right: 3%; } .col-2:last-child { margin-right: 0; } .col-1 { display: block; position: relative; float: left; width: 5.58333333%; margin-right: 3%; } .col-1:last-child { margin-right: 0; } * { margin: 0px; padding: 0px; } #board { width: 800px; height: 50px; position: relative; float: right; } body { background-image: url("../images/table2.jpg"); display: inline; } #board > .container:nth-child(1) { width: 708px; position: relative; margin: 0 auto; background-image: url("../images/pokerSurface.jpg.png"); } .cards { width: 50px; height: 70px; position: relative; top: auto; left: auto; z-index: 10; border: 1px solid black; } .circle { width: 50px; height: 70px; background: red; position: relative; z-index: 100; bottom: 75px; left: 1px; } .hand { width: 300px; height: 100px; position: relative; left: 400px; top: 0px; } .col-2 { vertical-align: center; position: relative; top: 6px; margin: 8px; } .cards { border: 1px solid black; } .col-1 { height: 70px; width: 50px; background: white; } .circle1 { background: black; width: 50px; height: 70px; position: relative; z-index: 100; bottom: 75px; left: 1px; } header { height: 120px; text-align: center; background-image: url("../images/pokerSurface.jpg.png"); margin: 0; color: #A00000; font-size: 30px; font-family: 'Merriweather', serif; } header > .row { padding: 0; height: 120px; position: relative; bottom: 10px; } #bull { position: relative; float: left; height: 400px; width: 300px; background-image: url("../images/bulletinBoard2.jpeg"); left: 40px; top: 5px; display: block; } #bull > .row { min-width: 10px; width: 100px; } #bull > div:first-child { position: relative; top: 50px; left: 0px; height: 50px; width: 200px; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; font-family: 'Merriweather', serif; font-size: 20px; padding: 0; } #bull > div:first-child .col-4 { width: 100px; padding: 0; } #bull > div:first-child button { height: 50px; width: 200px; position: relative; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; } #bull > div:last-child { position: relative; top: 115px; left: 0px; height: 50px; width: 200px; background-image: url("../images/pokerSurface.jpg.png"); font-family: 'Merriweather', serif; font-size: 20px; padding: 0; } #bull > div:last-child .col-4 { width: 100px; padding: 0; } #bull > div:last-child button { height: 50px; width: 200px; position: relative; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; } .ruleList { position: absolute; height: 500px; width: 800px; text-align: center; left: 170px; top: 50px; background-color: #A00000; opacity: .98; border: 4px solid #333300; z-index: 300; color: #333300; } .ruleList h2 { font-size: 50px; font-family: 'Merriweather', serif; } .ruleList p { font-size: 20px; font-family: 'Merriweather', serif; text-align: left; padding: 5px 5px; margin: 0 10px; } .ruleList button { background-image: url("../images/pokerSurface.jpg.png"); width: 200px; height: 50px; position: relative; top: 70px; font-size: 20px; font-family: 'Merriweather', serif; color: #A00000; } .computerWon { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .computerWon h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .playerWon { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .playerWon h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .tie { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .tie h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .winnerReset1 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; } .winnerReset2 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; } .winnerReset3 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; }
css/style.css
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */ article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */ display: block; } /** * Add the correct display in IE 9-. */ audio, canvas, progress, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */ template, /* 1 */ [hidden] { display: none; } /* Links ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /* Text-level semantics ========================================================================== */ /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /* Forms ========================================================================== */ /** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Restore the font weight unset by the previous rule. */ optgroup { font-weight: bold; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Correct the text style of placeholders in Chrome, Edge, and Safari. */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } .container { padding: 0 2px; position: relative; } .row { width: 100%; max-width: 1140px; min-width: 400px; margin: 0 auto; padding: 0.25em 0; *zoom: 1; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .col-12 { display: block; position: relative; float: left; width: 100%; margin-right: 3%; } .col-12:last-child { margin-right: 0; } .col-11 { display: block; position: relative; float: left; width: 91.41666667%; margin-right: 3%; } .col-11:last-child { margin-right: 0; } .col-10 { display: block; position: relative; float: left; width: 82.83333333%; margin-right: 3%; } .col-10:last-child { margin-right: 0; } .col-9 { display: block; position: relative; float: left; width: 74.25%; margin-right: 3%; } .col-9:last-child { margin-right: 0; } .col-8 { display: block; position: relative; float: left; width: 65.66666667%; margin-right: 3%; } .col-8:last-child { margin-right: 0; } .col-7 { display: block; position: relative; float: left; width: 57.08333333%; margin-right: 3%; } .col-7:last-child { margin-right: 0; } .col-6 { display: block; position: relative; float: left; width: 48.5%; margin-right: 3%; } .col-6:last-child { margin-right: 0; } .col-5 { display: block; position: relative; float: left; width: 39.91666667%; margin-right: 3%; } .col-5:last-child { margin-right: 0; } .col-4 { display: block; position: relative; float: left; width: 31.33333333%; margin-right: 3%; } .col-4:last-child { margin-right: 0; } .col-3 { display: block; position: relative; float: left; width: 22.75%; margin-right: 3%; } .col-3:last-child { margin-right: 0; } .col-2 { display: block; position: relative; float: left; width: 14.16666667%; margin-right: 3%; } .col-2:last-child { margin-right: 0; } .col-1 { display: block; position: relative; float: left; width: 5.58333333%; margin-right: 3%; } .col-1:last-child { margin-right: 0; } * { margin: 0px; padding: 0px; } #board { width: 800px; height: 50px; position: relative; float: right; } body { background-image: url("../images/table2.jpg"); display: inline; } #board > .container:nth-child(1) { width: 708px; position: relative; margin: 0 auto; background-image: url("../images/pokerSurface.jpg.png"); } .cards { width: 50px; height: 70px; position: relative; top: auto; left: auto; z-index: 10; border: 1px solid black; } .circle { width: 50px; height: 70px; background: red; position: relative; z-index: 100; bottom: 75px; left: 1px; } .hand { width: 300px; height: 100px; position: relative; left: 400px; top: 0px; } .col-2 { vertical-align: center; position: relative; top: 6px; margin: 8px; } .cards { border: 1px solid black; } .col-1 { height: 70px; width: 50px; background: white; } .circle1 { background: black; width: 50px; height: 70px; position: relative; z-index: 100; bottom: 75px; left: 1px; } header { height: 120px; text-align: center; background-image: url("../images/pokerSurface.jpg.png"); margin: 0; color: #A00000; font-size: 30px; font-family: 'Merriweather', serif; } header > .row { padding: 0; height: 120px; position: relative; bottom: 10px; } #bull { position: relative; float: left; height: 400px; width: 300px; background-image: url("../images/bulletinBoard2.jpeg"); left: 40px; top: 5px; display: block; } #bull > .row { min-width: 10px; width: 100px; } #bull > div:first-child { position: relative; top: 50px; left: 0px; height: 50px; width: 200px; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; font-family: 'Merriweather', serif; font-size: 20px; padding: 0; } #bull > div:first-child .col-4 { width: 100px; padding: 0; } #bull > div:first-child button { height: 50px; width: 200px; position: relative; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; } #bull > div:last-child { position: relative; top: 115px; left: 0px; height: 50px; width: 200px; background-image: url("../images/pokerSurface.jpg.png"); font-family: 'Merriweather', serif; font-size: 20px; padding: 0; } #bull > div:last-child .col-4 { width: 100px; padding: 0; } #bull > div:last-child button { height: 50px; width: 200px; position: relative; background-image: url("../images/pokerSurface.jpg.png"); color: #A00000; } .ruleList { position: absolute; height: 500px; width: 800px; text-align: center; left: 170px; top: 50px; background-color: #A00000; opacity: .98; border: 4px solid #333300; z-index: 300; color: #333300; } .ruleList h2 { font-size: 50px; font-family: 'Merriweather', serif; } .ruleList p { font-size: 20px; font-family: 'Merriweather', serif; text-align: left; padding: 5px 5px; margin: 0 10px; } .ruleList button { background-image: url("../images/pokerSurface.jpg.png"); width: 200px; height: 50px; position: relative; top: 70px; font-size: 20px; font-family: 'Merriweather', serif; color: #A00000; } .computerWon { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .computerWon h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .playerWon { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .playerWon h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .tie { opacity: .98; position: absolute; height: 200px; width: 490px; z-index: 310; left: 500px; top: 250px; background-color: #A00000; display: block; border: 13px solid #CC9900; } .tie h1 { text-align: center; font-size: 60px; font-family: 'Merriweather', serif; } .winnerReset1 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; } .winnerReset2 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; } .winnerReset3 { font-size: 20px; font-family: 'Merriweather', serif; position: relative; left: 190px; }
0.588061
0.145297
.menu-wrap { position: fixed; top: 0; left: 0; z-index: 1; } .menu-wrap .toggler { position: absolute; top: 0; left: 0; z-index: 2; cursor: pointer; width: 50px; height: 50px; opacity: 0; } /* Hamburger-box */ /* CSS for checkbox */ .menu-wrap .hamburger { position: absolute; top: 0; left: 0; z-index: 1; width: 50px; height: 50px; padding: 1rem; background: var(--primary-color); display: flex; align-items: center; justify-content: center; } /* Hamburger lines - middle */ .menu-wrap .hamburger > div { position: relative; flex: none; width: 100%; height: 2px; background: #fff; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease-in; } /* Hamburger lines - Top and bottom */ .menu-wrap .hamburger > div::before, .menu-wrap .hamburger > div::after { content: ""; position: absolute; z-index: 1; top: -10px; width: 100%; height: 2px; background: inherit; } /* Moves line down (last line) */ .menu-wrap .hamburger > div::after { top: 10px; } /* Toggler animation */ .menu-wrap .toggler:checked + .hamburger > div { transform: rotate(135deg); } /* This turns lines into X */ .menu-wrap .toggler:checked + .hamburger > div::before, .menu-wrap .toggler:checked + .hamburger > div::after { top: 0; transform: rotate(90deg); } /* Rotate on hover when checked */ .menu-wrap .toggler:checked:hover + .hamburger > div { transform: rotate(225deg); } /* Show menu */ /* To perform this body on all the menu classes that are after menu-wrap/ preceded by menu-wrap (when menu-wraps toggler class is checked true) ~ */ .menu-wrap .toggler:checked ~ .menu { visibility: visible; } /* To get overlay background animation when checked */ .menu-wrap .toggler:checked ~ .menu > div { transform: scale(1); transition-duration: var(--menu-speed); } /* To get menu with animation when checked */ .menu-wrap .toggler:checked ~ .menu > div > div { opacity: 1; transition: opacity 0.4s ease 0.4s; } /* Initial position of menu is top-left but hidden */ .menu-wrap .menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; overflow: hidden; display: flex; align-items: center; justify-content: center; } .menu-wrap .menu > div { background-color: var(--overlay-color); border-radius: 50%; width: 200vw; height: 200vh; display: flex; flex: none; align-items: center; justify-content: center; transform: scale(0); /* Animation when hamburger checkbox is unchecked */ transition: all 0.4s ease; } .menu-wrap .menu > div > div { text-align: center; max-width: 90vw; max-height: 100vh; /* Inner menu */ opacity: 0; transition: opacity 0.4s ease; } .menu-wrap .menu > div > div > ul > li { list-style: none; color: #fff; font-size: 1.5rem; padding: 1rem; } .menu-wrap .menu > div > div > ul > li > a { color: inherit; text-decoration: none; transition: color 0.4s ease; } .menu-wrap .menu > div > div > ul > li > a:hover { color: var(--secondary-color); }
hamburger-menu/css/menu.css
.menu-wrap { position: fixed; top: 0; left: 0; z-index: 1; } .menu-wrap .toggler { position: absolute; top: 0; left: 0; z-index: 2; cursor: pointer; width: 50px; height: 50px; opacity: 0; } /* Hamburger-box */ /* CSS for checkbox */ .menu-wrap .hamburger { position: absolute; top: 0; left: 0; z-index: 1; width: 50px; height: 50px; padding: 1rem; background: var(--primary-color); display: flex; align-items: center; justify-content: center; } /* Hamburger lines - middle */ .menu-wrap .hamburger > div { position: relative; flex: none; width: 100%; height: 2px; background: #fff; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease-in; } /* Hamburger lines - Top and bottom */ .menu-wrap .hamburger > div::before, .menu-wrap .hamburger > div::after { content: ""; position: absolute; z-index: 1; top: -10px; width: 100%; height: 2px; background: inherit; } /* Moves line down (last line) */ .menu-wrap .hamburger > div::after { top: 10px; } /* Toggler animation */ .menu-wrap .toggler:checked + .hamburger > div { transform: rotate(135deg); } /* This turns lines into X */ .menu-wrap .toggler:checked + .hamburger > div::before, .menu-wrap .toggler:checked + .hamburger > div::after { top: 0; transform: rotate(90deg); } /* Rotate on hover when checked */ .menu-wrap .toggler:checked:hover + .hamburger > div { transform: rotate(225deg); } /* Show menu */ /* To perform this body on all the menu classes that are after menu-wrap/ preceded by menu-wrap (when menu-wraps toggler class is checked true) ~ */ .menu-wrap .toggler:checked ~ .menu { visibility: visible; } /* To get overlay background animation when checked */ .menu-wrap .toggler:checked ~ .menu > div { transform: scale(1); transition-duration: var(--menu-speed); } /* To get menu with animation when checked */ .menu-wrap .toggler:checked ~ .menu > div > div { opacity: 1; transition: opacity 0.4s ease 0.4s; } /* Initial position of menu is top-left but hidden */ .menu-wrap .menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; overflow: hidden; display: flex; align-items: center; justify-content: center; } .menu-wrap .menu > div { background-color: var(--overlay-color); border-radius: 50%; width: 200vw; height: 200vh; display: flex; flex: none; align-items: center; justify-content: center; transform: scale(0); /* Animation when hamburger checkbox is unchecked */ transition: all 0.4s ease; } .menu-wrap .menu > div > div { text-align: center; max-width: 90vw; max-height: 100vh; /* Inner menu */ opacity: 0; transition: opacity 0.4s ease; } .menu-wrap .menu > div > div > ul > li { list-style: none; color: #fff; font-size: 1.5rem; padding: 1rem; } .menu-wrap .menu > div > div > ul > li > a { color: inherit; text-decoration: none; transition: color 0.4s ease; } .menu-wrap .menu > div > div > ul > li > a:hover { color: var(--secondary-color); }
0.433981
0.052522
.yellow { color: #ff0 } .orange { color: #f15e22 } .orange2 { color: #ffc807 } .white { color: #fff } .gray { color: #a1a1a1 } #section1 .slogan-head { position: absolute; z-index: 5; /*width: 100%;*/ top: 220px; text-align: center; padding: 0 50px; color: #fff } ul li { list-style: none } button:focus, li:focus, :focus { outline: 0 !important } a { text-decoration: none !important } a:hover { text-decoration: none } .img-center { margin: 0 auto } .head-section { padding-bottom: 50px } div { -webkit-overflow-scrolling: touch } @font-face { font-family: 'superstorebold'; src: url('superstore_font/Superstore-Bold-webfont.eot'); src: url('superstore_font/Superstore-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('superstore_font/Superstore-Bold-webfont.woff2') format('woff2'), url('superstore_font/Superstore-Bold-webfont.woff') format('woff'), url('superstore_font/Superstore-Bold-webfont.ttf') format('truetype'), url('superstore_font/Superstore-Bold-webfont.svg#superstorebold') format('svg'); font-weight: 400; font-style: normal } @font-face { font-family: 'superstoreregular'; src: url('superstore_font/Superstore-Regular-webfont.eot'); src: url('superstore_font/Superstore-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('superstore_font/Superstore-Regular-webfont.woff2') format('woff2'), url('superstore_font/Superstore-Regular-webfont.woff') format('woff'), url('superstore_font/Superstore-Regular-webfont.ttf') format('truetype'), url('superstore_font/Superstore-Regular-webfont.svg#superstoreregular') format('svg'); font-weight: 400; font-style: normal } html { font-size: 62.5% } body { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #656463; font-size: 1.4rem; color: #535050; background: #000 } .mobile-nav { display: none } h1 { color: #f15e22; font-size: 24px; font-size: 2.4rem; font-weight: 700; text-align: center } .line-head { width: 65px; height: 1px; background: #a1a1a1; margin-bottom: 10px; clear: both; margin: 0 auto } .show_height { position: fixed; top: 200px; left: 200px; z-index: 999; color: red } .see-more { transition: all .5s ease } .see-more:hover { background: #f15e22 } .see-more a:hover { color: #fff !important } ::-webkit-input-placeholder { color: #fff } :-moz-placeholder { color: #fff } ::-moz-placeholder { color: #fff } :-ms-input-placeholder { color: #fff } .ruler-bar { height: 19000px; width: 87px; position: absolute; right: 0; top: 0; z-index: 10; background: url('../images/dash-page.png') } .nav-page { width: 30px; height: 160px; position: fixed; top: 50%; margin-top: -80px; right: 100px; z-index: 6 } .nav-page ul { width: 100%; background: #242424; position: absolute; height: 100%; border-radius: 5px; padding: 0; padding-left: 10px; margin: 0; padding-top: 10px } .nav-page ul li { width: 20px; height: 10px; margin-bottom: 20px; cursor: pointer; color: #fff; position: relative; transition: .5s all ease; padding: 5px 0 } .nav-page ul li:hover { background: #242424 } .nav-page ul li:hover > .dot, .nav-page ul li.active > .dot { background: #f15e22; position: absolute; left: -190px; transition: all 1s ease; z-index: 1 } .nav-page ul li > .dot { width: 10px; height: 10px; background: #b4b4b5; border-radius: 10px } .nav-page ul li > .menu { position: absolute; left: -200px; opacity: 0; top: -5px; width: 200px; background: #242424; transition: all 1s ease; padding: 5px 0 5px 30px; border-radius: 5px } .nav-page ul li:hover > .menu, .nav-page ul li.active > .menu { opacity: 1 } @media (max-width: 768px) { #section1 .slogan-head { top: 110px } .graphic, .nav-page { display: none } body { height: auto } .black { display: none } .mobile-nav { display: block; position: absolute; cursor: pointer; z-index: 1; right: 20px; top: 10px; font-size: 24px; color: #f15e22 } .nav-page, .ruler-bar { display: none } .bg-mobile { position: relative; display: block !important } .bg-mobile > .text { position: absolute; top: 45%; width: 100%; padding: 0 20px; text-align: center; font-size: 20px; font-weight: 700; color: #fff } #section1 { position: relative; width: 100%; height: 300px } #section1 > .warp-slide { width: 100%; height: auto; position: absolute; left: 0; top: 0; z-index: -1 } #section1 .slogan { float: right; padding-top: 0; color: #fff; text-align: center } #section1 .slogan img { width: 80%; margin: 0 auto } #contact { position: relative; width: 100%; height: auto; min-height: 1225px; z-index: 1 } #contact .copy-line { width: 100%; height: 1px; background: #f39670; margin: 0 0 20px 0; float: left } #contact .list-contact { float: left; width: 100%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 100%; padding-top: 0; font-size: 12px; padding-left: 0 } #contact .main-box-head { width: 100%; position: absolute; left: 0; top: 0; z-index: 2 } #contact .box-header { width: 210px; height: 210px; background: #a43c11; color: #fff; font-weight: 700; position: absolute; top: -50px; left: 50%; margin-left: -105px; font-size: 24px; padding: 20px; z-index: 10; padding-top: 130px } #contact > .graphic { display: none } #contact > .bg { width: 100%; min-height: 1050px; background: url('http://localhost/aluinch-dev/storage/images/bg-contact.jpg') center center; z-index: 1; position: relative; background-size: no-repeat; background-attachment: scroll; left: 0; top: 0 } #contact > .bg-orange { width: 100%; height: 100%; position: absolute; background: rgba(241, 94, 34, .9); left: 0; top: 0; z-index: 1 } #contact h2 { font-size: 14px; font-size: 1.4rem; font-weight: 700; color: #000 } #contact > .text-main { width: 616px; height: 112px; position: absolute; left: 50%; top: 60%; margin-left: -308px; margin-top: -66px; z-index: 1 } #contact .warp { width: 100%; position: relative; margin: 0 auto; padding-top: 0; padding: 40px 10px } #contact .warp-slide { width: 100%; position: relative; margin: 50px auto 0 auto; padding: 0 60px } #contact h1 { color: #fff } #contact .line-head { background: #fff } #contact .box-contact { width: 100%; float: left; padding: 180px 20px 0 20px; color: #fff; position: relative } #contact .form-contact { padding-top: 40px } #contact .media-body { padding-left: 10px } #contact .box-contact a { color: #ff0 } #contact .box-contact > .head { letter-spacing: 2px; font-size: 18px; padding-top: 100px } #contact .box-contact .map { cursor: pointer } #contact input[type=text] { width: 48%; margin-right: 2%; float: left; margin-bottom: 10px; border: 1px solid #fff; padding: 5px 10px; background: transparent; color: #fff } #contact textarea { background: transparent; color: #fff; border: 1px solid #fff; margin-bottom: 10px; width: 98%; margin-right: 2%; height: 100px; padding: 5px 10px } #contact .media { margin-bottom: 20px } #contact input[type=submit] { background: #fefbfb; float: left; padding: 7px 10px; color: #333; text-align: center; cursor: pointer; border: 0; font-weight: 700; margin-top: 20px } #contact .fb { position: relative; right: auto; bottom: auto; float: right; padding-top: 10px } .map-google { width: 100%; height: 400px; position: relative; bottom: auto; z-index: 1 } #contact .copy { font-size: 11px; padding: 50px 0; width: 50%; float: left } .contact-clear { display: none } .see-more { margin: 30px auto !important } .bg, .bg2, #section2 .warp, .text-main { display: none } .desktop { display: none } .mobile, #contact .bg { display: block } } @media (max-width: 767px) { header { position: fixed; width: 100%; z-index: 10; top: 0; padding-top: 10px; padding-bottom: 10px; transition: all .5s ease; -webkit-transition: all .5s ease; background: rgba(120, 120, 121, 1) } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } header .navigation { width: 100%; position: relative } #navi { position: relative } header .navigation ul { width: 100%; float: none; padding: 5px 0 5px 0; position: relative; margin-bottom: 0 } header .navigation ul li { float: none; margin: 10px auto 0 auto; width: 200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent; clear: both; text-align: center; display: none } header .navigation ul li.mobile { display: block } header .navigation ul li.project { width: 250px } header .navigation ul li > div { text-align: center } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .navigation ul li:last-child > div > a { color: #f15e22; font-weight: 700 } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05; display: none } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px; display: none } header .fb:hover { opacity: .9 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } header .navbar-collapse { -webkit-box-shadow: none } header .navbar-collapse { box-shadow: none } header .hot-bar { display: none } } @media (max-width: 500px) { .bg-mobile > .text { font-size: 16px } #section1 { position: relative; width: 100%; height: 400px } } @media (min-width: 769px) { body { height: auto } .black { position: absolute; width: 100%; height: 100%; background: #000; z-index: 1 } header { position: fixed; width: 100%; z-index: 10; top: 90px; padding-top: 10px; transition: all .5s ease; -webkit-transition: all .5s ease } header .logo { float: left; cursor: pointer; width: 200px } header .navigation { float: left; width: 100%; position: relative; display: block } header .navigation ul { width: auto; float: left; padding: 5px 20px 5px 80px } header .navigation ul li { float: left; width: auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05 } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px } header .fb:hover { opacity: .9 } header .navbar-collapse { padding-left: 0; padding-right: 0 } header .hot-bar { position: absolute; width: 150px; right: 0; top: 0 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } #section1 { position: relative; width: 100%; height: 650px } #section1 > .warp-slide { width: 100%; height: 100%; position: absolute; left: 0; top: 0 } #section1 .slogan { position: absolute; z-index: 5; width: 50%; top: 120px; right: 32%; color: #fff; text-align: center } #section1 .slogan-text { float: right } #contact { position: relative; width: 100%; min-height: 800px; font-size: 12px } #contact .partner { text-transform: uppercase; float: left; width: 100% } #contact .copy-line { width: 100%; height: 1px; background: #f39670; margin: 0 0 20px 0; float: left } #contact .list-contact { float: left; width: 60%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 40%; padding-top: 20px; font-size: 12px; padding-left: 40px } #contact > .main-box-head { width: 100%; z-index: 2; position: absolute; left: 0; top: 0 } #contact .box-header { width: 210px; height: 210px; background: #a43c11; color: #fff; font-weight: 700; position: absolute; top: -30px; left: 20px; font-size: 24px; padding: 20px; z-index: 10; padding-top: 130px } #contact > .graphic { width: 100%; position: absolute; top: 0; left: 0; z-index: 2 } #contact > .bg { width: 100%; min-height: 800px; background: url('http://localhost/aluinch-dev/storage/images/bg-contact.jpg') center center; z-index: 1; position: absolute; background-size: cover; left: 0; top: 0 } #contact > .bg-orange { width: 100%; height: 100%; position: absolute; background: rgba(241, 94, 34, .9); left: 0; top: 0; z-index: 1 } #contact h2 { font-size: 14px; font-size: 1.4rem; font-weight: 700; color: #000 } #contact > .text-main { width: 616px; height: 112px; position: absolute; left: 50%; top: 60%; margin-left: -308px; margin-top: -66px; z-index: 1 } #contact .warp { width: 1000px; position: relative; margin: 0 auto; padding-top: 250px; display: -webkit-box; } #contact .warp-slide { width: 1000px; position: relative; margin: 50px auto 0 auto; padding: 0 60px } #contact h1 { color: #fff } #contact .line-head { background: #fff } #contact .box-contact { width: 50%; float: left; padding: 50px 30px 50px 30px; color: #fff; position: relative } #contact .media-body { padding-left: 10px } #contact .box-contact a { color: #ff0 } #contact .box-contact > .head { letter-spacing: 2px; font-size: 18px } #contact .box-contact .map { cursor: pointer } #contact input[type=text] { width: 48%; margin-right: 2%; float: left; margin-bottom: 10px; border: 1px solid #fff; padding: 5px 10px; background: transparent; color: #fff } #contact textarea { background: transparent; color: #fff; border: 1px solid #fff; margin-bottom: 10px; width: 98%; margin-right: 2%; height: 100px; padding: 5px 10px } #contact .media { margin-bottom: 20px } #contact input[type=submit] { background: #fefbfb; padding: 7px 10px; color: #333; text-align: center; cursor: pointer; border: 0; font-weight: 700; margin-top: 100px } #contact .fb { position: absolute; right: 50px; bottom: 30px } #contact .box-contact-1 { padding-right: 0 } .map-google { width: 100%; height: 500px; position: absolute; bottom: -500px; z-index: 1 } #contact .copy { font-size: 12px; padding: 50px 0 20px 0; width: 100%; float: left } .contact-clear { display: none } .desktop { display: block } .mobile { display: none } } @media (max-width: 1200px) { #contact > .bg-orange { width: 100%; height: 100%; position: relative; background: rgba(241, 94, 34, .9); } } @media (max-width: 768px) { #contact > .bg-orange { position: absolute; } } @media (max-width: 389px) { #contact > .bg-orange { height: auto; } } @media (min-width: 1200px) and (max-height: 800px) { #contact .warp { padding-top: 200px } .map-google { bottom: -500px } #contact .copy { font-size: 11px; padding: 20px 0; width: 50% } #contact input[type=submit] { margin-top: 50px } } @media (min-width: 992px) and (max-width: 1200px) { header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } #contact input[type=submit] { margin-top: 20px } #contact .copy { width: 50%; float: left; padding: 10px 0 } } @media (min-width: 769px) and (max-width: 992px) { .nav-page, .ruler-bar { display: none } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } header .navigation ul { width: auto; float: left; padding: 5px 0 5px 0 } #contact { min-height: 900px } #contact .list-contact { float: left; width: 100%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 100%; padding-top: 20px; font-size: 12px; padding-left: 0 } #contact .media { width: 100%; clear: both } #contact .warp { width: 768px; position: relative; margin: 0 auto; padding-top: 250px } #contact .warp-slide { width: 768px; position: relative; margin: 50px auto 0 auto; padding: 0 60px; background: #fff } #contact .box-contact { width: 50%; float: left; padding: 20px; color: #fff; position: relative } #contact .box-c { width: 50% !important; float: left !important; position: relative } #contact .clear { clear: both } #contact .copy { width: 100%; float: left; padding: 20px 0; padding-left: 10px } #contact .partner { padding-left: 10px } #contact .copy-line { margin-left: 10px } .contact-clear { display: block; clear: both } #contact input[type=submit] { margin-top: 40px } } @media only screen and (min-width: 768px) and (max-width: 1024px) { header { position: fixed; width: 100%; z-index: 10; top: 0; padding-top: 10px; transition: all .5s ease; -webkit-transition: all .5s ease } header .navigation { float: left; width: 100%; position: relative; display: block } header .navigation ul { width: 100%; float: left; padding: 5px 20px 5px 0 } header .navigation ul li { float: left; width: auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent; display: none } header .navigation ul li.mobile { display: block } header .navigation ul li.mobile:last-child { display: none } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05 } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px } header .fb:hover { opacity: .9 } header .navbar-collapse { padding-left: 0; padding-right: 0 } header .hot-bar { position: absolute; width: 150px; right: 0; top: 0 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } .mobile-nav { display: none } } @media (min-width: 1400px) { .main-section .text-box { padding-top: 100px } } @media print { section, div { display: none } .print { display: block } } .float-none { float: none !important; } @media (max-width: 767px) { .icon-line, .icon-fb { height: 36px; } } a[href^="tel"], a[href*="tel"] { pointer-events: none; } @media (max-width: 767px) { a[href^="tel"], a[href*="tel"] { pointer-events: auto; } } /* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
resources/front_end/css/index.css
.yellow { color: #ff0 } .orange { color: #f15e22 } .orange2 { color: #ffc807 } .white { color: #fff } .gray { color: #a1a1a1 } #section1 .slogan-head { position: absolute; z-index: 5; /*width: 100%;*/ top: 220px; text-align: center; padding: 0 50px; color: #fff } ul li { list-style: none } button:focus, li:focus, :focus { outline: 0 !important } a { text-decoration: none !important } a:hover { text-decoration: none } .img-center { margin: 0 auto } .head-section { padding-bottom: 50px } div { -webkit-overflow-scrolling: touch } @font-face { font-family: 'superstorebold'; src: url('superstore_font/Superstore-Bold-webfont.eot'); src: url('superstore_font/Superstore-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('superstore_font/Superstore-Bold-webfont.woff2') format('woff2'), url('superstore_font/Superstore-Bold-webfont.woff') format('woff'), url('superstore_font/Superstore-Bold-webfont.ttf') format('truetype'), url('superstore_font/Superstore-Bold-webfont.svg#superstorebold') format('svg'); font-weight: 400; font-style: normal } @font-face { font-family: 'superstoreregular'; src: url('superstore_font/Superstore-Regular-webfont.eot'); src: url('superstore_font/Superstore-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('superstore_font/Superstore-Regular-webfont.woff2') format('woff2'), url('superstore_font/Superstore-Regular-webfont.woff') format('woff'), url('superstore_font/Superstore-Regular-webfont.ttf') format('truetype'), url('superstore_font/Superstore-Regular-webfont.svg#superstoreregular') format('svg'); font-weight: 400; font-style: normal } html { font-size: 62.5% } body { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #656463; font-size: 1.4rem; color: #535050; background: #000 } .mobile-nav { display: none } h1 { color: #f15e22; font-size: 24px; font-size: 2.4rem; font-weight: 700; text-align: center } .line-head { width: 65px; height: 1px; background: #a1a1a1; margin-bottom: 10px; clear: both; margin: 0 auto } .show_height { position: fixed; top: 200px; left: 200px; z-index: 999; color: red } .see-more { transition: all .5s ease } .see-more:hover { background: #f15e22 } .see-more a:hover { color: #fff !important } ::-webkit-input-placeholder { color: #fff } :-moz-placeholder { color: #fff } ::-moz-placeholder { color: #fff } :-ms-input-placeholder { color: #fff } .ruler-bar { height: 19000px; width: 87px; position: absolute; right: 0; top: 0; z-index: 10; background: url('../images/dash-page.png') } .nav-page { width: 30px; height: 160px; position: fixed; top: 50%; margin-top: -80px; right: 100px; z-index: 6 } .nav-page ul { width: 100%; background: #242424; position: absolute; height: 100%; border-radius: 5px; padding: 0; padding-left: 10px; margin: 0; padding-top: 10px } .nav-page ul li { width: 20px; height: 10px; margin-bottom: 20px; cursor: pointer; color: #fff; position: relative; transition: .5s all ease; padding: 5px 0 } .nav-page ul li:hover { background: #242424 } .nav-page ul li:hover > .dot, .nav-page ul li.active > .dot { background: #f15e22; position: absolute; left: -190px; transition: all 1s ease; z-index: 1 } .nav-page ul li > .dot { width: 10px; height: 10px; background: #b4b4b5; border-radius: 10px } .nav-page ul li > .menu { position: absolute; left: -200px; opacity: 0; top: -5px; width: 200px; background: #242424; transition: all 1s ease; padding: 5px 0 5px 30px; border-radius: 5px } .nav-page ul li:hover > .menu, .nav-page ul li.active > .menu { opacity: 1 } @media (max-width: 768px) { #section1 .slogan-head { top: 110px } .graphic, .nav-page { display: none } body { height: auto } .black { display: none } .mobile-nav { display: block; position: absolute; cursor: pointer; z-index: 1; right: 20px; top: 10px; font-size: 24px; color: #f15e22 } .nav-page, .ruler-bar { display: none } .bg-mobile { position: relative; display: block !important } .bg-mobile > .text { position: absolute; top: 45%; width: 100%; padding: 0 20px; text-align: center; font-size: 20px; font-weight: 700; color: #fff } #section1 { position: relative; width: 100%; height: 300px } #section1 > .warp-slide { width: 100%; height: auto; position: absolute; left: 0; top: 0; z-index: -1 } #section1 .slogan { float: right; padding-top: 0; color: #fff; text-align: center } #section1 .slogan img { width: 80%; margin: 0 auto } #contact { position: relative; width: 100%; height: auto; min-height: 1225px; z-index: 1 } #contact .copy-line { width: 100%; height: 1px; background: #f39670; margin: 0 0 20px 0; float: left } #contact .list-contact { float: left; width: 100%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 100%; padding-top: 0; font-size: 12px; padding-left: 0 } #contact .main-box-head { width: 100%; position: absolute; left: 0; top: 0; z-index: 2 } #contact .box-header { width: 210px; height: 210px; background: #a43c11; color: #fff; font-weight: 700; position: absolute; top: -50px; left: 50%; margin-left: -105px; font-size: 24px; padding: 20px; z-index: 10; padding-top: 130px } #contact > .graphic { display: none } #contact > .bg { width: 100%; min-height: 1050px; background: url('http://localhost/aluinch-dev/storage/images/bg-contact.jpg') center center; z-index: 1; position: relative; background-size: no-repeat; background-attachment: scroll; left: 0; top: 0 } #contact > .bg-orange { width: 100%; height: 100%; position: absolute; background: rgba(241, 94, 34, .9); left: 0; top: 0; z-index: 1 } #contact h2 { font-size: 14px; font-size: 1.4rem; font-weight: 700; color: #000 } #contact > .text-main { width: 616px; height: 112px; position: absolute; left: 50%; top: 60%; margin-left: -308px; margin-top: -66px; z-index: 1 } #contact .warp { width: 100%; position: relative; margin: 0 auto; padding-top: 0; padding: 40px 10px } #contact .warp-slide { width: 100%; position: relative; margin: 50px auto 0 auto; padding: 0 60px } #contact h1 { color: #fff } #contact .line-head { background: #fff } #contact .box-contact { width: 100%; float: left; padding: 180px 20px 0 20px; color: #fff; position: relative } #contact .form-contact { padding-top: 40px } #contact .media-body { padding-left: 10px } #contact .box-contact a { color: #ff0 } #contact .box-contact > .head { letter-spacing: 2px; font-size: 18px; padding-top: 100px } #contact .box-contact .map { cursor: pointer } #contact input[type=text] { width: 48%; margin-right: 2%; float: left; margin-bottom: 10px; border: 1px solid #fff; padding: 5px 10px; background: transparent; color: #fff } #contact textarea { background: transparent; color: #fff; border: 1px solid #fff; margin-bottom: 10px; width: 98%; margin-right: 2%; height: 100px; padding: 5px 10px } #contact .media { margin-bottom: 20px } #contact input[type=submit] { background: #fefbfb; float: left; padding: 7px 10px; color: #333; text-align: center; cursor: pointer; border: 0; font-weight: 700; margin-top: 20px } #contact .fb { position: relative; right: auto; bottom: auto; float: right; padding-top: 10px } .map-google { width: 100%; height: 400px; position: relative; bottom: auto; z-index: 1 } #contact .copy { font-size: 11px; padding: 50px 0; width: 50%; float: left } .contact-clear { display: none } .see-more { margin: 30px auto !important } .bg, .bg2, #section2 .warp, .text-main { display: none } .desktop { display: none } .mobile, #contact .bg { display: block } } @media (max-width: 767px) { header { position: fixed; width: 100%; z-index: 10; top: 0; padding-top: 10px; padding-bottom: 10px; transition: all .5s ease; -webkit-transition: all .5s ease; background: rgba(120, 120, 121, 1) } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } header .navigation { width: 100%; position: relative } #navi { position: relative } header .navigation ul { width: 100%; float: none; padding: 5px 0 5px 0; position: relative; margin-bottom: 0 } header .navigation ul li { float: none; margin: 10px auto 0 auto; width: 200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent; clear: both; text-align: center; display: none } header .navigation ul li.mobile { display: block } header .navigation ul li.project { width: 250px } header .navigation ul li > div { text-align: center } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .navigation ul li:last-child > div > a { color: #f15e22; font-weight: 700 } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05; display: none } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px; display: none } header .fb:hover { opacity: .9 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } header .navbar-collapse { -webkit-box-shadow: none } header .navbar-collapse { box-shadow: none } header .hot-bar { display: none } } @media (max-width: 500px) { .bg-mobile > .text { font-size: 16px } #section1 { position: relative; width: 100%; height: 400px } } @media (min-width: 769px) { body { height: auto } .black { position: absolute; width: 100%; height: 100%; background: #000; z-index: 1 } header { position: fixed; width: 100%; z-index: 10; top: 90px; padding-top: 10px; transition: all .5s ease; -webkit-transition: all .5s ease } header .logo { float: left; cursor: pointer; width: 200px } header .navigation { float: left; width: 100%; position: relative; display: block } header .navigation ul { width: auto; float: left; padding: 5px 20px 5px 80px } header .navigation ul li { float: left; width: auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05 } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px } header .fb:hover { opacity: .9 } header .navbar-collapse { padding-left: 0; padding-right: 0 } header .hot-bar { position: absolute; width: 150px; right: 0; top: 0 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } #section1 { position: relative; width: 100%; height: 650px } #section1 > .warp-slide { width: 100%; height: 100%; position: absolute; left: 0; top: 0 } #section1 .slogan { position: absolute; z-index: 5; width: 50%; top: 120px; right: 32%; color: #fff; text-align: center } #section1 .slogan-text { float: right } #contact { position: relative; width: 100%; min-height: 800px; font-size: 12px } #contact .partner { text-transform: uppercase; float: left; width: 100% } #contact .copy-line { width: 100%; height: 1px; background: #f39670; margin: 0 0 20px 0; float: left } #contact .list-contact { float: left; width: 60%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 40%; padding-top: 20px; font-size: 12px; padding-left: 40px } #contact > .main-box-head { width: 100%; z-index: 2; position: absolute; left: 0; top: 0 } #contact .box-header { width: 210px; height: 210px; background: #a43c11; color: #fff; font-weight: 700; position: absolute; top: -30px; left: 20px; font-size: 24px; padding: 20px; z-index: 10; padding-top: 130px } #contact > .graphic { width: 100%; position: absolute; top: 0; left: 0; z-index: 2 } #contact > .bg { width: 100%; min-height: 800px; background: url('http://localhost/aluinch-dev/storage/images/bg-contact.jpg') center center; z-index: 1; position: absolute; background-size: cover; left: 0; top: 0 } #contact > .bg-orange { width: 100%; height: 100%; position: absolute; background: rgba(241, 94, 34, .9); left: 0; top: 0; z-index: 1 } #contact h2 { font-size: 14px; font-size: 1.4rem; font-weight: 700; color: #000 } #contact > .text-main { width: 616px; height: 112px; position: absolute; left: 50%; top: 60%; margin-left: -308px; margin-top: -66px; z-index: 1 } #contact .warp { width: 1000px; position: relative; margin: 0 auto; padding-top: 250px; display: -webkit-box; } #contact .warp-slide { width: 1000px; position: relative; margin: 50px auto 0 auto; padding: 0 60px } #contact h1 { color: #fff } #contact .line-head { background: #fff } #contact .box-contact { width: 50%; float: left; padding: 50px 30px 50px 30px; color: #fff; position: relative } #contact .media-body { padding-left: 10px } #contact .box-contact a { color: #ff0 } #contact .box-contact > .head { letter-spacing: 2px; font-size: 18px } #contact .box-contact .map { cursor: pointer } #contact input[type=text] { width: 48%; margin-right: 2%; float: left; margin-bottom: 10px; border: 1px solid #fff; padding: 5px 10px; background: transparent; color: #fff } #contact textarea { background: transparent; color: #fff; border: 1px solid #fff; margin-bottom: 10px; width: 98%; margin-right: 2%; height: 100px; padding: 5px 10px } #contact .media { margin-bottom: 20px } #contact input[type=submit] { background: #fefbfb; padding: 7px 10px; color: #333; text-align: center; cursor: pointer; border: 0; font-weight: 700; margin-top: 100px } #contact .fb { position: absolute; right: 50px; bottom: 30px } #contact .box-contact-1 { padding-right: 0 } .map-google { width: 100%; height: 500px; position: absolute; bottom: -500px; z-index: 1 } #contact .copy { font-size: 12px; padding: 50px 0 20px 0; width: 100%; float: left } .contact-clear { display: none } .desktop { display: block } .mobile { display: none } } @media (max-width: 1200px) { #contact > .bg-orange { width: 100%; height: 100%; position: relative; background: rgba(241, 94, 34, .9); } } @media (max-width: 768px) { #contact > .bg-orange { position: absolute; } } @media (max-width: 389px) { #contact > .bg-orange { height: auto; } } @media (min-width: 1200px) and (max-height: 800px) { #contact .warp { padding-top: 200px } .map-google { bottom: -500px } #contact .copy { font-size: 11px; padding: 20px 0; width: 50% } #contact input[type=submit] { margin-top: 50px } } @media (min-width: 992px) and (max-width: 1200px) { header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } #contact input[type=submit] { margin-top: 20px } #contact .copy { width: 50%; float: left; padding: 10px 0 } } @media (min-width: 769px) and (max-width: 992px) { .nav-page, .ruler-bar { display: none } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } header .navigation ul { width: auto; float: left; padding: 5px 0 5px 0 } #contact { min-height: 900px } #contact .list-contact { float: left; width: 100%; padding-top: 20px; font-size: 12px } #contact .list-contact2 { float: left; width: 100%; padding-top: 20px; font-size: 12px; padding-left: 0 } #contact .media { width: 100%; clear: both } #contact .warp { width: 768px; position: relative; margin: 0 auto; padding-top: 250px } #contact .warp-slide { width: 768px; position: relative; margin: 50px auto 0 auto; padding: 0 60px; background: #fff } #contact .box-contact { width: 50%; float: left; padding: 20px; color: #fff; position: relative } #contact .box-c { width: 50% !important; float: left !important; position: relative } #contact .clear { clear: both } #contact .copy { width: 100%; float: left; padding: 20px 0; padding-left: 10px } #contact .partner { padding-left: 10px } #contact .copy-line { margin-left: 10px } .contact-clear { display: block; clear: both } #contact input[type=submit] { margin-top: 40px } } @media only screen and (min-width: 768px) and (max-width: 1024px) { header { position: fixed; width: 100%; z-index: 10; top: 0; padding-top: 10px; transition: all .5s ease; -webkit-transition: all .5s ease } header .navigation { float: left; width: 100%; position: relative; display: block } header .navigation ul { width: 100%; float: left; padding: 5px 20px 5px 0 } header .navigation ul li { float: left; width: auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px solid transparent; display: none } header .navigation ul li.mobile { display: block } header .navigation ul li.mobile:last-child { display: none } header .navigation ul li > div > a { color: #fff; padding: 8px 20px; display: block } header .hotline { font-weight: 700; float: left; padding-top: 14px } header .hotline > a { color: #fc8f05 } header .hotline > a:hover { color: #fff } header .fb { float: right; border-left: 1px solid #808080; padding-left: 10px; margin-top: 10px } header .fb:hover { opacity: .9 } header .navbar-collapse { padding-left: 0; padding-right: 0 } header .hot-bar { position: absolute; width: 150px; right: 0; top: 0 } header .navigation ul li.active, header .navigation ul li:hover { border: 2px solid #f15e22; -webkit-transform: skewx(-30deg); -moz-transform: skewx(-30deg); -ms-transform: skewx(-30deg); -o-transform: skewx(-30deg); transform: skewx(-30deg) } header .navigation ul li.active > div, header .navigation ul li:hover > div { -webkit-transform: skewx(30deg); -moz-transform: skewx(30deg); -ms-transform: skewx(30deg); -o-transform: skewx(30deg); transform: skewx(30deg) } .stuck { background: rgba(120, 120, 121, .9); padding-top: 10px; position: fixed; top: 0 } header .logo { float: none; cursor: pointer; width: 200px; margin: 0 auto } .mobile-nav { display: none } } @media (min-width: 1400px) { .main-section .text-box { padding-top: 100px } } @media print { section, div { display: none } .print { display: block } } .float-none { float: none !important; } @media (max-width: 767px) { .icon-line, .icon-fb { height: 36px; } } a[href^="tel"], a[href*="tel"] { pointer-events: none; } @media (max-width: 767px) { a[href^="tel"], a[href*="tel"] { pointer-events: auto; } } /* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
0.358129
0.122418
html { min-height: 100%; position: relative; } body { font: normal 16px 'Open Sans', sans-serif; margin-bottom: 300px; color: #4c4c4c; background-image: url('../images/bg1.png'); background-repeat: repeat; } header { position: relative; z-index: 3; background-color:#2f353e; /*height: 50px;*/ } #banner-container { width: 90% !important; margin: auto; } #logo { position: relative; top: 8px; width: 200px; } .navbar { border: none; } .navbar-default { background-color:#2f353e !important; } .nav-links { float: right; } ul.nav li a { font: 300 16px "Open Sans", sans-serif; color: #ccc !important; margin-top: 16px; } ul.nav li a:hover { color: #999 !important; } h1, h2, h3, h4, b { color: #333; } h1, h2, h3, h5 { font-family: 'Open Sans', sans-serif; font-weight: 300; margin-top: 8px; margin-bottom: 2px; } h5 { font-size: 21px; margin-bottom: 13px; color: #333; } a:link, a:visited { color: #666; } a.btn-primary, .btn-fill:visited { background-color: #515b6b; border-color: #515b6b; color:#fff; } .alert { padding: 10px 35px 10px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #c09853; } .alert-heading { color: inherit; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 18px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .th-mobile { display: none; } .th-desktop { display: block; } .transparent { position:relative; -moz-opacity:0.5 !important; opacity: 0.5 !important; filter: alpha(opacity=50); } .red { color: #FF3B30; } .action-icons .fa { padding: 1px 5px; color: #9a9a9a; } footer { position: absolute; color: #666; bottom: 0; width: 100%; min-height: 300px; background-color:#ddd; padding: 15px 0; /*background: #333;*/ font-size: 15px; font-weight: 300; } footer .container { /*border-top: #c0c0c0 solid thin;*/ padding-top: 15px; } .footer-nav { list-style-type: none; /*float: left;*/ margin-left: -52px; } .footer-nav li { /*float: left;*/ margin-left: 15px; line-height: 24px; } .footer-nav a:link { color: #3f3f3f; } .footer-nav a:visited { color: #3f3f3f; } .footer-nav a:hover { font-weight: 400; text-decoration: none; } footer .socials { margin-top: 7px; text-align: right; } footer .socials .fa { margin-right: 10px; color: #ddd; } footer .bottom-footer { position: absolute; background-color: #343434; font-weight: 400; font-size: 13px; color: #ccc; bottom: 0; width: 100%; padding: 30px; } #footer-emblem { width: 55px; margin-top: 18px; } .bottom-footer a:link { color: #ccc; } .bottom-footer a:visited { color: #ccc; } @media screen and (min-width: 320px) and (max-width: 600px) { body { font-size: 11px !important; margin-bottom: 0; } #banner-container { width: auto !important; } .th-mobile { display: block; } .th-desktop { display: none; } #logo { margin-left: 10px; } .nav-links { float: left !important; } .navbar-default { /*height: auto !important;*/ } .navbar-collapse { border: none; float: left; text-align: left; } footer, footer .bottom-footer { position: relative; } footer .socials { text-align: center; } h1 { font-size: 30px; } .f-block { margin-left: 50px; } .payment-imgs { display: none; } }
css/style.css
html { min-height: 100%; position: relative; } body { font: normal 16px 'Open Sans', sans-serif; margin-bottom: 300px; color: #4c4c4c; background-image: url('../images/bg1.png'); background-repeat: repeat; } header { position: relative; z-index: 3; background-color:#2f353e; /*height: 50px;*/ } #banner-container { width: 90% !important; margin: auto; } #logo { position: relative; top: 8px; width: 200px; } .navbar { border: none; } .navbar-default { background-color:#2f353e !important; } .nav-links { float: right; } ul.nav li a { font: 300 16px "Open Sans", sans-serif; color: #ccc !important; margin-top: 16px; } ul.nav li a:hover { color: #999 !important; } h1, h2, h3, h4, b { color: #333; } h1, h2, h3, h5 { font-family: 'Open Sans', sans-serif; font-weight: 300; margin-top: 8px; margin-bottom: 2px; } h5 { font-size: 21px; margin-bottom: 13px; color: #333; } a:link, a:visited { color: #666; } a.btn-primary, .btn-fill:visited { background-color: #515b6b; border-color: #515b6b; color:#fff; } .alert { padding: 10px 35px 10px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #c09853; } .alert-heading { color: inherit; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 18px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .th-mobile { display: none; } .th-desktop { display: block; } .transparent { position:relative; -moz-opacity:0.5 !important; opacity: 0.5 !important; filter: alpha(opacity=50); } .red { color: #FF3B30; } .action-icons .fa { padding: 1px 5px; color: #9a9a9a; } footer { position: absolute; color: #666; bottom: 0; width: 100%; min-height: 300px; background-color:#ddd; padding: 15px 0; /*background: #333;*/ font-size: 15px; font-weight: 300; } footer .container { /*border-top: #c0c0c0 solid thin;*/ padding-top: 15px; } .footer-nav { list-style-type: none; /*float: left;*/ margin-left: -52px; } .footer-nav li { /*float: left;*/ margin-left: 15px; line-height: 24px; } .footer-nav a:link { color: #3f3f3f; } .footer-nav a:visited { color: #3f3f3f; } .footer-nav a:hover { font-weight: 400; text-decoration: none; } footer .socials { margin-top: 7px; text-align: right; } footer .socials .fa { margin-right: 10px; color: #ddd; } footer .bottom-footer { position: absolute; background-color: #343434; font-weight: 400; font-size: 13px; color: #ccc; bottom: 0; width: 100%; padding: 30px; } #footer-emblem { width: 55px; margin-top: 18px; } .bottom-footer a:link { color: #ccc; } .bottom-footer a:visited { color: #ccc; } @media screen and (min-width: 320px) and (max-width: 600px) { body { font-size: 11px !important; margin-bottom: 0; } #banner-container { width: auto !important; } .th-mobile { display: block; } .th-desktop { display: none; } #logo { margin-left: 10px; } .nav-links { float: left !important; } .navbar-default { /*height: auto !important;*/ } .navbar-collapse { border: none; float: left; text-align: left; } footer, footer .bottom-footer { position: relative; } footer .socials { text-align: center; } h1 { font-size: 30px; } .f-block { margin-left: 50px; } .payment-imgs { display: none; } }
0.273186
0.080249
.optionsBody { padding: 0; text-align: left; } .optionsBody table { margin: -24px -2px 0; /*-12px -2px 0*/ } select, .optionsBody input[type="text"], .optionsBody input[type="number"] { width: 210px; margin: 0; height: 100%; min-height: 32px; background-color: var(--theme-accent-bg-color); border-width: 2px 0px; border-color: transparent; border-radius: 5px; box-sizing: border-box; caret-color: var(--theme-input-accent-color); outline: none; padding: 4px 8px; transition: all 0.3s ease; -webkit-appearance: none; color: var(--theme-fg-color); } select { -webkit-appearance: menulist-button; border-width: 2px; } .optionsBody input[type="text"]:focus, .optionsBody input[type="number"]:focus { border-bottom-color: var(--theme-input-accent-color); } select:focus, select:focus-within { border-color: var(--theme-input-accent-color); } tr td, tr th { text-align: left; font-size: 14px; padding: 10px 12px; } tr { border-top: 1px solid rgb(0, 0, 0, 0.08); display: flex; align-items: center; padding: 0px 8px; } tr:first-child { border-top: none; margin-top: 20px; } th { min-width: 250px; font-weight: normal; } #keyboardShortcutsMessage { font-size: 14px; } /* Created using https://proto.io/freebies/onoff/ */ :root { --onoffswitch-width: 32px; } .onoffswitch { margin: 10px 172px; position: relative; width: var(--onoffswitch-width); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; height: 12px; padding: 0; line-height: 12px; border: 0px solid #FFFFFF; border-radius: 18px; background-color: #C2C2C2; } .onoffswitch-label:before { content: ""; display: block; width: 18px; margin: -3px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 19px; transition: all 0.3s ease; border-radius: 18px; box-shadow: 0 6px 12px 0px #757575; } .onoffswitch-checkbox:checked+.onoffswitch-label { background-color: #88BAE3; } .onoffswitch-checkbox:checked+.onoffswitch-label, .onoffswitch-checkbox:checked+.onoffswitch-label:before { border-color: #88BAE3; } .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner { margin-left: 0; } .onoffswitch-checkbox:checked+.onoffswitch-label:before { right: 0px; background-color: #1A73E8; box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2); }
options.css
.optionsBody { padding: 0; text-align: left; } .optionsBody table { margin: -24px -2px 0; /*-12px -2px 0*/ } select, .optionsBody input[type="text"], .optionsBody input[type="number"] { width: 210px; margin: 0; height: 100%; min-height: 32px; background-color: var(--theme-accent-bg-color); border-width: 2px 0px; border-color: transparent; border-radius: 5px; box-sizing: border-box; caret-color: var(--theme-input-accent-color); outline: none; padding: 4px 8px; transition: all 0.3s ease; -webkit-appearance: none; color: var(--theme-fg-color); } select { -webkit-appearance: menulist-button; border-width: 2px; } .optionsBody input[type="text"]:focus, .optionsBody input[type="number"]:focus { border-bottom-color: var(--theme-input-accent-color); } select:focus, select:focus-within { border-color: var(--theme-input-accent-color); } tr td, tr th { text-align: left; font-size: 14px; padding: 10px 12px; } tr { border-top: 1px solid rgb(0, 0, 0, 0.08); display: flex; align-items: center; padding: 0px 8px; } tr:first-child { border-top: none; margin-top: 20px; } th { min-width: 250px; font-weight: normal; } #keyboardShortcutsMessage { font-size: 14px; } /* Created using https://proto.io/freebies/onoff/ */ :root { --onoffswitch-width: 32px; } .onoffswitch { margin: 10px 172px; position: relative; width: var(--onoffswitch-width); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; height: 12px; padding: 0; line-height: 12px; border: 0px solid #FFFFFF; border-radius: 18px; background-color: #C2C2C2; } .onoffswitch-label:before { content: ""; display: block; width: 18px; margin: -3px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 19px; transition: all 0.3s ease; border-radius: 18px; box-shadow: 0 6px 12px 0px #757575; } .onoffswitch-checkbox:checked+.onoffswitch-label { background-color: #88BAE3; } .onoffswitch-checkbox:checked+.onoffswitch-label, .onoffswitch-checkbox:checked+.onoffswitch-label:before { border-color: #88BAE3; } .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner { margin-left: 0; } .onoffswitch-checkbox:checked+.onoffswitch-label:before { right: 0px; background-color: #1A73E8; box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2); }
0.330255
0.154121
@font-face { font-family: 'Atma'; font-style: normal; font-weight: 400; src: url('../fonts/atma-v6-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/atma-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/atma-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/atma-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/atma-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/atma-v6-latin-regular.svg#Atma') format('svg'); /* Legacy iOS */ } /* atma-600 - latin */ @font-face { font-family: 'Atma'; font-style: normal; font-weight: 600; src: url('../fonts/atma-v6-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/atma-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/atma-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/atma-v6-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/atma-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/atma-v6-latin-600.svg#Atma') format('svg'); /* Legacy iOS */ } /* base variables */ /* Edit the CSS properties in this file to create a custom Distill theme. Only edit values in the right column for each row; values shown are the CSS defaults. To return any property to the default, you may set its value to: unset All rows must end with a semi-colon. */ /* Optional: embed custom fonts here with `@import` */ /* This must remain at the top of this file. */ html { /*-- Main font sizes --*/ --title-size: 50px; --body-size: 1.06rem; --code-size: 14px; --aside-size: 12px; --fig-cap-size: 13px; /*-- Main font colors --*/ --title-color: white; --header-color: rgba(0, 0, 0, 0.8); --body-color: rgba(0, 0, 0, 0.8); --aside-color: rgba(0, 0, 0, 0.6); --fig-cap-color: rgba(0, 0, 0, 0.6); /*-- Specify custom fonts ~~~ must be imported above --*/ --heading-font: Atma; --mono-font: monospace; --body-font: sans-serif; --navbar-font: Atma; /* websites + blogs only */ } /*-- ARTICLE METADATA --*/ d-byline { --heading-size: 0.6rem; --heading-color: rgba(173, 0, 89, 0.5); --body-size: 0.8rem; --body-color: rgba(173, 0, 89, 0.8); } /*-- ARTICLE TABLE OF CONTENTS --*/ .d-contents { --heading-size: 18px; --contents-size: 13px; } /*-- ARTICLE APPENDIX --*/ d-appendix { --heading-size: 15px; --heading-color: rgba(0, 0, 0, 0.65); --text-size: 0.8em; --text-color: rgba(0, 0, 0, 0.5); } /*-- WEBSITE HEADER + FOOTER --*/ /* These properties only apply to Distill sites and blogs */ .distill-site-header { --title-size: 18px; --text-color: #6A3FAD; --text-size: 15px; --hover-color: black; --bkgd-color: white; } .distill-site-footer { --text-color: rgba(255, 255, 255, 0.8); --text-size: 15px; --hover-color: rgba(0, 0, 0, 1); --bkgd-color: #6A3FAD; } /*-- Additional custom styles --*/ /* Add any additional CSS rules below */ nav { border-bottom: 2px solid rgba(222, 222, 222, 0.3); } .distill-site-header .title { min-width: 0px; } /*原主题颜色: rgba(106, 63, 173, 1)*/ /*原主题颜色: #6A3FAD */ /*现主题颜色: #6A3FAD */ /*更换步骤: 1: rgba(106, 63, 173, 1) ➡ rgba(106, 63, 173, 1)*/ /*更换步骤: 2: #6A3FAD ➡ #6A3FAD */ d-title { background-color: rgba(106, 63, 173, 1); color: white; } .posts-list > h1 { color: black!important; } d-title a { color: white; } d-byline { background-color: #f6e5ee; } d-appendix { background-color: #F8F8F8; } d-appendix .citation-appendix { color: black; } .distill-site-footer { margin-top: 0; } @media print { d-byline { --heading-color: rgba(0, 0, 0, 0.5); --body-color: rgba(0, 0, 0, 0.8); } d-title { --title-color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 0.8); } } /* category tag color */ .dt-tags .dt-tag { color: rgba(255, 255, 255, 0.6); border-color: rgba(255, 255, 255, 0.6); } /* code color highlights and bg */ d-article div.sourceCode pre { border-left: 2px solid rgba(121,0,62,0.1); background-color: #fff5f6!important; padding-top: 10px; padding-bottom: 10px; overflow-x: auto!important; } /* scroll bar color */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 5px; border-radius: 5px; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 5px; border-radius: 5px; background: rgba(173, 0, 89, 0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } /* end scroll bar color */ d-article pre { background-color: #e3e3e3; padding: 10px; } code span.fu, code span.kw { color: #6A3FAD; } div.sourceCode { margin: 0; } pre, d-article pre { margin: 0; }
docs/assets/theme.css
@font-face { font-family: 'Atma'; font-style: normal; font-weight: 400; src: url('../fonts/atma-v6-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/atma-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/atma-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/atma-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/atma-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/atma-v6-latin-regular.svg#Atma') format('svg'); /* Legacy iOS */ } /* atma-600 - latin */ @font-face { font-family: 'Atma'; font-style: normal; font-weight: 600; src: url('../fonts/atma-v6-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('../fonts/atma-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/atma-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/atma-v6-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/atma-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/atma-v6-latin-600.svg#Atma') format('svg'); /* Legacy iOS */ } /* base variables */ /* Edit the CSS properties in this file to create a custom Distill theme. Only edit values in the right column for each row; values shown are the CSS defaults. To return any property to the default, you may set its value to: unset All rows must end with a semi-colon. */ /* Optional: embed custom fonts here with `@import` */ /* This must remain at the top of this file. */ html { /*-- Main font sizes --*/ --title-size: 50px; --body-size: 1.06rem; --code-size: 14px; --aside-size: 12px; --fig-cap-size: 13px; /*-- Main font colors --*/ --title-color: white; --header-color: rgba(0, 0, 0, 0.8); --body-color: rgba(0, 0, 0, 0.8); --aside-color: rgba(0, 0, 0, 0.6); --fig-cap-color: rgba(0, 0, 0, 0.6); /*-- Specify custom fonts ~~~ must be imported above --*/ --heading-font: Atma; --mono-font: monospace; --body-font: sans-serif; --navbar-font: Atma; /* websites + blogs only */ } /*-- ARTICLE METADATA --*/ d-byline { --heading-size: 0.6rem; --heading-color: rgba(173, 0, 89, 0.5); --body-size: 0.8rem; --body-color: rgba(173, 0, 89, 0.8); } /*-- ARTICLE TABLE OF CONTENTS --*/ .d-contents { --heading-size: 18px; --contents-size: 13px; } /*-- ARTICLE APPENDIX --*/ d-appendix { --heading-size: 15px; --heading-color: rgba(0, 0, 0, 0.65); --text-size: 0.8em; --text-color: rgba(0, 0, 0, 0.5); } /*-- WEBSITE HEADER + FOOTER --*/ /* These properties only apply to Distill sites and blogs */ .distill-site-header { --title-size: 18px; --text-color: #6A3FAD; --text-size: 15px; --hover-color: black; --bkgd-color: white; } .distill-site-footer { --text-color: rgba(255, 255, 255, 0.8); --text-size: 15px; --hover-color: rgba(0, 0, 0, 1); --bkgd-color: #6A3FAD; } /*-- Additional custom styles --*/ /* Add any additional CSS rules below */ nav { border-bottom: 2px solid rgba(222, 222, 222, 0.3); } .distill-site-header .title { min-width: 0px; } /*原主题颜色: rgba(106, 63, 173, 1)*/ /*原主题颜色: #6A3FAD */ /*现主题颜色: #6A3FAD */ /*更换步骤: 1: rgba(106, 63, 173, 1) ➡ rgba(106, 63, 173, 1)*/ /*更换步骤: 2: #6A3FAD ➡ #6A3FAD */ d-title { background-color: rgba(106, 63, 173, 1); color: white; } .posts-list > h1 { color: black!important; } d-title a { color: white; } d-byline { background-color: #f6e5ee; } d-appendix { background-color: #F8F8F8; } d-appendix .citation-appendix { color: black; } .distill-site-footer { margin-top: 0; } @media print { d-byline { --heading-color: rgba(0, 0, 0, 0.5); --body-color: rgba(0, 0, 0, 0.8); } d-title { --title-color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 0.8); } } /* category tag color */ .dt-tags .dt-tag { color: rgba(255, 255, 255, 0.6); border-color: rgba(255, 255, 255, 0.6); } /* code color highlights and bg */ d-article div.sourceCode pre { border-left: 2px solid rgba(121,0,62,0.1); background-color: #fff5f6!important; padding-top: 10px; padding-bottom: 10px; overflow-x: auto!important; } /* scroll bar color */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 5px; border-radius: 5px; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 5px; border-radius: 5px; background: rgba(173, 0, 89, 0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } /* end scroll bar color */ d-article pre { background-color: #e3e3e3; padding: 10px; } code span.fu, code span.kw { color: #6A3FAD; } div.sourceCode { margin: 0; } pre, d-article pre { margin: 0; }
0.478529
0.083928
[data-md-color-scheme="slate"] { --md-hue: 210; } :root { /* Color schema based on Arista Color Schema */ /* Default color shades */ --md-default-fg-color: #000000; --md-default-fg-color--light: #a1a0a0; --md-default-fg-color--lighter: #FFFFFF; --md-default-fg-color--lightest: #FFFFFF; --md-default-bg-color: #FFFFFF; --md-default-bg-color--light: #FFFFFF; --md-default-bg-color--lighter: #FFFFFF; --md-default-bg-color--lightest: #FFFFFF; /* Primary color shades */ --md-primary-fg-color: #27569B; --md-primary-fg-color--light: #FFFFFF; --md-primary-fg-color--dark: #27569B; --md-primary-bg-color: #FFFFFF; --md-primary-bg-color--light: #FFFFFF; /* Accent color shades */ --md-accent-fg-color: #27569B; --md-accent-bg-color: #27569B; --md-accent-bg-color--light: #27569B; /* Link color */ --md-typeset-a-color: #27569B; --md-typeset-a-color-fg: #FFFFFF; --md-typeset-a-color-bg: #27569B; /* Code block color shades */ --md-code-bg-color: #E6E6E6; --md-code-border-color: #0000004f; --block-code-bg-color: #e4e4e4; /* --md-code-fg-color: ...; */ font-size: 1rem; /* min-height: 100%; position: relative; width: 100%; */ font-feature-settings: "kern","liga"; font-family: var(--md-text-font-family,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; } [data-md-color-scheme="slate"] { /* Link color */ --md-typeset-a-color: #75aaf8; --md-typeset-a-color-fg: #FFFFFF; --md-typeset-a-color-bg: #27569B; /* Code block color shades */ /* --md-code-bg-color: #E6E6E6; */ --md-code-border-color: #aec6db4f; /* --block-code-bg-color: #e4e4e4; */ } @media only screen and (min-width: 76.25em) { .md-main__inner, .md-header__inner { max-width: 85%; } .md-sidebar--primary { left: 5%; } .md-sidebar--secondary { right: 5%; margin-left: 0; -webkit-transform: none; transform: none; } } @media only screen { .md-typeset a:hover { background-color: var(--md-typeset-a-color-bg); color: var(--md-typeset-a-color-fg); } .md-footer-nav { background-color: var(--md-default-bg-color--light); color: var(--md-accent-fg-color--transparent) } .md-footer { height: 2%; } .md-footer-nav__direction { position: absolute; right: 0; left: 0; margin-top: -1rem; padding: 0 1rem; color: var(--md-default-fg-color--light); font-size: .64rem; } .md-footer-nav__title { font-size: .9rem; line-height: 10rem; color: var(--md-default-fg-color--light); } .md-typeset h4 h5 h6 { font-size: 1.5rem; margin: 1em 0; /* font-weight: 700; */ letter-spacing: -.01em; line-height: 3em; } .md-typeset table:not([class]) th { min-width: 5rem; padding: .6rem .8rem; color: var(--md-default-fg-color--lighter); vertical-align: top; background-color: var(--md-accent-bg-color); text-align: left; /* min-width: 100%; */ /* display: table; */ } .md-typeset table:not([class]) td { /* padding: .9375em 1.25em; */ border-collapse: collapse; vertical-align: center; text-align: left; border-bottom: 1px solid var(--md-default-fg-color--light); } .md-typeset code { padding: 0 .2941176471em; font-size: 80%; word-break: break-word; background-color: var(--md-code-bg-color); border-radius: .1rem; -webkit-box-decoration-break: clone; box-decoration-break: clone; } .highlight code { background-color: var(--md-code-bg-color); border: 2px solid var(--md-code-border-color); } .md-typeset .admonition, .md-typeset details { margin: 1.5625em 0; padding: 0 .6rem; overflow: hidden; font-size: 0.8rem; page-break-inside: avoid; border-left: .2rem solid var(--md-accent-bg-color); border-left-color: var(--md-accent-bg-color); border-radius: .1rem; box-shadow: 0 .2rem .5rem rgba(0,0,0,.05),0 0 .05rem rgba(0,0,0,.1); } /* .md-typeset .note > .admonition-title, .md-typeset .note > summary { background-color: var(--md-accent-bg-color); color: var(--md-default-fg-color--lighter) } */ .md-typeset__table { min-width: 100%; } .md-typeset table:not([class]) { display: table; } .mdx-content__footer { margin-top: 20px; text-align: center; } .mdx-content__footer a { display: inline-block; transition: transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1), color 125ms; } .mdx-content__footer a:focus, .mdx-content__footer a:hover { transform: scale(1.2); } .md-typeset table:not([class]) th { min-width: 5rem; padding: .6rem .8rem; color: var(--md-primary-fg-color--light); } .md-footer-copyright { color: var(--md-footer-fg-color--lighter); font-size: .64rem; margin: auto 0.6rem; padding: 0.4rem; width: 100%; text-align: center; } }
ansible_collections/arista/cvp/docs/stylesheets/extra.material.css
[data-md-color-scheme="slate"] { --md-hue: 210; } :root { /* Color schema based on Arista Color Schema */ /* Default color shades */ --md-default-fg-color: #000000; --md-default-fg-color--light: #a1a0a0; --md-default-fg-color--lighter: #FFFFFF; --md-default-fg-color--lightest: #FFFFFF; --md-default-bg-color: #FFFFFF; --md-default-bg-color--light: #FFFFFF; --md-default-bg-color--lighter: #FFFFFF; --md-default-bg-color--lightest: #FFFFFF; /* Primary color shades */ --md-primary-fg-color: #27569B; --md-primary-fg-color--light: #FFFFFF; --md-primary-fg-color--dark: #27569B; --md-primary-bg-color: #FFFFFF; --md-primary-bg-color--light: #FFFFFF; /* Accent color shades */ --md-accent-fg-color: #27569B; --md-accent-bg-color: #27569B; --md-accent-bg-color--light: #27569B; /* Link color */ --md-typeset-a-color: #27569B; --md-typeset-a-color-fg: #FFFFFF; --md-typeset-a-color-bg: #27569B; /* Code block color shades */ --md-code-bg-color: #E6E6E6; --md-code-border-color: #0000004f; --block-code-bg-color: #e4e4e4; /* --md-code-fg-color: ...; */ font-size: 1rem; /* min-height: 100%; position: relative; width: 100%; */ font-feature-settings: "kern","liga"; font-family: var(--md-text-font-family,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; } [data-md-color-scheme="slate"] { /* Link color */ --md-typeset-a-color: #75aaf8; --md-typeset-a-color-fg: #FFFFFF; --md-typeset-a-color-bg: #27569B; /* Code block color shades */ /* --md-code-bg-color: #E6E6E6; */ --md-code-border-color: #aec6db4f; /* --block-code-bg-color: #e4e4e4; */ } @media only screen and (min-width: 76.25em) { .md-main__inner, .md-header__inner { max-width: 85%; } .md-sidebar--primary { left: 5%; } .md-sidebar--secondary { right: 5%; margin-left: 0; -webkit-transform: none; transform: none; } } @media only screen { .md-typeset a:hover { background-color: var(--md-typeset-a-color-bg); color: var(--md-typeset-a-color-fg); } .md-footer-nav { background-color: var(--md-default-bg-color--light); color: var(--md-accent-fg-color--transparent) } .md-footer { height: 2%; } .md-footer-nav__direction { position: absolute; right: 0; left: 0; margin-top: -1rem; padding: 0 1rem; color: var(--md-default-fg-color--light); font-size: .64rem; } .md-footer-nav__title { font-size: .9rem; line-height: 10rem; color: var(--md-default-fg-color--light); } .md-typeset h4 h5 h6 { font-size: 1.5rem; margin: 1em 0; /* font-weight: 700; */ letter-spacing: -.01em; line-height: 3em; } .md-typeset table:not([class]) th { min-width: 5rem; padding: .6rem .8rem; color: var(--md-default-fg-color--lighter); vertical-align: top; background-color: var(--md-accent-bg-color); text-align: left; /* min-width: 100%; */ /* display: table; */ } .md-typeset table:not([class]) td { /* padding: .9375em 1.25em; */ border-collapse: collapse; vertical-align: center; text-align: left; border-bottom: 1px solid var(--md-default-fg-color--light); } .md-typeset code { padding: 0 .2941176471em; font-size: 80%; word-break: break-word; background-color: var(--md-code-bg-color); border-radius: .1rem; -webkit-box-decoration-break: clone; box-decoration-break: clone; } .highlight code { background-color: var(--md-code-bg-color); border: 2px solid var(--md-code-border-color); } .md-typeset .admonition, .md-typeset details { margin: 1.5625em 0; padding: 0 .6rem; overflow: hidden; font-size: 0.8rem; page-break-inside: avoid; border-left: .2rem solid var(--md-accent-bg-color); border-left-color: var(--md-accent-bg-color); border-radius: .1rem; box-shadow: 0 .2rem .5rem rgba(0,0,0,.05),0 0 .05rem rgba(0,0,0,.1); } /* .md-typeset .note > .admonition-title, .md-typeset .note > summary { background-color: var(--md-accent-bg-color); color: var(--md-default-fg-color--lighter) } */ .md-typeset__table { min-width: 100%; } .md-typeset table:not([class]) { display: table; } .mdx-content__footer { margin-top: 20px; text-align: center; } .mdx-content__footer a { display: inline-block; transition: transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1), color 125ms; } .mdx-content__footer a:focus, .mdx-content__footer a:hover { transform: scale(1.2); } .md-typeset table:not([class]) th { min-width: 5rem; padding: .6rem .8rem; color: var(--md-primary-fg-color--light); } .md-footer-copyright { color: var(--md-footer-fg-color--lighter); font-size: .64rem; margin: auto 0.6rem; padding: 0.4rem; width: 100%; text-align: center; } }
0.501221
0.054349
@import '..'; :root { --list-padding-large: 1rem; --list-padding-small: 0.75rem; --list-disabled: { color: var(--c-font-disabled); outline-color: #eee; fill: var(--c-font-disabled); background-color: transparent; } } .clickable { @apply --clickable; } .disabled { /* * TODO(mc, 2019-07-11): pointer-events: none should probably be delegated * to the component user (causes hovertooltip problems) */ pointer-events: none; background-color: transparent; & * { @apply --list-disabled; } } .panel_group, .titled_list, .list_item { background-color: white; } .panel_group { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33); } .hover_border { outline: var(--bd-width-default) solid var(--c-highlight); } .title_bar { position: relative; display: flex; flex-direction: row; align-items: center; text-decoration: none; padding: var(--list-padding-large) var(--list-padding-small); } .titled_list_selected { & .title_bar { background-color: var(--c-bg-selected); & * { color: var(--c-selected-dark); font-weight: var(--fw-semibold); } } } .title { @apply --font-body-2-dark; margin: 0; text-transform: uppercase; } .title_bar_icon { color: var(--c-font-dark); height: 1.5rem; } .icon_left_of_title { margin-right: 0.5rem; } .title_bar_carat { position: absolute; top: 0; bottom: 0; right: 0; padding: calc(var(--list-padding-small) - var(--bd-width-default)); padding-top: 1rem; &:hover { background-color: color(var(--c-black) alpha(5%)); } } .list { list-style-type: none; padding-left: 0; margin: 0; } .list_item { @apply --font-body-1-dark; display: flex; flex-direction: row; align-items: center; width: 100%; line-height: 1.25; margin: 0; padding: var(--list-padding-small); &:hover { background-color: var(--c-bg-hover); } &.active { background-color: var(--c-bg-selected); } } a.list_item { text-decoration: none; } .list_alert { @apply --font-body-1-dark; width: 100%; padding: var(--list-padding-small); background-color: var(--c-bg-light); font-style: italic; } .item_icon { flex: none; height: calc(1.25 * var(--fs-body-1)); margin-right: 0.5rem; }
components/src/lists/lists.css
@import '..'; :root { --list-padding-large: 1rem; --list-padding-small: 0.75rem; --list-disabled: { color: var(--c-font-disabled); outline-color: #eee; fill: var(--c-font-disabled); background-color: transparent; } } .clickable { @apply --clickable; } .disabled { /* * TODO(mc, 2019-07-11): pointer-events: none should probably be delegated * to the component user (causes hovertooltip problems) */ pointer-events: none; background-color: transparent; & * { @apply --list-disabled; } } .panel_group, .titled_list, .list_item { background-color: white; } .panel_group { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33); } .hover_border { outline: var(--bd-width-default) solid var(--c-highlight); } .title_bar { position: relative; display: flex; flex-direction: row; align-items: center; text-decoration: none; padding: var(--list-padding-large) var(--list-padding-small); } .titled_list_selected { & .title_bar { background-color: var(--c-bg-selected); & * { color: var(--c-selected-dark); font-weight: var(--fw-semibold); } } } .title { @apply --font-body-2-dark; margin: 0; text-transform: uppercase; } .title_bar_icon { color: var(--c-font-dark); height: 1.5rem; } .icon_left_of_title { margin-right: 0.5rem; } .title_bar_carat { position: absolute; top: 0; bottom: 0; right: 0; padding: calc(var(--list-padding-small) - var(--bd-width-default)); padding-top: 1rem; &:hover { background-color: color(var(--c-black) alpha(5%)); } } .list { list-style-type: none; padding-left: 0; margin: 0; } .list_item { @apply --font-body-1-dark; display: flex; flex-direction: row; align-items: center; width: 100%; line-height: 1.25; margin: 0; padding: var(--list-padding-small); &:hover { background-color: var(--c-bg-hover); } &.active { background-color: var(--c-bg-selected); } } a.list_item { text-decoration: none; } .list_alert { @apply --font-body-1-dark; width: 100%; padding: var(--list-padding-small); background-color: var(--c-bg-light); font-style: italic; } .item_icon { flex: none; height: calc(1.25 * var(--fs-body-1)); margin-right: 0.5rem; }
0.278453
0.087175
div.category-menu { height: 100px; margin: auto; margin-top: 40px; position: relative; width: 1000px; } div.category-menu div.main-category { display: flex; flex-direction: row; justify-content: center; } div.category-menu div.main-category div.item { cursor: pointer; margin: 0 20px; position: relative; width: 130px; } div.category-menu div.main-category div.item:hover p { color: #2c598a; } div.category-menu div.main-category div.item img { position: relative; left: 50%; transform: translate(-50%, 0); width: 50px; } div.category-menu div.main-category div.item p { color: #333333; font-family: "Open Sans"; font-size: 15px; margin-top: 10px; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.modal-body div.main-category { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } div.modal-body div.main-category div.item { cursor: pointer; margin: 0 10px; width: 90px; } div.modal-body div.main-category div.item:hover p { color: #2c598a; } div.modal-body div.main-category div.item img { position: relative; left: 50%; transform: translate(-50%, 0); width: 50px; } div.modal-body div.main-category div.item p { color: #333333; font-family: "Open Sans"; font-size: 15px; margin-top: 10px; text-align: center; } div.promo { box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1); box-sizing: border-box; height: auto; margin: auto; margin-bottom: 80px; margin-top: 30px; position: relative; width: 1100px; } div.promo div.card-header { background-color: #ED733D; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; height: 60px; position: relative; } div.promo div.card-header p { font-family: "Open Sans"; font-size: 15px; position: relative; top: 50%; transform: translate(0, -50%); } div.promo div.card-header button { background-color: white; border: none; border-radius: 3px; color: #ED733D; font-family: "Nunito"; font-weight: 600; padding: 4px 10px; position: absolute; right: 20px; top: 50%; transform: translate(0, -50%); transition: 0.2s; } div.promo div.card-header button:hover { background-color: #eee; } div.promo div.bottom { background-color: white; border: 1px solid #ddd; border-top: none; box-sizing: border-box; display: flex; flex-direction: row; height: auto; padding: 30px; width: 100%; } div.promo div.bottom div.card { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px; border: none; border-radius: 7px; margin: 0 12px; width: 150px; } div.promo div.bottom div.card div.card-body { margin-top: 5px; padding: 0; } div.promo div.bottom div.card div.card-body p.card-text { color: #333333; font-size: 15px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.promo div.bottom div.card div.card-body p.oldPrice { color: #777777; font-size: 14px; margin-top: 5px; text-decoration: line-through; } div.promo div.bottom div.card div.card-body p.newPrice { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; } div.product-wrapper { height: auto; margin: auto; margin-bottom: 70px; position: relative; width: 1100px; } div.product-wrapper h2.title { color: #222222; font-family: "Open Sans"; font-size: 21px; font-weight: 600; } div.product-wrapper div.main-product { display: flex; flex-direction: row; flex-wrap: wrap; } div.product-wrapper div.main-product button { background-color: #eee; border: 1px solid #ddd; border-radius: 50%; color: #444; font-size: 15px; height: 40px; outline: none; position: absolute; top: 50%; transform: translate(0, -50%); width: 40px; z-index: 1; } div.product-wrapper div.main-product button.slick-prev { left: -10px; } div.product-wrapper div.main-product button.slick-next { right: -10px; } div.product-wrapper div.main-product div.card { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px; border: none; border-radius: 7px; margin: 0 10px; margin-bottom: 7px; width: 163px; } .slick-slide { outline: none; } div.product-wrapper div.main-product div.card div.card-body { margin-top: 10px; padding: 0; } div.product-wrapper div.main-product div.card div.card-body p.card-text { color: #333333; font-size: 15px; line-height: 22px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.product-wrapper div.main-product div.card div.card-body p.price { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; padding: 0 10px; } div.product-wrapper div.main-product div.card div.card-body p.oldPrice { color: #777777; font-size: 14px; margin-top: 5px; padding: 0 10px; text-decoration: line-through; } div.product-wrapper div.main-product div.card div.card-body p.newPrice { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; padding: 0 10px; } div.product-wrapper button.more { background-color: white; border: 1px solid #008cd7; border-radius: 3px; color: #008cd7; font-size: 15px; left: 50%; margin-top: 10px; padding: 5px 20px; position: relative; transform: translate(-50%, 0); } div.product-wrapper button:hover { background-color: #eee; }
assets/css/style.css
div.category-menu { height: 100px; margin: auto; margin-top: 40px; position: relative; width: 1000px; } div.category-menu div.main-category { display: flex; flex-direction: row; justify-content: center; } div.category-menu div.main-category div.item { cursor: pointer; margin: 0 20px; position: relative; width: 130px; } div.category-menu div.main-category div.item:hover p { color: #2c598a; } div.category-menu div.main-category div.item img { position: relative; left: 50%; transform: translate(-50%, 0); width: 50px; } div.category-menu div.main-category div.item p { color: #333333; font-family: "Open Sans"; font-size: 15px; margin-top: 10px; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.modal-body div.main-category { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } div.modal-body div.main-category div.item { cursor: pointer; margin: 0 10px; width: 90px; } div.modal-body div.main-category div.item:hover p { color: #2c598a; } div.modal-body div.main-category div.item img { position: relative; left: 50%; transform: translate(-50%, 0); width: 50px; } div.modal-body div.main-category div.item p { color: #333333; font-family: "Open Sans"; font-size: 15px; margin-top: 10px; text-align: center; } div.promo { box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1); box-sizing: border-box; height: auto; margin: auto; margin-bottom: 80px; margin-top: 30px; position: relative; width: 1100px; } div.promo div.card-header { background-color: #ED733D; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box; height: 60px; position: relative; } div.promo div.card-header p { font-family: "Open Sans"; font-size: 15px; position: relative; top: 50%; transform: translate(0, -50%); } div.promo div.card-header button { background-color: white; border: none; border-radius: 3px; color: #ED733D; font-family: "Nunito"; font-weight: 600; padding: 4px 10px; position: absolute; right: 20px; top: 50%; transform: translate(0, -50%); transition: 0.2s; } div.promo div.card-header button:hover { background-color: #eee; } div.promo div.bottom { background-color: white; border: 1px solid #ddd; border-top: none; box-sizing: border-box; display: flex; flex-direction: row; height: auto; padding: 30px; width: 100%; } div.promo div.bottom div.card { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px; border: none; border-radius: 7px; margin: 0 12px; width: 150px; } div.promo div.bottom div.card div.card-body { margin-top: 5px; padding: 0; } div.promo div.bottom div.card div.card-body p.card-text { color: #333333; font-size: 15px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.promo div.bottom div.card div.card-body p.oldPrice { color: #777777; font-size: 14px; margin-top: 5px; text-decoration: line-through; } div.promo div.bottom div.card div.card-body p.newPrice { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; } div.product-wrapper { height: auto; margin: auto; margin-bottom: 70px; position: relative; width: 1100px; } div.product-wrapper h2.title { color: #222222; font-family: "Open Sans"; font-size: 21px; font-weight: 600; } div.product-wrapper div.main-product { display: flex; flex-direction: row; flex-wrap: wrap; } div.product-wrapper div.main-product button { background-color: #eee; border: 1px solid #ddd; border-radius: 50%; color: #444; font-size: 15px; height: 40px; outline: none; position: absolute; top: 50%; transform: translate(0, -50%); width: 40px; z-index: 1; } div.product-wrapper div.main-product button.slick-prev { left: -10px; } div.product-wrapper div.main-product button.slick-next { right: -10px; } div.product-wrapper div.main-product div.card { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px; border: none; border-radius: 7px; margin: 0 10px; margin-bottom: 7px; width: 163px; } .slick-slide { outline: none; } div.product-wrapper div.main-product div.card div.card-body { margin-top: 10px; padding: 0; } div.product-wrapper div.main-product div.card div.card-body p.card-text { color: #333333; font-size: 15px; line-height: 22px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ -webkit-box-orient: vertical; } div.product-wrapper div.main-product div.card div.card-body p.price { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; padding: 0 10px; } div.product-wrapper div.main-product div.card div.card-body p.oldPrice { color: #777777; font-size: 14px; margin-top: 5px; padding: 0 10px; text-decoration: line-through; } div.product-wrapper div.main-product div.card div.card-body p.newPrice { color: #2c598a; font-family: "Nunito"; font-size: 15px; font-weight: 600; margin-top: 5px; padding: 0 10px; } div.product-wrapper button.more { background-color: white; border: 1px solid #008cd7; border-radius: 3px; color: #008cd7; font-size: 15px; left: 50%; margin-top: 10px; padding: 5px 20px; position: relative; transform: translate(-50%, 0); } div.product-wrapper button:hover { background-color: #eee; }
0.200245
0.041559
.banner{ position: relative; } .banner:before{ content: ""; display: block; padding-top:39%; } .banner div{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all 1.5s; opacity: 0; } .banner div.active{ opacity: 1; } .banner img{ display: block; } .tailgate { background: #F2F2F2; } .tailgate>div { max-width: 1395px; margin: auto; padding: 100px 0 60px 0; background: url(../images/qicheshouye.png) no-repeat center center; background-size: 60% auto; } .tailgate .electromotion { float: left; } .tailgate .attack { float: right; text-align: right; } .tailgate .electromotion p:nth-child(1) span { float: left; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .electromotion h1 { font-size: 53px; color: #3D3D3D; font-weight: 500; } .tailgate .electromotion p:nth-child(3) { font-size: 16px; color: #3D3D3D; } .tailgate .electromotion p:nth-child(n+4) { font-size: 14px; margin-top: 10px; color: #838383; } .tailgate .electromotion a { display: inline-block; margin-top: 150px; color: #F3F3F3; background: #3A3A3A; padding: 10px 30px; font-size: 18px; } .tailgate .electromotion p:nth-child(4) { margin-top: 30px; } .tailgate .attack p:nth-child(1) span { float: right; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .attack h2 { font-size: 36px; color: #4D4D4D; font-weight: 500; } .tailgate .attack p:nth-child(n+3) { font-size: 14px; color: #999898; margin-top: 8px; } .tailgate .attack>p:nth-child(3) { margin-top: 30px; } .tailgate .attack div { margin-top: 300px; } .tailgate .attack div img { width: 65%; } .tailgate .attack div p { margin-top: 0; } @media (max-width: 1200px) {} @media (max-width: 768px) { .tailgate { padding: 0 10px; } .tailgate>div { max-width: 1395px; margin: auto; padding: 20px 0 110px 0; background: url(../images/qicheshouye.png) no-repeat center bottom; background-size: 60% auto; } .tailgate .electromotion { float: left; width: 48%; } .tailgate .attack { float: right; text-align: right; width: 48%; } .tailgate .electromotion h1 { font-size:20px; font-weight: bold; } .tailgate .electromotion p:nth-child(3) { font-size: 10px; margin-bottom: 10px; transform: scale(0.8); margin-left: -10%; } .tailgate .electromotion p:nth-child(n+4) { font-size: 12px; display: inline; } .tailgate .electromotion a { display:block; margin-top: 10px; font-size: 12px; width: 50px; text-align: center; } .tailgate .attack p:nth-child(1) span { float: right; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .attack h2 { font-size:16px; margin-top: 5px; font-weight: bold; margin-bottom: 25px; } .tailgate .attack p:nth-child(n+3) { font-size: 12px; display: inline; color: #838383; } .tailgate .attack>p:nth-child(3) { margin-top: 30px; } .tailgate .attack div { margin-top: 30px; } .tailgate .attack div p { font-size: 12px; } } .ybr{ } .ybr img{ display: block; } .ybr .one{ background: #212121; } .ybr .one li{ float: left; width: 33.333333%; } .ybr .one li:nth-child(2){ background: #212121; } .ybr .one li:nth-child(2) span{ display: block; margin: 80px 0 0 70px; width: 60px; height: 15px; background: white; } .ybr .one li:nth-child(2) h2{ font-size: 38px; color: #E7E7E7; margin: 20px 0 0 70px; font-weight: 500; } .ybr .one li:nth-child(2) p{ font-size: 14px; color: #9C9C9C; margin: 110px 20px 50px 70px; line-height: 30px; letter-spacing: 1px; } .ybr .two{ background: #3A3B3C; margin-bottom: 30px; } .ybr .two li{ display: inline-block; } .ybr .two li:nth-child(1){ background: #2E2E2E; width: 69%; } .ybr .two li:nth-child(1) img{ margin-top: -5%; } .ybr .two li:nth-child(2){ width: 30%; vertical-align: top; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 120px 50px 0 50px; color: #9C9C9C; font-size: 14px; line-height: 30px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 100px 50px 0 50px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 20px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 50px; border: 1px solid #F39800; line-height: 50px; text-align: center; } @media (max-width:1700px) { .ybr .one li:nth-child(2) span{ margin: 20px 0 0 20px; } .ybr .one li:nth-child(2) h2{ font-size: 22px; margin: 10px 0 0 20px; } .ybr .one li:nth-child(2) p{ margin: 5px 10px 0 20px; line-height: 22px; letter-spacing: 0; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 5px 10px 0 15px; line-height: 24px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 5px 10px 0 15px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 10px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 30px; border: 1px solid #F39800; line-height: 30px; text-align: center; } } @media (max-width:768px) { .ybr .one{ position: relative; } .ybr .one li{ float: none; width:50%; } .ybr .one li:nth-child(3){ position: absolute; width:50%; left: 50%; top:0; right: 0; bottom: 0; } .ybr .one li:nth-child(2){ background: #212121; width: 100%; } .ybr .one li:nth-child(2) span{ margin: 10px 0 0 10px; } .ybr .one li:nth-child(2) h2{ font-size: 16px; margin: 10px 0 0 10px; } .ybr .one li:nth-child(2) p{ font-size: 12px; margin: 10px 10px 0 10px; line-height: 24px; padding-bottom: 20px; } .ybr .two{ margin-bottom: 20px; } .ybr .two li{ display: inline-block; } .ybr .two li:nth-child(1){ width:100%; } .ybr .two li:nth-child(1) img{ margin-top: 0; } .ybr .two li:nth-child(2){ width: 100%; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 10px 10px 0 10px; font-size: 12px; line-height: 24px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 10px 10px 10px 10px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 10px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 30px; border: 1px solid #F39800; line-height: 30px; text-align: center; } } .regimentation{ max-width: 1500px; margin: auto; } .regimentation img{ display: block; height: 100%; } .regimentation li div{ float: left; } .regimentation li div:nth-child(1){ width: 50%; } .regimentation li div:nth-child(2){ width: 50%; } .regimentation li:nth-child(1) div:nth-child(2),.regimentation li:nth-child(3) div:nth-child(2){ margin-left: 50%; } .regimentation li:nth-child(1){ background: url(../images/08.png) no-repeat 0 center; background-size:50% 100%; } .regimentation li:nth-child(2){ background: url(../images/09.png) no-repeat 100% center; background-size:50% 100%; } .regimentation li:nth-child(3){ background: url(../images/10.png) no-repeat 0 center; background-size:50% 100%; } .regimentation li .textintroduction{ background: #EEEEEE; } .regimentation li .textintroduction p:nth-child(1){ font-size: 42px; color: #454545; margin: 60px 0 0 60px; } .regimentation li .textintroduction p:nth-child(2){ font-size:14px; color: #979797; margin: 30px 60px 0 60px; line-height: 30px; letter-spacing: 1px; } .regimentation li .textintroduction a{ display: block; margin: 60px 0 60px 60px; color: #F39800; font-size: 20px; border: 1px solid #F39800; width: 180px; text-align: center; height: 40px; line-height: 40px; background: url(../images/dbx.png) no-repeat 90% center; } @media (max-width:768px) { .regimentation li .textintroduction p:nth-child(1){ font-size: 14px; color: #454545; margin: 5px 0 0 5px; } .regimentation li .textintroduction p:nth-child(2){ font-size:12px; margin: 0 5px 0 5px; line-height: 22px; letter-spacing: 0; /*transform: scale(0.9); margin-left: -2%; margin-right: -3%;*/ letter-spacing: 0.5px; } .regimentation li .textintroduction a{ display: block; margin: 5px 0 5px 5px; font-size: 12px; width: 120px; text-align: center; height: 20px; line-height: 20px; background: url(../images/dbx.png) no-repeat 90% center; } } .course{ background: url(../images/12.png) no-repeat 100% 40px; background-size:60% auto; background-color: #C9CDD5; margin-top: 20px; padding-top: 150px; padding-bottom: 400px; } .course .content{ max-width: 1600px; margin: auto; padding-left: 100px; padding-top: 25px; background: url(../images/cn.png) no-repeat 0 0; } .course .content p:nth-child(1){ color: #3D3D3D; font-size: 40px; } .course .content p:nth-child(1) img{ width: 130px; vertical-align: text-bottom; } .course .content p:nth-child(2){ color: #3D3D3D; font-size: 16px; margin-bottom: 50px; } .course .content p:nth-child(n+3){ color: #838383; font-size: 14px; margin-top: 10px; } .course .content>a{ display: block; font-size: 18px; color: #323232; margin-top: 50px; padding: 10px 0; width: 150px; text-align: center; border: 1px solid #323232; } .course>div:nth-child(2){ margin-top: 50px; } .course>div:nth-child(2) .one{ float: left; width: 50%; position: relative; margin: 0; padding: 0; } .course>div:nth-child(2) .one::after{ position: absolute; content: ""; top: 0; left: 0; top: 15px; width: 88.4%; height: 1px; border-bottom: 1px solid black; } .course>div:nth-child(2) .one span:nth-child(1){ display: inline-block; width: 25px; height: 25px; border: 1px dashed #65676A; border-radius:50%; margin-left:55%; margin-right: 30%; margin-top: 2px; } .course>div:nth-child(2) .one span:nth-child(3){ position: absolute; left: 88.4%; display: inline-block; width: 30px; height: 30px; border: 1px dashed #65676A; border-radius:50%; } .course>div:nth-child(2) .one div{ position: absolute; top: -8px; left: 62%; z-index: 555; } .course>div:nth-child(2) .one div img{ width: 50px; background-color: #C9CDD5; margin-bottom: 10px; } .course>div:nth-child(2) .one div p{ transform: translateX(-35%); } .course>div:nth-child(2) .two{ float: right; width: 15%; position: relative; } .course>div:nth-child(2) .two span{ display: inline-block; width: 30px; height: 30px; border-radius:50%; border: 1px dashed white; margin: 0; padding: 0; } .course>div:nth-child(2) .two:after{ position: absolute; content: ""; left: 15px; right: 0; top:15px; border-bottom: 1px solid black; } .feature{ max-width: 1200px; margin: auto; margin-top: -250px; } .feature ul li{ float: left; width: 32%; padding-top: 250px; text-align: right; } .feature ul li:nth-child(1){ background: url(../images/17.png) no-repeat center center; background-size:100% auto; } .feature ul li:nth-child(2){ background: url(../images/16.png) no-repeat center center; background-size:100% auto; } .feature ul li:nth-child(3){ background: url(../images/15.png) no-repeat center center; background-size:100% auto; } .feature ul li p:nth-child(1){ font-size: 30px; color: white; margin-right: 20px; } .feature ul li p:nth-child(2){ font-size: 16px; color: #DEDEDE; margin-top: 10px; margin-right: 20px; } .feature ul li a{ display: inline-block; font-size: 16px; color: #F39800; margin-top: 40px; margin-right: 20px; width: 150px; height: 50px; border: 1px solid #C57F0B; text-align: center; line-height: 50px; margin-bottom: 50px; } .feature ul li:nth-child(n+2){ margin-left: 2%; } .feature>a{ display:block; color: #DDDDDD; width: 200px; height: 50px; text-align: center; line-height: 50px; background: #323334; margin: auto; letter-spacing: 2px; margin-top: 50px; } .course .mn{ display: none; } @media (max-width:992px) { .course .mn{ display: block; margin-top: 30px; width: 70%; float: right; } .course{ background: none; background-color: #C9CDD5; padding-top:10px; padding-bottom:0; margin-top: 20px; } .course .content{ padding-left: 40px; padding-top: 15px; background: url(../images/cn.png) no-repeat 0 0; background-size:15% auto; } .course .content p:nth-child(1){ font-size: 18px; } .course .content p:nth-child(1) img{ width:60px; } .course .content p:nth-child(2){ margin-bottom:10px; font-size: 12px; } .course .content p:nth-child(n+3){ display: inline; font-size: 12px; margin-top: 5px; } .course .content>a{ font-size: 12px; color: #323232; margin-top:15px; padding: 5px 0; width: 80px; } .course>div:nth-child(2){ margin-top: 20px; } .course>div:nth-child(2) .one{ width: 80%; } .course>div:nth-child(2) .one::after{ top: 12px; } .course>div:nth-child(2) .one span:nth-child(1){ width: 20px; height: 20px; margin-left:25%; } .course>div:nth-child(2) .one span:nth-child(3){ width: 25px; height: 25px; } .course>div:nth-child(2) .one div{ position: absolute; top: -4px; left:40%; } .course>div:nth-child(2) .one div img{ width:35px; } .course>div:nth-child(2) .one div p{ font-size: 12px; } .course>div:nth-child(2) .two{ width: 15%; } .course>div:nth-child(2) .two span{ width: 20px; height: 20px; } .course>div:nth-child(2) .two:after{ left: 10px; right: 0; top:11px; } .feature{ max-width: 1200px; margin: auto; z-index: 9999; } .feature ul li{ padding:25px 0; margin-top: -60px; } .feature ul li p:nth-child(1){ font-size: 16px; margin-right: 5px; } .feature ul li p:nth-child(2){ font-size: 12px; margin-top: 5px; margin-right: 5px; } .feature ul li a{ display: inline-block; font-size: 12px; color: #F39800; margin-top: 10px; margin-right: 5px; width: 60px; height: 20px; line-height: 20px; margin-bottom: 10px; } .feature ul li:nth-child(n+2){ margin-left: 2%; } .feature>a{ width: 100px; height: 30px; line-height: 30px; font-size: 12px; margin-top:10px; } } /*道可视360度全景*/ .visual{ margin-top: 60px; background: url(../images/20.png) no-repeat center center; background-size:100% 100%; } .visual .left{ float: left; width: 50%; } .visual .left .top{ width: 100%; padding-top: 100px; position: relative; margin-bottom: 15px; border-bottom: 1px solid #3B3B3B; } /*.visual .left .top::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 90%; height: 1px; border-bottom: 1px solid #3B3B3B; }*/ .visual .left .top div{ } .visual .left .top img{ float: right; max-width: 500px; } .visual .left .bottom{ color: #969696; font-size: 12px; float: right; max-width: 500px; } .visual .left .bottom div{ float: right; margin-left: 30px; padding-left:10px; background: url(../images/dian.png) no-repeat 0 center; margin-bottom: 20px; } .visual .right{ float:left; width: 50%; position: relative; } .visual .right { float:left; } .visual .right>div{ max-width: 500px; color: #979797; background: #383838; position: relative; } .visual .right>div .but{ width: 60px; height:100px; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); -ms-transform: translateY(-50%); cursor: pointer; } .visual .right>div .but img{ width: 60px; height: 120px; } .visual .right>div ul li{ margin:0 15%; padding-top: 80px; } .visual .right>div ul li span{ display: block; width: 120px; height: 20px; background: white; margin-bottom: 20px; } .visual .right>div ul li p:nth-child(2){ font-size: 41px; color: white; } .visual .right>div ul li p:nth-child(3){ font-size: 12px; color: #979797; margin-top: 10px; margin-bottom: 80px; } .visual .right div ul li p:nth-child(4){ font-size: 12px; color: #979797; line-height: 30px; letter-spacing: 1px; } .visual .right>div ul li a{ display: block; border: 1px solid #CB8208; font-size: 18px; width: 150px; height: 40px; line-height: 40px; text-align: center; color: #F39800; float: right; margin: 100px 0 50px 0; } @media (max-width:1200px) { .visual .left .top img{ float: right; max-width: 380px; } .visual .left .bottom{ color: #969696; font-size: 12px; width:100%; margin-left:0%; } .visual .left .bottom div{ margin-left: 10px; } .visual .right>div{ max-width: 380px; } } @media (max-width:992px){ .visual{ margin-top:20px; background: url(../images/20.png) no-repeat center center; background-size:100% 100%; } .visual .left{ float: none; width: 100%; } .visual .left .top{ text-align: center; padding-top:10px; margin-bottom:5px; } /*.visual .left .top::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 90%; height: 1px; border-bottom: 1px solid #3B3B3B; }*/ .visual .left .top div{ } .visual .left .top img{ float: none; max-width: 500px; margin: auto; } .visual .left .bottom{ width:100%; margin-left:0; } .visual .left .bottom div{ float: left; margin-right: 0; width:43%; margin-bottom:10px; padding-left:10px; } .visual .right{ float:none; width: 90%; } .visual .right { float:none; } .visual .right>div .but{ width:30px; height:60px; } .visual .right>div .but img{ width:30px; height: 60px; } .visual .right>div ul li{ margin:0 5%; padding-top:10px; } .visual .right>div ul li span{ width: 100px; margin-bottom:10px; } .visual .right>div ul li p:nth-child(2){ font-size:18px; } .visual .right>div ul li p:nth-child(3){ margin-top:0; margin-bottom:20px; } .visual .right div ul li p:nth-child(4){ font-size: 12px; color: #979797; line-height: 20px; letter-spacing: 1px; } .visual .right>div ul li a{ font-size: 14px; width: 100px; height: 30px; line-height: 30px; margin:20px 0 20px 0; } } /*数字信号*/ .signal{ max-width: 1200px; margin: auto; } .signal ul{ width: 100%; } .signal ul li{ width: 100%; padding: 10px; margin-bottom: 30px; } .signal ul li:nth-child(odd) .right{ float: right; width: 55%; margin-right: -3.5%; margin-bottom: -40px; margin-top: 30px; } .signal ul li:nth-child(even) .right{ float: left; width: 55%; margin-left: -3.5%; margin-bottom: -40px; margin-top: 30px; } .signal ul li .right img{ width: 19px; margin-left: 92%; } .signal ul li .right p{ margin: 0 8%; } .signal ul li .right p:nth-child(2){ font-size: 36px; color: #DEDEDE; text-align: right; margin-top: 20px; margin-bottom: 20px; } .signal ul li .right p:nth-child(3){ font-size: 14px; color: #979797; } .signal ul li .right a{ display: block; margin: 0 8%; font-size: 18px; color: white; margin-top: 100px; border: 1px solid white; text-align: center; width: 150px; height: 50px; line-height: 50px; margin-bottom: 30px } .signal ul li .right a.active{ color:#F39800; border: 1px solid #885E18; } .signal ul li:nth-child(odd) .right a{ float: right; margin-right: 8%; } .signal ul li:nth-child(1) .right{ background: url(../images/signal02.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(2) .right{ background: url(../images/signal04.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(3) .right{ background: url(../images/signal07.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(1){ background: url(../images/signal01.png) no-repeat 10px 10px; background-size:50% 95.25%; background-color: #DEDEDE; } .signal ul li:nth-child(2){ background: url(../images/signal03.png) no-repeat 98% 10px; background-size:50% 95.28%; background-color: #DEDEDE; } .signal ul li:nth-child(3){ background: url(../images/signal06.png) no-repeat 10px 10px; background-size:50% 95.25%; background-color: #DEDEDE; } .signal>a{ display: block; text-align: center; width: 200px; height: 50px; line-height: 50px; font-size: 18px; background: #323334; color: white; margin: auto; margin-top: 80px; } @media (max-width:1400px) { .signal ul li{ padding: 0; } .signal ul li:nth-child(odd) .right{ float: right; width: 50%; margin:10px 10px 10px 0; } .signal ul li:nth-child(even) .right{ float: left; width: 50%; margin:10px 10px 10px 0; } } @media (max-width:768px){ .signal ul li{ padding:0; margin-bottom: 10px; padding-top: 60%; } .signal ul li:nth-child(odd) .right{ float: none; width: 100%; margin-right:0; margin-bottom:0; margin-top:0; margin: 0; padding: 0; } .signal ul li:nth-child(even) .right{ float: none; width: 100%; margin-right:0; margin-bottom:0; margin-top:0; padding: 0; padding-bottom: 10px; } .signal ul li .right img{ width: 8px; margin-left: 90%; } .signal ul li .right p{ margin: 0 8%; } .signal ul li .right p:nth-child(2){ font-size: 16px; color: #DEDEDE; text-align: right; margin-top: 5px; margin-bottom: 5px; } .signal ul li .right p:nth-child(3){ font-size: 12px; color: #979797; } .signal ul li .right a{ display: block; font-size: 12px; margin-top:20px; width: 100px; height: 30px; line-height: 30px; margin-bottom:10px } .signal ul li:nth-child(odd) .right a{ float: right; margin-right: 8%; margin-bottom:10px } .signal ul li:nth-child(1) .right{ background: url(../images/signal02.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(2) .right{ background: url(../images/signal04.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(3) .right{ background: url(../images/signal07.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(1){ background: url(../images/signal01.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal ul li:nth-child(2){ background: url(../images/signal03.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal ul li:nth-child(3){ background: url(../images/signal06.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal>a{ display: block; text-align: center; width:150px; height: 30px; line-height: 30px; font-size: 12px; margin-top: 20px; } } .syndicate{ margin-top: 80px; background: #2F3031; text-align: center; padding: 100px 0 80px 0; } .syndicate p:nth-child(1){ margin-bottom: 50px; font-size: 30px; color: #EDEDED; } .syndicate p:nth-child(2){ width: 45%; line-height: 40px; margin: auto; text-align: center; margin-bottom: 50px; font-size: 14px; color: #AAAAAA; } .syndicate a{ display: block; margin: auto; font-size: 18px; color: #F39800; width: 200px; height: 50px; line-height: 50px; border: 1px solid #BB7A0D; } @media (max-width:768px){ .syndicate{ margin-top: 20px; padding:20px 0 10px 0; } .syndicate p:nth-child(1){ margin-bottom: 10px; font-size: 18px; } .syndicate p:nth-child(2){ width:90%; line-height:28px; margin-bottom: 20px; font-size: 12px; } .syndicate a{ font-size: 12px; width: 150px; height: 30px; line-height:30px; } }
css/index.css
.banner{ position: relative; } .banner:before{ content: ""; display: block; padding-top:39%; } .banner div{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all 1.5s; opacity: 0; } .banner div.active{ opacity: 1; } .banner img{ display: block; } .tailgate { background: #F2F2F2; } .tailgate>div { max-width: 1395px; margin: auto; padding: 100px 0 60px 0; background: url(../images/qicheshouye.png) no-repeat center center; background-size: 60% auto; } .tailgate .electromotion { float: left; } .tailgate .attack { float: right; text-align: right; } .tailgate .electromotion p:nth-child(1) span { float: left; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .electromotion h1 { font-size: 53px; color: #3D3D3D; font-weight: 500; } .tailgate .electromotion p:nth-child(3) { font-size: 16px; color: #3D3D3D; } .tailgate .electromotion p:nth-child(n+4) { font-size: 14px; margin-top: 10px; color: #838383; } .tailgate .electromotion a { display: inline-block; margin-top: 150px; color: #F3F3F3; background: #3A3A3A; padding: 10px 30px; font-size: 18px; } .tailgate .electromotion p:nth-child(4) { margin-top: 30px; } .tailgate .attack p:nth-child(1) span { float: right; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .attack h2 { font-size: 36px; color: #4D4D4D; font-weight: 500; } .tailgate .attack p:nth-child(n+3) { font-size: 14px; color: #999898; margin-top: 8px; } .tailgate .attack>p:nth-child(3) { margin-top: 30px; } .tailgate .attack div { margin-top: 300px; } .tailgate .attack div img { width: 65%; } .tailgate .attack div p { margin-top: 0; } @media (max-width: 1200px) {} @media (max-width: 768px) { .tailgate { padding: 0 10px; } .tailgate>div { max-width: 1395px; margin: auto; padding: 20px 0 110px 0; background: url(../images/qicheshouye.png) no-repeat center bottom; background-size: 60% auto; } .tailgate .electromotion { float: left; width: 48%; } .tailgate .attack { float: right; text-align: right; width: 48%; } .tailgate .electromotion h1 { font-size:20px; font-weight: bold; } .tailgate .electromotion p:nth-child(3) { font-size: 10px; margin-bottom: 10px; transform: scale(0.8); margin-left: -10%; } .tailgate .electromotion p:nth-child(n+4) { font-size: 12px; display: inline; } .tailgate .electromotion a { display:block; margin-top: 10px; font-size: 12px; width: 50px; text-align: center; } .tailgate .attack p:nth-child(1) span { float: right; display: inline-block; padding: 10px 0; width: 100px; background: #484848; margin-bottom: 10px; } .tailgate .attack h2 { font-size:16px; margin-top: 5px; font-weight: bold; margin-bottom: 25px; } .tailgate .attack p:nth-child(n+3) { font-size: 12px; display: inline; color: #838383; } .tailgate .attack>p:nth-child(3) { margin-top: 30px; } .tailgate .attack div { margin-top: 30px; } .tailgate .attack div p { font-size: 12px; } } .ybr{ } .ybr img{ display: block; } .ybr .one{ background: #212121; } .ybr .one li{ float: left; width: 33.333333%; } .ybr .one li:nth-child(2){ background: #212121; } .ybr .one li:nth-child(2) span{ display: block; margin: 80px 0 0 70px; width: 60px; height: 15px; background: white; } .ybr .one li:nth-child(2) h2{ font-size: 38px; color: #E7E7E7; margin: 20px 0 0 70px; font-weight: 500; } .ybr .one li:nth-child(2) p{ font-size: 14px; color: #9C9C9C; margin: 110px 20px 50px 70px; line-height: 30px; letter-spacing: 1px; } .ybr .two{ background: #3A3B3C; margin-bottom: 30px; } .ybr .two li{ display: inline-block; } .ybr .two li:nth-child(1){ background: #2E2E2E; width: 69%; } .ybr .two li:nth-child(1) img{ margin-top: -5%; } .ybr .two li:nth-child(2){ width: 30%; vertical-align: top; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 120px 50px 0 50px; color: #9C9C9C; font-size: 14px; line-height: 30px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 100px 50px 0 50px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 20px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 50px; border: 1px solid #F39800; line-height: 50px; text-align: center; } @media (max-width:1700px) { .ybr .one li:nth-child(2) span{ margin: 20px 0 0 20px; } .ybr .one li:nth-child(2) h2{ font-size: 22px; margin: 10px 0 0 20px; } .ybr .one li:nth-child(2) p{ margin: 5px 10px 0 20px; line-height: 22px; letter-spacing: 0; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 5px 10px 0 15px; line-height: 24px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 5px 10px 0 15px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 10px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 30px; border: 1px solid #F39800; line-height: 30px; text-align: center; } } @media (max-width:768px) { .ybr .one{ position: relative; } .ybr .one li{ float: none; width:50%; } .ybr .one li:nth-child(3){ position: absolute; width:50%; left: 50%; top:0; right: 0; bottom: 0; } .ybr .one li:nth-child(2){ background: #212121; width: 100%; } .ybr .one li:nth-child(2) span{ margin: 10px 0 0 10px; } .ybr .one li:nth-child(2) h2{ font-size: 16px; margin: 10px 0 0 10px; } .ybr .one li:nth-child(2) p{ font-size: 12px; margin: 10px 10px 0 10px; line-height: 24px; padding-bottom: 20px; } .ybr .two{ margin-bottom: 20px; } .ybr .two li{ display: inline-block; } .ybr .two li:nth-child(1){ width:100%; } .ybr .two li:nth-child(1) img{ margin-top: 0; } .ybr .two li:nth-child(2){ width: 100%; } .ybr .two li:nth-child(2) p:nth-child(1){ margin: 10px 10px 0 10px; font-size: 12px; line-height: 24px; } .ybr .two li:nth-child(2) p:nth-child(2){ margin: 10px 10px 10px 10px; } .ybr .two li:nth-child(2) p:nth-child(2) span{ float: left; display: block; width: 80px; height: 15px; background: white; margin-top: 10px; } .ybr .two li:nth-child(2) p:nth-child(2) a{ float: right; color: #F39800; width: 150px; height: 30px; border: 1px solid #F39800; line-height: 30px; text-align: center; } } .regimentation{ max-width: 1500px; margin: auto; } .regimentation img{ display: block; height: 100%; } .regimentation li div{ float: left; } .regimentation li div:nth-child(1){ width: 50%; } .regimentation li div:nth-child(2){ width: 50%; } .regimentation li:nth-child(1) div:nth-child(2),.regimentation li:nth-child(3) div:nth-child(2){ margin-left: 50%; } .regimentation li:nth-child(1){ background: url(../images/08.png) no-repeat 0 center; background-size:50% 100%; } .regimentation li:nth-child(2){ background: url(../images/09.png) no-repeat 100% center; background-size:50% 100%; } .regimentation li:nth-child(3){ background: url(../images/10.png) no-repeat 0 center; background-size:50% 100%; } .regimentation li .textintroduction{ background: #EEEEEE; } .regimentation li .textintroduction p:nth-child(1){ font-size: 42px; color: #454545; margin: 60px 0 0 60px; } .regimentation li .textintroduction p:nth-child(2){ font-size:14px; color: #979797; margin: 30px 60px 0 60px; line-height: 30px; letter-spacing: 1px; } .regimentation li .textintroduction a{ display: block; margin: 60px 0 60px 60px; color: #F39800; font-size: 20px; border: 1px solid #F39800; width: 180px; text-align: center; height: 40px; line-height: 40px; background: url(../images/dbx.png) no-repeat 90% center; } @media (max-width:768px) { .regimentation li .textintroduction p:nth-child(1){ font-size: 14px; color: #454545; margin: 5px 0 0 5px; } .regimentation li .textintroduction p:nth-child(2){ font-size:12px; margin: 0 5px 0 5px; line-height: 22px; letter-spacing: 0; /*transform: scale(0.9); margin-left: -2%; margin-right: -3%;*/ letter-spacing: 0.5px; } .regimentation li .textintroduction a{ display: block; margin: 5px 0 5px 5px; font-size: 12px; width: 120px; text-align: center; height: 20px; line-height: 20px; background: url(../images/dbx.png) no-repeat 90% center; } } .course{ background: url(../images/12.png) no-repeat 100% 40px; background-size:60% auto; background-color: #C9CDD5; margin-top: 20px; padding-top: 150px; padding-bottom: 400px; } .course .content{ max-width: 1600px; margin: auto; padding-left: 100px; padding-top: 25px; background: url(../images/cn.png) no-repeat 0 0; } .course .content p:nth-child(1){ color: #3D3D3D; font-size: 40px; } .course .content p:nth-child(1) img{ width: 130px; vertical-align: text-bottom; } .course .content p:nth-child(2){ color: #3D3D3D; font-size: 16px; margin-bottom: 50px; } .course .content p:nth-child(n+3){ color: #838383; font-size: 14px; margin-top: 10px; } .course .content>a{ display: block; font-size: 18px; color: #323232; margin-top: 50px; padding: 10px 0; width: 150px; text-align: center; border: 1px solid #323232; } .course>div:nth-child(2){ margin-top: 50px; } .course>div:nth-child(2) .one{ float: left; width: 50%; position: relative; margin: 0; padding: 0; } .course>div:nth-child(2) .one::after{ position: absolute; content: ""; top: 0; left: 0; top: 15px; width: 88.4%; height: 1px; border-bottom: 1px solid black; } .course>div:nth-child(2) .one span:nth-child(1){ display: inline-block; width: 25px; height: 25px; border: 1px dashed #65676A; border-radius:50%; margin-left:55%; margin-right: 30%; margin-top: 2px; } .course>div:nth-child(2) .one span:nth-child(3){ position: absolute; left: 88.4%; display: inline-block; width: 30px; height: 30px; border: 1px dashed #65676A; border-radius:50%; } .course>div:nth-child(2) .one div{ position: absolute; top: -8px; left: 62%; z-index: 555; } .course>div:nth-child(2) .one div img{ width: 50px; background-color: #C9CDD5; margin-bottom: 10px; } .course>div:nth-child(2) .one div p{ transform: translateX(-35%); } .course>div:nth-child(2) .two{ float: right; width: 15%; position: relative; } .course>div:nth-child(2) .two span{ display: inline-block; width: 30px; height: 30px; border-radius:50%; border: 1px dashed white; margin: 0; padding: 0; } .course>div:nth-child(2) .two:after{ position: absolute; content: ""; left: 15px; right: 0; top:15px; border-bottom: 1px solid black; } .feature{ max-width: 1200px; margin: auto; margin-top: -250px; } .feature ul li{ float: left; width: 32%; padding-top: 250px; text-align: right; } .feature ul li:nth-child(1){ background: url(../images/17.png) no-repeat center center; background-size:100% auto; } .feature ul li:nth-child(2){ background: url(../images/16.png) no-repeat center center; background-size:100% auto; } .feature ul li:nth-child(3){ background: url(../images/15.png) no-repeat center center; background-size:100% auto; } .feature ul li p:nth-child(1){ font-size: 30px; color: white; margin-right: 20px; } .feature ul li p:nth-child(2){ font-size: 16px; color: #DEDEDE; margin-top: 10px; margin-right: 20px; } .feature ul li a{ display: inline-block; font-size: 16px; color: #F39800; margin-top: 40px; margin-right: 20px; width: 150px; height: 50px; border: 1px solid #C57F0B; text-align: center; line-height: 50px; margin-bottom: 50px; } .feature ul li:nth-child(n+2){ margin-left: 2%; } .feature>a{ display:block; color: #DDDDDD; width: 200px; height: 50px; text-align: center; line-height: 50px; background: #323334; margin: auto; letter-spacing: 2px; margin-top: 50px; } .course .mn{ display: none; } @media (max-width:992px) { .course .mn{ display: block; margin-top: 30px; width: 70%; float: right; } .course{ background: none; background-color: #C9CDD5; padding-top:10px; padding-bottom:0; margin-top: 20px; } .course .content{ padding-left: 40px; padding-top: 15px; background: url(../images/cn.png) no-repeat 0 0; background-size:15% auto; } .course .content p:nth-child(1){ font-size: 18px; } .course .content p:nth-child(1) img{ width:60px; } .course .content p:nth-child(2){ margin-bottom:10px; font-size: 12px; } .course .content p:nth-child(n+3){ display: inline; font-size: 12px; margin-top: 5px; } .course .content>a{ font-size: 12px; color: #323232; margin-top:15px; padding: 5px 0; width: 80px; } .course>div:nth-child(2){ margin-top: 20px; } .course>div:nth-child(2) .one{ width: 80%; } .course>div:nth-child(2) .one::after{ top: 12px; } .course>div:nth-child(2) .one span:nth-child(1){ width: 20px; height: 20px; margin-left:25%; } .course>div:nth-child(2) .one span:nth-child(3){ width: 25px; height: 25px; } .course>div:nth-child(2) .one div{ position: absolute; top: -4px; left:40%; } .course>div:nth-child(2) .one div img{ width:35px; } .course>div:nth-child(2) .one div p{ font-size: 12px; } .course>div:nth-child(2) .two{ width: 15%; } .course>div:nth-child(2) .two span{ width: 20px; height: 20px; } .course>div:nth-child(2) .two:after{ left: 10px; right: 0; top:11px; } .feature{ max-width: 1200px; margin: auto; z-index: 9999; } .feature ul li{ padding:25px 0; margin-top: -60px; } .feature ul li p:nth-child(1){ font-size: 16px; margin-right: 5px; } .feature ul li p:nth-child(2){ font-size: 12px; margin-top: 5px; margin-right: 5px; } .feature ul li a{ display: inline-block; font-size: 12px; color: #F39800; margin-top: 10px; margin-right: 5px; width: 60px; height: 20px; line-height: 20px; margin-bottom: 10px; } .feature ul li:nth-child(n+2){ margin-left: 2%; } .feature>a{ width: 100px; height: 30px; line-height: 30px; font-size: 12px; margin-top:10px; } } /*道可视360度全景*/ .visual{ margin-top: 60px; background: url(../images/20.png) no-repeat center center; background-size:100% 100%; } .visual .left{ float: left; width: 50%; } .visual .left .top{ width: 100%; padding-top: 100px; position: relative; margin-bottom: 15px; border-bottom: 1px solid #3B3B3B; } /*.visual .left .top::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 90%; height: 1px; border-bottom: 1px solid #3B3B3B; }*/ .visual .left .top div{ } .visual .left .top img{ float: right; max-width: 500px; } .visual .left .bottom{ color: #969696; font-size: 12px; float: right; max-width: 500px; } .visual .left .bottom div{ float: right; margin-left: 30px; padding-left:10px; background: url(../images/dian.png) no-repeat 0 center; margin-bottom: 20px; } .visual .right{ float:left; width: 50%; position: relative; } .visual .right { float:left; } .visual .right>div{ max-width: 500px; color: #979797; background: #383838; position: relative; } .visual .right>div .but{ width: 60px; height:100px; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); -ms-transform: translateY(-50%); cursor: pointer; } .visual .right>div .but img{ width: 60px; height: 120px; } .visual .right>div ul li{ margin:0 15%; padding-top: 80px; } .visual .right>div ul li span{ display: block; width: 120px; height: 20px; background: white; margin-bottom: 20px; } .visual .right>div ul li p:nth-child(2){ font-size: 41px; color: white; } .visual .right>div ul li p:nth-child(3){ font-size: 12px; color: #979797; margin-top: 10px; margin-bottom: 80px; } .visual .right div ul li p:nth-child(4){ font-size: 12px; color: #979797; line-height: 30px; letter-spacing: 1px; } .visual .right>div ul li a{ display: block; border: 1px solid #CB8208; font-size: 18px; width: 150px; height: 40px; line-height: 40px; text-align: center; color: #F39800; float: right; margin: 100px 0 50px 0; } @media (max-width:1200px) { .visual .left .top img{ float: right; max-width: 380px; } .visual .left .bottom{ color: #969696; font-size: 12px; width:100%; margin-left:0%; } .visual .left .bottom div{ margin-left: 10px; } .visual .right>div{ max-width: 380px; } } @media (max-width:992px){ .visual{ margin-top:20px; background: url(../images/20.png) no-repeat center center; background-size:100% 100%; } .visual .left{ float: none; width: 100%; } .visual .left .top{ text-align: center; padding-top:10px; margin-bottom:5px; } /*.visual .left .top::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 90%; height: 1px; border-bottom: 1px solid #3B3B3B; }*/ .visual .left .top div{ } .visual .left .top img{ float: none; max-width: 500px; margin: auto; } .visual .left .bottom{ width:100%; margin-left:0; } .visual .left .bottom div{ float: left; margin-right: 0; width:43%; margin-bottom:10px; padding-left:10px; } .visual .right{ float:none; width: 90%; } .visual .right { float:none; } .visual .right>div .but{ width:30px; height:60px; } .visual .right>div .but img{ width:30px; height: 60px; } .visual .right>div ul li{ margin:0 5%; padding-top:10px; } .visual .right>div ul li span{ width: 100px; margin-bottom:10px; } .visual .right>div ul li p:nth-child(2){ font-size:18px; } .visual .right>div ul li p:nth-child(3){ margin-top:0; margin-bottom:20px; } .visual .right div ul li p:nth-child(4){ font-size: 12px; color: #979797; line-height: 20px; letter-spacing: 1px; } .visual .right>div ul li a{ font-size: 14px; width: 100px; height: 30px; line-height: 30px; margin:20px 0 20px 0; } } /*数字信号*/ .signal{ max-width: 1200px; margin: auto; } .signal ul{ width: 100%; } .signal ul li{ width: 100%; padding: 10px; margin-bottom: 30px; } .signal ul li:nth-child(odd) .right{ float: right; width: 55%; margin-right: -3.5%; margin-bottom: -40px; margin-top: 30px; } .signal ul li:nth-child(even) .right{ float: left; width: 55%; margin-left: -3.5%; margin-bottom: -40px; margin-top: 30px; } .signal ul li .right img{ width: 19px; margin-left: 92%; } .signal ul li .right p{ margin: 0 8%; } .signal ul li .right p:nth-child(2){ font-size: 36px; color: #DEDEDE; text-align: right; margin-top: 20px; margin-bottom: 20px; } .signal ul li .right p:nth-child(3){ font-size: 14px; color: #979797; } .signal ul li .right a{ display: block; margin: 0 8%; font-size: 18px; color: white; margin-top: 100px; border: 1px solid white; text-align: center; width: 150px; height: 50px; line-height: 50px; margin-bottom: 30px } .signal ul li .right a.active{ color:#F39800; border: 1px solid #885E18; } .signal ul li:nth-child(odd) .right a{ float: right; margin-right: 8%; } .signal ul li:nth-child(1) .right{ background: url(../images/signal02.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(2) .right{ background: url(../images/signal04.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(3) .right{ background: url(../images/signal07.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(1){ background: url(../images/signal01.png) no-repeat 10px 10px; background-size:50% 95.25%; background-color: #DEDEDE; } .signal ul li:nth-child(2){ background: url(../images/signal03.png) no-repeat 98% 10px; background-size:50% 95.28%; background-color: #DEDEDE; } .signal ul li:nth-child(3){ background: url(../images/signal06.png) no-repeat 10px 10px; background-size:50% 95.25%; background-color: #DEDEDE; } .signal>a{ display: block; text-align: center; width: 200px; height: 50px; line-height: 50px; font-size: 18px; background: #323334; color: white; margin: auto; margin-top: 80px; } @media (max-width:1400px) { .signal ul li{ padding: 0; } .signal ul li:nth-child(odd) .right{ float: right; width: 50%; margin:10px 10px 10px 0; } .signal ul li:nth-child(even) .right{ float: left; width: 50%; margin:10px 10px 10px 0; } } @media (max-width:768px){ .signal ul li{ padding:0; margin-bottom: 10px; padding-top: 60%; } .signal ul li:nth-child(odd) .right{ float: none; width: 100%; margin-right:0; margin-bottom:0; margin-top:0; margin: 0; padding: 0; } .signal ul li:nth-child(even) .right{ float: none; width: 100%; margin-right:0; margin-bottom:0; margin-top:0; padding: 0; padding-bottom: 10px; } .signal ul li .right img{ width: 8px; margin-left: 90%; } .signal ul li .right p{ margin: 0 8%; } .signal ul li .right p:nth-child(2){ font-size: 16px; color: #DEDEDE; text-align: right; margin-top: 5px; margin-bottom: 5px; } .signal ul li .right p:nth-child(3){ font-size: 12px; color: #979797; } .signal ul li .right a{ display: block; font-size: 12px; margin-top:20px; width: 100px; height: 30px; line-height: 30px; margin-bottom:10px } .signal ul li:nth-child(odd) .right a{ float: right; margin-right: 8%; margin-bottom:10px } .signal ul li:nth-child(1) .right{ background: url(../images/signal02.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(2) .right{ background: url(../images/signal04.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(3) .right{ background: url(../images/signal07.png) no-repeat center center; background-size:100% 100%; } .signal ul li:nth-child(1){ background: url(../images/signal01.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal ul li:nth-child(2){ background: url(../images/signal03.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal ul li:nth-child(3){ background: url(../images/signal06.png) no-repeat 10px 10px; background-size:95% auto; background-color: #DEDEDE; } .signal>a{ display: block; text-align: center; width:150px; height: 30px; line-height: 30px; font-size: 12px; margin-top: 20px; } } .syndicate{ margin-top: 80px; background: #2F3031; text-align: center; padding: 100px 0 80px 0; } .syndicate p:nth-child(1){ margin-bottom: 50px; font-size: 30px; color: #EDEDED; } .syndicate p:nth-child(2){ width: 45%; line-height: 40px; margin: auto; text-align: center; margin-bottom: 50px; font-size: 14px; color: #AAAAAA; } .syndicate a{ display: block; margin: auto; font-size: 18px; color: #F39800; width: 200px; height: 50px; line-height: 50px; border: 1px solid #BB7A0D; } @media (max-width:768px){ .syndicate{ margin-top: 20px; padding:20px 0 10px 0; } .syndicate p:nth-child(1){ margin-bottom: 10px; font-size: 18px; } .syndicate p:nth-child(2){ width:90%; line-height:28px; margin-bottom: 20px; font-size: 12px; } .syndicate a{ font-size: 12px; width: 150px; height: 30px; line-height:30px; } }
0.196132
0.139484
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap"); @import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap"); * { box-sizing: border-box; font-family: "Open Sans", sans-serif; margin: 0; padding: 0; } .header{ height: 80px; background-color: rgb(167, 180, 224); } .title{ align-items: center; color: black; cursor: pointer; display: flex; justify-content: space-evenly; padding: 20px 0px; } .mini-image { width: 50px; height: 50px; } .menu{ cursor: pointer; } @media(min-width: 900px){ .menu{ display: none; } .title{ display: none; } } main{ align-items: center; display: flex; justify-content: center; } .container { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); width: 100%; display: block; } .nav-bar{ align-items: center; background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); display: flex; flex-direction: column; height: calc(100vh - 80px); justify-content: stretch; left: 0; position: absolute; transform: translateX(-100%); transition: all 0.5s ease-out; width: 100%; position: relative; display: inline-block; } .dropbtn { border: none; cursor: pointer; } .dropdown-content { display: none; position: absolute; border: transparent; border-radius: 5px; font-size: 26px; height: 70px; margin: 10px 0px; width: 100%; z-index: 1; } .dropdown-content a { background-color: rgb(60, 80, 140); color: #fff; padding: 12px; text-decoration: none; display: block; } .show { display: block; } .iframe { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); height: calc(100vh - 80px); width: 100%; display: flex; align-items: center; justify-content: center; display: none; } .video{ margin-top: 50%; width: 100%; height: 40%; } .text { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .list{ list-style-type: decimal; width: 80%; } .list li { margin: 5px 0px; font-size: 18px; } .title-container { display: none; } .image { display: none; } @media(min-width: 900px){ .nav-bar{ background: rgb(167, 180, 224); display: flex; flex-direction: row; height: 80px; transform: translateX(0); } .dropdown-content{ width: 20%; } .dropdown-content a:hover{ background-color: rgb(29, 39, 95); } .iframe { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); height: calc(100vh - 80px); width: 100%; display: none; } .video{ margin: 0px 20%; width: 60%; height: 80%; } .text { display: none; } .title-container { font-family: "Montserrat", sans-serif; font-size: 32px; margin: 10px; display: block; text-align: center; } .image{ display: block; margin: 20px 15%; } } .nav-btn{ background-color: transparent; border: transparent; border-radius: 5px; color: #333; font-size: 26px; height: 70px; margin: 5px 0px; width: 100%; } .nav-btn:active, .nav-btn:hover { border: rgb(29, 39, 95); background-color: rgb(29, 39, 95); color: #fff; } .menu-open{ transform: translateX(0); } .hamburguer{ height: 3px; margin-left: 30px; position: relative; width: 28px; } .hamburguer::before { content: ''; width: 100%; height: 100%; position: absolute; top: -8px; left: 0; } .hamburguer::after { content: ''; width: 100%; height: 100%; position: absolute; top: 8px; left: 0; transition: all 0.4s ease-out; } .max-hamburguer, .max-hamburguer::before, .max-hamburguer::after { background-color: rgb(29, 39, 95); transition: all 0.4s ease-out; } .hamburguer-x { width: 32px; transform: rotateZ(45deg); } .hamburguer-x::before, .hamburguer-x::after { top: 0; transform: rotateZ(90deg); }
style.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap"); @import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap"); * { box-sizing: border-box; font-family: "Open Sans", sans-serif; margin: 0; padding: 0; } .header{ height: 80px; background-color: rgb(167, 180, 224); } .title{ align-items: center; color: black; cursor: pointer; display: flex; justify-content: space-evenly; padding: 20px 0px; } .mini-image { width: 50px; height: 50px; } .menu{ cursor: pointer; } @media(min-width: 900px){ .menu{ display: none; } .title{ display: none; } } main{ align-items: center; display: flex; justify-content: center; } .container { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); width: 100%; display: block; } .nav-bar{ align-items: center; background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); display: flex; flex-direction: column; height: calc(100vh - 80px); justify-content: stretch; left: 0; position: absolute; transform: translateX(-100%); transition: all 0.5s ease-out; width: 100%; position: relative; display: inline-block; } .dropbtn { border: none; cursor: pointer; } .dropdown-content { display: none; position: absolute; border: transparent; border-radius: 5px; font-size: 26px; height: 70px; margin: 10px 0px; width: 100%; z-index: 1; } .dropdown-content a { background-color: rgb(60, 80, 140); color: #fff; padding: 12px; text-decoration: none; display: block; } .show { display: block; } .iframe { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); height: calc(100vh - 80px); width: 100%; display: flex; align-items: center; justify-content: center; display: none; } .video{ margin-top: 50%; width: 100%; height: 40%; } .text { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .list{ list-style-type: decimal; width: 80%; } .list li { margin: 5px 0px; font-size: 18px; } .title-container { display: none; } .image { display: none; } @media(min-width: 900px){ .nav-bar{ background: rgb(167, 180, 224); display: flex; flex-direction: row; height: 80px; transform: translateX(0); } .dropdown-content{ width: 20%; } .dropdown-content a:hover{ background-color: rgb(29, 39, 95); } .iframe { background: linear-gradient(to bottom, rgb(167, 180, 224), #fff); height: calc(100vh - 80px); width: 100%; display: none; } .video{ margin: 0px 20%; width: 60%; height: 80%; } .text { display: none; } .title-container { font-family: "Montserrat", sans-serif; font-size: 32px; margin: 10px; display: block; text-align: center; } .image{ display: block; margin: 20px 15%; } } .nav-btn{ background-color: transparent; border: transparent; border-radius: 5px; color: #333; font-size: 26px; height: 70px; margin: 5px 0px; width: 100%; } .nav-btn:active, .nav-btn:hover { border: rgb(29, 39, 95); background-color: rgb(29, 39, 95); color: #fff; } .menu-open{ transform: translateX(0); } .hamburguer{ height: 3px; margin-left: 30px; position: relative; width: 28px; } .hamburguer::before { content: ''; width: 100%; height: 100%; position: absolute; top: -8px; left: 0; } .hamburguer::after { content: ''; width: 100%; height: 100%; position: absolute; top: 8px; left: 0; transition: all 0.4s ease-out; } .max-hamburguer, .max-hamburguer::before, .max-hamburguer::after { background-color: rgb(29, 39, 95); transition: all 0.4s ease-out; } .hamburguer-x { width: 32px; transform: rotateZ(45deg); } .hamburguer-x::before, .hamburguer-x::after { top: 0; transform: rotateZ(90deg); }
0.462716
0.130092
body { font-family: 'Source Sans Pro', serif; font-size: 20px; color: #434343; } p { line-height: 1.5; margin: 30px 0; } p a { text-decoration: underline; } li a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: 800; } a { color: #434343; } a:hover, a:focus { color: #3a81ba; } a img:hover, a img:focus { cursor: zoom-in; } blockquote { color: #999999; font-style: italic; } hr.small { max-width: 100px; margin: 15px auto; border-width: 4px; border-color: white; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0; } } .navbar-custom { background: #202529; border-bottom: 0; margin: 0; width: 100%; z-index: 3; font-family: 'Source Sans Pro', sans-serif; } .navbar-custom .navbar-brand { padding: 0; margin: 15px 0 0 15px; color: #F5F5F5; font-weight: 600; } .navbar-custom .navbar-brand .logo { height: 80%; cursor: pointer; } .navbar-custom .navbar-toggle { padding: 26px; margin: 0; float: left; border: 1px solid rgba(255, 255, 255, 0.1); border-width: 0 1px; border-radius: 0; } .navbar-custom .navbar-toggle .icon-bar { background-color: white; border-radius: 0; width: 22px; height: 3px; } .navbar-custom .navbar-toggle .icon-bar + .icon-bar { margin-top: 5px; } .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus { background: transparent; } .navbar-custom .navbar-collapse { border-top: 1px solid rgba(255, 255, 255, 0.1); } .navbar-custom .nav .active a { color: white; background-color: transparent; } .navbar-custom .nav .active a:hover, .navbar-custom .nav .active a:focus { color: white; background-color: transparent; } .navbar-custom .nav .active a:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } .navbar-custom .nav li.to_kilix a:hover, .navbar-custom .nav li.to_kilix a:focus { color: #3a81ba; } .navbar-custom .nav li.to_kilix a:hover:after, .navbar-custom .nav li.to_kilix a:focus:after { opacity: 0; } .navbar-custom .nav li a { color: white; padding: 0; margin: 25px 20px; text-transform: uppercase; font-size: 15px; font-weight: 600; letter-spacing: 1.2px; } .navbar-custom .nav li a:after { position: absolute; height: 100%; width: 2px; left: -8px; top: 0; content: " "; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-transform: translateX(-0.3rem); -ms-transform: translateX(-0.3rem); transform: translateX(-0.3rem); opacity: 0; background: #ff4a46; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus { color: white; } @media only screen and (min-width: 768px) { .navbar-custom { background: rgba(0, 0, 0, 0.4); border-bottom: 0; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; transition: background-color 0.3s; } .navbar-custom.is-top { background-color: #202529; } .navbar-custom .nav li a:after { position: absolute; width: 100%; height: 2px; bottom: -1px; left: 0; top: inherit; content: " "; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-transform: translateY(0.3rem); -ms-transform: translateY(0.3rem); transform: translateY(0.3rem); opacity: 0; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus { color: white; } .navbar-custom .nav li a:hover:after, .navbar-custom .nav li a:focus:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } } .intro-header { background: no-repeat center center; background-color: #999999; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; margin-bottom: 50px; } .intro-header .container { background: rgba(0, 0, 0, 0.2); width: 100%; } .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 100px 0 50px; color: white; } @media only screen and (min-width: 768px) { .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 150px 0; } } .intro-header .site-heading, .intro-header .page-heading { text-align: center; } .intro-header .site-heading h1, .intro-header .page-heading h1 { margin-top: 0; font-size: 50px; text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); } .intro-header .site-heading .subheading, .intro-header .page-heading .subheading { font-size: 24px; line-height: 1.1, display: block; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; margin: 10px 0 0; } @media only screen and (min-width: 768px) { .intro-header .site-heading h1, .intro-header .page-heading h1 { font-size: 80px; } } .intro-header .post-heading h1 { font-size: 35px; text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); } .intro-header .post-heading .subheading, .intro-header .post-heading .meta { line-height: 1.1; display: block; } .intro-header .post-heading .subheading { font-family: 'Source Sans Pro', sans-serif; font-size: 24px; margin: 10px 0 30px; font-weight: 600; } .intro-header .post-heading .meta { font-family: 'Source Sans Pro', serif; font-style: italic; font-weight: 300; font-size: 20px; } .intro-header .post-heading .meta a { color: white; } @media only screen and (min-width: 768px) { .intro-header .post-heading h1 { font-size: 55px; } .intro-header .post-heading .subheading { font-size: 30px; } } .post-preview { padding-bottom: 20px; position: relative; } .post-preview img { margin: auto; } .post-preview > a { color: #434343; } .post-preview > a:hover, .post-preview > a:focus { text-decoration: none; color: #3a81ba; } .post-preview > a > .post-title { font-size: 30px; margin-top: 60px; margin-bottom: 0; } .post-preview > a > .post-subtitle { margin: 0; font-weight: 300; margin-bottom: 10px; } .post-preview > .post-meta { color: #999999; font-size: 16px; font-style: italic; margin-top: 0; } .post-preview > .post-meta > a { text-decoration: none; color: #434343; } .post-preview > .post-meta > a:hover, .post-preview > .post-meta > a:focus { color: #3a81ba; text-decoration: underline; } .post-preview .title-category { color: white; float: right; position: relative; padding: 7px 16px 7px 36px; text-transform: capitalize; position: absolute; top: -50px; right: 0; } .post-preview .title-category:after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 0; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 21px solid white; } .post-preview .title-category.docker { background-color: #009884; } .post-preview .title-category.docker:hover { background-color: #006558; } .post-preview .title-category.php { background-color: #61aff0; } .post-preview .title-category.php:hover { background-color: #3297ec; } .post-preview .title-category.agility { background-color: #ff4a46; } .post-preview .title-category.agility:hover { background-color: #ff1813; } .post-preview .title-category.developer-tips { background-color: #f7c239; } .post-preview .title-category.developer-tips:hover { background-color: #f3b20a; } .post-preview .title-category.fun { background-color: #8b81d2; } .post-preview .title-category.fun:hover { background-color: #685bc5; } .post-preview .to_post { display: block; float: right; color: #3a81ba; font-size: 16px; } .post-preview .to_post:hover { text-decoration: underline; } .post-preview p { margin: 20px 0; } .post-preview h1, .post-preview h2, .post-preview h3, .post-preview h4, .post-preview h5, .post-preview h6 { font-weight: 600; } @media only screen and (min-width: 768px) { .post-preview > a > .post-title { max-width: 75%; margin-top: 30px; font-size: 36px; font-weight: 800; } .post-preview .title-category { top: 0; } } article img { margin: 15px auto; } article h1, article h2, article h3, article h4, article h5, article h6 { font-weight: 600; margin-bottom: 0; } article p { margin: 20px 0; } .tags, .category { color: #3a81ba; font-size: 16px; margin: 0; } .category a { text-transform: capitalize; } .a2a_kit { margin-top: 15px; } .author { background-color: #f8f8f8; border: 1px solid #ccc; border-radius: 3px; padding: 6px; margin-top: 20px; position: relative; } .author .author_img { max-height: 100px; margin: 0; } .author .author_infos { position: absolute; left: 112px; } .author .author_infos .author_job { font-size: 18px; } .section-heading { font-size: 36px; margin-top: 60px; font-weight: 700; } .caption { text-align: center; font-size: 14px; padding: 10px; font-style: italic; margin: 0; display: block; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } footer { background: #202529; color: #e7e7e7; font-weight: 400; font-size: 17px; margin-top: 20px; padding: 30px 0 30px; } footer a { color: #e7e7e7; text-decoration: none; } footer a:hover { text-decoration: none; } footer .gray-text { color: rgba(199, 199, 199, 0.67); } footer strong { font-weight: 400; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25); } footer .list-inline { margin: 0; padding: 0; } footer .copyright { color: rgba(199, 199, 199, 0.67); margin: 10px 0 20px 0; } footer .block-align { display: flex; align-items: center; justify-content: center; } @media (max-width: 768px) { footer .block-align { margin-top: 15px; } } footer .block-align.contact-us > div { min-width: 190px; } footer .link_extia { vertical-align: super; padding-left: 2px; cursor: pointer; } footer .link_extia .logo_extia { width: 50px; display: inherit; cursor: pointer; } footer .fa-stack { color: white; } footer .fa-stack .fa-inverse { color: #202529; } footer .fa-stack:hover { color: #3a81ba; } footer .fa-stack:hover .fa-inverse { color: white; } .floating-label-form-group { font-size: 14px; position: relative; margin-bottom: 0; padding-bottom: 0.5em; border-bottom: 1px solid #eeeeee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: none; border-radius: 0; font-size: 1.5em; background: none; box-shadow: none !important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: 0.85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top 0.3s ease,opacity 0.3s ease; -moz-transition: top 0.3s ease,opacity 0.3s ease; -ms-transition: top 0.3s ease,opacity 0.3s ease; transition: top 0.3s ease,opacity 0.3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eeeeee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #3a81ba; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eeeeee; } .btn { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: 1px; border-radius: 0; padding: 15px 25px; } .btn-lg { font-size: 16px; padding: 25px 35px; } .btn-default:hover, .btn-default:focus { background-color: #3a81ba; border: 1px solid #3a81ba; color: white; } .pager { margin: 20px 0 0; } .pager li > a, .pager li > span { font-family: 'Source Sans Pro', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 1px; padding: 10px 5px; background-color: white; border: 0; border-radius: 0; } @media only screen and (min-width: 768px) { .pager li > a, .pager li > span { font-size: 14px; padding: 15px 25px; } } .pager li > a:hover, .pager li > a:focus { color: #3a81ba; background-color: white; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #434343; cursor: not-allowed; } .search-bar { padding: 18px 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .search-bar .search-container { position: relative; } .search-bar .search-container .search-input { width: 150px; font-size: 18px; border: 0; background-color: transparent; color: white; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); } .search-bar .search-container .search-input:focus { outline: inherit; } .search-bar .search-container .search-input.open { width: 150px; } .search-bar .search-container .search-button { background-color: transparent; border: 0; padding: 2px 7px; } .search-bar .search-container .search-button .fa { color: white; } .search-bar .search-container .search-button:hover, .search-bar .search-container .search-button:focus { outline: inherit; } .search-bar .search-container .results-container { display: block; z-index: 1; background-color: #f8f8f8; color: #434343; width: 397px; max-width: 100%; position: absolute; left: 0; top: 50px; list-style: inherit; font-size: 15px; padding-left: 5px; } .search-bar .search-container .results-container li { padding: 4px 0; } .search-bar .search-container .results-container li a { color: #434343; text-transform: none; font-weight: 400; letter-spacing: 0; margin-left: 5px; } @media only screen and (min-width: 768px) { .search-bar { border-top: 0; border-bottom: 0; border-left: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); } .search-bar .search-container .search-input { width: 0; } .search-bar .search-container .results-container { max-width: none; display: none; top: 52px; left: -189px; } } ::-moz-selection { color: white; text-shadow: none; background: #3a81ba; } ::selection { color: white; text-shadow: none; background: #3a81ba; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #3a81ba; }
css/clean-blog.css
body { font-family: 'Source Sans Pro', serif; font-size: 20px; color: #434343; } p { line-height: 1.5; margin: 30px 0; } p a { text-decoration: underline; } li a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: 800; } a { color: #434343; } a:hover, a:focus { color: #3a81ba; } a img:hover, a img:focus { cursor: zoom-in; } blockquote { color: #999999; font-style: italic; } hr.small { max-width: 100px; margin: 15px auto; border-width: 4px; border-color: white; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0; } } .navbar-custom { background: #202529; border-bottom: 0; margin: 0; width: 100%; z-index: 3; font-family: 'Source Sans Pro', sans-serif; } .navbar-custom .navbar-brand { padding: 0; margin: 15px 0 0 15px; color: #F5F5F5; font-weight: 600; } .navbar-custom .navbar-brand .logo { height: 80%; cursor: pointer; } .navbar-custom .navbar-toggle { padding: 26px; margin: 0; float: left; border: 1px solid rgba(255, 255, 255, 0.1); border-width: 0 1px; border-radius: 0; } .navbar-custom .navbar-toggle .icon-bar { background-color: white; border-radius: 0; width: 22px; height: 3px; } .navbar-custom .navbar-toggle .icon-bar + .icon-bar { margin-top: 5px; } .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus { background: transparent; } .navbar-custom .navbar-collapse { border-top: 1px solid rgba(255, 255, 255, 0.1); } .navbar-custom .nav .active a { color: white; background-color: transparent; } .navbar-custom .nav .active a:hover, .navbar-custom .nav .active a:focus { color: white; background-color: transparent; } .navbar-custom .nav .active a:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } .navbar-custom .nav li.to_kilix a:hover, .navbar-custom .nav li.to_kilix a:focus { color: #3a81ba; } .navbar-custom .nav li.to_kilix a:hover:after, .navbar-custom .nav li.to_kilix a:focus:after { opacity: 0; } .navbar-custom .nav li a { color: white; padding: 0; margin: 25px 20px; text-transform: uppercase; font-size: 15px; font-weight: 600; letter-spacing: 1.2px; } .navbar-custom .nav li a:after { position: absolute; height: 100%; width: 2px; left: -8px; top: 0; content: " "; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-transform: translateX(-0.3rem); -ms-transform: translateX(-0.3rem); transform: translateX(-0.3rem); opacity: 0; background: #ff4a46; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus { color: white; } @media only screen and (min-width: 768px) { .navbar-custom { background: rgba(0, 0, 0, 0.4); border-bottom: 0; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; transition: background-color 0.3s; } .navbar-custom.is-top { background-color: #202529; } .navbar-custom .nav li a:after { position: absolute; width: 100%; height: 2px; bottom: -1px; left: 0; top: inherit; content: " "; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-transform: translateY(0.3rem); -ms-transform: translateY(0.3rem); transform: translateY(0.3rem); opacity: 0; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus { color: white; } .navbar-custom .nav li a:hover:after, .navbar-custom .nav li a:focus:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } } .intro-header { background: no-repeat center center; background-color: #999999; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; margin-bottom: 50px; } .intro-header .container { background: rgba(0, 0, 0, 0.2); width: 100%; } .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 100px 0 50px; color: white; } @media only screen and (min-width: 768px) { .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 150px 0; } } .intro-header .site-heading, .intro-header .page-heading { text-align: center; } .intro-header .site-heading h1, .intro-header .page-heading h1 { margin-top: 0; font-size: 50px; text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); } .intro-header .site-heading .subheading, .intro-header .page-heading .subheading { font-size: 24px; line-height: 1.1, display: block; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; margin: 10px 0 0; } @media only screen and (min-width: 768px) { .intro-header .site-heading h1, .intro-header .page-heading h1 { font-size: 80px; } } .intro-header .post-heading h1 { font-size: 35px; text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); } .intro-header .post-heading .subheading, .intro-header .post-heading .meta { line-height: 1.1; display: block; } .intro-header .post-heading .subheading { font-family: 'Source Sans Pro', sans-serif; font-size: 24px; margin: 10px 0 30px; font-weight: 600; } .intro-header .post-heading .meta { font-family: 'Source Sans Pro', serif; font-style: italic; font-weight: 300; font-size: 20px; } .intro-header .post-heading .meta a { color: white; } @media only screen and (min-width: 768px) { .intro-header .post-heading h1 { font-size: 55px; } .intro-header .post-heading .subheading { font-size: 30px; } } .post-preview { padding-bottom: 20px; position: relative; } .post-preview img { margin: auto; } .post-preview > a { color: #434343; } .post-preview > a:hover, .post-preview > a:focus { text-decoration: none; color: #3a81ba; } .post-preview > a > .post-title { font-size: 30px; margin-top: 60px; margin-bottom: 0; } .post-preview > a > .post-subtitle { margin: 0; font-weight: 300; margin-bottom: 10px; } .post-preview > .post-meta { color: #999999; font-size: 16px; font-style: italic; margin-top: 0; } .post-preview > .post-meta > a { text-decoration: none; color: #434343; } .post-preview > .post-meta > a:hover, .post-preview > .post-meta > a:focus { color: #3a81ba; text-decoration: underline; } .post-preview .title-category { color: white; float: right; position: relative; padding: 7px 16px 7px 36px; text-transform: capitalize; position: absolute; top: -50px; right: 0; } .post-preview .title-category:after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 0; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 21px solid white; } .post-preview .title-category.docker { background-color: #009884; } .post-preview .title-category.docker:hover { background-color: #006558; } .post-preview .title-category.php { background-color: #61aff0; } .post-preview .title-category.php:hover { background-color: #3297ec; } .post-preview .title-category.agility { background-color: #ff4a46; } .post-preview .title-category.agility:hover { background-color: #ff1813; } .post-preview .title-category.developer-tips { background-color: #f7c239; } .post-preview .title-category.developer-tips:hover { background-color: #f3b20a; } .post-preview .title-category.fun { background-color: #8b81d2; } .post-preview .title-category.fun:hover { background-color: #685bc5; } .post-preview .to_post { display: block; float: right; color: #3a81ba; font-size: 16px; } .post-preview .to_post:hover { text-decoration: underline; } .post-preview p { margin: 20px 0; } .post-preview h1, .post-preview h2, .post-preview h3, .post-preview h4, .post-preview h5, .post-preview h6 { font-weight: 600; } @media only screen and (min-width: 768px) { .post-preview > a > .post-title { max-width: 75%; margin-top: 30px; font-size: 36px; font-weight: 800; } .post-preview .title-category { top: 0; } } article img { margin: 15px auto; } article h1, article h2, article h3, article h4, article h5, article h6 { font-weight: 600; margin-bottom: 0; } article p { margin: 20px 0; } .tags, .category { color: #3a81ba; font-size: 16px; margin: 0; } .category a { text-transform: capitalize; } .a2a_kit { margin-top: 15px; } .author { background-color: #f8f8f8; border: 1px solid #ccc; border-radius: 3px; padding: 6px; margin-top: 20px; position: relative; } .author .author_img { max-height: 100px; margin: 0; } .author .author_infos { position: absolute; left: 112px; } .author .author_infos .author_job { font-size: 18px; } .section-heading { font-size: 36px; margin-top: 60px; font-weight: 700; } .caption { text-align: center; font-size: 14px; padding: 10px; font-style: italic; margin: 0; display: block; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } footer { background: #202529; color: #e7e7e7; font-weight: 400; font-size: 17px; margin-top: 20px; padding: 30px 0 30px; } footer a { color: #e7e7e7; text-decoration: none; } footer a:hover { text-decoration: none; } footer .gray-text { color: rgba(199, 199, 199, 0.67); } footer strong { font-weight: 400; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25); } footer .list-inline { margin: 0; padding: 0; } footer .copyright { color: rgba(199, 199, 199, 0.67); margin: 10px 0 20px 0; } footer .block-align { display: flex; align-items: center; justify-content: center; } @media (max-width: 768px) { footer .block-align { margin-top: 15px; } } footer .block-align.contact-us > div { min-width: 190px; } footer .link_extia { vertical-align: super; padding-left: 2px; cursor: pointer; } footer .link_extia .logo_extia { width: 50px; display: inherit; cursor: pointer; } footer .fa-stack { color: white; } footer .fa-stack .fa-inverse { color: #202529; } footer .fa-stack:hover { color: #3a81ba; } footer .fa-stack:hover .fa-inverse { color: white; } .floating-label-form-group { font-size: 14px; position: relative; margin-bottom: 0; padding-bottom: 0.5em; border-bottom: 1px solid #eeeeee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: none; border-radius: 0; font-size: 1.5em; background: none; box-shadow: none !important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: 0.85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top 0.3s ease,opacity 0.3s ease; -moz-transition: top 0.3s ease,opacity 0.3s ease; -ms-transition: top 0.3s ease,opacity 0.3s ease; transition: top 0.3s ease,opacity 0.3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eeeeee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #3a81ba; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eeeeee; } .btn { font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: 1px; border-radius: 0; padding: 15px 25px; } .btn-lg { font-size: 16px; padding: 25px 35px; } .btn-default:hover, .btn-default:focus { background-color: #3a81ba; border: 1px solid #3a81ba; color: white; } .pager { margin: 20px 0 0; } .pager li > a, .pager li > span { font-family: 'Source Sans Pro', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 1px; padding: 10px 5px; background-color: white; border: 0; border-radius: 0; } @media only screen and (min-width: 768px) { .pager li > a, .pager li > span { font-size: 14px; padding: 15px 25px; } } .pager li > a:hover, .pager li > a:focus { color: #3a81ba; background-color: white; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #434343; cursor: not-allowed; } .search-bar { padding: 18px 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .search-bar .search-container { position: relative; } .search-bar .search-container .search-input { width: 150px; font-size: 18px; border: 0; background-color: transparent; color: white; transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); } .search-bar .search-container .search-input:focus { outline: inherit; } .search-bar .search-container .search-input.open { width: 150px; } .search-bar .search-container .search-button { background-color: transparent; border: 0; padding: 2px 7px; } .search-bar .search-container .search-button .fa { color: white; } .search-bar .search-container .search-button:hover, .search-bar .search-container .search-button:focus { outline: inherit; } .search-bar .search-container .results-container { display: block; z-index: 1; background-color: #f8f8f8; color: #434343; width: 397px; max-width: 100%; position: absolute; left: 0; top: 50px; list-style: inherit; font-size: 15px; padding-left: 5px; } .search-bar .search-container .results-container li { padding: 4px 0; } .search-bar .search-container .results-container li a { color: #434343; text-transform: none; font-weight: 400; letter-spacing: 0; margin-left: 5px; } @media only screen and (min-width: 768px) { .search-bar { border-top: 0; border-bottom: 0; border-left: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); } .search-bar .search-container .search-input { width: 0; } .search-bar .search-container .results-container { max-width: none; display: none; top: 52px; left: -189px; } } ::-moz-selection { color: white; text-shadow: none; background: #3a81ba; } ::selection { color: white; text-shadow: none; background: #3a81ba; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #3a81ba; }
0.411111
0.071949
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; } /* Portrait and Landscape for iPad 3 and 4 */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPad 1 and 2 */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPad mini */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 6+ */ @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 6 */ @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 5 and 5s */ @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 4 and 4s */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } }
zenario_custom/templates/grid_templates/skins/blackdog/editable_css/0.reset.css
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; } /* Portrait and Landscape for iPad 3 and 4 */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPad 1 and 2 */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPad mini */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 6+ */ @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 6 */ @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 5 and 5s */ @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } } /* Portrait and Landscape for iPhone 4 and 4s */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { .zenario_skin input[type="submit"], .zenario_skin input[type="button"], .zenario_skin button { -webkit-appearance: none; /*Safari/Chrome*/ -moz-appearance: none; /*Firefox*/ -ms-appearance: none; /*IE*/ -o-appearance: none; /*Opera*/ appearance: none; } }
0.123948
0.059237
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot'); src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } a{ text-align:right; } .abc{ width:100%; height:100%; } .dr-menu { width: 100%; max-width: 400px; min-width: 300px; position: relative; font-size: 1.3em; line-height: 2.5; font-weight: 400; color: #fff; } .dr-menu > div { cursor: pointer; position: absolute; width: 100%; z-index: 100; } .dr-menu > div .dr-icon { top: 0; left: 0; position: absolute; font-size: 150%; line-height: 1.6; padding: 0 10px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .dr-menu.dr-menu-open > div .dr-icon { color: #00FF00; left: 100%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } .dr-menu > div .dr-icon:after { content: "\e008"; position: absolute; font-size: 50%; line-height: 3.25; left: -10%; opacity: 0; } .dr-menu.dr-menu-open > div .dr-icon:after { opacity: 1; } .dr-menu > div .dr-label { padding-left: 3em; position: relative; display: block; color: #00FF00; font-size: 0.9em; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; line-height: 2.75; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .dr-menu.dr-menu-open > div .dr-label { -webkit-transform: translateY(-90%); -moz-transform: translateY(-90%); -ms-transform: translateY(-90%); transform: translateY(-90%); } .dr-menu ul { padding: 0; margin: 0 3em 0 0; list-style: none; opacity: 0; position: relative; z-index: 0; pointer-events: none; -webkit-transition: opacity 0s linear 205ms; -moz-transition: opacity 0s linear 205ms; transition: opacity 0s linear 205ms; } .dr-menu.dr-menu-open ul { opacity: 1; z-index: 200; pointer-events: auto; -webkit-transition: opacity 0s linear 0s; -moz-transition: opacity 0s linear 0s; transition: opacity 0s linear 0s; } .dr-menu ul li { display: block; margin: 0 0 5px 0; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .dr-menu.dr-menu-open ul li { opacity: 1; } .dr-menu.dr-menu-open ul li:nth-child(2) { -webkit-transition-delay: 35ms; -moz-transition-delay: 35ms; transition-delay: 35ms; } .dr-menu.dr-menu-open ul li:nth-child(3) { -webkit-transition-delay: 70ms; -moz-transition-delay: 70ms; transition-delay: 70ms; } .dr-menu.dr-menu-open ul li:nth-child(4) { -webkit-transition-delay: 105ms; -moz-transition-delay: 105ms; transition-delay: 105ms; } .dr-menu.dr-menu-open ul li:nth-child(5) { -webkit-transition-delay: 140ms; -moz-transition-delay: 140ms; transition-delay: 140ms; } .dr-menu.dr-menu-open ul li:nth-child(6) { -webkit-transition-delay: 175ms; -moz-transition-delay: 175ms; transition-delay: 175ms; } .dr-menu.dr-menu-open ul li:nth-child(7) { -webkit-transition-delay: 205ms; -moz-transition-delay: 205ms; transition-delay: 205ms; } .dr-menu ul li a { display: inline-block; padding: 0 20px; color: #fff; } .dr-menu ul li a:hover { color: #00FF00; } .dr-icon:before, .dr-icon:after { position: relative; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; } .dr-menu ul .dr-icon:before { margin-right: 15px; } .dr-icon-bullhorn:before { content: "\e000"; } .dr-icon-camera:before { content: "\e002"; } .dr-icon-heart:before { content: "\e003"; } .dr-icon-settings:before { content: "\e004"; } .dr-icon-switch:before { content: "\e005"; } .dr-icon-download:before { content: "\e006"; } .dr-icon-user:before { content: "\e001"; } .dr-icon-menu:before { content: "\e007"; }
css/component.css
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot'); src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } a{ text-align:right; } .abc{ width:100%; height:100%; } .dr-menu { width: 100%; max-width: 400px; min-width: 300px; position: relative; font-size: 1.3em; line-height: 2.5; font-weight: 400; color: #fff; } .dr-menu > div { cursor: pointer; position: absolute; width: 100%; z-index: 100; } .dr-menu > div .dr-icon { top: 0; left: 0; position: absolute; font-size: 150%; line-height: 1.6; padding: 0 10px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .dr-menu.dr-menu-open > div .dr-icon { color: #00FF00; left: 100%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } .dr-menu > div .dr-icon:after { content: "\e008"; position: absolute; font-size: 50%; line-height: 3.25; left: -10%; opacity: 0; } .dr-menu.dr-menu-open > div .dr-icon:after { opacity: 1; } .dr-menu > div .dr-label { padding-left: 3em; position: relative; display: block; color: #00FF00; font-size: 0.9em; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; line-height: 2.75; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; } .dr-menu.dr-menu-open > div .dr-label { -webkit-transform: translateY(-90%); -moz-transform: translateY(-90%); -ms-transform: translateY(-90%); transform: translateY(-90%); } .dr-menu ul { padding: 0; margin: 0 3em 0 0; list-style: none; opacity: 0; position: relative; z-index: 0; pointer-events: none; -webkit-transition: opacity 0s linear 205ms; -moz-transition: opacity 0s linear 205ms; transition: opacity 0s linear 205ms; } .dr-menu.dr-menu-open ul { opacity: 1; z-index: 200; pointer-events: auto; -webkit-transition: opacity 0s linear 0s; -moz-transition: opacity 0s linear 0s; transition: opacity 0s linear 0s; } .dr-menu ul li { display: block; margin: 0 0 5px 0; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .dr-menu.dr-menu-open ul li { opacity: 1; } .dr-menu.dr-menu-open ul li:nth-child(2) { -webkit-transition-delay: 35ms; -moz-transition-delay: 35ms; transition-delay: 35ms; } .dr-menu.dr-menu-open ul li:nth-child(3) { -webkit-transition-delay: 70ms; -moz-transition-delay: 70ms; transition-delay: 70ms; } .dr-menu.dr-menu-open ul li:nth-child(4) { -webkit-transition-delay: 105ms; -moz-transition-delay: 105ms; transition-delay: 105ms; } .dr-menu.dr-menu-open ul li:nth-child(5) { -webkit-transition-delay: 140ms; -moz-transition-delay: 140ms; transition-delay: 140ms; } .dr-menu.dr-menu-open ul li:nth-child(6) { -webkit-transition-delay: 175ms; -moz-transition-delay: 175ms; transition-delay: 175ms; } .dr-menu.dr-menu-open ul li:nth-child(7) { -webkit-transition-delay: 205ms; -moz-transition-delay: 205ms; transition-delay: 205ms; } .dr-menu ul li a { display: inline-block; padding: 0 20px; color: #fff; } .dr-menu ul li a:hover { color: #00FF00; } .dr-icon:before, .dr-icon:after { position: relative; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; } .dr-menu ul .dr-icon:before { margin-right: 15px; } .dr-icon-bullhorn:before { content: "\e000"; } .dr-icon-camera:before { content: "\e002"; } .dr-icon-heart:before { content: "\e003"; } .dr-icon-settings:before { content: "\e004"; } .dr-icon-switch:before { content: "\e005"; } .dr-icon-download:before { content: "\e006"; } .dr-icon-user:before { content: "\e001"; } .dr-icon-menu:before { content: "\e007"; }
0.261991
0.060059
* { box-sizing: border-box; } html { font-weight: 300; -webkit-font-smoothing: antialiased; } html, input { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } html, body { height: 100%; margin: 0; padding: 0; } ul { list-style: none; word-wrap: break-word; } /* Pages */ .pages { height: 100%; margin: 0; padding: 0; width: 100%; } .page { height: 100%; position: absolute; width: 100%; } /* 输入昵称页 */ .login.page { background-color: #fff; } .login.page .form { height: 100px; margin-top: -100px; position: absolute; text-align: center; top: 50%; width: 100%; } .login.page .form .usernameInput { background-color: transparent; border: none; border-bottom: 2px solid #000; outline: none; padding-bottom: 15px; text-align: center; width: 400px; } .login.page .title { font-size: 200%; } .login.page .usernameInput { font-size: 200%; letter-spacing: 3px; } .login.page .title, .login.page .usernameInput { color: #000; font-weight: 100; } /* 聊天窗 */ .chat.page { height: 100%; } /* 字体 */ .messages { font-size: 150%; } .inputMessage { font-size: 100%; } .log { color: gray; font-size: 70%; margin: 5px; text-align: center; } /* 消息 */ .chatArea { height: 100%; padding-bottom: 60px; } .messages { height: 100%; margin: 0; overflow-y: scroll; padding: 10px 20px 10px 20px; } .message.typing .messageBody { color: gray; } .username { float: left; font-weight: 700; overflow: hidden; padding-right: 15px; text-align: right; } /* 输入框 */ .inputMessage { border: 10px solid #000; bottom: 0; height: 60px; left: 0; outline: none; padding-left: 10px; position: absolute; right: 0; width: 100%; } /* 弹幕 */ div.abp{ position:relative; } .abp .container{ overflow:hidden; display:block; z-index:9999; position:absolute; top:0; left:0; bottom:0; right:0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .abp .container .cmt{ padding:3px 0 0 0;margin:0; line-height:100%; font-family:Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace; font-weight:bold; text-decoration:none; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; color:#fff; letter-spacing:0; font-size:25px; position:absolute; word-break:none; text-wrap:none; border:0 !important; } .cmt.noshadow{ text-shadow: none !important; -webkit-text-stroke: none !important; } .webkit-helper{ text-shadow: none; -webkit-text-stroke: 0.2px black; font-weight:bold; } /* 播放器区域 */ #player{ /*position:relative;*/ margin:0;padding:0; width:100%;height:100%; /*background:#000;*/ background-color: transparent; } #player:full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-webkit-full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-moz-full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-ms-full-screen{ margin:10px 0 0 0; width:100%; height:100%;}
examples/chat/public/style.css
* { box-sizing: border-box; } html { font-weight: 300; -webkit-font-smoothing: antialiased; } html, input { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } html, body { height: 100%; margin: 0; padding: 0; } ul { list-style: none; word-wrap: break-word; } /* Pages */ .pages { height: 100%; margin: 0; padding: 0; width: 100%; } .page { height: 100%; position: absolute; width: 100%; } /* 输入昵称页 */ .login.page { background-color: #fff; } .login.page .form { height: 100px; margin-top: -100px; position: absolute; text-align: center; top: 50%; width: 100%; } .login.page .form .usernameInput { background-color: transparent; border: none; border-bottom: 2px solid #000; outline: none; padding-bottom: 15px; text-align: center; width: 400px; } .login.page .title { font-size: 200%; } .login.page .usernameInput { font-size: 200%; letter-spacing: 3px; } .login.page .title, .login.page .usernameInput { color: #000; font-weight: 100; } /* 聊天窗 */ .chat.page { height: 100%; } /* 字体 */ .messages { font-size: 150%; } .inputMessage { font-size: 100%; } .log { color: gray; font-size: 70%; margin: 5px; text-align: center; } /* 消息 */ .chatArea { height: 100%; padding-bottom: 60px; } .messages { height: 100%; margin: 0; overflow-y: scroll; padding: 10px 20px 10px 20px; } .message.typing .messageBody { color: gray; } .username { float: left; font-weight: 700; overflow: hidden; padding-right: 15px; text-align: right; } /* 输入框 */ .inputMessage { border: 10px solid #000; bottom: 0; height: 60px; left: 0; outline: none; padding-left: 10px; position: absolute; right: 0; width: 100%; } /* 弹幕 */ div.abp{ position:relative; } .abp .container{ overflow:hidden; display:block; z-index:9999; position:absolute; top:0; left:0; bottom:0; right:0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .abp .container .cmt{ padding:3px 0 0 0;margin:0; line-height:100%; font-family:Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace; font-weight:bold; text-decoration:none; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; color:#fff; letter-spacing:0; font-size:25px; position:absolute; word-break:none; text-wrap:none; border:0 !important; } .cmt.noshadow{ text-shadow: none !important; -webkit-text-stroke: none !important; } .webkit-helper{ text-shadow: none; -webkit-text-stroke: 0.2px black; font-weight:bold; } /* 播放器区域 */ #player{ /*position:relative;*/ margin:0;padding:0; width:100%;height:100%; /*background:#000;*/ background-color: transparent; } #player:full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-webkit-full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-moz-full-screen{ margin:10px 0 0 0; width:100%; height:100%;} #player:-ms-full-screen{ margin:10px 0 0 0; width:100%; height:100%;}
0.252108
0.079746
* { margin:0!important; padding:0!important; } body { font-family:Arial, sans-serif!important; font-size:12px!important; } img { border:none!important; } #notice { padding:.5em!important; } h1 { display:none!important; font-size:17px !importnat; text-align:center!important; } h2 { font-size:16px!important; margin:.5em 8px!important; } h3 { font-size:12px!important; font-weight:400!important; margin:0!important; padding:.5em!important; } p { margin:1em!important; } p.caption { font-size:11px!important; margin-top:2px!important; } p.head { margin:0!important; overflow:auto!important; padding:.5em!important; } .post_main { float:left!important; } .post_id { color:#c00; font-weight:700!important; text-decoration:none!important; } h4 { font-size:14px!important; margin:0 0 .5em!important; } h4.section { font-size:15px!important; margin:0 1em 1em!important; } .body { line-height:1.5em!important; margin:0!important; overflow:hidden!important; padding:.5em!important; } .standalone { margin-bottom:1em!important; } ul,ol { margin-left:4em!important; } ul.menu { margin:1em!important; padding:0!important; text-align:center!important; } .body ul.menu { clear:both!important; margin:.5em 0 0!important; text-align:right!important; } .body ul.menu li { margin:0 0 0 .5em !important; } .body img.thumbnail { float:left!important; margin:6px 9px 6px 6px !important; } .split { float:left!important; width:50%!important; } label.common { float:left!important; margin-right:.5em!important; text-align:left!important; width:13em!important; } input,textarea { display:block!important; } input[type="text"] { font-family:monospace!important; padding:1px!important; } textarea { font-family:monospace!important; margin:0 0 1em!important; padding:2px!important; width:100%!important; } input[type="submit"] { margin-right:4px!important; padding:1px!important; } input[type="file"] { margin-top:.5em!important; width:100%!important; } input[type="checkbox"] { margin:0 3px!important; } fieldset { margin:1em; } ul.body,ul.error_message { list-style-type:none!important; } ul.error_message { margin:0!important; padding:0!important; } ul.error_message li { font-style:italic!important; padding:.2em!important; } ul.menu li { display:inline!important; font-weight:700!important; margin:0 1em!important; } ul#main_menu { margin:0!important; padding:0!important; font-size:16px!important; line-height:150%!important; padding-top: 5px!important; } .userimg{ max-width: 100px; max-height: 100px; } ul.stuff { margin-bottom:2em!important; } table { border-collapse:collapse!important; margin-bottom:1em!important; width:100%!important; } table th { padding:.5em!important; text-align:left!important; } table td { padding:.5em!important; vertical-align:top!important; } table .minimal { white-space:nowrap!important; width:1%!important; } .reply_body_snippet,.snippet { font-style:italic!important; } .topic_headline a,.reply_body_snippet a,.snippet a { font-weight:700!important; text-decoration:none!important; } em.marked { background-color:#FF9!important; font-style:normal!important; font-weight:700!important; } .row { margin:0 1em 1em!important; } .inline { display:inline!important; } .help { cursor:help!important; } #hot_topics li { line-height:1.5em!important; } #snapback_link { font-size:18px!important; font-weight:700!important; left:4px!important; position:fixed!important; top:50%!important; } #snapback_link a { text-decoration:none!important; } .center { margin:auto!important; text-align:center!important; } #error,label,legend,#hot_topics a { font-weight:700!important; } .body ul.menu li,.body ul.menu li a,.body ul.menu li span,.unimportant,.unimportant * { font-size:10px!important; } ul.stuff li,#memorable_name { margin-bottom:.5em!important; } #qr_text { margin-left:1em!important; width:90%!important; } .inline { margin-left:1em!important; } #image { margin-left:1em!important; } .common { width:10em!important; text-align:left!important; margin-left:0.5em!important; padding:0!important; } #e-mail { width: 35%; } #memorable_name,#memorable_password { width:30%; } #topics_mode { width:35%; } select#style { width:35%; } #snippet_length { width:35%; } .topic_headline a:visited,#hot_topics a:visited, .topic_headline .visited { font-weight:400!important; } /*Custom stylesheet text box needs it's own ID.*/
style/mobile.css
* { margin:0!important; padding:0!important; } body { font-family:Arial, sans-serif!important; font-size:12px!important; } img { border:none!important; } #notice { padding:.5em!important; } h1 { display:none!important; font-size:17px !importnat; text-align:center!important; } h2 { font-size:16px!important; margin:.5em 8px!important; } h3 { font-size:12px!important; font-weight:400!important; margin:0!important; padding:.5em!important; } p { margin:1em!important; } p.caption { font-size:11px!important; margin-top:2px!important; } p.head { margin:0!important; overflow:auto!important; padding:.5em!important; } .post_main { float:left!important; } .post_id { color:#c00; font-weight:700!important; text-decoration:none!important; } h4 { font-size:14px!important; margin:0 0 .5em!important; } h4.section { font-size:15px!important; margin:0 1em 1em!important; } .body { line-height:1.5em!important; margin:0!important; overflow:hidden!important; padding:.5em!important; } .standalone { margin-bottom:1em!important; } ul,ol { margin-left:4em!important; } ul.menu { margin:1em!important; padding:0!important; text-align:center!important; } .body ul.menu { clear:both!important; margin:.5em 0 0!important; text-align:right!important; } .body ul.menu li { margin:0 0 0 .5em !important; } .body img.thumbnail { float:left!important; margin:6px 9px 6px 6px !important; } .split { float:left!important; width:50%!important; } label.common { float:left!important; margin-right:.5em!important; text-align:left!important; width:13em!important; } input,textarea { display:block!important; } input[type="text"] { font-family:monospace!important; padding:1px!important; } textarea { font-family:monospace!important; margin:0 0 1em!important; padding:2px!important; width:100%!important; } input[type="submit"] { margin-right:4px!important; padding:1px!important; } input[type="file"] { margin-top:.5em!important; width:100%!important; } input[type="checkbox"] { margin:0 3px!important; } fieldset { margin:1em; } ul.body,ul.error_message { list-style-type:none!important; } ul.error_message { margin:0!important; padding:0!important; } ul.error_message li { font-style:italic!important; padding:.2em!important; } ul.menu li { display:inline!important; font-weight:700!important; margin:0 1em!important; } ul#main_menu { margin:0!important; padding:0!important; font-size:16px!important; line-height:150%!important; padding-top: 5px!important; } .userimg{ max-width: 100px; max-height: 100px; } ul.stuff { margin-bottom:2em!important; } table { border-collapse:collapse!important; margin-bottom:1em!important; width:100%!important; } table th { padding:.5em!important; text-align:left!important; } table td { padding:.5em!important; vertical-align:top!important; } table .minimal { white-space:nowrap!important; width:1%!important; } .reply_body_snippet,.snippet { font-style:italic!important; } .topic_headline a,.reply_body_snippet a,.snippet a { font-weight:700!important; text-decoration:none!important; } em.marked { background-color:#FF9!important; font-style:normal!important; font-weight:700!important; } .row { margin:0 1em 1em!important; } .inline { display:inline!important; } .help { cursor:help!important; } #hot_topics li { line-height:1.5em!important; } #snapback_link { font-size:18px!important; font-weight:700!important; left:4px!important; position:fixed!important; top:50%!important; } #snapback_link a { text-decoration:none!important; } .center { margin:auto!important; text-align:center!important; } #error,label,legend,#hot_topics a { font-weight:700!important; } .body ul.menu li,.body ul.menu li a,.body ul.menu li span,.unimportant,.unimportant * { font-size:10px!important; } ul.stuff li,#memorable_name { margin-bottom:.5em!important; } #qr_text { margin-left:1em!important; width:90%!important; } .inline { margin-left:1em!important; } #image { margin-left:1em!important; } .common { width:10em!important; text-align:left!important; margin-left:0.5em!important; padding:0!important; } #e-mail { width: 35%; } #memorable_name,#memorable_password { width:30%; } #topics_mode { width:35%; } select#style { width:35%; } #snippet_length { width:35%; } .topic_headline a:visited,#hot_topics a:visited, .topic_headline .visited { font-weight:400!important; } /*Custom stylesheet text box needs it's own ID.*/
0.332419
0.04531
body { margin:0px; background-image:none; position:static; left:auto; width:1462px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u3149_div { border-width:0px; position:absolute; left:0px; top:0px; width:1208px; height:848px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u3149 { border-width:0px; position:absolute; left:233px; top:98px; width:1208px; height:848px; } #u3149_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3150_div { border-width:0px; position:absolute; left:0px; top:0px; width:1464px; height:64px; background:inherit; background-color:rgba(0, 51, 102, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3150 { border-width:0px; position:absolute; left:-1px; top:-1px; width:1464px; height:64px; color:#FFFFFF; } #u3150_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3151_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; background:inherit; background-color:rgba(153, 153, 153, 0.458823529411765); border:none; border-radius:15px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3151 { border-width:0px; position:absolute; left:1331px; top:16px; width:32px; height:32px; font-size:18px; color:#FFFFFF; } #u3151_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3152_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:64px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3152 { border-width:0px; position:absolute; left:1280px; top:0px; width:53px; height:64px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3152_text { border-width:0px; position:absolute; left:2px; top:22px; width:49px; word-wrap:break-word; } #u3153_div { border-width:0px; position:absolute; left:0px; top:0px; width:51px; height:64px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3153 { border-width:0px; position:absolute; left:1371px; top:0px; width:51px; height:64px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3153_text { border-width:0px; position:absolute; left:2px; top:24px; width:47px; word-wrap:break-word; } #u3154_img { border-width:0px; position:absolute; left:0px; top:0px; width:14px; height:14px; } #u3154 { border-width:0px; position:absolute; left:1256px; top:25px; width:14px; height:14px; color:#FFFFFF; } #u3154_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3155_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:1006px; background:inherit; background-color:rgba(0, 0, 0, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3155 { border-width:0px; position:absolute; left:-1px; top:0px; width:224px; height:1006px; color:#FFFFFF; } #u3155_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3156_div { border-width:0px; position:absolute; left:0px; top:0px; width:218px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156 { border-width:0px; position:absolute; left:239px; top:10px; width:218px; height:32px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:218px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156.mouseOver { } #u3156_text { border-width:0px; position:absolute; left:0px; top:7px; width:218px; white-space:nowrap; } #u3157_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:554px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3157 { border-width:0px; position:absolute; left:-1px; top:62px; width:224px; height:554px; font-size:18px; color:#FFFFFF; } #u3157_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3158_img { border-width:0px; position:absolute; left:0px; top:0px; width:65px; height:24px; } #u3158 { border-width:0px; position:absolute; left:13px; top:16px; width:65px; height:24px; color:#FFFFFF; } #u3158_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3159_img { border-width:0px; position:absolute; left:-1px; top:-1px; width:5px; height:27px; } #u3159 { border-width:0px; position:absolute; left:80px; top:15px; width:2px; height:24px; color:#FFFFFF; } #u3159_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3160_div { border-width:0px; position:absolute; left:0px; top:0px; width:95px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; color:#FFFFFF; } #u3160 { border-width:0px; position:absolute; left:91px; top:17px; width:95px; height:24px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; color:#FFFFFF; } #u3160_text { border-width:0px; position:absolute; left:0px; top:0px; width:95px; word-wrap:break-word; } #u3161_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3161 { border-width:0px; position:absolute; left:194px; top:17px; width:20px; height:20px; } #u3161_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3162_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:37px; background:inherit; background-color:rgba(16, 142, 233, 1); border:none; border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3162 { border-width:0px; position:absolute; left:821px; top:956px; width:80px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3162_text { border-width:0px; position:absolute; left:16px; top:10px; width:48px; word-wrap:break-word; } #u3163_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3163 { border-width:0px; position:absolute; left:243px; top:749px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3163_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3164_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:170px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3164 { border-width:0px; position:absolute; left:244px; top:776px; width:1178px; height:170px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3164_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3165_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3165 { border-width:0px; position:absolute; left:285px; top:878px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3165_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3166_div { border-width:0px; position:absolute; left:0px; top:0px; width:906px; height:62px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3166 { border-width:0px; position:absolute; left:369px; top:878px; width:906px; height:62px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3166_text { border-width:0px; position:absolute; left:8px; top:5px; width:898px; word-wrap:break-word; } #u3167_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3167 { border-width:0px; position:absolute; left:755px; top:803px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3167_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3168_div { border-width:0px; position:absolute; left:0px; top:0px; width:358px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3168 { border-width:0px; position:absolute; left:839px; top:803px; width:358px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3168_text { border-width:0px; position:absolute; left:8px; top:5px; width:350px; word-wrap:break-word; } #u3169 { border-width:0px; position:absolute; left:298px; top:779px; width:170px; height:18px; } #u3169_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3169_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3170 { border-width:0px; position:absolute; left:570px; top:779px; width:170px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3170_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3170_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3171 { border-width:0px; position:absolute; left:440px; top:779px; width:170px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3171_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3171_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3172 { border-width:0px; position:absolute; left:369px; top:808px; width:75px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3172_text { border-width:0px; position:absolute; left:16px; top:0px; width:57px; word-wrap:break-word; } #u3172_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3173_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3173 { border-width:0px; position:absolute; left:285px; top:804px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3173_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3174 { border-width:0px; position:absolute; left:439px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3174_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3174_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3175 { border-width:0px; position:absolute; left:570px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3175_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3175_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3176 { border-width:0px; position:absolute; left:683px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3176_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3176_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3177_div { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3177 { border-width:0px; position:absolute; left:259px; top:840px; width:110px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3177_text { border-width:0px; position:absolute; left:0px; top:4px; width:102px; word-wrap:break-word; } #u3178_div { border-width:0px; position:absolute; left:0px; top:0px; width:358px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3178 { border-width:0px; position:absolute; left:369px; top:840px; width:358px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3178_text { border-width:0px; position:absolute; left:8px; top:5px; width:350px; word-wrap:break-word; } #u3179_div { border-width:0px; position:absolute; left:0px; top:0px; width:75px; height:37px; background:inherit; background-color:rgba(204, 204, 204, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3179 { border-width:0px; position:absolute; left:723px; top:956px; width:75px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3179_text { border-width:0px; position:absolute; left:2px; top:10px; width:71px; word-wrap:break-word; } #u3180_div { border-width:0px; position:absolute; left:0px; top:0px; width:83px; height:37px; background:inherit; background-color:rgba(204, 204, 204, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3180 { border-width:0px; position:absolute; left:617px; top:956px; width:83px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3180_text { border-width:0px; position:absolute; left:2px; top:10px; width:79px; word-wrap:break-word; } #u3181_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:588px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3181 { border-width:0px; position:absolute; left:-1px; top:62px; width:224px; height:588px; font-size:18px; color:#FFFFFF; } #u3181_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3182 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3183 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3184_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(81, 81, 81, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3184 { border-width:0px; position:absolute; left:-1px; top:138px; width:224px; height:42px; color:#FFFFFF; } #u3184_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3185_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(81, 81, 81, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3185 { border-width:0px; position:absolute; left:-1px; top:142px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3185_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3186_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3186 { border-width:0px; position:absolute; left:199px; top:157px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#FFFFFF; } #u3186_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3187 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3188_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3188 { border-width:0px; position:absolute; left:-1px; top:279px; width:224px; height:42px; color:#999999; } #u3188_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3189 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3190_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3190 { border-width:0px; position:absolute; left:-1px; top:282px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3190_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3191_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3191 { border-width:0px; position:absolute; left:199px; top:298px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3191_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3192 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3193 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3194_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3194 { border-width:0px; position:absolute; left:-1px; top:98px; width:224px; height:42px; color:#999999; } #u3194_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3195_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3195 { border-width:0px; position:absolute; left:-1px; top:102px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3195_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3196_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:18px; } #u3196 { border-width:0px; position:absolute; left:10px; top:109px; width:18px; height:18px; } #u3196_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3197_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3197 { border-width:0px; position:absolute; left:10px; top:72px; width:20px; height:20px; } #u3197_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3198_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3198 { border-width:0px; position:absolute; left:10px; top:147px; width:20px; height:20px; } #u3198_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3199_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3199 { border-width:0px; position:absolute; left:10px; top:289px; width:20px; height:20px; } #u3199_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3200 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3201_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3201 { border-width:0px; position:absolute; left:-1px; top:316px; width:224px; height:42px; color:#999999; } #u3201_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3202 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3203_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3203 { border-width:0px; position:absolute; left:-1px; top:319px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3203_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3204 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3205_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3205 { border-width:0px; position:absolute; left:-1px; top:387px; width:224px; height:42px; color:#999999; } #u3205_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3206 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3207_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3207 { border-width:0px; position:absolute; left:-1px; top:390px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3207_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3208_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3208 { border-width:0px; position:absolute; left:199px; top:406px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3208_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3209 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3210_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3210 { border-width:0px; position:absolute; left:-1px; top:355px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3210_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3211_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3211 { border-width:0px; position:absolute; left:-1px; top:247px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3211_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3212_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3212 { border-width:0px; position:absolute; left:199px; top:116px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#FFFFFF; } #u3212_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3213_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3213 { border-width:0px; position:absolute; left:10px; top:363px; width:15px; height:15px; } #u3213_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3214_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3214 { border-width:0px; position:absolute; left:10px; top:329px; width:15px; height:15px; } #u3214_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3215_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3215 { border-width:0px; position:absolute; left:-1px; top:65px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3215_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3216_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3216 { border-width:0px; position:absolute; left:-1px; top:178px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3216_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3217_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(0, 153, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3217 { border-width:0px; position:absolute; left:-1px; top:213px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3217_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3218_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3218 { border-width:0px; position:absolute; left:199px; top:368px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3218_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3219_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3219 { border-width:0px; position:absolute; left:31px; top:188px; width:15px; height:15px; } #u3219_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3220_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3220 { border-width:0px; position:absolute; left:31px; top:256px; width:15px; height:15px; } #u3220_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3221_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3221 { border-width:0px; position:absolute; left:31px; top:222px; width:15px; height:15px; } #u3221_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3222_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:130px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3222 { border-width:0px; position:absolute; left:244px; top:127px; width:1178px; height:130px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3222_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3223_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3223 { border-width:0px; position:absolute; left:289px; top:138px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3223_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3224_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3224 { border-width:0px; position:absolute; left:373px; top:138px; width:109px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3224_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3225_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3225 { border-width:0px; position:absolute; left:329px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3225_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3226_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3226 { border-width:0px; position:absolute; left:373px; top:212px; width:109px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3226_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3227_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3227 { border-width:0px; position:absolute; left:519px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3227_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3228_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3228 { border-width:0px; position:absolute; left:564px; top:174px; width:144px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3228_text { border-width:0px; position:absolute; left:8px; top:5px; width:136px; word-wrap:break-word; } #u3229_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3229 { border-width:0px; position:absolute; left:763px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3229_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3230_div { border-width:0px; position:absolute; left:0px; top:0px; width:145px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3230 { border-width:0px; position:absolute; left:808px; top:174px; width:145px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3230_text { border-width:0px; position:absolute; left:8px; top:5px; width:137px; word-wrap:break-word; } #u3231_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3231 { border-width:0px; position:absolute; left:329px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3231_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3232_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3232 { border-width:0px; position:absolute; left:373px; top:174px; width:109px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3232_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3233_div { border-width:0px; position:absolute; left:0px; top:0px; width:81px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3233 { border-width:0px; position:absolute; left:727px; top:138px; width:81px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3233_text { border-width:0px; position:absolute; left:0px; top:4px; width:73px; word-wrap:break-word; } #u3234_div { border-width:0px; position:absolute; left:0px; top:0px; width:338px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3234 { border-width:0px; position:absolute; left:808px; top:138px; width:338px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3234_text { border-width:0px; position:absolute; left:8px; top:5px; width:330px; word-wrap:break-word; } #u3235 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3236 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3237_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3237 { border-width:0px; position:absolute; left:519px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3237_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3238_div { border-width:0px; position:absolute; left:0px; top:0px; width:143px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3238 { border-width:0px; position:absolute; left:564px; top:212px; width:143px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3238_text { border-width:0px; position:absolute; left:8px; top:5px; width:135px; word-wrap:break-word; } #u3239_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3239 { border-width:0px; position:absolute; left:763px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3239_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3240_div { border-width:0px; position:absolute; left:0px; top:0px; width:143px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3240 { border-width:0px; position:absolute; left:809px; top:212px; width:143px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3240_text { border-width:0px; position:absolute; left:8px; top:5px; width:135px; word-wrap:break-word; } #u3241_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3241 { border-width:0px; position:absolute; left:480px; top:140px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3241_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3242_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3242 { border-width:0px; position:absolute; left:564px; top:138px; width:144px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3242_text { border-width:0px; position:absolute; left:8px; top:5px; width:136px; word-wrap:break-word; } #u3243_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3243 { border-width:0px; position:absolute; left:683px; top:144px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3243_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3244_div { border-width:0px; position:absolute; left:0px; top:0px; width:111px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3244 { border-width:0px; position:absolute; left:1134px; top:139px; width:111px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3244_text { border-width:0px; position:absolute; left:0px; top:4px; width:103px; word-wrap:break-word; } #u3245_div { border-width:0px; position:absolute; left:0px; top:0px; width:159px; height:29px; background:inherit; background-color:rgba(247, 247, 247, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3245 { border-width:0px; position:absolute; left:1245px; top:139px; width:159px; height:29px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3245_text { border-width:0px; position:absolute; left:8px; top:5px; width:151px; word-wrap:break-word; } #u3246_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3246 { border-width:0px; position:absolute; left:942px; top:174px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3246_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3247_div { border-width:0px; position:absolute; left:0px; top:0px; width:120px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3247 { border-width:0px; position:absolute; left:1026px; top:174px; width:120px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3247_text { border-width:0px; position:absolute; left:8px; top:5px; width:112px; word-wrap:break-word; } #u3248_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3248 { border-width:0px; position:absolute; left:971px; top:215px; width:53px; height:25px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3248_text { border-width:0px; position:absolute; left:0px; top:4px; width:47px; white-space:nowrap; } #u3249_div { border-width:0px; position:absolute; left:0px; top:0px; width:13px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3249 { border-width:0px; position:absolute; left:1343px; top:139px; width:13px; height:16px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3249_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; white-space:nowrap; } #u3250_div { border-width:0px; position:absolute; left:0px; top:0px; width:119px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#FF0000; } #u3250 { border-width:0px; position:absolute; left:1027px; top:212px; width:119px; height:28px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#FF0000; } #u3250_text { border-width:0px; position:absolute; left:8px; top:5px; width:111px; word-wrap:break-word; } #u3251_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3251 { border-width:0px; position:absolute; left:1366px; top:102px; width:20px; height:20px; } #u3251_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3252_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3252 { border-width:0px; position:absolute; left:1396px; top:102px; width:20px; height:20px; } #u3252_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3253_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3253 { border-width:0px; position:absolute; left:244px; top:100px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3253_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3254_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3254 { border-width:0px; position:absolute; left:244px; top:262px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3254_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3255_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:88px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3255 { border-width:0px; position:absolute; left:244px; top:289px; width:1178px; height:88px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3255_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3256 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3257_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3257 { border-width:0px; position:absolute; left:289px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3257_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3258_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3258 { border-width:0px; position:absolute; left:373px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3258_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3259_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3259 { border-width:0px; position:absolute; left:542px; top:305px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3259_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3260_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3260 { border-width:0px; position:absolute; left:580px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3260_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3261_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3261 { border-width:0px; position:absolute; left:664px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3261_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3262_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3262 { border-width:0px; position:absolute; left:833px; top:305px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3262_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3263_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3263 { border-width:0px; position:absolute; left:870px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3263_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3264_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3264 { border-width:0px; position:absolute; left:954px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3264_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3265_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3265 { border-width:0px; position:absolute; left:290px; top:335px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3265_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3266_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3266 { border-width:0px; position:absolute; left:374px; top:335px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3266_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3267_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3267 { border-width:0px; position:absolute; left:543px; top:340px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3267_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3268_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3268 { border-width:0px; position:absolute; left:581px; top:335px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3268_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3269_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3269 { border-width:0px; position:absolute; left:665px; top:335px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3269_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3270_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3270 { border-width:0px; position:absolute; left:834px; top:339px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3270_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3271_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3271 { border-width:0px; position:absolute; left:870px; top:334px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3271_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3272_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3272 { border-width:0px; position:absolute; left:954px; top:334px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3272_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3273_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3273 { border-width:0px; position:absolute; left:1123px; top:338px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3273_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3274_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3274 { border-width:0px; position:absolute; left:243px; top:475px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3274_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3275_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:81px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3275 { border-width:0px; position:absolute; left:244px; top:502px; width:1178px; height:81px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3275_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3276_div { border-width:0px; position:absolute; left:0px; top:0px; width:141px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3276 { border-width:0px; position:absolute; left:1136px; top:299px; width:141px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3276_text { border-width:0px; position:absolute; left:0px; top:4px; width:133px; word-wrap:break-word; } #u3277 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3278 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3279_div { border-width:0px; position:absolute; left:0px; top:0px; width:133px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3279 { border-width:0px; position:absolute; left:1268px; top:299px; width:133px; height:28px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3279_text { border-width:0px; position:absolute; left:10px; top:7px; width:115px; word-wrap:break-word; } #u3280_img { border-width:0px; position:absolute; left:0px; top:0px; width:14px; height:17px; } #u3280 { border-width:0px; position:absolute; left:1375px; top:305px; width:14px; height:17px; } #u3280_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3281_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3281 { border-width:0px; position:absolute; left:1193px; top:334px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3281_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3282_div { border-width:0px; position:absolute; left:0px; top:0px; width:133px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3282 { border-width:0px; position:absolute; left:1268px; top:333px; width:133px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3282_text { border-width:0px; position:absolute; left:8px; top:5px; width:125px; word-wrap:break-word; } #u3283_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3283 { border-width:0px; position:absolute; left:1376px; top:337px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3283_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3284 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3285_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3285 { border-width:0px; position:absolute; left:292px; top:509px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3285_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3286_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3286 { border-width:0px; position:absolute; left:376px; top:509px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3286_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3287_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3287 { border-width:0px; position:absolute; left:578px; top:509px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3287_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3288_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3288 { border-width:0px; position:absolute; left:662px; top:509px; width:100px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3288_text { border-width:0px; position:absolute; left:8px; top:5px; width:92px; word-wrap:break-word; } #u3289_div { border-width:0px; position:absolute; left:0px; top:0px; width:107px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3289 { border-width:0px; position:absolute; left:746px; top:509px; width:107px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3289_text { border-width:0px; position:absolute; left:0px; top:4px; width:99px; word-wrap:break-word; } #u3290_div { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3290 { border-width:0px; position:absolute; left:854px; top:509px; width:76px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3290_text { border-width:0px; position:absolute; left:8px; top:5px; width:68px; word-wrap:break-word; } #u3291_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3291 { border-width:0px; position:absolute; left:293px; top:548px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3291_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3292_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3292 { border-width:0px; position:absolute; left:377px; top:548px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3292_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3293_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3293 { border-width:0px; position:absolute; left:579px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3293_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3294_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3294 { border-width:0px; position:absolute; left:662px; top:547px; width:100px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3294_text { border-width:0px; position:absolute; left:8px; top:5px; width:92px; word-wrap:break-word; } #u3295_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3295 { border-width:0px; position:absolute; left:770px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3295_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3296_div { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3296 { border-width:0px; position:absolute; left:854px; top:547px; width:76px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3296_text { border-width:0px; position:absolute; left:8px; top:5px; width:68px; word-wrap:break-word; } #u3297_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3297 { border-width:0px; position:absolute; left:930px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3297_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3298_div { border-width:0px; position:absolute; left:0px; top:0px; width:124px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3298 { border-width:0px; position:absolute; left:1012px; top:547px; width:124px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3298_text { border-width:0px; position:absolute; left:8px; top:5px; width:116px; word-wrap:break-word; } #u3299_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3299 { border-width:0px; position:absolute; left:1161px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3299_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3300_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3300 { border-width:0px; position:absolute; left:1241px; top:547px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3300_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3301_div { border-width:0px; position:absolute; left:0px; top:0px; width:124px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3301 { border-width:0px; position:absolute; left:1012px; top:509px; width:124px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3301_text { border-width:0px; position:absolute; left:8px; top:5px; width:116px; word-wrap:break-word; } #u3302_div { border-width:0px; position:absolute; left:0px; top:0px; width:69px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3302 { border-width:0px; position:absolute; left:1175px; top:509px; width:69px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3302_text { border-width:0px; position:absolute; left:0px; top:4px; width:61px; white-space:nowrap; } #u3303_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3303 { border-width:0px; position:absolute; left:1241px; top:509px; width:139px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3303_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3304_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3304 { border-width:0px; position:absolute; left:967px; top:510px; width:45px; height:23px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3304_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3305_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3305 { border-width:0px; position:absolute; left:243px; top:590px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3305_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3306_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:122px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3306 { border-width:0px; position:absolute; left:243px; top:617px; width:1178px; height:122px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3306_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3307_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3307 { border-width:0px; position:absolute; left:292px; top:632px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3307_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3308_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3308 { border-width:0px; position:absolute; left:376px; top:632px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3308_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3309_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3309 { border-width:0px; position:absolute; left:293px; top:670px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3309_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3310_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3310 { border-width:0px; position:absolute; left:377px; top:670px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3310_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3311_div { border-width:0px; position:absolute; left:0px; top:0px; width:103px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3311 { border-width:0px; position:absolute; left:564px; top:671px; width:103px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3311_text { border-width:0px; position:absolute; left:0px; top:4px; width:95px; white-space:nowrap; } #u3312 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3313 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3314_div { border-width:0px; position:absolute; left:0px; top:0px; width:195px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3314 { border-width:0px; position:absolute; left:664px; top:670px; width:195px; height:28px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3314_text { border-width:0px; position:absolute; left:10px; top:7px; width:177px; word-wrap:break-word; } #u3315_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3315 { border-width:0px; position:absolute; left:830px; top:676px; width:22px; height:17px; } #u3315_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3316_div { border-width:0px; position:absolute; left:0px; top:0px; width:67px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3316 { border-width:0px; position:absolute; left:599px; top:632px; width:67px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3316_text { border-width:0px; position:absolute; left:0px; top:4px; width:59px; white-space:nowrap; } #u3317 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3318 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3319_div { border-width:0px; position:absolute; left:0px; top:0px; width:194px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:12px; color:#666666; text-align:left; } #u3319 { border-width:0px; position:absolute; left:665px; top:632px; width:194px; height:28px; font-size:12px; color:#666666; text-align:left; } #u3319_text { border-width:0px; position:absolute; left:10px; top:6px; width:176px; word-wrap:break-word; } #u3320_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3320 { border-width:0px; position:absolute; left:833px; top:638px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3320_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3321_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3321 { border-width:0px; position:absolute; left:243px; top:385px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3321_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3322_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:56px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3322 { border-width:0px; position:absolute; left:243px; top:412px; width:1178px; height:56px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3322_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3323 { border-width:0px; position:absolute; left:374px; top:390px; width:100px; height:17px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3323_text { border-width:0px; position:absolute; left:16px; top:0px; width:82px; word-wrap:break-word; } #u3323_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3324 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3325_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3325 { border-width:0px; position:absolute; left:664px; top:424px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3325_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3326_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3326 { border-width:0px; position:absolute; left:833px; top:429px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u3326_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3327_div { border-width:0px; position:absolute; left:0px; top:0px; width:129px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3327 { border-width:0px; position:absolute; left:245px; top:424px; width:129px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3327_text { border-width:0px; position:absolute; left:0px; top:4px; width:121px; word-wrap:break-word; } #u3328_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3328 { border-width:0px; position:absolute; left:374px; top:424px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3328_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3329_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3329 { border-width:0px; position:absolute; left:582px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3329_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3330_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3330 { border-width:0px; position:absolute; left:875px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3330_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3331_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3331 { border-width:0px; position:absolute; left:959px; top:424px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3331_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3332_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3332 { border-width:0px; position:absolute; left:1128px; top:428px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u3332_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3333_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3333 { border-width:0px; position:absolute; left:1161px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3333_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3334_div { border-width:0px; position:absolute; left:0px; top:0px; width:88px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3334 { border-width:0px; position:absolute; left:1245px; top:424px; width:88px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3334_text { border-width:0px; position:absolute; left:8px; top:5px; width:80px; word-wrap:break-word; } #u3335_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#000000; text-align:right; line-height:18px; } #u3335 { border-width:0px; position:absolute; left:497px; top:387px; width:109px; height:29px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#000000; text-align:right; line-height:18px; } #u3335_text { border-width:0px; position:absolute; left:0px; top:4px; width:101px; word-wrap:break-word; } #u3336_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u3336 { border-width:0px; position:absolute; left:1376px; top:387px; width:25px; height:25px; } #u3336_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3337_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3337 { border-width:0px; position:absolute; left:1379px; top:428px; width:20px; height:20px; } #u3337_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3338_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3338 { border-width:0px; position:absolute; left:543px; top:429px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3338_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3339_div { border-width:0px; position:absolute; left:0px; top:0px; width:88px; height:26px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#000000; } #u3339 { border-width:0px; position:absolute; left:606px; top:386px; width:88px; height:26px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#000000; } #u3339_text { border-width:0px; position:absolute; left:8px; top:5px; width:80px; word-wrap:break-word; } #u3340_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3340 { border-width:0px; position:absolute; left:1162px; top:174px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3340_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3341_div { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u3341 { border-width:0px; position:absolute; left:1246px; top:174px; width:52px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u3341_text { border-width:0px; position:absolute; left:8px; top:5px; width:44px; word-wrap:break-word; } #u3342_div { border-width:0px; position:absolute; left:0px; top:0px; width:49px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3342 { border-width:0px; position:absolute; left:1303px; top:176px; width:49px; height:25px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3342_text { border-width:0px; position:absolute; left:0px; top:4px; width:41px; white-space:nowrap; } #u3343_div { border-width:0px; position:absolute; left:0px; top:0px; width:47px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#000000; } #u3343 { border-width:0px; position:absolute; left:1356px; top:174px; width:47px; height:28px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#000000; } #u3343_text { border-width:0px; position:absolute; left:8px; top:5px; width:39px; word-wrap:break-word; } #u3344_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3344 { border-width:0px; position:absolute; left:875px; top:632px; width:89px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3344_text { border-width:0px; position:absolute; left:0px; top:4px; width:81px; word-wrap:break-word; } #u3345_div { border-width:0px; position:absolute; left:0px; top:0px; width:172px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3345 { border-width:0px; position:absolute; left:964px; top:632px; width:172px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3345_text { border-width:0px; position:absolute; left:8px; top:5px; width:164px; word-wrap:break-word; } #u3346 { border-width:0px; position:absolute; left:1213px; top:219px; width:150px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3346_text { border-width:0px; position:absolute; left:16px; top:0px; width:132px; word-wrap:break-word; } #u3346_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3347_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3347 { border-width:0px; position:absolute; left:1160px; top:632px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3347_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3348_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3348 { border-width:0px; position:absolute; left:1240px; top:632px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3348_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3349_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u3349 { border-width:0px; position:absolute; left:1381px; top:593px; width:25px; height:25px; } #u3349_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3350_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3350 { border-width:0px; position:absolute; left:1383px; top:670px; width:20px; height:20px; } #u3350_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3351_div { border-width:0px; position:absolute; left:0px; top:0px; width:102px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3351 { border-width:0px; position:absolute; left:862px; top:670px; width:102px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3351_text { border-width:0px; position:absolute; left:0px; top:4px; width:94px; word-wrap:break-word; } #u3352_div { border-width:0px; position:absolute; left:0px; top:0px; width:172px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3352 { border-width:0px; position:absolute; left:964px; top:670px; width:172px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3352_text { border-width:0px; position:absolute; left:8px; top:5px; width:164px; word-wrap:break-word; } #u3353_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3353 { border-width:0px; position:absolute; left:1160px; top:668px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3353_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3354_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3354 { border-width:0px; position:absolute; left:1240px; top:668px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3354_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3355_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3355 { border-width:0px; position:absolute; left:292px; top:709px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3355_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3356_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3356 { border-width:0px; position:absolute; left:376px; top:709px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3356_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3357_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3357 { border-width:0px; position:absolute; left:567px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3357_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3358_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3358 { border-width:0px; position:absolute; left:667px; top:707px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3358_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3359_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3359 { border-width:0px; position:absolute; left:865px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3359_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3360_div { border-width:0px; position:absolute; left:0px; top:0px; width:171px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3360 { border-width:0px; position:absolute; left:965px; top:707px; width:171px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3360_text { border-width:0px; position:absolute; left:8px; top:5px; width:163px; word-wrap:break-word; } #u3361_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3361 { border-width:0px; position:absolute; left:1143px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3361_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3362_div { border-width:0px; position:absolute; left:0px; top:0px; width:138px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3362 { border-width:0px; position:absolute; left:1241px; top:707px; width:138px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3362_text { border-width:0px; position:absolute; left:8px; top:5px; width:130px; word-wrap:break-word; } #u3363_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3363 { border-width:0px; position:absolute; left:1122px; top:305px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3363_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3364_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3364 { border-width:0px; position:absolute; left:830px; top:713px; width:22px; height:17px; } #u3364_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3365_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3365 { border-width:0px; position:absolute; left:1357px; top:713px; width:22px; height:17px; } #u3365_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3366_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3366 { border-width:0px; position:absolute; left:1106px; top:713px; width:22px; height:17px; } #u3366_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; }
Document/网页原型/Asset1.8/files/资产详情_减少/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:1462px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u3149_div { border-width:0px; position:absolute; left:0px; top:0px; width:1208px; height:848px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u3149 { border-width:0px; position:absolute; left:233px; top:98px; width:1208px; height:848px; } #u3149_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3150_div { border-width:0px; position:absolute; left:0px; top:0px; width:1464px; height:64px; background:inherit; background-color:rgba(0, 51, 102, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(233, 233, 233, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3150 { border-width:0px; position:absolute; left:-1px; top:-1px; width:1464px; height:64px; color:#FFFFFF; } #u3150_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3151_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; background:inherit; background-color:rgba(153, 153, 153, 0.458823529411765); border:none; border-radius:15px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3151 { border-width:0px; position:absolute; left:1331px; top:16px; width:32px; height:32px; font-size:18px; color:#FFFFFF; } #u3151_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3152_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:64px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3152 { border-width:0px; position:absolute; left:1280px; top:0px; width:53px; height:64px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3152_text { border-width:0px; position:absolute; left:2px; top:22px; width:49px; word-wrap:break-word; } #u3153_div { border-width:0px; position:absolute; left:0px; top:0px; width:51px; height:64px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3153 { border-width:0px; position:absolute; left:1371px; top:0px; width:51px; height:64px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; text-align:left; } #u3153_text { border-width:0px; position:absolute; left:2px; top:24px; width:47px; word-wrap:break-word; } #u3154_img { border-width:0px; position:absolute; left:0px; top:0px; width:14px; height:14px; } #u3154 { border-width:0px; position:absolute; left:1256px; top:25px; width:14px; height:14px; color:#FFFFFF; } #u3154_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3155_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:1006px; background:inherit; background-color:rgba(0, 0, 0, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3155 { border-width:0px; position:absolute; left:-1px; top:0px; width:224px; height:1006px; color:#FFFFFF; } #u3155_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3156_div { border-width:0px; position:absolute; left:0px; top:0px; width:218px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156 { border-width:0px; position:absolute; left:239px; top:10px; width:218px; height:32px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:218px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; line-height:18px; } #u3156.mouseOver { } #u3156_text { border-width:0px; position:absolute; left:0px; top:7px; width:218px; white-space:nowrap; } #u3157_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:554px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3157 { border-width:0px; position:absolute; left:-1px; top:62px; width:224px; height:554px; font-size:18px; color:#FFFFFF; } #u3157_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3158_img { border-width:0px; position:absolute; left:0px; top:0px; width:65px; height:24px; } #u3158 { border-width:0px; position:absolute; left:13px; top:16px; width:65px; height:24px; color:#FFFFFF; } #u3158_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3159_img { border-width:0px; position:absolute; left:-1px; top:-1px; width:5px; height:27px; } #u3159 { border-width:0px; position:absolute; left:80px; top:15px; width:2px; height:24px; color:#FFFFFF; } #u3159_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3160_div { border-width:0px; position:absolute; left:0px; top:0px; width:95px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; color:#FFFFFF; } #u3160 { border-width:0px; position:absolute; left:91px; top:17px; width:95px; height:24px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; color:#FFFFFF; } #u3160_text { border-width:0px; position:absolute; left:0px; top:0px; width:95px; word-wrap:break-word; } #u3161_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3161 { border-width:0px; position:absolute; left:194px; top:17px; width:20px; height:20px; } #u3161_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3162_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:37px; background:inherit; background-color:rgba(16, 142, 233, 1); border:none; border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3162 { border-width:0px; position:absolute; left:821px; top:956px; width:80px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3162_text { border-width:0px; position:absolute; left:16px; top:10px; width:48px; word-wrap:break-word; } #u3163_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3163 { border-width:0px; position:absolute; left:243px; top:749px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3163_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3164_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:170px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3164 { border-width:0px; position:absolute; left:244px; top:776px; width:1178px; height:170px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3164_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3165_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3165 { border-width:0px; position:absolute; left:285px; top:878px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3165_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3166_div { border-width:0px; position:absolute; left:0px; top:0px; width:906px; height:62px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3166 { border-width:0px; position:absolute; left:369px; top:878px; width:906px; height:62px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3166_text { border-width:0px; position:absolute; left:8px; top:5px; width:898px; word-wrap:break-word; } #u3167_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3167 { border-width:0px; position:absolute; left:755px; top:803px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3167_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3168_div { border-width:0px; position:absolute; left:0px; top:0px; width:358px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3168 { border-width:0px; position:absolute; left:839px; top:803px; width:358px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3168_text { border-width:0px; position:absolute; left:8px; top:5px; width:350px; word-wrap:break-word; } #u3169 { border-width:0px; position:absolute; left:298px; top:779px; width:170px; height:18px; } #u3169_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3169_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3170 { border-width:0px; position:absolute; left:570px; top:779px; width:170px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3170_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3170_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3171 { border-width:0px; position:absolute; left:440px; top:779px; width:170px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3171_text { border-width:0px; position:absolute; left:16px; top:0px; width:152px; word-wrap:break-word; } #u3171_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3172 { border-width:0px; position:absolute; left:369px; top:808px; width:75px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3172_text { border-width:0px; position:absolute; left:16px; top:0px; width:57px; word-wrap:break-word; } #u3172_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3173_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3173 { border-width:0px; position:absolute; left:285px; top:804px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3173_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3174 { border-width:0px; position:absolute; left:439px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3174_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3174_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3175 { border-width:0px; position:absolute; left:570px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3175_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3175_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3176 { border-width:0px; position:absolute; left:683px; top:808px; width:90px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3176_text { border-width:0px; position:absolute; left:16px; top:0px; width:72px; word-wrap:break-word; } #u3176_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3177_div { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3177 { border-width:0px; position:absolute; left:259px; top:840px; width:110px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3177_text { border-width:0px; position:absolute; left:0px; top:4px; width:102px; word-wrap:break-word; } #u3178_div { border-width:0px; position:absolute; left:0px; top:0px; width:358px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3178 { border-width:0px; position:absolute; left:369px; top:840px; width:358px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3178_text { border-width:0px; position:absolute; left:8px; top:5px; width:350px; word-wrap:break-word; } #u3179_div { border-width:0px; position:absolute; left:0px; top:0px; width:75px; height:37px; background:inherit; background-color:rgba(204, 204, 204, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3179 { border-width:0px; position:absolute; left:723px; top:956px; width:75px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3179_text { border-width:0px; position:absolute; left:2px; top:10px; width:71px; word-wrap:break-word; } #u3180_div { border-width:0px; position:absolute; left:0px; top:0px; width:83px; height:37px; background:inherit; background-color:rgba(204, 204, 204, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3180 { border-width:0px; position:absolute; left:617px; top:956px; width:83px; height:37px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3180_text { border-width:0px; position:absolute; left:2px; top:10px; width:79px; word-wrap:break-word; } #u3181_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:588px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#FFFFFF; } #u3181 { border-width:0px; position:absolute; left:-1px; top:62px; width:224px; height:588px; font-size:18px; color:#FFFFFF; } #u3181_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3182 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3183 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3184_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(81, 81, 81, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#FFFFFF; } #u3184 { border-width:0px; position:absolute; left:-1px; top:138px; width:224px; height:42px; color:#FFFFFF; } #u3184_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3185_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(81, 81, 81, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3185 { border-width:0px; position:absolute; left:-1px; top:142px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3185_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3186_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3186 { border-width:0px; position:absolute; left:199px; top:157px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#FFFFFF; } #u3186_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3187 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3188_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3188 { border-width:0px; position:absolute; left:-1px; top:279px; width:224px; height:42px; color:#999999; } #u3188_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3189 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3190_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3190 { border-width:0px; position:absolute; left:-1px; top:282px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3190_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3191_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3191 { border-width:0px; position:absolute; left:199px; top:298px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3191_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3192 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3193 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3194_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3194 { border-width:0px; position:absolute; left:-1px; top:98px; width:224px; height:42px; color:#999999; } #u3194_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3195_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3195 { border-width:0px; position:absolute; left:-1px; top:102px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3195_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3196_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:18px; } #u3196 { border-width:0px; position:absolute; left:10px; top:109px; width:18px; height:18px; } #u3196_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3197_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3197 { border-width:0px; position:absolute; left:10px; top:72px; width:20px; height:20px; } #u3197_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3198_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3198 { border-width:0px; position:absolute; left:10px; top:147px; width:20px; height:20px; } #u3198_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3199_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3199 { border-width:0px; position:absolute; left:10px; top:289px; width:20px; height:20px; } #u3199_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3200 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3201_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3201 { border-width:0px; position:absolute; left:-1px; top:316px; width:224px; height:42px; color:#999999; } #u3201_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3202 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3203_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3203 { border-width:0px; position:absolute; left:-1px; top:319px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3203_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3204 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3205_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:42px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; color:#999999; } #u3205 { border-width:0px; position:absolute; left:-1px; top:387px; width:224px; height:42px; color:#999999; } #u3205_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3206 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3207_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3207 { border-width:0px; position:absolute; left:-1px; top:390px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3207_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3208_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3208 { border-width:0px; position:absolute; left:199px; top:406px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3208_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3209 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3210_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3210 { border-width:0px; position:absolute; left:-1px; top:355px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3210_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3211_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(50, 50, 50, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3211 { border-width:0px; position:absolute; left:-1px; top:247px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3211_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3212_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3212 { border-width:0px; position:absolute; left:199px; top:116px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#FFFFFF; } #u3212_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3213_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3213 { border-width:0px; position:absolute; left:10px; top:363px; width:15px; height:15px; } #u3213_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3214_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3214 { border-width:0px; position:absolute; left:10px; top:329px; width:15px; height:15px; } #u3214_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3215_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3215 { border-width:0px; position:absolute; left:-1px; top:65px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3215_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3216_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(45, 183, 245, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3216 { border-width:0px; position:absolute; left:-1px; top:178px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#999999; text-align:left; } #u3216_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3217_div { border-width:0px; position:absolute; left:0px; top:0px; width:224px; height:34px; background:inherit; background-color:rgba(0, 153, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3217 { border-width:0px; position:absolute; left:-1px; top:213px; width:224px; height:34px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#FFFFFF; text-align:left; } #u3217_text { border-width:0px; position:absolute; left:44px; top:8px; width:178px; word-wrap:break-word; } #u3218_img { border-width:0px; position:absolute; left:0px; top:0px; width:8px; height:4px; } #u3218 { border-width:0px; position:absolute; left:199px; top:368px; width:8px; height:4px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); color:#999999; } #u3218_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3219_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3219 { border-width:0px; position:absolute; left:31px; top:188px; width:15px; height:15px; } #u3219_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3220_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3220 { border-width:0px; position:absolute; left:31px; top:256px; width:15px; height:15px; } #u3220_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3221_img { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:15px; } #u3221 { border-width:0px; position:absolute; left:31px; top:222px; width:15px; height:15px; } #u3221_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3222_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:130px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3222 { border-width:0px; position:absolute; left:244px; top:127px; width:1178px; height:130px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3222_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3223_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3223 { border-width:0px; position:absolute; left:289px; top:138px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3223_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3224_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3224 { border-width:0px; position:absolute; left:373px; top:138px; width:109px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3224_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3225_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3225 { border-width:0px; position:absolute; left:329px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3225_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3226_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3226 { border-width:0px; position:absolute; left:373px; top:212px; width:109px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3226_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3227_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3227 { border-width:0px; position:absolute; left:519px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3227_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3228_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3228 { border-width:0px; position:absolute; left:564px; top:174px; width:144px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3228_text { border-width:0px; position:absolute; left:8px; top:5px; width:136px; word-wrap:break-word; } #u3229_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3229 { border-width:0px; position:absolute; left:763px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3229_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3230_div { border-width:0px; position:absolute; left:0px; top:0px; width:145px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3230 { border-width:0px; position:absolute; left:808px; top:174px; width:145px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3230_text { border-width:0px; position:absolute; left:8px; top:5px; width:137px; word-wrap:break-word; } #u3231_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3231 { border-width:0px; position:absolute; left:329px; top:174px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3231_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3232_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3232 { border-width:0px; position:absolute; left:373px; top:174px; width:109px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3232_text { border-width:0px; position:absolute; left:8px; top:5px; width:101px; word-wrap:break-word; } #u3233_div { border-width:0px; position:absolute; left:0px; top:0px; width:81px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3233 { border-width:0px; position:absolute; left:727px; top:138px; width:81px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3233_text { border-width:0px; position:absolute; left:0px; top:4px; width:73px; word-wrap:break-word; } #u3234_div { border-width:0px; position:absolute; left:0px; top:0px; width:338px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3234 { border-width:0px; position:absolute; left:808px; top:138px; width:338px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3234_text { border-width:0px; position:absolute; left:8px; top:5px; width:330px; word-wrap:break-word; } #u3235 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3236 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3237_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3237 { border-width:0px; position:absolute; left:519px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3237_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3238_div { border-width:0px; position:absolute; left:0px; top:0px; width:143px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3238 { border-width:0px; position:absolute; left:564px; top:212px; width:143px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3238_text { border-width:0px; position:absolute; left:8px; top:5px; width:135px; word-wrap:break-word; } #u3239_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3239 { border-width:0px; position:absolute; left:763px; top:212px; width:45px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3239_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3240_div { border-width:0px; position:absolute; left:0px; top:0px; width:143px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3240 { border-width:0px; position:absolute; left:809px; top:212px; width:143px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3240_text { border-width:0px; position:absolute; left:8px; top:5px; width:135px; word-wrap:break-word; } #u3241_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3241 { border-width:0px; position:absolute; left:480px; top:140px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3241_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3242_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3242 { border-width:0px; position:absolute; left:564px; top:138px; width:144px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3242_text { border-width:0px; position:absolute; left:8px; top:5px; width:136px; word-wrap:break-word; } #u3243_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3243 { border-width:0px; position:absolute; left:683px; top:144px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3243_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3244_div { border-width:0px; position:absolute; left:0px; top:0px; width:111px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3244 { border-width:0px; position:absolute; left:1134px; top:139px; width:111px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3244_text { border-width:0px; position:absolute; left:0px; top:4px; width:103px; word-wrap:break-word; } #u3245_div { border-width:0px; position:absolute; left:0px; top:0px; width:159px; height:29px; background:inherit; background-color:rgba(247, 247, 247, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3245 { border-width:0px; position:absolute; left:1245px; top:139px; width:159px; height:29px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3245_text { border-width:0px; position:absolute; left:8px; top:5px; width:151px; word-wrap:break-word; } #u3246_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3246 { border-width:0px; position:absolute; left:942px; top:174px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3246_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3247_div { border-width:0px; position:absolute; left:0px; top:0px; width:120px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3247 { border-width:0px; position:absolute; left:1026px; top:174px; width:120px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3247_text { border-width:0px; position:absolute; left:8px; top:5px; width:112px; word-wrap:break-word; } #u3248_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3248 { border-width:0px; position:absolute; left:971px; top:215px; width:53px; height:25px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3248_text { border-width:0px; position:absolute; left:0px; top:4px; width:47px; white-space:nowrap; } #u3249_div { border-width:0px; position:absolute; left:0px; top:0px; width:13px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3249 { border-width:0px; position:absolute; left:1343px; top:139px; width:13px; height:16px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3249_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; white-space:nowrap; } #u3250_div { border-width:0px; position:absolute; left:0px; top:0px; width:119px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#FF0000; } #u3250 { border-width:0px; position:absolute; left:1027px; top:212px; width:119px; height:28px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#FF0000; } #u3250_text { border-width:0px; position:absolute; left:8px; top:5px; width:111px; word-wrap:break-word; } #u3251_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3251 { border-width:0px; position:absolute; left:1366px; top:102px; width:20px; height:20px; } #u3251_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3252_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3252 { border-width:0px; position:absolute; left:1396px; top:102px; width:20px; height:20px; } #u3252_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3253_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3253 { border-width:0px; position:absolute; left:244px; top:100px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3253_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3254_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3254 { border-width:0px; position:absolute; left:244px; top:262px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3254_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3255_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:88px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3255 { border-width:0px; position:absolute; left:244px; top:289px; width:1178px; height:88px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3255_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3256 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3257_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3257 { border-width:0px; position:absolute; left:289px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3257_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3258_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3258 { border-width:0px; position:absolute; left:373px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3258_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3259_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3259 { border-width:0px; position:absolute; left:542px; top:305px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3259_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3260_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3260 { border-width:0px; position:absolute; left:580px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3260_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3261_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3261 { border-width:0px; position:absolute; left:664px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3261_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3262_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3262 { border-width:0px; position:absolute; left:833px; top:305px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3262_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3263_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3263 { border-width:0px; position:absolute; left:870px; top:300px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3263_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3264_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3264 { border-width:0px; position:absolute; left:954px; top:300px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3264_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3265_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3265 { border-width:0px; position:absolute; left:290px; top:335px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3265_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3266_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3266 { border-width:0px; position:absolute; left:374px; top:335px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3266_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3267_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3267 { border-width:0px; position:absolute; left:543px; top:340px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3267_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3268_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3268 { border-width:0px; position:absolute; left:581px; top:335px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3268_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3269_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3269 { border-width:0px; position:absolute; left:665px; top:335px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3269_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3270_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3270 { border-width:0px; position:absolute; left:834px; top:339px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3270_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3271_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3271 { border-width:0px; position:absolute; left:870px; top:334px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3271_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3272_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3272 { border-width:0px; position:absolute; left:954px; top:334px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3272_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3273_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3273 { border-width:0px; position:absolute; left:1123px; top:338px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3273_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3274_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3274 { border-width:0px; position:absolute; left:243px; top:475px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3274_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3275_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:81px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3275 { border-width:0px; position:absolute; left:244px; top:502px; width:1178px; height:81px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3275_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3276_div { border-width:0px; position:absolute; left:0px; top:0px; width:141px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3276 { border-width:0px; position:absolute; left:1136px; top:299px; width:141px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3276_text { border-width:0px; position:absolute; left:0px; top:4px; width:133px; word-wrap:break-word; } #u3277 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3278 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3279_div { border-width:0px; position:absolute; left:0px; top:0px; width:133px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3279 { border-width:0px; position:absolute; left:1268px; top:299px; width:133px; height:28px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3279_text { border-width:0px; position:absolute; left:10px; top:7px; width:115px; word-wrap:break-word; } #u3280_img { border-width:0px; position:absolute; left:0px; top:0px; width:14px; height:17px; } #u3280 { border-width:0px; position:absolute; left:1375px; top:305px; width:14px; height:17px; } #u3280_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3281_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3281 { border-width:0px; position:absolute; left:1193px; top:334px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3281_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3282_div { border-width:0px; position:absolute; left:0px; top:0px; width:133px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3282 { border-width:0px; position:absolute; left:1268px; top:333px; width:133px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3282_text { border-width:0px; position:absolute; left:8px; top:5px; width:125px; word-wrap:break-word; } #u3283_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3283 { border-width:0px; position:absolute; left:1376px; top:337px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3283_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3284 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3285_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3285 { border-width:0px; position:absolute; left:292px; top:509px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3285_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3286_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3286 { border-width:0px; position:absolute; left:376px; top:509px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3286_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3287_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3287 { border-width:0px; position:absolute; left:578px; top:509px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3287_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3288_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3288 { border-width:0px; position:absolute; left:662px; top:509px; width:100px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3288_text { border-width:0px; position:absolute; left:8px; top:5px; width:92px; word-wrap:break-word; } #u3289_div { border-width:0px; position:absolute; left:0px; top:0px; width:107px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3289 { border-width:0px; position:absolute; left:746px; top:509px; width:107px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3289_text { border-width:0px; position:absolute; left:0px; top:4px; width:99px; word-wrap:break-word; } #u3290_div { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3290 { border-width:0px; position:absolute; left:854px; top:509px; width:76px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; } #u3290_text { border-width:0px; position:absolute; left:8px; top:5px; width:68px; word-wrap:break-word; } #u3291_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3291 { border-width:0px; position:absolute; left:293px; top:548px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3291_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3292_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3292 { border-width:0px; position:absolute; left:377px; top:548px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3292_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3293_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3293 { border-width:0px; position:absolute; left:579px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3293_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3294_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3294 { border-width:0px; position:absolute; left:662px; top:547px; width:100px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3294_text { border-width:0px; position:absolute; left:8px; top:5px; width:92px; word-wrap:break-word; } #u3295_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3295 { border-width:0px; position:absolute; left:770px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3295_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3296_div { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3296 { border-width:0px; position:absolute; left:854px; top:547px; width:76px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3296_text { border-width:0px; position:absolute; left:8px; top:5px; width:68px; word-wrap:break-word; } #u3297_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3297 { border-width:0px; position:absolute; left:930px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3297_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3298_div { border-width:0px; position:absolute; left:0px; top:0px; width:124px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3298 { border-width:0px; position:absolute; left:1012px; top:547px; width:124px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3298_text { border-width:0px; position:absolute; left:8px; top:5px; width:116px; word-wrap:break-word; } #u3299_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3299 { border-width:0px; position:absolute; left:1161px; top:547px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3299_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3300_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3300 { border-width:0px; position:absolute; left:1241px; top:547px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3300_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3301_div { border-width:0px; position:absolute; left:0px; top:0px; width:124px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3301 { border-width:0px; position:absolute; left:1012px; top:509px; width:124px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3301_text { border-width:0px; position:absolute; left:8px; top:5px; width:116px; word-wrap:break-word; } #u3302_div { border-width:0px; position:absolute; left:0px; top:0px; width:69px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3302 { border-width:0px; position:absolute; left:1175px; top:509px; width:69px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3302_text { border-width:0px; position:absolute; left:0px; top:4px; width:61px; white-space:nowrap; } #u3303_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3303 { border-width:0px; position:absolute; left:1241px; top:509px; width:139px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3303_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3304_div { border-width:0px; position:absolute; left:0px; top:0px; width:45px; height:23px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3304 { border-width:0px; position:absolute; left:967px; top:510px; width:45px; height:23px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3304_text { border-width:0px; position:absolute; left:0px; top:4px; width:37px; white-space:nowrap; } #u3305_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3305 { border-width:0px; position:absolute; left:243px; top:590px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3305_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3306_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:122px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3306 { border-width:0px; position:absolute; left:243px; top:617px; width:1178px; height:122px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3306_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3307_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3307 { border-width:0px; position:absolute; left:292px; top:632px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3307_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3308_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3308 { border-width:0px; position:absolute; left:376px; top:632px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3308_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3309_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3309 { border-width:0px; position:absolute; left:293px; top:670px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3309_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3310_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3310 { border-width:0px; position:absolute; left:377px; top:670px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3310_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3311_div { border-width:0px; position:absolute; left:0px; top:0px; width:103px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3311 { border-width:0px; position:absolute; left:564px; top:671px; width:103px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3311_text { border-width:0px; position:absolute; left:0px; top:4px; width:95px; white-space:nowrap; } #u3312 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3313 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3314_div { border-width:0px; position:absolute; left:0px; top:0px; width:195px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3314 { border-width:0px; position:absolute; left:664px; top:670px; width:195px; height:28px; font-family:'HelveticaNeue', 'Helvetica Neue'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3314_text { border-width:0px; position:absolute; left:10px; top:7px; width:177px; word-wrap:break-word; } #u3315_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3315 { border-width:0px; position:absolute; left:830px; top:676px; width:22px; height:17px; } #u3315_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3316_div { border-width:0px; position:absolute; left:0px; top:0px; width:67px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3316 { border-width:0px; position:absolute; left:599px; top:632px; width:67px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3316_text { border-width:0px; position:absolute; left:0px; top:4px; width:59px; white-space:nowrap; } #u3317 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3318 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3319_div { border-width:0px; position:absolute; left:0px; top:0px; width:194px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(204, 204, 204, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:12px; color:#666666; text-align:left; } #u3319 { border-width:0px; position:absolute; left:665px; top:632px; width:194px; height:28px; font-size:12px; color:#666666; text-align:left; } #u3319_text { border-width:0px; position:absolute; left:10px; top:6px; width:176px; word-wrap:break-word; } #u3320_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3320 { border-width:0px; position:absolute; left:833px; top:638px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3320_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3321_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:27px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3321 { border-width:0px; position:absolute; left:243px; top:385px; width:1178px; height:27px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; line-height:18px; } #u3321_text { border-width:0px; position:absolute; left:16px; top:4px; width:1146px; word-wrap:break-word; } #u3322_div { border-width:0px; position:absolute; left:0px; top:0px; width:1178px; height:56px; background:inherit; background-color:rgba(247, 247, 247, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3322 { border-width:0px; position:absolute; left:243px; top:412px; width:1178px; height:56px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; color:#666666; line-height:18px; } #u3322_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3323 { border-width:0px; position:absolute; left:374px; top:390px; width:100px; height:17px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3323_text { border-width:0px; position:absolute; left:16px; top:0px; width:82px; word-wrap:break-word; } #u3323_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3324 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u3325_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3325 { border-width:0px; position:absolute; left:664px; top:424px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3325_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3326_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3326 { border-width:0px; position:absolute; left:833px; top:429px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u3326_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3327_div { border-width:0px; position:absolute; left:0px; top:0px; width:129px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3327 { border-width:0px; position:absolute; left:245px; top:424px; width:129px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3327_text { border-width:0px; position:absolute; left:0px; top:4px; width:121px; word-wrap:break-word; } #u3328_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3328 { border-width:0px; position:absolute; left:374px; top:424px; width:192px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3328_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3329_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3329 { border-width:0px; position:absolute; left:582px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3329_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3330_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3330 { border-width:0px; position:absolute; left:875px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3330_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3331_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3331 { border-width:0px; position:absolute; left:959px; top:424px; width:192px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3331_text { border-width:0px; position:absolute; left:8px; top:5px; width:184px; word-wrap:break-word; } #u3332_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3332 { border-width:0px; position:absolute; left:1128px; top:428px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u3332_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3333_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3333 { border-width:0px; position:absolute; left:1161px; top:424px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3333_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3334_div { border-width:0px; position:absolute; left:0px; top:0px; width:88px; height:26px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3334 { border-width:0px; position:absolute; left:1245px; top:424px; width:88px; height:26px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; } #u3334_text { border-width:0px; position:absolute; left:8px; top:5px; width:80px; word-wrap:break-word; } #u3335_div { border-width:0px; position:absolute; left:0px; top:0px; width:109px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#000000; text-align:right; line-height:18px; } #u3335 { border-width:0px; position:absolute; left:497px; top:387px; width:109px; height:29px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#000000; text-align:right; line-height:18px; } #u3335_text { border-width:0px; position:absolute; left:0px; top:4px; width:101px; word-wrap:break-word; } #u3336_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u3336 { border-width:0px; position:absolute; left:1376px; top:387px; width:25px; height:25px; } #u3336_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3337_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3337 { border-width:0px; position:absolute; left:1379px; top:428px; width:20px; height:20px; } #u3337_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3338_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:16px; } #u3338 { border-width:0px; position:absolute; left:543px; top:429px; width:17px; height:16px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3338_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3339_div { border-width:0px; position:absolute; left:0px; top:0px; width:88px; height:26px; background:inherit; background-color:rgba(204, 204, 204, 1); border:none; border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#000000; } #u3339 { border-width:0px; position:absolute; left:606px; top:386px; width:88px; height:26px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#000000; } #u3339_text { border-width:0px; position:absolute; left:8px; top:5px; width:80px; word-wrap:break-word; } #u3340_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3340 { border-width:0px; position:absolute; left:1162px; top:174px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3340_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3341_div { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u3341 { border-width:0px; position:absolute; left:1246px; top:174px; width:52px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; } #u3341_text { border-width:0px; position:absolute; left:8px; top:5px; width:44px; word-wrap:break-word; } #u3342_div { border-width:0px; position:absolute; left:0px; top:0px; width:49px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3342 { border-width:0px; position:absolute; left:1303px; top:176px; width:49px; height:25px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3342_text { border-width:0px; position:absolute; left:0px; top:4px; width:41px; white-space:nowrap; } #u3343_div { border-width:0px; position:absolute; left:0px; top:0px; width:47px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#000000; } #u3343 { border-width:0px; position:absolute; left:1356px; top:174px; width:47px; height:28px; font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC'; font-weight:500; font-style:normal; font-size:14px; color:#000000; } #u3343_text { border-width:0px; position:absolute; left:8px; top:5px; width:39px; word-wrap:break-word; } #u3344_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3344 { border-width:0px; position:absolute; left:875px; top:632px; width:89px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3344_text { border-width:0px; position:absolute; left:0px; top:4px; width:81px; word-wrap:break-word; } #u3345_div { border-width:0px; position:absolute; left:0px; top:0px; width:172px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3345 { border-width:0px; position:absolute; left:964px; top:632px; width:172px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3345_text { border-width:0px; position:absolute; left:8px; top:5px; width:164px; word-wrap:break-word; } #u3346 { border-width:0px; position:absolute; left:1213px; top:219px; width:150px; height:18px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; } #u3346_text { border-width:0px; position:absolute; left:16px; top:0px; width:132px; word-wrap:break-word; } #u3346_input { border-width:0px; position:absolute; left:-3px; top:-2px; } #u3347_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3347 { border-width:0px; position:absolute; left:1160px; top:632px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3347_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3348_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3348 { border-width:0px; position:absolute; left:1240px; top:632px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3348_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3349_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u3349 { border-width:0px; position:absolute; left:1381px; top:593px; width:25px; height:25px; } #u3349_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3350_img { border-width:0px; position:absolute; left:0px; top:0px; width:20px; height:20px; } #u3350 { border-width:0px; position:absolute; left:1383px; top:670px; width:20px; height:20px; } #u3350_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3351_div { border-width:0px; position:absolute; left:0px; top:0px; width:102px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3351 { border-width:0px; position:absolute; left:862px; top:670px; width:102px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; text-align:right; line-height:18px; } #u3351_text { border-width:0px; position:absolute; left:0px; top:4px; width:94px; word-wrap:break-word; } #u3352_div { border-width:0px; position:absolute; left:0px; top:0px; width:172px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3352 { border-width:0px; position:absolute; left:964px; top:670px; width:172px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3352_text { border-width:0px; position:absolute; left:8px; top:5px; width:164px; word-wrap:break-word; } #u3353_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:56px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3353 { border-width:0px; position:absolute; left:1160px; top:668px; width:84px; height:56px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3353_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3354_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3354 { border-width:0px; position:absolute; left:1240px; top:668px; width:139px; height:28px; font-family:'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; font-weight:650; font-style:normal; font-size:12px; color:#666666; text-align:right; } #u3354_text { border-width:0px; position:absolute; left:8px; top:5px; width:131px; word-wrap:break-word; } #u3355_div { border-width:0px; position:absolute; left:0px; top:0px; width:84px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3355 { border-width:0px; position:absolute; left:292px; top:709px; width:84px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3355_text { border-width:0px; position:absolute; left:0px; top:4px; width:76px; word-wrap:break-word; } #u3356_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3356 { border-width:0px; position:absolute; left:376px; top:709px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3356_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3357_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3357 { border-width:0px; position:absolute; left:567px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3357_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3358_div { border-width:0px; position:absolute; left:0px; top:0px; width:191px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3358 { border-width:0px; position:absolute; left:667px; top:707px; width:191px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3358_text { border-width:0px; position:absolute; left:8px; top:5px; width:183px; word-wrap:break-word; } #u3359_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3359 { border-width:0px; position:absolute; left:865px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3359_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3360_div { border-width:0px; position:absolute; left:0px; top:0px; width:171px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3360 { border-width:0px; position:absolute; left:965px; top:707px; width:171px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3360_text { border-width:0px; position:absolute; left:8px; top:5px; width:163px; word-wrap:break-word; } #u3361_div { border-width:0px; position:absolute; left:0px; top:0px; width:100px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3361 { border-width:0px; position:absolute; left:1143px; top:707px; width:100px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:right; line-height:18px; } #u3361_text { border-width:0px; position:absolute; left:0px; top:4px; width:92px; word-wrap:break-word; } #u3362_div { border-width:0px; position:absolute; left:0px; top:0px; width:138px; height:28px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(217, 217, 217, 1); border-radius:4px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3362 { border-width:0px; position:absolute; left:1241px; top:707px; width:138px; height:28px; font-family:'PingFangSC-Regular', 'PingFang SC'; font-weight:400; font-style:normal; font-size:12px; color:#666666; text-align:left; } #u3362_text { border-width:0px; position:absolute; left:8px; top:5px; width:130px; word-wrap:break-word; } #u3363_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:17px; } #u3363 { border-width:0px; position:absolute; left:1122px; top:305px; width:17px; height:17px; font-family:'Microsoft YaHei'; font-weight:400; font-style:normal; } #u3363_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3364_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3364 { border-width:0px; position:absolute; left:830px; top:713px; width:22px; height:17px; } #u3364_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3365_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3365 { border-width:0px; position:absolute; left:1357px; top:713px; width:22px; height:17px; } #u3365_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; } #u3366_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:17px; } #u3366 { border-width:0px; position:absolute; left:1106px; top:713px; width:22px; height:17px; } #u3366_text { border-width:0px; position:absolute; left:0px; top:0px; width:0px; visibility:hidden; word-wrap:break-word; }
0.292797
0.040807
body,html { height:100%; width:100%; } body { background:#f5f5f5; font-family:Verdana, Geneva, Tahoma, sans-serif; } /* Specifically Targeting the Main Header (not to be confused with headers within cards) */ body > header { background:#eee; border-bottom:1px solid #ddd; overflow:hidden; padding: .5em 5em; } body > header:after { content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; z-index: 100; } body > header nav { float:right; line-height:2.5em; } body > header nav li { display:inline-block; } body > header nav li a { color: #333; text-decoration:none; } body > header h1 { float:left; font-size:2.5em; font-weight:bold; } /* Main Content */ /* Note the height calculation -- that's to keep the footer at the bottom */ main { margin:1.5em; min-height: calc(100% - 9em); } /* Footer Styling and sticking to the bottom */ footer { display:block; height:1.5em; } footer { background:#444; color: #eee; padding: .5em 5em; text-align:center; } /* Generic Deck and Card Styles */ .deck { overflow:hidden; } .card { box-sizing:border-box; margin:0; padding:0; } .deck.col-2 .card { float:left; width: 50%; } /* Card styles specific to this application */ .card header { background: #666; color: #eee; padding: .5em; text-align:center; text-shadow:none; width: 100%; } .card .copy { padding:1.5em; } /* Styles for the order form and summary on the main page */ legend { display:none; } form { margin:auto; width:50%; } input[type=number], select { height:1.75em; padding:.25em; width: 100%; } input[type=submit] { float:right; } label { display:block; margin-bottom:1em; } label span { display:block; padding-bottom:.25em; } .card#cartContents:empty { display:none; } .card#cartContents { background:#fff; padding:1.5em; border: 1px solid #777; } /* Styles for the table on the cart page */ #cart { border-collapse:collapse; margin:auto; width:65%; } #cart thead tr th { color: #777; border-bottom: 3px solid #777; font-weight:bold; padding:.5em 1em; } #cart tr td { border-bottom: 1px solid #ccc; border-collapse:none; color: #777; padding:.5em 1em; text-align:center; width:auto; } #cart tr td:last-child, #cart tr th:last-child { text-align:left; width:100%; } #cart tr td:first-child { color:red; cursor:pointer; }
css/style.css
body,html { height:100%; width:100%; } body { background:#f5f5f5; font-family:Verdana, Geneva, Tahoma, sans-serif; } /* Specifically Targeting the Main Header (not to be confused with headers within cards) */ body > header { background:#eee; border-bottom:1px solid #ddd; overflow:hidden; padding: .5em 5em; } body > header:after { content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; z-index: 100; } body > header nav { float:right; line-height:2.5em; } body > header nav li { display:inline-block; } body > header nav li a { color: #333; text-decoration:none; } body > header h1 { float:left; font-size:2.5em; font-weight:bold; } /* Main Content */ /* Note the height calculation -- that's to keep the footer at the bottom */ main { margin:1.5em; min-height: calc(100% - 9em); } /* Footer Styling and sticking to the bottom */ footer { display:block; height:1.5em; } footer { background:#444; color: #eee; padding: .5em 5em; text-align:center; } /* Generic Deck and Card Styles */ .deck { overflow:hidden; } .card { box-sizing:border-box; margin:0; padding:0; } .deck.col-2 .card { float:left; width: 50%; } /* Card styles specific to this application */ .card header { background: #666; color: #eee; padding: .5em; text-align:center; text-shadow:none; width: 100%; } .card .copy { padding:1.5em; } /* Styles for the order form and summary on the main page */ legend { display:none; } form { margin:auto; width:50%; } input[type=number], select { height:1.75em; padding:.25em; width: 100%; } input[type=submit] { float:right; } label { display:block; margin-bottom:1em; } label span { display:block; padding-bottom:.25em; } .card#cartContents:empty { display:none; } .card#cartContents { background:#fff; padding:1.5em; border: 1px solid #777; } /* Styles for the table on the cart page */ #cart { border-collapse:collapse; margin:auto; width:65%; } #cart thead tr th { color: #777; border-bottom: 3px solid #777; font-weight:bold; padding:.5em 1em; } #cart tr td { border-bottom: 1px solid #ccc; border-collapse:none; color: #777; padding:.5em 1em; text-align:center; width:auto; } #cart tr td:last-child, #cart tr th:last-child { text-align:left; width:100%; } #cart tr td:first-child { color:red; cursor:pointer; }
0.381796
0.071041
* { transition: all 250ms ease; } body { background: url('../../img/bg.jpg') no-repeat right bottom fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; /*color: #FFF;*/ } #loader { color: #369; font-size: 5rem; font-family: Arial, Helvetica, sans-serif; font-weight: lighter; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: #000 1px 1px 5px; text-align: center; } .loading:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: ellipsis steps(4,end) 900ms infinite; animation: ellipsis steps(4,end) 900ms infinite; content: "\2026"; /* ascii code for the ellipsis character */ width: 0px; } .poweredby { font-size: 3rem; } .poweredby:after { content: ''; background: url("https://angular.io/resources/images/logos/angular2/angular.svg") top center no-repeat; background-size: contain; height: 225px; width: 100%; position: absolute; display: block; left: 0; right: 0; } @keyframes ellipsis { to { width: 50px; } } @-webkit-keyframes ellipsis { to { width: 50px; } } #title { text-align: right; color: white; } #title h1 { text-shadow: #47A6FF 2px 2px 10px; } #title h3 { text-shadow: 2px 2px 0px #000; } #social { margin: 30px 10px; display: inline-flex; } #social a img { padding: 2px; -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ filter: grayscale(100%); } #social a:hover img, #social a:active img { -webkit-filter: grayscale(0%); filter: grayscale(0%); } .panel-info { background-color: rgba(106, 106, 106, 0.58); } .panel-info .panel-body { color: #fff; } .panel-info .panel-heading { color: #FFFFFF; text-shadow: 1px 1px 0 rgb(27, 0, 255); border: none; font-size: initial; font-family: "Arial Black", Arial; font-weight: bold; background-image: linear-gradient(to bottom,#4379A7 0,rgba(0, 0, 0, 0.66) 100%); } .spoiler { box-shadow: black 1px 1px; background: darkgray; padding: 1px 3px; color: whitesmoke; cursor: pointer; } a { color: #b3dcff; } a:focus, a:hover { color: #92A7BB; text-decoration: none; } strong { color: rgb(164, 186, 205); } .project { margin-bottom: 10px; border-bottom: aliceblue 1px solid; } .project .image img { max-height: 90px; max-width: 160px; } .project .description { margin-left: 5px; } .project .description .title, .title { font-family: cursive; font-weight: bold; } .project .description .title a, .title { color: #fff; } .project .description .title::after { content: " - "; } .project .range { display: block; } .project .used-techs { display: inline-block; } .project .used-techs ul { margin-left: 5px; display: inline-block; } .project .used-techs ul li { background: linear-gradient(rgba(148, 148, 148, 0.85), #2F2F2F); border-radius: 5px; margin: 3px 2px; } progress { width: 100px; vertical-align: middle; } .right { float: right; } .list-inline>li { padding: 1px 5px; } #language-picker { z-index: 10; } .language-picker .languages { position: absolute; } .language-picker { width: 90px; color: #87C2FF; padding: 3px 1px; } .language-picker .option { font-weight: bold; display: block; padding: 3px 1px; } .language-picker .option img { margin-left: 3px; } .language-picker .option:hover, .language-picker .option:active { cursor: pointer; background: radial-gradient(rgba(0, 121, 224, 0.6), rgba(0, 0, 0, 0.25)); } .clickable { cursor: pointer; }
app/css/style.css
* { transition: all 250ms ease; } body { background: url('../../img/bg.jpg') no-repeat right bottom fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; /*color: #FFF;*/ } #loader { color: #369; font-size: 5rem; font-family: Arial, Helvetica, sans-serif; font-weight: lighter; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: #000 1px 1px 5px; text-align: center; } .loading:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: ellipsis steps(4,end) 900ms infinite; animation: ellipsis steps(4,end) 900ms infinite; content: "\2026"; /* ascii code for the ellipsis character */ width: 0px; } .poweredby { font-size: 3rem; } .poweredby:after { content: ''; background: url("https://angular.io/resources/images/logos/angular2/angular.svg") top center no-repeat; background-size: contain; height: 225px; width: 100%; position: absolute; display: block; left: 0; right: 0; } @keyframes ellipsis { to { width: 50px; } } @-webkit-keyframes ellipsis { to { width: 50px; } } #title { text-align: right; color: white; } #title h1 { text-shadow: #47A6FF 2px 2px 10px; } #title h3 { text-shadow: 2px 2px 0px #000; } #social { margin: 30px 10px; display: inline-flex; } #social a img { padding: 2px; -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ filter: grayscale(100%); } #social a:hover img, #social a:active img { -webkit-filter: grayscale(0%); filter: grayscale(0%); } .panel-info { background-color: rgba(106, 106, 106, 0.58); } .panel-info .panel-body { color: #fff; } .panel-info .panel-heading { color: #FFFFFF; text-shadow: 1px 1px 0 rgb(27, 0, 255); border: none; font-size: initial; font-family: "Arial Black", Arial; font-weight: bold; background-image: linear-gradient(to bottom,#4379A7 0,rgba(0, 0, 0, 0.66) 100%); } .spoiler { box-shadow: black 1px 1px; background: darkgray; padding: 1px 3px; color: whitesmoke; cursor: pointer; } a { color: #b3dcff; } a:focus, a:hover { color: #92A7BB; text-decoration: none; } strong { color: rgb(164, 186, 205); } .project { margin-bottom: 10px; border-bottom: aliceblue 1px solid; } .project .image img { max-height: 90px; max-width: 160px; } .project .description { margin-left: 5px; } .project .description .title, .title { font-family: cursive; font-weight: bold; } .project .description .title a, .title { color: #fff; } .project .description .title::after { content: " - "; } .project .range { display: block; } .project .used-techs { display: inline-block; } .project .used-techs ul { margin-left: 5px; display: inline-block; } .project .used-techs ul li { background: linear-gradient(rgba(148, 148, 148, 0.85), #2F2F2F); border-radius: 5px; margin: 3px 2px; } progress { width: 100px; vertical-align: middle; } .right { float: right; } .list-inline>li { padding: 1px 5px; } #language-picker { z-index: 10; } .language-picker .languages { position: absolute; } .language-picker { width: 90px; color: #87C2FF; padding: 3px 1px; } .language-picker .option { font-weight: bold; display: block; padding: 3px 1px; } .language-picker .option img { margin-left: 3px; } .language-picker .option:hover, .language-picker .option:active { cursor: pointer; background: radial-gradient(rgba(0, 121, 224, 0.6), rgba(0, 0, 0, 0.25)); } .clickable { cursor: pointer; }
0.517815
0.144149
.container { width: 80%; margin: 100px auto 0; padding-bottom: 100px; display: grid; grid-gap: 30px; grid-template-columns: 400px auto; } /*pictures for authors*/ .pic_container { width: 90%; height: 450px; display: grid; grid-gap: 5px; grid-template-areas:'TL TR' 'TL TR' 'TL TR' 'TL TR' 'BL TR' 'BL BR' 'BL BR'; } .pic_item { overflow: hidden; border-radius: 7px; /*transition: 200ms;*/ cursor: pointer; /*background-image: url('/images/avatar.jpg');*/ background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; -webkit-transition: background-image 0.2s ease-in-out; transition: background-image 0.2s ease-in-out; } .pic_item:nth-child(1) {grid-area: TL} .pic_item:nth-child(2) {grid-area: TR} .pic_item:nth-child(3) {grid-area: BL} .pic_item:nth-child(4) {grid-area: BR} .pic_item::after { content: ''; position: absolute; background: #33f3bf; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.0; transition: 200ms; } .pic_item_available::after { opacity: 0.4; } /*content container*/ .content_container { display: flex; flex-direction: column; } .content_title { font-size: 35px; font-weight: bold; } .content_description { padding: 5px 0 0; display: flex; flex-direction: column; flex: 1; } .content_name { display: flex; flex-direction: row; align-items: center; } .content_name img { border-radius: 50%; width: 50px; height: 50px; margin: 0 5px; } .quotation{ background-image: url("/images/iconmonstr-quote-3.svg"); width: 60px; height: 60px; margin: 20px 20px; background-repeat: no-repeat; background-size: cover; } .quotation_rotate { align-self: flex-end; transform: rotate(180deg); }
src/components/shared/Authors.module.css
.container { width: 80%; margin: 100px auto 0; padding-bottom: 100px; display: grid; grid-gap: 30px; grid-template-columns: 400px auto; } /*pictures for authors*/ .pic_container { width: 90%; height: 450px; display: grid; grid-gap: 5px; grid-template-areas:'TL TR' 'TL TR' 'TL TR' 'TL TR' 'BL TR' 'BL BR' 'BL BR'; } .pic_item { overflow: hidden; border-radius: 7px; /*transition: 200ms;*/ cursor: pointer; /*background-image: url('/images/avatar.jpg');*/ background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; -webkit-transition: background-image 0.2s ease-in-out; transition: background-image 0.2s ease-in-out; } .pic_item:nth-child(1) {grid-area: TL} .pic_item:nth-child(2) {grid-area: TR} .pic_item:nth-child(3) {grid-area: BL} .pic_item:nth-child(4) {grid-area: BR} .pic_item::after { content: ''; position: absolute; background: #33f3bf; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.0; transition: 200ms; } .pic_item_available::after { opacity: 0.4; } /*content container*/ .content_container { display: flex; flex-direction: column; } .content_title { font-size: 35px; font-weight: bold; } .content_description { padding: 5px 0 0; display: flex; flex-direction: column; flex: 1; } .content_name { display: flex; flex-direction: row; align-items: center; } .content_name img { border-radius: 50%; width: 50px; height: 50px; margin: 0 5px; } .quotation{ background-image: url("/images/iconmonstr-quote-3.svg"); width: 60px; height: 60px; margin: 20px 20px; background-repeat: no-repeat; background-size: cover; } .quotation_rotate { align-self: flex-end; transform: rotate(180deg); }
0.438545
0.088229
.help-block.with-errors { color: #ff5050; margin-top: 2px; min-height: 13px; font-size: 13px; line-height: 13px; } .help-block.with-errors ul { list-style: none; padding-left: 0px; margin: 0; } .d-none { display: none; } .bb-form .likeinput, .bb-form select, .bb-form input { border: 1px solid #ccc; padding: 8px; width: 100%; background: white; border-radius: 0px; } .bb-form .likeinput, .bb-form input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .bb-form select { padding: 9px; } #wallet label { display: block; margin-bottom: 5px; font-weight: bold; } .bb-form .button { padding: 13px 60px; cursor: pointer; width: auto; border: 0px solid #ccc; background-color: #ffd402; font-weight: 500; -webkit-transition: box-shadow 260ms ease; transition: box-shadow 260ms ease; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .button:hover { box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .14); } .bb-form .form-group { margin: 10px auto; } .bb-form form { bbackground-color: #fafafa; ppadding: 10px; mmargin: 10px; text-align: left; } @media (min-width: 450px) { .bb-form form { padding: 0px; } } @media (min-width: 767px) { .bb-form form { ppadding: 30px; } } .bb-form .form-action { padding: 20px 20px; text-align: center; } .bb-form .description { color: #939596; font-size: 14px; margin: 0; } .bb-form .messages .alert { margin: 20px 30px; padding: 15px; background: #ffbbbb; } .bb-form form .messages .alert { margin: 0px; margin-bottom: 20px; text-align: center; } .bb-form .messages .alert-success { background: #d2efa7; } .bb-form .messages button { margin-right: 10px; background: none !important; font-size: 20px; } .bb-form label img { height: 15px; margin: 0px 0px 3px 6px; } .bb-form .center { text-align: center; } .bb-form .middle { margin: 0 auto; float: none; } .bb-form .required_field { font-weight: 400; color: red; } .rightsmall { float: right; width: 100px; margin-left: 15px; } .leftfloat { overflow: hidden; } /* indacoin */ input#debug { position: absolute; top: -9999px; left: -9999px; } pre { display:none; } input#debug:checked ~ pre { display: block; }
assets/css/buybay.css
.help-block.with-errors { color: #ff5050; margin-top: 2px; min-height: 13px; font-size: 13px; line-height: 13px; } .help-block.with-errors ul { list-style: none; padding-left: 0px; margin: 0; } .d-none { display: none; } .bb-form .likeinput, .bb-form select, .bb-form input { border: 1px solid #ccc; padding: 8px; width: 100%; background: white; border-radius: 0px; } .bb-form .likeinput, .bb-form input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .bb-form select { padding: 9px; } #wallet label { display: block; margin-bottom: 5px; font-weight: bold; } .bb-form .button { padding: 13px 60px; cursor: pointer; width: auto; border: 0px solid #ccc; background-color: #ffd402; font-weight: 500; -webkit-transition: box-shadow 260ms ease; transition: box-shadow 260ms ease; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .button:hover { box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .14); } .bb-form .form-group { margin: 10px auto; } .bb-form form { bbackground-color: #fafafa; ppadding: 10px; mmargin: 10px; text-align: left; } @media (min-width: 450px) { .bb-form form { padding: 0px; } } @media (min-width: 767px) { .bb-form form { ppadding: 30px; } } .bb-form .form-action { padding: 20px 20px; text-align: center; } .bb-form .description { color: #939596; font-size: 14px; margin: 0; } .bb-form .messages .alert { margin: 20px 30px; padding: 15px; background: #ffbbbb; } .bb-form form .messages .alert { margin: 0px; margin-bottom: 20px; text-align: center; } .bb-form .messages .alert-success { background: #d2efa7; } .bb-form .messages button { margin-right: 10px; background: none !important; font-size: 20px; } .bb-form label img { height: 15px; margin: 0px 0px 3px 6px; } .bb-form .center { text-align: center; } .bb-form .middle { margin: 0 auto; float: none; } .bb-form .required_field { font-weight: 400; color: red; } .rightsmall { float: right; width: 100px; margin-left: 15px; } .leftfloat { overflow: hidden; } /* indacoin */ input#debug { position: absolute; top: -9999px; left: -9999px; } pre { display:none; } input#debug:checked ~ pre { display: block; }
0.332744
0.074736
* { font-size:13.5px; padding: 0 0 0 0; margin:0 auto; } *, *:hover, *:focus, *.active { text-decoration: none; outline:none; list-style-type:none; } body, html { font-family:'Helvetica Neue Light', sans-serif; line-height: 1.3; z-index:0; } i, b, span, p, thead, tbody, td, tr, th, code, pre, nav, footer, article, header { /*etc...*/ font-size:inherit; } h1 { font-size: 23px; } h2 { font-size:18px; } h3 { font-size:16.5px; } h4 { font-size:14.5px; } h5 { font-size:13.5px; } h6 { font-size:12.5px; } a, button { cursor: pointer; } /*--- LAYOUT ---*/ .line { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; float: left; clear:right; } .line-compress { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; float: left; clear:right; padding:0 2% 0 2%; } .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .offset-left1, .offset-left2, .offset-left3, .offset-left4, .offset-left5, .offset-left6, .offset-left7, .offset-left8, .offset-left9, .offset-left10, .offset-right1, .offset-right2, .offset-right3, .offset-right4, .offset-right5, .offset-right6, .offset-right7, .offset-right8, .offset-right9, .offset-right10 { float: left; vertical-align: top; left:0; min-height: 0.5px; } .col1 { width:10%; } .col2 { width:20%; } .col3 { width:30%; } .col4 { width:40%; } .col5 { width:50%; } .col6 { width:60%; } .col7 { width:70%; } .col8 { width:80%; } .col9 { width:90%; } .col10 { width:100%; } .offset-left1 { margin-left:10%; } .offset-left2 { margin-left:20%; } .offset-left3 { margin-left:30%; } .offset-left4 { margin-left:40%; } .offset-left5 { margin-left:50%; } .offset-left6 { margin-left:60%; } .offset-left7 { margin-left:70%; } .offset-left8 { margin-left:80%; } .offset-left9 { margin-left:90%; } .offset-left10 { margin-left:100%; } .offset-right1 { margin-right:10%; } .offset-right2 { margin-right:20%; } .offset-right3 { margin-right:30%; } .offset-right4 { margin-right:40%; } .offset-right5 { margin-right:50%; } .offset-right6 { margin-right:60%; } .offset-right7 { margin-right:70%; } .offset-right8 { margin-right:80%; } .offset-right9 { margin-right:90%; } .offset-right10 { margin-right:100%; } /*--- BUTTONS ---*/ button { cursor:pointer; border:none; } .btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; padding:5px 2%; display: block; } .btn.btn-medium { padding:9.5px 2%; font-size:14.5px; } .btn.btn-large { padding:14px 2%; font-size:17px; } .btn:hover { opacity:0.8; text-decoration: none; } .btn:focus { box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.1) inset; text-decoration: none; } .btn.active { box-shadow:0 0 0 200px rgba(0, 0, 0, 0.09) inset; text-decoration: none; } .btn.active:hover { opacity:1; } .btn.disabled { cursor:none; } /*--- COLORS ---*/ .color-white { color:#fff; } .color-black { color:#333; } .color-muted { color:rgba(0, 0, 0, 0.5); } .color-muted-inverse { color:rgba(255, 255, 255, 0.5); } .color-error { color:red; } .color-info { color:#3F42F6; } .color-success { color:#2AC171; } /*--- UTILS ---*/ /*lines*/ .hr { border-top:1px solid rgba(0, 0, 0, 0.05); width:100%; float:none; clear:both; height:0; } /*float*/ .push-left { float:left; } .push-right { float:right; } .push-center { margin:0 auto; float: none; } /*align-x*/ .center-content { text-align:center; } .left-content { text-align:left; } .right-content { text-align: right; } /*align-y*/ .v-top { vertical-align: top; } .v-middle { vertical-align: middle; } .v-bottom { vertical-align: bottom; } .v-super { vertical-align: super; } .v-text { vertical-align: text-bottom; } .v-sub { vertical-align: sub; } /*font*/ .font-light { font-weight: lighter; } .font-medium { font-weight: 500; } .font-bold { font-weight:bold; } /*overlfow*/ .over-hidden { overflow:hidden; } .over-y-hidden { overflow-y:hidden; } .over-x-hidden { overflow-x:hidden; } .over-scroll { overflow:scroll; } .over-x-scroll { overflow-x:scroll; } .over-y-scroll { overflow-y:scroll; } /*text*/ .breakword { word-break:break-all; } .lowercase { text-transform: lowercase; } .uppercase { text-transform:uppercase; } .capitalize { text-transform: capitalize; } .ellips { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } /*layers*/ .layer1 { z-index:1; } .layer2 { z-index:2; } .layer3 { z-index:3; } .layer4 { z-index:4; } /*borders*/ .border { -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); } .border-info { -moz-box-shadow :0 0 0 1px lightblue; -webkit-box-shadow :0 0 0 1px lightblue; box-shadow :0 0 0 1px lightblue; } .border-error { -moz-box-shadow :0 0 0 1px lightred; -webkit-box-shadow :0 0 0 1px lightred; box-shadow :0 0 0 1px lightred; } .border-success { -moz-box-shadow :0 0 0 1px lightgreen; -webkit-box-shadow :0 0 0 1px lightgreen; box-shadow :0 0 0 1px lightgreen; } /*radius*/ .radius3 { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; } .radius5 { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; } .radius10 { -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } .radius20 { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; } .radius-full { -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; } /*vertical spacing*/ .separator3 { min-height:3px; clear:both; float:none; width:100%; } .separator5 { min-height:5px; clear:both; float:none; width:100%; } .separator10 { min-height:10px; clear:both; float:none; width:100%; } .separator15 { min-height:15px; clear:both; float:none; width:100%; } .separator30 { min-height:30px; clear:both; float:none; width:100%; } .separator50 { min-height:50px; clear:both; float:none; width:100%; } .separator100 { min-height:100px; clear:both; float:none; width:100%; } /*visibility*/ .hide { display:none; } .show { display: inherit; } .hidden { visibility:hidden; } .visible { visibility:visible; } /*opacity*/ .half-opacity { opacity:0.5; } .less-opacity { opacity:0.75; } .toggle-opacity-hover { opacity:0.65; } .toggle-opacity-hover:hover { opacity:1; } .toggle-opacity-inverse-hover { opacity:1; } .toggle-opacity-inverse-hover:hover { opacity:0.65; } /*statements*/ .fixed { position:fixed; } .absolute { position:absolute; } .relative { position:relative; } .relative-absolute { position:relative absolute; } /*positions*/ .top { top:0; } .left { left:0; } .right { right:0; } .bottom { bottom:0; } .middle { left:0; right:0; } /*--- BACKGROUNDS ---*/ .bg-black { background-color: #222; } .bg-white { background-color:#fff; } .bg-muted { background-color: rgba(0, 0, 0, 0.15); } .bg-muted-inverse { background-color:rgba(255, 255, 255, 0.75); } .bg-error { background-color:red; } .bg-info { background-color:#3F42F6; } .bg-success { background-color:green; } /*--- ANIMATIONS ---*/ @-webkit-keyframes fadeOut { 25% { opacity:0.6; } 75% { opacity: 0.4; } 100% { opacity: 0; } } @keyframes fadeOut { 25% { opacity:0.6; } 75% { opacity: 0.4; } 100% { opacity: 0; } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 75% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 75% { opacity: 1; } } .fade-out-slow { -webkit-animation:fadeOut 0.85s linear; -moz-animation:fadeOut 0.85s linear; -o-animation:fadeOut 0.85s linear; animation: fadeOut 0.85s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-out-medium { -webkit-animation:fadeOut 0.45s linear; -moz-animation:fadeOut 0.45s linear; -o-animation:fadeOut 0.45s linear; animation: fadeOut 0.45s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-out-fast { -webkit-animation:fadeOut 0.15s linear; -moz-animation:fadeOut 0.15s linear; -o-animation:fadeOut 0.15s linear; animation: fadeOut 0.15s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-slow { -webkit-animation:fadeIn 0.85s linear; -moz-animation:fadeIn 0.85s linear; -o-animation:fadeIn 0.85s linear; animation: fadeIn 0.85s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-medium { -webkit-animation:fadeIn 0.45s linear; -moz-animation:fadeIn 0.45s linear; -o-animation:fadeIn 0.45s linear; animation: fadeIn 0.45s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-fast { -webkit-animation:fadeIn 0.15s linear; -moz-animation:fadeIn 0.15s linear; -o-animation:fadeIn 0.15s linear; animation: fadeIn 0.15s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } /*NO!*/ .no-border { border:none; } .no-radius { -moz-border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0; border-radius:0 0 0 0; } .no-bg { background-color:none; } .no-padding { padding: 0 0 0 0; } .no-margin { margin: 0 0 0 0; } .no-list-style { list-style-type: none; } .no-float { float:none; } .no-height { height :0; max-height: 0; } .no-width { width :0; max-width: 0; } .no-opacity { opacity:0; } /*--- COMPONENTS --*/ /*forms*/ input[type="text"], input[type="email"], input[type="password"], input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; height: 30px; border:none; padding:0 1.5%; -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); } select, select:hover, select:focus { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; border:none; background:none; padding:8px 0 0 0; height:30px; border-radius:3px; outline:none; -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); } select option, select option:hover { padding:5px; } input[type="radio"], input[type="checkbox"], input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="radio"]:focus, input[type="checkbox"]:focus { box-shadow:none; width:auto; padding:0; } textarea, textarea:focus, textarea:hover { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; font-size: inherit; width:100%; padding:10px 15px; border:none; box-shadow:0 0 0 1px #ddd; } /*badges*/ .badge { padding :0 5px; font-size: inherit; } .badge-medium { padding:3px 8px; font-size:15px; font-size:inherit; } .badge-large { padding:6px 15px; font-size:16.5px; } /*overlay*/ .overlay { position:fixed; left:0; right:0; top:0; bottom:0; height:100%; } .overlay.overlay-dark { background-color:rgba(0, 0, 0, 0.65); } .overlay.overlay-light { background-color: rgba(255, 255, 255, 0.85); } /*--- RESPONSIVE ---*/ /*desktop*/ @media screen and (min-width:800px) { .mobile, .tablet { display: none; } .desktop { display: inherit; } } /*tablet*/ @media screen and (max-width:800px) { .mobile, .desktop { display: none; } .tablet { display: inherit; } .line-tablet { width:100%; margin:0 auto; } } /*mobile*/ @media screen and (max-width:400px) { .tablet, .desktop { display: none; } .mobile { display:inherit; } .line-mobile { width:100%; margin:0 auto; } }
src/helper.css
* { font-size:13.5px; padding: 0 0 0 0; margin:0 auto; } *, *:hover, *:focus, *.active { text-decoration: none; outline:none; list-style-type:none; } body, html { font-family:'Helvetica Neue Light', sans-serif; line-height: 1.3; z-index:0; } i, b, span, p, thead, tbody, td, tr, th, code, pre, nav, footer, article, header { /*etc...*/ font-size:inherit; } h1 { font-size: 23px; } h2 { font-size:18px; } h3 { font-size:16.5px; } h4 { font-size:14.5px; } h5 { font-size:13.5px; } h6 { font-size:12.5px; } a, button { cursor: pointer; } /*--- LAYOUT ---*/ .line { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; float: left; clear:right; } .line-compress { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; float: left; clear:right; padding:0 2% 0 2%; } .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .offset-left1, .offset-left2, .offset-left3, .offset-left4, .offset-left5, .offset-left6, .offset-left7, .offset-left8, .offset-left9, .offset-left10, .offset-right1, .offset-right2, .offset-right3, .offset-right4, .offset-right5, .offset-right6, .offset-right7, .offset-right8, .offset-right9, .offset-right10 { float: left; vertical-align: top; left:0; min-height: 0.5px; } .col1 { width:10%; } .col2 { width:20%; } .col3 { width:30%; } .col4 { width:40%; } .col5 { width:50%; } .col6 { width:60%; } .col7 { width:70%; } .col8 { width:80%; } .col9 { width:90%; } .col10 { width:100%; } .offset-left1 { margin-left:10%; } .offset-left2 { margin-left:20%; } .offset-left3 { margin-left:30%; } .offset-left4 { margin-left:40%; } .offset-left5 { margin-left:50%; } .offset-left6 { margin-left:60%; } .offset-left7 { margin-left:70%; } .offset-left8 { margin-left:80%; } .offset-left9 { margin-left:90%; } .offset-left10 { margin-left:100%; } .offset-right1 { margin-right:10%; } .offset-right2 { margin-right:20%; } .offset-right3 { margin-right:30%; } .offset-right4 { margin-right:40%; } .offset-right5 { margin-right:50%; } .offset-right6 { margin-right:60%; } .offset-right7 { margin-right:70%; } .offset-right8 { margin-right:80%; } .offset-right9 { margin-right:90%; } .offset-right10 { margin-right:100%; } /*--- BUTTONS ---*/ button { cursor:pointer; border:none; } .btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; padding:5px 2%; display: block; } .btn.btn-medium { padding:9.5px 2%; font-size:14.5px; } .btn.btn-large { padding:14px 2%; font-size:17px; } .btn:hover { opacity:0.8; text-decoration: none; } .btn:focus { box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.1) inset; text-decoration: none; } .btn.active { box-shadow:0 0 0 200px rgba(0, 0, 0, 0.09) inset; text-decoration: none; } .btn.active:hover { opacity:1; } .btn.disabled { cursor:none; } /*--- COLORS ---*/ .color-white { color:#fff; } .color-black { color:#333; } .color-muted { color:rgba(0, 0, 0, 0.5); } .color-muted-inverse { color:rgba(255, 255, 255, 0.5); } .color-error { color:red; } .color-info { color:#3F42F6; } .color-success { color:#2AC171; } /*--- UTILS ---*/ /*lines*/ .hr { border-top:1px solid rgba(0, 0, 0, 0.05); width:100%; float:none; clear:both; height:0; } /*float*/ .push-left { float:left; } .push-right { float:right; } .push-center { margin:0 auto; float: none; } /*align-x*/ .center-content { text-align:center; } .left-content { text-align:left; } .right-content { text-align: right; } /*align-y*/ .v-top { vertical-align: top; } .v-middle { vertical-align: middle; } .v-bottom { vertical-align: bottom; } .v-super { vertical-align: super; } .v-text { vertical-align: text-bottom; } .v-sub { vertical-align: sub; } /*font*/ .font-light { font-weight: lighter; } .font-medium { font-weight: 500; } .font-bold { font-weight:bold; } /*overlfow*/ .over-hidden { overflow:hidden; } .over-y-hidden { overflow-y:hidden; } .over-x-hidden { overflow-x:hidden; } .over-scroll { overflow:scroll; } .over-x-scroll { overflow-x:scroll; } .over-y-scroll { overflow-y:scroll; } /*text*/ .breakword { word-break:break-all; } .lowercase { text-transform: lowercase; } .uppercase { text-transform:uppercase; } .capitalize { text-transform: capitalize; } .ellips { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } /*layers*/ .layer1 { z-index:1; } .layer2 { z-index:2; } .layer3 { z-index:3; } .layer4 { z-index:4; } /*borders*/ .border { -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.1); } .border-info { -moz-box-shadow :0 0 0 1px lightblue; -webkit-box-shadow :0 0 0 1px lightblue; box-shadow :0 0 0 1px lightblue; } .border-error { -moz-box-shadow :0 0 0 1px lightred; -webkit-box-shadow :0 0 0 1px lightred; box-shadow :0 0 0 1px lightred; } .border-success { -moz-box-shadow :0 0 0 1px lightgreen; -webkit-box-shadow :0 0 0 1px lightgreen; box-shadow :0 0 0 1px lightgreen; } /*radius*/ .radius3 { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; } .radius5 { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; } .radius10 { -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } .radius20 { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; } .radius-full { -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; } /*vertical spacing*/ .separator3 { min-height:3px; clear:both; float:none; width:100%; } .separator5 { min-height:5px; clear:both; float:none; width:100%; } .separator10 { min-height:10px; clear:both; float:none; width:100%; } .separator15 { min-height:15px; clear:both; float:none; width:100%; } .separator30 { min-height:30px; clear:both; float:none; width:100%; } .separator50 { min-height:50px; clear:both; float:none; width:100%; } .separator100 { min-height:100px; clear:both; float:none; width:100%; } /*visibility*/ .hide { display:none; } .show { display: inherit; } .hidden { visibility:hidden; } .visible { visibility:visible; } /*opacity*/ .half-opacity { opacity:0.5; } .less-opacity { opacity:0.75; } .toggle-opacity-hover { opacity:0.65; } .toggle-opacity-hover:hover { opacity:1; } .toggle-opacity-inverse-hover { opacity:1; } .toggle-opacity-inverse-hover:hover { opacity:0.65; } /*statements*/ .fixed { position:fixed; } .absolute { position:absolute; } .relative { position:relative; } .relative-absolute { position:relative absolute; } /*positions*/ .top { top:0; } .left { left:0; } .right { right:0; } .bottom { bottom:0; } .middle { left:0; right:0; } /*--- BACKGROUNDS ---*/ .bg-black { background-color: #222; } .bg-white { background-color:#fff; } .bg-muted { background-color: rgba(0, 0, 0, 0.15); } .bg-muted-inverse { background-color:rgba(255, 255, 255, 0.75); } .bg-error { background-color:red; } .bg-info { background-color:#3F42F6; } .bg-success { background-color:green; } /*--- ANIMATIONS ---*/ @-webkit-keyframes fadeOut { 25% { opacity:0.6; } 75% { opacity: 0.4; } 100% { opacity: 0; } } @keyframes fadeOut { 25% { opacity:0.6; } 75% { opacity: 0.4; } 100% { opacity: 0; } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 75% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 75% { opacity: 1; } } .fade-out-slow { -webkit-animation:fadeOut 0.85s linear; -moz-animation:fadeOut 0.85s linear; -o-animation:fadeOut 0.85s linear; animation: fadeOut 0.85s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-out-medium { -webkit-animation:fadeOut 0.45s linear; -moz-animation:fadeOut 0.45s linear; -o-animation:fadeOut 0.45s linear; animation: fadeOut 0.45s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-out-fast { -webkit-animation:fadeOut 0.15s linear; -moz-animation:fadeOut 0.15s linear; -o-animation:fadeOut 0.15s linear; animation: fadeOut 0.15s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-slow { -webkit-animation:fadeIn 0.85s linear; -moz-animation:fadeIn 0.85s linear; -o-animation:fadeIn 0.85s linear; animation: fadeIn 0.85s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-medium { -webkit-animation:fadeIn 0.45s linear; -moz-animation:fadeIn 0.45s linear; -o-animation:fadeIn 0.45s linear; animation: fadeIn 0.45s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .fade-in-fast { -webkit-animation:fadeIn 0.15s linear; -moz-animation:fadeIn 0.15s linear; -o-animation:fadeIn 0.15s linear; animation: fadeIn 0.15s linear; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } /*NO!*/ .no-border { border:none; } .no-radius { -moz-border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0; border-radius:0 0 0 0; } .no-bg { background-color:none; } .no-padding { padding: 0 0 0 0; } .no-margin { margin: 0 0 0 0; } .no-list-style { list-style-type: none; } .no-float { float:none; } .no-height { height :0; max-height: 0; } .no-width { width :0; max-width: 0; } .no-opacity { opacity:0; } /*--- COMPONENTS --*/ /*forms*/ input[type="text"], input[type="email"], input[type="password"], input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; height: 30px; border:none; padding:0 1.5%; -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); } select, select:hover, select:focus { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width:100%; border:none; background:none; padding:8px 0 0 0; height:30px; border-radius:3px; outline:none; -webkit-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); -moz-box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow :0 0 0 1px rgba(0, 0, 0, 0.15); } select option, select option:hover { padding:5px; } input[type="radio"], input[type="checkbox"], input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="radio"]:focus, input[type="checkbox"]:focus { box-shadow:none; width:auto; padding:0; } textarea, textarea:focus, textarea:hover { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; font-size: inherit; width:100%; padding:10px 15px; border:none; box-shadow:0 0 0 1px #ddd; } /*badges*/ .badge { padding :0 5px; font-size: inherit; } .badge-medium { padding:3px 8px; font-size:15px; font-size:inherit; } .badge-large { padding:6px 15px; font-size:16.5px; } /*overlay*/ .overlay { position:fixed; left:0; right:0; top:0; bottom:0; height:100%; } .overlay.overlay-dark { background-color:rgba(0, 0, 0, 0.65); } .overlay.overlay-light { background-color: rgba(255, 255, 255, 0.85); } /*--- RESPONSIVE ---*/ /*desktop*/ @media screen and (min-width:800px) { .mobile, .tablet { display: none; } .desktop { display: inherit; } } /*tablet*/ @media screen and (max-width:800px) { .mobile, .desktop { display: none; } .tablet { display: inherit; } .line-tablet { width:100%; margin:0 auto; } } /*mobile*/ @media screen and (max-width:400px) { .tablet, .desktop { display: none; } .mobile { display:inherit; } .line-mobile { width:100%; margin:0 auto; } }
0.487795
0.094761
* {margin: 0; padding: 0;} .boltgallery { width: 100%; } .boltgallery ul { overflow: hidden; } /*Image styles*/ .boltgallery ul li { float: left; padding: 2px; margin: 10px; background: #fff; list-style-type: none; position: relative; cursor: pointer; } .boltgallery ul li img:hover { opacity: 0.9; } /*Image titles*/ .boltgallery .image_title { width: 100%; height: auto; position: absolute; top: 0; left: 0; display: table; /*Hover effect - default state*/ opacity: 0; transition: all 0.5s; } .boltgallery .title { color: #fff; text-transform: uppercase; font-size: 14px; text-align: center; padding: 5px 0px 5px 0px; margin-top: 45%; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); /*display: table-cell;*/ vertical-align: middle; /*Hover effect - default state*/ transform: scale(0.2); transition: all 0.25s; } /*Hover states*/ .boltgallery li:hover .image_title { opacity: 1; } .boltgallery li:hover .title { transform: scale(1); } /*boltgallery element style*/ .boltgallery_backdrop { background: rgba(0, 0, 0, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; } /*The larger image*/ .boltgallery_canvas { background: white; position: fixed; top: 0; left: 0; height: auto; margin: 0px auto !important; max-width: 100%; } .boltgallery_canvas img { max-width: 100% !important; max-width: 1100px; box-shadow: 0 0 20px 5px black; } /*A separate class for loading GIF, for easy Jquery handling*/ .boltgallery_canvas.loading { background: url("img/loader.gif") center center no-repeat; } /*boltgallery Controls*/ .boltgallery_controls { max-width: 400px; background: rgba(0, 0, 0, 0.75); position: fixed; color: white; bottom: 10px; left: 0; right: 0; margin: 0 auto; } .boltgallery_controls span { line-height: 30px; height: 30px; } .boltgallery_controls span.inactive { opacity: 0.25; } .boltgallery_previous, .boltgallery_next { position: absolute; top: 0; padding: 0px 12px; background: black; cursor: pointer; } .boltgallery_previous { left: 0; border-right: 1px solid #1a1a1a; } .boltgallery_next { right: 0; border-left: 1px solid #1a1a1a; } .boltgallery_title { text-align: center; display: block; font-size: 14px; text-transform: uppercase; font-weight: bold; } .thumbnails .img-circle { border-radius: 50%; } .thumbnails { position: relative; min-width: 200px; min-height: 200px; overflow: hidden; } .thumbnails img { position: absolute; left: 50%; top: 50%; height: 100%; width: auto; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .thumbnails img.portrait { width: 100%; height: auto; } /* Extra small devices (phones, less than 768px) */ @media (max-width: 500px) { .thumbnails { position: relative; min-width: 300px; width: 100%; overflow: hidden; } .thumbnails img { position: absolute; left: 50%; top: 50%; height: auto; width: 100%; transform: translate(-50%, -50%); } .boltgallery ul li { width: 100%; margin: 5px 0px; } .thumbnails img.portrait { width: 100%; height: auto; min-width: 300px; min-height: 300px; } }
boltgallery.css
* {margin: 0; padding: 0;} .boltgallery { width: 100%; } .boltgallery ul { overflow: hidden; } /*Image styles*/ .boltgallery ul li { float: left; padding: 2px; margin: 10px; background: #fff; list-style-type: none; position: relative; cursor: pointer; } .boltgallery ul li img:hover { opacity: 0.9; } /*Image titles*/ .boltgallery .image_title { width: 100%; height: auto; position: absolute; top: 0; left: 0; display: table; /*Hover effect - default state*/ opacity: 0; transition: all 0.5s; } .boltgallery .title { color: #fff; text-transform: uppercase; font-size: 14px; text-align: center; padding: 5px 0px 5px 0px; margin-top: 45%; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); /*display: table-cell;*/ vertical-align: middle; /*Hover effect - default state*/ transform: scale(0.2); transition: all 0.25s; } /*Hover states*/ .boltgallery li:hover .image_title { opacity: 1; } .boltgallery li:hover .title { transform: scale(1); } /*boltgallery element style*/ .boltgallery_backdrop { background: rgba(0, 0, 0, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; } /*The larger image*/ .boltgallery_canvas { background: white; position: fixed; top: 0; left: 0; height: auto; margin: 0px auto !important; max-width: 100%; } .boltgallery_canvas img { max-width: 100% !important; max-width: 1100px; box-shadow: 0 0 20px 5px black; } /*A separate class for loading GIF, for easy Jquery handling*/ .boltgallery_canvas.loading { background: url("img/loader.gif") center center no-repeat; } /*boltgallery Controls*/ .boltgallery_controls { max-width: 400px; background: rgba(0, 0, 0, 0.75); position: fixed; color: white; bottom: 10px; left: 0; right: 0; margin: 0 auto; } .boltgallery_controls span { line-height: 30px; height: 30px; } .boltgallery_controls span.inactive { opacity: 0.25; } .boltgallery_previous, .boltgallery_next { position: absolute; top: 0; padding: 0px 12px; background: black; cursor: pointer; } .boltgallery_previous { left: 0; border-right: 1px solid #1a1a1a; } .boltgallery_next { right: 0; border-left: 1px solid #1a1a1a; } .boltgallery_title { text-align: center; display: block; font-size: 14px; text-transform: uppercase; font-weight: bold; } .thumbnails .img-circle { border-radius: 50%; } .thumbnails { position: relative; min-width: 200px; min-height: 200px; overflow: hidden; } .thumbnails img { position: absolute; left: 50%; top: 50%; height: 100%; width: auto; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .thumbnails img.portrait { width: 100%; height: auto; } /* Extra small devices (phones, less than 768px) */ @media (max-width: 500px) { .thumbnails { position: relative; min-width: 300px; width: 100%; overflow: hidden; } .thumbnails img { position: absolute; left: 50%; top: 50%; height: auto; width: 100%; transform: translate(-50%, -50%); } .boltgallery ul li { width: 100%; margin: 5px 0px; } .thumbnails img.portrait { width: 100%; height: auto; min-width: 300px; min-height: 300px; } }
0.406509
0.118589
.bc-content { width: 1024px; height: 500px; margin: auto; margin-top: 15px; position: relative; /*background: #784134;*/ } /*box-left */ .bc-content .box-left { width: 150px; height: 500px; position: relative; float: left; } .bc-content .box-left ul li { display: block; width: 130px; height: 70px; text-align: center; margin-top: 40px; background: #2fd2b9; font-size: 20px; cursor: pointer; float: right; border-radius: 0px 0px 0px 100px; line-height: 45px; color: white; box-shadow: 2px 2px 12px #098; } .bc-content .box-left ul #js { box-shadow: 6px 5px 14px #000; background: #961836; animation: Left 1s; } .bc-content .box-left ul #yx { animation: Left 1.3s; } .bc-content .box-left ul #yy { animation: Left 1.6s; } .bc-content .box-left ul #yj { animation: Left 1.8s; } /*box-right*/ .bc-content .box-right { width: 824px; height: 500px; position: relative; float: left; margin-left: 20px; background: url('../images/kl-bg.png') no-repeat; } .bc-content .box-right ul li { position: absolute; display: block; } .bc-content .box-right ul li span { font-size: 18px; line-height: 21px; display: block; } .bc-content .box-right ul li h2 { font-weight: bolder; font-size: 35px; } .bc-content .box-right ul li img { position: absolute; } .bc-content .box-right ul #kl1 { display: block; } .bc-content .box-right ul #kl1 #sp1 { width: 360px; height: 215px; margin-left: 17px; margin-top: 60px; text-indent: 2em; } .bc-content .box-right ul #kl1 #sp2 { width: 755px; height: 100px; margin-left: 17px; margin-top: 14px; } .bc-content .box-right ul #kl1 h2 { position: absolute; top: 17px; left: 115px; color: #961836; } .bc-content .box-right ul #kl1 img { display: block; bottom: -80px; left: 65px; } .bc-content .box-right ul #kl2 { display: none; } .bc-content .box-right ul #kl2 img { top: 20px; left: 65px; } .bc-content .box-right ul #kl2 #sp3 { width: 360px; height: 110px; margin-left: 17px; margin-top: 180px; text-indent: 2em; } .bc-content .box-right ul #kl2 #sp4 { width: 756px; height: 100px; text-indent: 2em; margin-left: 17px; } .bc-content .box-right ul #kl2 h2 { position: absolute; bottom: -85px; left: 75px; color: #616217; } .bc-content .box-right ul #kl3 { display: none; } .bc-content .box-right ul #kl3 h2 { top: 275px; right: -300px; color: #148d42; width: 35px; text-align: center; position: absolute; line-height: 35px; } .bc-content .box-right ul #kl3 #sp5 { width: 360px; height: 253px; margin-left: 14px; margin-top: 20px; text-indent: 2em; } .bc-content .box-right ul #kl3 #sp6 { text-indent: 2em; margin-left: 14px; width: 450px; } .bc-content .box-right ul #kl3 #sp5 #bc3 { left: 95px; top: 125px; } .bc-content .box-right ul #kl3 #bc4 { bottom: -35px; right: -245px; } .bc-content .box-right ul #kl4 { display: none; } .bc-content .box-right ul #kl4 #sp7 { width: 365px; height: 210px; margin-top: 75px; margin-left: 14px; text-indent: 2em; } .bc-content .box-right ul #kl4 #sp8 { width: 464px; height: 185px; margin-left: 14px; } .bc-content .box-right ul #kl4 h2 { position: absolute; top: 22px; left: 113px; color: #092235; } .bc-content .box-right ul #kl4 img { /*position: absolute;*/ right: -300px; bottom: -1px } .bc-content .box-right #bc6 { position: absolute; right: 175px; top: 0px; } /*nav*/ /*.nav-box { width: 1px; height: 1px; background: #000; position: relative; float: right; }*/ .bc-content .nav-box .nav { position: absolute; width: 170px; height: 170px; top: -40px; right: 115px; z-index: 9999; } @keyframes Left { 0% { transform: translateX(20px) rotateZ(90deg); opacity: 0.3; } 50% { opacity: 0.6; } 100% { opacity: 1; transform: translateX(0px) rotateZ(0deg); } }
css/blockchain.css
.bc-content { width: 1024px; height: 500px; margin: auto; margin-top: 15px; position: relative; /*background: #784134;*/ } /*box-left */ .bc-content .box-left { width: 150px; height: 500px; position: relative; float: left; } .bc-content .box-left ul li { display: block; width: 130px; height: 70px; text-align: center; margin-top: 40px; background: #2fd2b9; font-size: 20px; cursor: pointer; float: right; border-radius: 0px 0px 0px 100px; line-height: 45px; color: white; box-shadow: 2px 2px 12px #098; } .bc-content .box-left ul #js { box-shadow: 6px 5px 14px #000; background: #961836; animation: Left 1s; } .bc-content .box-left ul #yx { animation: Left 1.3s; } .bc-content .box-left ul #yy { animation: Left 1.6s; } .bc-content .box-left ul #yj { animation: Left 1.8s; } /*box-right*/ .bc-content .box-right { width: 824px; height: 500px; position: relative; float: left; margin-left: 20px; background: url('../images/kl-bg.png') no-repeat; } .bc-content .box-right ul li { position: absolute; display: block; } .bc-content .box-right ul li span { font-size: 18px; line-height: 21px; display: block; } .bc-content .box-right ul li h2 { font-weight: bolder; font-size: 35px; } .bc-content .box-right ul li img { position: absolute; } .bc-content .box-right ul #kl1 { display: block; } .bc-content .box-right ul #kl1 #sp1 { width: 360px; height: 215px; margin-left: 17px; margin-top: 60px; text-indent: 2em; } .bc-content .box-right ul #kl1 #sp2 { width: 755px; height: 100px; margin-left: 17px; margin-top: 14px; } .bc-content .box-right ul #kl1 h2 { position: absolute; top: 17px; left: 115px; color: #961836; } .bc-content .box-right ul #kl1 img { display: block; bottom: -80px; left: 65px; } .bc-content .box-right ul #kl2 { display: none; } .bc-content .box-right ul #kl2 img { top: 20px; left: 65px; } .bc-content .box-right ul #kl2 #sp3 { width: 360px; height: 110px; margin-left: 17px; margin-top: 180px; text-indent: 2em; } .bc-content .box-right ul #kl2 #sp4 { width: 756px; height: 100px; text-indent: 2em; margin-left: 17px; } .bc-content .box-right ul #kl2 h2 { position: absolute; bottom: -85px; left: 75px; color: #616217; } .bc-content .box-right ul #kl3 { display: none; } .bc-content .box-right ul #kl3 h2 { top: 275px; right: -300px; color: #148d42; width: 35px; text-align: center; position: absolute; line-height: 35px; } .bc-content .box-right ul #kl3 #sp5 { width: 360px; height: 253px; margin-left: 14px; margin-top: 20px; text-indent: 2em; } .bc-content .box-right ul #kl3 #sp6 { text-indent: 2em; margin-left: 14px; width: 450px; } .bc-content .box-right ul #kl3 #sp5 #bc3 { left: 95px; top: 125px; } .bc-content .box-right ul #kl3 #bc4 { bottom: -35px; right: -245px; } .bc-content .box-right ul #kl4 { display: none; } .bc-content .box-right ul #kl4 #sp7 { width: 365px; height: 210px; margin-top: 75px; margin-left: 14px; text-indent: 2em; } .bc-content .box-right ul #kl4 #sp8 { width: 464px; height: 185px; margin-left: 14px; } .bc-content .box-right ul #kl4 h2 { position: absolute; top: 22px; left: 113px; color: #092235; } .bc-content .box-right ul #kl4 img { /*position: absolute;*/ right: -300px; bottom: -1px } .bc-content .box-right #bc6 { position: absolute; right: 175px; top: 0px; } /*nav*/ /*.nav-box { width: 1px; height: 1px; background: #000; position: relative; float: right; }*/ .bc-content .nav-box .nav { position: absolute; width: 170px; height: 170px; top: -40px; right: 115px; z-index: 9999; } @keyframes Left { 0% { transform: translateX(20px) rotateZ(90deg); opacity: 0.3; } 50% { opacity: 0.6; } 100% { opacity: 1; transform: translateX(0px) rotateZ(0deg); } }
0.424173
0.062417
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,700&family=Rubik:wght@512&display=swap'); body { font-family: 'Arimo', sans-serif; direction: rtl; border: 2px solid white; /* to fix some bug in google chrome idk */ } @keyframes expandBorder { from { box-shadow: 0 0 0 0px transparent; } to { box-shadow: 0 0 0 5px #ececec; } } @keyframes collapseBorder { from { box-shadow: 0 0 0 5px #ececec; } to { box-shadow: 0 0 0 0px transparent; } } body { background-color: #f6f6f6; width: 270px; } body>* { box-sizing: border-box; } header { background: linear-gradient(140deg, var(--color5) 0%, var(--color6) 100%); width: 100%; height: 90px; display: block; position: relative; } #contactLink { position: absolute; top: 10px; left: 10px; } .appIconContainer { background-color: #f6f6f6; width: fit-content; height: fit-content; padding: 5px; border-radius: 100px; position: absolute; bottom: -50%; right: 50%; margin: 0 -40px 0 0; } .appIconContainer #appIcon { width: 70px; border-radius: 100px; } .appTitle { padding-top: 50px; padding-bottom: 10px; width: 100%; color: #3c3c3c; text-align: center; font-weight: 700; border-bottom: 1px solid #d4d4d4; } #popupBody { padding: 20px; width: 100%; margin: auto; display: block; } .themesMenuContainer { box-shadow: 0px 4px 10px 0 #0000000a; } .themesHeader { color: #ffffff; padding: 13px; font-weight: 700; font-size: 15px; background: linear-gradient(135deg, var(--color5), var(--color6)); } #themesContainer { background-color: #fbfbfb; padding: 10px; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: row-reverse; position: relative; } /* the "choosing from themes is diabled while manual color selection is enabled" */ #themesContainer[disabled]::after { content: "לא ניתן לבחור ערכת נושא כאשר האופציה \"בחירה ידנית\" מופעלת."; color: white; background-color: rgba(200,200,200, 0.9); text-shadow: 0 0 7px rgba(0,0,0,1); font-size: 14px; width: 100%; height: 100%; position: absolute; padding: 15px; box-sizing: border-box; line-height: 125%; top: 0; left: 0; display: flex; justify-content: center; align-items: center; text-align: center; } #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls { position: relative; } /* the "manual color choice is disabled" message*/ #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls::after { content: "כבוי"; color: white; background-color: rgba(200,200,200, 0.9); text-shadow: 0 0 5px rgba(0,0,0,0.6); font-size: 12px; width: 100%; height: 100%; position: absolute; box-sizing: border-box; top: 0; left: 0; display: flex; justify-content: center; align-items: center; text-align: center; border-radius: 1000px; } .colorPalette.selectedPalette { box-shadow: 0 0 0px 5px #d9d9d9; } .colorPalette { width: 25px; height: 25px; border-radius: 100%; margin: 6px; background: linear-gradient(135deg, var(--color5) 30%, var(--color6) 70%); } .colorPalette:not(.selectedPalette) { animation: 0.175s ease-in-out forwards collapseBorder; } .colorPalette:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder; } /* rgb palette animation*/ .colorPalette:last-child { animation: rainbow 3s linear 0s infinite normal; } .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder,rainbow 3s linear 0s infinite normal; } .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder,rainbow 3s linear 0s infinite normal; } .colorPalette:last-child { position: relative; } .colorPalette:last-child::after { content: "?"; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 700; text-shadow: 0px 0px 2px black; font-size: 17px; color: white; text-align: center; position: absolute; overflow: visible; transform: translateX(1px); } .themesOption { background-color: #eeeeee; font-size: 14px; font-weight: 700; color: #3c3c3c; padding: 5px 10px 5px 10px; position: relative; display: flex; flex-direction: row; align-items: center; } .themesOption { border-bottom: 1px solid #d4d4d4; } .themesOption .themeOptionButton{ display: flex; } .themesOption .colorInputContainer { background-color: #ff0000; margin: 5px; width: 20px; height: 20px; overflow: hidden; border-radius: 1000px; } .themesOption .colorInputContainer .colorPickerBtn { width: 100%; height: 100%; opacity: 0; } .themesOptionsContainer label { width: 100%; height: fit-content; } input[type='checkbox'] { width: 14px !important; height: 14px !important; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; box-shadow: none; font-size: 10px; background: rgb(210, 210, 210); padding: 12px; position: relative; border-radius: 10px; } input[type='checkbox']:checked { position: relative; background: var(--color5); } input[type='checkbox']:not(:checked):after { content: 'O'; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: rgb(161, 161, 161); font-size: 13px; font-weight: 700; } input[type='checkbox']:checked:after { content: '✔'; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: white; color: var(--color4); font-size: 13px; } footer { background-color: #eaeaea; color: #787878; padding: 15px; font-size: 13px; text-align: center; } a#creatorCredit:link, a#creatorCredit:hover, a#creatorCredit:active, a#creatorCredit:visited { color: inherit; text-decoration: none; } a#creatorCredit:active, a#creatorCredit:hover { color: inherit; font-weight: 700; text-decoration: none; } /* DARKMODE */ @keyframes expandBorderDark { from { box-shadow: 0 0 0 0px transparent; } to { box-shadow: 0 0 0 5px var(--color21); } } @keyframes collapseBorderDark { from { box-shadow: 0 0 0 5px var(--color21); } to { box-shadow: 0 0 0 0px transparent; } } body[darkmode] { background-color: var(--color1); } body[darkmode] .appIconContainer { background-color: var(--color1); } body[darkmode] #contactLink svg{ fill: var(--color1); } body[darkmode] .appTitle { color: var(--color35); border-bottom: 1px solid var(--color2); } body[darkmode] .themesMenuContainer { box-shadow: 0px 4px 10px 0 #0000003a; } body[darkmode] .themesHeader { color: var(--color4); } body[darkmode] #themesContainer { background-color: var(--color2); } body[darkmode] .colorPalette.selectedPalette { box-shadow: 0 0 0px 5px var(--color1); } body[darkmode] input[type='checkbox']:not(:checked) { background-color: var(--color2); } body[darkmode] .colorPalette:not(.selectedPalette) { animation: 0.175s ease-in-out forwards collapseBorderDark; } body[darkmode] .colorPalette:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark; } /* rgb palette animation*/ body[darkmode] .colorPalette:last-child { animation: rainbow 3s linear 0s infinite normal; } body[darkmode] .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark,rainbow 3s linear 0s infinite normal; } body[darkmode] .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark,rainbow 3s linear 0s infinite normal; } /* the "choosing from themes is diabled while manual color selection is enabled" */ body[darkmode] #themesContainer[disabled]::after { color: var(--color3); background-color: rgba(50,50,50, 0.9); } /* the "manual color choice is disabled" message*/ body[darkmode] #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls::after { color: var(--color4); background-color: var(--color3); opacity: 0.8; text-shadow: 0 0 5px rgba(0,0,0,0.6); } body[darkmode] .themesOption { background-color: var(--color21); color: var(--color35); } body[darkmode] .themesOption { border-color: var(--color2); } body[darkmode] footer { background-color: var(--color2); color: var(--color3); }
styles/popup.css
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,700&family=Rubik:wght@512&display=swap'); body { font-family: 'Arimo', sans-serif; direction: rtl; border: 2px solid white; /* to fix some bug in google chrome idk */ } @keyframes expandBorder { from { box-shadow: 0 0 0 0px transparent; } to { box-shadow: 0 0 0 5px #ececec; } } @keyframes collapseBorder { from { box-shadow: 0 0 0 5px #ececec; } to { box-shadow: 0 0 0 0px transparent; } } body { background-color: #f6f6f6; width: 270px; } body>* { box-sizing: border-box; } header { background: linear-gradient(140deg, var(--color5) 0%, var(--color6) 100%); width: 100%; height: 90px; display: block; position: relative; } #contactLink { position: absolute; top: 10px; left: 10px; } .appIconContainer { background-color: #f6f6f6; width: fit-content; height: fit-content; padding: 5px; border-radius: 100px; position: absolute; bottom: -50%; right: 50%; margin: 0 -40px 0 0; } .appIconContainer #appIcon { width: 70px; border-radius: 100px; } .appTitle { padding-top: 50px; padding-bottom: 10px; width: 100%; color: #3c3c3c; text-align: center; font-weight: 700; border-bottom: 1px solid #d4d4d4; } #popupBody { padding: 20px; width: 100%; margin: auto; display: block; } .themesMenuContainer { box-shadow: 0px 4px 10px 0 #0000000a; } .themesHeader { color: #ffffff; padding: 13px; font-weight: 700; font-size: 15px; background: linear-gradient(135deg, var(--color5), var(--color6)); } #themesContainer { background-color: #fbfbfb; padding: 10px; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: row-reverse; position: relative; } /* the "choosing from themes is diabled while manual color selection is enabled" */ #themesContainer[disabled]::after { content: "לא ניתן לבחור ערכת נושא כאשר האופציה \"בחירה ידנית\" מופעלת."; color: white; background-color: rgba(200,200,200, 0.9); text-shadow: 0 0 7px rgba(0,0,0,1); font-size: 14px; width: 100%; height: 100%; position: absolute; padding: 15px; box-sizing: border-box; line-height: 125%; top: 0; left: 0; display: flex; justify-content: center; align-items: center; text-align: center; } #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls { position: relative; } /* the "manual color choice is disabled" message*/ #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls::after { content: "כבוי"; color: white; background-color: rgba(200,200,200, 0.9); text-shadow: 0 0 5px rgba(0,0,0,0.6); font-size: 12px; width: 100%; height: 100%; position: absolute; box-sizing: border-box; top: 0; left: 0; display: flex; justify-content: center; align-items: center; text-align: center; border-radius: 1000px; } .colorPalette.selectedPalette { box-shadow: 0 0 0px 5px #d9d9d9; } .colorPalette { width: 25px; height: 25px; border-radius: 100%; margin: 6px; background: linear-gradient(135deg, var(--color5) 30%, var(--color6) 70%); } .colorPalette:not(.selectedPalette) { animation: 0.175s ease-in-out forwards collapseBorder; } .colorPalette:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder; } /* rgb palette animation*/ .colorPalette:last-child { animation: rainbow 3s linear 0s infinite normal; } .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder,rainbow 3s linear 0s infinite normal; } .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorder,rainbow 3s linear 0s infinite normal; } .colorPalette:last-child { position: relative; } .colorPalette:last-child::after { content: "?"; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 700; text-shadow: 0px 0px 2px black; font-size: 17px; color: white; text-align: center; position: absolute; overflow: visible; transform: translateX(1px); } .themesOption { background-color: #eeeeee; font-size: 14px; font-weight: 700; color: #3c3c3c; padding: 5px 10px 5px 10px; position: relative; display: flex; flex-direction: row; align-items: center; } .themesOption { border-bottom: 1px solid #d4d4d4; } .themesOption .themeOptionButton{ display: flex; } .themesOption .colorInputContainer { background-color: #ff0000; margin: 5px; width: 20px; height: 20px; overflow: hidden; border-radius: 1000px; } .themesOption .colorInputContainer .colorPickerBtn { width: 100%; height: 100%; opacity: 0; } .themesOptionsContainer label { width: 100%; height: fit-content; } input[type='checkbox'] { width: 14px !important; height: 14px !important; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; box-shadow: none; font-size: 10px; background: rgb(210, 210, 210); padding: 12px; position: relative; border-radius: 10px; } input[type='checkbox']:checked { position: relative; background: var(--color5); } input[type='checkbox']:not(:checked):after { content: 'O'; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: rgb(161, 161, 161); font-size: 13px; font-weight: 700; } input[type='checkbox']:checked:after { content: '✔'; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: white; color: var(--color4); font-size: 13px; } footer { background-color: #eaeaea; color: #787878; padding: 15px; font-size: 13px; text-align: center; } a#creatorCredit:link, a#creatorCredit:hover, a#creatorCredit:active, a#creatorCredit:visited { color: inherit; text-decoration: none; } a#creatorCredit:active, a#creatorCredit:hover { color: inherit; font-weight: 700; text-decoration: none; } /* DARKMODE */ @keyframes expandBorderDark { from { box-shadow: 0 0 0 0px transparent; } to { box-shadow: 0 0 0 5px var(--color21); } } @keyframes collapseBorderDark { from { box-shadow: 0 0 0 5px var(--color21); } to { box-shadow: 0 0 0 0px transparent; } } body[darkmode] { background-color: var(--color1); } body[darkmode] .appIconContainer { background-color: var(--color1); } body[darkmode] #contactLink svg{ fill: var(--color1); } body[darkmode] .appTitle { color: var(--color35); border-bottom: 1px solid var(--color2); } body[darkmode] .themesMenuContainer { box-shadow: 0px 4px 10px 0 #0000003a; } body[darkmode] .themesHeader { color: var(--color4); } body[darkmode] #themesContainer { background-color: var(--color2); } body[darkmode] .colorPalette.selectedPalette { box-shadow: 0 0 0px 5px var(--color1); } body[darkmode] input[type='checkbox']:not(:checked) { background-color: var(--color2); } body[darkmode] .colorPalette:not(.selectedPalette) { animation: 0.175s ease-in-out forwards collapseBorderDark; } body[darkmode] .colorPalette:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark; } /* rgb palette animation*/ body[darkmode] .colorPalette:last-child { animation: rainbow 3s linear 0s infinite normal; } body[darkmode] .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark,rainbow 3s linear 0s infinite normal; } body[darkmode] .colorPalette:last-child:not(.selectedPalette):hover { animation: 0.175s ease-in-out forwards expandBorderDark,rainbow 3s linear 0s infinite normal; } /* the "choosing from themes is diabled while manual color selection is enabled" */ body[darkmode] #themesContainer[disabled]::after { color: var(--color3); background-color: rgba(50,50,50, 0.9); } /* the "manual color choice is disabled" message*/ body[darkmode] #themesContainer:not([disabled]) + .themesOptionsContainer .customColorControls::after { color: var(--color4); background-color: var(--color3); opacity: 0.8; text-shadow: 0 0 5px rgba(0,0,0,0.6); } body[darkmode] .themesOption { background-color: var(--color21); color: var(--color35); } body[darkmode] .themesOption { border-color: var(--color2); } body[darkmode] footer { background-color: var(--color2); color: var(--color3); }
0.400515
0.097048
html * { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; } body { text-align: center; } .error { color: red; } .ok { color: green; } .textAlignLeft { text-align: left; } .jwalaTable { display:table; width:100%; } .jwalaRow { width:100%; display:table-row; } .jwalaRowContent { width:90%; display:table-cell; vertical-align: middle; } .jwalaRowIcons { min-width:55px; width:10%; display:table-cell; } .jwalaRowIcons img:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; } .fileupload.row_selected { transition: all 0.2s ease; -webkit-animation: down-bump 0.4s ease; animation: down-bump 0.4s ease; } .fileupload:hover { -webkit-animation: up-bump 0.4s ease; animation: up-bump 0.4s ease; } @-webkit-keyframes up-bump { 0% { padding-top: 2em; } 50% { padding-top: 1.5em; } 100% { padding-top: 2em; } } @-webkit-keyframes down-bump { 0% { padding-top: 2em; } 50% { padding-top: 2.5em; } 100% { padding-top: 2em; } } @keyframes up-bump { 0% { padding-top: 2em; } 50% { padding-top: 1.5em; } 100% { padding-top: 2em; } } @keyframes down-bump { 0% { padding-top: 2em; } 50% { padding-top: 2.5em; } 100% { padding-top: 2em; } } /** * CSS used specifically by JWALA buttons */ .busy-button { background-image: url(../img/busy-circular.gif); background-repeat:no-repeat; background-position:center; background-color:white; display: inline-block; position:relative; padding: 0; margin-right: .1em; cursor: pointer; overflow: visible; height:22px; width:18px; vertical-align:middle; border: none; color: #2e6e9e; font-weight: bold; } .inline-block { display: inline-block; } .nowrap { white-space: nowrap; } .text-align-right { text-align: right; } .text-align-center { text-align: center; } .accordion-title-text-position { position: absolute; left: 2.5em; margin-top: -8px; top: 50%; } /* Acts as a shim to push the JVM and web server accordion start/stop buttons to right align with the buttons below the accordion. */ .header-component-label { width:125px; /* Works fine for Chrome and Fire Fox */ } .started-count-text { color: black !important; font-weight: normal !important; text-align: left; } .disabled { color:gray !important; } div .state { display:inline-block; width:70px } /* used by dialog box content div */ .maxHeight400px { max-height:400px !important; } .vertical-align-top { vertical-align: top !important; } .ui-tooltip { text-align:left; } .default-icon-button-style { padding: 0 0 3px 0; margin: 2px 2px 2px 2px; } .width-max { width: 100%; } .no-border { border:none !important; } .react-dialog-container { position: absolute; /* Makes sure that the child dialog's position is relative to it's container! */ } div.preload { display: none; } .zero-padding { padding: 0; } .margin-right-5px { margin-right: 5px !important; } .btnAppsDeploy { padding: 4px; } .ui-button { padding: 2px 1px 2px 1px !important; }
jwala-webapp/src/main/webapp/resources/css/jwala.css
html * { font-family: Tahoma, Helvetica, sans-serif; font-size: 12px; } body { text-align: center; } .error { color: red; } .ok { color: green; } .textAlignLeft { text-align: left; } .jwalaTable { display:table; width:100%; } .jwalaRow { width:100%; display:table-row; } .jwalaRowContent { width:90%; display:table-cell; vertical-align: middle; } .jwalaRowIcons { min-width:55px; width:10%; display:table-cell; } .jwalaRowIcons img:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; } .fileupload.row_selected { transition: all 0.2s ease; -webkit-animation: down-bump 0.4s ease; animation: down-bump 0.4s ease; } .fileupload:hover { -webkit-animation: up-bump 0.4s ease; animation: up-bump 0.4s ease; } @-webkit-keyframes up-bump { 0% { padding-top: 2em; } 50% { padding-top: 1.5em; } 100% { padding-top: 2em; } } @-webkit-keyframes down-bump { 0% { padding-top: 2em; } 50% { padding-top: 2.5em; } 100% { padding-top: 2em; } } @keyframes up-bump { 0% { padding-top: 2em; } 50% { padding-top: 1.5em; } 100% { padding-top: 2em; } } @keyframes down-bump { 0% { padding-top: 2em; } 50% { padding-top: 2.5em; } 100% { padding-top: 2em; } } /** * CSS used specifically by JWALA buttons */ .busy-button { background-image: url(../img/busy-circular.gif); background-repeat:no-repeat; background-position:center; background-color:white; display: inline-block; position:relative; padding: 0; margin-right: .1em; cursor: pointer; overflow: visible; height:22px; width:18px; vertical-align:middle; border: none; color: #2e6e9e; font-weight: bold; } .inline-block { display: inline-block; } .nowrap { white-space: nowrap; } .text-align-right { text-align: right; } .text-align-center { text-align: center; } .accordion-title-text-position { position: absolute; left: 2.5em; margin-top: -8px; top: 50%; } /* Acts as a shim to push the JVM and web server accordion start/stop buttons to right align with the buttons below the accordion. */ .header-component-label { width:125px; /* Works fine for Chrome and Fire Fox */ } .started-count-text { color: black !important; font-weight: normal !important; text-align: left; } .disabled { color:gray !important; } div .state { display:inline-block; width:70px } /* used by dialog box content div */ .maxHeight400px { max-height:400px !important; } .vertical-align-top { vertical-align: top !important; } .ui-tooltip { text-align:left; } .default-icon-button-style { padding: 0 0 3px 0; margin: 2px 2px 2px 2px; } .width-max { width: 100%; } .no-border { border:none !important; } .react-dialog-container { position: absolute; /* Makes sure that the child dialog's position is relative to it's container! */ } div.preload { display: none; } .zero-padding { padding: 0; } .margin-right-5px { margin-right: 5px !important; } .btnAppsDeploy { padding: 4px; } .ui-button { padding: 2px 1px 2px 1px !important; }
0.524882
0.137648
/* TABLE OF CONTENTS 1. Basic 2. Container 3. Columns 4. Typography 5. Links 6. Buttons 7. Preloader 8. Forms 9. Lists 10. Code 11. Tables 12. Alignment 13. Text Formating 14. Blockquote 15. Animations */ /* 1. Basic */ html { margin-right: 0!important; } body { margin: 0; padding: 0; border: none; font-family: 'Roboto Mono'; font-size: 13px; color: #363636; background: #fff; letter-spacing: 0; font-weight: 400; } body header, body footer, body .section { opacity: 0; visibility: hidden; } body.loaded header, body.loaded footer, body.loaded .section { opacity: 1; visibility: visible; } * { box-sizing: border-box; -webkit-box-sizing: border-box; } .clear { clear: both; } /* 2. Container */ .container { position: relative; margin: 30px; overflow: hidden; background: #ffffff; } @media (max-width: 840px) { .container { margin: 15px; } } .container .line { content: ''; position: fixed; background: #f26b38; z-index: 105; } .container .line.top { left: 0; top: 0; width: 100%; height: 30px; } @media (max-width: 840px) { .container .line.top { height: 15px; } } .container .line.bottom { left: 0; top: auto; bottom: 0; width: 100%; height: 30px; } @media (max-width: 840px) { .container .line.bottom { height: 15px; } } .container .line.left { left: 0; top: 0; width: 30px; height: 200%; } @media (max-width: 840px) { .container .line.left { width: 15px; } } .container .line.right { left: auto; right: 0; top: 0; width: 30px; height: 200%; } @media (max-width: 840px) { .container .line.right { width: 15px; } } .wrapper { overflow: hidden; position: relative; margin: 0 auto; max-width: 1060px; } /* 3. Columns */ .cols { position: relative; } .cols .col.col-sm { float: left; width: 25%; } @media (max-width: 840px) { .cols .col.col-sm { width: 100%; } } .cols .col.col-lg { float: left; width: 75%; } @media (max-width: 840px) { .cols .col.col-lg { width: 100%; } } .cols .col.col-md { float: left; width: 50%; } @media (max-width: 840px) { .cols .col.col-md { width: 100%; } } .cols:after { content: ''; display: block; clear: both; } /* 4. Typography */ h1, h2, h3, h4, h5, h6 { font-weight: 500; font-family: 'Roboto Mono'; margin: 0; margin-bottom: 30px; color: #141414; } h1 { font-size: 26px; } h2 { font-size: 23px; } h3 { font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } p { font-size: 13px; line-height: 23px; padding: 0; margin: 30px 0; } strong { font-weight: 500; } /* 5. Links */ a { color: #363636; text-decoration: none; opacity: 1; outline: none; } a:hover { text-decoration: none; color: #f26b38; } /* 6. Buttons */ a.btn, .btn { display: inline-block; vertical-align: middle; height: 42px; line-height: 40px; text-align: center; color: #363636; font-size: 13px; background: none; border: 1px solid #dddddd; position: relative; overflow: hidden; padding: 0 30px; cursor: pointer; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; } a.btn.fill, .btn.fill { color: #ffffff; background: #f26b38; border: 1px solid #f26b38; } a.btn:hover, .btn:hover { color: #ffffff; background: #f26b38; border: 1px solid #f26b38; } /* 7. Preloader */ .preloader { width: 100%; height: 100%; position: fixed; z-index: 1000; top: 0; left: 0; text-align: center; } .preloader .load { color: #f26b38; font-size: 12px; } .preloader .typed-load, .preloader .typed-cursor { color: #f26b38; font-size: 12px; } /* 8. Forms */ input, textarea, button { display: block; background: none; font-family: 'Roboto Mono'; font-size: 12px; height: 60px; width: 100%; color: #141414; margin-bottom: 30px; padding: 0; border: none; border-bottom: 1px solid #dddddd; -webkit-appearance: none; resize: none; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; outline: 0; } input:focus, textarea:focus, button:focus { color: #141414; border-bottom: 1px solid #f26b38; } textarea { height: 120px; padding: 0; margin-top: 55px; } button { width: auto; display: inline-block; vertical-align: top; text-align: left; border-bottom: 1px solid #dddddd; cursor: pointer; color: #141414; } button:hover { border-bottom: 1px solid #f26b38; } label, legend { display: block; padding-bottom: 10px; font-family: 'Roboto Mono'; font-size: 13px; } fieldset { border-width: 0; padding: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } ::-webkit-input-placeholder { color: #999999; } :-moz-placeholder { color: #999999; } ::-moz-placeholder { color: #999999; } :-ms-input-placeholder { color: #999999; } input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #141414; } input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: #141414; } input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: #141414; } input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: #141414; } input.error, textarea.error { border-bottom: 1px solid red !important; } label.error { display: none!important; } input.error::-moz-placeholder, textarea.error::-moz-placeholder { color: red; } input.error:-moz-placeholder, textarea.error:-moz-placeholder { color: red; } input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder { color: red; } input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder { color: red; } /* 9. Lists */ ol, ul { list-style: none; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0px; } li { margin-bottom: 0px; } /* 10. Code */ code { background: #dddddd; font-size: 16px; font-family: 'Roboto Mono'; margin: 20px 0; padding: 10px 20px; } /* 11. Tables */ table { width: 100%; margin: 30px 0; padding: 0; border-collapse: collapse; } th { font-weight: 500; border: none; border-bottom: 1px solid #dddddd; color: #141414; padding: 12px 15px; text-align: left; } td { border: none; border-bottom: 1px solid #dddddd; padding: 12px 15px; text-align: left; color: #363636; } /* 12. Alignment */ .align-center { text-align: center !important; } .align-right { text-align: right !important; } .align-left { text-align: left !important; } .pull-right { float: right !important; } .pull-left { float: left !important; } .pull-none { float: none !important; } .full-width { max-width: 100% !important; width: 100% !important; } .full-max-width { max-width: 100% !important; width: auto !important; } .centrize { display: table !important; table-layout: fixed !important; height: 100% !important; position: relative !important; } .vertical-center { display: table-cell !important; vertical-align: middle !important; } /* 13. Text Formating */ .text-uppercase { text-transform: uppercase !important; } .text-lowercase { text-transform: lowercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-regular { font-weight: 400 !important; } .text-bold { font-weight: 700 !important; } .text-italic { font-style: italic !important; } /* 14. Blockquote */ blockquote { font-family: 'Roboto Mono'; } /* Animations */ /* Glitch Animations */ @media (min-width: 580px) { .glitch-effect, .glitch-effect-white { position: relative; } .glitch-effect:before, .glitch-effect:after, .glitch-effect-white:before, .glitch-effect-white:after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; background: #ffffff; clip: rect(0, 0, 0, 0); } .glitch-effect-white:before, .glitch-effect-white:after { background: #f26b38; } .glitch-effect:after, .glitch-effect-white:after { left: 2px; text-shadow: -1px 0 #f26b38; animation: glitch-1 2s infinite linear alternate-reverse; } .glitch-effect:before, .glitch-effect-white:before { left: -2px; text-shadow: 2px 0 #f26b38; animation: glitch-2 2s infinite linear alternate-reverse; } } @keyframes glitch-1 { 0% { clip: rect(20px, 920px, 51px, 0); } 5% { clip: rect(83px, 920px, 102px, 0); } 10% { clip: rect(83px, 920px, 105px, 0); } 15% { clip: rect(95px, 920px, 11px, 0); } 20% { clip: rect(105px, 920px, 56px, 0); } 25% { clip: rect(40px, 920px, 19px, 0); } 30% { clip: rect(56px, 920px, 97px, 0); } 35% { clip: rect(9px, 920px, 17px, 0); } 40% { clip: rect(103px, 920px, 53px, 0); } 45% { clip: rect(92px, 920px, 6px, 0); } 50% { clip: rect(69px, 920px, 46px, 0); } 55% { clip: rect(8px, 920px, 87px, 0); } 60% { clip: rect(12px, 920px, 15px, 0); } 70% { clip: rect(28px, 920px, 106px, 0); } 80% { clip: rect(98px, 920px, 63px, 0); } 85% { clip: rect(11px, 920px, 44px, 0); } 95% { clip: rect(23px, 920px, 84px, 0); } 100% { clip: rect(66px, 920px, 91px, 0); } } @keyframes glitch-2 { 0% { clip: rect(86px, 920px, 25px, 0); } 5% { clip: rect(30px, 920px, 17px, 0); } 10% { clip: rect(54px, 920px, 43px, 0); } 15% { clip: rect(10px, 920px, 86px, 0); } 25% { clip: rect(62px, 920px, 1px, 0); } 30% { clip: rect(61px, 920px, 24px, 0); } 35% { clip: rect(38px, 920px, 46px, 0); } 40% { clip: rect(115px, 920px, 8px, 0); } 45% { clip: rect(87px, 920px, 44px, 0); } 50% { clip: rect(6px, 920px, 65px, 0); } 55% { clip: rect(83px, 920px, 99px, 0); } 65% { clip: rect(25px, 920px, 71px, 0); } 70% { clip: rect(37px, 920px, 55px, 0); } 75% { clip: rect(115px, 920px, 18px, 0); } 80% { clip: rect(68px, 920px, 46px, 0); } 90% { clip: rect(47px, 920px, 31px, 0); } 95% { clip: rect(47px, 920px, 84px, 0); } 100% { clip: rect(93px, 920px, 53px, 0); } } /* Mouse Button Animations */ @keyframes mouse-anim { 0% { top: 0px; } 50% { top: 10px; } 100% { top: 0px; } }
css/glitche-basic.css
/* TABLE OF CONTENTS 1. Basic 2. Container 3. Columns 4. Typography 5. Links 6. Buttons 7. Preloader 8. Forms 9. Lists 10. Code 11. Tables 12. Alignment 13. Text Formating 14. Blockquote 15. Animations */ /* 1. Basic */ html { margin-right: 0!important; } body { margin: 0; padding: 0; border: none; font-family: 'Roboto Mono'; font-size: 13px; color: #363636; background: #fff; letter-spacing: 0; font-weight: 400; } body header, body footer, body .section { opacity: 0; visibility: hidden; } body.loaded header, body.loaded footer, body.loaded .section { opacity: 1; visibility: visible; } * { box-sizing: border-box; -webkit-box-sizing: border-box; } .clear { clear: both; } /* 2. Container */ .container { position: relative; margin: 30px; overflow: hidden; background: #ffffff; } @media (max-width: 840px) { .container { margin: 15px; } } .container .line { content: ''; position: fixed; background: #f26b38; z-index: 105; } .container .line.top { left: 0; top: 0; width: 100%; height: 30px; } @media (max-width: 840px) { .container .line.top { height: 15px; } } .container .line.bottom { left: 0; top: auto; bottom: 0; width: 100%; height: 30px; } @media (max-width: 840px) { .container .line.bottom { height: 15px; } } .container .line.left { left: 0; top: 0; width: 30px; height: 200%; } @media (max-width: 840px) { .container .line.left { width: 15px; } } .container .line.right { left: auto; right: 0; top: 0; width: 30px; height: 200%; } @media (max-width: 840px) { .container .line.right { width: 15px; } } .wrapper { overflow: hidden; position: relative; margin: 0 auto; max-width: 1060px; } /* 3. Columns */ .cols { position: relative; } .cols .col.col-sm { float: left; width: 25%; } @media (max-width: 840px) { .cols .col.col-sm { width: 100%; } } .cols .col.col-lg { float: left; width: 75%; } @media (max-width: 840px) { .cols .col.col-lg { width: 100%; } } .cols .col.col-md { float: left; width: 50%; } @media (max-width: 840px) { .cols .col.col-md { width: 100%; } } .cols:after { content: ''; display: block; clear: both; } /* 4. Typography */ h1, h2, h3, h4, h5, h6 { font-weight: 500; font-family: 'Roboto Mono'; margin: 0; margin-bottom: 30px; color: #141414; } h1 { font-size: 26px; } h2 { font-size: 23px; } h3 { font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } p { font-size: 13px; line-height: 23px; padding: 0; margin: 30px 0; } strong { font-weight: 500; } /* 5. Links */ a { color: #363636; text-decoration: none; opacity: 1; outline: none; } a:hover { text-decoration: none; color: #f26b38; } /* 6. Buttons */ a.btn, .btn { display: inline-block; vertical-align: middle; height: 42px; line-height: 40px; text-align: center; color: #363636; font-size: 13px; background: none; border: 1px solid #dddddd; position: relative; overflow: hidden; padding: 0 30px; cursor: pointer; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; } a.btn.fill, .btn.fill { color: #ffffff; background: #f26b38; border: 1px solid #f26b38; } a.btn:hover, .btn:hover { color: #ffffff; background: #f26b38; border: 1px solid #f26b38; } /* 7. Preloader */ .preloader { width: 100%; height: 100%; position: fixed; z-index: 1000; top: 0; left: 0; text-align: center; } .preloader .load { color: #f26b38; font-size: 12px; } .preloader .typed-load, .preloader .typed-cursor { color: #f26b38; font-size: 12px; } /* 8. Forms */ input, textarea, button { display: block; background: none; font-family: 'Roboto Mono'; font-size: 12px; height: 60px; width: 100%; color: #141414; margin-bottom: 30px; padding: 0; border: none; border-bottom: 1px solid #dddddd; -webkit-appearance: none; resize: none; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; outline: 0; } input:focus, textarea:focus, button:focus { color: #141414; border-bottom: 1px solid #f26b38; } textarea { height: 120px; padding: 0; margin-top: 55px; } button { width: auto; display: inline-block; vertical-align: top; text-align: left; border-bottom: 1px solid #dddddd; cursor: pointer; color: #141414; } button:hover { border-bottom: 1px solid #f26b38; } label, legend { display: block; padding-bottom: 10px; font-family: 'Roboto Mono'; font-size: 13px; } fieldset { border-width: 0; padding: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } ::-webkit-input-placeholder { color: #999999; } :-moz-placeholder { color: #999999; } ::-moz-placeholder { color: #999999; } :-ms-input-placeholder { color: #999999; } input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #141414; } input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: #141414; } input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: #141414; } input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: #141414; } input.error, textarea.error { border-bottom: 1px solid red !important; } label.error { display: none!important; } input.error::-moz-placeholder, textarea.error::-moz-placeholder { color: red; } input.error:-moz-placeholder, textarea.error:-moz-placeholder { color: red; } input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder { color: red; } input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder { color: red; } /* 9. Lists */ ol, ul { list-style: none; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0px; } li { margin-bottom: 0px; } /* 10. Code */ code { background: #dddddd; font-size: 16px; font-family: 'Roboto Mono'; margin: 20px 0; padding: 10px 20px; } /* 11. Tables */ table { width: 100%; margin: 30px 0; padding: 0; border-collapse: collapse; } th { font-weight: 500; border: none; border-bottom: 1px solid #dddddd; color: #141414; padding: 12px 15px; text-align: left; } td { border: none; border-bottom: 1px solid #dddddd; padding: 12px 15px; text-align: left; color: #363636; } /* 12. Alignment */ .align-center { text-align: center !important; } .align-right { text-align: right !important; } .align-left { text-align: left !important; } .pull-right { float: right !important; } .pull-left { float: left !important; } .pull-none { float: none !important; } .full-width { max-width: 100% !important; width: 100% !important; } .full-max-width { max-width: 100% !important; width: auto !important; } .centrize { display: table !important; table-layout: fixed !important; height: 100% !important; position: relative !important; } .vertical-center { display: table-cell !important; vertical-align: middle !important; } /* 13. Text Formating */ .text-uppercase { text-transform: uppercase !important; } .text-lowercase { text-transform: lowercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-regular { font-weight: 400 !important; } .text-bold { font-weight: 700 !important; } .text-italic { font-style: italic !important; } /* 14. Blockquote */ blockquote { font-family: 'Roboto Mono'; } /* Animations */ /* Glitch Animations */ @media (min-width: 580px) { .glitch-effect, .glitch-effect-white { position: relative; } .glitch-effect:before, .glitch-effect:after, .glitch-effect-white:before, .glitch-effect-white:after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; background: #ffffff; clip: rect(0, 0, 0, 0); } .glitch-effect-white:before, .glitch-effect-white:after { background: #f26b38; } .glitch-effect:after, .glitch-effect-white:after { left: 2px; text-shadow: -1px 0 #f26b38; animation: glitch-1 2s infinite linear alternate-reverse; } .glitch-effect:before, .glitch-effect-white:before { left: -2px; text-shadow: 2px 0 #f26b38; animation: glitch-2 2s infinite linear alternate-reverse; } } @keyframes glitch-1 { 0% { clip: rect(20px, 920px, 51px, 0); } 5% { clip: rect(83px, 920px, 102px, 0); } 10% { clip: rect(83px, 920px, 105px, 0); } 15% { clip: rect(95px, 920px, 11px, 0); } 20% { clip: rect(105px, 920px, 56px, 0); } 25% { clip: rect(40px, 920px, 19px, 0); } 30% { clip: rect(56px, 920px, 97px, 0); } 35% { clip: rect(9px, 920px, 17px, 0); } 40% { clip: rect(103px, 920px, 53px, 0); } 45% { clip: rect(92px, 920px, 6px, 0); } 50% { clip: rect(69px, 920px, 46px, 0); } 55% { clip: rect(8px, 920px, 87px, 0); } 60% { clip: rect(12px, 920px, 15px, 0); } 70% { clip: rect(28px, 920px, 106px, 0); } 80% { clip: rect(98px, 920px, 63px, 0); } 85% { clip: rect(11px, 920px, 44px, 0); } 95% { clip: rect(23px, 920px, 84px, 0); } 100% { clip: rect(66px, 920px, 91px, 0); } } @keyframes glitch-2 { 0% { clip: rect(86px, 920px, 25px, 0); } 5% { clip: rect(30px, 920px, 17px, 0); } 10% { clip: rect(54px, 920px, 43px, 0); } 15% { clip: rect(10px, 920px, 86px, 0); } 25% { clip: rect(62px, 920px, 1px, 0); } 30% { clip: rect(61px, 920px, 24px, 0); } 35% { clip: rect(38px, 920px, 46px, 0); } 40% { clip: rect(115px, 920px, 8px, 0); } 45% { clip: rect(87px, 920px, 44px, 0); } 50% { clip: rect(6px, 920px, 65px, 0); } 55% { clip: rect(83px, 920px, 99px, 0); } 65% { clip: rect(25px, 920px, 71px, 0); } 70% { clip: rect(37px, 920px, 55px, 0); } 75% { clip: rect(115px, 920px, 18px, 0); } 80% { clip: rect(68px, 920px, 46px, 0); } 90% { clip: rect(47px, 920px, 31px, 0); } 95% { clip: rect(47px, 920px, 84px, 0); } 100% { clip: rect(93px, 920px, 53px, 0); } } /* Mouse Button Animations */ @keyframes mouse-anim { 0% { top: 0px; } 50% { top: 10px; } 100% { top: 0px; } }
0.219003
0.05455
html { scroll-behavior: smooth; overflow-x: hidden; } body { margin-top: 73px; font-family: 'Itim', cursive; overflow-x: hidden; } .section-heading { border-left: 10px solid orange; padding: 10px 20px; font-weight: 700; } /* Navbar */ .icon { width: 7%; height: 7%; } .brand-logo { font-family: 'Pacifico', cursive; padding-left: 25px; font-size: 1.4rem; } @media only screen and (max-width: 767px){ .navbar-brand{ width: 302px; padding-left: 3px; margin-right:0; } } /* Charts */ #myChart{ width:650px; max-width:650px; } #myChart1{ width:650px; max-width:650px; } @media only screen and (max-width: 700px){ #myChart{ width:90%; max-width:90%; } #myChart1{ width:90%; max-width:90%; } } .feature-button { text-align: center; padding-top: 3%; } .spacing-1 { margin-top: 42px; } .spacing-2 { margin-top: 15px; } .spacing-3 { margin-top: 31px; } .list { /* font-family: 'Roboto Slab', serif; */ padding-bottom: 5px; } .vaccine-img { height: 250px; width: 250px; border-radius: 100%; } /* Covaxin */ .covaxin { padding: 4% 10%; height: auto; } /* Covishield */ .covishield { padding: 4% 10%; height: auto; background-color: #fdfaef; } /* Related-NEWS */ .NEWS { height: auto; padding: 3% 10%; } .news-heading { padding-bottom: 15px; } /* Scroll Bar */ .scrollbar-success::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-success::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-success::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #00C851; } .scrollbar-success { scrollbar-color: #00C851 #F5F5F5; } .covid-stats { font-family: 'Itim', cursive; height: auto; padding: 3% 10% 2% 10%; background-color: #f3f4ed; text-align: center; } .statistics { padding: 1% 9%; } .borders { border-right: 7px solid red; } .borderless-container { padding: 30px 20px; font-weight: 700; } @media only screen and (max-width: 991px) { .borders { border-right: 0px; } .borderless-container { padding: 10px; } } @media only screen and (max-width: 600px) { body{ padding-top: 34px; } .vaccine-img { height: 200px; width: 200px; border-radius: 100%; } }
public/css/vaccine_info_styles.css
html { scroll-behavior: smooth; overflow-x: hidden; } body { margin-top: 73px; font-family: 'Itim', cursive; overflow-x: hidden; } .section-heading { border-left: 10px solid orange; padding: 10px 20px; font-weight: 700; } /* Navbar */ .icon { width: 7%; height: 7%; } .brand-logo { font-family: 'Pacifico', cursive; padding-left: 25px; font-size: 1.4rem; } @media only screen and (max-width: 767px){ .navbar-brand{ width: 302px; padding-left: 3px; margin-right:0; } } /* Charts */ #myChart{ width:650px; max-width:650px; } #myChart1{ width:650px; max-width:650px; } @media only screen and (max-width: 700px){ #myChart{ width:90%; max-width:90%; } #myChart1{ width:90%; max-width:90%; } } .feature-button { text-align: center; padding-top: 3%; } .spacing-1 { margin-top: 42px; } .spacing-2 { margin-top: 15px; } .spacing-3 { margin-top: 31px; } .list { /* font-family: 'Roboto Slab', serif; */ padding-bottom: 5px; } .vaccine-img { height: 250px; width: 250px; border-radius: 100%; } /* Covaxin */ .covaxin { padding: 4% 10%; height: auto; } /* Covishield */ .covishield { padding: 4% 10%; height: auto; background-color: #fdfaef; } /* Related-NEWS */ .NEWS { height: auto; padding: 3% 10%; } .news-heading { padding-bottom: 15px; } /* Scroll Bar */ .scrollbar-success::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-success::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-success::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #00C851; } .scrollbar-success { scrollbar-color: #00C851 #F5F5F5; } .covid-stats { font-family: 'Itim', cursive; height: auto; padding: 3% 10% 2% 10%; background-color: #f3f4ed; text-align: center; } .statistics { padding: 1% 9%; } .borders { border-right: 7px solid red; } .borderless-container { padding: 30px 20px; font-weight: 700; } @media only screen and (max-width: 991px) { .borders { border-right: 0px; } .borderless-container { padding: 10px; } } @media only screen and (max-width: 600px) { body{ padding-top: 34px; } .vaccine-img { height: 200px; width: 200px; border-radius: 100%; } }
0.347094
0.060947
body { font-size: 9pt; line-height: 1.25em; } #skel-panels-pageWrapper { padding-top: 40px; } /* Header */ #header-wrapper { } #header { display: none; } /*********************************************************************************/ /* UI */ /*********************************************************************************/ #titleBar { background: #62573b; } #titleBar .title a { display: block; color: #fff; text-align: center; line-height: 44px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; font-size: 1.4em; font-weight: 700; } #titleBar .title span { display: none; } #titleBar .toggle { position: absolute; left: 0; top: 0; width: 80px; height: 60px; } #titleBar .toggle:before { content: ''; display: block; width: 60px; height: 40px; border-radius: 4px; position: absolute; left: 5px; top: 5px; } #titleBar .toggle:after { content: ''; display: block; width: 20px; height: 20px; position: absolute; left: 15px; top: 15px; background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat; opacity: 1; } #titleBar .toggle:active:after { opacity: 1; } #navPanel { background: #48402a; font-weight: 400; text-transform: uppercase; color: #888; letter-spacing: 2px; font-size: 1em; } #navPanel .link { display: block; color: #ddd; text-decoration: none; height: 44px; line-height: 44px; border: 0; border-top: solid 1px #594f35; padding: 0 1em 0 1em; } #navPanel .link:first-child { border-top: 0; } #navPanel .link.depth-0 { font-weight: 600; color: #fff; } #navPanel .indent-1 { display: inline-block; width: 1em; } #navPanel .indent-2 { display: inline-block; width: 2em; } #navPanel .indent-3 { display: inline-block; width: 3em; } #navPanel .indent-4 { display: inline-block; width: 4em; } #navPanel .indent-5 { display: inline-block; width: 5em; } #navPanel .depth-0 { color: #fff; } /* Wrapper */ #wrapper { overflow: hidden; padding: 2em 0em 0em 0em; } /* Page Wrapper */ #page { } /* Banner */ #banner { overflow: hidden; } #banner .container { background: #FFFFFF; } #banner a img { display: block; width: 100%; } /* Content */ #content { } #content h2 { padding: 1em 0em 1em 0em; font-size: 1.75em; } #content .subtitle { padding: 0em 0em 1.25em 0em; line-height: 120%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; font-weight: 300; font-style: italic; color: #7D7D7D; } #content img { padding: 0em 0em 0.62em 0em; } #content a img { display: block; width: 100%; } #content .post { padding: 0em 0em 1.87em 0em; } #content section { padding: 0em 1.87em; } /* Sidebar1 */ #sidebar1 { } #sidebar1 h2 { padding: 1em 0em 1.5em 0em; text-transform: none; font-size: 1.75em; } #sidebar1 img { } #sidebar1 a img { } #sidebar1 section { padding: 0em 1.87em; } /* Sidebar2 */ #sidebar2 { } #sidebar2 h2 { padding: 1em 0em 1.5em 0em; text-transform: none; font-size: 1.75em; } #sidebar2 section { padding: 0em 1.87em; } #sidebar2 .sbox1 { margin-bottom: 3.12em; } #sidebar2 .sbox2 { margin-bottom: 3.12em; } #sidebar2 .sbox3 { } /** Footer Column Content */ #footer-wrapper { } #footer-content { overflow: hidden; padding: 0em 0em 3.12em 0em; } #footer-content h2 { padding: 0em 0em 1.50em 0em; text-transform: none; font-size: 1.75em; } #footer-content strong { color: #766946 !important; } #footer-content section { padding: 0em 1.87em 2em 1.87em; } #footer-content #box1 { } #footer-content #box2 { } #footer-content #box3 { overflow: hidden; } /* Marketing */ #marketing { overflow: hidden; } #marketing .divider { } #marketing section { padding: 0em 1.87em 2em 1.87em; } #marketing .title { padding: 0em 0em 0.5em 0em; font-size: 1.5em; } #marketing .subtitle { padding: 0em 0em 1.25em 0em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; } #marketing a img { display: block; width: 100%; } /* Featured */ #featured-area { overflow: hidden; margin-bottom: 1.87em; padding: 0em 0em 1.87em 0em; background: url(images/img02.jpg) repeat-x left bottom; } #featured-area section { padding: 0em 0em 1.25em 0em; } #featured-area .box-style { overflow: hidden; padding: 1.56em; background: url(images/img07.png) repeat; } #featured-area .box-style h3 { padding: 0em 0em 1.25em 0em; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; } #featured-area .box-style img { float: left; margin-right: 1.56em; } #featured-area .box-style a img { display: block; width: 40%; } /* Copyright */ #copyright { overflow: hidden; padding: 1.87em 0em; } #copyright p { text-align: center; } ul.style5 a img { display: block; width: 100%; } ul.style2 img { float: left; margin-right: 1.5em; } ul.style2 a img { display: block; width: 20%; }
css/style-mobile.css
body { font-size: 9pt; line-height: 1.25em; } #skel-panels-pageWrapper { padding-top: 40px; } /* Header */ #header-wrapper { } #header { display: none; } /*********************************************************************************/ /* UI */ /*********************************************************************************/ #titleBar { background: #62573b; } #titleBar .title a { display: block; color: #fff; text-align: center; line-height: 44px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; font-size: 1.4em; font-weight: 700; } #titleBar .title span { display: none; } #titleBar .toggle { position: absolute; left: 0; top: 0; width: 80px; height: 60px; } #titleBar .toggle:before { content: ''; display: block; width: 60px; height: 40px; border-radius: 4px; position: absolute; left: 5px; top: 5px; } #titleBar .toggle:after { content: ''; display: block; width: 20px; height: 20px; position: absolute; left: 15px; top: 15px; background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat; opacity: 1; } #titleBar .toggle:active:after { opacity: 1; } #navPanel { background: #48402a; font-weight: 400; text-transform: uppercase; color: #888; letter-spacing: 2px; font-size: 1em; } #navPanel .link { display: block; color: #ddd; text-decoration: none; height: 44px; line-height: 44px; border: 0; border-top: solid 1px #594f35; padding: 0 1em 0 1em; } #navPanel .link:first-child { border-top: 0; } #navPanel .link.depth-0 { font-weight: 600; color: #fff; } #navPanel .indent-1 { display: inline-block; width: 1em; } #navPanel .indent-2 { display: inline-block; width: 2em; } #navPanel .indent-3 { display: inline-block; width: 3em; } #navPanel .indent-4 { display: inline-block; width: 4em; } #navPanel .indent-5 { display: inline-block; width: 5em; } #navPanel .depth-0 { color: #fff; } /* Wrapper */ #wrapper { overflow: hidden; padding: 2em 0em 0em 0em; } /* Page Wrapper */ #page { } /* Banner */ #banner { overflow: hidden; } #banner .container { background: #FFFFFF; } #banner a img { display: block; width: 100%; } /* Content */ #content { } #content h2 { padding: 1em 0em 1em 0em; font-size: 1.75em; } #content .subtitle { padding: 0em 0em 1.25em 0em; line-height: 120%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; font-weight: 300; font-style: italic; color: #7D7D7D; } #content img { padding: 0em 0em 0.62em 0em; } #content a img { display: block; width: 100%; } #content .post { padding: 0em 0em 1.87em 0em; } #content section { padding: 0em 1.87em; } /* Sidebar1 */ #sidebar1 { } #sidebar1 h2 { padding: 1em 0em 1.5em 0em; text-transform: none; font-size: 1.75em; } #sidebar1 img { } #sidebar1 a img { } #sidebar1 section { padding: 0em 1.87em; } /* Sidebar2 */ #sidebar2 { } #sidebar2 h2 { padding: 1em 0em 1.5em 0em; text-transform: none; font-size: 1.75em; } #sidebar2 section { padding: 0em 1.87em; } #sidebar2 .sbox1 { margin-bottom: 3.12em; } #sidebar2 .sbox2 { margin-bottom: 3.12em; } #sidebar2 .sbox3 { } /** Footer Column Content */ #footer-wrapper { } #footer-content { overflow: hidden; padding: 0em 0em 3.12em 0em; } #footer-content h2 { padding: 0em 0em 1.50em 0em; text-transform: none; font-size: 1.75em; } #footer-content strong { color: #766946 !important; } #footer-content section { padding: 0em 1.87em 2em 1.87em; } #footer-content #box1 { } #footer-content #box2 { } #footer-content #box3 { overflow: hidden; } /* Marketing */ #marketing { overflow: hidden; } #marketing .divider { } #marketing section { padding: 0em 1.87em 2em 1.87em; } #marketing .title { padding: 0em 0em 0.5em 0em; font-size: 1.5em; } #marketing .subtitle { padding: 0em 0em 1.25em 0em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; } #marketing a img { display: block; width: 100%; } /* Featured */ #featured-area { overflow: hidden; margin-bottom: 1.87em; padding: 0em 0em 1.87em 0em; background: url(images/img02.jpg) repeat-x left bottom; } #featured-area section { padding: 0em 0em 1.25em 0em; } #featured-area .box-style { overflow: hidden; padding: 1.56em; background: url(images/img07.png) repeat; } #featured-area .box-style h3 { padding: 0em 0em 1.25em 0em; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; } #featured-area .box-style img { float: left; margin-right: 1.56em; } #featured-area .box-style a img { display: block; width: 40%; } /* Copyright */ #copyright { overflow: hidden; padding: 1.87em 0em; } #copyright p { text-align: center; } ul.style5 a img { display: block; width: 100%; } ul.style2 img { float: left; margin-right: 1.5em; } ul.style2 a img { display: block; width: 20%; }
0.327023
0.043711
.reportDetail_patientInfo, .reportDetail_con, .reportDetail_foot { width: 100%; height: 100%; } /* 一, 病人信息 */ .reportDetail_patientInfo { /* 字体 */ font-size: 14px; } /* 左侧 */ .repDet_patientWrap { width: 70%; height: 100%; display: flex; justify-content: space-between; align-items: center; } .repDet_patientWrap span { color: #333333; } /* 右侧 */ .repDet_patientEditWrap { width: 30%; height: 100%; } /* 右侧修改按钮 */ .repDet_edit { width: 35%; text-align: right; line-height: 45px; color: #f96464; /* 鼠标形状 */ cursor: pointer; } .repDet_edit:hover { color: red; } /* 右侧取消保存按钮 */ .repDet_saveChange { height: 100%; display: flex; justify-content: flex-end; align-items: center; /* 字体 */ color: white; text-align: center; } .repDet_saveChange div { width: 60px; padding: 5px; margin-right: 10px; border-radius: 30px; /* 鼠标形状 */ cursor: pointer; } /* 取消 */ .repDet_cancle { background: #f96464; } .repDet_cancle:hover { border: 1px solid red; color: red; background: white; } /* 保存 */ .repDet_save { border: 1px solid #3be1c3; background: #3be1c3; } .repDet_save:hover { color: #3be1c3; background: white; } /* 二, 要修改的信息 */ .reportDetail_con { height: 98%; padding-top: 10px; border-bottom: 1px solid #707070; } .reportDetail_con_item { height: 14%; margin-bottom: 10px; /* 字体 */ font-size: 14px; color: #333333; } .reportDetail_con_item span { display: inline-block; width: 10%; padding-top: 6px; text-align: right; color: #999999; } .reportDetail_con_item textarea { float: right; width: 88%; height: 92%; padding: 2px 4px; border: none; background: rgba(0, 0, 0, 0); border-radius: 2px; outline: none; resize: none; /* 文本 */ vertical-align: top; font-size: 14px; } /* 修改时的样式 */ .reportDetail_con_item .editItem { border: 1px solid #aaaaaa; background: white; } .reportDetail_con_item textarea:focus { border: 1px solid #32c0e6; } /* 三, 报告医生, 审核医生等 */ .reportDetail_wrap .medical_control { background: rgba(0, 0, 0, 0); } .reportDetail_foot { display: flex; justify-content: space-between; align-items: center; /* 字体 */ font-size: 14px; color: #333333; } /* 查看附件 */ .reportDetail_foot .lookaccessory { width: 80px; height: 16px; padding: 5px; border: 1px solid #16DCB8; background: #16DCB8; border-radius: 2px; color: white; text-align: center; /* 鼠标形状 */ cursor: pointer; } .lookaccessory:hover { background: white; color: #16DCB8; }
src/assets/style/css/ReportDetail.css
.reportDetail_patientInfo, .reportDetail_con, .reportDetail_foot { width: 100%; height: 100%; } /* 一, 病人信息 */ .reportDetail_patientInfo { /* 字体 */ font-size: 14px; } /* 左侧 */ .repDet_patientWrap { width: 70%; height: 100%; display: flex; justify-content: space-between; align-items: center; } .repDet_patientWrap span { color: #333333; } /* 右侧 */ .repDet_patientEditWrap { width: 30%; height: 100%; } /* 右侧修改按钮 */ .repDet_edit { width: 35%; text-align: right; line-height: 45px; color: #f96464; /* 鼠标形状 */ cursor: pointer; } .repDet_edit:hover { color: red; } /* 右侧取消保存按钮 */ .repDet_saveChange { height: 100%; display: flex; justify-content: flex-end; align-items: center; /* 字体 */ color: white; text-align: center; } .repDet_saveChange div { width: 60px; padding: 5px; margin-right: 10px; border-radius: 30px; /* 鼠标形状 */ cursor: pointer; } /* 取消 */ .repDet_cancle { background: #f96464; } .repDet_cancle:hover { border: 1px solid red; color: red; background: white; } /* 保存 */ .repDet_save { border: 1px solid #3be1c3; background: #3be1c3; } .repDet_save:hover { color: #3be1c3; background: white; } /* 二, 要修改的信息 */ .reportDetail_con { height: 98%; padding-top: 10px; border-bottom: 1px solid #707070; } .reportDetail_con_item { height: 14%; margin-bottom: 10px; /* 字体 */ font-size: 14px; color: #333333; } .reportDetail_con_item span { display: inline-block; width: 10%; padding-top: 6px; text-align: right; color: #999999; } .reportDetail_con_item textarea { float: right; width: 88%; height: 92%; padding: 2px 4px; border: none; background: rgba(0, 0, 0, 0); border-radius: 2px; outline: none; resize: none; /* 文本 */ vertical-align: top; font-size: 14px; } /* 修改时的样式 */ .reportDetail_con_item .editItem { border: 1px solid #aaaaaa; background: white; } .reportDetail_con_item textarea:focus { border: 1px solid #32c0e6; } /* 三, 报告医生, 审核医生等 */ .reportDetail_wrap .medical_control { background: rgba(0, 0, 0, 0); } .reportDetail_foot { display: flex; justify-content: space-between; align-items: center; /* 字体 */ font-size: 14px; color: #333333; } /* 查看附件 */ .reportDetail_foot .lookaccessory { width: 80px; height: 16px; padding: 5px; border: 1px solid #16DCB8; background: #16DCB8; border-radius: 2px; color: white; text-align: center; /* 鼠标形状 */ cursor: pointer; } .lookaccessory:hover { background: white; color: #16DCB8; }
0.168139
0.048316
/* »» ROBOTO FONT and »» RUBIK FONT (Combined) */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@300;400;500;700&display=swap"); * { margin: 0; padding: 0; } /* ------------ VARIBLES --------------- */ :root { /* FONTS */ --rubik: "Rubik", sans-serif; --roboto: "Roboto", sans-serif; /* COLOR */ --white: #fff; --black: #000; --h1Color: #4cbb85; --h1ColorLight: #53ca90; --theme: #26baff; --bodyColor: #f4f1de; --footerBtn: #936639; } /* TEXT SELECTION BACKGROUND COLOR */ ::selection { background: var(--h1Color); } /* SCROLL BAR STYLING */ ::-webkit-scrollbar { width: 1vw; } ::-webkit-scrollbar-thumb { background-color: var(--h1Color); background-clip: padding-box; border: 0.2vw solid var(--bodyColor); border-radius: 1rem; } ::-webkit-scrollbar-track { background: var(--bodyColor); padding: 0.2vw; } /* GLOBAL STYLLING */ body { background-color: var(--bodyColor); } h1 { color: var(--h1Color); font-size: 40px; font-family: var(--rubik); text-align: center; padding: 10px; } h2 { color: var(--bodyColor); font-family: var(--rubik); text-align: center; font-size: 200%; padding: 25px; } section { margin-top: 5rem; } hr { border-color: var(--white); color: var(--white); background-color: var(--white); border: 3px solid var(--bodyColor); } #hf-desc { font-family: var(--rubik); text-align: center; font-size: 20px; } /* -------------------------- NAVIGATION START ------------------------- */ nav .container { padding-top: 0 !important; margin-top: 0 !important; } nav .container .navbar-brand { display: flex; justify-content: center; } nav .container .navbar-brand img { height: 60px; } nav ul li a { font-family: var(--rubik); font-size: 20px; margin: 0rem 1rem; font-weight: medium; } nav ul li a.nav-link:hover { color: var(--theme) !important; } nav ul li a:last-child { margin-right: 0rem; } /* -------------------------- NAVIGATION END ------------------------- */ /* ------------------------- SLIDE SHOW START -------------------- */ .container { margin-top: 2rem; position: relative; } .container .carousel-inner { height: 60vh; border-radius: 1rem; } .container .carousel-inner .carousel-item img { transform: scale(1.1); } .container .carousel-inner .carousel-item.active img { transform: scale(1); transition: all 2s ease-in-out; } .container .carousel-inner .carousel-item img { height: 60vh; object-fit: cover; } .container .carousel-inner .carousel-item:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #00000088; } .container .carousel-inner .carousel-item .carousel-caption { color: #ffffff; z-index: 1; font-family: var(--rubik); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%); } .container .carousel-inner .carousel-item .carousel-caption h5 { background: #ffffff2c; padding: 2rem; border-radius: 1rem; } /* ------------------------- SLIDE SHOW END -------------------- */ /* --------------SECTION--2 YOUTUBE VIDEO --------------- */ section#section--1 h4 { font-family: var(--roboto); } section#section--1 p.github--intro { font-family: var(--roboto); font-size: 20px; line-height: 2.5rem; } section#section--1 a.read-more { font-family: var(--roboto); } iframe { border-radius: 1rem; box-shadow: 1px 2px 40px #d3d3d3; } /* ------------------ END SECTION--2 -------------------------- */ /* -------------------- SECTION--3 ABOUT HACKTOBERFEST --------------------- */ div.events { background-color: var(--h1ColorLight); border-radius: 1rem; padding: 1rem; } .events p { color: var(--white); } /* -----------------------SECTION--3 END------------------ */ /* ------------------- START FOOTER ------------------------- */ footer { margin-top: 5rem; background-color: #0a4275; } footer .logo-image { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } footer .logo-image .copyright { color: #ffffffa8; font-family: var(--rubik); margin-left: 2rem; } footer .logo-image img { height: 60px; margin-bottom: 2rem; } .footer-container { font-family: var(--rubik); padding: 2rem; } .footer-info { margin-bottom: 2rem; } .footer-text { font-size: 20px; font-family: var(--rubik); color: var(--white); margin: 0; } .footer-link { background-color: var(--footerBtn); color: var(--white); text-decoration: none; border-radius: 0.4rem; font-size: 15px; box-shadow: 0 2px 2px var(--white); transition: all 0.1s ease-in; font-family: var(--rubik); } .footer-link:hover { background-color: var(--white); color: var(--footerBtn); box-shadow: 0 2px 2px var(--footerBtn); } .marq { background: rgba(0, 0, 0, 0.2); height: 2rem; line-height: 2rem; color: var(--white); font-family: var(--rubik); } /* ------------------- END FOOTER ------------------------- */ /* ------------------- RESPONSIVE CODES AREA -------------------- */ /* ------ FOR TABLET ----------- */ @media only screen and (max-width: 700px) { /* NAVIGATION */ nav ul li a { font-size: 25px; margin-top: 2rem; } /* SLIDE SHOW */ .container .carousel-inner { height: 50vh; width: 100%; } .container .carousel-inner .carousel-item .carousel-caption { top: 50%; left: 50%; transform: translate(-50%, -40%); } .container .carousel-inner .carousel-item .carousel-caption h5 { font-size: 14px; padding: 0.6rem; border-radius: 0.5rem; } /* INTRODUCTION TO GITHUB SECTION */ iframe { width: 100%; height: 50vh; margin-bottom: 2rem; } section#section--1 p.github--intro { text-align: justify; } /* EVENT SECTION */ #hf-desc { text-align: justify; } /* FOOTER AREA */ }
css/styles.css
/* »» ROBOTO FONT and »» RUBIK FONT (Combined) */ @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@300;400;500;700&display=swap"); * { margin: 0; padding: 0; } /* ------------ VARIBLES --------------- */ :root { /* FONTS */ --rubik: "Rubik", sans-serif; --roboto: "Roboto", sans-serif; /* COLOR */ --white: #fff; --black: #000; --h1Color: #4cbb85; --h1ColorLight: #53ca90; --theme: #26baff; --bodyColor: #f4f1de; --footerBtn: #936639; } /* TEXT SELECTION BACKGROUND COLOR */ ::selection { background: var(--h1Color); } /* SCROLL BAR STYLING */ ::-webkit-scrollbar { width: 1vw; } ::-webkit-scrollbar-thumb { background-color: var(--h1Color); background-clip: padding-box; border: 0.2vw solid var(--bodyColor); border-radius: 1rem; } ::-webkit-scrollbar-track { background: var(--bodyColor); padding: 0.2vw; } /* GLOBAL STYLLING */ body { background-color: var(--bodyColor); } h1 { color: var(--h1Color); font-size: 40px; font-family: var(--rubik); text-align: center; padding: 10px; } h2 { color: var(--bodyColor); font-family: var(--rubik); text-align: center; font-size: 200%; padding: 25px; } section { margin-top: 5rem; } hr { border-color: var(--white); color: var(--white); background-color: var(--white); border: 3px solid var(--bodyColor); } #hf-desc { font-family: var(--rubik); text-align: center; font-size: 20px; } /* -------------------------- NAVIGATION START ------------------------- */ nav .container { padding-top: 0 !important; margin-top: 0 !important; } nav .container .navbar-brand { display: flex; justify-content: center; } nav .container .navbar-brand img { height: 60px; } nav ul li a { font-family: var(--rubik); font-size: 20px; margin: 0rem 1rem; font-weight: medium; } nav ul li a.nav-link:hover { color: var(--theme) !important; } nav ul li a:last-child { margin-right: 0rem; } /* -------------------------- NAVIGATION END ------------------------- */ /* ------------------------- SLIDE SHOW START -------------------- */ .container { margin-top: 2rem; position: relative; } .container .carousel-inner { height: 60vh; border-radius: 1rem; } .container .carousel-inner .carousel-item img { transform: scale(1.1); } .container .carousel-inner .carousel-item.active img { transform: scale(1); transition: all 2s ease-in-out; } .container .carousel-inner .carousel-item img { height: 60vh; object-fit: cover; } .container .carousel-inner .carousel-item:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #00000088; } .container .carousel-inner .carousel-item .carousel-caption { color: #ffffff; z-index: 1; font-family: var(--rubik); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%); } .container .carousel-inner .carousel-item .carousel-caption h5 { background: #ffffff2c; padding: 2rem; border-radius: 1rem; } /* ------------------------- SLIDE SHOW END -------------------- */ /* --------------SECTION--2 YOUTUBE VIDEO --------------- */ section#section--1 h4 { font-family: var(--roboto); } section#section--1 p.github--intro { font-family: var(--roboto); font-size: 20px; line-height: 2.5rem; } section#section--1 a.read-more { font-family: var(--roboto); } iframe { border-radius: 1rem; box-shadow: 1px 2px 40px #d3d3d3; } /* ------------------ END SECTION--2 -------------------------- */ /* -------------------- SECTION--3 ABOUT HACKTOBERFEST --------------------- */ div.events { background-color: var(--h1ColorLight); border-radius: 1rem; padding: 1rem; } .events p { color: var(--white); } /* -----------------------SECTION--3 END------------------ */ /* ------------------- START FOOTER ------------------------- */ footer { margin-top: 5rem; background-color: #0a4275; } footer .logo-image { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } footer .logo-image .copyright { color: #ffffffa8; font-family: var(--rubik); margin-left: 2rem; } footer .logo-image img { height: 60px; margin-bottom: 2rem; } .footer-container { font-family: var(--rubik); padding: 2rem; } .footer-info { margin-bottom: 2rem; } .footer-text { font-size: 20px; font-family: var(--rubik); color: var(--white); margin: 0; } .footer-link { background-color: var(--footerBtn); color: var(--white); text-decoration: none; border-radius: 0.4rem; font-size: 15px; box-shadow: 0 2px 2px var(--white); transition: all 0.1s ease-in; font-family: var(--rubik); } .footer-link:hover { background-color: var(--white); color: var(--footerBtn); box-shadow: 0 2px 2px var(--footerBtn); } .marq { background: rgba(0, 0, 0, 0.2); height: 2rem; line-height: 2rem; color: var(--white); font-family: var(--rubik); } /* ------------------- END FOOTER ------------------------- */ /* ------------------- RESPONSIVE CODES AREA -------------------- */ /* ------ FOR TABLET ----------- */ @media only screen and (max-width: 700px) { /* NAVIGATION */ nav ul li a { font-size: 25px; margin-top: 2rem; } /* SLIDE SHOW */ .container .carousel-inner { height: 50vh; width: 100%; } .container .carousel-inner .carousel-item .carousel-caption { top: 50%; left: 50%; transform: translate(-50%, -40%); } .container .carousel-inner .carousel-item .carousel-caption h5 { font-size: 14px; padding: 0.6rem; border-radius: 0.5rem; } /* INTRODUCTION TO GITHUB SECTION */ iframe { width: 100%; height: 50vh; margin-bottom: 2rem; } section#section--1 p.github--intro { text-align: justify; } /* EVENT SECTION */ #hf-desc { text-align: justify; } /* FOOTER AREA */ }
0.328637
0.053576
a { color: #fff; text-decoration: none; } a:hover { color: #fff; text-decoration: none; } /*--choice modal1--*/ .openbtn{ margin-top:80px; } .modal-header { padding: 15px; border-bottom: none; } .modal-title{ font-weight:bold; } .modal-body.choice-modal{ position: relative; padding: 0px; } .row.inner-scroll { height: 445px; overflow: auto; } .mycard-footer { height: 25px; background: #333333; font-size: 15px; text-indent: 10px; /* border-radius: 0 0px 4px 4px;*/ } .gallery-card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; height: 132px; margin-bottom:14px; } .gallery-card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; /*padding: 1.25rem;*/ } .gallery-card img { height: 100px; width: 100%; } label{ margin-bottom: 0 !important; } /*--checkbox--*/ .block-check { display: block; position: relative; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .block-check input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; cursor: pointer; } /* On mouse-over, add a grey background color */ .block-check:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .block-check input:checked ~ .checkmark { background-color: #2196F3; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .block-check input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .block-check .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .btn-modal-languages { right: 0; top: -10px; position: absolute; } .update-img-profile { background-color: #455a64; height: 200px; text-align: center; margin: auto; color: #FFF; display: none; width: 200px; border-radius: 50%; cursor: pointer; transition-duration: 3s; } .custom-img-profile { border: 3px #ececec42 solid; height: 200px; width: 200px; border-radius: 50%; } .update-img-profile i { font-size: 64px; margin-top: 30px; } .test { height: 100%; border-radius: 50%; } .label__experencie__companies { font-size: 12px; }
static/css/profile.css
a { color: #fff; text-decoration: none; } a:hover { color: #fff; text-decoration: none; } /*--choice modal1--*/ .openbtn{ margin-top:80px; } .modal-header { padding: 15px; border-bottom: none; } .modal-title{ font-weight:bold; } .modal-body.choice-modal{ position: relative; padding: 0px; } .row.inner-scroll { height: 445px; overflow: auto; } .mycard-footer { height: 25px; background: #333333; font-size: 15px; text-indent: 10px; /* border-radius: 0 0px 4px 4px;*/ } .gallery-card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; height: 132px; margin-bottom:14px; } .gallery-card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; /*padding: 1.25rem;*/ } .gallery-card img { height: 100px; width: 100%; } label{ margin-bottom: 0 !important; } /*--checkbox--*/ .block-check { display: block; position: relative; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .block-check input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; cursor: pointer; } /* On mouse-over, add a grey background color */ .block-check:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .block-check input:checked ~ .checkmark { background-color: #2196F3; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .block-check input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .block-check .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .btn-modal-languages { right: 0; top: -10px; position: absolute; } .update-img-profile { background-color: #455a64; height: 200px; text-align: center; margin: auto; color: #FFF; display: none; width: 200px; border-radius: 50%; cursor: pointer; transition-duration: 3s; } .custom-img-profile { border: 3px #ececec42 solid; height: 200px; width: 200px; border-radius: 50%; } .update-img-profile i { font-size: 64px; margin-top: 30px; } .test { height: 100%; border-radius: 50%; } .label__experencie__companies { font-size: 12px; }
0.42656
0.105257
.viewport { width: 960px; margin: auto; } .header { width: 960px; position: relative; padding: 2px; margin: 2px 0 10px 0; } .header h1 { color: green; font-size: 40px; font-weight: bolder; } .header span { color: green; font-size: 16px; font-weight: bolder; } .links { position: absolute; right: 20px; bottom: 0; font-weight: bolder; } .links a { margin: 0 5px; } .main { position: relative; } #menulist { float: right; width: 240px; height: 600px; border: 1px solid green; margin: 0; overflow-y: auto; padding: 0; } #menulist .dijitAccordionContainer { height: 100%; } .menulink { padding: 3px 10px; font-size: 15px; cursor: pointer; } .menulink:hover { text-decoration: underline; color: blue; background-color: #E2F9FF; } .menuindex { margin-right: 5px; } .menulink, .menulink:hover, .feature, .feature:hover, .featureHighlighted { transition-property: background-color padding-left; -webkit-transition-property: background-color padding-left; -moz-transition-property: background-color padding-left; -o-transition-property: background-color padding-left; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } #gallery { width: 700px; height: 600px; overflow: auto; border-style: solid; border-color: green; border-width: 1px 1px 1px 0; } .dj_ie { overflow: scroll; } #menulist, #gallery { box-shadow: 5px 5px 10px #555; -moz-box-shadow: 5px 5px 10px #555; -webkit-box-shadow: 5px 5px 10px #555; } .feature { border-style: solid; border-color: green; border-width: 1px 1px 0 1px; padding: 5px 20px 5px 5px; height: 130px; cursor: pointer; } .feature:first-child { border-width: 0 1px; } .feature:hover, .featureHighlighted { background-color: #E2F9FF; padding-left: 15px; } .feature a { width: 100%; height: 100%; display: block; text-decoration: none; color: black; } .feature img { float: left; /*width: 200px;*/ /*height: 130px;*/ margin-right: 10px; } .dj_webkit .feature img { width: 200px; height: 130px; } .feature div { float: left; width: 430px; } .feature h3 { margin: 5px; color: darkblue; } .feature p { margin: 3px; }
gallery/gallery.css
.viewport { width: 960px; margin: auto; } .header { width: 960px; position: relative; padding: 2px; margin: 2px 0 10px 0; } .header h1 { color: green; font-size: 40px; font-weight: bolder; } .header span { color: green; font-size: 16px; font-weight: bolder; } .links { position: absolute; right: 20px; bottom: 0; font-weight: bolder; } .links a { margin: 0 5px; } .main { position: relative; } #menulist { float: right; width: 240px; height: 600px; border: 1px solid green; margin: 0; overflow-y: auto; padding: 0; } #menulist .dijitAccordionContainer { height: 100%; } .menulink { padding: 3px 10px; font-size: 15px; cursor: pointer; } .menulink:hover { text-decoration: underline; color: blue; background-color: #E2F9FF; } .menuindex { margin-right: 5px; } .menulink, .menulink:hover, .feature, .feature:hover, .featureHighlighted { transition-property: background-color padding-left; -webkit-transition-property: background-color padding-left; -moz-transition-property: background-color padding-left; -o-transition-property: background-color padding-left; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } #gallery { width: 700px; height: 600px; overflow: auto; border-style: solid; border-color: green; border-width: 1px 1px 1px 0; } .dj_ie { overflow: scroll; } #menulist, #gallery { box-shadow: 5px 5px 10px #555; -moz-box-shadow: 5px 5px 10px #555; -webkit-box-shadow: 5px 5px 10px #555; } .feature { border-style: solid; border-color: green; border-width: 1px 1px 0 1px; padding: 5px 20px 5px 5px; height: 130px; cursor: pointer; } .feature:first-child { border-width: 0 1px; } .feature:hover, .featureHighlighted { background-color: #E2F9FF; padding-left: 15px; } .feature a { width: 100%; height: 100%; display: block; text-decoration: none; color: black; } .feature img { float: left; /*width: 200px;*/ /*height: 130px;*/ margin-right: 10px; } .dj_webkit .feature img { width: 200px; height: 130px; } .feature div { float: left; width: 430px; } .feature h3 { margin: 5px; color: darkblue; } .feature p { margin: 3px; }
0.365683
0.10885
.admin-panel{ height: 100vh; width: 100%; background-color: #5d5d5d; display: flex; justify-content: center; align-items: center; box-shadow: inset 0px 0px 100px 0px #333333; -webkit-box-shadow: inset 0px 0px 100px 0px #333333; -moz-box-shadow: inset 0px 0px 100px 0px #333333; -o-box-shadow: inset 0px 0px 100px 0px #333333; } .admin-login-panel{ width: 300px; display: block; background-color: #fefefe; -webkit-box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); -moz-box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); } .admin-login-panel .panel-logo{ width: 100%; padding: 5px; } .admin-login-panel .panel-title{ padding: 5px; text-align: center; font-weight: bold; background-color: #e8e8e8; color: #3b3b3b; width: 100%; border-top: 1px #bababa solid; border-bottom: 1px #bababa solid; margin-bottom: 16px; } .admin-login-panel .panel-logo img{ width: 100%; } .admin-login-panel .panel-form{ padding: 0px 24px 0px 24px; text-align: center; } .panel-form input{ outline: none; width: 100%; background-color: #ffffff; border: 2px transparent solid; border-bottom-left-radius: -20px; text-align: center; padding: 12px; margin-bottom: 7px; } .panel-form input.has-error{ background-color: #feb9b9; } .panel-form input:focus{ outline: none; background-color: #ffffff; border-bottom: 2px #00ad6e solid; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .btn-admin-success{ background-color: #00ad6e; color: #ffffff; padding: 12px 16px 12px 16px; margin: 16px; border: 0px solid; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .btn-admin-success:hover{ background-color: #018b4c; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } div.admin-bg{ width: 100%; min-height: 100vh; background-color: #00AD6E; padding: 2.5% 12% 0% 12%; } div.admin-home-body{ background-color: #ffffff; width: 100%; min-height: 100vh; -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); } .admin-nav{ width: 100%; height: 60px; border-bottom: 1px solid #c4c4c4; display: inline-block; } .admin-nav .adnav-logo{ float: left; padding-left: 10px; margin-right: 20px; } .admin-nav .adnav-search{ display: inline-block; height: 60px; padding: 0px 12px 0px 12px; border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; } .adnav-search input{ height: 60px; font-size: 14pt; border: 0px solid; background-color: transparent; font-weight: lighter; } .adnav-search input:focus{ outline:none; } .adnav-search .fa-search{ font-size: 14pt; color: #a5a5a5; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-search:focus .fa-search{ color: #4b4b4b; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-logo img{ height: 60px; } .admin-nav .adnav-add{ float:right; display:flex; align-items: center; padding: 20px; height: 60px; cursor: pointer; } .adnav-add .fa{ font-size: 21px; color: #00ad6e; margin-right: 7px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add:hover .fa{ font-size: 24px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add .text-add-students{ font-weight: bold; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add:hover .text-add-students{ font-weight: bolder; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .admin-nav .adnav-user{ float:right; display:block; text-align: center; cursor:pointer; } .adnav-user .user-name{ height: 60px; padding: 10px; display: flex; align-items: center; border-left: 1px solid #c4c4c4; } .user-name .fa{ font-size: 24px; padding-right: 7px; } .adnav-user .user-links{ background-color: #e3e3e3; margin: 0px 5px 0px 5px; height: 0px; overflow: hidden; display:block; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .adnav-user:hover .user-links{ height: auto; opacity: 1; border: 1px solid #c4c4c4; border-top: 0px solid; -webkit-box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); -moz-box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); -webkit-transition: all 0.25 ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .user-links a{ display: block; width: 100%; padding: 10px; color: #4c4c4c; text-decoration: none; } .user-links a:hover{ color: #018b4c; }
static/css/admin.css
.admin-panel{ height: 100vh; width: 100%; background-color: #5d5d5d; display: flex; justify-content: center; align-items: center; box-shadow: inset 0px 0px 100px 0px #333333; -webkit-box-shadow: inset 0px 0px 100px 0px #333333; -moz-box-shadow: inset 0px 0px 100px 0px #333333; -o-box-shadow: inset 0px 0px 100px 0px #333333; } .admin-login-panel{ width: 300px; display: block; background-color: #fefefe; -webkit-box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); -moz-box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); box-shadow: 0px 10px 22px -10px rgba(0,0,0,1); } .admin-login-panel .panel-logo{ width: 100%; padding: 5px; } .admin-login-panel .panel-title{ padding: 5px; text-align: center; font-weight: bold; background-color: #e8e8e8; color: #3b3b3b; width: 100%; border-top: 1px #bababa solid; border-bottom: 1px #bababa solid; margin-bottom: 16px; } .admin-login-panel .panel-logo img{ width: 100%; } .admin-login-panel .panel-form{ padding: 0px 24px 0px 24px; text-align: center; } .panel-form input{ outline: none; width: 100%; background-color: #ffffff; border: 2px transparent solid; border-bottom-left-radius: -20px; text-align: center; padding: 12px; margin-bottom: 7px; } .panel-form input.has-error{ background-color: #feb9b9; } .panel-form input:focus{ outline: none; background-color: #ffffff; border-bottom: 2px #00ad6e solid; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .btn-admin-success{ background-color: #00ad6e; color: #ffffff; padding: 12px 16px 12px 16px; margin: 16px; border: 0px solid; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .btn-admin-success:hover{ background-color: #018b4c; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } div.admin-bg{ width: 100%; min-height: 100vh; background-color: #00AD6E; padding: 2.5% 12% 0% 12%; } div.admin-home-body{ background-color: #ffffff; width: 100%; min-height: 100vh; -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4); } .admin-nav{ width: 100%; height: 60px; border-bottom: 1px solid #c4c4c4; display: inline-block; } .admin-nav .adnav-logo{ float: left; padding-left: 10px; margin-right: 20px; } .admin-nav .adnav-search{ display: inline-block; height: 60px; padding: 0px 12px 0px 12px; border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; } .adnav-search input{ height: 60px; font-size: 14pt; border: 0px solid; background-color: transparent; font-weight: lighter; } .adnav-search input:focus{ outline:none; } .adnav-search .fa-search{ font-size: 14pt; color: #a5a5a5; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-search:focus .fa-search{ color: #4b4b4b; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-logo img{ height: 60px; } .admin-nav .adnav-add{ float:right; display:flex; align-items: center; padding: 20px; height: 60px; cursor: pointer; } .adnav-add .fa{ font-size: 21px; color: #00ad6e; margin-right: 7px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add:hover .fa{ font-size: 24px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add .text-add-students{ font-weight: bold; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .adnav-add:hover .text-add-students{ font-weight: bolder; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .admin-nav .adnav-user{ float:right; display:block; text-align: center; cursor:pointer; } .adnav-user .user-name{ height: 60px; padding: 10px; display: flex; align-items: center; border-left: 1px solid #c4c4c4; } .user-name .fa{ font-size: 24px; padding-right: 7px; } .adnav-user .user-links{ background-color: #e3e3e3; margin: 0px 5px 0px 5px; height: 0px; overflow: hidden; display:block; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .adnav-user:hover .user-links{ height: auto; opacity: 1; border: 1px solid #c4c4c4; border-top: 0px solid; -webkit-box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); -moz-box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); box-shadow: 0px 11px 13px -3px rgba(0,0,0,0.21); -webkit-transition: all 0.25 ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .user-links a{ display: block; width: 100%; padding: 10px; color: #4c4c4c; text-decoration: none; } .user-links a:hover{ color: #018b4c; }
0.313945
0.067393
.nq-button::-moz-focus-inner, .nq-button-s::-moz-focus-inner { border: 0; } .nq-button { position: relative; height: 7.5rem; line-height: 2.5rem; background-image: var(--nimiq-blue-bg); color: var(--nimiq-white); font-size: 2rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.094em; border: none; padding: 0 4rem; border-radius: 500px; min-width: 25rem; margin: 2rem auto; box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15); cursor: pointer; transition: transform 450ms var(--nimiq-ease), box-shadow 450ms var(--nimiq-ease); will-change: box-shadow; text-decoration: none; display: block; text-align: center; font-family: inherit; } a.nq-button { display: inline-flex; color: var(--nimiq-white); justify-content: center; align-items: center; } .nq-button:not([disabled])::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 500px; background-image: var(--nimiq-blue-bg-darkened); opacity: 0; transition: opacity 300ms var(--nimiq-ease); z-index: -1; } .nq-button:hover, .nq-button:focus { box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.2); transform: translate3D(0,-2px,0); } .nq-button:hover::before, .nq-button:active::before, .nq-button:focus::before { opacity: 1; } .nq-button:active { outline: none; box-shadow: 0 .2rem .3rem rgba(0,0,0,0.2); transform: translate3D(0,1px,0); transition: transform 200ms cubic-bezier(.41,.34,.26,1.55), box-shadow 200ms cubic-bezier(.41,.34,.26,1.55) !important; } .nq-button-s, .nq-button-pill { display: inline-block; font-size: 1.75rem; line-height: 3.375rem; height: 3.375rem; text-decoration: none; font-weight: bold; padding: 0 1.5rem; background-color: rgba(31, 35, 72, 0.07); /* Based on Nimiq Blue */ color: var(--nimiq-blue); border-radius: 1.6875rem; transition: color 300ms var(--nimiq-ease), background-color 300ms var(--nimiq-ease); will-change: color, background-color; border: none; cursor: pointer; position: relative; font-family: inherit; } .nq-button-s[disabled] { opacity: 0.4; cursor: not-allowed; } .nq-button-s::before, .nq-button-pill::before { content: ''; display: block; position: absolute; left: -1.5rem; top: -1.5rem; right: -1.5rem; bottom: -1.5rem; } .nq-button-s:hover, .nq-button-s:active, .nq-button-s:focus { color: var(--nimiq-blue-darkened); background: rgba(31, 35, 72, 0.12); /* Based on Nimiq Blue */ } .nq-button-s[disabled]:hover { background: rgba(31, 35, 72, 0.07); /* Based on Nimiq Blue */ } .nq-button-pill { color: var(--nimiq-white); background: var(--nimiq-blue); background-image: var(--nimiq-blue-bg); } .nq-button-pill:hover, .nq-button-pill:active, .nq-button-pill:focus { background: var(--nimiq-blue-darkened); background-image: var(--nimiq-blue-bg-darkened); } /* Color variations */ /* light blue */ .nq-button.light-blue { background: var(--nimiq-light-blue); background-image: var(--nimiq-light-blue-bg); } .nq-button.light-blue::before { background-image: var(--nimiq-light-blue-bg-darkened); } .nq-button.light-blue.inverse { color: var(--nimiq-light-blue); } .nq-button.light-blue.inverse:hover, .nq-button.light-blue.inverse:active, .nq-button.light-blue.inverse:focus { color: var(--nimiq-light-blue-darkened); } .nq-button-s.light-blue { color: var(--nimiq-light-blue); background: rgba(5, 130, 202, 0.1); /* Based on Nimiq Light Blue */ } .nq-button-s.light-blue:hover, .nq-button-s.light-blue:active, .nq-button-s.light-blue:focus { color: var(--nimiq-light-blue-darkened); background: rgba(5, 130, 202, 0.2); /* Based on Nimiq Light Blue */ } .nq-button-s.light-blue[disabled]:hover { color: var(--nimiq-light-blue); background: rgba(5, 130, 202, 0.1); /* Based on Nimiq Light Blue */ } .nq-button-pill.light-blue { background: var(--nimiq-light-blue); background-image: var(--nimiq-light-blue-bg); } .nq-button-pill.light-blue:hover, .nq-button-pill.light-blue:active, .nq-button-pill.light-blue:focus { background: var(--nimiq-light-blue-darkened); background-image: var(--nimiq-light-blue-bg-darkened); } /* green */ .nq-button.green { background: var(--nimiq-green); background-image: var(--nimiq-green-bg); } .nq-button.green::before { background-image: var(--nimiq-green-bg-darkened); } .nq-button.green.inverse { color: var(--nimiq-green); } .nq-button.green.inverse:hover, .nq-button.green.inverse:active, .nq-button.green.inverse:focus { color: var(--nimiq-green-darkened); } .nq-button-s.green { color: var(--nimiq-green); background: rgba(33, 188, 165, 0.1); /* Based on Nimiq Green */ } .nq-button-s.green:hover, .nq-button-s.green:active, .nq-button-s.green:focus { color: var(--nimiq-green-darkened); background: rgba(33, 188, 165, 0.2); /* Based on Nimiq Green */ } .nq-button-s.green[disabled]:hover { color: var(--nimiq-green); background: rgba(33, 188, 165, 0.1); /* Based on Nimiq Green */ } .nq-button-pill.green { background: var(--nimiq-green); background-image: var(--nimiq-green-bg); } .nq-button-pill.green:hover, .nq-button-pill.green:active, .nq-button-pill.green:focus { background: var(--nimiq-green-darkened); background-image: var(--nimiq-green-bg-darkened); } /* orange */ .nq-button.orange { background: var(--nimiq-orange); background-image: var(--nimiq-orange-bg); } .nq-button.orange::before { background-image: var(--nimiq-orange-bg-darkened); } .nq-button.orange.inverse { color: var(--nimiq-orange); } .nq-button.orange.inverse:hover, .nq-button.orange.inverse:active, .nq-button.orange.inverse:focus { color: var(--nimiq-orange-darkened); } .nq-button-s.orange { color: var(--nimiq-orange); background: rgba(252, 135, 2, 0.1); /* Based on Nimiq Orange */ } .nq-button-s.orange:hover, .nq-button-s.orange:active, .nq-button-s.orange:focus { color: var(--nimiq-orange-darkened); background: rgba(252, 135, 2, 0.2); /* Based on Nimiq Orange */ } .nq-button-s.orange[disabled]:hover { color: var(--nimiq-orange); background: rgba(252, 135, 2, 0.1); /* Based on Nimiq Orange */ } .nq-button-pill.orange { background: var(--nimiq-orange); background-image: var(--nimiq-orange-bg); } .nq-button-pill.orange:hover, .nq-button-pill.orange:active, .nq-button-pill.orange:focus { background: var(--nimiq-orange-darkened); background-image: var(--nimiq-orange-bg-darkened); } /* red */ .nq-button.red { background: var(--nimiq-red); background-image: var(--nimiq-red-bg); } .nq-button.red::before { background: var(--nimiq-red-bg-darkened); } .nq-button.red.inverse { color: var(--nimiq-red); } .nq-button.red.inverse:hover, .nq-button.red.inverse:active, .nq-button.red.inverse:focus { color: var(--nimiq-red-darkened); } .nq-button-s.red { color: var(--nimiq-red); background: rgba(216, 65, 51, 0.1); /* Based on Nimiq Red */ } .nq-button-s.red:hover, .nq-button-s.red:active, .nq-button-s.red:focus { color: var(--nimiq-red-darkened); background: rgba(216, 65, 51, 0.2); /* Based on Nimiq Red */ } .nq-button-s.red[disabled]:hover { color: var(--nimiq-red); background: rgba(216, 65, 51, 0.1); /* Based on Nimiq Red */ } .nq-button-pill.red { background: var(--nimiq-red); background-image: var(--nimiq-red-bg); } .nq-button-pill.red:hover, .nq-button-pill.red:active, .nq-button-pill.red:focus { background: var(--nimiq-red-darkened); background-image: var(--nimiq-red-bg-darkened); } /* gold */ .nq-button.gold { background: var(--nimiq-gold); background-image: var(--nimiq-gold-bg); } .nq-button.gold:before { background: var(--nimiq-gold-bg-darkened); } .nq-button.gold.inverse { color: var(--nimiq-gold); } .nq-button.gold.inverse:hover, .nq-button.gold.inverse:active, .nq-button.gold.inverse:focus { color: var(--nimiq-gold-darkened); } .nq-button-pill.gold { background: var(--nimiq-gold); background-image: var(--nimiq-gold-bg); } .nq-button-pill.gold:hover, .nq-button-pill.gold:active, .nq-button-pill.gold:focus { background: var(--nimiq-gold-darkened); background-image: var(--nimiq-gold-bg-darkened); } /* Special styles */ .nq-button.inverse { background: var(--nimiq-white); color: var(--nimiq-blue); transition: transform 450ms var(--nimiq-ease), box-shadow 450ms var(--nimiq-ease), color 300ms var(--nimiq-ease); } .nq-button.inverse::before { background: #EFF0F2; /* Indigo 7% */ } .nq-button-s.inverse { background: rgba(255, 255, 255, 0.2); color: var(--nimiq-white); } .nq-button-s.inverse:hover, .nq-button-s.inverse:focus, .nq-button-s.inverse:active { background: rgba(255, 255, 255, 0.25); } .nq-button[disabled] { background: rgba(31, 35, 72, 0.07); color: rgba(31, 35, 72, 0.3); box-shadow: none !important; transform: none; cursor: not-allowed; } .nq-button[disabled]:hover, .nq-button[disabled]:active { transform: none; } .nq-button.inverse[disabled], .nq-button.inverse[disabled]:hover, .nq-button.inverse[disabled]:active { background: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.5); } /* Focus Ring for Tabs – can be optimized in the future with better :focus-visible support */ .nq-button::after, .nq-button-s::after, .nq-button-pill::after { content: ""; position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; border: 2px solid rgba(5, 130, 202, 0.5); /* Based on Nimiq Light Blue */ border-radius: 500px; opacity: 0; } .nq-button.inverse::after, .nq-button-s.inverse::after, .nq-button-pill.inverse::after { border-color: rgba(255, 255, 255, 0.4); } .nq-button:focus, .nq-button-s:focus, .nq-button-pill:focus { outline: none; } .nq-button:focus::after, .nq-button-s:focus::after, .nq-button-pill:focus::after { opacity: 1; }
src/buttons.css
.nq-button::-moz-focus-inner, .nq-button-s::-moz-focus-inner { border: 0; } .nq-button { position: relative; height: 7.5rem; line-height: 2.5rem; background-image: var(--nimiq-blue-bg); color: var(--nimiq-white); font-size: 2rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.094em; border: none; padding: 0 4rem; border-radius: 500px; min-width: 25rem; margin: 2rem auto; box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15); cursor: pointer; transition: transform 450ms var(--nimiq-ease), box-shadow 450ms var(--nimiq-ease); will-change: box-shadow; text-decoration: none; display: block; text-align: center; font-family: inherit; } a.nq-button { display: inline-flex; color: var(--nimiq-white); justify-content: center; align-items: center; } .nq-button:not([disabled])::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 500px; background-image: var(--nimiq-blue-bg-darkened); opacity: 0; transition: opacity 300ms var(--nimiq-ease); z-index: -1; } .nq-button:hover, .nq-button:focus { box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.2); transform: translate3D(0,-2px,0); } .nq-button:hover::before, .nq-button:active::before, .nq-button:focus::before { opacity: 1; } .nq-button:active { outline: none; box-shadow: 0 .2rem .3rem rgba(0,0,0,0.2); transform: translate3D(0,1px,0); transition: transform 200ms cubic-bezier(.41,.34,.26,1.55), box-shadow 200ms cubic-bezier(.41,.34,.26,1.55) !important; } .nq-button-s, .nq-button-pill { display: inline-block; font-size: 1.75rem; line-height: 3.375rem; height: 3.375rem; text-decoration: none; font-weight: bold; padding: 0 1.5rem; background-color: rgba(31, 35, 72, 0.07); /* Based on Nimiq Blue */ color: var(--nimiq-blue); border-radius: 1.6875rem; transition: color 300ms var(--nimiq-ease), background-color 300ms var(--nimiq-ease); will-change: color, background-color; border: none; cursor: pointer; position: relative; font-family: inherit; } .nq-button-s[disabled] { opacity: 0.4; cursor: not-allowed; } .nq-button-s::before, .nq-button-pill::before { content: ''; display: block; position: absolute; left: -1.5rem; top: -1.5rem; right: -1.5rem; bottom: -1.5rem; } .nq-button-s:hover, .nq-button-s:active, .nq-button-s:focus { color: var(--nimiq-blue-darkened); background: rgba(31, 35, 72, 0.12); /* Based on Nimiq Blue */ } .nq-button-s[disabled]:hover { background: rgba(31, 35, 72, 0.07); /* Based on Nimiq Blue */ } .nq-button-pill { color: var(--nimiq-white); background: var(--nimiq-blue); background-image: var(--nimiq-blue-bg); } .nq-button-pill:hover, .nq-button-pill:active, .nq-button-pill:focus { background: var(--nimiq-blue-darkened); background-image: var(--nimiq-blue-bg-darkened); } /* Color variations */ /* light blue */ .nq-button.light-blue { background: var(--nimiq-light-blue); background-image: var(--nimiq-light-blue-bg); } .nq-button.light-blue::before { background-image: var(--nimiq-light-blue-bg-darkened); } .nq-button.light-blue.inverse { color: var(--nimiq-light-blue); } .nq-button.light-blue.inverse:hover, .nq-button.light-blue.inverse:active, .nq-button.light-blue.inverse:focus { color: var(--nimiq-light-blue-darkened); } .nq-button-s.light-blue { color: var(--nimiq-light-blue); background: rgba(5, 130, 202, 0.1); /* Based on Nimiq Light Blue */ } .nq-button-s.light-blue:hover, .nq-button-s.light-blue:active, .nq-button-s.light-blue:focus { color: var(--nimiq-light-blue-darkened); background: rgba(5, 130, 202, 0.2); /* Based on Nimiq Light Blue */ } .nq-button-s.light-blue[disabled]:hover { color: var(--nimiq-light-blue); background: rgba(5, 130, 202, 0.1); /* Based on Nimiq Light Blue */ } .nq-button-pill.light-blue { background: var(--nimiq-light-blue); background-image: var(--nimiq-light-blue-bg); } .nq-button-pill.light-blue:hover, .nq-button-pill.light-blue:active, .nq-button-pill.light-blue:focus { background: var(--nimiq-light-blue-darkened); background-image: var(--nimiq-light-blue-bg-darkened); } /* green */ .nq-button.green { background: var(--nimiq-green); background-image: var(--nimiq-green-bg); } .nq-button.green::before { background-image: var(--nimiq-green-bg-darkened); } .nq-button.green.inverse { color: var(--nimiq-green); } .nq-button.green.inverse:hover, .nq-button.green.inverse:active, .nq-button.green.inverse:focus { color: var(--nimiq-green-darkened); } .nq-button-s.green { color: var(--nimiq-green); background: rgba(33, 188, 165, 0.1); /* Based on Nimiq Green */ } .nq-button-s.green:hover, .nq-button-s.green:active, .nq-button-s.green:focus { color: var(--nimiq-green-darkened); background: rgba(33, 188, 165, 0.2); /* Based on Nimiq Green */ } .nq-button-s.green[disabled]:hover { color: var(--nimiq-green); background: rgba(33, 188, 165, 0.1); /* Based on Nimiq Green */ } .nq-button-pill.green { background: var(--nimiq-green); background-image: var(--nimiq-green-bg); } .nq-button-pill.green:hover, .nq-button-pill.green:active, .nq-button-pill.green:focus { background: var(--nimiq-green-darkened); background-image: var(--nimiq-green-bg-darkened); } /* orange */ .nq-button.orange { background: var(--nimiq-orange); background-image: var(--nimiq-orange-bg); } .nq-button.orange::before { background-image: var(--nimiq-orange-bg-darkened); } .nq-button.orange.inverse { color: var(--nimiq-orange); } .nq-button.orange.inverse:hover, .nq-button.orange.inverse:active, .nq-button.orange.inverse:focus { color: var(--nimiq-orange-darkened); } .nq-button-s.orange { color: var(--nimiq-orange); background: rgba(252, 135, 2, 0.1); /* Based on Nimiq Orange */ } .nq-button-s.orange:hover, .nq-button-s.orange:active, .nq-button-s.orange:focus { color: var(--nimiq-orange-darkened); background: rgba(252, 135, 2, 0.2); /* Based on Nimiq Orange */ } .nq-button-s.orange[disabled]:hover { color: var(--nimiq-orange); background: rgba(252, 135, 2, 0.1); /* Based on Nimiq Orange */ } .nq-button-pill.orange { background: var(--nimiq-orange); background-image: var(--nimiq-orange-bg); } .nq-button-pill.orange:hover, .nq-button-pill.orange:active, .nq-button-pill.orange:focus { background: var(--nimiq-orange-darkened); background-image: var(--nimiq-orange-bg-darkened); } /* red */ .nq-button.red { background: var(--nimiq-red); background-image: var(--nimiq-red-bg); } .nq-button.red::before { background: var(--nimiq-red-bg-darkened); } .nq-button.red.inverse { color: var(--nimiq-red); } .nq-button.red.inverse:hover, .nq-button.red.inverse:active, .nq-button.red.inverse:focus { color: var(--nimiq-red-darkened); } .nq-button-s.red { color: var(--nimiq-red); background: rgba(216, 65, 51, 0.1); /* Based on Nimiq Red */ } .nq-button-s.red:hover, .nq-button-s.red:active, .nq-button-s.red:focus { color: var(--nimiq-red-darkened); background: rgba(216, 65, 51, 0.2); /* Based on Nimiq Red */ } .nq-button-s.red[disabled]:hover { color: var(--nimiq-red); background: rgba(216, 65, 51, 0.1); /* Based on Nimiq Red */ } .nq-button-pill.red { background: var(--nimiq-red); background-image: var(--nimiq-red-bg); } .nq-button-pill.red:hover, .nq-button-pill.red:active, .nq-button-pill.red:focus { background: var(--nimiq-red-darkened); background-image: var(--nimiq-red-bg-darkened); } /* gold */ .nq-button.gold { background: var(--nimiq-gold); background-image: var(--nimiq-gold-bg); } .nq-button.gold:before { background: var(--nimiq-gold-bg-darkened); } .nq-button.gold.inverse { color: var(--nimiq-gold); } .nq-button.gold.inverse:hover, .nq-button.gold.inverse:active, .nq-button.gold.inverse:focus { color: var(--nimiq-gold-darkened); } .nq-button-pill.gold { background: var(--nimiq-gold); background-image: var(--nimiq-gold-bg); } .nq-button-pill.gold:hover, .nq-button-pill.gold:active, .nq-button-pill.gold:focus { background: var(--nimiq-gold-darkened); background-image: var(--nimiq-gold-bg-darkened); } /* Special styles */ .nq-button.inverse { background: var(--nimiq-white); color: var(--nimiq-blue); transition: transform 450ms var(--nimiq-ease), box-shadow 450ms var(--nimiq-ease), color 300ms var(--nimiq-ease); } .nq-button.inverse::before { background: #EFF0F2; /* Indigo 7% */ } .nq-button-s.inverse { background: rgba(255, 255, 255, 0.2); color: var(--nimiq-white); } .nq-button-s.inverse:hover, .nq-button-s.inverse:focus, .nq-button-s.inverse:active { background: rgba(255, 255, 255, 0.25); } .nq-button[disabled] { background: rgba(31, 35, 72, 0.07); color: rgba(31, 35, 72, 0.3); box-shadow: none !important; transform: none; cursor: not-allowed; } .nq-button[disabled]:hover, .nq-button[disabled]:active { transform: none; } .nq-button.inverse[disabled], .nq-button.inverse[disabled]:hover, .nq-button.inverse[disabled]:active { background: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.5); } /* Focus Ring for Tabs – can be optimized in the future with better :focus-visible support */ .nq-button::after, .nq-button-s::after, .nq-button-pill::after { content: ""; position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; border: 2px solid rgba(5, 130, 202, 0.5); /* Based on Nimiq Light Blue */ border-radius: 500px; opacity: 0; } .nq-button.inverse::after, .nq-button-s.inverse::after, .nq-button-pill.inverse::after { border-color: rgba(255, 255, 255, 0.4); } .nq-button:focus, .nq-button-s:focus, .nq-button-pill:focus { outline: none; } .nq-button:focus::after, .nq-button-s:focus::after, .nq-button-pill:focus::after { opacity: 1; }
0.564339
0.063048
body { background: white; background-color: white; width: 800px; margin-left: auto; margin-right: auto; text-align: justify; } h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; color: rgb(153,51,51); /* mit red */ } todo { display: none; } a:not(.image) { color: rgb(153,51,51); /* mit red */ } [data-type="titlepage"] { font-size: 22px; } [data-type="titlepage"] h1 { font-variant: small-caps; margin-bottom: 0px; } [data-type="sect1"] h1 { font-variant: small-caps; } [data-type="sect2"] h1 { font-variant: normal; } [data-type="subtitle"] { font-weight: bold; font-style: italic; font-size: 16px; margin-top: 0px; } sidenote { float: right; margin-right: -170px; width: 150px; text-align: left; } pre { margin-top: -5px; } b { color: rgb(153,51,51); /* mit red */ } i { color: rgb(153,51,51); /* mit red */ } em { color: rgb(153,51,51); /* mit red */ } /* Counters */ body { counter-reset:chapter definition; } appendix { counter-reset:chapter; } [data-type="chapter"] { counter-increment:chapter; counter-reset: sect1 example_counter theorem algorithm figure; display:none; } [data-type="sect1"] { counter-increment:sect1; counter-reset:sect2; } [data-type="sect2"] { counter-increment:sect2; } [data-type="definition"] { counter-increment:definition; } [data-type="theorem"] { counter-increment:theorem; } [data-type="example"] { counter-increment:example_counter; } [data-type="algorithm"] { counter-increment:algorithm; } [data-type="chapter"] h1:before { content: "Chapter " counter(chapter); display: block; font-variant: small-caps; } [data-type="sect1"] h1:before { content: counter(chapter) "." counter(sect1) ' '; display: inline; } [data-type="sect2"] h1:before { content: counter(chapter) "." counter(sect1) "." counter(sect2) " "; } [data-type="sect3"] h1:before { content: ""; } [data-type="sect3"] h1 { display: inline; } [data-type="definition"] h1:before { content: "Definition " counter(definition) " ("; } [data-type="theorem"] h1:before { content: "Theorem " counter(chapter) "." counter(theorem) " - "; } [data-type="definition"] h1:after { content: ")"; } [data-type="definition"] h1 { display: inline; font-size: 16px; font-variant: normal; } [data-type="theorem"] h1 { display: inline; font-size: 16px; font-variant: normal; } [data-type="definition"] { border: 1px solid; border-radius: 10px; background-color: rgb(242,242,242); /* light gray */ margin: 10px; padding: 5px; } [data-type="theorem"] { border: 1px solid; border-radius: 10px; background-color: rgb(242,242,242); /* light gray */ margin: 10px; padding: 5px; } [data-type="example"] h1:before { content: "Example " counter(chapter) "." counter(example_counter) " ("; } [data-type="algorithm"] h1:before { content: "Algorithm " counter(chapter) "." counter(algorithm) " ("; } [data-type="example"] h1:after { content: ")"; } [data-type="algorithm"] h1:after { content: ")"; } [data-type="example"] h1 { display: block; font-size: 16px; font-variant: normal; margin: 2px; } [data-type="example"] { border: 1px solid; border-radius: 0px; background-color: rgb(242,242,242); /* light gray */ margin-top: 10px; margin-bottom: 10px; padding: 5px; } figure { text-align: center; counter-increment: figure; } figcaption:before { content: "Figure " counter(chapter) "." counter(figure) " - "; } figcaption { text-align: center; } [data-type="drake"] h1:before{ content: ""; } [data-type="drake"] h1:after { content: ""; } [data-type="drake"] h1 { font-size: 16px; } appendix [data-type="chapter"] h1:before { content: "Appendix " counter(chapter, upper-alpha); } appendix [data-type="sect1"] h1:before { content: counter(chapter, upper-alpha) "." counter(sect1) ' '; display: inline; } appendix [data-type="sect2"] h1:before { content: counter(chapter, upper-alpha) "." counter(sect1) "." counter(sect2) " "; } appendix [data-type="sect3"] h1:before { content: ""; } appendix figcaption:before { content: "Figure " counter(chapter, upper-alpha) "." counter(figure) " - "; } /* end counters*/
drake/solvers/BMI/doc/UserGuide.css
body { background: white; background-color: white; width: 800px; margin-left: auto; margin-right: auto; text-align: justify; } h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; color: rgb(153,51,51); /* mit red */ } todo { display: none; } a:not(.image) { color: rgb(153,51,51); /* mit red */ } [data-type="titlepage"] { font-size: 22px; } [data-type="titlepage"] h1 { font-variant: small-caps; margin-bottom: 0px; } [data-type="sect1"] h1 { font-variant: small-caps; } [data-type="sect2"] h1 { font-variant: normal; } [data-type="subtitle"] { font-weight: bold; font-style: italic; font-size: 16px; margin-top: 0px; } sidenote { float: right; margin-right: -170px; width: 150px; text-align: left; } pre { margin-top: -5px; } b { color: rgb(153,51,51); /* mit red */ } i { color: rgb(153,51,51); /* mit red */ } em { color: rgb(153,51,51); /* mit red */ } /* Counters */ body { counter-reset:chapter definition; } appendix { counter-reset:chapter; } [data-type="chapter"] { counter-increment:chapter; counter-reset: sect1 example_counter theorem algorithm figure; display:none; } [data-type="sect1"] { counter-increment:sect1; counter-reset:sect2; } [data-type="sect2"] { counter-increment:sect2; } [data-type="definition"] { counter-increment:definition; } [data-type="theorem"] { counter-increment:theorem; } [data-type="example"] { counter-increment:example_counter; } [data-type="algorithm"] { counter-increment:algorithm; } [data-type="chapter"] h1:before { content: "Chapter " counter(chapter); display: block; font-variant: small-caps; } [data-type="sect1"] h1:before { content: counter(chapter) "." counter(sect1) ' '; display: inline; } [data-type="sect2"] h1:before { content: counter(chapter) "." counter(sect1) "." counter(sect2) " "; } [data-type="sect3"] h1:before { content: ""; } [data-type="sect3"] h1 { display: inline; } [data-type="definition"] h1:before { content: "Definition " counter(definition) " ("; } [data-type="theorem"] h1:before { content: "Theorem " counter(chapter) "." counter(theorem) " - "; } [data-type="definition"] h1:after { content: ")"; } [data-type="definition"] h1 { display: inline; font-size: 16px; font-variant: normal; } [data-type="theorem"] h1 { display: inline; font-size: 16px; font-variant: normal; } [data-type="definition"] { border: 1px solid; border-radius: 10px; background-color: rgb(242,242,242); /* light gray */ margin: 10px; padding: 5px; } [data-type="theorem"] { border: 1px solid; border-radius: 10px; background-color: rgb(242,242,242); /* light gray */ margin: 10px; padding: 5px; } [data-type="example"] h1:before { content: "Example " counter(chapter) "." counter(example_counter) " ("; } [data-type="algorithm"] h1:before { content: "Algorithm " counter(chapter) "." counter(algorithm) " ("; } [data-type="example"] h1:after { content: ")"; } [data-type="algorithm"] h1:after { content: ")"; } [data-type="example"] h1 { display: block; font-size: 16px; font-variant: normal; margin: 2px; } [data-type="example"] { border: 1px solid; border-radius: 0px; background-color: rgb(242,242,242); /* light gray */ margin-top: 10px; margin-bottom: 10px; padding: 5px; } figure { text-align: center; counter-increment: figure; } figcaption:before { content: "Figure " counter(chapter) "." counter(figure) " - "; } figcaption { text-align: center; } [data-type="drake"] h1:before{ content: ""; } [data-type="drake"] h1:after { content: ""; } [data-type="drake"] h1 { font-size: 16px; } appendix [data-type="chapter"] h1:before { content: "Appendix " counter(chapter, upper-alpha); } appendix [data-type="sect1"] h1:before { content: counter(chapter, upper-alpha) "." counter(sect1) ' '; display: inline; } appendix [data-type="sect2"] h1:before { content: counter(chapter, upper-alpha) "." counter(sect1) "." counter(sect2) " "; } appendix [data-type="sect3"] h1:before { content: ""; } appendix figcaption:before { content: "Figure " counter(chapter, upper-alpha) "." counter(figure) " - "; } /* end counters*/
0.543106
0.195844
position: absolute; left: 0; width: 100%; z-index: 15000; text-align: center; line-height: 0; } #ux-lightbox img { width: auto; height: auto; } #ux-lightbox a img { border: none; } #ux-lightbox-outerImageContainer { position: relative; background-color: #f3efec; width: 250px; height: 250px; margin: 0 auto; } #ux-lightbox-imageContainer { padding: 10px; } #ux-lightbox-loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; background: url(images/lb-load.gif) no-repeat center 15%; } #ux-lightbox-hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } #ux-lightbox-imageContainer > #ux-lightbox-hoverNav { left: 0; } #ux-lightbox-hoverNav a{ outline: none; } #ux-lightbox-navPrev, #ux-lightbox-navNext { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; } #ux-lightbox-navPrev { left: 0; float: left;} #ux-lightbox-navNext { right: 0; float: right;} #ux-lightbox-navPrev:hover, #ux-lightbox-navPrev:visited:hover { background: url(images/lb-prev.png) left 33% no-repeat; } #ux-lightbox-navNext:hover, #ux-lightbox-navNext:visited:hover { background: url(images/lb-next.png) right 33% no-repeat; } #ux-lightbox-outerDataContainer { margin: 0 auto; width: 100%; } #ux-lightbox-dataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #f3efec; overflow: auto; line-height: 1.4em; } #ux-lightbox-data{ padding:0 10px; color: #666; } #ux-lightbox-data #ux-lightbox-details{ width: 80%; float: left; text-align: left; } #ux-lightbox-data #ux-lightbox-caption{ font-weight: bold; } #ux-lightbox-data #ux-lightbox-imageNumber{ display: block; clear: left; padding-bottom: 1.0em; } #ux-lightbox-data #ux-lightbox-navClose{ background: url(images/lb-close.gif) no-repeat; width: 66px; height: 22px; float: right; padding-bottom: 0.7em; outline: none;} #ux-lightbox-data #ux-lightbox-navClose:hover{ background-image: url(images/lb-close-over.gif);} #ux-lightbox-overlay, #ux-lightbox-shim{ border: 0; position: absolute; top: 0; left: 0; z-index: 14999; width: 100%; height: 500px; background-color: #000; padding: 0; margin: 0; } #ux-lightbox-shim { z-index: 89; background-color: transparent; filter: alpha(opacity=0); }
examples/lightbox/lightbox.css
position: absolute; left: 0; width: 100%; z-index: 15000; text-align: center; line-height: 0; } #ux-lightbox img { width: auto; height: auto; } #ux-lightbox a img { border: none; } #ux-lightbox-outerImageContainer { position: relative; background-color: #f3efec; width: 250px; height: 250px; margin: 0 auto; } #ux-lightbox-imageContainer { padding: 10px; } #ux-lightbox-loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; background: url(images/lb-load.gif) no-repeat center 15%; } #ux-lightbox-hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } #ux-lightbox-imageContainer > #ux-lightbox-hoverNav { left: 0; } #ux-lightbox-hoverNav a{ outline: none; } #ux-lightbox-navPrev, #ux-lightbox-navNext { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; } #ux-lightbox-navPrev { left: 0; float: left;} #ux-lightbox-navNext { right: 0; float: right;} #ux-lightbox-navPrev:hover, #ux-lightbox-navPrev:visited:hover { background: url(images/lb-prev.png) left 33% no-repeat; } #ux-lightbox-navNext:hover, #ux-lightbox-navNext:visited:hover { background: url(images/lb-next.png) right 33% no-repeat; } #ux-lightbox-outerDataContainer { margin: 0 auto; width: 100%; } #ux-lightbox-dataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #f3efec; overflow: auto; line-height: 1.4em; } #ux-lightbox-data{ padding:0 10px; color: #666; } #ux-lightbox-data #ux-lightbox-details{ width: 80%; float: left; text-align: left; } #ux-lightbox-data #ux-lightbox-caption{ font-weight: bold; } #ux-lightbox-data #ux-lightbox-imageNumber{ display: block; clear: left; padding-bottom: 1.0em; } #ux-lightbox-data #ux-lightbox-navClose{ background: url(images/lb-close.gif) no-repeat; width: 66px; height: 22px; float: right; padding-bottom: 0.7em; outline: none;} #ux-lightbox-data #ux-lightbox-navClose:hover{ background-image: url(images/lb-close-over.gif);} #ux-lightbox-overlay, #ux-lightbox-shim{ border: 0; position: absolute; top: 0; left: 0; z-index: 14999; width: 100%; height: 500px; background-color: #000; padding: 0; margin: 0; } #ux-lightbox-shim { z-index: 89; background-color: transparent; filter: alpha(opacity=0); }
0.762424
0.121712
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; font-weight: normal; } input, select, textarea { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; } img { border: 0px; display: block; max-width: 100%; } a, button, input, textarea, img, span, figure { outline: none !important; } h1, h2, h3, h4, h5, h6 { font-weight: 500; font-family: 'Montserrat', sans-serif; } ol, ul { margin: 0px; } input[type="submit"], input[type="button"], input[type="text"] { appearance: none; -webkit-appearance: none; -o-appearance: none; -moz-appearance: none; } input:focus, button:focus, textarea, select, input[type="submit"] { outline: inherit; } body { background: #fff; } .full-width { width: 100%; float: left; } .site-btn { padding: 8px 20px; display: inline-block; font-size: 14px; color: #fff !important; font-weight: 500; text-transform: uppercase; text-decoration: none !important; background: linear-gradient(to right, #ff2670 0%, #ff6c36 100%); border-radius: 26px; border: none; } .site-btn:hover { text-decoration: none; color: #fff; background: linear-gradient(to right, #ff6c36 0%, #ff2670 100%); } .site-btn i { margin-right: 7px; } /* wrapper */ #wrapper { width: 100%; float: left; overflow: hidden; } /* header container */ #headerCntr { padding: 18px 0; width: 100%; float: left; position: relative; background: #1e1e1e; z-index: 9; } #headerCntr:after { content: ""; margin: 0 -364px 0 0; width: 50%; height: 100%; position: absolute; top: 0px; right: 0px; z-index: -1; } .header-right .cart-btn { color: #ff6d12; font-size: 16px; text-decoration: none; float: left; margin: 7px 0 0 10px; } a.dropdown-toggle { color: #ff6d12; font-size: 16px; text-decoration: none; float: left; margin: 7px 0 0 10px; } .header-right .cart-btn .badge { padding: 5px 10px; } /* logoArea */ .logoArea { padding: 0 33px 0 0; float: left; border-right: 1px solid #3a3a3a; } .logoArea a { display: block; } .header-right { margin: 4px 0 0 0; float: right; } .header-right .searchbar { margin: 0 28px 0 0; float: left; } .header-right .searchbar input { padding: 0 10px 0 38px; width: 399px; height: 39px; float: left; font-size: 14px; font-weight: 500; background: #1a1a1a url(../images/search-icon.png) no-repeat 10px center; border-radius: 4px; border: 1px solid #555; } .header-right .searchbar input::-webkit-input-placeholder { color: #fff; } .header-right .searchbar input:-ms-input-placeholder { color: #fff; } .header-right .searchbar input::placeholder { color: #fff; } .header-right .site-btn { margin: 1px 0 0 0; float: left; } .header-right .dropmenu { margin: 5px 0 0 72px; float: left; position: relative; } .header-right .dropmenu .dropdown-toggle { font-size: 18px; color: #ff6d12; font-weight: 500; border: none; background: none; } .header-right .dropmenu .dropdown-toggle img { margin-right: 17px; display: inline-block; } /* main-content */ #main-content { width: 100%; float: left; } /* banner-section */ .banner-section { width: 100%; min-height: 585px; float: left; position: relative; background-position: top center; background-repeat: no-repeat; background-size: cover; } .banner-text { padding: 18px 0; width: 100%; float: left; position: absolute; bottom: 0px; left: 0px; background: linear-gradient(to right, #ff0965 0%, #ff6d12 100%); } .banner-text .image { width: 48px; float: left; } .banner-text .text { padding: 5px 0 0 0; width: calc(100% - 65px); float: right; } .banner-text .text h3 { margin: 0 0 2px; font-size: 18px; color: #fff; font-weight: 700; } .banner-text .text p { margin: 0px; font-size: 15px; color: #fff; } /* about-section */ .about-section { padding: 47px 0; width: 100%; float: left; } .about-section .image img { float: right; } .about-section .text { padding-top: 67px; text-align: right; } .about-section .text span { font-size: 16px; color: #7c7c7c; text-transform: uppercase; } .about-section .text h2 { margin: 10px 0 35px 0; padding: 0 0 26px 0; position: relative; font-size: 34px; color: #292929; } .about-section .text h2:after { width: 87px; height: 2px; position: absolute; bottom: 0px; right: 0px; content: ""; background: #e1e1e1; } .about-section .text p { margin-bottom: 47px; font-size: 18px; line-height: 28px; color: #7c7c7c; } .about-section .text .site-btn { padding: 13px 40px; font-size: 16px; } /* specialities-section */ .specialities-section { padding: 10px 0 97px 0; width: 100%; float: left; } .specialities-section h2 { margin-bottom: 48px; font-size: 34px; color: #292929; text-align: center; } .specialities-section h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .specialities-section .row { margin: 0 -11px; } .specialities-section .col-xs-12 { padding: 0 5px; } .specialities-section .special { margin: 5px 0; width: 100%; height: 253px; float: left; position: relative; background: #f94f05; } .specialities-section .special .title { position: absolute; font-size: 32px; color: #fff; font-weight: 700; line-height: normal; text-align: center; } .specialities-section .special .title span { display: block; font-weight: 500; } .specialities-section .special img { position: absolute; } .specialities-section .special.pink { width: 59.3%; background: #ff276f; } .specialities-section .special.pink .title { top: 106px; left: 55px; } .specialities-section .special.pink img { top: 50px; right: 46px; } .specialities-section .special.purple { width: 39%; float: right; background: #673ab7; } .specialities-section .special.purple .title { width: 100%; top: 30px; left: 0px; text-align: center; } .specialities-section .special.purple img { bottom: 7px; right: 7px; } .specialities-section .special.green { height: 189px; background: #4caf50; } .specialities-section .special.green .title { top: 22px; left: 60px; } .specialities-section .special.green img { top: 52px; right: 16px; } .specialities-section .special.sky-blue { height: 245px; width: 35.4%; background: #4bd6c1; } .specialities-section .special.sky-blue .title { top: 150px; left: 25px; } .specialities-section .special.sky-blue img { top: 13px; right: 10px; } .specialities-section .special.orange { width: 63%; height: 245px; float: right; background: #ef984a; } .specialities-section .special.orange .title { top: 34px; right: 28px; } .specialities-section .special.orange img { bottom: 13px; left: 10px; } .specialities-section .special.orange-light { width: 51.31%; height: 308px; background: #f3bd48; } .specialities-section .special.orange-light .title { width: 100%; bottom: 73px; left: 0px; } .specialities-section .special.orange-light img { top: 32px; left: 66px; } .specialities-section .special.blue { width: 46.5%; float: right; height: 308px; background: #0072c6; } .specialities-section .special.blue .title { font-size: 30px; width: 100%; bottom: 33px; left: 0px; } .specialities-section .special.blue img { top: 55px; left: 46px; } /* our-speakers */ .our-speakers { padding: 25px 0; width: 100%; float: left; position: relative; z-index: 1; background: url(../images/our-speakers-bg.jpg) no-repeat top center / cover; } .our-speakers:after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; z-index: -1; background: rgba(0, 46, 91, 0.3); } .our-speakers h2 { margin-top: 185px; float: left; font-size: 48px; color: #fff; font-weight: 700; text-shadow: 1px 5px 18px rgba(0, 0, 0, 0.75); } .speaker-slider { padding: 55px 115px 45px 115px; width: 620px; float: right; text-align: center; background: #fff; max-height: 605px; } .speaker-slider .item { width: 100%; float: left; } .speaker-slider .image { margin: 0 auto; width: 186px; height: 186px; display: block; border-radius: 100%; overflow: hidden; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } .speaker-slider .image img { margin: 0 auto; } .speaker-slider h3 { padding-bottom: 18px; font-size: 18px; color: #696969; font-weight: 700; } .speaker-slider p { margin-bottom: 40px; font-size: 14px; color: #838383; line-height: 24px; } .speaker-slider .owl-dots { width: 100%; float: left; text-align: center; } .speaker-slider .owl-dots .owl-dot { margin: 0 4px; width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #c3e1ff; } .speaker-slider .owl-dots .owl-dot.active { background: #002e5b; } /* upcoming-webinars */ .upcoming-webinars { padding: 60px 0 32px 0; width: 100%; float: left; background: #fbfbfb url(../images/web-bg.jpg) no-repeat bottom center / cover; } .upcoming-webinars h2 { margin-bottom: 48px; font-size: 34px; color: #292929; text-align: center; } .upcoming-webinars h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .webinars-slider { width: 100%; float: left; text-align: center; } .webinars-slider .item { margin: 18px 0 32px 0; padding: 2px 10px 15px; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); min-height: 435px; } .webinars-slider h3 { font-size: 24px; color: #2f3b45; font-weight: 600; line-height: 28px; } .webinars-slider .date { margin-bottom: 42px; font-size: 14px; line-height: 28px; color: #777; font-weight: 500; line-height: 20px; } .webinars-slider .date span { display: block; font-size: 16px; color: #ff6b37; font-weight: 600; } .webinars-slider .image { margin: 0 auto 8px auto; width: 122px; height: 122px; display: block; border-radius: 100%; overflow: hidden; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } .webinars-slider .image img { margin: 0 auto; } .webinars-slider .name { margin-bottom: 15px; font-size: 20px; color: #303d48; font-weight: 600; } .webinars-slider p { font-size: 16px; color: #595959; line-height: 22px; } .webinars-slider .owl-dots { margin: 14px 0 0 0; width: 100%; float: left; text-align: center; } .webinars-slider .owl-dots .owl-dot { margin: 0 3px; width: 58px; height: 6px; display: inline-block; background: #a5a5a5; } .webinars-slider .owl-dots .owl-dot.active { background: #ff6b37; } /* blog-section */ .blog-section { padding: 60px 0; width: 100%; float: left; background: #f7f7f7; } .blog-section h2 { float: left; font-size: 34px; color: #292929; text-align: center; } .blog-section h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .blog-section .site-btn { margin: 43px 0 0 0; float: right; font-size: 16px; } .blog-section .allPost { padding: 28px 0 0 0; width: 100%; float: left; } .blog-section .sub { margin-bottom: 24px; width: 100%; float: left; background: #fff; box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.08); } .blog-section .sub .text { padding: 7px 15px 30px; width: 100%; float: left; background: #fff; } .blog-section .sub h3 { margin-bottom: 15px; font-size: 16px; color: #292929; font-weight: 600; } .blog-section .sub h3 a { display: block; color: #292929; text-decoration: none; } .blog-section .sub p { margin-bottom: 22px; font-size: 14px; color: #595959; line-height: 22px; } .blog-section .sub .date { margin: 11px 0 0 15px; font-size: 14px; color: #ff6b37; float: left; } .blog-section .sub .read-more { width: 40px; height: 40px; float: right; border-radius: 100%; background: #ff276f url(../images/arrow-icon.png) no-repeat center center; } .blog-section .sub .image { width: 100%; height: 205px; float: left; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } /* footerCntr */ #footerCntr { padding: 100px 0 0 0; width: 100%; float: left; background: url(../images/footer-bg.jpg) no-repeat top center / cover; } #footerCntr .logo { margin: 10px 0 15px; display: inline-block; } #footerCntr p { font-size: 14px; color: #a0a0a0; line-height: 22px; } #footerCntr h3 { margin: 0 0 20px 0; font-size: 16px; color: #fff; font-weight: 700; } #footerCntr ul { list-style: none; } #footerCntr li { display: block; margin: 0 0 10px 0; } #footerCntr li a { padding: 0px 0 0 20px; display: block; font-size: 14px; color: #a0a0a0; text-decoration: none; background: url(../images/link-arrow.png) no-repeat left center; } #footerCntr li a:hover { color: #fff; } #footerCntr .fstyle { padding: 0 15px; margin: 15px 0; width: 100%; height: 45px; border: none; background: #404040; font-size: 16px; color: #fff; } #footerCntr .sub-btn { width: 98px; height: 34px; background: #ff6b37; font-size: 12px; color: #fff; text-transform: uppercase; border: none; } #footerCntr .sub-btn:hover { background: #ff276f; } .copyrightBox { padding: 30px 0; margin-top: 65px; border-top: 1px solid #a0a0a0; width: 100%; float: left; font-size: 14px; color: #a0a0a0; text-align: center; } .copyrightBox a { color: #a0a0a0; } /* innerbanner */ .innerbanner { padding: 32px 0 48px 0; text-align: center; width: 100%; float: left; position: relative; z-index: 1; background-position: top center; background-repeat: no-repeat; background-size: cover; } .innerbanner:after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; background: rgba(3, 3, 3, 0.72); z-index: -1; } .innerbanner h1 { margin-bottom: 20px; font-size: 38px; color: #fff; font-weight: 600; } .breadcrumbs { width: 100%; float: left; font-size: 14px; color: #fff; } .breadcrumbs a { color: #fff; display: inline-block; vertical-align: middle; text-decoration: none; } .breadcrumbs span { color: #c8cacb; display: inline-block; vertical-align: middle; } .breadcrumbs i { padding: 3px 7px 0; display: inline-block; vertical-align: middle; } /* product-listing */ .product-listing { padding: 53px 0; width: 100%; float: left; } .product-listing .sub { margin: 35px 0; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .product-listing .list .text { padding: 12px 16px 20px; width: 100%; float: left; background: #fff; } .product-listing .list .cat { font-size: 16px; color: #ff6b13; font-weight: 600; } .product-listing .list h3 { min-height: 65px; margin: 6px 0; font-size: 18px; color: #2f3b45; font-weight: 600; line-height: 22px; } .product-listing .list h3 a { display: block; color: #2f3b45; text-decoration: none; } .product-listing .list .value { font-size: 14px; color: #777; font-weight: 600; line-height: 24px; } .product-listing .list .value span { color: #ff6b13; } .product-listing .list .price { margin: 14px 0 25px 0; font-size: 18px; color: #777; font-weight: 600; } .product-listing .list .price span { color: #ff6b13; } .product-listing .list .date { margin-bottom: 15px; font-size: 14px; color: #777; font-weight: 600; } .product-listing .list .site-btn { background: #ff0a64; text-transform: none; } .product-listing .list .site-btn.view { float: right; } .product-listing .list .site-btn:hover { background: #ff6b13; } .product-listing .list .image { width: 100%; height: 241px; float: left; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } /* product-detail */ .product-detail { padding: 88px 0; width: 100%; float: left; } .product-detail .top-view { margin-bottom: 60px; padding: 18px 17px; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .product-detail .top-view h2 { margin: 0 0 5px; font-size: 28px; color: #303d48; font-weight: 600; } .product-detail .top-view .cat { font-size: 18px; color: #ff6b37; font-weight: 600; } .product-detail .top-view ul { width: 100%; float: left; list-style: none; margin: 0px; padding: 17px 0 20px 0; } .product-detail .top-view li { padding: 5px 15px 5px 0; width: 25%; float: left; border-right: 1px solid #eee; } .product-detail .top-view li:first-child { padding-bottom: 0; } .product-detail .top-view li:last-child { border-right: none; } .product-detail .top-view li .image { width: 45px; float: left; } .product-detail .top-view li .image img { float: right; } .product-detail .top-view li .image.circle { height: 45px; border-radius: 100%; overflow: hidden; } .product-detail .top-view li .text { width: calc(100% - 60px); float: right; } .product-detail .top-view li .text h5 { margin: 0 0 3px; font-size: 14px; color: #303d48; font-weight: 700; } .product-detail .top-view li .text span { display: block; font-size: 14px; font-weight: 500; color: #888; } .product-detail .top-view .price { margin: 3px 15px 0 0; font-size: 24px; font-weight: 700; color: #333; float: left; } .product-detail .top-view .site-btn { float: left; background: #ff0a64; text-transform: none; } .detail-sub { width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .detail-sub .link-tab { width: 100%; float: left; border-bottom: 2px solid #eee; list-style: none; } .detail-sub .link-tab li { float: left; margin: 0 30px -2px 0; } .detail-sub .link-tab li a { padding: 25px 15px; display: block; font-size: 16px; color: #333; text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; } .detail-sub .link-tab li.active a { border-bottom-color: #e91e63; } .tab-content { padding: 15px 15px; width: 100%; float: left; font-size: 16px; color: #333; line-height: 21px; } .tab-content h2 { margin-bottom: 25px; font-size: 18px; color: #333; font-weight: 700; } .tab-content h3, .tab-content h4, .tab-content h5 { margin-bottom: 25px; font-size: 16px; color: #333; font-weight: 700; } .tab-content p { margin-bottom: 25px; } .tab-content ul { margin-bottom: 25px; list-style: none; } .tab-content li { position: relative; padding: 0 0 0 8px; } .tab-content li:before { content: "."; position: absolute; top: -4px; left: 0px; } .form-input-style input:hover, input:active, input:focus { border-color: #ff6c36 !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ff6c36 !important; } .parsley-required, .parsley-custom-error-message { font-size: 14px; list-style: none !important; color: #f6504d; } form.example button { float: left; width: 15%; padding: 7px; margin-top: 1px; background: linear-gradient(to right, #ff2670 0%, #ff6c36 100%); color: white; font-size: 17px; border: none; border-left: none; /* Prevent double borders */ cursor: pointer; } form.example input[type=text] { font-size: 17px; float: left; width: 80%; color: white; }
public/assets/css/global.css
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; font-weight: normal; } input, select, textarea { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; } img { border: 0px; display: block; max-width: 100%; } a, button, input, textarea, img, span, figure { outline: none !important; } h1, h2, h3, h4, h5, h6 { font-weight: 500; font-family: 'Montserrat', sans-serif; } ol, ul { margin: 0px; } input[type="submit"], input[type="button"], input[type="text"] { appearance: none; -webkit-appearance: none; -o-appearance: none; -moz-appearance: none; } input:focus, button:focus, textarea, select, input[type="submit"] { outline: inherit; } body { background: #fff; } .full-width { width: 100%; float: left; } .site-btn { padding: 8px 20px; display: inline-block; font-size: 14px; color: #fff !important; font-weight: 500; text-transform: uppercase; text-decoration: none !important; background: linear-gradient(to right, #ff2670 0%, #ff6c36 100%); border-radius: 26px; border: none; } .site-btn:hover { text-decoration: none; color: #fff; background: linear-gradient(to right, #ff6c36 0%, #ff2670 100%); } .site-btn i { margin-right: 7px; } /* wrapper */ #wrapper { width: 100%; float: left; overflow: hidden; } /* header container */ #headerCntr { padding: 18px 0; width: 100%; float: left; position: relative; background: #1e1e1e; z-index: 9; } #headerCntr:after { content: ""; margin: 0 -364px 0 0; width: 50%; height: 100%; position: absolute; top: 0px; right: 0px; z-index: -1; } .header-right .cart-btn { color: #ff6d12; font-size: 16px; text-decoration: none; float: left; margin: 7px 0 0 10px; } a.dropdown-toggle { color: #ff6d12; font-size: 16px; text-decoration: none; float: left; margin: 7px 0 0 10px; } .header-right .cart-btn .badge { padding: 5px 10px; } /* logoArea */ .logoArea { padding: 0 33px 0 0; float: left; border-right: 1px solid #3a3a3a; } .logoArea a { display: block; } .header-right { margin: 4px 0 0 0; float: right; } .header-right .searchbar { margin: 0 28px 0 0; float: left; } .header-right .searchbar input { padding: 0 10px 0 38px; width: 399px; height: 39px; float: left; font-size: 14px; font-weight: 500; background: #1a1a1a url(../images/search-icon.png) no-repeat 10px center; border-radius: 4px; border: 1px solid #555; } .header-right .searchbar input::-webkit-input-placeholder { color: #fff; } .header-right .searchbar input:-ms-input-placeholder { color: #fff; } .header-right .searchbar input::placeholder { color: #fff; } .header-right .site-btn { margin: 1px 0 0 0; float: left; } .header-right .dropmenu { margin: 5px 0 0 72px; float: left; position: relative; } .header-right .dropmenu .dropdown-toggle { font-size: 18px; color: #ff6d12; font-weight: 500; border: none; background: none; } .header-right .dropmenu .dropdown-toggle img { margin-right: 17px; display: inline-block; } /* main-content */ #main-content { width: 100%; float: left; } /* banner-section */ .banner-section { width: 100%; min-height: 585px; float: left; position: relative; background-position: top center; background-repeat: no-repeat; background-size: cover; } .banner-text { padding: 18px 0; width: 100%; float: left; position: absolute; bottom: 0px; left: 0px; background: linear-gradient(to right, #ff0965 0%, #ff6d12 100%); } .banner-text .image { width: 48px; float: left; } .banner-text .text { padding: 5px 0 0 0; width: calc(100% - 65px); float: right; } .banner-text .text h3 { margin: 0 0 2px; font-size: 18px; color: #fff; font-weight: 700; } .banner-text .text p { margin: 0px; font-size: 15px; color: #fff; } /* about-section */ .about-section { padding: 47px 0; width: 100%; float: left; } .about-section .image img { float: right; } .about-section .text { padding-top: 67px; text-align: right; } .about-section .text span { font-size: 16px; color: #7c7c7c; text-transform: uppercase; } .about-section .text h2 { margin: 10px 0 35px 0; padding: 0 0 26px 0; position: relative; font-size: 34px; color: #292929; } .about-section .text h2:after { width: 87px; height: 2px; position: absolute; bottom: 0px; right: 0px; content: ""; background: #e1e1e1; } .about-section .text p { margin-bottom: 47px; font-size: 18px; line-height: 28px; color: #7c7c7c; } .about-section .text .site-btn { padding: 13px 40px; font-size: 16px; } /* specialities-section */ .specialities-section { padding: 10px 0 97px 0; width: 100%; float: left; } .specialities-section h2 { margin-bottom: 48px; font-size: 34px; color: #292929; text-align: center; } .specialities-section h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .specialities-section .row { margin: 0 -11px; } .specialities-section .col-xs-12 { padding: 0 5px; } .specialities-section .special { margin: 5px 0; width: 100%; height: 253px; float: left; position: relative; background: #f94f05; } .specialities-section .special .title { position: absolute; font-size: 32px; color: #fff; font-weight: 700; line-height: normal; text-align: center; } .specialities-section .special .title span { display: block; font-weight: 500; } .specialities-section .special img { position: absolute; } .specialities-section .special.pink { width: 59.3%; background: #ff276f; } .specialities-section .special.pink .title { top: 106px; left: 55px; } .specialities-section .special.pink img { top: 50px; right: 46px; } .specialities-section .special.purple { width: 39%; float: right; background: #673ab7; } .specialities-section .special.purple .title { width: 100%; top: 30px; left: 0px; text-align: center; } .specialities-section .special.purple img { bottom: 7px; right: 7px; } .specialities-section .special.green { height: 189px; background: #4caf50; } .specialities-section .special.green .title { top: 22px; left: 60px; } .specialities-section .special.green img { top: 52px; right: 16px; } .specialities-section .special.sky-blue { height: 245px; width: 35.4%; background: #4bd6c1; } .specialities-section .special.sky-blue .title { top: 150px; left: 25px; } .specialities-section .special.sky-blue img { top: 13px; right: 10px; } .specialities-section .special.orange { width: 63%; height: 245px; float: right; background: #ef984a; } .specialities-section .special.orange .title { top: 34px; right: 28px; } .specialities-section .special.orange img { bottom: 13px; left: 10px; } .specialities-section .special.orange-light { width: 51.31%; height: 308px; background: #f3bd48; } .specialities-section .special.orange-light .title { width: 100%; bottom: 73px; left: 0px; } .specialities-section .special.orange-light img { top: 32px; left: 66px; } .specialities-section .special.blue { width: 46.5%; float: right; height: 308px; background: #0072c6; } .specialities-section .special.blue .title { font-size: 30px; width: 100%; bottom: 33px; left: 0px; } .specialities-section .special.blue img { top: 55px; left: 46px; } /* our-speakers */ .our-speakers { padding: 25px 0; width: 100%; float: left; position: relative; z-index: 1; background: url(../images/our-speakers-bg.jpg) no-repeat top center / cover; } .our-speakers:after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; z-index: -1; background: rgba(0, 46, 91, 0.3); } .our-speakers h2 { margin-top: 185px; float: left; font-size: 48px; color: #fff; font-weight: 700; text-shadow: 1px 5px 18px rgba(0, 0, 0, 0.75); } .speaker-slider { padding: 55px 115px 45px 115px; width: 620px; float: right; text-align: center; background: #fff; max-height: 605px; } .speaker-slider .item { width: 100%; float: left; } .speaker-slider .image { margin: 0 auto; width: 186px; height: 186px; display: block; border-radius: 100%; overflow: hidden; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } .speaker-slider .image img { margin: 0 auto; } .speaker-slider h3 { padding-bottom: 18px; font-size: 18px; color: #696969; font-weight: 700; } .speaker-slider p { margin-bottom: 40px; font-size: 14px; color: #838383; line-height: 24px; } .speaker-slider .owl-dots { width: 100%; float: left; text-align: center; } .speaker-slider .owl-dots .owl-dot { margin: 0 4px; width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #c3e1ff; } .speaker-slider .owl-dots .owl-dot.active { background: #002e5b; } /* upcoming-webinars */ .upcoming-webinars { padding: 60px 0 32px 0; width: 100%; float: left; background: #fbfbfb url(../images/web-bg.jpg) no-repeat bottom center / cover; } .upcoming-webinars h2 { margin-bottom: 48px; font-size: 34px; color: #292929; text-align: center; } .upcoming-webinars h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .webinars-slider { width: 100%; float: left; text-align: center; } .webinars-slider .item { margin: 18px 0 32px 0; padding: 2px 10px 15px; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); min-height: 435px; } .webinars-slider h3 { font-size: 24px; color: #2f3b45; font-weight: 600; line-height: 28px; } .webinars-slider .date { margin-bottom: 42px; font-size: 14px; line-height: 28px; color: #777; font-weight: 500; line-height: 20px; } .webinars-slider .date span { display: block; font-size: 16px; color: #ff6b37; font-weight: 600; } .webinars-slider .image { margin: 0 auto 8px auto; width: 122px; height: 122px; display: block; border-radius: 100%; overflow: hidden; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } .webinars-slider .image img { margin: 0 auto; } .webinars-slider .name { margin-bottom: 15px; font-size: 20px; color: #303d48; font-weight: 600; } .webinars-slider p { font-size: 16px; color: #595959; line-height: 22px; } .webinars-slider .owl-dots { margin: 14px 0 0 0; width: 100%; float: left; text-align: center; } .webinars-slider .owl-dots .owl-dot { margin: 0 3px; width: 58px; height: 6px; display: inline-block; background: #a5a5a5; } .webinars-slider .owl-dots .owl-dot.active { background: #ff6b37; } /* blog-section */ .blog-section { padding: 60px 0; width: 100%; float: left; background: #f7f7f7; } .blog-section h2 { float: left; font-size: 34px; color: #292929; text-align: center; } .blog-section h2:after { width: 87px; height: 2px; display: block; margin: 22px auto 0 auto; content: ""; background: #e1e1e1; } .blog-section .site-btn { margin: 43px 0 0 0; float: right; font-size: 16px; } .blog-section .allPost { padding: 28px 0 0 0; width: 100%; float: left; } .blog-section .sub { margin-bottom: 24px; width: 100%; float: left; background: #fff; box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.08); } .blog-section .sub .text { padding: 7px 15px 30px; width: 100%; float: left; background: #fff; } .blog-section .sub h3 { margin-bottom: 15px; font-size: 16px; color: #292929; font-weight: 600; } .blog-section .sub h3 a { display: block; color: #292929; text-decoration: none; } .blog-section .sub p { margin-bottom: 22px; font-size: 14px; color: #595959; line-height: 22px; } .blog-section .sub .date { margin: 11px 0 0 15px; font-size: 14px; color: #ff6b37; float: left; } .blog-section .sub .read-more { width: 40px; height: 40px; float: right; border-radius: 100%; background: #ff276f url(../images/arrow-icon.png) no-repeat center center; } .blog-section .sub .image { width: 100%; height: 205px; float: left; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } /* footerCntr */ #footerCntr { padding: 100px 0 0 0; width: 100%; float: left; background: url(../images/footer-bg.jpg) no-repeat top center / cover; } #footerCntr .logo { margin: 10px 0 15px; display: inline-block; } #footerCntr p { font-size: 14px; color: #a0a0a0; line-height: 22px; } #footerCntr h3 { margin: 0 0 20px 0; font-size: 16px; color: #fff; font-weight: 700; } #footerCntr ul { list-style: none; } #footerCntr li { display: block; margin: 0 0 10px 0; } #footerCntr li a { padding: 0px 0 0 20px; display: block; font-size: 14px; color: #a0a0a0; text-decoration: none; background: url(../images/link-arrow.png) no-repeat left center; } #footerCntr li a:hover { color: #fff; } #footerCntr .fstyle { padding: 0 15px; margin: 15px 0; width: 100%; height: 45px; border: none; background: #404040; font-size: 16px; color: #fff; } #footerCntr .sub-btn { width: 98px; height: 34px; background: #ff6b37; font-size: 12px; color: #fff; text-transform: uppercase; border: none; } #footerCntr .sub-btn:hover { background: #ff276f; } .copyrightBox { padding: 30px 0; margin-top: 65px; border-top: 1px solid #a0a0a0; width: 100%; float: left; font-size: 14px; color: #a0a0a0; text-align: center; } .copyrightBox a { color: #a0a0a0; } /* innerbanner */ .innerbanner { padding: 32px 0 48px 0; text-align: center; width: 100%; float: left; position: relative; z-index: 1; background-position: top center; background-repeat: no-repeat; background-size: cover; } .innerbanner:after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; background: rgba(3, 3, 3, 0.72); z-index: -1; } .innerbanner h1 { margin-bottom: 20px; font-size: 38px; color: #fff; font-weight: 600; } .breadcrumbs { width: 100%; float: left; font-size: 14px; color: #fff; } .breadcrumbs a { color: #fff; display: inline-block; vertical-align: middle; text-decoration: none; } .breadcrumbs span { color: #c8cacb; display: inline-block; vertical-align: middle; } .breadcrumbs i { padding: 3px 7px 0; display: inline-block; vertical-align: middle; } /* product-listing */ .product-listing { padding: 53px 0; width: 100%; float: left; } .product-listing .sub { margin: 35px 0; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .product-listing .list .text { padding: 12px 16px 20px; width: 100%; float: left; background: #fff; } .product-listing .list .cat { font-size: 16px; color: #ff6b13; font-weight: 600; } .product-listing .list h3 { min-height: 65px; margin: 6px 0; font-size: 18px; color: #2f3b45; font-weight: 600; line-height: 22px; } .product-listing .list h3 a { display: block; color: #2f3b45; text-decoration: none; } .product-listing .list .value { font-size: 14px; color: #777; font-weight: 600; line-height: 24px; } .product-listing .list .value span { color: #ff6b13; } .product-listing .list .price { margin: 14px 0 25px 0; font-size: 18px; color: #777; font-weight: 600; } .product-listing .list .price span { color: #ff6b13; } .product-listing .list .date { margin-bottom: 15px; font-size: 14px; color: #777; font-weight: 600; } .product-listing .list .site-btn { background: #ff0a64; text-transform: none; } .product-listing .list .site-btn.view { float: right; } .product-listing .list .site-btn:hover { background: #ff6b13; } .product-listing .list .image { width: 100%; height: 241px; float: left; background-color: #c8c4b9; background-position: top center; background-repeat: no-repeat; background-size: cover; } /* product-detail */ .product-detail { padding: 88px 0; width: 100%; float: left; } .product-detail .top-view { margin-bottom: 60px; padding: 18px 17px; width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .product-detail .top-view h2 { margin: 0 0 5px; font-size: 28px; color: #303d48; font-weight: 600; } .product-detail .top-view .cat { font-size: 18px; color: #ff6b37; font-weight: 600; } .product-detail .top-view ul { width: 100%; float: left; list-style: none; margin: 0px; padding: 17px 0 20px 0; } .product-detail .top-view li { padding: 5px 15px 5px 0; width: 25%; float: left; border-right: 1px solid #eee; } .product-detail .top-view li:first-child { padding-bottom: 0; } .product-detail .top-view li:last-child { border-right: none; } .product-detail .top-view li .image { width: 45px; float: left; } .product-detail .top-view li .image img { float: right; } .product-detail .top-view li .image.circle { height: 45px; border-radius: 100%; overflow: hidden; } .product-detail .top-view li .text { width: calc(100% - 60px); float: right; } .product-detail .top-view li .text h5 { margin: 0 0 3px; font-size: 14px; color: #303d48; font-weight: 700; } .product-detail .top-view li .text span { display: block; font-size: 14px; font-weight: 500; color: #888; } .product-detail .top-view .price { margin: 3px 15px 0 0; font-size: 24px; font-weight: 700; color: #333; float: left; } .product-detail .top-view .site-btn { float: left; background: #ff0a64; text-transform: none; } .detail-sub { width: 100%; float: left; background: #fff; box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); } .detail-sub .link-tab { width: 100%; float: left; border-bottom: 2px solid #eee; list-style: none; } .detail-sub .link-tab li { float: left; margin: 0 30px -2px 0; } .detail-sub .link-tab li a { padding: 25px 15px; display: block; font-size: 16px; color: #333; text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; } .detail-sub .link-tab li.active a { border-bottom-color: #e91e63; } .tab-content { padding: 15px 15px; width: 100%; float: left; font-size: 16px; color: #333; line-height: 21px; } .tab-content h2 { margin-bottom: 25px; font-size: 18px; color: #333; font-weight: 700; } .tab-content h3, .tab-content h4, .tab-content h5 { margin-bottom: 25px; font-size: 16px; color: #333; font-weight: 700; } .tab-content p { margin-bottom: 25px; } .tab-content ul { margin-bottom: 25px; list-style: none; } .tab-content li { position: relative; padding: 0 0 0 8px; } .tab-content li:before { content: "."; position: absolute; top: -4px; left: 0px; } .form-input-style input:hover, input:active, input:focus { border-color: #ff6c36 !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ff6c36 !important; } .parsley-required, .parsley-custom-error-message { font-size: 14px; list-style: none !important; color: #f6504d; } form.example button { float: left; width: 15%; padding: 7px; margin-top: 1px; background: linear-gradient(to right, #ff2670 0%, #ff6c36 100%); color: white; font-size: 17px; border: none; border-left: none; /* Prevent double borders */ cursor: pointer; } form.example input[type=text] { font-size: 17px; float: left; width: 80%; color: white; }
0.338077
0.145692
body { padding: 0px 0px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } .header { padding: 5px; overflow:hidden; margin: -10px 0px 10px -10px; padding: 8px 30px 5px 0px; text-shadow: 0 1px 0 #fff; border-bottom: 1px solid #e5e5e5; min-width: 1000px; background-color: #f2f2f2; background-image: -moz-linear-gradient(#f9f9f9, #f2f2f2); background-image: -webkit-linear-gradient(#f9f9f9, #f2f2f2); background-image: linear-gradient(#f9f9f9, #f2f2f2); background-repeat: repeat-x; } .small_margin_left { margin-left:10px; } #new_game { background-color: #F0F0FF; padding: 10px; border: 1px solid black; } .field { display: block; padding: 3px; } .label { display: inline-block; padding: 5px 0px 5px 0px; } .box { height: 100%; border: 1px solid gray; padding: 10px; background-color: #F2F2F2; } .striped_table { width: 100%; border: 1px solid black; border-spacing: 0px; } .striped_table th { border-bottom: 1px solid #888; padding: 6px; } .striped_table td { line-height: 1.428571429; vertical-align: top; padding:6px; border-top: 1px solid #ddd; } .striped_table tr:nth-child(odd)> td { background-color: #f9f9f9; } .left { float:left; } .right { float:right; } #breadcrumbs { padding-top: 8px; } #breadcrumbs ul { list-style-type: none; padding: 0px; margin: 0px; } #breadcrumbs ul li { display:inline; background-image: url(/images/right.gif); background-repeat: no-repeat; background-position:1px 1px; padding-left: 20px; font-size: 14px; } #breadcrumbs ul li a { color: #000; } #user_status { padding-top: 8px; } #game_title{ float: left; } #game_turn{ float: right; } .black_player{ float: left; } .white_player{ float: right; } .players_small{ padding-top: 5px; } .players_large{ padding-top: 20px; } .center{ text-align: center; } .message { position:absolute; z-index:10; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; text-align: center; background-color: #F00; padding: 5px; font-size: 14px; font-weight: bold; left: 0; right: 0; margin: 0 auto; width: 20%; top: 250px; } .hidden { display: none; } .new_game { -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; border: 5px solid black; background-image: url(/images/plus.png); background-position: center; background-repeat: no-repeat; height: 210px; margin-top: 20px; } .game_chat { margin-top: 51px; } .chat_messages { height: 300px; max-height: 300px; background-color:white; width: 214px; border: 1px solid #ccc; overflow: scroll; padding: 2px; } .chat_message { display:block; } .inputbox { padding: 0 5px 0 0; overflow: hidden; } .inputbox input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .populated_board { margin-bottom: 20px; } .game_list_holder { -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; border: 5px solid black; height: 210px; margin-top: 20px; overflow: scroll; text-align: center; } .hidden { display: none; } #chat_tabs { border:1px solid #ccc; height:28px; background:#eff5f9; padding-top: 5px; -moz-box-shadow: inset 0 -2px 2px #dadada; -webkit-box-shadow:inset 0 -2px 2px #dadada; box-shadow: inset 0 -2px 2px #dadada; border-top-left-radius:4px; border-top-right-radius:4px; -webkit-padding-start: 4px; margin: 0px 0px 0px 0px; } #chat_tabs li { float:left; list-style:none; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; margin-right:0px; border-top-left-radius:3px; border-top-right-radius:3px; -moz-box-shadow: 0 -2px 2px #dadada; -webkit-box-shadow: 0 -2px 2px #dadada; box-shadow: 0 -2px 2px #dadada; font-weight:bold; color:#000000; padding:7px 14px 4px 12px; display:block; background:#FFFFFF; border-top-left-radius:3px; border-top-right-radius:3px; text-decoration:none; background: #eff5f9; text-shadow:-1px -1px 0 #fff; outline:none; } #chat_tabs li.selected { background: -moz-linear-gradient(top, #ebebeb, white 10%); background: -webkit-gradient(linear, 0 0, 0 10%, from(#ebebeb), to(white)); } .loading { background-color: #F0F0FF; padding: 10px; border: 1px solid black; text-align: center; }
public/stylesheets/style.css
body { padding: 0px 0px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } .header { padding: 5px; overflow:hidden; margin: -10px 0px 10px -10px; padding: 8px 30px 5px 0px; text-shadow: 0 1px 0 #fff; border-bottom: 1px solid #e5e5e5; min-width: 1000px; background-color: #f2f2f2; background-image: -moz-linear-gradient(#f9f9f9, #f2f2f2); background-image: -webkit-linear-gradient(#f9f9f9, #f2f2f2); background-image: linear-gradient(#f9f9f9, #f2f2f2); background-repeat: repeat-x; } .small_margin_left { margin-left:10px; } #new_game { background-color: #F0F0FF; padding: 10px; border: 1px solid black; } .field { display: block; padding: 3px; } .label { display: inline-block; padding: 5px 0px 5px 0px; } .box { height: 100%; border: 1px solid gray; padding: 10px; background-color: #F2F2F2; } .striped_table { width: 100%; border: 1px solid black; border-spacing: 0px; } .striped_table th { border-bottom: 1px solid #888; padding: 6px; } .striped_table td { line-height: 1.428571429; vertical-align: top; padding:6px; border-top: 1px solid #ddd; } .striped_table tr:nth-child(odd)> td { background-color: #f9f9f9; } .left { float:left; } .right { float:right; } #breadcrumbs { padding-top: 8px; } #breadcrumbs ul { list-style-type: none; padding: 0px; margin: 0px; } #breadcrumbs ul li { display:inline; background-image: url(/images/right.gif); background-repeat: no-repeat; background-position:1px 1px; padding-left: 20px; font-size: 14px; } #breadcrumbs ul li a { color: #000; } #user_status { padding-top: 8px; } #game_title{ float: left; } #game_turn{ float: right; } .black_player{ float: left; } .white_player{ float: right; } .players_small{ padding-top: 5px; } .players_large{ padding-top: 20px; } .center{ text-align: center; } .message { position:absolute; z-index:10; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; text-align: center; background-color: #F00; padding: 5px; font-size: 14px; font-weight: bold; left: 0; right: 0; margin: 0 auto; width: 20%; top: 250px; } .hidden { display: none; } .new_game { -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; border: 5px solid black; background-image: url(/images/plus.png); background-position: center; background-repeat: no-repeat; height: 210px; margin-top: 20px; } .game_chat { margin-top: 51px; } .chat_messages { height: 300px; max-height: 300px; background-color:white; width: 214px; border: 1px solid #ccc; overflow: scroll; padding: 2px; } .chat_message { display:block; } .inputbox { padding: 0 5px 0 0; overflow: hidden; } .inputbox input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .populated_board { margin-bottom: 20px; } .game_list_holder { -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; border: 5px solid black; height: 210px; margin-top: 20px; overflow: scroll; text-align: center; } .hidden { display: none; } #chat_tabs { border:1px solid #ccc; height:28px; background:#eff5f9; padding-top: 5px; -moz-box-shadow: inset 0 -2px 2px #dadada; -webkit-box-shadow:inset 0 -2px 2px #dadada; box-shadow: inset 0 -2px 2px #dadada; border-top-left-radius:4px; border-top-right-radius:4px; -webkit-padding-start: 4px; margin: 0px 0px 0px 0px; } #chat_tabs li { float:left; list-style:none; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; margin-right:0px; border-top-left-radius:3px; border-top-right-radius:3px; -moz-box-shadow: 0 -2px 2px #dadada; -webkit-box-shadow: 0 -2px 2px #dadada; box-shadow: 0 -2px 2px #dadada; font-weight:bold; color:#000000; padding:7px 14px 4px 12px; display:block; background:#FFFFFF; border-top-left-radius:3px; border-top-right-radius:3px; text-decoration:none; background: #eff5f9; text-shadow:-1px -1px 0 #fff; outline:none; } #chat_tabs li.selected { background: -moz-linear-gradient(top, #ebebeb, white 10%); background: -webkit-gradient(linear, 0 0, 0 10%, from(#ebebeb), to(white)); } .loading { background-color: #F0F0FF; padding: 10px; border: 1px solid black; text-align: center; }
0.285073
0.122209
@font-face { font-family: 'Dosis'; font-style: normal; font-weight: 400; src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/RlBXAIuiO5GvH9-0-JbBlw.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 400; src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/4hYyXH_8WmbBLamf6WjLwg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 500; src: local('Dosis Medium'), local('Dosis-Medium'), url(http://fonts.gstatic.com/s/dosis/v6/NI3uVO_o2Ursx6Z1Lyy3oRTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 500; src: local('Dosis Medium'), local('Dosis-Medium'), url(http://fonts.gstatic.com/s/dosis/v6/mAcLJWdPWDNiDJwJvcWKc_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 600; src: local('Dosis SemiBold'), local('Dosis-SemiBold'), url(http://fonts.gstatic.com/s/dosis/v6/yeSIYeveYSpVN04ZbWTWghTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 600; src: local('Dosis SemiBold'), local('Dosis-SemiBold'), url(http://fonts.gstatic.com/s/dosis/v6/O6SOu9hYsPHTU43R17NS5fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
webui/assets/css.css
@font-face { font-family: 'Dosis'; font-style: normal; font-weight: 400; src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/RlBXAIuiO5GvH9-0-JbBlw.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 400; src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/4hYyXH_8WmbBLamf6WjLwg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 500; src: local('Dosis Medium'), local('Dosis-Medium'), url(http://fonts.gstatic.com/s/dosis/v6/NI3uVO_o2Ursx6Z1Lyy3oRTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 500; src: local('Dosis Medium'), local('Dosis-Medium'), url(http://fonts.gstatic.com/s/dosis/v6/mAcLJWdPWDNiDJwJvcWKc_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 600; src: local('Dosis SemiBold'), local('Dosis-SemiBold'), url(http://fonts.gstatic.com/s/dosis/v6/yeSIYeveYSpVN04ZbWTWghTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 600; src: local('Dosis SemiBold'), local('Dosis-SemiBold'), url(http://fonts.gstatic.com/s/dosis/v6/O6SOu9hYsPHTU43R17NS5fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
0.349089
0.158142
.navbar{ min-height: 100px; } .panel { box-shadow: 0 1px 1px rgba(0,0,0,0); border: 0px solid transparent; } #logo_header { display: block; position: absolute; width: auto; height:60px; top: 25px; left: 10%; } .title_name{ margin-top: 40px; } .label_icon{ color: green; font-size:23px; } .glyphicon { cursor: pointer; } .glyphicon-success{ color: green; } .glyphicon-warning{ color: red; } .glyphicon-danger{ color:yellow; } .glyphicon-default{ color:darkblue; } .hidden{ display: none; } .titulo{ text-align: center; color: #009577; } .conten-img{ margin: auto; width: 50%; height: 30%; padding: 10px; margin-top: 5%; } .conten-img-title{ text-align: center; color: #009577; margin-top: 10%; font-weight: bold; font-size: 16px; } .conten-img-2{ margin: auto; width: 50%; height: 30%; padding: 10px; margin-top: 5%; float: left; } .conten-img-title-2{ text-align: center; color: #009577; margin-top: 5%; font-weight: bold; font-size: 16px; float: left; } .title-row{ text-align:left; color:#2E3082; font-weight: bold; font-size: 20px; float: left; padding-bottom: 10px; margin-top: 15px; } .table-head{ text-align: center; background-color:#e2e2e1; color: #2E3082; border-radius: 12px; height: 10%; } .icon-30{ font-size: 45px; text-align: center; } .text-tr{ margin-top: 5px; color: #2E3082; border-bottom: #ddd 1px solid; padding:20px; line-height: 1.42857143; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ vertical-align: middle; } .center{ z-index: 0; text-align: center; } .titulo-pantalla{ text-align: center; color: #009577; font-size: 30px; } .titulo-pantalla-azul { text-align: center; color: #2B2D80; font-size: 30px; } .btn-save{ background-color: #E97A70; color: white; margin-left: 20px; } .btn-cancelar{ background-color: gray; color: white; margin-left: 20px; } .conten-img-title{ font-size: 18px; color: #4a9477; padding-top: 20px; } .label-fechas{ font-size: 16px; color: #6f6f6e; } .form-fecha{ border-radius: 5px; border:#33337f solid 1px; width: 80px; margin-top: 5px; } .form-search{ border-radius: 5px; border:#33337f solid 1px; width: 160px; margin-top: 5px; } .form-search2{ border-radius: 5px; border:#33337f solid 1px; width: 90%; margin-top: 5px; padding: 5px; } #dias{ display: inline-block; padding: 16px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #c9dde0; vertical-align: middle; margin-top: 10px; } .label-dia{ margin-top: 10%; display: inline-block; } .element-viatico{ font-size: 60px; cursor: pointer; } .element-div{ padding-left: 5px; padding-top: 10px; } .element-div-left{ padding-left: 20px; padding-top: 10px; } .element-list{ font-size: 33px; } .in-line{ display: inline-block; } .element-div{ padding: 10px; cursor: pointer; } #tabla-debito { background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-cheques { border-top-left-radius: 10px; border-bottom-left-radius: 10px; background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-credito { border-top-right-radius: 10px; border-bottom-right-radius: 10px; background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-efectivo { padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-amex { padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #nacional { background: #bfdadd; border-radius: 10px; padding-top: 25px; padding-bottom: 25px; padding-right: 5px; padding-left: 5px; text-align: center; margin-right: 3px; } #extranjero { background: #bfdadd; border-radius: 10px; padding-top: 25px; padding-bottom: 25px; padding-right: 5px; padding-left: 5px; text-align: center; margin-right: 3px; } #total{ display: inline-block; padding-top: 25px; padding-bottom: 10px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #008e7e; color: white; font-size: 30px; vertical-align: middle; } #autorizacion{ display: inline-block; padding-top: 25px; padding-bottom: 10px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #008e7e; color: white; font-size: 30px; vertical-align: middle; } .texto{ font-size: 16px; color: #706f6f; text-align: center; } .center{ text-align: center; } .enviar-btn{ background-color: #e97a6f; border-radius: 10px; color:#ffffff; border:none; font-size: 12px; vertical-align: middle; padding: 8px; margin-top: 40px; margin-left: 20px; text-align: center; } .icon-tam2 { font-size: 40px; padding-left: 10px; text-align: center; vertical-align: middle; } .titulo-pantalla{ text-align: center; color: #009577; font-size: 30px; margin-top: 10px; margin-bottom: 10px; } .numero-dias{ font-size: 30px; color:#303082; } .dias-txt{ color:#303082; font-size: 17px; } th, td{ color:#303082; font-size: 15px; vertical-align: middle; } hr { border:#008e7e 1px solid; } h2{ font-size: 18px; color: white; }
public/css/main.css
.navbar{ min-height: 100px; } .panel { box-shadow: 0 1px 1px rgba(0,0,0,0); border: 0px solid transparent; } #logo_header { display: block; position: absolute; width: auto; height:60px; top: 25px; left: 10%; } .title_name{ margin-top: 40px; } .label_icon{ color: green; font-size:23px; } .glyphicon { cursor: pointer; } .glyphicon-success{ color: green; } .glyphicon-warning{ color: red; } .glyphicon-danger{ color:yellow; } .glyphicon-default{ color:darkblue; } .hidden{ display: none; } .titulo{ text-align: center; color: #009577; } .conten-img{ margin: auto; width: 50%; height: 30%; padding: 10px; margin-top: 5%; } .conten-img-title{ text-align: center; color: #009577; margin-top: 10%; font-weight: bold; font-size: 16px; } .conten-img-2{ margin: auto; width: 50%; height: 30%; padding: 10px; margin-top: 5%; float: left; } .conten-img-title-2{ text-align: center; color: #009577; margin-top: 5%; font-weight: bold; font-size: 16px; float: left; } .title-row{ text-align:left; color:#2E3082; font-weight: bold; font-size: 20px; float: left; padding-bottom: 10px; margin-top: 15px; } .table-head{ text-align: center; background-color:#e2e2e1; color: #2E3082; border-radius: 12px; height: 10%; } .icon-30{ font-size: 45px; text-align: center; } .text-tr{ margin-top: 5px; color: #2E3082; border-bottom: #ddd 1px solid; padding:20px; line-height: 1.42857143; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ vertical-align: middle; } .center{ z-index: 0; text-align: center; } .titulo-pantalla{ text-align: center; color: #009577; font-size: 30px; } .titulo-pantalla-azul { text-align: center; color: #2B2D80; font-size: 30px; } .btn-save{ background-color: #E97A70; color: white; margin-left: 20px; } .btn-cancelar{ background-color: gray; color: white; margin-left: 20px; } .conten-img-title{ font-size: 18px; color: #4a9477; padding-top: 20px; } .label-fechas{ font-size: 16px; color: #6f6f6e; } .form-fecha{ border-radius: 5px; border:#33337f solid 1px; width: 80px; margin-top: 5px; } .form-search{ border-radius: 5px; border:#33337f solid 1px; width: 160px; margin-top: 5px; } .form-search2{ border-radius: 5px; border:#33337f solid 1px; width: 90%; margin-top: 5px; padding: 5px; } #dias{ display: inline-block; padding: 16px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #c9dde0; vertical-align: middle; margin-top: 10px; } .label-dia{ margin-top: 10%; display: inline-block; } .element-viatico{ font-size: 60px; cursor: pointer; } .element-div{ padding-left: 5px; padding-top: 10px; } .element-div-left{ padding-left: 20px; padding-top: 10px; } .element-list{ font-size: 33px; } .in-line{ display: inline-block; } .element-div{ padding: 10px; cursor: pointer; } #tabla-debito { background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-cheques { border-top-left-radius: 10px; border-bottom-left-radius: 10px; background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-credito { border-top-right-radius: 10px; border-bottom-right-radius: 10px; background:#e8e9e8; padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-efectivo { padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #tabla-amex { padding: 10px; color:#4A9477; font-size:15px; text-align: center; } #nacional { background: #bfdadd; border-radius: 10px; padding-top: 25px; padding-bottom: 25px; padding-right: 5px; padding-left: 5px; text-align: center; margin-right: 3px; } #extranjero { background: #bfdadd; border-radius: 10px; padding-top: 25px; padding-bottom: 25px; padding-right: 5px; padding-left: 5px; text-align: center; margin-right: 3px; } #total{ display: inline-block; padding-top: 25px; padding-bottom: 10px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #008e7e; color: white; font-size: 30px; vertical-align: middle; } #autorizacion{ display: inline-block; padding-top: 25px; padding-bottom: 10px; text-align: center; width: 100px; height: 100px; border-radius: 50%; background-color: #008e7e; color: white; font-size: 30px; vertical-align: middle; } .texto{ font-size: 16px; color: #706f6f; text-align: center; } .center{ text-align: center; } .enviar-btn{ background-color: #e97a6f; border-radius: 10px; color:#ffffff; border:none; font-size: 12px; vertical-align: middle; padding: 8px; margin-top: 40px; margin-left: 20px; text-align: center; } .icon-tam2 { font-size: 40px; padding-left: 10px; text-align: center; vertical-align: middle; } .titulo-pantalla{ text-align: center; color: #009577; font-size: 30px; margin-top: 10px; margin-bottom: 10px; } .numero-dias{ font-size: 30px; color:#303082; } .dias-txt{ color:#303082; font-size: 17px; } th, td{ color:#303082; font-size: 15px; vertical-align: middle; } hr { border:#008e7e 1px solid; } h2{ font-size: 18px; color: white; }
0.26693
0.101278