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 |
|---|---|---|---|---|
.webuploader-container {
position: relative;
float: left;
}
.webuploader-element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
position: relative;
display: inline-block;
cursor: pointer;
background: #00b7ee;
padding: 0px 15px;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.webuploader-pick-hover {
background: #00a2d4;
}
.webuploader-pick-disable {
opacity: 0.6;
pointer-events:none;
}
.wu-example {
position: relative;
/*padding: 0px 15px 15px;*/
width: 100%;
/*margin: 15px 0;*/
/*background-color: #fafafa;*/
/*box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);*/
/*border-color: #e5e5e5 #eee #eee;*/
/*border-style: solid;*/
/*border-width: 1px 0;*/
}
/*.wu-example:after {*/
/*content:"示例";*/
/*position: absolute;*/
/*top: 15px;*/
/*left: 15px;*/
/*font-size: 12px;*/
/*font-weight: bold;*/
/*color: #bbb;*/
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
/*}*/
.uploader-list {
width: 100%;
overflow: hidden;
}
#picker {
display: inline-block;
line-height: 1.428571429;
vertical-align: middle;
margin: 0 12px 0 0;
}
.webuploader-container {
position: relative;
}
#picker .webuploader-pick {
padding: 3px 6px;
display: block;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: normal;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-default {
color: #333;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
border-color: #adadad;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
background-repeat: repeat-x;
}
span.state{
display: inline-block;
margin-left: 10px;
}
.pic-input{
width: 50%;
float: left;
margin-right: 4%;
} | public/uploadify/css/webuploader.css | .webuploader-container {
position: relative;
float: left;
}
.webuploader-element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
position: relative;
display: inline-block;
cursor: pointer;
background: #00b7ee;
padding: 0px 15px;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.webuploader-pick-hover {
background: #00a2d4;
}
.webuploader-pick-disable {
opacity: 0.6;
pointer-events:none;
}
.wu-example {
position: relative;
/*padding: 0px 15px 15px;*/
width: 100%;
/*margin: 15px 0;*/
/*background-color: #fafafa;*/
/*box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);*/
/*border-color: #e5e5e5 #eee #eee;*/
/*border-style: solid;*/
/*border-width: 1px 0;*/
}
/*.wu-example:after {*/
/*content:"示例";*/
/*position: absolute;*/
/*top: 15px;*/
/*left: 15px;*/
/*font-size: 12px;*/
/*font-weight: bold;*/
/*color: #bbb;*/
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
/*}*/
.uploader-list {
width: 100%;
overflow: hidden;
}
#picker {
display: inline-block;
line-height: 1.428571429;
vertical-align: middle;
margin: 0 12px 0 0;
}
.webuploader-container {
position: relative;
}
#picker .webuploader-pick {
padding: 3px 6px;
display: block;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: normal;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-default {
color: #333;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
border-color: #adadad;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
background-repeat: repeat-x;
}
span.state{
display: inline-block;
margin-left: 10px;
}
.pic-input{
width: 50%;
float: left;
margin-right: 4%;
} | 0.327131 | 0.049889 |
.webhook-item-date {
font-size: small;
margin-left: 3px;
}
.webhook-item-http-version {
font-size: x-small;
color: aqua;
}
.webhook-item-method {
font-size: small;
background: grey;
padding: 3px;
margin-bottom: 3px;
}
.webhook-item-method-post {
font-size: small;
background: #12cad6;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-get {
font-size: small;
background: #50d890;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-put {
font-size: small;
background: violet;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-delete {
font-size: small;
background: #ff6666;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.request-syntax {
font-size: 15px;
}
.counter {
font-weight: bold;
margin-right: 3px;
}
.selected {
background-color: #222831;
}
.request-total {
margin-bottom: 10px;
font-style: italic;
justify-content: center;
margin-left: 15px;
font-size: 15px;
}
.request-total span {
padding: 3px;
font-weight: bolder;
}
.webhooks-nav {
grid-area: nav;
min-width: 150px;
align-content: center;
justify-content: center;
height: 100%;
overflow-y: auto;
position: fixed;
}
.webhooks-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.webhooks-nav a {
color: aquamarine;
}
.webhooks-nav li {
padding: 8px 8px 15px;
}
.webhooks-nav li:hover {
background-color: #222821;
}
.webhooks_content {
grid-area: content;
width: 850px;
margin-left: 230px;
}
.delete-webhook-data {
margin-bottom: 15px;
}
.c_button {
border: 2px solid #3f4046;
padding-left: 5px;
padding-right: 5px;
background-color: #f68787;
font-size: 12px;
border-radius: 4px;
}
.c_button:hover {
color: #fff;
}
.error-alert {
text-align: center;
color: #f68787;
} | client/src/components/webhook/styles.css | .webhook-item-date {
font-size: small;
margin-left: 3px;
}
.webhook-item-http-version {
font-size: x-small;
color: aqua;
}
.webhook-item-method {
font-size: small;
background: grey;
padding: 3px;
margin-bottom: 3px;
}
.webhook-item-method-post {
font-size: small;
background: #12cad6;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-get {
font-size: small;
background: #50d890;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-put {
font-size: small;
background: violet;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.webhook-item-method-delete {
font-size: small;
background: #ff6666;
padding: 3px;
margin-bottom: 3px;
color: black;
font-weight: bold;
}
.request-syntax {
font-size: 15px;
}
.counter {
font-weight: bold;
margin-right: 3px;
}
.selected {
background-color: #222831;
}
.request-total {
margin-bottom: 10px;
font-style: italic;
justify-content: center;
margin-left: 15px;
font-size: 15px;
}
.request-total span {
padding: 3px;
font-weight: bolder;
}
.webhooks-nav {
grid-area: nav;
min-width: 150px;
align-content: center;
justify-content: center;
height: 100%;
overflow-y: auto;
position: fixed;
}
.webhooks-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.webhooks-nav a {
color: aquamarine;
}
.webhooks-nav li {
padding: 8px 8px 15px;
}
.webhooks-nav li:hover {
background-color: #222821;
}
.webhooks_content {
grid-area: content;
width: 850px;
margin-left: 230px;
}
.delete-webhook-data {
margin-bottom: 15px;
}
.c_button {
border: 2px solid #3f4046;
padding-left: 5px;
padding-right: 5px;
background-color: #f68787;
font-size: 12px;
border-radius: 4px;
}
.c_button:hover {
color: #fff;
}
.error-alert {
text-align: center;
color: #f68787;
} | 0.572723 | 0.086709 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
:global(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, .header-content input, .about-instalura-content-container .about-instalura-content p, .about-instalura-content-container .about-instalura-content input, .our-team-container .our-team-content-container .our-team-content p, .our-team-container .our-team-content-container .our-team-content .know-team, .our-team-container .our-team-content-container .our-team-content .work-with-us, .our-team-container .our-team-content-container .news-container .news-content p) {
font-family: 'Open Sans', sans-serif;
}
:global(.header-content .logo-container h1, .footer-container .footer-content .logo-container h1, .about-instalura-content-container .about-instalura-content h2, .our-team-container .our-team-content-container .our-team-content h2, .our-team-container .our-team-content-container .news-container .news-content h2) {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
:global(.header-content .logo-container h1, .footer-container .footer-content .logo-container h1, .about-instalura-content-container .about-instalura-content h2, .our-team-container .our-team-content-container .our-team-content h2, .our-team-container .our-team-content-container .news-container .news-content h2) {
font-size: 1em;
}
:global(.header-content, .footer-container .footer-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0.2em;
background: #383838;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.header-content .logo-container, .footer-container .footer-content .logo-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.header-content .logo-container img, .footer-container .footer-content .logo-container img) {
height: 2em;
width: 2em;
padding: 0 0.5em 0 0;
}
/*Reset File***********************************************************************************************************/
:global(html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video) {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
color: #ffffff;
}
/* HTML5 display-role reset for older browsers */
:global(article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section) {
display: block;
}
:global(body) {
line-height: 1;
}
:global(ol, ul) {
list-style: none;
}
:global(blockquote, q) {
quotes: none;
}
:global(blockquote:before, blockquote:after,
q:before, q:after) {
content: '';
content: none;
}
:global(table) {
border-collapse: collapse;
border-spacing: 0;
}
:global(.header-container, .footer-container) {
z-index: 100;
}
:global(.main-content-container) {
z-index: 0;
}
:global(a) {
text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
* {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
}
/**********************************************************************************************************************/
/*Header **************************************************************************************************************/
:global(.header-content input) {
height: 1em;
width: 12em;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.header-content) {
font-size: 5vw;
}
:global(.header-content input) {
height: 5vw;
}
}
@media screen and (min-device-width: 425px) and (max-device-width: 768px) {
:global(.header-content input) {
width: 38vw;
max-width: 15em;
max-height: 2em;
}
}
@media screen and (min-device-width: 768px) {
:global(.header-content) {
font-size: 2vw;
}
:global(.header-content input) {
height: 2vw;
width: 15em;
}
:global(.header-content input::after) {
width: 3em;
height: 3em;
background: red;
}
}
/**********************************************************************************************************************/
/*Content *************************************************************************************************************/
/*Content: About Instalura*********************************************************************************************/
:global(.about-instalura-content-container) {
background-image: url("../sobre/imagens/banner.jpeg");
background-size: 100vw;
background-repeat: no-repeat;
background-position-y: -5em;
opacity: 0.8;
height: 15em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.about-instalura-content-container .about-instalura-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-preferred-size: 95%;
flex-basis: 95%;
}
:global(.about-instalura-content-container .about-instalura-content h2) {
margin: 0 0 1.5em 0;
}
:global(.about-instalura-content-container .about-instalura-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #ffffff;
margin: 0 0 1.5em 0;
}
:global(.about-instalura-content-container .about-instalura-content input) {
font-size: 0.8em;
border-radius: 0.3em;
border: #ffffff solid 0.05em;
padding: 0.7em;
}
:global(.about-instalura-content-container .about-instalura-content input:not(hover)) {
background: transparent;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
:global(.about-instalura-content-container .about-instalura-content input:hover) {
background: #ffffff;
color: #383838;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.about-instalura-content-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.about-instalura-content-container) {
font-size: 2vw;
background-position-y: -23em;
}
:global(.about-instalura-content-container .about-instalura-content) {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
margin-left: -18%;
}
}
/**********************************************************************************************************************/
/*Content: Our team ***************************************************************************************************/
:global(.our-team-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #0C122A;
}
:global(.our-team-container .our-team-content-container) {
padding: 0.5em 0.5em;
}
:global(.our-team-container .our-team-content-container .our-team-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 1.5em 0.8em 0.5em 0.8em;
}
:global(.our-team-container .our-team-content-container .our-team-content h2) {
margin: 0 0 1em 0;
}
:global(.our-team-container .our-team-content-container .our-team-content img.team-image) {
content: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
background: url("../sobre/imagens/requite.jpeg") no-repeat;
background-size: 380%;
background-position-x: -24.3em;
background-position-y: -17.6em;
height: 2.5em;
width: 100%;
margin: 0 0 0.5em 0;
}
:global(.our-team-container .our-team-content-container .our-team-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #697DBD;
margin: 0 0 1em 0;
width: 100%;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team, .our-team-container .our-team-content-container .our-team-content .work-with-us) {
margin: 0 0 0.5em 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: initial;
-ms-flex-pack: initial;
justify-content: initial;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team img, .our-team-container .our-team-content-container .our-team-content .work-with-us img) {
height: 1em;
width: 1em;
margin: 0 0.5em 0 0;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team:not(hover), .our-team-container .our-team-content-container .our-team-content .work-with-us:not(hover)) {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 0;
transform-origin: 0;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team:hover, .our-team-container .our-team-content-container .our-team-content .work-with-us:hover) {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: -5%;
transform-origin: -5%;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
:global(.our-team-container .our-team-content-container .news-container .news-content) {
-ms-flex-negative: 1;
flex-shrink: 1;
margin: 0 0 1em 0;
padding: 2em 1em;
border: #697DBD solid 0.05em;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:not(hover)) {
border: #697DBD solid 0.05em;
-webkit-transition: border 0.2s ease-in;
transition: border 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:hover) {
border: #ffffff solid 0.05em;
-webkit-transition: border 0.2s ease-in;
transition: border 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container .news-content img) {
width: 100%;
}
:global(.our-team-container .our-team-content-container .news-container .news-content h2) {
text-align: center;
margin: 1em 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #697DBD;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.our-team-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.our-team-container) {
font-size: 2vw;
}
:global(.our-team-container .our-team-content-container .our-team-content) {
position: relative;
margin: 1.5em 0.5em 0.5em 2em;
padding-left: 40vw;
}
:global(.our-team-container .our-team-content-container .our-team-content img.team-image) {
position: absolute;
left: 0;
-ms-flex-item-align: start;
align-self: flex-start;
background-position-x: unset;
background-position-y: unset;
background-size: 100%;
height: 21.5vw;
width: 38vw;
}
:global(.our-team-container .our-team-content-container .news-container) {
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
margin: 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content) {
margin: 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content img) {
height: 7.5em;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:nth-child(2)) {
margin: 0 0.5em 0 0.5em;
}
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*Content: Footer******************************************************************************************************/
:global(.footer-container .footer-content .social-network-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 40%;
}
:global(.footer-container .footer-content img) {
height: 1.5em;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.footer-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.footer-container) {
font-size: 2vw;
position: relative;
}
:global(.footer-container .footer-content) {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
:global(.footer-container .footer-content .logo-container) {
margin-left: 5em;
}
:global(.footer-container .footer-content .social-network-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: end;
align-self: flex-end;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 15%;
}
:global(.footer-container .footer-content img) {
height: 1.5em;
}
}
/**********************************************************************************************************************/
/*# sourceMappingURL=styles.css.map */ | src/client/styles/_about.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
:global(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, .header-content input, .about-instalura-content-container .about-instalura-content p, .about-instalura-content-container .about-instalura-content input, .our-team-container .our-team-content-container .our-team-content p, .our-team-container .our-team-content-container .our-team-content .know-team, .our-team-container .our-team-content-container .our-team-content .work-with-us, .our-team-container .our-team-content-container .news-container .news-content p) {
font-family: 'Open Sans', sans-serif;
}
:global(.header-content .logo-container h1, .footer-container .footer-content .logo-container h1, .about-instalura-content-container .about-instalura-content h2, .our-team-container .our-team-content-container .our-team-content h2, .our-team-container .our-team-content-container .news-container .news-content h2) {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
:global(.header-content .logo-container h1, .footer-container .footer-content .logo-container h1, .about-instalura-content-container .about-instalura-content h2, .our-team-container .our-team-content-container .our-team-content h2, .our-team-container .our-team-content-container .news-container .news-content h2) {
font-size: 1em;
}
:global(.header-content, .footer-container .footer-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 0.2em;
background: #383838;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.header-content .logo-container, .footer-container .footer-content .logo-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.header-content .logo-container img, .footer-container .footer-content .logo-container img) {
height: 2em;
width: 2em;
padding: 0 0.5em 0 0;
}
/*Reset File***********************************************************************************************************/
:global(html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video) {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
color: #ffffff;
}
/* HTML5 display-role reset for older browsers */
:global(article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section) {
display: block;
}
:global(body) {
line-height: 1;
}
:global(ol, ul) {
list-style: none;
}
:global(blockquote, q) {
quotes: none;
}
:global(blockquote:before, blockquote:after,
q:before, q:after) {
content: '';
content: none;
}
:global(table) {
border-collapse: collapse;
border-spacing: 0;
}
:global(.header-container, .footer-container) {
z-index: 100;
}
:global(.main-content-container) {
z-index: 0;
}
:global(a) {
text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
* {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
}
/**********************************************************************************************************************/
/*Header **************************************************************************************************************/
:global(.header-content input) {
height: 1em;
width: 12em;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.header-content) {
font-size: 5vw;
}
:global(.header-content input) {
height: 5vw;
}
}
@media screen and (min-device-width: 425px) and (max-device-width: 768px) {
:global(.header-content input) {
width: 38vw;
max-width: 15em;
max-height: 2em;
}
}
@media screen and (min-device-width: 768px) {
:global(.header-content) {
font-size: 2vw;
}
:global(.header-content input) {
height: 2vw;
width: 15em;
}
:global(.header-content input::after) {
width: 3em;
height: 3em;
background: red;
}
}
/**********************************************************************************************************************/
/*Content *************************************************************************************************************/
/*Content: About Instalura*********************************************************************************************/
:global(.about-instalura-content-container) {
background-image: url("../sobre/imagens/banner.jpeg");
background-size: 100vw;
background-repeat: no-repeat;
background-position-y: -5em;
opacity: 0.8;
height: 15em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
:global(.about-instalura-content-container .about-instalura-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-preferred-size: 95%;
flex-basis: 95%;
}
:global(.about-instalura-content-container .about-instalura-content h2) {
margin: 0 0 1.5em 0;
}
:global(.about-instalura-content-container .about-instalura-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #ffffff;
margin: 0 0 1.5em 0;
}
:global(.about-instalura-content-container .about-instalura-content input) {
font-size: 0.8em;
border-radius: 0.3em;
border: #ffffff solid 0.05em;
padding: 0.7em;
}
:global(.about-instalura-content-container .about-instalura-content input:not(hover)) {
background: transparent;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
:global(.about-instalura-content-container .about-instalura-content input:hover) {
background: #ffffff;
color: #383838;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.about-instalura-content-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.about-instalura-content-container) {
font-size: 2vw;
background-position-y: -23em;
}
:global(.about-instalura-content-container .about-instalura-content) {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
margin-left: -18%;
}
}
/**********************************************************************************************************************/
/*Content: Our team ***************************************************************************************************/
:global(.our-team-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #0C122A;
}
:global(.our-team-container .our-team-content-container) {
padding: 0.5em 0.5em;
}
:global(.our-team-container .our-team-content-container .our-team-content) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 1.5em 0.8em 0.5em 0.8em;
}
:global(.our-team-container .our-team-content-container .our-team-content h2) {
margin: 0 0 1em 0;
}
:global(.our-team-container .our-team-content-container .our-team-content img.team-image) {
content: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
background: url("../sobre/imagens/requite.jpeg") no-repeat;
background-size: 380%;
background-position-x: -24.3em;
background-position-y: -17.6em;
height: 2.5em;
width: 100%;
margin: 0 0 0.5em 0;
}
:global(.our-team-container .our-team-content-container .our-team-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #697DBD;
margin: 0 0 1em 0;
width: 100%;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team, .our-team-container .our-team-content-container .our-team-content .work-with-us) {
margin: 0 0 0.5em 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: initial;
-ms-flex-pack: initial;
justify-content: initial;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team img, .our-team-container .our-team-content-container .our-team-content .work-with-us img) {
height: 1em;
width: 1em;
margin: 0 0.5em 0 0;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team:not(hover), .our-team-container .our-team-content-container .our-team-content .work-with-us:not(hover)) {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 0;
transform-origin: 0;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .our-team-content .know-team:hover, .our-team-container .our-team-content-container .our-team-content .work-with-us:hover) {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: -5%;
transform-origin: -5%;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
:global(.our-team-container .our-team-content-container .news-container .news-content) {
-ms-flex-negative: 1;
flex-shrink: 1;
margin: 0 0 1em 0;
padding: 2em 1em;
border: #697DBD solid 0.05em;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:not(hover)) {
border: #697DBD solid 0.05em;
-webkit-transition: border 0.2s ease-in;
transition: border 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:hover) {
border: #ffffff solid 0.05em;
-webkit-transition: border 0.2s ease-in;
transition: border 0.2s ease-in;
}
:global(.our-team-container .our-team-content-container .news-container .news-content img) {
width: 100%;
}
:global(.our-team-container .our-team-content-container .news-container .news-content h2) {
text-align: center;
margin: 1em 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content p) {
font-size: 0.8em;
line-height: 1.5em;
color: #697DBD;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.our-team-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.our-team-container) {
font-size: 2vw;
}
:global(.our-team-container .our-team-content-container .our-team-content) {
position: relative;
margin: 1.5em 0.5em 0.5em 2em;
padding-left: 40vw;
}
:global(.our-team-container .our-team-content-container .our-team-content img.team-image) {
position: absolute;
left: 0;
-ms-flex-item-align: start;
align-self: flex-start;
background-position-x: unset;
background-position-y: unset;
background-size: 100%;
height: 21.5vw;
width: 38vw;
}
:global(.our-team-container .our-team-content-container .news-container) {
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
margin: 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content) {
margin: 0;
}
:global(.our-team-container .our-team-content-container .news-container .news-content img) {
height: 7.5em;
}
:global(.our-team-container .our-team-content-container .news-container .news-content:nth-child(2)) {
margin: 0 0.5em 0 0.5em;
}
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*Content: Footer******************************************************************************************************/
:global(.footer-container .footer-content .social-network-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 40%;
}
:global(.footer-container .footer-content img) {
height: 1.5em;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
:global(.footer-container) {
font-size: 5vw;
}
}
@media screen and (min-device-width: 768px) {
:global(.footer-container) {
font-size: 2vw;
position: relative;
}
:global(.footer-container .footer-content) {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
:global(.footer-container .footer-content .logo-container) {
margin-left: 5em;
}
:global(.footer-container .footer-content .social-network-container) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: end;
align-self: flex-end;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 15%;
}
:global(.footer-container .footer-content img) {
height: 1.5em;
}
}
/**********************************************************************************************************************/
/*# sourceMappingURL=styles.css.map */ | 0.250546 | 0.077308 |
@font-face {
font-family: 'Quicksand';
src: url('/Quicksand-Light.woff2') format('woff2'),
url('/Quicksand-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
.footer{
width: '80%';
margin: 'auto';
background-color: #724b75;
/* // color: 'rgb(100,0,123)'; */
color: 'white';
text-align: 'center';
}
.marginCenter{
margin: auto;
}
.logos{
width: 50px;
height: 50px;
}
.logosSmall{
width: 40px;
height: 40px;
}
.logosSmall2{
width: 15px;
height: 15px;
padding-right: 10px;
}
/* reset & common styles */
body, ul, h1, h2, h3, p, button, a, div{
margin: 0;
padding: 0;
color: white;
font-family: 'Quicksand';
letter-spacing: 2px;
list-style-type: none;
text-decoration: none;
}
body{
background: rgb(100,0,123);
background: radial-gradient(circle, rgba(100,0,123,1) 0%, rgba(62,20,86,1) 100%);
/* overflow: hidden; */
}
button{
color: white;
padding: 10px 30px;
font-size: 1em;
background: transparent;
border-radius: 50px;
border: 1px solid white;
margin: 40px auto 0;
cursor: pointer;
opacity: 0.7;
}
.container{
max-width: 300px;
margin: 100px auto 60px;
}
.container-project{
max-width: 100%;
margin: 15px auto;
}
.container h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.container li{
padding: 10px;
cursor: pointer;
}
/* header */
header{
display: flex;
padding: 40px;
align-items: center;
}
header .title{
flex-grow: 1;
margin-left: 20px;
font-size: 0.6em;
}
.titleLeft{
float: right;
margin-right: 20px;
margin-bottom: 20px;
}
header h1{
border-bottom: 1px solid rgba(255,255,255,0.2);
padding-bottom: 10px;
}
header .pizza-svg {
width: 80px;
overflow: visible;
stroke: #fff;
stroke-width: 4;
stroke-linejoin: round;
stroke-linecap: round;
}
/* lists */
li span.active{
font-weight: bold;
}
li span.active::before{
content: '>';
position: relative;
top: -2px;
margin-right: 6px;
transform: scale(0.8, 1);
display: inline-block;
}
/* pages */
.home h2{
font-size: 2em;
margin-bottom: 10px;
}
.home.container,
.order.container{
text-align: center;
max-width: 800px;
}
.home button{
color: white;
padding: 15px 30px;
font-size: 1.6em;
border: 3px solid white;
margin: 30px 20px;
}
.order p{
margin: 20px auto;
}
/* modal */
.backdrop{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 1;
}
.modal{
max-width: 400px;
margin: 0 auto;
padding: 40px 20px;
background: white;
border-radius: 10px;
text-align: center;
}
.modal button{
color: #444;
border-color: #444;
font-weight: bold;
margin-top: 20px;
}
.modal p{
color: #444;
font-weight: bold;
}
.contact{
max-width: 500px;
margin: 0 auto;
padding: 30px 15px;
background: white;
border-radius: 10px;
text-align: left;
color: black;
}
.contact p{
color: #444;
padding: 5px 1px;
font-weight: bold;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
}
.contact button{
color: #444;
border-color: #444;
font-weight: bold;
margin-top: 20px;
}
/* loader */
.loader{
width: 10px;
height: 10px;
margin: 40px auto;
border-radius: 50%;
background: #fff;
}
/* changes in material css */
.MuiAppBar-colorPrimary {
background: rgb(100,0,123);
background: radial-gradient(circle, rgba(100,0,123,1) 0%, rgba(62,20,86,1) 100%)!important;
}
.MuiTypography-h6{
margin: 20px!important;
}
@media screen and (max-width: 600px) {
.MuiTypography-h6{
margin: 2px!important;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
display: block;
text-align: center;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters h6 {
display: inline-block;
margin-right: 25px !important;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters h6 a img {
display: block;
margin: 0 auto;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft {
float: none;
display: inline-block;
margin-top: 34px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button span.MuiButton-label a {
border: 3px solid #fff;
background: #fff;
border-radius: 22px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button span.MuiButton-label a img.logosSmall {
width: 100%;
border-radius: 50px;
height: auto;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft {
float: none;
display: inline-block;
margin-top: 34px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button {
width: 35px;
}
} | src/pages/index.css | @font-face {
font-family: 'Quicksand';
src: url('/Quicksand-Light.woff2') format('woff2'),
url('/Quicksand-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
.footer{
width: '80%';
margin: 'auto';
background-color: #724b75;
/* // color: 'rgb(100,0,123)'; */
color: 'white';
text-align: 'center';
}
.marginCenter{
margin: auto;
}
.logos{
width: 50px;
height: 50px;
}
.logosSmall{
width: 40px;
height: 40px;
}
.logosSmall2{
width: 15px;
height: 15px;
padding-right: 10px;
}
/* reset & common styles */
body, ul, h1, h2, h3, p, button, a, div{
margin: 0;
padding: 0;
color: white;
font-family: 'Quicksand';
letter-spacing: 2px;
list-style-type: none;
text-decoration: none;
}
body{
background: rgb(100,0,123);
background: radial-gradient(circle, rgba(100,0,123,1) 0%, rgba(62,20,86,1) 100%);
/* overflow: hidden; */
}
button{
color: white;
padding: 10px 30px;
font-size: 1em;
background: transparent;
border-radius: 50px;
border: 1px solid white;
margin: 40px auto 0;
cursor: pointer;
opacity: 0.7;
}
.container{
max-width: 300px;
margin: 100px auto 60px;
}
.container-project{
max-width: 100%;
margin: 15px auto;
}
.container h3{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.container li{
padding: 10px;
cursor: pointer;
}
/* header */
header{
display: flex;
padding: 40px;
align-items: center;
}
header .title{
flex-grow: 1;
margin-left: 20px;
font-size: 0.6em;
}
.titleLeft{
float: right;
margin-right: 20px;
margin-bottom: 20px;
}
header h1{
border-bottom: 1px solid rgba(255,255,255,0.2);
padding-bottom: 10px;
}
header .pizza-svg {
width: 80px;
overflow: visible;
stroke: #fff;
stroke-width: 4;
stroke-linejoin: round;
stroke-linecap: round;
}
/* lists */
li span.active{
font-weight: bold;
}
li span.active::before{
content: '>';
position: relative;
top: -2px;
margin-right: 6px;
transform: scale(0.8, 1);
display: inline-block;
}
/* pages */
.home h2{
font-size: 2em;
margin-bottom: 10px;
}
.home.container,
.order.container{
text-align: center;
max-width: 800px;
}
.home button{
color: white;
padding: 15px 30px;
font-size: 1.6em;
border: 3px solid white;
margin: 30px 20px;
}
.order p{
margin: 20px auto;
}
/* modal */
.backdrop{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 1;
}
.modal{
max-width: 400px;
margin: 0 auto;
padding: 40px 20px;
background: white;
border-radius: 10px;
text-align: center;
}
.modal button{
color: #444;
border-color: #444;
font-weight: bold;
margin-top: 20px;
}
.modal p{
color: #444;
font-weight: bold;
}
.contact{
max-width: 500px;
margin: 0 auto;
padding: 30px 15px;
background: white;
border-radius: 10px;
text-align: left;
color: black;
}
.contact p{
color: #444;
padding: 5px 1px;
font-weight: bold;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
}
.contact button{
color: #444;
border-color: #444;
font-weight: bold;
margin-top: 20px;
}
/* loader */
.loader{
width: 10px;
height: 10px;
margin: 40px auto;
border-radius: 50%;
background: #fff;
}
/* changes in material css */
.MuiAppBar-colorPrimary {
background: rgb(100,0,123);
background: radial-gradient(circle, rgba(100,0,123,1) 0%, rgba(62,20,86,1) 100%)!important;
}
.MuiTypography-h6{
margin: 20px!important;
}
@media screen and (max-width: 600px) {
.MuiTypography-h6{
margin: 2px!important;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
display: block;
text-align: center;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters h6 {
display: inline-block;
margin-right: 25px !important;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters h6 a img {
display: block;
margin: 0 auto;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft {
float: none;
display: inline-block;
margin-top: 34px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button span.MuiButton-label a {
border: 3px solid #fff;
background: #fff;
border-radius: 22px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button span.MuiButton-label a img.logosSmall {
width: 100%;
border-radius: 50px;
height: auto;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft {
float: none;
display: inline-block;
margin-top: 34px;
}
.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters span.titleLeft button {
width: 35px;
}
} | 0.416797 | 0.086323 |
body {
margin: 0;
}
#navigation-bar {
background-color: #f33841;
overflow: hidden;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
text-align: center;
margin-bottom: 1rem;
resize: none;
/* Makes position not change if the scrollbar appear */
padding-left: calc(100vw - 100%);
}
#navigation-bar > a {
text-decoration: none;
font-family: Arial, serif;
color: white;
padding: 1.5rem;
}
.navbar-link {
font-size: 1.7rem;
}
/* Make navbar more friendly on the eyes when hovering */
.navbar-link:hover {
transition: background-color 0.15s ease;
background-color: #ba2b32;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.emplyees {
text-align: center;
display: flex;
flex-wrap: wrap;
margin-top: 3rem;
}
.employee {
margin: 0 5rem 3rem 5rem;
padding-left: 2rem;
padding-right: 2rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.social-media {
visibility: hidden;
}
/* Fade in animation https://stackoverflow.com/questions/11679567/using-css-for-a-fade-in-effect-on-page-load */
.employee:hover > .social-media {
visibility: visible;
-webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 0.8s; /* Firefox < 16 */
-ms-animation: fadein 0.8s; /* Internet Explorer */
-o-animation: fadein 0.8s; /* Opera < 12.1 */
animation: fadein 0.8s;
}
.employee:hover {
background-color: rgba(187, 180, 180, 0.13);
box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.4);
padding-top: 1rem;
padding-bottom: 1.5rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* Prevent employees beneath another to jump when leaving hover */
.employee > .employee-title {
padding-bottom: 1.5rem;
margin-bottom: -1.5rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* */
.employee:hover > .employee-title {
margin-bottom: 0.2rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.employee-title {
margin-bottom: 0;
}
.employee-image {
border-radius: 50%;
height: 13rem;
width: 13rem;
}
.employee-name {
border-bottom: 0.1rem solid #aaaaaa;
padding-bottom: 0.5rem;
border-left-width: 10px;
font-size: 1.3rem;
}
.employee-title {
font-size: 1.1rem;
}
/* Mobile enhancement */
@media only screen and (max-width: 600px) {
.navbar-link {
font-size: 1.4rem;
flex-wrap: wrap;
display: flex;
}
.social-media > a.ui {
margin-bottom: 0.4rem;
}
}
/* Keyframes */
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | src/css/main-css.css | body {
margin: 0;
}
#navigation-bar {
background-color: #f33841;
overflow: hidden;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
text-align: center;
margin-bottom: 1rem;
resize: none;
/* Makes position not change if the scrollbar appear */
padding-left: calc(100vw - 100%);
}
#navigation-bar > a {
text-decoration: none;
font-family: Arial, serif;
color: white;
padding: 1.5rem;
}
.navbar-link {
font-size: 1.7rem;
}
/* Make navbar more friendly on the eyes when hovering */
.navbar-link:hover {
transition: background-color 0.15s ease;
background-color: #ba2b32;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.emplyees {
text-align: center;
display: flex;
flex-wrap: wrap;
margin-top: 3rem;
}
.employee {
margin: 0 5rem 3rem 5rem;
padding-left: 2rem;
padding-right: 2rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.social-media {
visibility: hidden;
}
/* Fade in animation https://stackoverflow.com/questions/11679567/using-css-for-a-fade-in-effect-on-page-load */
.employee:hover > .social-media {
visibility: visible;
-webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 0.8s; /* Firefox < 16 */
-ms-animation: fadein 0.8s; /* Internet Explorer */
-o-animation: fadein 0.8s; /* Opera < 12.1 */
animation: fadein 0.8s;
}
.employee:hover {
background-color: rgba(187, 180, 180, 0.13);
box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.4);
padding-top: 1rem;
padding-bottom: 1.5rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* Prevent employees beneath another to jump when leaving hover */
.employee > .employee-title {
padding-bottom: 1.5rem;
margin-bottom: -1.5rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* */
.employee:hover > .employee-title {
margin-bottom: 0.2rem;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.employee-title {
margin-bottom: 0;
}
.employee-image {
border-radius: 50%;
height: 13rem;
width: 13rem;
}
.employee-name {
border-bottom: 0.1rem solid #aaaaaa;
padding-bottom: 0.5rem;
border-left-width: 10px;
font-size: 1.3rem;
}
.employee-title {
font-size: 1.1rem;
}
/* Mobile enhancement */
@media only screen and (max-width: 600px) {
.navbar-link {
font-size: 1.4rem;
flex-wrap: wrap;
display: flex;
}
.social-media > a.ui {
margin-bottom: 0.4rem;
}
}
/* Keyframes */
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} | 0.548674 | 0.065098 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
html, body {height:100%;}
body{
background: url('../img/background.jpg');
background-color: white;
background-size: cover;
align-items: flex-start;
display: flex;
}
/* MSG PHP */
div#msg-sucesso{
width: 20rem;
margin: 10px auto;
padding: 5px;
background-color: rgba(0, 190, 25, 0.479);
border-radius: 3px;
color: #ffffff ;
font-family: Poppins;
text-align: center;
}
.msg-erro{
width: 20rem;
margin: 10px auto;
padding: 5px;
background-color: rgba(255, 0, 0, 0.479);
border-radius: 3px;
color: #ffffff ;
font-family: Poppins;
text-align: center;
}
.layout{
display: flex;
flex-direction: column;
}
/* Titulo e descrição */
.descricao{
margin-top: 10px;
margin-bottom: 40px;
width: 50%;
font-family: Poppins;
color: #000000;
}
.titulo{
font-size: 40px;
font-family: 'Poppins-regular',Arial, sans-serif;
color: rgb(0, 0, 0);
}
.color-two{
color:#536DFE ;
}
.container{
margin-top: 5%;
margin-left: 25px;
/* margin: 0 auto; */
}
/* formulario Lateral */
.campo{
background-color: #fafafa;
width: 25rem;
right: 0;
position: fixed;
}
.login-img{
border-radius: 100%;
width: 125px;
height: 125px;
margin: 0 auto;
margin-top: 4rem;
display: block;
}
.title{
margin-top: 10px;
font-family: Poppins;
font-size: 20px;
color: #626575;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
width: 100%;
display: block;
}
.form{
margin-top: 1rem;
display: flex;
flex-direction: column;
}
.inputs{
width: 18rem;
margin: 0 auto;
padding: 10px;
border: none;
margin-bottom: 10px;
font-family: Poppins;
font-size: 18px;
border: 1px solid #d3d3d3;
color: #555555;
background-color: transparent;
}
/* botão */
.entrar{
padding: 10px;
width: 18rem;
height: 50px;
margin: 0 auto;
border-radius: 3px;
border: none;
font-weight: 700;
background-color: #536DFE;
cursor: pointer;
font-family: Montserrat;
font-size: 12px;
color: #fff;
}
.entrar:hover {
background: #333333;
}
/* Cad */
.cad{
text-align: center;
margin-top: 1rem;
}
.form a{
text-decoration: none;
font-family: Poppins ;
font-weight: 500;
color: #555555;
}
.form a:hover{
color: blue;
}
.fundo{
margin-top: 2rem;
}
.fundo img{
width: 80%;
}
/* Responsive */
@media screen and (max-width: 1130px) {
.fundo img{
width: 60%;
}
}
@media screen and (max-width: 950px) {
.fundo img{
width: 50%;
}
}
@media screen and (max-width: 800px) {
.campo{
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 2000px) {
.campo{
top: 0;
bottom:0;
position:fixed;
overflow-x:hidden;
}
}
/* Tela Cadastro */
.cad-img{
width: 125px;
height: 125px;
margin: 0 auto;
margin-top: 2rem;
display: block;
}
/* Formulario */
.campo-cad{
background-color: #fafafa;
width: 50%;
height: 100%;
right: 0;
position: fixed;
}
/* Formulario */
.form-cad{
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: center;
}
/* Estilo estradas de texto */
.inputs-cad{
width: 20rem;
margin: 0 auto;
padding: 8px;
border: none;
margin-bottom: 10px;
font-family: Poppins;
font-size: 15px;
border: 1px solid #cccaca;
color: #555555;
background-color: transparent;
}
.item-cad{
display: flex;
flex-direction: column;
}
label{
text-align: left;
font-family: Poppins;
}
/* botão */
.entrar-cad{
padding: 10px;
width: 20rem;
height: 50px;
margin: 0 auto;
border-radius: 3px;
border: none;
font-weight: 700;
background-color: #536DFE;
cursor: pointer;
font-family: Montserrat;
font-size: 12px;
color: #fff;
}
.entrar-cad:hover {
background: #333333;
}
/* checkbox */
#check{
margin-top: 1rem;
margin-bottom: 1rem;
}
/* Responsive */
@media screen and (max-width: 800px) {
.campo-cad{
width: 100%;
height: 100%;
top: 0;
bottom:0;
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
}
.cad-img{
margin-top: 1px;
}
.entrar-cad{
margin-bottom: 2rem;
}
}
.fundo2{
margin-top: 1rem;
margin-left: 6rem;
}
.fundo2 img{
width: 75%;
}
@media screen and (max-width: 2000px) {
.campo-cad{
top: 0;
bottom:0;
position:fixed;
overflow-x:hidden;
}
.entrar-cad{
margin-bottom: 2rem;
}
}
@media screen and (max-width: 1441px) {
.fundo2 img{
width: 70%;
}
}
@media screen and (max-width: 1266px) {
.fundo2 img{
width: 60%;
}
}
@media screen and (max-width: 1083px) {
.fundo2 img{
width: 50%;
}
}
@media screen and (max-width: 917px) {
.fundo2 img{
width: 47%;
}
} | css/style.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
html, body {height:100%;}
body{
background: url('../img/background.jpg');
background-color: white;
background-size: cover;
align-items: flex-start;
display: flex;
}
/* MSG PHP */
div#msg-sucesso{
width: 20rem;
margin: 10px auto;
padding: 5px;
background-color: rgba(0, 190, 25, 0.479);
border-radius: 3px;
color: #ffffff ;
font-family: Poppins;
text-align: center;
}
.msg-erro{
width: 20rem;
margin: 10px auto;
padding: 5px;
background-color: rgba(255, 0, 0, 0.479);
border-radius: 3px;
color: #ffffff ;
font-family: Poppins;
text-align: center;
}
.layout{
display: flex;
flex-direction: column;
}
/* Titulo e descrição */
.descricao{
margin-top: 10px;
margin-bottom: 40px;
width: 50%;
font-family: Poppins;
color: #000000;
}
.titulo{
font-size: 40px;
font-family: 'Poppins-regular',Arial, sans-serif;
color: rgb(0, 0, 0);
}
.color-two{
color:#536DFE ;
}
.container{
margin-top: 5%;
margin-left: 25px;
/* margin: 0 auto; */
}
/* formulario Lateral */
.campo{
background-color: #fafafa;
width: 25rem;
right: 0;
position: fixed;
}
.login-img{
border-radius: 100%;
width: 125px;
height: 125px;
margin: 0 auto;
margin-top: 4rem;
display: block;
}
.title{
margin-top: 10px;
font-family: Poppins;
font-size: 20px;
color: #626575;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
width: 100%;
display: block;
}
.form{
margin-top: 1rem;
display: flex;
flex-direction: column;
}
.inputs{
width: 18rem;
margin: 0 auto;
padding: 10px;
border: none;
margin-bottom: 10px;
font-family: Poppins;
font-size: 18px;
border: 1px solid #d3d3d3;
color: #555555;
background-color: transparent;
}
/* botão */
.entrar{
padding: 10px;
width: 18rem;
height: 50px;
margin: 0 auto;
border-radius: 3px;
border: none;
font-weight: 700;
background-color: #536DFE;
cursor: pointer;
font-family: Montserrat;
font-size: 12px;
color: #fff;
}
.entrar:hover {
background: #333333;
}
/* Cad */
.cad{
text-align: center;
margin-top: 1rem;
}
.form a{
text-decoration: none;
font-family: Poppins ;
font-weight: 500;
color: #555555;
}
.form a:hover{
color: blue;
}
.fundo{
margin-top: 2rem;
}
.fundo img{
width: 80%;
}
/* Responsive */
@media screen and (max-width: 1130px) {
.fundo img{
width: 60%;
}
}
@media screen and (max-width: 950px) {
.fundo img{
width: 50%;
}
}
@media screen and (max-width: 800px) {
.campo{
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 2000px) {
.campo{
top: 0;
bottom:0;
position:fixed;
overflow-x:hidden;
}
}
/* Tela Cadastro */
.cad-img{
width: 125px;
height: 125px;
margin: 0 auto;
margin-top: 2rem;
display: block;
}
/* Formulario */
.campo-cad{
background-color: #fafafa;
width: 50%;
height: 100%;
right: 0;
position: fixed;
}
/* Formulario */
.form-cad{
margin-top: 1rem;
display: flex;
flex-direction: column;
align-items: center;
}
/* Estilo estradas de texto */
.inputs-cad{
width: 20rem;
margin: 0 auto;
padding: 8px;
border: none;
margin-bottom: 10px;
font-family: Poppins;
font-size: 15px;
border: 1px solid #cccaca;
color: #555555;
background-color: transparent;
}
.item-cad{
display: flex;
flex-direction: column;
}
label{
text-align: left;
font-family: Poppins;
}
/* botão */
.entrar-cad{
padding: 10px;
width: 20rem;
height: 50px;
margin: 0 auto;
border-radius: 3px;
border: none;
font-weight: 700;
background-color: #536DFE;
cursor: pointer;
font-family: Montserrat;
font-size: 12px;
color: #fff;
}
.entrar-cad:hover {
background: #333333;
}
/* checkbox */
#check{
margin-top: 1rem;
margin-bottom: 1rem;
}
/* Responsive */
@media screen and (max-width: 800px) {
.campo-cad{
width: 100%;
height: 100%;
top: 0;
bottom:0;
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
}
.cad-img{
margin-top: 1px;
}
.entrar-cad{
margin-bottom: 2rem;
}
}
.fundo2{
margin-top: 1rem;
margin-left: 6rem;
}
.fundo2 img{
width: 75%;
}
@media screen and (max-width: 2000px) {
.campo-cad{
top: 0;
bottom:0;
position:fixed;
overflow-x:hidden;
}
.entrar-cad{
margin-bottom: 2rem;
}
}
@media screen and (max-width: 1441px) {
.fundo2 img{
width: 70%;
}
}
@media screen and (max-width: 1266px) {
.fundo2 img{
width: 60%;
}
}
@media screen and (max-width: 1083px) {
.fundo2 img{
width: 50%;
}
}
@media screen and (max-width: 917px) {
.fundo2 img{
width: 47%;
}
} | 0.299003 | 0.05951 |
.filesMin {
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;
overflow: auto;
background-color: #FFF;
min-width: auto;
min-height: auto;
height: 100%;
text-align: left;
box-sizing: border-box;
}
.filesMin > .files-content {
padding: 25px;
height: 100%;
max-height: 100%;
overflow: auto;
}
.filesMin.no-padding > .files-content {
padding: 0px;
/* padding-bottom: 45px; */
}
.filesMin .path {
font-size: 10pt;
color: #64A9EC;
cursor: default;
margin-left: 5px;
}
.filesMin .path a {
color: inherit;
text-decoration: none;
cursor: pointer;
}
.filesMin .path a:hover {text-decoration: underline;}
.filesMin .file-block {
width: 52px;
display: inline-block;
vertical-align: middle;
padding: 5px;
margin: 0 !important;
cursor: pointer;
background-color: #fff;
border: 1px solid #fff;
box-sizing: border-box;
}
.filesMin .hidden:checked + .file-block {
background-color: #F1F8FF;
}
.filesMin .file-block .file-block-icon {
width: 100%;
height: 50px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
background-image: url(../icons/mime_none.svg);
}
.filesMin .file-block .file-block-title {
overflow: hidden;
text-overflow: ellipsis;
font-size: 8pt;
color: gray;
text-align: center;
white-space: nowrap;
}
.filesMin .uploadBtn {
width: 42px;
height: 42px;
vertical-align: middle;
display: inline-block;
background-image: url(../icons/plus.svg);
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
margin: 5px;
font-size: 0;
border: none;
}
.files-min-manager{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
background: #fff;
}
.filesMin > .fot {
width: 100%;
height: 42px;
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #ECECEC;
color: #3C3C3C;
font-size: 11pt;
font-weight: bold;
/* position: absolute; */
bottom: 0;
box-sizing: border-box;
left: 0px;
text-align: center;
}
.filesMin > .fot > *{
display: inline-block;
vertical-align: middle;
}
.filesMin > .fot .arrow {
vertical-align: middle;
text-align: center;
color: #5D5D62;
text-decoration: none;
font-weight: bold;
margin: 0 5px;
}
.files-min-manager.absolute{ position: absolute; }
.files-min-manager>.tit{
width: 100%;
height: 36px;
background-color: #3B414F;
border-radius: 7px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 10px 25px;
color: #FFF;
font-size: 11pt;
font-weight: bold;
position: relative;
text-align: left;
box-sizing: border-box;
}
.files-min-manager>.tit>.close{
width: 10px;
height: 100%;
position: absolute;
right: 15px;
top: 0;
background-image: url(../icons/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
}
.filesMin .off-message { } | public/admin/css/filesMin.css | .filesMin {
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;
overflow: auto;
background-color: #FFF;
min-width: auto;
min-height: auto;
height: 100%;
text-align: left;
box-sizing: border-box;
}
.filesMin > .files-content {
padding: 25px;
height: 100%;
max-height: 100%;
overflow: auto;
}
.filesMin.no-padding > .files-content {
padding: 0px;
/* padding-bottom: 45px; */
}
.filesMin .path {
font-size: 10pt;
color: #64A9EC;
cursor: default;
margin-left: 5px;
}
.filesMin .path a {
color: inherit;
text-decoration: none;
cursor: pointer;
}
.filesMin .path a:hover {text-decoration: underline;}
.filesMin .file-block {
width: 52px;
display: inline-block;
vertical-align: middle;
padding: 5px;
margin: 0 !important;
cursor: pointer;
background-color: #fff;
border: 1px solid #fff;
box-sizing: border-box;
}
.filesMin .hidden:checked + .file-block {
background-color: #F1F8FF;
}
.filesMin .file-block .file-block-icon {
width: 100%;
height: 50px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
background-image: url(../icons/mime_none.svg);
}
.filesMin .file-block .file-block-title {
overflow: hidden;
text-overflow: ellipsis;
font-size: 8pt;
color: gray;
text-align: center;
white-space: nowrap;
}
.filesMin .uploadBtn {
width: 42px;
height: 42px;
vertical-align: middle;
display: inline-block;
background-image: url(../icons/plus.svg);
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
margin: 5px;
font-size: 0;
border: none;
}
.files-min-manager{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
background: #fff;
}
.filesMin > .fot {
width: 100%;
height: 42px;
-ms-flex-negative: 0;
flex-shrink: 0;
background-color: #ECECEC;
color: #3C3C3C;
font-size: 11pt;
font-weight: bold;
/* position: absolute; */
bottom: 0;
box-sizing: border-box;
left: 0px;
text-align: center;
}
.filesMin > .fot > *{
display: inline-block;
vertical-align: middle;
}
.filesMin > .fot .arrow {
vertical-align: middle;
text-align: center;
color: #5D5D62;
text-decoration: none;
font-weight: bold;
margin: 0 5px;
}
.files-min-manager.absolute{ position: absolute; }
.files-min-manager>.tit{
width: 100%;
height: 36px;
background-color: #3B414F;
border-radius: 7px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 10px 25px;
color: #FFF;
font-size: 11pt;
font-weight: bold;
position: relative;
text-align: left;
box-sizing: border-box;
}
.files-min-manager>.tit>.close{
width: 10px;
height: 100%;
position: absolute;
right: 15px;
top: 0;
background-image: url(../icons/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
cursor: pointer;
}
.filesMin .off-message { } | 0.423816 | 0.100128 |
html {
font-family: 'Tatwerat_Light';
direction:rtl;
}
h3,h2,h4,h5,h1,p,a,span,b{
font-family: 'Tatwerat_Light';
}
body {
font-family: 'Tatwerat_Light';
font-size: 14px;
direction:rtl;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('page-loader.gif') 50% 50% no-repeat;
}
.loa {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('page-loader.gif') 50% 50% no-repeat ;
}
/* Fonts */
@font-face {
font-family: "Tatwerat_Gess";
src: url("fonts/GE_SS_Unique_Bold.otf");
src: url("fonts/GE_SS_Unique_Bold.eot?") format("eot"), url("fonts/GE_SS_Unique_Bold.otf") format("opentype"), url("fonts/GE_SS_Unique_Bold.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Gess_light";
src: url("fonts/GE_SS_Unique_Light.otf");
src: url("fonts/GE_SS_Unique_Light.eot?") format("eot"), url("fonts/GE_SS_Unique_Light.otf") format("opentype"), url("fonts/GE_SS_Unique_Light.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Helv";
src: url("fonts/HelveticaNeueW23-Bd.ttf");
src: url("fonts/HelveticaNeueW23-Bd.ttf?") format("eot"), url("fonts/HelveticaNeueW23-Bd.ttf") format("opentype"), url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype");
}
@font-face {
font-family: 'Tatwerat_Light';
src: url('fonts/DroidKufi-Regular.eot');
src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DroidKufi-Regular.woff') format('woff'), url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'GESSTOW_Light';
src: url('fonts/GE_SS_Two_Light.eot');
src: url('fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Light.woff') format('woff'), url('fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Medium';
src: url('fonts/GE_SS_Two_Medium.eot');
src: url('fonts/GE_SS_Two_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Medium.woff') format('woff'), url('.fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Bold';
src: url('fonts/GE_SS_Two_Bold.eot');
src: url('fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Bold.woff') format('woff'), url('fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Tatwerat_H";
src: url("fonts/Hacen_Vanilla.ttf");
src: url("fonts/Hacen_Vanilla.eot?") format("eot"), url("fonts/Hacen_Vanilla.otf") format("opentype"), url("fonts/Hacen_Vanilla.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_K";
src: url("fonts/KHoma.ttf");
src: url("fonts/KHoma.eot?") format("eot"), url("fonts/KHoma.otf") format("opentype"), url("fonts/KHoma.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_D";
src: url("fonts/SC_DUBAI.ttf");
src: url("fonts/SC_DUBAI.eot?") format("eot"), url("fonts/SC_DUBAI.otf") format("opentype"), url("fonts/SC_DUBAI.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_English";
src: url("fonts/HoboStd.otf");
src: url("fonts/HoboStd.eot?") format("eot"), url("fonts/HoboStd.otf") format("opentype"), url("fonts/HoboStd.ttf") format("truetype");
}
/* End Tatwerat.com Reset Coder */ | public/style.css |
html {
font-family: 'Tatwerat_Light';
direction:rtl;
}
h3,h2,h4,h5,h1,p,a,span,b{
font-family: 'Tatwerat_Light';
}
body {
font-family: 'Tatwerat_Light';
font-size: 14px;
direction:rtl;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('page-loader.gif') 50% 50% no-repeat;
}
.loa {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('page-loader.gif') 50% 50% no-repeat ;
}
/* Fonts */
@font-face {
font-family: "Tatwerat_Gess";
src: url("fonts/GE_SS_Unique_Bold.otf");
src: url("fonts/GE_SS_Unique_Bold.eot?") format("eot"), url("fonts/GE_SS_Unique_Bold.otf") format("opentype"), url("fonts/GE_SS_Unique_Bold.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Gess_light";
src: url("fonts/GE_SS_Unique_Light.otf");
src: url("fonts/GE_SS_Unique_Light.eot?") format("eot"), url("fonts/GE_SS_Unique_Light.otf") format("opentype"), url("fonts/GE_SS_Unique_Light.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Helv";
src: url("fonts/HelveticaNeueW23-Bd.ttf");
src: url("fonts/HelveticaNeueW23-Bd.ttf?") format("eot"), url("fonts/HelveticaNeueW23-Bd.ttf") format("opentype"), url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype");
}
@font-face {
font-family: 'Tatwerat_Light';
src: url('fonts/DroidKufi-Regular.eot');
src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DroidKufi-Regular.woff') format('woff'), url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'GESSTOW_Light';
src: url('fonts/GE_SS_Two_Light.eot');
src: url('fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Light.woff') format('woff'), url('fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Medium';
src: url('fonts/GE_SS_Two_Medium.eot');
src: url('fonts/GE_SS_Two_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Medium.woff') format('woff'), url('.fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Bold';
src: url('fonts/GE_SS_Two_Bold.eot');
src: url('fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Bold.woff') format('woff'), url('fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Tatwerat_H";
src: url("fonts/Hacen_Vanilla.ttf");
src: url("fonts/Hacen_Vanilla.eot?") format("eot"), url("fonts/Hacen_Vanilla.otf") format("opentype"), url("fonts/Hacen_Vanilla.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_K";
src: url("fonts/KHoma.ttf");
src: url("fonts/KHoma.eot?") format("eot"), url("fonts/KHoma.otf") format("opentype"), url("fonts/KHoma.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_D";
src: url("fonts/SC_DUBAI.ttf");
src: url("fonts/SC_DUBAI.eot?") format("eot"), url("fonts/SC_DUBAI.otf") format("opentype"), url("fonts/SC_DUBAI.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_English";
src: url("fonts/HoboStd.otf");
src: url("fonts/HoboStd.eot?") format("eot"), url("fonts/HoboStd.otf") format("opentype"), url("fonts/HoboStd.ttf") format("truetype");
}
/* End Tatwerat.com Reset Coder */ | 0.426919 | 0.146331 |
input.text {
width: 100%;
height: 34px;
padding: 6px 12px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px #0000001a;
box-sizing: border-box;
font-size: 1em;
}
button.wide-button:hover{
background-color: #ddd;
}
button.wide-button{
color: inherit;
background-color: rgba(128,128,128,0.08);
padding: 3px 12px;
font-size: 1.2em;
font-family: inherit;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid #eee;
display: block;
width: 100%;
border-color: #ccc;
margin: 5px 0px;
cursor: pointer;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
button.wide-button.disabled{
opacity: .5;
cursor: unset;
}
button.wide-button.disabled:hover{
background-color: rgba(128,128,128,0.08);
}
.console pre {
margin: 0;
padding: .1em .5em;
white-space: pre-wrap;
}
.console {
font-size: 1em;
}
.collapsable{
cursor:pointer;
}
.collapsable:after{
content: "\00a0";
float: right;
margin-right: 20px;
width: 14px;
opacity: .4;
background-repeat: no-repeat;
background-position: center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpolygon fill='%23000' points='11.949%2C3.404 7%2C8.354 2.05%2C3.404 -0.071%2C5.525 7%2C12.596 14.07%2C5.525 '/%3E%3C/svg%3E");
}
.collapsable.collapsed:after, .menu-link:before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpolygon fill='%23000' points='3.404%2C2.051 8.354%2C7 3.404%2C11.95 5.525%2C14.07 12.596%2C7 5.525%2C-0.071 '/%3E%3C/svg%3E");
}
.menu-link{
font-size: 1.4em;
display: block;
margin-bottom: 0.3em;
}
.menu-link:before{
content: "\00a0";
float: left;
margin-right: 20px;
width: 14px;
opacity: .4;
background-repeat: no-repeat;
background-position: center;
}
.alert button:focus, .alert button:hover{
color: #000;
cursor: pointer;
opacity: .5;
}
.alert button{
position: relative;
top: -2px;
right: -21px;
color: inherit;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
float: right;
font-size: 21px;
opacity: .2;
font-weight: 700;
font-family: inherit;
}
.alert {
padding: 15px;
border: 1px solid transparent;
border-radius: 4px;
margin-bottom: 20px;
box-sizing: border-box;
padding-right: 35px;
}
.alert a {
color: inherit;
font-weight: bold;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
#msg-alert p{
display: inline;
}
pre.language-clips{
background-color: rgba(27,31,35,0.02);
-moz-tab-size: 4;
tab-size: 4;
}
.clips-keyword{
color: rgb(147, 15, 128);
}
.clips-name{
color: #795da3;
}
.clips-operator{
color: rgb(0, 128, 192);
}
.clips-variable{
color: #ed6a43;
}
.clips-comment{
color: #34a834;
}
a.back-button:hover{
opacity: 0.75;
text-decoration: none;
}
a.back-button{
width: 16px;
float: left;
margin-left: -26px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpath fill='%23000' d='M5%2C3V0L1%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C13%2C4%2C8%2C3%2C5%2C3z'/%3E%3C/svg%3E");
background-position: center left;
background-repeat: no-repeat;
background-size: contain;
opacity: .4;
} | css/styles.css | input.text {
width: 100%;
height: 34px;
padding: 6px 12px;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px #0000001a;
box-sizing: border-box;
font-size: 1em;
}
button.wide-button:hover{
background-color: #ddd;
}
button.wide-button{
color: inherit;
background-color: rgba(128,128,128,0.08);
padding: 3px 12px;
font-size: 1.2em;
font-family: inherit;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid #eee;
display: block;
width: 100%;
border-color: #ccc;
margin: 5px 0px;
cursor: pointer;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
button.wide-button.disabled{
opacity: .5;
cursor: unset;
}
button.wide-button.disabled:hover{
background-color: rgba(128,128,128,0.08);
}
.console pre {
margin: 0;
padding: .1em .5em;
white-space: pre-wrap;
}
.console {
font-size: 1em;
}
.collapsable{
cursor:pointer;
}
.collapsable:after{
content: "\00a0";
float: right;
margin-right: 20px;
width: 14px;
opacity: .4;
background-repeat: no-repeat;
background-position: center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpolygon fill='%23000' points='11.949%2C3.404 7%2C8.354 2.05%2C3.404 -0.071%2C5.525 7%2C12.596 14.07%2C5.525 '/%3E%3C/svg%3E");
}
.collapsable.collapsed:after, .menu-link:before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpolygon fill='%23000' points='3.404%2C2.051 8.354%2C7 3.404%2C11.95 5.525%2C14.07 12.596%2C7 5.525%2C-0.071 '/%3E%3C/svg%3E");
}
.menu-link{
font-size: 1.4em;
display: block;
margin-bottom: 0.3em;
}
.menu-link:before{
content: "\00a0";
float: left;
margin-right: 20px;
width: 14px;
opacity: .4;
background-repeat: no-repeat;
background-position: center;
}
.alert button:focus, .alert button:hover{
color: #000;
cursor: pointer;
opacity: .5;
}
.alert button{
position: relative;
top: -2px;
right: -21px;
color: inherit;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
float: right;
font-size: 21px;
opacity: .2;
font-weight: 700;
font-family: inherit;
}
.alert {
padding: 15px;
border: 1px solid transparent;
border-radius: 4px;
margin-bottom: 20px;
box-sizing: border-box;
padding-right: 35px;
}
.alert a {
color: inherit;
font-weight: bold;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
#msg-alert p{
display: inline;
}
pre.language-clips{
background-color: rgba(27,31,35,0.02);
-moz-tab-size: 4;
tab-size: 4;
}
.clips-keyword{
color: rgb(147, 15, 128);
}
.clips-name{
color: #795da3;
}
.clips-operator{
color: rgb(0, 128, 192);
}
.clips-variable{
color: #ed6a43;
}
.clips-comment{
color: #34a834;
}
a.back-button:hover{
opacity: 0.75;
text-decoration: none;
}
a.back-button{
width: 16px;
float: left;
margin-left: -26px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14'%3E%3Cpath fill='%23000' d='M5%2C3V0L1%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C13%2C4%2C8%2C3%2C5%2C3z'/%3E%3C/svg%3E");
background-position: center left;
background-repeat: no-repeat;
background-size: contain;
opacity: .4;
} | 0.223377 | 0.068164 |
{ background-color: #fff}
body, .head-bar, .title, strong, .leftpill, .leftpillpink, .rightpill, .rightpilllong, div { text-transform: uppercase; font-family: "Yanone Kaffeesatz ExtraLight"}
.logocontainer { height:175px; width:240px}
.logo {
width:240px; margin-left:0px;
background: url(https://www.worldanvil.com/uploads/images/ab083a0e14e74a721a260f0a62d8da4c.png) center center no-repeat;
background-size: contain; height: 320px; margin-top:20px; background-color: #F89C24}
.ship {
width:95%; margin-left:0px;
background: url(https://www.worldanvil.com/uploads/images/58147ad7971981660c0456e0c3d97144.jpg) center center no-repeat;
background-size: contain; height: 218px; margin-top:20px; background-color: #fff}
span.copyright {
text-align: center;
display: block;
width: 100%;
padding: 4px}
.form-wrapper td { padding:3px}
.form-control { height:22px!important; padding: 4px 2px 0px 2px; margin: 1px 10px 0px 0px!important; display:inline; width:98%; border:none; font-size:20px!important}
input[type=number], .input-small { width: 50px!important}
.rightpillform input[type=number] { width: 37px!important; border:none; background:white; margin-left:-2px!important}
input { margin: 3px!important}
textarea, .myinputfield { width:95%!important}
.form-wrapper .list-group-item { padding-top:0px; padding-bottom:0px; font-size:18px!important}
.list-wide { font-size:20px; line-height:2.0!important}
.wbg {
margin-left:10px;
color: #9F4677!important;
background:#fff;
box-shadow: inset 0 0 0 10px #fff;
-moz-box-shadow: inset 0 0 0 10px #fff;
-webkit-box-shadow: inset 0 0 0 10px #fff;
padding: 14px;
font-weight: 700; font-size:32px}
p { margin-bottom:0px!important}
.card, .card-header, .card-body, .list-group-item { border:none; background-color: #fff}
.card-body { padding: 10px 0px 10px 10px; line-height:1.6!important}
.title { color: #F89C24; font-size:28px; background:none}
.header { color: #9F4677}
.list-group-item, strong { color: #8A70A6; padding: 0px 10px; line-height:1.6!important}
b, .sta-sheet strong { font-size:24px; display: inline-block; color: #8A70A6!important; text-decoration: underline}
.light { color: #B6B2D7}
.itable { display:inline; width:auto; text-align:center }
small { color: #B6B2D7; font-size:14px}
.mdf { font-size:20px!important}
table { width:100%; color: #8A70A6}
tr, th, td { padding:0px; margin:0px}
td.tdbottom { border-bottom: 2px solid #D596B3}
.corner1-lightpurple {
background: #B6B2D7;
border: 2px solid #B6B2D7;
border-top-left-radius: 40px 50%;
width: 100%;
height: 40px}
.corner2-yellow {
background: #F89C24;
border: 2px solid #F89C24;
border-bottom-left-radius: 40px 50%;
width: 100%;
height: 40px;
margin-bottom:20px}
.hbar1-lightpurple { margin-left:-20px; width:103%; height:40px; background-color: #B6B2D7}
.hbar2-purple { width:100%; height:40px; background-color: #8A70A6}
.hbar3-yellow { margin-left:-20px; width:103%; height:40px; background-color: #F89C24; margin-top:30px; margin-bottom:20px}
.hbar4-lightyellow { width:100%; height:40px; background-color: #F9AB75; margin-bottom:20px}
.ofa { overflow:auto }
.mysidebar { display: inline-block; max-height:100%; overflow:hidden}
.vbar1-lightpurple { width:100%; height:40%; min-height:500px; margin-top:-20px; background-color: #B6B2D7}
.vbar2-purple { width:100%; height:20%; min-height:300px; margin-top:10%; background-color: #8A70A6}
.vbar3-lightpurple { width:100%; height:30%; min-height:400px; margin-top:10%; background-color: #B6B2D7}
.vbar4-pink { width:100%; height:20%;min-height:200px; margin-top:10%; background-color: #D596B3}
.head-bar {
font-size:28px;
color: #9F4677!important;
text-indent: 1rem;
background-color: #F89C24;
border-radius: 20px/50%;
margin-top:30px;
padding: 0px 10px 0px 10px}
.leftpill {
display: inline-block;
font-size:20px;
color: white!important;
border: 2px solid #8A70A6;
background: #8A70A6;
text-align: right;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:110px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-right:3px}
.leftpillpink {
display: inline-block;
font-size:20px;
color: white!important;
border: 2px solid #D596B3;
background: #D596B3;
text-align: right;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:80px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.leftpillpinktiny {
display: inline-block;
font-size:16px;
color: white;
border: 2px solid #D596B3;
background: #D596B3;
text-align: left;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:40px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.leftpilllong {
display: inline-block;
font-size:16px;
color: #8A70A6;
border: 2px solid #8A70A6;
background: white;
text-align: left;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:100%!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.rightpill {
display: inline-block;
font-size:16px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:60px;
max-width:60px;
height: 30px;
margin: 9px 10px 10px 0px!important}
.rightpillpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:30px;
max-width:30px;
height: 30px;
margin: 10px 10px 10px 0px!important;}
.rightpillpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:60px;
max-width:60px;
height: 30px;
margin: 10px 10px 10px 0px!important;}
.rightpilllongpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
background: white;
text-align: left;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:80px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:5px;
padding-right:3px}
.rightpilllong {
display: inline-block;
font-size:20px;
color: #D596B3!important;
border: 2px solid #D596B3;
background: white;
text-align: left;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:90%!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:5px;
padding-right:3px}
.rightpillform {
display: inline-block;
font-size:16px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:50px;
max-width:50px;
height: 30px;
padding-left:5px;
margin: 10px 10px 10px 0px!important;}
.emptypill {
display: inline-block;
font-size:18px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:60px;
height: 30px;
padding-left:20px;
margin:5px 10px 5px 5px}
.solidpill {
display: inline-block;
font-size:18px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
background: #8A70A6;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:60px;
height: 30px;
padding-left:20px;
margin:5px 10px 5px 5px}
.smemptypill {
display: inline-block;
font-size:6px;
color: #8A70A6!important;
border: 1px solid #8A70A6;
border-top-left-radius: 6px 50%;
border-bottom-left-radius: 6px 50%;
border-top-right-radius: 6px 50%;
border-bottom-right-radius: 6px 50%;
width:20px;
height: 10px;
padding-left:1px;
margin:0px 2px 0px 0px}
.smsolidpill {
display: inline-block;
font-size:6px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
background: #8A70A6;
border-top-left-radius: 6px 50%;
border-bottom-left-radius: 6px 50%;
border-top-right-radius: 6px 50%;
border-bottom-right-radius: 6px 50%;
width:20px;
height: 10px;
padding-left:1px;
margin:0px 2px 0px 0px}
.smpilllabel {
font-size:12px!important;
font-weight:bold;
color:#8A70A6;
background: #fff;} | block-system-2.0/star_trek_adventures/ship/star_trek_character_sheet.css | { background-color: #fff}
body, .head-bar, .title, strong, .leftpill, .leftpillpink, .rightpill, .rightpilllong, div { text-transform: uppercase; font-family: "Yanone Kaffeesatz ExtraLight"}
.logocontainer { height:175px; width:240px}
.logo {
width:240px; margin-left:0px;
background: url(https://www.worldanvil.com/uploads/images/ab083a0e14e74a721a260f0a62d8da4c.png) center center no-repeat;
background-size: contain; height: 320px; margin-top:20px; background-color: #F89C24}
.ship {
width:95%; margin-left:0px;
background: url(https://www.worldanvil.com/uploads/images/58147ad7971981660c0456e0c3d97144.jpg) center center no-repeat;
background-size: contain; height: 218px; margin-top:20px; background-color: #fff}
span.copyright {
text-align: center;
display: block;
width: 100%;
padding: 4px}
.form-wrapper td { padding:3px}
.form-control { height:22px!important; padding: 4px 2px 0px 2px; margin: 1px 10px 0px 0px!important; display:inline; width:98%; border:none; font-size:20px!important}
input[type=number], .input-small { width: 50px!important}
.rightpillform input[type=number] { width: 37px!important; border:none; background:white; margin-left:-2px!important}
input { margin: 3px!important}
textarea, .myinputfield { width:95%!important}
.form-wrapper .list-group-item { padding-top:0px; padding-bottom:0px; font-size:18px!important}
.list-wide { font-size:20px; line-height:2.0!important}
.wbg {
margin-left:10px;
color: #9F4677!important;
background:#fff;
box-shadow: inset 0 0 0 10px #fff;
-moz-box-shadow: inset 0 0 0 10px #fff;
-webkit-box-shadow: inset 0 0 0 10px #fff;
padding: 14px;
font-weight: 700; font-size:32px}
p { margin-bottom:0px!important}
.card, .card-header, .card-body, .list-group-item { border:none; background-color: #fff}
.card-body { padding: 10px 0px 10px 10px; line-height:1.6!important}
.title { color: #F89C24; font-size:28px; background:none}
.header { color: #9F4677}
.list-group-item, strong { color: #8A70A6; padding: 0px 10px; line-height:1.6!important}
b, .sta-sheet strong { font-size:24px; display: inline-block; color: #8A70A6!important; text-decoration: underline}
.light { color: #B6B2D7}
.itable { display:inline; width:auto; text-align:center }
small { color: #B6B2D7; font-size:14px}
.mdf { font-size:20px!important}
table { width:100%; color: #8A70A6}
tr, th, td { padding:0px; margin:0px}
td.tdbottom { border-bottom: 2px solid #D596B3}
.corner1-lightpurple {
background: #B6B2D7;
border: 2px solid #B6B2D7;
border-top-left-radius: 40px 50%;
width: 100%;
height: 40px}
.corner2-yellow {
background: #F89C24;
border: 2px solid #F89C24;
border-bottom-left-radius: 40px 50%;
width: 100%;
height: 40px;
margin-bottom:20px}
.hbar1-lightpurple { margin-left:-20px; width:103%; height:40px; background-color: #B6B2D7}
.hbar2-purple { width:100%; height:40px; background-color: #8A70A6}
.hbar3-yellow { margin-left:-20px; width:103%; height:40px; background-color: #F89C24; margin-top:30px; margin-bottom:20px}
.hbar4-lightyellow { width:100%; height:40px; background-color: #F9AB75; margin-bottom:20px}
.ofa { overflow:auto }
.mysidebar { display: inline-block; max-height:100%; overflow:hidden}
.vbar1-lightpurple { width:100%; height:40%; min-height:500px; margin-top:-20px; background-color: #B6B2D7}
.vbar2-purple { width:100%; height:20%; min-height:300px; margin-top:10%; background-color: #8A70A6}
.vbar3-lightpurple { width:100%; height:30%; min-height:400px; margin-top:10%; background-color: #B6B2D7}
.vbar4-pink { width:100%; height:20%;min-height:200px; margin-top:10%; background-color: #D596B3}
.head-bar {
font-size:28px;
color: #9F4677!important;
text-indent: 1rem;
background-color: #F89C24;
border-radius: 20px/50%;
margin-top:30px;
padding: 0px 10px 0px 10px}
.leftpill {
display: inline-block;
font-size:20px;
color: white!important;
border: 2px solid #8A70A6;
background: #8A70A6;
text-align: right;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:110px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-right:3px}
.leftpillpink {
display: inline-block;
font-size:20px;
color: white!important;
border: 2px solid #D596B3;
background: #D596B3;
text-align: right;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:80px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.leftpillpinktiny {
display: inline-block;
font-size:16px;
color: white;
border: 2px solid #D596B3;
background: #D596B3;
text-align: left;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:40px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.leftpilllong {
display: inline-block;
font-size:16px;
color: #8A70A6;
border: 2px solid #8A70A6;
background: white;
text-align: left;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
width:100%!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:10px;
padding-right:3px}
.rightpill {
display: inline-block;
font-size:16px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:60px;
max-width:60px;
height: 30px;
margin: 9px 10px 10px 0px!important}
.rightpillpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:30px;
max-width:30px;
height: 30px;
margin: 10px 10px 10px 0px!important;}
.rightpillpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:60px;
max-width:60px;
height: 30px;
margin: 10px 10px 10px 0px!important;}
.rightpilllongpink {
display: inline-block;
font-size:16px;
color: #D596B3!important;
border: 2px solid #D596B3;
background: white;
text-align: left;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:80px!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:5px;
padding-right:3px}
.rightpilllong {
display: inline-block;
font-size:20px;
color: #D596B3!important;
border: 2px solid #D596B3;
background: white;
text-align: left;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:90%!important;
max-width:none;
height: 30px;
margin: 10px 10px 10px 0px!important;
padding-left:5px;
padding-right:3px}
.rightpillform {
display: inline-block;
font-size:16px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
text-align: center;
min-width:50px;
max-width:50px;
height: 30px;
padding-left:5px;
margin: 10px 10px 10px 0px!important;}
.emptypill {
display: inline-block;
font-size:18px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:60px;
height: 30px;
padding-left:20px;
margin:5px 10px 5px 5px}
.solidpill {
display: inline-block;
font-size:18px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
background: #8A70A6;
border-top-left-radius: 15px 50%;
border-bottom-left-radius: 15px 50%;
border-top-right-radius: 15px 50%;
border-bottom-right-radius: 15px 50%;
width:60px;
height: 30px;
padding-left:20px;
margin:5px 10px 5px 5px}
.smemptypill {
display: inline-block;
font-size:6px;
color: #8A70A6!important;
border: 1px solid #8A70A6;
border-top-left-radius: 6px 50%;
border-bottom-left-radius: 6px 50%;
border-top-right-radius: 6px 50%;
border-bottom-right-radius: 6px 50%;
width:20px;
height: 10px;
padding-left:1px;
margin:0px 2px 0px 0px}
.smsolidpill {
display: inline-block;
font-size:6px;
color: #8A70A6!important;
border: 2px solid #8A70A6;
background: #8A70A6;
border-top-left-radius: 6px 50%;
border-bottom-left-radius: 6px 50%;
border-top-right-radius: 6px 50%;
border-bottom-right-radius: 6px 50%;
width:20px;
height: 10px;
padding-left:1px;
margin:0px 2px 0px 0px}
.smpilllabel {
font-size:12px!important;
font-weight:bold;
color:#8A70A6;
background: #fff;} | 0.375936 | 0.154058 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Roboto', sans-serif;
background-color:#dee3e2;
}
.home_bg{
background-color: #fff;
}
.glow {
font-size: 50px;
color: white;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 10px #eeeeee, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #9554b3, 0 0 60px #9554b3, 0 0 70px #9554b3;
}
to {
text-shadow: 0 0 20px #eeeeee, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}
.banner_img{
width: 100%;
height: 100%;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.colored_text{
background: linear-gradient(to right,yellow,red);
background-clip: text;
display: inline-block;
-webkit-background-clip: text;
color: transparent;
transition: all .3s;
}
.colored_text:hover{
transform: skewX(-15deg)
}
@media (min-width:768px) {
.center_box{
position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background-color:rgb(185, 171, 171);
width: 100%;
height: 100%;
padding: 20px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
}
.login_form{
height: 60vh;
width: 60%;
background-color: #fff;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%,5%);
margin: 30px;
}
.login_form form {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-95%,-50%);
width: 350px;
}
.login_form form input:not(:last-child){
display: block;
width: 100%;
padding: 7px;
margin-bottom: 20px;
border: none;
transition: all .4s;
background: #eae4d9;
backface-visibility: hidden;
}
.login_form form input:not(:last-child):placeholder-shown ~ label{
opacity: 0;
transform: translate(9px, -53px);
}
.login_form form label{
color: #797373;
position: absolute;
transform: translate(7px, -80px);
opacity: 1;
transition: all .5s;
}
.login_form form::-webkit-input-placeholder{
color: #797373;
}
.login_form form input:not(:last-child):focus:valid{
border-bottom: 3px solid #0fa00f;
}
.login_form form input:not(:last-child):focus{
outline: none;
box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.5);
border-bottom: 3px solid #ff7730;
}
.contactus__bg{
position: absolute;
width: 70%;
height: 75vh;
background: #3FB071;
left: 50%;
top: 50%;
transform: translate(-63%, -50%);
clip-path: polygon(30% 0,100% 0,100% 100%);
}
.contactus__form{
width: 550px;
height: 415px;
display: inline-block;
background: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -52%);
padding: 30px;
box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
-webkit-box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
-moz-box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
}
.image{
width: 30%;
height: 60%;
position: absolute;
right: 5%;
top: 20%;
}
.image img{
width: 100%;
height: 100%;
}
.Admin_heading{
color: #5f5d5d;
text-align: center;
margin-top: 30px;
}
.admin_dash{
width: 70%;
height: 70vh;
margin: 0 auto;
background: #d2d2d2;
}
.admin_box{
width: 150px;
height: 150px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.one h5,.two h5{
text-transform: capitalize;
position: absolute;
top: 10%;
}
.three h5{
text-transform: capitalize;
position: absolute;
bottom: 10%;
}
.four h5{
text-transform: capitalize;
position: absolute;
bottom: 0%;
left: 15%;
}
.admin_box:nth-child(odd){
box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
}
.one{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-115%, -115%);
}
.two{
position: absolute;
top: 50%;
left: 50%;
transform: translate(5%, -115%);
}
.three{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-115%, 5%);
}
.four{
position: absolute;
top: 50%;
left: 50%;
transform: translate(5%, 5%);
}
.admin_box p{
font-size: 65px;
color: #4c4949;
}
.admin_control{
display: flex;
justify-content: center;
align-items: center;
height: 85%;
width: 85%;
font-size: 30px;
color: #b59e9e !important;
background: #e2dfdf;
border-radius: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
.admin_circle{
background: white;
width: 150px;
height: 150px;
border: 2px solid #848282;
border-radius: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.admin_control:active{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.doctor-dash-size{
width: 100%;
height: 100vh;
}
.doctor-img-size{
height: 200px;
margin-top: 20px;
}
.appointment-list{
height: 250px;
overflow: scroll;
}
.vh-100{
min-height: 100vh;
}
.vw-100{
min-width: 100vh;
}
.appoinment_form_size{
width: 60%;
height: 400px !important;
margin: 0 auto;
}
.form-size{
width: 30%;
height: 50vh;
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
}
.form-section{
width: 65vh;
height: 30vh;
background: white;
padding: 15px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-90%);
}
.result-section{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, 100%);
} | smartHospital/static/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Roboto', sans-serif;
background-color:#dee3e2;
}
.home_bg{
background-color: #fff;
}
.glow {
font-size: 50px;
color: white;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 10px #eeeeee, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #9554b3, 0 0 60px #9554b3, 0 0 70px #9554b3;
}
to {
text-shadow: 0 0 20px #eeeeee, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}
.banner_img{
width: 100%;
height: 100%;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.colored_text{
background: linear-gradient(to right,yellow,red);
background-clip: text;
display: inline-block;
-webkit-background-clip: text;
color: transparent;
transition: all .3s;
}
.colored_text:hover{
transform: skewX(-15deg)
}
@media (min-width:768px) {
.center_box{
position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background-color:rgb(185, 171, 171);
width: 100%;
height: 100%;
padding: 20px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
}
.login_form{
height: 60vh;
width: 60%;
background-color: #fff;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%,5%);
margin: 30px;
}
.login_form form {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-95%,-50%);
width: 350px;
}
.login_form form input:not(:last-child){
display: block;
width: 100%;
padding: 7px;
margin-bottom: 20px;
border: none;
transition: all .4s;
background: #eae4d9;
backface-visibility: hidden;
}
.login_form form input:not(:last-child):placeholder-shown ~ label{
opacity: 0;
transform: translate(9px, -53px);
}
.login_form form label{
color: #797373;
position: absolute;
transform: translate(7px, -80px);
opacity: 1;
transition: all .5s;
}
.login_form form::-webkit-input-placeholder{
color: #797373;
}
.login_form form input:not(:last-child):focus:valid{
border-bottom: 3px solid #0fa00f;
}
.login_form form input:not(:last-child):focus{
outline: none;
box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.5);
border-bottom: 3px solid #ff7730;
}
.contactus__bg{
position: absolute;
width: 70%;
height: 75vh;
background: #3FB071;
left: 50%;
top: 50%;
transform: translate(-63%, -50%);
clip-path: polygon(30% 0,100% 0,100% 100%);
}
.contactus__form{
width: 550px;
height: 415px;
display: inline-block;
background: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -52%);
padding: 30px;
box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
-webkit-box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
-moz-box-shadow: 5px 7px 10px 2px rgba(0,0,0,0.68);
}
.image{
width: 30%;
height: 60%;
position: absolute;
right: 5%;
top: 20%;
}
.image img{
width: 100%;
height: 100%;
}
.Admin_heading{
color: #5f5d5d;
text-align: center;
margin-top: 30px;
}
.admin_dash{
width: 70%;
height: 70vh;
margin: 0 auto;
background: #d2d2d2;
}
.admin_box{
width: 150px;
height: 150px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.one h5,.two h5{
text-transform: capitalize;
position: absolute;
top: 10%;
}
.three h5{
text-transform: capitalize;
position: absolute;
bottom: 10%;
}
.four h5{
text-transform: capitalize;
position: absolute;
bottom: 0%;
left: 15%;
}
.admin_box:nth-child(odd){
box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
}
.one{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-115%, -115%);
}
.two{
position: absolute;
top: 50%;
left: 50%;
transform: translate(5%, -115%);
}
.three{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-115%, 5%);
}
.four{
position: absolute;
top: 50%;
left: 50%;
transform: translate(5%, 5%);
}
.admin_box p{
font-size: 65px;
color: #4c4949;
}
.admin_control{
display: flex;
justify-content: center;
align-items: center;
height: 85%;
width: 85%;
font-size: 30px;
color: #b59e9e !important;
background: #e2dfdf;
border-radius: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
.admin_circle{
background: white;
width: 150px;
height: 150px;
border: 2px solid #848282;
border-radius: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.admin_control:active{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.doctor-dash-size{
width: 100%;
height: 100vh;
}
.doctor-img-size{
height: 200px;
margin-top: 20px;
}
.appointment-list{
height: 250px;
overflow: scroll;
}
.vh-100{
min-height: 100vh;
}
.vw-100{
min-width: 100vh;
}
.appoinment_form_size{
width: 60%;
height: 400px !important;
margin: 0 auto;
}
.form-size{
width: 30%;
height: 50vh;
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
}
.form-section{
width: 65vh;
height: 30vh;
background: white;
padding: 15px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-90%);
}
.result-section{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, 100%);
} | 0.414662 | 0.088033 |
.synder-widget-analytics-statistics ul.chart-legend {
margin: 20px 0 0 0;
padding: 0;
display: flex;
text-align: left;
vertical-align: top;
justify-content: center;
}
.synder-widget-analytics-statistics ul.chart-legend li {
margin: 0;
padding: 0;
position: relative;
list-style: none;
text-align: center;
vertical-align: top;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item {
cursor: pointer;
padding-right: 15px;
padding-left: 15px;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item > i {
width: 13px;
height: 13px;
margin-right: 5px;
display: inline-block;
position: relative;
font-size: 12px;
border-radius: 4px;
transition: background-color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] > i {
background-color: #aaa !important;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item > span {
cursor: pointer;
padding: 0;
font-size: 12px;
vertical-align: top;
transition: color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] > span {
color: #7e8c8d !important;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter {
padding: 5px 15px;
position: relative;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span {
display: block;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span:first-child {
color: #35425B;
font-size: 2.2rem;
transition: color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] .chart-couter span:first-child{
color: #7e8c8d;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span:last-child {
color: #7e8c8d;
font-size: 1.0rem;
}
.synder-widget-analytics-statistics ul.chart-legend li.info {
width: 0;
color: #7e8c8d;
cursor: default;
font-size: 12px;
text-align: right;
white-space: nowrap;
}
.synder-widget-analytics-statistics ul.chart-legend li.info span {
top: -1px;
right: 100%;
margin-right: 50px;
display: block;
position: absolute;
} | widgets/assets/css/statistics.css | .synder-widget-analytics-statistics ul.chart-legend {
margin: 20px 0 0 0;
padding: 0;
display: flex;
text-align: left;
vertical-align: top;
justify-content: center;
}
.synder-widget-analytics-statistics ul.chart-legend li {
margin: 0;
padding: 0;
position: relative;
list-style: none;
text-align: center;
vertical-align: top;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item {
cursor: pointer;
padding-right: 15px;
padding-left: 15px;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item > i {
width: 13px;
height: 13px;
margin-right: 5px;
display: inline-block;
position: relative;
font-size: 12px;
border-radius: 4px;
transition: background-color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] > i {
background-color: #aaa !important;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item > span {
cursor: pointer;
padding: 0;
font-size: 12px;
vertical-align: top;
transition: color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] > span {
color: #7e8c8d !important;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter {
padding: 5px 15px;
position: relative;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span {
display: block;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span:first-child {
color: #35425B;
font-size: 2.2rem;
transition: color .15s ease-in-out;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item[data-visible="false"] .chart-couter span:first-child{
color: #7e8c8d;
}
.synder-widget-analytics-statistics ul.chart-legend li.chart-item .chart-couter span:last-child {
color: #7e8c8d;
font-size: 1.0rem;
}
.synder-widget-analytics-statistics ul.chart-legend li.info {
width: 0;
color: #7e8c8d;
cursor: default;
font-size: 12px;
text-align: right;
white-space: nowrap;
}
.synder-widget-analytics-statistics ul.chart-legend li.info span {
top: -1px;
right: 100%;
margin-right: 50px;
display: block;
position: absolute;
} | 0.4917 | 0.086362 |
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
*{
font-family: 'Lato', sans-serif;
}
body {
padding-top: 0px;
padding-bottom: 0px;
font-size: 15px;
line-height: 25px;
font-weight: 500;
}
.h-custom{
border-top: 1px solid #002f4c;
}
.thumbnail img {
width: 340px;
}
/*@media(max-width: 720px) {*/
/*.thumbnail img {*/
/*height: auto;*/
/*}*/
/*}*/
/*
* Css logo e Menu
* -----------------
*/
header #topo_preto{
margin-top: -1px;
width: 100%;
height: 30px;
background-color: #005E89;
}
header #topo_preto i{
margin-top: 5px;
font-size: 1.1em;
color: #fff;
}
header #custom-bootstrap-menu{
background: rgba(255, 255, 255, 0.90);
}
.nav.navbar-nav-custom{
margin-top: 15px;
}
.navbar-default .navbar-nav.navbar-nav-custom li a {
color: #000000;
}
.navbar-default .navbar-nav.navbar-nav-custom li .caret {
position: absolute;
left: 100%;
top: 30%;
bottom: 0;
/*margin-top: 20px;*/
}
.navbar-default .navbar-nav.navbar-nav-custom>li>a:focus, .navbar-default .navbar-nav.navbar-nav-custom>li>a:hover {
color: #005E89;
}
.nav.nav.navbar-nav-custom>li>a:focus,.nav.navbar-nav-custom>li>a:hover {
color: #005E89;
text-decoration: none;
background-color: transparent;
margin-bottom: 12px;
}
.navbar-default .navbar-nav #user-profile {
height: 50px;
/*padding-top: 22px;*/
padding-left: 58px;
font-size: 12px;
font-weight: 400;
}
.navbar-default .navbar-nav>li>#user-profile {
color: #000000;
width: auto;
/*border-right: 1px solid rgba(255, 255, 255, 0.19);*/
font-weight: 700;
font-size: 12px;
}
.navbar-default .navbar-nav #user-profile p {
padding-left: 20px;
}
.navbar-default .navbar-nav #user-profile img {
height: 35px;
width: 35px;
position: absolute;
top: 8px;
left: 25px;
padding: 1px;
}
.dropdown-menu.dropdown-menu-custom>li>a {
color:#fff;
}
.dropdown-menu.dropdown-menu-custom>li>a:focus, .dropdown-menu.dropdown-menu-custom>li>a:hover {
color:#fff ;
text-decoration: none;
border-radius: 3px 3px;
background-color: #005E89;
height: 26px;
}
/* HOVER.CSS: Underline From Left */
.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
top: 46px;
background: #005E89;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
}
/* Underline From Left */
figure {
width: 100%;
min-width: 320px;
}
video {
width: 100%;
height: auto;
margin-top: -20px;
}
#content{
position: absolute;
top:350px;
margin-left: 180px;
}
#content p {
color: #fff;
font-size: 35px;
font-weight: 700;
text-shadow: 0px 2px 3px #666;
}
@media only screen and (max-width: 600px) {
#content{
position: absolute;
top:150px;
margin-left: 30px;
}
#content p {
color: #fff;
font-size: 12px;
font-weight: 700;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte dos Cursos */
/* ------------------------------------------------------------------------------------------------------------ */
#cursos{
background-color: #fff;
width: 100%;
height: auto;
padding-bottom: 50px;
}
#cursos .espacamento{
margin-top: 70px;
margin-bottom: 50px;
}
#cursos .titulo-secao{
text-align: center;
color: #002f4c;
font-weight: 700;
}
#cursos .card {
font-size: 1em;
overflow: hidden;
padding: 0;
border: none;
border-radius: .28571429rem;
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
margin-bottom: 30px;
}
#cursos .card-block {
font-size: 1em;
position: relative;
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid rgba(34, 36, 38, .1);
box-shadow: none;
}
#cursos .card-img-top {
display: block;
width: 100%;
height: 200px;
margin: 3px;
}
#cursos .card-title {
font-size: 1.28571429em;
font-weight: 700;
line-height: 1.2857em;
}
#cursos .card-text {
clear: both;
margin-top: .5em;
color: rgba(0, 0, 0, .8);
text-align: justify;
}
#cursos .card-footer {
font-size: 1em;
position: static;
top: 0;
left: 0;
max-width: 100%;
padding: .75em 1em;
color: rgba(0, 0, 0, .4);
border-top: 1px solid rgba(0, 0, 0, .05) !important;
background: #fff;
}
#cursos .card-inverse .btn {
border: 1px solid rgba(0, 0, 0, .05);
}
#cursos .profile {
position: absolute;
top: -12px;
display: inline-block;
overflow: hidden;
box-sizing: border-box;
width: 25px;
height: 25px;
margin: 0;
border: 1px solid #fff;
border-radius: 50%;
}
#cursos .profile-avatar {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
#cursos .profile-inline {
position: relative;
top: 0;
display: inline-block;
}
#cursos .profile-inline ~ .card-title {
display: inline-block;
margin-left: 4px;
vertical-align: top;
}
#cursos .text-bold {
font-weight: 700;
}
#cursos .meta {
font-size: 1em;
color: rgba(0, 0, 0, .4);
}
#cursos .meta a {
text-decoration: none;
color: rgba(0, 0, 0, .4);
}
#cursos .meta a:hover {
color: rgba(0, 0, 0, .87);
}
#cursos .btn-info2 {
color: #fff;
background-color: #002f4c;
width: 130px;
}
#cursos .btn.focus, .btn:focus, .btn:hover {
background-color: transparent;
color: #002f4c;
text-decoration: none;
border: 1px solid #002f4c;
font-weight: 700;
}
#cursos .card h4{
color: #002f4c;
text-align: center;
}
@media only screen and (max-width: 768px) {
#cursos .card-img-top {
display: block;
width: 330px;
height: 220px;
}
}
@media only screen and (max-width: 670px) {
#cursos .card-img-top {
display: block;
width: 345px;
height: 220px;
}
}
@media only screen and (max-width: 830px) {
#cursos .card-img-top {
display: block;
width: 380px;
height: 220px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte dos colaboradores */
/* ------------------------------------------------------------------------------------------------------------ */
#colaboradores{
background-color: #005E89;
height: auto;
width: 100%;
}
#colaboradores .espacamento{
margin-bottom: 40px;
margin-top: 40px;
}
#colaboradores .espacamento h1{
text-align: center;
color: #fff;
font-weight: 700;
}
#colaboradores .imagens{
text-align: center;
margin-bottom: 50px;
}
/*
#colaboradores .imagens-colaboradores img{
border: 1px solid #fff;
}
*/
/*------------------------------------------------------------------------------------------------------------ */
/*ESTILO DO PORTFOLIO */
/*------------------------------------------------------------------------------------------------------------ */
#portfolio{
margin-top: -20px;
width: 100%;
height: auto;
background: #007bff!important;
}
#portfolio .texto{
color: #fff;
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#portfolio .texto p{
color: #000;
text-align: justify;
font-weight: 500;
text-indent: 3em;
}
#portfolio .port-espacamento{
margin-top: 20px;
}
#portfolio .bloco-inferior{
text-align: center;
}
#portfolio.bloco-inferior img{
max-width: 112px;
max-height: 112px;
margin-bottom: 5px;
}
#portfolio .col-custom{
max-width: 235px;
max-height: 290px;
margin-bottom: 45px;
color: #fff;
}
#portfolio .col-custom h4{
margin-top: 20px;
}
#portfolio .bloco-inferior .h4-custom{
margin-top: 20px;
}
#portfolio .bloco-inferior .p-custom{
margin-top: 17px;
}
/*
IMAGENS DE BACK-END
https://www.textureking.com/content/img/stock/big/DSC_11007.JPG
http://salleedesign.com/assets/home/photo-top.jpg
http://bjoernmeier.com/cms/wp-content/uploads/2013/07/ophelis-docks-new-bjoern-meier-table-seat-1-1500x999.jpg
*/
#portfolio-realizados{
width: 100%;
height: 700px;
margin-top: -20px;
background-color: rgba(191, 191, 191, 0.38);
}
#portfolio-realizados img{
width: 100%;
height: auto;
}
@media (max-width: 720px){
#portfolio-realizados .btn-port {
margin-top: 70px;
justify-content: center;
}
}
#portfolio-realizados .btn-port {
margin-top: 70px;
display: flex;
justify-content: flex-end;
}
#portfolio-realizados .texto{
color: #0094e1;
text-align: center;
margin-top: 40px;
font-weight: 700;
}
#portfolio-realizados .espacamento{
margin-top: 40px;
}
#portfolio-realizados .bordas{
background: rgba(0,0,0, .5) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgb(0, 47, 76);
}
#portfolio-realizados a{
text-align: center;
font-weight: 600;
color: #fff;
}
#portfolio-realizados a:link {
text-decoration: none;
}
#portfolio-realizados .nome-evento{
margin-top: 10px;
margin-bottom: -10px;
}
#portfolio-realizados .local-evento{
margin-top: -5px;
}
#portfolio-realizados span{
}
/* ------------------------------------- */
/* BOTOES */
#portfolio-realizados #b-port-left, #b-port-right{
background-color: rgba(0,0,0,.0);
border: none;
color: rgba(0,0,0, .5);
font-size: 55px;
display: block;
position: absolute;
outline: 0;
}
#portfolio-realizados #b-port-left{
margin-top: -80px;
margin-left: -200px;
}
#portfolio-realizados #b-port-right{
margin-top: -80px;
margin-left: -110px;
}
/* ------------------------------------- */
/* SOBRE EMPRESA JUNIOR */
#empresa-junior{
background-color: #002f4c;
}
#empresa-junior .texto{
color: #fff;
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#empresa-junior.sobre{
text-align: justify;
font-size: 15px;
margin-top: 20px;
color: #fff;
font-weight: 500;
}
#empresa-junior .sobre p{
text-indent: 3em;
color: #fff;
}
#empresa-junior .info{
margin-top: 40px;
text-align: center;
color: #fff;
}
#empresa-junior .info #imagem1{
margin-right: 40px;
}
/* ------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DO CURSO */
/* ------------------------------------------------------------------------------------------------------------ */
#p-cursos{
width: 100%;
height: 1700px;
margin-top: -20px;
/*background: rgba(0, 94, 137,0.3);*/
/*background-image: url("../imagens/fundo_papel.jpg");*/
background-color: rgba(191, 191, 191, 0.38);
}
#p-cursos .texto{
color: rgba(0, 94, 137, 1);
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#p-cursos .espacamento{
margin-top: 40px;
}
#p-cursos .blocos{
width: 100%;
height: 240px;
margin-top: 20px;
}
#p-cursos .bordas{
background: rgba(0,0,0, .4) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
border-radius: 20px;
}
#p-cursos #bloco-cursos h3{
color: #fff;
text-align: center;
}
#p-cursos #bloco-cursos h4{
color: #fff;
text-align: center;
}
#p-cursos #bloco-cursos span{
color: #000;
text-align: justify;
font-family: 'Raleway';
font-weight: 500;
text-indent: 3em;
}
#p-cursos #bloco-cursos p{
color: #000;
text-align: justify;
font-family: 'Raleway';
font-weight: 500;
text-indent: 3em;
}
#p-cursos #bloco-cursos .p-custom{
margin: -5px 0 10px;
}
#p-cursos #bloco-cursos img{
margin-top: 22px;
margin-left: 5px;
width: 260px;
height: 195px;
border-radius: 20px;
}
/* ESPECIFICO PARA IMAGEM LADO ESQUERDO */
#p-cursos #bloco-cursos button{
display: block;
position: absolute;
margin-left: 65px;
margin-top: -30px;
height: 80px;
width: 137px;
}
/* ESPECIFICO PARA IMAGEM DIREITO */
#p-cursos #bloco-cursos .bloco2 img{
margin-top: 22px;
margin-left: -15px;
width: 260px;
height: 195px;
}
#p-cursos #bloco-cursos span button {
display: block;
position: absolute;
margin-left: 40px;
margin-top: -7px;
height: 70px;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DO CURSO */
/* ------------------------------------------------------------------------------------------------------------ */
#p-cursos{
width: 100%;
height: auto;
margin-top: -20px;
/*background: rgba(0, 94, 137,0.3);*/
/*background-image: url("../imagens/fundo_papel.jpg");*/
background-color: rgba(191, 191, 191, 0.38);
}
#p-cursos .texto{
color: rgba(0, 94, 137, 1);
text-align: center;
font-weight: 500;
margin-top: 40px;
}
@media (max-width: 600px){
#p-cursos .texto h1{
font-size: 24px;
}
#p-cursos .texto h2{
font-size: 18px;
}
}
#p-cursos .espacamento{
margin-top: 40px;
}
#p-cursos .blocos{
width: 100%;
height: 240px;
margin-top: 20px;
}
#p-cursos .bordas{
background: rgba(0,0,0, .4) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
border-radius: 20px;
}
/*
#p-cursos .espacamento-curso{
margin-top: 50px;
}
#p-cursos #bloco-cursos .col-custom{
margin-bottom: 15px;
}
#p-cursos #bloco-cursos .cursos-conteudo{
text-align: justify;
border: 2px solid #0f0f0f;
background-color: rgba(249, 248, 246, 0.3);
}
#p-cursos #bloco-cursos .cursos-conteudo:hover{
background-color: rgba(0, 94, 137, 1);
}
#p-cursos #bloco-cursos .cursos-conteudo p:hover{
color: #fff;
}
#p-cursos a:link{
text-decoration: none;
}
#p-cursos #bloco-cursos .cursos-conteudo .titulo-curso{
color: #007bff;
font-size: 20px;
font-weight: bold;
text-align: center;
}
*/
.thumbnail {
position: relative;
padding: 0px;
margin-bottom: 20px;
text-align: justify;
}
.thumbnail > h4 {
padding: 7px 5px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail h4 .info {
position: absolute;
top: 0px;
right: 0px;
font-size: 0.6em;
padding-left: 15px;
border-top-right-radius: 3px;
border-bottom-left-radius: 4px;
border-radius: 0px;
border-bottom-left-radius: 5px;
cursor: pointer;
}
.thumbnail h4 .info > span {
margin-right: 10px;
}
.thumbnail a.btn {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
color: #fff;
}
#p-cursos .espacamento{
margin-top: 50px;
margin-bottom: 80px;
}
#p-cursos .thumbnail h4{
text-align: center;
color: #007bff;
font-size: 20px;
font-weight: bold;
}
#p-cursos .thumbnail .descricao-curso{
text-align: center;
}
#p-cursos .thumbnail .descricao-avancada{
text-align: center;
color: #007bff;
margin-top: 10px;
}
#p-cursos-outros{
width: 100%;
height: 260px;
background-color: #005E89!important;
margin-top: -20px;
}
.disabled-custom{
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
background-color: #c3c3c3!important;
color: #000!important; font-weight: bold;
border-color: #000!important;
}
@media (max-width: 600px){
#p-cursos-outros {
height: 330px;
}
}
#p-cursos-outros .espacamento{
margin-top: 40px;
}
#p-cursos-outros .row h1{
text-align: center;
color: #fff;
font-size: 30px;
}
#p-cursos-outros button {
width: 210px;
margin: 15px auto;
font-size: 2.0rem;
padding: 1.25rem 2.5rem;
display: block;
background-color: #ffffff;
border: 1px solid transparent;
color: #005e89;
font-weight: 300;
font-weight: bold;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#p-cursos-outros button:hover {
background-color: #005e89;
color: #ffffff;
border-color: #005e89;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE CADASTRO CURSOS */
/* ------------------------------------------------------------------------------------------------------------ */
#info-curso{
width: 100%;
height: 200px;
background-color: #005E89!important;
text-align: center;
margin-top: -20px;
color: #fff;
}
#info-curso .bloco-center{
margin-top: 50px;
}
@media only screen and (max-width: 480px){
#info-curso{
height: 770px;
}
}
#contato-insc{
background-color: #005E89;
margin-bottom: 0px;
width: 100%;
height: auto;
}
#conteudo-cursos{
width: 100%;
height: auto;
background-color: rgba(211,211,211, .5);
}
#conteudo-cursos .texto-espacamento{
text-align: center;
margin-top: 50px;
}
#conteudo-cursos .texto-espacamento h1{
font-size: 2.2em;
text-transform: uppercase;
color: rgb(51, 51, 51);
}
#conteudo-cursos .texto-espacamento h1 span{
color: #005E89;
}
#conteudo-cursos .texto-espacamento p{
font-size: 1.2em;
}
#conteudo-cursos .espacamento-conteudo{
margin-top: 50px;
margin-bottom: 40px;
}
/* Style the tab */
div.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
width: 105px;
font-weight: bold;
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
div.tab button:hover {
background-color: #005E89;
color: #fff;
}
/* Create an active/current tablink class */
div.tab button.active {
background-color: #005E89;
color: #fff;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
margin-bottom: 55px;
}
#conteudo-cursos .descri-interna{
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
#conteudo-cursos .descri-interna .desc-tab{
color: #005E89;
font-size: 20px;
margin-top: 15px;
}
#conteudo-cursos .descri-interna i{
color: #005E89;
}
#conteudo-cursos .divisoria{
border-top: 1px solid #005E89;
width: 70%;
}
#conteudo-cursos .descri-interna .texto-descri{
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .descri{
margin-left: 5px;
margin-right: 5px;
text-align: justify;
font-size: 16px;
color: #000!important;
}
#conteudo-cursos .descri .ini{
font-size: 18px;
color: #005E89!important;
}
#conteudo-cursos .conteudo .conteudos-prog {
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .conteudo .conteudos-prog ul{
list-style-type: none;
font-weight: 400;
}
#conteudo-cursos #info .descri .desc p{
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .bloco-inscri{
border: 1px solid rgba(68, 68, 68, 0.50);
border-radius: 4px;
margin-bottom: 50px;
}
#conteudo-cursos .bloco-inscri button{
width: 100%;
height: 100px;
}
#conteudo-cursos .bloco-inscri button p{
color: #fff;
font-size: 20px;
font-weight: 700;
}
#conteudo-cursos .dentro-inscri{
margin-top: 30px;
margin-bottom: 40px;
text-align: center;
color: #005E89;
}
#conteudo-cursos .dentro-inscri p{
font-size: 40px;
}
#conteudo-cursos .fa.fa-ticket{
font-size: 50px;
}
address #contato-insc{
width: 100%;
height: 200px;
background-color: red;!important;
}
address{
background-color: #007bff;
margin-bottom: 0px;
width: 100%;
height: auto;
}
#contato-insc .espacamento{
margin-top: 40px;
}
#contato-insc .row h1{
text-align: center;
color: #fff;
font-size: 30px;
}
#contato-insc a {
width: 210px;
margin: 15px auto;
font-size: 2.0rem;
padding: 1.25rem 2.5rem;
display: block;
background-color: #ffffff;
border: 1px solid transparent;
color: #005e89;
font-weight: 700;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
#contato-insc a:hover {
background-color: #005e89;
color: #ffffff;
border-color: #005e89;
}
@media only screen and (max-width: 480px){
#conteudo-cursos .bloco-inscri button p {
color: #fff;
font-size: 15px;
font-weight: 700;
}
#conteudo-cursos .dentro-inscri p {
font-size: 27px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE CONTATO */
/* ------------------------------------------------------------------------------------------------------------ */
#contato{
/*background-image: url("../imagens/site-interno/backg.jpg");*/
background-color: #f8f8f8;
height: auto;
width: 100%;
margin-top: -15px;
}
#parent{
display: flex;
}
#contato .contato-title{
padding-top: 40px;
color: #007bff;
text-align: center;
}
#tip {
display:none;
}
.fadeIn {
animation-duration: 3s;
}
.form-control {
border-radius:0px;
border:1px solid #EDEDED;
}
.form-control:focus {
border:1px solid #007bff;
}
.textarea-contact {
resize:none;
}
.btn.btn-custom {
display: inline-block;
width: 100%;
height: 50px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 15rem;
font-size: 2rem;
line-height: 1.25;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.btn-send {
border-radius: 0px;
border:1px solid #007bff;
background:#007bff;
color:#fff;
}
.btn-send:hover {
border:1px solid #007bff;
background:#fff;
color:#007bff;
transition:background 0.5s;
}
.second-portion {
margin-top:50px;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #007bff; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: 0px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title {
font-size: 18px;
color: #000;
font-weight: 700;
}
.box > .icon > .info > p {
font-size: 15px;
font-weight: 600;
color: #000;
line-height: 1.5em;
margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a {font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
.intrinsic-container {
position: relative;
height: 0;
overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
padding-bottom: 75%;
}
.intrinsic-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 60%;
}
@media only screen and (max-width: 768px) {
.contact-form {
margin-top:25px;
}
.btn-send {
width: 100%;
padding:10px;
}
.second-portion {
margin-top:25px;
}
#parent{
display: block;
}
.intrinsic-container iframe {
height: 100%;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE NOTICIAS */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* FOOTER */
/* ------------------------------------------------------------------------------------------------------------ */
.full {
width: 100%;
}
.gap {
height: 30px;
width: 100%;
clear: both;
display: block;
}
.footer {
background: #fff;
height: auto;
padding-bottom: 30px;
position: relative;
width: 100%;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #DDDDDD;
}
.footer p {
margin: 0;
}
.footer img {
max-width: 100%;
margin-top: 50px;
}
.footer h3 {
border-bottom: 1px solid #002f4c;
color: #030307;
font-size: 18px;
font-weight: 600;
line-height: 27px;
padding: 40px 0 10px;
text-transform: uppercase;
}
.footer ul {
font-size: 13px;
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-top: 15px;
color: #030307;
}
.footer ul li a {
padding: 0 0 5px 0;
display: block;
}
.footer a {
color: #002f4c
}
.supportLi h4 {
font-size: 20px;
font-weight: lighter;
line-height: normal;
margin-bottom: 0 !important;
padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
background: #FFFFFF;
display: inline-block;
float: left;
height: 30px;
clear: both;
width: 100%;
}
.newsletter-box .btn {
border: medium none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
height: 40px;
padding: 0;
width: 100%;
color: #fff;
}
.newsletter-box {
overflow: hidden;
}
/*.bg-gray {*/
/*background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);*/
/*box-shadow: 0 1px 0 #B4B3B3;*/
/*}*/
#footer .social li {
background: none repeat scroll 0 0 #B5B5B5;
border: 2px solid #949494;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left;
height: 36px;
line-height: 36px;
margin: 0 8px 0 0;
padding: 0;
text-align: center;
width: 36px;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
/*.social .f-m{*/
/*margin-left: 80px;*/
/*}*/
/*@media (max-width: 600px){*/
/*.social .f-m{*/
/*margin-left: 50px;*/
/*}*/
/*}*/
.social li:hover {
transform: scale(1.15) rotate(360deg);
-webkit-transform: scale(1.1) rotate(360deg);
-moz-transform: scale(1.1) rotate(360deg);
-ms-transform: scale(1.1) rotate(360deg);
-o-transform: scale(1.1) rotate(360deg);
}
.fa.fa-google-plus{
margin-top: 6px;
}
.fa.fa-instagram{
margin-left: 8px;
font-size: 16px;
}
.social li a {
color: #EDEFF1;
}
.social li:hover {
border: 2px solid #2c3e50;
background: #2c3e50;
}
.social li a i {
font-size: 16px;
margin: 0 0 0 5px;
color: #EDEFF1 !important;
}
.footer-bottom {
background: #005E89;
border-top: 1px solid #DDDDDD;
padding-top: 10px;
padding-bottom: 10px;
}
.footer-bottom p.pull-left {
padding-top: 6px;
color: #fff;
}
.payments {
font-size: 1.5em;
color: #fff;
}
.subir {
/*background-color: rgba(31, 41, 40, 0.8);*/
position: fixed;
z-index: 100;
left: 80%;
bottom: 0;
padding-bottom: 5px;
color: #fff;
}
@media screen and (min-width: 768px) {
.subir { left: 95%;}
}
.fa.fa-angle-double-up{
font-size: 50px;
font-weight: 600;
background-color: rgba(31, 41, 40, 0.8);
}
.subir:hover{
color: #1caceb;
}
#modal #float-banner-close i{
color: red;
}
.float-banner {
z-index: 100;
top: 700px;
position: absolute;
left: 80%;
width: 390px;
height: 290px;
margin-top: 200px;
margin-left: -200px;
}
.float-banner-close {
z-index: 101;
top: 700px;
position: absolute;
left: 98%;
margin-top: 185px;
margin-left: -80px;
}
@media screen and (max-width: 600px){
.float-banner img{
width: 270px;
height: 170px;
}
.float-banner{
left: 70%;
width: 390px;
height: 290px;
margin-top: 200px;
margin-left: -200px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PERFIL */
/* ------------------------------------------------------------------------------------------------------------ */
#perfil{
background-color: #E7E7E7;
margin-top: -20px;
}
/* Profile container */
.profile {
margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
padding: 20px 0 10px 0;
background: #fff;
}
.profile-userpic img {
float: none;
margin: 0 auto;
width: 100px;
height: 100px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.profile-usertitle {
text-align: center;
margin-top: 20px;
}
.profile-usertitle-name {
color: #5a7391;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.profile-usertitle-job {
text-transform: uppercase;
color: #5b9bd1;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.profile-userbuttons {
text-align: center;
margin-top: 10px;
}
.profile-userbuttons .btn {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 6px 15px;
margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
margin-right: 0px;
}
.profile-usermenu {
margin-top: 30px;
}
.profile-usermenu ul li {
border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
border-bottom: none;
}
.profile-usermenu ul li a {
color: #000;
font-size: 14px;
font-weight: 400;
}
.profile-usermenu ul li a i {
margin-right: 8px;
font-size: 14px;
}
.profile-usermenu ul li a:hover {
background-color: #005E89;
color: #fff;
}
.profile-usermenu ul li.active {
border-bottom: none;
}
.profile-usermenu ul li.active a {
color: #fff;
background-color: #005E89;
border-left: 2px solid #5b9bd1;
margin-left: -2px;
}
/* Profile Content */
.profile-content {
padding: 20px;
background: #fff;
min-height: 460px;
}
.per{
border-right: 1px solid rgba(0, 0, 0, 0.30);
}
.per .control-label-custom {
padding-top: 0;
margin-bottom: 0;
text-align: right;
}
.has-feedback label~.form-control-feedback.form-control-feedback-custom {
top: 25px;
right: 13px;
}
.conta{
padding-top: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
@media (min-width: 1200px){
.container.container-custom {
width: 1000px;
}
}
.per input{
font-size: 12px;
}
.per select{
font-size: 12px;
}
.glyphicon.glyphicon-plus-sign{
top: 2px;
display: inline-block;
font-weight: 500;
font-size: 15px;
}
.fa.fa-check-square-o{
/*top: 15px;*/
margin-top: 2px;
display: inline-block;
font-weight: 400;
font-size: 15px;
}
.fa.fa-unlock-alt {
top: 10px;
display: inline-block;
font-weight: 500;
font-size: 15px;
}
.fa.fa-key{
margin-top: 10px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-mobile{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 18px;
}
.fa.fa-user-circle-o{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-id-card-o{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-university{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 12px;
}
.fa.fa-thumb-tack{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-check{
font-weight: 500;
font-size: 25px;
color: #fff;
}
/**** LAYOUT Perfil Curosos e Eventos ****/
.list-inline>li {
padding: 0 10px 0 0;
}
.container-pad {
padding: 30px 15px;
}
/**** MODULE ****/
.bgc-fff {
background-color: #fff!important;
}
.box-shad {
-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
border: 1px solid #ededed;
}
/* Font changes */
.fnt-smaller {
font-size: .9em;
}
.fnt-lighter {
color: #bbb;
}
/* Padding - Margins */
.pad-10 {
padding: 10px!important;
}
.mrg-0 {
margin: 0!important;
}
.btm-mrg-10 {
margin-bottom: 10px!important;
}
.btm-mrg-20 {
margin-bottom: 20px!important;
}
/* Color */
.clr-535353 {
color: #535353;
}
/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
#property-listings .property-listing {
padding: 5px!important;
}
#property-listings .property-listing a {
margin: 0;
}
#property-listings .property-listing .media-body {
padding: 10px;
}
}
@media only screen and (min-width: 992px) {
#property-listings .property-listing img {
max-width: 180px;
}
}
.pagamento a{
text-decoration: none;
font-weight: 500;
color: #000;
cursor: pointer;
}
.pagamento a:hover{
color: #007BFF;
text-decoration: none;
}
.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; }
/*Button Cursos Certificado page Perfil*/
.btn.btn-success.p-buuton{
display: inline;
padding: .3em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-success.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-info.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-danger.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
/* Table css Start */
tr.row-name
{
font-size: 18px;
color:#448aff;
}
tr.row-content
{
color:#6c7173;
}
table
{
border-bottom: 8px solid #448aff;
}
.media span{
margin: 5px;
}
td.check
{
text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
background:#F0F2F2 !important;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* EQUIPE */
/* ------------------------------------------------------------------------------------------------------------ */
#equipe{
width: 100%;
height: auto;
background: url("/imagens/testura-admin.jpg");
}
#equipe .espacamento-equipe{
color: #fff;
text-align: center;
font-weight: 700;
margin-top: 50px;
margin-bottom: 40px;
}
.transition {
transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}
.seven {
list-style: none;
padding: 0;
margin-top: 20px;
margin-left: 70px;
margin-bottom: 0px;
}
.seven > li {
background: #FFFFFF;
border: 1px solid rgba(150,150,150,0.29);
-moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
width: 250px;
height: 350px;
display: inline-block;
margin: 0 20px 30px 20px;
text-align: center;
cursor: pointer;
overflow: hidden;
}
.seven .wrapper {
position: relative;
height: 100%;
}
.seven .social {
list-style: none;
text-align: center;
position: absolute;
bottom: -40px;
margin: 0;
text-align: center;
width: 100%;
}
.seven .social li {
display: inline-block;
margin: 0 2px;
}
.seven .social li img {
width: 24px;
}
.seven .social li img:hover {
opacity: 0.5;
}
.seven > li:hover .social {
bottom: 30px;
}
.seven span {
background: #005E89;
display: block;
position: absolute;
top: 0;
height: 280px;
width: 100%;
padding-top: 30px;
}
.seven > li:hover span {
top: -40px;
}
.seven h3 {
font-style: 14px;
opacity: 0.9;
color: #fff;
}
.seven h3 em {
opacity: 0.9;
font-size: 12px;
font-weight: normal;
font-style: normal;
display: block;
}
.seven .arrow {
position: absolute;
bottom: 12px;
background-image: url("../img/arrow.svg");
background-repeat: no-repeat;
background-position: center 10px;
height: 60px;
width: 100%;
}
@-webkit-keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
@-moz-keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
@keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
.seven > li:hover .arrow {
bottom: 50px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-webkit-animation: arrow 0.6s infinite;
-moz-animation: arrow 0.6s infinite;
animation: arrow 0.6s infinite;
}
.seven h4 {
color: #fff;
text-transform: uppercase;
font-weight: 300;
font-size: 13px;
width: 100%;
position: absolute;
bottom: -40px;
}
.seven > li:hover h4 {
bottom: 0;
}
#equipe .social li a i {
font-size: 30px;
margin: 0 0 0 5px;
color: #002f4c !important;
}
#equipe ul .social li {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left;
height: 36px;
line-height: 36px;
margin: 0 8px 0 0;
padding: 0;
text-align: center;
width: 36px;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
#equipe .social li:hover {
border: transparent;
background: transparent;
}
@media only screen and (max-width: 768px) {
.seven {
list-style: none;
padding: 0;
margin-top: 20px;
margin-left: 40px;
margin-bottom: 70px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte das Principal */
/* ------------------------------------------------------------------------------------------------------------ */
.carousel {
margin: 30px 0;
margin-bottom: 6px;
background: #ccc;
margin-top: -15px;
}
.carousel .item {
text-align: center;
overflow: hidden;
height: 475px;
}
.carousel .item img {
max-width: 100%;
margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel .carousel-control {
width: 50px;
height: 50px;
background: #000;
margin: auto 0;
opacity: 0.8;
}
.carousel .carousel-control:hover {
opacity: 0.9;
}
.carousel .carousel-control i {
font-size: 41px;
margin-top: 3px;
}
.carousel-caption h3, .carousel-caption p {
color: #fff;
display: inline-block;
font-family: 'Oswald', sans-serif;
text-shadow: none;
margin-bottom: 20px;
}
.carousel-caption h3 {
background: rgba(0,0,0,0.9);
padding: 12px 24px;
font-size: 40px;
text-transform: uppercase;
}
.carousel-caption p {
background: #005E89;
padding: 10px 20px;
font-size: 20px;
font-weight: 300;
}
.carousel-indicators li, .carousel-indicators li.active {
margin-left: 4px;
margin-right: 4px;
}
.carousel-indicators li.active {
background: #005E89;
border-color: #005E89;
}
.carousel .nav {
background: #eee;
}
.carousel .nav a {
color: #333;
border-radius: 0;
font-size: 85%;
padding: 10px 16px;
background: transparent;
}
.carousel .nav .nav-item.active a {
color: #fff;
background: #005E89;
}
.carousel .nav strong {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 110%;
text-transform: uppercase;
} | public/css/front.css | @import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
*{
font-family: 'Lato', sans-serif;
}
body {
padding-top: 0px;
padding-bottom: 0px;
font-size: 15px;
line-height: 25px;
font-weight: 500;
}
.h-custom{
border-top: 1px solid #002f4c;
}
.thumbnail img {
width: 340px;
}
/*@media(max-width: 720px) {*/
/*.thumbnail img {*/
/*height: auto;*/
/*}*/
/*}*/
/*
* Css logo e Menu
* -----------------
*/
header #topo_preto{
margin-top: -1px;
width: 100%;
height: 30px;
background-color: #005E89;
}
header #topo_preto i{
margin-top: 5px;
font-size: 1.1em;
color: #fff;
}
header #custom-bootstrap-menu{
background: rgba(255, 255, 255, 0.90);
}
.nav.navbar-nav-custom{
margin-top: 15px;
}
.navbar-default .navbar-nav.navbar-nav-custom li a {
color: #000000;
}
.navbar-default .navbar-nav.navbar-nav-custom li .caret {
position: absolute;
left: 100%;
top: 30%;
bottom: 0;
/*margin-top: 20px;*/
}
.navbar-default .navbar-nav.navbar-nav-custom>li>a:focus, .navbar-default .navbar-nav.navbar-nav-custom>li>a:hover {
color: #005E89;
}
.nav.nav.navbar-nav-custom>li>a:focus,.nav.navbar-nav-custom>li>a:hover {
color: #005E89;
text-decoration: none;
background-color: transparent;
margin-bottom: 12px;
}
.navbar-default .navbar-nav #user-profile {
height: 50px;
/*padding-top: 22px;*/
padding-left: 58px;
font-size: 12px;
font-weight: 400;
}
.navbar-default .navbar-nav>li>#user-profile {
color: #000000;
width: auto;
/*border-right: 1px solid rgba(255, 255, 255, 0.19);*/
font-weight: 700;
font-size: 12px;
}
.navbar-default .navbar-nav #user-profile p {
padding-left: 20px;
}
.navbar-default .navbar-nav #user-profile img {
height: 35px;
width: 35px;
position: absolute;
top: 8px;
left: 25px;
padding: 1px;
}
.dropdown-menu.dropdown-menu-custom>li>a {
color:#fff;
}
.dropdown-menu.dropdown-menu-custom>li>a:focus, .dropdown-menu.dropdown-menu-custom>li>a:hover {
color:#fff ;
text-decoration: none;
border-radius: 3px 3px;
background-color: #005E89;
height: 26px;
}
/* HOVER.CSS: Underline From Left */
.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
top: 46px;
background: #005E89;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
}
/* Underline From Left */
figure {
width: 100%;
min-width: 320px;
}
video {
width: 100%;
height: auto;
margin-top: -20px;
}
#content{
position: absolute;
top:350px;
margin-left: 180px;
}
#content p {
color: #fff;
font-size: 35px;
font-weight: 700;
text-shadow: 0px 2px 3px #666;
}
@media only screen and (max-width: 600px) {
#content{
position: absolute;
top:150px;
margin-left: 30px;
}
#content p {
color: #fff;
font-size: 12px;
font-weight: 700;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte dos Cursos */
/* ------------------------------------------------------------------------------------------------------------ */
#cursos{
background-color: #fff;
width: 100%;
height: auto;
padding-bottom: 50px;
}
#cursos .espacamento{
margin-top: 70px;
margin-bottom: 50px;
}
#cursos .titulo-secao{
text-align: center;
color: #002f4c;
font-weight: 700;
}
#cursos .card {
font-size: 1em;
overflow: hidden;
padding: 0;
border: none;
border-radius: .28571429rem;
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
margin-bottom: 30px;
}
#cursos .card-block {
font-size: 1em;
position: relative;
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid rgba(34, 36, 38, .1);
box-shadow: none;
}
#cursos .card-img-top {
display: block;
width: 100%;
height: 200px;
margin: 3px;
}
#cursos .card-title {
font-size: 1.28571429em;
font-weight: 700;
line-height: 1.2857em;
}
#cursos .card-text {
clear: both;
margin-top: .5em;
color: rgba(0, 0, 0, .8);
text-align: justify;
}
#cursos .card-footer {
font-size: 1em;
position: static;
top: 0;
left: 0;
max-width: 100%;
padding: .75em 1em;
color: rgba(0, 0, 0, .4);
border-top: 1px solid rgba(0, 0, 0, .05) !important;
background: #fff;
}
#cursos .card-inverse .btn {
border: 1px solid rgba(0, 0, 0, .05);
}
#cursos .profile {
position: absolute;
top: -12px;
display: inline-block;
overflow: hidden;
box-sizing: border-box;
width: 25px;
height: 25px;
margin: 0;
border: 1px solid #fff;
border-radius: 50%;
}
#cursos .profile-avatar {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
#cursos .profile-inline {
position: relative;
top: 0;
display: inline-block;
}
#cursos .profile-inline ~ .card-title {
display: inline-block;
margin-left: 4px;
vertical-align: top;
}
#cursos .text-bold {
font-weight: 700;
}
#cursos .meta {
font-size: 1em;
color: rgba(0, 0, 0, .4);
}
#cursos .meta a {
text-decoration: none;
color: rgba(0, 0, 0, .4);
}
#cursos .meta a:hover {
color: rgba(0, 0, 0, .87);
}
#cursos .btn-info2 {
color: #fff;
background-color: #002f4c;
width: 130px;
}
#cursos .btn.focus, .btn:focus, .btn:hover {
background-color: transparent;
color: #002f4c;
text-decoration: none;
border: 1px solid #002f4c;
font-weight: 700;
}
#cursos .card h4{
color: #002f4c;
text-align: center;
}
@media only screen and (max-width: 768px) {
#cursos .card-img-top {
display: block;
width: 330px;
height: 220px;
}
}
@media only screen and (max-width: 670px) {
#cursos .card-img-top {
display: block;
width: 345px;
height: 220px;
}
}
@media only screen and (max-width: 830px) {
#cursos .card-img-top {
display: block;
width: 380px;
height: 220px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte dos colaboradores */
/* ------------------------------------------------------------------------------------------------------------ */
#colaboradores{
background-color: #005E89;
height: auto;
width: 100%;
}
#colaboradores .espacamento{
margin-bottom: 40px;
margin-top: 40px;
}
#colaboradores .espacamento h1{
text-align: center;
color: #fff;
font-weight: 700;
}
#colaboradores .imagens{
text-align: center;
margin-bottom: 50px;
}
/*
#colaboradores .imagens-colaboradores img{
border: 1px solid #fff;
}
*/
/*------------------------------------------------------------------------------------------------------------ */
/*ESTILO DO PORTFOLIO */
/*------------------------------------------------------------------------------------------------------------ */
#portfolio{
margin-top: -20px;
width: 100%;
height: auto;
background: #007bff!important;
}
#portfolio .texto{
color: #fff;
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#portfolio .texto p{
color: #000;
text-align: justify;
font-weight: 500;
text-indent: 3em;
}
#portfolio .port-espacamento{
margin-top: 20px;
}
#portfolio .bloco-inferior{
text-align: center;
}
#portfolio.bloco-inferior img{
max-width: 112px;
max-height: 112px;
margin-bottom: 5px;
}
#portfolio .col-custom{
max-width: 235px;
max-height: 290px;
margin-bottom: 45px;
color: #fff;
}
#portfolio .col-custom h4{
margin-top: 20px;
}
#portfolio .bloco-inferior .h4-custom{
margin-top: 20px;
}
#portfolio .bloco-inferior .p-custom{
margin-top: 17px;
}
/*
IMAGENS DE BACK-END
https://www.textureking.com/content/img/stock/big/DSC_11007.JPG
http://salleedesign.com/assets/home/photo-top.jpg
http://bjoernmeier.com/cms/wp-content/uploads/2013/07/ophelis-docks-new-bjoern-meier-table-seat-1-1500x999.jpg
*/
#portfolio-realizados{
width: 100%;
height: 700px;
margin-top: -20px;
background-color: rgba(191, 191, 191, 0.38);
}
#portfolio-realizados img{
width: 100%;
height: auto;
}
@media (max-width: 720px){
#portfolio-realizados .btn-port {
margin-top: 70px;
justify-content: center;
}
}
#portfolio-realizados .btn-port {
margin-top: 70px;
display: flex;
justify-content: flex-end;
}
#portfolio-realizados .texto{
color: #0094e1;
text-align: center;
margin-top: 40px;
font-weight: 700;
}
#portfolio-realizados .espacamento{
margin-top: 40px;
}
#portfolio-realizados .bordas{
background: rgba(0,0,0, .5) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgb(0, 47, 76);
}
#portfolio-realizados a{
text-align: center;
font-weight: 600;
color: #fff;
}
#portfolio-realizados a:link {
text-decoration: none;
}
#portfolio-realizados .nome-evento{
margin-top: 10px;
margin-bottom: -10px;
}
#portfolio-realizados .local-evento{
margin-top: -5px;
}
#portfolio-realizados span{
}
/* ------------------------------------- */
/* BOTOES */
#portfolio-realizados #b-port-left, #b-port-right{
background-color: rgba(0,0,0,.0);
border: none;
color: rgba(0,0,0, .5);
font-size: 55px;
display: block;
position: absolute;
outline: 0;
}
#portfolio-realizados #b-port-left{
margin-top: -80px;
margin-left: -200px;
}
#portfolio-realizados #b-port-right{
margin-top: -80px;
margin-left: -110px;
}
/* ------------------------------------- */
/* SOBRE EMPRESA JUNIOR */
#empresa-junior{
background-color: #002f4c;
}
#empresa-junior .texto{
color: #fff;
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#empresa-junior.sobre{
text-align: justify;
font-size: 15px;
margin-top: 20px;
color: #fff;
font-weight: 500;
}
#empresa-junior .sobre p{
text-indent: 3em;
color: #fff;
}
#empresa-junior .info{
margin-top: 40px;
text-align: center;
color: #fff;
}
#empresa-junior .info #imagem1{
margin-right: 40px;
}
/* ------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DO CURSO */
/* ------------------------------------------------------------------------------------------------------------ */
#p-cursos{
width: 100%;
height: 1700px;
margin-top: -20px;
/*background: rgba(0, 94, 137,0.3);*/
/*background-image: url("../imagens/fundo_papel.jpg");*/
background-color: rgba(191, 191, 191, 0.38);
}
#p-cursos .texto{
color: rgba(0, 94, 137, 1);
text-align: center;
margin-top: 40px;
font-weight: bold;
}
#p-cursos .espacamento{
margin-top: 40px;
}
#p-cursos .blocos{
width: 100%;
height: 240px;
margin-top: 20px;
}
#p-cursos .bordas{
background: rgba(0,0,0, .4) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
border-radius: 20px;
}
#p-cursos #bloco-cursos h3{
color: #fff;
text-align: center;
}
#p-cursos #bloco-cursos h4{
color: #fff;
text-align: center;
}
#p-cursos #bloco-cursos span{
color: #000;
text-align: justify;
font-family: 'Raleway';
font-weight: 500;
text-indent: 3em;
}
#p-cursos #bloco-cursos p{
color: #000;
text-align: justify;
font-family: 'Raleway';
font-weight: 500;
text-indent: 3em;
}
#p-cursos #bloco-cursos .p-custom{
margin: -5px 0 10px;
}
#p-cursos #bloco-cursos img{
margin-top: 22px;
margin-left: 5px;
width: 260px;
height: 195px;
border-radius: 20px;
}
/* ESPECIFICO PARA IMAGEM LADO ESQUERDO */
#p-cursos #bloco-cursos button{
display: block;
position: absolute;
margin-left: 65px;
margin-top: -30px;
height: 80px;
width: 137px;
}
/* ESPECIFICO PARA IMAGEM DIREITO */
#p-cursos #bloco-cursos .bloco2 img{
margin-top: 22px;
margin-left: -15px;
width: 260px;
height: 195px;
}
#p-cursos #bloco-cursos span button {
display: block;
position: absolute;
margin-left: 40px;
margin-top: -7px;
height: 70px;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DO CURSO */
/* ------------------------------------------------------------------------------------------------------------ */
#p-cursos{
width: 100%;
height: auto;
margin-top: -20px;
/*background: rgba(0, 94, 137,0.3);*/
/*background-image: url("../imagens/fundo_papel.jpg");*/
background-color: rgba(191, 191, 191, 0.38);
}
#p-cursos .texto{
color: rgba(0, 94, 137, 1);
text-align: center;
font-weight: 500;
margin-top: 40px;
}
@media (max-width: 600px){
#p-cursos .texto h1{
font-size: 24px;
}
#p-cursos .texto h2{
font-size: 18px;
}
}
#p-cursos .espacamento{
margin-top: 40px;
}
#p-cursos .blocos{
width: 100%;
height: 240px;
margin-top: 20px;
}
#p-cursos .bordas{
background: rgba(0,0,0, .4) repeat-x left bottom;
box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
border-radius: 20px;
}
/*
#p-cursos .espacamento-curso{
margin-top: 50px;
}
#p-cursos #bloco-cursos .col-custom{
margin-bottom: 15px;
}
#p-cursos #bloco-cursos .cursos-conteudo{
text-align: justify;
border: 2px solid #0f0f0f;
background-color: rgba(249, 248, 246, 0.3);
}
#p-cursos #bloco-cursos .cursos-conteudo:hover{
background-color: rgba(0, 94, 137, 1);
}
#p-cursos #bloco-cursos .cursos-conteudo p:hover{
color: #fff;
}
#p-cursos a:link{
text-decoration: none;
}
#p-cursos #bloco-cursos .cursos-conteudo .titulo-curso{
color: #007bff;
font-size: 20px;
font-weight: bold;
text-align: center;
}
*/
.thumbnail {
position: relative;
padding: 0px;
margin-bottom: 20px;
text-align: justify;
}
.thumbnail > h4 {
padding: 7px 5px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.thumbnail h4 .info {
position: absolute;
top: 0px;
right: 0px;
font-size: 0.6em;
padding-left: 15px;
border-top-right-radius: 3px;
border-bottom-left-radius: 4px;
border-radius: 0px;
border-bottom-left-radius: 5px;
cursor: pointer;
}
.thumbnail h4 .info > span {
margin-right: 10px;
}
.thumbnail a.btn {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
color: #fff;
}
#p-cursos .espacamento{
margin-top: 50px;
margin-bottom: 80px;
}
#p-cursos .thumbnail h4{
text-align: center;
color: #007bff;
font-size: 20px;
font-weight: bold;
}
#p-cursos .thumbnail .descricao-curso{
text-align: center;
}
#p-cursos .thumbnail .descricao-avancada{
text-align: center;
color: #007bff;
margin-top: 10px;
}
#p-cursos-outros{
width: 100%;
height: 260px;
background-color: #005E89!important;
margin-top: -20px;
}
.disabled-custom{
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
background-color: #c3c3c3!important;
color: #000!important; font-weight: bold;
border-color: #000!important;
}
@media (max-width: 600px){
#p-cursos-outros {
height: 330px;
}
}
#p-cursos-outros .espacamento{
margin-top: 40px;
}
#p-cursos-outros .row h1{
text-align: center;
color: #fff;
font-size: 30px;
}
#p-cursos-outros button {
width: 210px;
margin: 15px auto;
font-size: 2.0rem;
padding: 1.25rem 2.5rem;
display: block;
background-color: #ffffff;
border: 1px solid transparent;
color: #005e89;
font-weight: 300;
font-weight: bold;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#p-cursos-outros button:hover {
background-color: #005e89;
color: #ffffff;
border-color: #005e89;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE CADASTRO CURSOS */
/* ------------------------------------------------------------------------------------------------------------ */
#info-curso{
width: 100%;
height: 200px;
background-color: #005E89!important;
text-align: center;
margin-top: -20px;
color: #fff;
}
#info-curso .bloco-center{
margin-top: 50px;
}
@media only screen and (max-width: 480px){
#info-curso{
height: 770px;
}
}
#contato-insc{
background-color: #005E89;
margin-bottom: 0px;
width: 100%;
height: auto;
}
#conteudo-cursos{
width: 100%;
height: auto;
background-color: rgba(211,211,211, .5);
}
#conteudo-cursos .texto-espacamento{
text-align: center;
margin-top: 50px;
}
#conteudo-cursos .texto-espacamento h1{
font-size: 2.2em;
text-transform: uppercase;
color: rgb(51, 51, 51);
}
#conteudo-cursos .texto-espacamento h1 span{
color: #005E89;
}
#conteudo-cursos .texto-espacamento p{
font-size: 1.2em;
}
#conteudo-cursos .espacamento-conteudo{
margin-top: 50px;
margin-bottom: 40px;
}
/* Style the tab */
div.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
width: 105px;
font-weight: bold;
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
div.tab button:hover {
background-color: #005E89;
color: #fff;
}
/* Create an active/current tablink class */
div.tab button.active {
background-color: #005E89;
color: #fff;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
margin-bottom: 55px;
}
#conteudo-cursos .descri-interna{
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
#conteudo-cursos .descri-interna .desc-tab{
color: #005E89;
font-size: 20px;
margin-top: 15px;
}
#conteudo-cursos .descri-interna i{
color: #005E89;
}
#conteudo-cursos .divisoria{
border-top: 1px solid #005E89;
width: 70%;
}
#conteudo-cursos .descri-interna .texto-descri{
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .descri{
margin-left: 5px;
margin-right: 5px;
text-align: justify;
font-size: 16px;
color: #000!important;
}
#conteudo-cursos .descri .ini{
font-size: 18px;
color: #005E89!important;
}
#conteudo-cursos .conteudo .conteudos-prog {
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .conteudo .conteudos-prog ul{
list-style-type: none;
font-weight: 400;
}
#conteudo-cursos #info .descri .desc p{
text-align: justify;
font-size: 18px;
color: #000!important;
}
#conteudo-cursos .bloco-inscri{
border: 1px solid rgba(68, 68, 68, 0.50);
border-radius: 4px;
margin-bottom: 50px;
}
#conteudo-cursos .bloco-inscri button{
width: 100%;
height: 100px;
}
#conteudo-cursos .bloco-inscri button p{
color: #fff;
font-size: 20px;
font-weight: 700;
}
#conteudo-cursos .dentro-inscri{
margin-top: 30px;
margin-bottom: 40px;
text-align: center;
color: #005E89;
}
#conteudo-cursos .dentro-inscri p{
font-size: 40px;
}
#conteudo-cursos .fa.fa-ticket{
font-size: 50px;
}
address #contato-insc{
width: 100%;
height: 200px;
background-color: red;!important;
}
address{
background-color: #007bff;
margin-bottom: 0px;
width: 100%;
height: auto;
}
#contato-insc .espacamento{
margin-top: 40px;
}
#contato-insc .row h1{
text-align: center;
color: #fff;
font-size: 30px;
}
#contato-insc a {
width: 210px;
margin: 15px auto;
font-size: 2.0rem;
padding: 1.25rem 2.5rem;
display: block;
background-color: #ffffff;
border: 1px solid transparent;
color: #005e89;
font-weight: 700;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
#contato-insc a:hover {
background-color: #005e89;
color: #ffffff;
border-color: #005e89;
}
@media only screen and (max-width: 480px){
#conteudo-cursos .bloco-inscri button p {
color: #fff;
font-size: 15px;
font-weight: 700;
}
#conteudo-cursos .dentro-inscri p {
font-size: 27px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE CONTATO */
/* ------------------------------------------------------------------------------------------------------------ */
#contato{
/*background-image: url("../imagens/site-interno/backg.jpg");*/
background-color: #f8f8f8;
height: auto;
width: 100%;
margin-top: -15px;
}
#parent{
display: flex;
}
#contato .contato-title{
padding-top: 40px;
color: #007bff;
text-align: center;
}
#tip {
display:none;
}
.fadeIn {
animation-duration: 3s;
}
.form-control {
border-radius:0px;
border:1px solid #EDEDED;
}
.form-control:focus {
border:1px solid #007bff;
}
.textarea-contact {
resize:none;
}
.btn.btn-custom {
display: inline-block;
width: 100%;
height: 50px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 15rem;
font-size: 2rem;
line-height: 1.25;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.btn-send {
border-radius: 0px;
border:1px solid #007bff;
background:#007bff;
color:#fff;
}
.btn-send:hover {
border:1px solid #007bff;
background:#fff;
color:#007bff;
transition:background 0.5s;
}
.second-portion {
margin-top:50px;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #007bff; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: 0px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title {
font-size: 18px;
color: #000;
font-weight: 700;
}
.box > .icon > .info > p {
font-size: 15px;
font-weight: 600;
color: #000;
line-height: 1.5em;
margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a {font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
.intrinsic-container {
position: relative;
height: 0;
overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
padding-bottom: 75%;
}
.intrinsic-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 60%;
}
@media only screen and (max-width: 768px) {
.contact-form {
margin-top:25px;
}
.btn-send {
width: 100%;
padding:10px;
}
.second-portion {
margin-top:25px;
}
#parent{
display: block;
}
.intrinsic-container iframe {
height: 100%;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PAGINA DE NOTICIAS */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* FOOTER */
/* ------------------------------------------------------------------------------------------------------------ */
.full {
width: 100%;
}
.gap {
height: 30px;
width: 100%;
clear: both;
display: block;
}
.footer {
background: #fff;
height: auto;
padding-bottom: 30px;
position: relative;
width: 100%;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #DDDDDD;
}
.footer p {
margin: 0;
}
.footer img {
max-width: 100%;
margin-top: 50px;
}
.footer h3 {
border-bottom: 1px solid #002f4c;
color: #030307;
font-size: 18px;
font-weight: 600;
line-height: 27px;
padding: 40px 0 10px;
text-transform: uppercase;
}
.footer ul {
font-size: 13px;
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-top: 15px;
color: #030307;
}
.footer ul li a {
padding: 0 0 5px 0;
display: block;
}
.footer a {
color: #002f4c
}
.supportLi h4 {
font-size: 20px;
font-weight: lighter;
line-height: normal;
margin-bottom: 0 !important;
padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
background: #FFFFFF;
display: inline-block;
float: left;
height: 30px;
clear: both;
width: 100%;
}
.newsletter-box .btn {
border: medium none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
height: 40px;
padding: 0;
width: 100%;
color: #fff;
}
.newsletter-box {
overflow: hidden;
}
/*.bg-gray {*/
/*background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);*/
/*box-shadow: 0 1px 0 #B4B3B3;*/
/*}*/
#footer .social li {
background: none repeat scroll 0 0 #B5B5B5;
border: 2px solid #949494;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left;
height: 36px;
line-height: 36px;
margin: 0 8px 0 0;
padding: 0;
text-align: center;
width: 36px;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
/*.social .f-m{*/
/*margin-left: 80px;*/
/*}*/
/*@media (max-width: 600px){*/
/*.social .f-m{*/
/*margin-left: 50px;*/
/*}*/
/*}*/
.social li:hover {
transform: scale(1.15) rotate(360deg);
-webkit-transform: scale(1.1) rotate(360deg);
-moz-transform: scale(1.1) rotate(360deg);
-ms-transform: scale(1.1) rotate(360deg);
-o-transform: scale(1.1) rotate(360deg);
}
.fa.fa-google-plus{
margin-top: 6px;
}
.fa.fa-instagram{
margin-left: 8px;
font-size: 16px;
}
.social li a {
color: #EDEFF1;
}
.social li:hover {
border: 2px solid #2c3e50;
background: #2c3e50;
}
.social li a i {
font-size: 16px;
margin: 0 0 0 5px;
color: #EDEFF1 !important;
}
.footer-bottom {
background: #005E89;
border-top: 1px solid #DDDDDD;
padding-top: 10px;
padding-bottom: 10px;
}
.footer-bottom p.pull-left {
padding-top: 6px;
color: #fff;
}
.payments {
font-size: 1.5em;
color: #fff;
}
.subir {
/*background-color: rgba(31, 41, 40, 0.8);*/
position: fixed;
z-index: 100;
left: 80%;
bottom: 0;
padding-bottom: 5px;
color: #fff;
}
@media screen and (min-width: 768px) {
.subir { left: 95%;}
}
.fa.fa-angle-double-up{
font-size: 50px;
font-weight: 600;
background-color: rgba(31, 41, 40, 0.8);
}
.subir:hover{
color: #1caceb;
}
#modal #float-banner-close i{
color: red;
}
.float-banner {
z-index: 100;
top: 700px;
position: absolute;
left: 80%;
width: 390px;
height: 290px;
margin-top: 200px;
margin-left: -200px;
}
.float-banner-close {
z-index: 101;
top: 700px;
position: absolute;
left: 98%;
margin-top: 185px;
margin-left: -80px;
}
@media screen and (max-width: 600px){
.float-banner img{
width: 270px;
height: 170px;
}
.float-banner{
left: 70%;
width: 390px;
height: 290px;
margin-top: 200px;
margin-left: -200px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* PERFIL */
/* ------------------------------------------------------------------------------------------------------------ */
#perfil{
background-color: #E7E7E7;
margin-top: -20px;
}
/* Profile container */
.profile {
margin: 20px 0;
}
/* Profile sidebar */
.profile-sidebar {
padding: 20px 0 10px 0;
background: #fff;
}
.profile-userpic img {
float: none;
margin: 0 auto;
width: 100px;
height: 100px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.profile-usertitle {
text-align: center;
margin-top: 20px;
}
.profile-usertitle-name {
color: #5a7391;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px;
}
.profile-usertitle-job {
text-transform: uppercase;
color: #5b9bd1;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.profile-userbuttons {
text-align: center;
margin-top: 10px;
}
.profile-userbuttons .btn {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 6px 15px;
margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
margin-right: 0px;
}
.profile-usermenu {
margin-top: 30px;
}
.profile-usermenu ul li {
border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
border-bottom: none;
}
.profile-usermenu ul li a {
color: #000;
font-size: 14px;
font-weight: 400;
}
.profile-usermenu ul li a i {
margin-right: 8px;
font-size: 14px;
}
.profile-usermenu ul li a:hover {
background-color: #005E89;
color: #fff;
}
.profile-usermenu ul li.active {
border-bottom: none;
}
.profile-usermenu ul li.active a {
color: #fff;
background-color: #005E89;
border-left: 2px solid #5b9bd1;
margin-left: -2px;
}
/* Profile Content */
.profile-content {
padding: 20px;
background: #fff;
min-height: 460px;
}
.per{
border-right: 1px solid rgba(0, 0, 0, 0.30);
}
.per .control-label-custom {
padding-top: 0;
margin-bottom: 0;
text-align: right;
}
.has-feedback label~.form-control-feedback.form-control-feedback-custom {
top: 25px;
right: 13px;
}
.conta{
padding-top: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
@media (min-width: 1200px){
.container.container-custom {
width: 1000px;
}
}
.per input{
font-size: 12px;
}
.per select{
font-size: 12px;
}
.glyphicon.glyphicon-plus-sign{
top: 2px;
display: inline-block;
font-weight: 500;
font-size: 15px;
}
.fa.fa-check-square-o{
/*top: 15px;*/
margin-top: 2px;
display: inline-block;
font-weight: 400;
font-size: 15px;
}
.fa.fa-unlock-alt {
top: 10px;
display: inline-block;
font-weight: 500;
font-size: 15px;
}
.fa.fa-key{
margin-top: 10px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-mobile{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 18px;
}
.fa.fa-user-circle-o{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-id-card-o{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-university{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 12px;
}
.fa.fa-thumb-tack{
margin-top: 9px;
display: inline-block;
font-weight: 500;
font-size: 14px;
}
.fa.fa-check{
font-weight: 500;
font-size: 25px;
color: #fff;
}
/**** LAYOUT Perfil Curosos e Eventos ****/
.list-inline>li {
padding: 0 10px 0 0;
}
.container-pad {
padding: 30px 15px;
}
/**** MODULE ****/
.bgc-fff {
background-color: #fff!important;
}
.box-shad {
-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
border: 1px solid #ededed;
}
/* Font changes */
.fnt-smaller {
font-size: .9em;
}
.fnt-lighter {
color: #bbb;
}
/* Padding - Margins */
.pad-10 {
padding: 10px!important;
}
.mrg-0 {
margin: 0!important;
}
.btm-mrg-10 {
margin-bottom: 10px!important;
}
.btm-mrg-20 {
margin-bottom: 20px!important;
}
/* Color */
.clr-535353 {
color: #535353;
}
/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
#property-listings .property-listing {
padding: 5px!important;
}
#property-listings .property-listing a {
margin: 0;
}
#property-listings .property-listing .media-body {
padding: 10px;
}
}
@media only screen and (min-width: 992px) {
#property-listings .property-listing img {
max-width: 180px;
}
}
.pagamento a{
text-decoration: none;
font-weight: 500;
color: #000;
cursor: pointer;
}
.pagamento a:hover{
color: #007BFF;
text-decoration: none;
}
.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; }
/*Button Cursos Certificado page Perfil*/
.btn.btn-success.p-buuton{
display: inline;
padding: .3em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-success.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-info.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.btn.btn-danger.p-buuton-custom{
padding: .5em .6em .3em;
font-size: 100%;
display: inline;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
/* Table css Start */
tr.row-name
{
font-size: 18px;
color:#448aff;
}
tr.row-content
{
color:#6c7173;
}
table
{
border-bottom: 8px solid #448aff;
}
.media span{
margin: 5px;
}
td.check
{
text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
background:#F0F2F2 !important;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* EQUIPE */
/* ------------------------------------------------------------------------------------------------------------ */
#equipe{
width: 100%;
height: auto;
background: url("/imagens/testura-admin.jpg");
}
#equipe .espacamento-equipe{
color: #fff;
text-align: center;
font-weight: 700;
margin-top: 50px;
margin-bottom: 40px;
}
.transition {
transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}
.seven {
list-style: none;
padding: 0;
margin-top: 20px;
margin-left: 70px;
margin-bottom: 0px;
}
.seven > li {
background: #FFFFFF;
border: 1px solid rgba(150,150,150,0.29);
-moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
width: 250px;
height: 350px;
display: inline-block;
margin: 0 20px 30px 20px;
text-align: center;
cursor: pointer;
overflow: hidden;
}
.seven .wrapper {
position: relative;
height: 100%;
}
.seven .social {
list-style: none;
text-align: center;
position: absolute;
bottom: -40px;
margin: 0;
text-align: center;
width: 100%;
}
.seven .social li {
display: inline-block;
margin: 0 2px;
}
.seven .social li img {
width: 24px;
}
.seven .social li img:hover {
opacity: 0.5;
}
.seven > li:hover .social {
bottom: 30px;
}
.seven span {
background: #005E89;
display: block;
position: absolute;
top: 0;
height: 280px;
width: 100%;
padding-top: 30px;
}
.seven > li:hover span {
top: -40px;
}
.seven h3 {
font-style: 14px;
opacity: 0.9;
color: #fff;
}
.seven h3 em {
opacity: 0.9;
font-size: 12px;
font-weight: normal;
font-style: normal;
display: block;
}
.seven .arrow {
position: absolute;
bottom: 12px;
background-image: url("../img/arrow.svg");
background-repeat: no-repeat;
background-position: center 10px;
height: 60px;
width: 100%;
}
@-webkit-keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
@-moz-keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
@keyframes arrow {
0% {
background-position: center top;
}
50% {
background-position: center 10px;
}
100% {
background-position: center top;
}
}
.seven > li:hover .arrow {
bottom: 50px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-webkit-animation: arrow 0.6s infinite;
-moz-animation: arrow 0.6s infinite;
animation: arrow 0.6s infinite;
}
.seven h4 {
color: #fff;
text-transform: uppercase;
font-weight: 300;
font-size: 13px;
width: 100%;
position: absolute;
bottom: -40px;
}
.seven > li:hover h4 {
bottom: 0;
}
#equipe .social li a i {
font-size: 30px;
margin: 0 0 0 5px;
color: #002f4c !important;
}
#equipe ul .social li {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
float: left;
height: 36px;
line-height: 36px;
margin: 0 8px 0 0;
padding: 0;
text-align: center;
width: 36px;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
}
#equipe .social li:hover {
border: transparent;
background: transparent;
}
@media only screen and (max-width: 768px) {
.seven {
list-style: none;
padding: 0;
margin-top: 20px;
margin-left: 40px;
margin-bottom: 70px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Parte das Principal */
/* ------------------------------------------------------------------------------------------------------------ */
.carousel {
margin: 30px 0;
margin-bottom: 6px;
background: #ccc;
margin-top: -15px;
}
.carousel .item {
text-align: center;
overflow: hidden;
height: 475px;
}
.carousel .item img {
max-width: 100%;
margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel .carousel-control {
width: 50px;
height: 50px;
background: #000;
margin: auto 0;
opacity: 0.8;
}
.carousel .carousel-control:hover {
opacity: 0.9;
}
.carousel .carousel-control i {
font-size: 41px;
margin-top: 3px;
}
.carousel-caption h3, .carousel-caption p {
color: #fff;
display: inline-block;
font-family: 'Oswald', sans-serif;
text-shadow: none;
margin-bottom: 20px;
}
.carousel-caption h3 {
background: rgba(0,0,0,0.9);
padding: 12px 24px;
font-size: 40px;
text-transform: uppercase;
}
.carousel-caption p {
background: #005E89;
padding: 10px 20px;
font-size: 20px;
font-weight: 300;
}
.carousel-indicators li, .carousel-indicators li.active {
margin-left: 4px;
margin-right: 4px;
}
.carousel-indicators li.active {
background: #005E89;
border-color: #005E89;
}
.carousel .nav {
background: #eee;
}
.carousel .nav a {
color: #333;
border-radius: 0;
font-size: 85%;
padding: 10px 16px;
background: transparent;
}
.carousel .nav .nav-item.active a {
color: #fff;
background: #005E89;
}
.carousel .nav strong {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 110%;
text-transform: uppercase;
} | 0.379263 | 0.048383 |
.jumbotron{
background: #eb1c26;
color: white;
}
.input-group
{
margin-left: 56px;
margin-right: 40px;
}
.input-group-btn:last-child>.btn{
width: 100px;
}
.video-section
{
margin-top: 20px;
margin-left: 10px;
}
.select-box
{
margin-top: 20px;
}
.btn
{
background: #eb1c26;
color:white;
}
.btn:hover
{
background: #eb1c26;
color:white;
}
.glyphicon
{
color: white;
}
@media screen and (max-width: 480px){
.input-group
{
margin-left: 40px;
}
.video-section
{
margin-left: -5px;
}
}
.loader{
position: absolute;
top: 30%;
left: 43%;
z-index: 1;
}
.loader div{
font-size: 25px;
font-weight: bold;
position: relative;
right: 135px;
width: 330px;
}
.loader svg:not(:root){
margin-top:20px;
}
.hide-loader{
display:none;
}
.main{
display: none;
}
.spinner{
box-sizing: border-box;
stroke: #eb1c26;
stroke-width: 3px;
transform-origin: 50%;
-webkit-animation: line 1.6s cubic-bezier(0.4, 0.0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
@-webkit-keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(450deg);
}
}
@-webkit-keyframes line {
0% {
stroke-dasharray: 2, 85.964;
transform: rotate(0);
}
50% {
stroke-dasharray: 65.973, 21.9911;
stroke-dashoffset: 0;
}
100% {
stroke-dasharray: 2, 85.964;
stroke-dashoffset: -65.973;
transform: rotate(90deg);
}
}
.slider{
position: relative;
width: 323px;
height: 3px;
bottom: 35px;
display: none;
}
.slider-active{
display: block;
}
.line{
position: absolute;
background: #eb1c26;
width: 321px;
height: 3px;
}
.break{
position: absolute;
background: #f9f8f8;
width: 5px;
height: 3px;
}
.dot1{
-webkit-animation: loading 2s infinite;
-moz-animation: loading 2s infinite;
-ms-animation: loading 2s infinite;
-o-animation: loading 2s infinite;
animation: loading 2s infinite;
}
.dot2{
-webkit-animation: loading 2s 0.5s infinite;
-moz-animation: loading 2s 0.5s infinite;
-ms-animation: loading 2s 0.5s infinite;
-o-animation: loading 2s 0.5s infinite;
animation: loading 2s 0.5s infinite;
}
.dot3{
-webkit-animation: loading 2s 1s infinite;
-moz-animation: loading 2s 1s infinite;
-ms-animation: loading 2s 1s infinite;
-o-animation: loading 2s 1s infinite;
animation: loading 2s 1s infinite;
}
@keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-moz-keyframes loading {
from { left: 0; }
to { left: 321px; }
}
@-webkit-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-ms-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-o-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
} | youtubedownloader/style.css | .jumbotron{
background: #eb1c26;
color: white;
}
.input-group
{
margin-left: 56px;
margin-right: 40px;
}
.input-group-btn:last-child>.btn{
width: 100px;
}
.video-section
{
margin-top: 20px;
margin-left: 10px;
}
.select-box
{
margin-top: 20px;
}
.btn
{
background: #eb1c26;
color:white;
}
.btn:hover
{
background: #eb1c26;
color:white;
}
.glyphicon
{
color: white;
}
@media screen and (max-width: 480px){
.input-group
{
margin-left: 40px;
}
.video-section
{
margin-left: -5px;
}
}
.loader{
position: absolute;
top: 30%;
left: 43%;
z-index: 1;
}
.loader div{
font-size: 25px;
font-weight: bold;
position: relative;
right: 135px;
width: 330px;
}
.loader svg:not(:root){
margin-top:20px;
}
.hide-loader{
display:none;
}
.main{
display: none;
}
.spinner{
box-sizing: border-box;
stroke: #eb1c26;
stroke-width: 3px;
transform-origin: 50%;
-webkit-animation: line 1.6s cubic-bezier(0.4, 0.0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
@-webkit-keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(450deg);
}
}
@-webkit-keyframes line {
0% {
stroke-dasharray: 2, 85.964;
transform: rotate(0);
}
50% {
stroke-dasharray: 65.973, 21.9911;
stroke-dashoffset: 0;
}
100% {
stroke-dasharray: 2, 85.964;
stroke-dashoffset: -65.973;
transform: rotate(90deg);
}
}
.slider{
position: relative;
width: 323px;
height: 3px;
bottom: 35px;
display: none;
}
.slider-active{
display: block;
}
.line{
position: absolute;
background: #eb1c26;
width: 321px;
height: 3px;
}
.break{
position: absolute;
background: #f9f8f8;
width: 5px;
height: 3px;
}
.dot1{
-webkit-animation: loading 2s infinite;
-moz-animation: loading 2s infinite;
-ms-animation: loading 2s infinite;
-o-animation: loading 2s infinite;
animation: loading 2s infinite;
}
.dot2{
-webkit-animation: loading 2s 0.5s infinite;
-moz-animation: loading 2s 0.5s infinite;
-ms-animation: loading 2s 0.5s infinite;
-o-animation: loading 2s 0.5s infinite;
animation: loading 2s 0.5s infinite;
}
.dot3{
-webkit-animation: loading 2s 1s infinite;
-moz-animation: loading 2s 1s infinite;
-ms-animation: loading 2s 1s infinite;
-o-animation: loading 2s 1s infinite;
animation: loading 2s 1s infinite;
}
@keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-moz-keyframes loading {
from { left: 0; }
to { left: 321px; }
}
@-webkit-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-ms-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
}
@-o-keyframes "loading" {
from { left: 0; }
to { left: 321px; }
} | 0.372163 | 0.101902 |
@charset "UTF-8";
*,
*::after,
*::before {
margin: 0;
padding: 0;
outline: none;
box-sizing: inherit; }
html {
box-sizing: border-box;
font-size: 62.5%;
scroll-behavior: smooth; }
html.full-width {
width: 100%;
flex: 1 1 100%; }
body {
font-size: 1.6rem; }
a {
text-decoration: none; }
ul {
list-style: none; }
.main-bg {
background-image: url("../img/Main-bg.svg");
background-position: center center;
background-size: cover;
color: #fff; }
.white-bg {
background-color: #fff;
color: #0A1128; }
.main-content {
max-width: 120rem;
margin: 0 auto;
padding: 10rem 3rem; }
.section-height {
min-height: 100vh; }
.menu-spacing {
height: 6.5rem; }
div.full-width {
width: 100%;
flex: 1 1 100%; }
html, body {
font-family: 'Open Sans', sans-serif;
color: #0A1128;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", sans-serif; }
h1 {
font-size: 6rem;
text-transform: uppercase; }
h2 {
font-size: 5.5rem;
text-transform: uppercase;
line-height: 1.2; }
h3 {
font-size: 5rem; }
h4 {
font-size: 4.5rem; }
h5 {
font-size: 4rem; }
h6 {
font-size: 3.5rem; }
p {
font-size: 1.6rem; }
.menu {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1;
border-bottom: 0.1rem solid #eee; }
.menu h1 {
font-size: 2.3rem;
color: #0A1128; }
.menu h1 a {
text-decoration: none;
color: inherit; }
.menu ul {
list-style: none;
display: flex; }
.menu ul li a {
display: block;
text-decoration: none;
color: #0A1128;
font-size: 1.8rem;
padding: 2rem 2rem;
position: relative; }
.menu ul li a::after {
content: "";
position: absolute;
bottom: 1rem;
left: 50%;
width: 0%;
height: 0.2rem;
transition: all 0.3s ease-in-out; }
.menu ul li a:hover::after {
width: 50%;
left: 25%;
background-color: crimson; }
.menu-content {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 0;
padding-bottom: 0; }
.close-menu {
display: none; }
@media (max-width: 800px) {
.menu {
display: none;
bottom: 0;
text-align: center; }
.menu-content,
.menu-content ul {
flex-direction: column;
justify-content: center; }
.menu-content {
margin-top: 20vh; }
.close-menu {
display: none; }
.close-menu:checked ~ .menu {
display: block; }
.close-menu:checked ~ .close-menu-label::after {
content: "×"; }
.close-menu-label::after {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
content: "☰";
position: fixed;
top: 1rem;
right: 2rem;
z-index: 3;
background: #0A1128;
color: #fff;
width: 4.5rem;
height: 4.5rem;
font-size: 3rem;
cursor: pointer;
border-radius: .3rem; } }
.home__content {
position: relative;
top: -0.5rem;
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 3rem;
min-height: 100vh; }
.home__content--text {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.home__content--text h2 {
font-size: 6rem;
margin-bottom: 5rem;
line-height: 1.2; }
.home__content--text p {
font-size: 2rem;
line-height: 1.5; }
.home__content--img {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.home__content--img img {
max-width: 100%;
height: auto; }
@media (max-width: 800px) {
section > div.home__content {
display: grid;
grid-template-columns: 1fr; } }
.contact-form {
grid-column: span 2; }
.form-grid {
border: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 3rem; }
.form-grid legend {
font-size: 2rem;
font-style: italic;
margin-bottom: 3rem; }
.form-group {
flex: 1 1 32rem; }
.form-group label {
display: block;
margin-bottom: 2rem; }
.form-group input, .form-group textarea {
border: none;
background-color: #fff;
padding: 1.5rem 2rem;
font-size: 2rem;
width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder {
color: rgba(10, 17, 40, 0.3); }
.form-group input:focus, .form-group textarea:focus {
box-shadow: 0 0 0.7rem 0.2rem rgba(220, 20, 60, 0.7); }
.form-group button {
border: 0.5rem solid #fff;
padding: 1.4rem;
background: none;
color: #fff;
font-size: 2rem;
transition: all .3s ease-in-out; }
.form-group button:hover {
border: 0.5rem solid #fff;
background: #fff;
color: #0A1128;
transform: translateY(0.2rem); }
.intro__content {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
min-height: 100vh;
max-width: 64rem;
text-align: center;
padding: 7rem 1rem; }
.intro__content h2 {
font-size: 6rem;
text-transform: uppercase;
margin-bottom: 5rem;
line-height: 1.2; }
.intro__content p {
font-size: 2rem; }
.intro__content p:not(:last-child) {
margin-bottom: 3rem; }
.grid-one {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.grid-one-content {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.grid-one-content h2 {
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 1rem; }
.grid-one-content p {
margin-bottom: 7rem; }
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem;
counter-reset: gridcounnter; }
.grid h3 {
font-size: 3rem;
position: relative;
padding-left: 5rem;
padding-bottom: 3rem; }
.grid h3::before {
counter-increment: gridcounnter;
content: counter(gridcounnter);
position: absolute;
top: -4rem;
left: -2rem;
font-size: 8rem;
font-style: italic;
transform: rotate(5deg); }
.gallery-imagem {
width: 100%;
max-width: 36rem;
max-height: 36rem;
overflow: hidden; }
.gallery-imagem img {
transition: all .3s ease-in-out; }
.gallery-imagem img:hover {
transform: rotate(5deg) translate(-1rem, 1rem) scale(1.2); }
@media (max-width: 800px) {
.grid {
grid-template-columns: 1fr; }
.gallery-imagem {
width: 100%;
max-width: 100%;
max-height: 100%; }
.gallery-imagem img {
width: 100%; }
.grid-one-content {
display: block; } }
.responsive-table {
overflow: hidden;
overflow-x: auto; }
table {
min-width: 35rem;
width: 100%;
margin: 0 auto;
border-collapse: collapse; }
table caption {
text-align: left;
margin-bottom: 1rem;
font-style: italic;
font-size: 1.6rem; }
table td, table th {
border: 0.05rem solid rgba(238, 238, 238, 0.7);
padding: .5rem;
text-align: left; }
table thead, table tfoot {
background: #eee; }
table tfoot td {
text-align: right;
font-style: italic; }
.heart {
color: red; }
.footer {
display: flex;
align-items: center;
justify-content: center;
height: 5.7rem; }
.back-to-top {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
position: fixed;
bottom: 2rem;
right: 2rem;
color: #0A1128;
transform: rotate(-90deg);
background: #fff;
border-radius: 50%;
border: 0.1rem solid rgba(10, 17, 40, 0.7);
width: 5rem;
height: 5rem; } | assets/css/style.css | @charset "UTF-8";
*,
*::after,
*::before {
margin: 0;
padding: 0;
outline: none;
box-sizing: inherit; }
html {
box-sizing: border-box;
font-size: 62.5%;
scroll-behavior: smooth; }
html.full-width {
width: 100%;
flex: 1 1 100%; }
body {
font-size: 1.6rem; }
a {
text-decoration: none; }
ul {
list-style: none; }
.main-bg {
background-image: url("../img/Main-bg.svg");
background-position: center center;
background-size: cover;
color: #fff; }
.white-bg {
background-color: #fff;
color: #0A1128; }
.main-content {
max-width: 120rem;
margin: 0 auto;
padding: 10rem 3rem; }
.section-height {
min-height: 100vh; }
.menu-spacing {
height: 6.5rem; }
div.full-width {
width: 100%;
flex: 1 1 100%; }
html, body {
font-family: 'Open Sans', sans-serif;
color: #0A1128;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", sans-serif; }
h1 {
font-size: 6rem;
text-transform: uppercase; }
h2 {
font-size: 5.5rem;
text-transform: uppercase;
line-height: 1.2; }
h3 {
font-size: 5rem; }
h4 {
font-size: 4.5rem; }
h5 {
font-size: 4rem; }
h6 {
font-size: 3.5rem; }
p {
font-size: 1.6rem; }
.menu {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1;
border-bottom: 0.1rem solid #eee; }
.menu h1 {
font-size: 2.3rem;
color: #0A1128; }
.menu h1 a {
text-decoration: none;
color: inherit; }
.menu ul {
list-style: none;
display: flex; }
.menu ul li a {
display: block;
text-decoration: none;
color: #0A1128;
font-size: 1.8rem;
padding: 2rem 2rem;
position: relative; }
.menu ul li a::after {
content: "";
position: absolute;
bottom: 1rem;
left: 50%;
width: 0%;
height: 0.2rem;
transition: all 0.3s ease-in-out; }
.menu ul li a:hover::after {
width: 50%;
left: 25%;
background-color: crimson; }
.menu-content {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 0;
padding-bottom: 0; }
.close-menu {
display: none; }
@media (max-width: 800px) {
.menu {
display: none;
bottom: 0;
text-align: center; }
.menu-content,
.menu-content ul {
flex-direction: column;
justify-content: center; }
.menu-content {
margin-top: 20vh; }
.close-menu {
display: none; }
.close-menu:checked ~ .menu {
display: block; }
.close-menu:checked ~ .close-menu-label::after {
content: "×"; }
.close-menu-label::after {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
content: "☰";
position: fixed;
top: 1rem;
right: 2rem;
z-index: 3;
background: #0A1128;
color: #fff;
width: 4.5rem;
height: 4.5rem;
font-size: 3rem;
cursor: pointer;
border-radius: .3rem; } }
.home__content {
position: relative;
top: -0.5rem;
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 3rem;
min-height: 100vh; }
.home__content--text {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.home__content--text h2 {
font-size: 6rem;
margin-bottom: 5rem;
line-height: 1.2; }
.home__content--text p {
font-size: 2rem;
line-height: 1.5; }
.home__content--img {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.home__content--img img {
max-width: 100%;
height: auto; }
@media (max-width: 800px) {
section > div.home__content {
display: grid;
grid-template-columns: 1fr; } }
.contact-form {
grid-column: span 2; }
.form-grid {
border: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 3rem; }
.form-grid legend {
font-size: 2rem;
font-style: italic;
margin-bottom: 3rem; }
.form-group {
flex: 1 1 32rem; }
.form-group label {
display: block;
margin-bottom: 2rem; }
.form-group input, .form-group textarea {
border: none;
background-color: #fff;
padding: 1.5rem 2rem;
font-size: 2rem;
width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder {
color: rgba(10, 17, 40, 0.3); }
.form-group input:focus, .form-group textarea:focus {
box-shadow: 0 0 0.7rem 0.2rem rgba(220, 20, 60, 0.7); }
.form-group button {
border: 0.5rem solid #fff;
padding: 1.4rem;
background: none;
color: #fff;
font-size: 2rem;
transition: all .3s ease-in-out; }
.form-group button:hover {
border: 0.5rem solid #fff;
background: #fff;
color: #0A1128;
transform: translateY(0.2rem); }
.intro__content {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
min-height: 100vh;
max-width: 64rem;
text-align: center;
padding: 7rem 1rem; }
.intro__content h2 {
font-size: 6rem;
text-transform: uppercase;
margin-bottom: 5rem;
line-height: 1.2; }
.intro__content p {
font-size: 2rem; }
.intro__content p:not(:last-child) {
margin-bottom: 3rem; }
.grid-one {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.grid-one-content {
display: flex;
flex-flow: column wrap;
justify-content: center; }
.grid-one-content h2 {
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 1rem; }
.grid-one-content p {
margin-bottom: 7rem; }
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem;
counter-reset: gridcounnter; }
.grid h3 {
font-size: 3rem;
position: relative;
padding-left: 5rem;
padding-bottom: 3rem; }
.grid h3::before {
counter-increment: gridcounnter;
content: counter(gridcounnter);
position: absolute;
top: -4rem;
left: -2rem;
font-size: 8rem;
font-style: italic;
transform: rotate(5deg); }
.gallery-imagem {
width: 100%;
max-width: 36rem;
max-height: 36rem;
overflow: hidden; }
.gallery-imagem img {
transition: all .3s ease-in-out; }
.gallery-imagem img:hover {
transform: rotate(5deg) translate(-1rem, 1rem) scale(1.2); }
@media (max-width: 800px) {
.grid {
grid-template-columns: 1fr; }
.gallery-imagem {
width: 100%;
max-width: 100%;
max-height: 100%; }
.gallery-imagem img {
width: 100%; }
.grid-one-content {
display: block; } }
.responsive-table {
overflow: hidden;
overflow-x: auto; }
table {
min-width: 35rem;
width: 100%;
margin: 0 auto;
border-collapse: collapse; }
table caption {
text-align: left;
margin-bottom: 1rem;
font-style: italic;
font-size: 1.6rem; }
table td, table th {
border: 0.05rem solid rgba(238, 238, 238, 0.7);
padding: .5rem;
text-align: left; }
table thead, table tfoot {
background: #eee; }
table tfoot td {
text-align: right;
font-style: italic; }
.heart {
color: red; }
.footer {
display: flex;
align-items: center;
justify-content: center;
height: 5.7rem; }
.back-to-top {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
position: fixed;
bottom: 2rem;
right: 2rem;
color: #0A1128;
transform: rotate(-90deg);
background: #fff;
border-radius: 50%;
border: 0.1rem solid rgba(10, 17, 40, 0.7);
width: 5rem;
height: 5rem; } | 0.417628 | 0.0524 |
@import "../../base/variables.pcss.css";
.nav-primary__button {
display: none;
@media (--nav) {
display: flex;
visibility: hidden;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: var(--content-left);
height: var(--sp6);
cursor: pointer;
pointer-events: auto;
border: 0;
outline: 0;
background-color: var(--color--blue-50);
&:focus {
border: solid 1px transparent; /* Will show in IE/Edge high contrast mode. */
}
}
}
body:not(.is-always-mobile-nav) .js-fixed .nav-primary__button {
@media (--nav) {
visibility: visible;
}
}
body.is-always-mobile-nav .nav-primary__button {
@media (--nav) {
visibility: hidden;
}
}
.nav-primary__icon {
position: relative;
width: var(--sp2);
height: 21px;
transition: opacity 0.2s;
pointer-events: none;
opacity: 0;
transform-style: preserve-3d;
& > span {
display: block;
height: 0;
/* Intentionally not using CSS logical properties. */
border-top: solid 3px var(--color--white);
&:nth-child(1) {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: transform 0.2s;
background-color: var(--color--white);
}
&:nth-child(2) {
position: absolute;
inset-block-start: 9px;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: opacity 0.2s;
background-color: var(--color--white);
}
&:nth-child(3) {
position: absolute;
inset-block: auto 0;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: transform 0.2s;
background-color: var(--color--white);
}
}
}
.js-fixed .nav-primary__icon {
opacity: 1;
}
[aria-expanded="true"] .nav-primary__icon {
& > span:nth-child(1) {
inset-block-start: 9px;
transform: rotate(-45deg);
}
& > span:nth-child(2) {
opacity: 0;
}
& > span:nth-child(3) {
inset-block-start: 9px;
transform: rotate(45deg);
}
} | web/core/themes/olivero/css/components/navigation/nav-button-wide.pcss.css | @import "../../base/variables.pcss.css";
.nav-primary__button {
display: none;
@media (--nav) {
display: flex;
visibility: hidden;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: var(--content-left);
height: var(--sp6);
cursor: pointer;
pointer-events: auto;
border: 0;
outline: 0;
background-color: var(--color--blue-50);
&:focus {
border: solid 1px transparent; /* Will show in IE/Edge high contrast mode. */
}
}
}
body:not(.is-always-mobile-nav) .js-fixed .nav-primary__button {
@media (--nav) {
visibility: visible;
}
}
body.is-always-mobile-nav .nav-primary__button {
@media (--nav) {
visibility: hidden;
}
}
.nav-primary__icon {
position: relative;
width: var(--sp2);
height: 21px;
transition: opacity 0.2s;
pointer-events: none;
opacity: 0;
transform-style: preserve-3d;
& > span {
display: block;
height: 0;
/* Intentionally not using CSS logical properties. */
border-top: solid 3px var(--color--white);
&:nth-child(1) {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: transform 0.2s;
background-color: var(--color--white);
}
&:nth-child(2) {
position: absolute;
inset-block-start: 9px;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: opacity 0.2s;
background-color: var(--color--white);
}
&:nth-child(3) {
position: absolute;
inset-block: auto 0;
inset-inline-start: 0;
width: 100%;
height: 0;
transition: transform 0.2s;
background-color: var(--color--white);
}
}
}
.js-fixed .nav-primary__icon {
opacity: 1;
}
[aria-expanded="true"] .nav-primary__icon {
& > span:nth-child(1) {
inset-block-start: 9px;
transform: rotate(-45deg);
}
& > span:nth-child(2) {
opacity: 0;
}
& > span:nth-child(3) {
inset-block-start: 9px;
transform: rotate(45deg);
}
} | 0.65379 | 0.0666 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities{
.feathered {
box-shadow: 10px 10px 50px rgba(59, 130, 246, 1);
}
/* --
.title-background{
display: flex;
position: relative;
overflow: hidden;
}
.title-background::before{
content: "";
position: absolute;
-webkit-filter: blur(80px);
background-image: url(https://cdn.sanity.io/images/j2di4tpb/production/0e4943aa28c0a3acddab7c7c46975a1caf0c58eb-1815x1021.jpg);
background-position: center;
z-index: 1;
width: 50%;
height: 100%;
top: 100px;
left: 300px;
animation-name: orb-move;
animation-duration: 40s;
animation-iteration-count: infinite;
animation-timing-function: linear;
border-radius: 24px;
}
@keyframes orb-move{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
-*/
}
@layer base {
h1 {
@apply font-manrope text-4xl font-bold text-black dark:text-white tracking-wider;
}
h2 {
@apply font-manrope text-2xl font-bold mt-9 -mb-2 text-black dark:text-white tracking-wide;
}
h3 {
@apply font-manrope text-xl font-bold mt-7 -mb-2 text-black dark:text-white tracking-wide;
}
h4 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
h5 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
h6 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
p {
@apply text-base my-6 text-black dark:text-white;
}
strong {
@apply font-medium;
}
a{
@apply border-b border-dotted border-blue-400;
}
ul {
@apply list-disc my-6 text-black dark:text-white pl-6;
}
li {
@apply mt-3;
}
figcaption{
@apply text-black dark:text-white text-base mt-2;
}
body {
@apply min-h-screen m-0 w-full;
}
html {
@apply min-h-screen m-0 w-full;
}
.icons {
@apply bg-blue-200 text-blue-700;
}
.images {
@apply bg-yellow-200 text-yellow-700;
}
.type {
@apply bg-green-200 text-green-700;
}
.learn {
@apply bg-pink-200 text-pink-700;
}
.software {
@apply bg-purple-200 text-purple-700;
}
.paid {
@apply bg-yellow-200 text-yellow-700;
}
.free {
@apply bg-green-200 text-green-700;
}
.inspiration {
@apply bg-orange-200 text-orange-700
}
.accessibility {
@apply bg-fuchsia-200 text-fuchsia-700;
}
.colour {
@apply bg-teal-200 text-teal-700
}
.mockups {
@apply bg-lime-200 text-lime-700
}
.no-underline {
@apply border-b-0
}
.read {
@apply bg-blue-500 hover:bg-blue-600
}
.get {
@apply bg-pink-500 hover:bg-pink-600
}
.store {
@apply bg-teal-200 text-teal-700
}
.premium {
@apply bg-teal-200 text-teal-700
}
} | web/src/styles/global.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities{
.feathered {
box-shadow: 10px 10px 50px rgba(59, 130, 246, 1);
}
/* --
.title-background{
display: flex;
position: relative;
overflow: hidden;
}
.title-background::before{
content: "";
position: absolute;
-webkit-filter: blur(80px);
background-image: url(https://cdn.sanity.io/images/j2di4tpb/production/0e4943aa28c0a3acddab7c7c46975a1caf0c58eb-1815x1021.jpg);
background-position: center;
z-index: 1;
width: 50%;
height: 100%;
top: 100px;
left: 300px;
animation-name: orb-move;
animation-duration: 40s;
animation-iteration-count: infinite;
animation-timing-function: linear;
border-radius: 24px;
}
@keyframes orb-move{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
-*/
}
@layer base {
h1 {
@apply font-manrope text-4xl font-bold text-black dark:text-white tracking-wider;
}
h2 {
@apply font-manrope text-2xl font-bold mt-9 -mb-2 text-black dark:text-white tracking-wide;
}
h3 {
@apply font-manrope text-xl font-bold mt-7 -mb-2 text-black dark:text-white tracking-wide;
}
h4 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
h5 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
h6 {
@apply text-base font-semibold mt-7 mb-1 text-black dark:text-white tracking-wide;
}
p {
@apply text-base my-6 text-black dark:text-white;
}
strong {
@apply font-medium;
}
a{
@apply border-b border-dotted border-blue-400;
}
ul {
@apply list-disc my-6 text-black dark:text-white pl-6;
}
li {
@apply mt-3;
}
figcaption{
@apply text-black dark:text-white text-base mt-2;
}
body {
@apply min-h-screen m-0 w-full;
}
html {
@apply min-h-screen m-0 w-full;
}
.icons {
@apply bg-blue-200 text-blue-700;
}
.images {
@apply bg-yellow-200 text-yellow-700;
}
.type {
@apply bg-green-200 text-green-700;
}
.learn {
@apply bg-pink-200 text-pink-700;
}
.software {
@apply bg-purple-200 text-purple-700;
}
.paid {
@apply bg-yellow-200 text-yellow-700;
}
.free {
@apply bg-green-200 text-green-700;
}
.inspiration {
@apply bg-orange-200 text-orange-700
}
.accessibility {
@apply bg-fuchsia-200 text-fuchsia-700;
}
.colour {
@apply bg-teal-200 text-teal-700
}
.mockups {
@apply bg-lime-200 text-lime-700
}
.no-underline {
@apply border-b-0
}
.read {
@apply bg-blue-500 hover:bg-blue-600
}
.get {
@apply bg-pink-500 hover:bg-pink-600
}
.store {
@apply bg-teal-200 text-teal-700
}
.premium {
@apply bg-teal-200 text-teal-700
}
} | 0.515376 | 0.095898 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-align: left;
vertical-align: baseline;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 12px;
}
body {
background-color: #101010;
overflow-x: hidden;
}
.text-ellipsis, .anime-container span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.section-container {
margin-top: 32px;
padding: 0 11.5%;
}
.section-title-container {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.section-title {
display: inline-block;
padding: 16px 0;
color: gray;
font-weight: bold;
font-size: 24px;
}
.section-reshuffle {
display: inline-block;
padding: 4px 8px;
margin-left: 16px;
color: #d63031;
font-weight: bold;
font-size: 16px;
cursor: pointer;
transition: 0.3s;
border-radius: 4px;
}
.section-reshuffle:hover {
background-color: #404040;
}
.section-reshuffle:active {
background-color: #202020;
}
#landing {
display: flex;
flex-direction: column;
padding-bottom: 32px;
overflow: hidden;
}
.display-background-img {
width: 168.75px;
height: 247.5px;
position: relative;
overflow: hidden;
margin: 2px;
flex-grow: 1;
filter: brightness(0.2) grayscale(0.4);
z-index: 0;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: center;
background-size: 225px 100%;
}
.landing-anime-display {
position: relative;
height: 70vh;
box-shadow: inset 0px 0px 15px 15px black;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
overflow: hidden;
}
.title {
position: absolute;
display: inline-block;
margin: auto;
font-size: 32px;
color: #d63031;
text-shadow: 0 0 4px black;
z-index: 5;
top: 0;
left: 11.5%;
height: 68px;
padding: 16px;
}
.anime-list {
display: flex;
justify-content: center;
overflow: visible;
min-height: 330px;
border-radius: 4px;
}
.anime-list-loading {
background: linear-gradient(to right, #303030 8%, gray 38%, #303030 54%);
animation: anime-loading 16s linear infinite forwards;
background-size: 500% 100%;
}
@keyframes anime-loading {
0% {
background-position: -500% 50%;
}
100% {
background-position: 500% 50%;
}
}
.anime-container {
min-width: 100px;
width: 225px;
height: 330px;
position: relative;
overflow: hidden;
transition: 0.5s;
margin: 0 2px;
filter: brightness(0.8);
z-index: 5;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: center;
background-size: 225px 100%;
cursor: pointer;
}
.anime-container:hover {
min-width: 225px;
filter: brightness(1.2);
margin: 0 16px;
z-index: 6;
}
.anime-container span {
width: 100%;
color: white;
position: absolute;
bottom: 0;
font-size: 14px;
font-weight: bold;
display: inline-block;
padding: 8px;
background: rgba(32, 32, 32, 0.8);
text-shadow: 0 0 4px black;
}
#player-container {
position: fixed;
height: 100vh;
width: 100vw;
background-color: rgba(16, 16, 16, 0.8);
margin: auto;
display: flex;
justify-content: center;
align-items: center;
top: 0;
z-index: 9;
}
/*# sourceMappingURL=main.css.map */ | build/main.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
text-align: left;
vertical-align: baseline;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 12px;
}
body {
background-color: #101010;
overflow-x: hidden;
}
.text-ellipsis, .anime-container span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.section-container {
margin-top: 32px;
padding: 0 11.5%;
}
.section-title-container {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.section-title {
display: inline-block;
padding: 16px 0;
color: gray;
font-weight: bold;
font-size: 24px;
}
.section-reshuffle {
display: inline-block;
padding: 4px 8px;
margin-left: 16px;
color: #d63031;
font-weight: bold;
font-size: 16px;
cursor: pointer;
transition: 0.3s;
border-radius: 4px;
}
.section-reshuffle:hover {
background-color: #404040;
}
.section-reshuffle:active {
background-color: #202020;
}
#landing {
display: flex;
flex-direction: column;
padding-bottom: 32px;
overflow: hidden;
}
.display-background-img {
width: 168.75px;
height: 247.5px;
position: relative;
overflow: hidden;
margin: 2px;
flex-grow: 1;
filter: brightness(0.2) grayscale(0.4);
z-index: 0;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: center;
background-size: 225px 100%;
}
.landing-anime-display {
position: relative;
height: 70vh;
box-shadow: inset 0px 0px 15px 15px black;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
overflow: hidden;
}
.title {
position: absolute;
display: inline-block;
margin: auto;
font-size: 32px;
color: #d63031;
text-shadow: 0 0 4px black;
z-index: 5;
top: 0;
left: 11.5%;
height: 68px;
padding: 16px;
}
.anime-list {
display: flex;
justify-content: center;
overflow: visible;
min-height: 330px;
border-radius: 4px;
}
.anime-list-loading {
background: linear-gradient(to right, #303030 8%, gray 38%, #303030 54%);
animation: anime-loading 16s linear infinite forwards;
background-size: 500% 100%;
}
@keyframes anime-loading {
0% {
background-position: -500% 50%;
}
100% {
background-position: 500% 50%;
}
}
.anime-container {
min-width: 100px;
width: 225px;
height: 330px;
position: relative;
overflow: hidden;
transition: 0.5s;
margin: 0 2px;
filter: brightness(0.8);
z-index: 5;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: center;
background-size: 225px 100%;
cursor: pointer;
}
.anime-container:hover {
min-width: 225px;
filter: brightness(1.2);
margin: 0 16px;
z-index: 6;
}
.anime-container span {
width: 100%;
color: white;
position: absolute;
bottom: 0;
font-size: 14px;
font-weight: bold;
display: inline-block;
padding: 8px;
background: rgba(32, 32, 32, 0.8);
text-shadow: 0 0 4px black;
}
#player-container {
position: fixed;
height: 100vh;
width: 100vw;
background-color: rgba(16, 16, 16, 0.8);
margin: auto;
display: flex;
justify-content: center;
align-items: center;
top: 0;
z-index: 9;
}
/*# sourceMappingURL=main.css.map */ | 0.568176 | 0.103612 |
:root {
--ff-primary: "Roboto", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--transition: all 0.3s linear;
--spacing: 0.25rem;
--radius: 0.5rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
--max-width: 1170px;
--fixed-width: 620px;
}
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--ff-secondary);
background: #ffa62b;
color: #f1f1f1;
line-height: 1.5;
font-size: 0.875rem;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
img:not(.logo) {
width: 100%;
}
img {
display: block;
}
h1,
h2,
h3,
h4 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
font-family: var(--ff-primary);
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: #fdb827;
}
@media screen and (min-width: 800px) {
h1 {
font-size: 4rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
.todo-title {
font-size: 2.5rem;
}
.btn {
text-transform: uppercase;
background: transparent;
color: #fdb827;
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
transition: var(--transition);
font-size: 0.875rem;
border: 2px solid #21209c;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.btn:hover {
color: #fdb827;
background: #21209c;
}
/* section */
.section {
padding: 5rem 0;
}
.section-center {
width: 90vw;
margin: 0 auto;
max-width: 35rem;
margin-top: 8rem;
}
@media screen and (min-width: 992px) {
.section-center {
width: 95vw;
}
}
main {
min-height: 100vh;
display: grid;
place-items: center;
}
.section-center {
background: #16697a;
border-radius: var(--radius);
box-shadow: var(--light-shadow);
transition: var(--transition);
padding: 2rem;
}
.section-center:hover {
box-shadow: var(--dark-shadow);
}
.alert {
margin-bottom: 1rem;
height: 2rem;
display: grid;
align-items: center;
text-align: center;
font-size: 0.7rem;
border-radius: 0.25rem;
letter-spacing: var(--spacing);
text-transform: capitalize;
}
.alert-danger {
color: #eeeeee;
background: #f05454;
}
.alert-success {
color: #eeeeee;
background: #54e346;
}
.todo-form h3 {
color: #ffa62b;
margin-bottom: 1.5rem;
text-align: center;
}
.form-control {
display: flex;
justify-content: center;
}
#todo {
padding: 0.25rem;
padding-left: 1rem;
background: #f8f1f1;
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
border-color: transparent;
font-size: 1rem;
flex: 1 0 auto;
color: #191919;
}
#todo::placeholder {
font-family: var(--ff-secondary);
color: #1919190;
}
.submit-btn {
background: #db6400;
border-color: transparent;
flex: 0 0 5rem;
display: grid;
align-items: center;
padding: 0.25rem;
text-transform: capitalize;
letter-spacing: 2px;
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
cursor: pointer;
content: purple;
transition: var(--transition);
font-size: 0.85rem;
}
.submit-btn:hover {
background: #fdb827;
color: #191919;
}
.todo-container {
margin-top: 2rem;
transition: var(--transition);
visibility: hidden;
}
.show-container {
visibility: visible;
}
.todo-item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.5rem;
transition: var(--transition);
padding: 0.25rem 1rem;
border-radius: var(--radius);
text-transform: capitalize;
}
.todo-item:hover {
color: #eeeeee;
background: #db6400;
}
.todo-item:hover .title {
color: #16697a;
}
.title {
margin-bottom: 0;
color: #eeeeee;
letter-spacing: 2px;
transition: var(--transition);
}
.edit-btn,
.delete-btn {
background: transparent;
border-color: transparent;
cursor: pointer;
font-size: 1rem;
margin: 0 0.15rem;
transition: var(--transition);
}
.edit-btn {
color: #f8f1f1;
}
.edit-btn:hover {
color: #16697a;
}
.delete-btn {
color: #f8f1f1;
}
.delete-btn:hover {
color: #16697a;
}
.clear-btn {
text-transform: capitalize;
width: 10rem;
height: 1.5rem;
display: grid;
align-items: center;
background: transparent;
border-color: transparent;
color: #ffa62b;
margin: 0 auto;
font-size: 1.4rem;
letter-spacing: var(--spacing);
cursor: pointer;
transition: var(--transition);
margin-top: 1rem;
padding-bottom: 3rem;
}
.clear-btn:hover {
color: #db6400;
} | styles.css | :root {
--ff-primary: "Roboto", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--transition: all 0.3s linear;
--spacing: 0.25rem;
--radius: 0.5rem;
--light-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
--dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
--max-width: 1170px;
--fixed-width: 620px;
}
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--ff-secondary);
background: #ffa62b;
color: #f1f1f1;
line-height: 1.5;
font-size: 0.875rem;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
img:not(.logo) {
width: 100%;
}
img {
display: block;
}
h1,
h2,
h3,
h4 {
letter-spacing: var(--spacing);
text-transform: capitalize;
line-height: 1.25;
margin-bottom: 0.75rem;
font-family: var(--ff-primary);
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 0.875rem;
}
p {
margin-bottom: 1.25rem;
color: #fdb827;
}
@media screen and (min-width: 800px) {
h1 {
font-size: 4rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1rem;
}
body {
font-size: 1rem;
}
h1,
h2,
h3,
h4 {
line-height: 1;
}
}
.todo-title {
font-size: 2.5rem;
}
.btn {
text-transform: uppercase;
background: transparent;
color: #fdb827;
padding: 0.375rem 0.75rem;
letter-spacing: var(--spacing);
display: inline-block;
transition: var(--transition);
font-size: 0.875rem;
border: 2px solid #21209c;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
border-radius: var(--radius);
}
.btn:hover {
color: #fdb827;
background: #21209c;
}
/* section */
.section {
padding: 5rem 0;
}
.section-center {
width: 90vw;
margin: 0 auto;
max-width: 35rem;
margin-top: 8rem;
}
@media screen and (min-width: 992px) {
.section-center {
width: 95vw;
}
}
main {
min-height: 100vh;
display: grid;
place-items: center;
}
.section-center {
background: #16697a;
border-radius: var(--radius);
box-shadow: var(--light-shadow);
transition: var(--transition);
padding: 2rem;
}
.section-center:hover {
box-shadow: var(--dark-shadow);
}
.alert {
margin-bottom: 1rem;
height: 2rem;
display: grid;
align-items: center;
text-align: center;
font-size: 0.7rem;
border-radius: 0.25rem;
letter-spacing: var(--spacing);
text-transform: capitalize;
}
.alert-danger {
color: #eeeeee;
background: #f05454;
}
.alert-success {
color: #eeeeee;
background: #54e346;
}
.todo-form h3 {
color: #ffa62b;
margin-bottom: 1.5rem;
text-align: center;
}
.form-control {
display: flex;
justify-content: center;
}
#todo {
padding: 0.25rem;
padding-left: 1rem;
background: #f8f1f1;
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
border-color: transparent;
font-size: 1rem;
flex: 1 0 auto;
color: #191919;
}
#todo::placeholder {
font-family: var(--ff-secondary);
color: #1919190;
}
.submit-btn {
background: #db6400;
border-color: transparent;
flex: 0 0 5rem;
display: grid;
align-items: center;
padding: 0.25rem;
text-transform: capitalize;
letter-spacing: 2px;
border-top-right-radius: var(--radius);
border-bottom-right-radius: var(--radius);
cursor: pointer;
content: purple;
transition: var(--transition);
font-size: 0.85rem;
}
.submit-btn:hover {
background: #fdb827;
color: #191919;
}
.todo-container {
margin-top: 2rem;
transition: var(--transition);
visibility: hidden;
}
.show-container {
visibility: visible;
}
.todo-item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.5rem;
transition: var(--transition);
padding: 0.25rem 1rem;
border-radius: var(--radius);
text-transform: capitalize;
}
.todo-item:hover {
color: #eeeeee;
background: #db6400;
}
.todo-item:hover .title {
color: #16697a;
}
.title {
margin-bottom: 0;
color: #eeeeee;
letter-spacing: 2px;
transition: var(--transition);
}
.edit-btn,
.delete-btn {
background: transparent;
border-color: transparent;
cursor: pointer;
font-size: 1rem;
margin: 0 0.15rem;
transition: var(--transition);
}
.edit-btn {
color: #f8f1f1;
}
.edit-btn:hover {
color: #16697a;
}
.delete-btn {
color: #f8f1f1;
}
.delete-btn:hover {
color: #16697a;
}
.clear-btn {
text-transform: capitalize;
width: 10rem;
height: 1.5rem;
display: grid;
align-items: center;
background: transparent;
border-color: transparent;
color: #ffa62b;
margin: 0 auto;
font-size: 1.4rem;
letter-spacing: var(--spacing);
cursor: pointer;
transition: var(--transition);
margin-top: 1rem;
padding-bottom: 3rem;
}
.clear-btn:hover {
color: #db6400;
} | 0.410284 | 0.126219 |
@import url(
'https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url(
'https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
*{box-sizing:border-box;}
/*Color Palette*/
.primaryColor{background-color:#212121;}
.primaryLightColor{background-color:#484848;}
.primaryDarkColor{background-color:#000000;}
.secondaryColor{background-color:#ffd54f;}
.secondaryLightColor{background-color:#ffff81;}
.secondaryDarkColor{background-color:#c8a415;}
.primaryTextColor{color:#ffffff;}
.secondaryTextColor{color:#000000;}
#column{width:50%;}
#emphasis{font-weight: bold; color:#ffd54f;}
#font-source{font-family: 'Source Code Pro', monospace;}
#font-rubik{font-family: 'Rubik Mono One', sans-serif;}
html{background-color:#484848; height:100%;}
a:visited{color:inherit;}
.header-float-right{float:right;}
.divider{
border-right:solid;
border-color:#ffd54f;
border-width:1px;
}
.header-container{
background-color:#212121;
overflow:hidden;
}
.header-container a{
float:left;
text-align:center;
padding:14px 16px;
text-decoration: none;
color:white;
}
.header-container a:hover{
background-color: #484848;
transition:ease, 0.5s;
}
.header-container a:active{
background-color: #ffd54f;
color:black;
}
.back{
padding:16px 16px;
background-color: #ffd54f;
border:none;
}
.dropdown{
background-color: #212121;
color:white;
padding:14px 16px;
border:none;
cursor:pointer;
}
.dropdown:hover, .dropdown:focus{
background-color: #ffd54f;
transition: ease-in, 0.5s;
color:black;
}
.sidenav{
position:relative;
display:inline-block;
}
.dropdown-content{
display:none;
position:absolute;
background-color: #212121;
min-width: 160px;
box-shadow: 0px 8px 16px 0px #212121;
z-index:1;
}
.dropdown-content a{
color:white;
text-decoration: none;
padding:12px 16px;
display:block;
}
.dropdown-content a:hover{
background-color:#ffd54f;
transition:ease, 0.5s;
}
.paragraph{
background-color:#212121;
color:white;
padding:14px 18px;
width:50%;
text-align:justify;
margin:0 auto;
border-style:solid;
border-width:5px;
border-color:#ffd54f;
}
.paragraph:hover{
background-color:white;
color:black;
transition:ease, 1.5s;
border-style:solid;
border-width:5px;
border-color:#212121;
}
.h1-style{
text-align:center;
text-shadow: 2px 3px #ffd54f;
}
.h1-style:hover{
text-align:center;
text-shadow: 2px 3px #212121;
color:white;
transition:ease, 0.5s;
}
.footer{
background-color:#212121;
padding:14px 16px;
overflow:hidden;
}
.footer a{
text-decoration: none;
color:white;
padding:14px 16px;
}
.float-left{float:left;}
.show{display:block;}
#copyright{
color:white;
float:right;
} | CSS/styles.css | @import url(
'https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url(
'https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
*{box-sizing:border-box;}
/*Color Palette*/
.primaryColor{background-color:#212121;}
.primaryLightColor{background-color:#484848;}
.primaryDarkColor{background-color:#000000;}
.secondaryColor{background-color:#ffd54f;}
.secondaryLightColor{background-color:#ffff81;}
.secondaryDarkColor{background-color:#c8a415;}
.primaryTextColor{color:#ffffff;}
.secondaryTextColor{color:#000000;}
#column{width:50%;}
#emphasis{font-weight: bold; color:#ffd54f;}
#font-source{font-family: 'Source Code Pro', monospace;}
#font-rubik{font-family: 'Rubik Mono One', sans-serif;}
html{background-color:#484848; height:100%;}
a:visited{color:inherit;}
.header-float-right{float:right;}
.divider{
border-right:solid;
border-color:#ffd54f;
border-width:1px;
}
.header-container{
background-color:#212121;
overflow:hidden;
}
.header-container a{
float:left;
text-align:center;
padding:14px 16px;
text-decoration: none;
color:white;
}
.header-container a:hover{
background-color: #484848;
transition:ease, 0.5s;
}
.header-container a:active{
background-color: #ffd54f;
color:black;
}
.back{
padding:16px 16px;
background-color: #ffd54f;
border:none;
}
.dropdown{
background-color: #212121;
color:white;
padding:14px 16px;
border:none;
cursor:pointer;
}
.dropdown:hover, .dropdown:focus{
background-color: #ffd54f;
transition: ease-in, 0.5s;
color:black;
}
.sidenav{
position:relative;
display:inline-block;
}
.dropdown-content{
display:none;
position:absolute;
background-color: #212121;
min-width: 160px;
box-shadow: 0px 8px 16px 0px #212121;
z-index:1;
}
.dropdown-content a{
color:white;
text-decoration: none;
padding:12px 16px;
display:block;
}
.dropdown-content a:hover{
background-color:#ffd54f;
transition:ease, 0.5s;
}
.paragraph{
background-color:#212121;
color:white;
padding:14px 18px;
width:50%;
text-align:justify;
margin:0 auto;
border-style:solid;
border-width:5px;
border-color:#ffd54f;
}
.paragraph:hover{
background-color:white;
color:black;
transition:ease, 1.5s;
border-style:solid;
border-width:5px;
border-color:#212121;
}
.h1-style{
text-align:center;
text-shadow: 2px 3px #ffd54f;
}
.h1-style:hover{
text-align:center;
text-shadow: 2px 3px #212121;
color:white;
transition:ease, 0.5s;
}
.footer{
background-color:#212121;
padding:14px 16px;
overflow:hidden;
}
.footer a{
text-decoration: none;
color:white;
padding:14px 16px;
}
.float-left{float:left;}
.show{display:block;}
#copyright{
color:white;
float:right;
} | 0.277082 | 0.085556 |
.section--yellow {
position: relative;
padding: 15px;
background: #faf6e5;
}
.kpd__top-block {
display: inline-block;
vertical-align: top;
margin-right: 10px;
/* height: 71px; */
background: #fff;
padding: 11px;
max-width: 208px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bth__cnt.kpd__cnt {
font-size: 30px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 6px;
}
.bth__cnt.kpd__note {
font-size: 13px;
}
.kpd-tbl__item {
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 2px;
padding: 10px 15px 3px 15px;
}
.kpd-tbl__item:first-child {
margin-top: 15px;
}
.kpd__tbl .bth__cell {
vertical-align: top;
padding: 7px;
border-bottom: 1px solid #ccc;
}
.kpd__tbl .head__tbl {
display: table-header-group;
}
.kpd__tbl .body__tbl {
display: table-row-group;
}
.kpd__tbl .head__tbl .bth__cell {
padding: 5px 7px;
}
.kpd__tbl .head__tbl .bth__cnt {
/*color: #999;*/
/*font-size: 12px;*/
}
.kpd__tbl .bth__cell:first-child {
width: 50px;
}
.kpd__tbl .bth__cell:last-child {
text-align: right;
}
.kpd__tbl .body__tbl .bth__row:last-child .bth__cell {
border-bottom: none;
}
.kpd-check {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #00a551;
font-size: 18px;
}
.kpd-del {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #e03a3a;
font-size: 18px;
}
.kpd-check {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #00a551;
font-size: 18px;
}
.priority-tbl td:first-child {
width: 50px;
}
.priority-tbl td:last-of-type {
width: 50px;
}
.priority-wrap {
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 2px;
font-size: 14px;
font-family: 'apercu_pro', sans-serif;
color: #475669;
padding: 10px 15px 3px 15px;
}
.priority-tbl tbody tr:last-of-type td {
border: none;
}
.priority-tbl tbody td:nth-child(2) {
width: 50%;
}
.pump-profile .section__top {
display: block;
background: #d0d2da;
padding: 7px 10px 7px;
}
.bth__cnt {
font-size: 14px;
font-family: 'apercu_pro', sans-serif;
color: #475669;
line-height: 22px;
}
.section-mdl {
padding: 15px 10px;
}
.bth__ta-block.error {
border-color: #da4c4c;
box-shadow: 0px 0px 0px 1px #da4c4c;
}
.bth__ta-block.request-report {
width: 500px;
height: 80px;
}
.bth__inp-block.error, .edit-block__inp-block.error, .bth__ta-block.error {
border-color: #da4c4c;
box-shadow: 0px 0px 0px 1px #da4c4c;
}
.bth__ta-block {
position: relative;
height: 146px;
width: 100%;
border: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
border-radius: 2px;
transition: 0.3s;
}
.request-report .bth__ta {
resize: none;
}
.bth__ta {
border: none;
resize: none;
box-sizing: border-box;
width: 100%;
height: 100%;
font-size: 14px;
color: #475669;
padding: 10px;
font-family: 'apercu_pro', sans-serif;
}
.bth__ta-block.error .hint-block {
display: block;
}
.bth__ta-block.error .question-error {
display: block;
color: #da4c4c;
background: #fff;
font-size: 19px;
}
.question-error {
display: block;
color: #da4c4c;
background: #fff;
font-size: 19px;
}
.bth__ta-block.error .hint-block {
display: block;
}
.bth__ta-block .hint-block {
display: none;
}
.hint-block--abs {
position: absolute;
right: 6px;
top: 7px;
}
.section--grey.pump-profile {
padding: 0;
}
.form-btn.pump-profile {
margin-top: 10px;
}
@media screen and (max-width: 768px) {
.kpd__top-block {
max-width: 100%;
width: 100%;
margin-bottom: 15px;
}
}
@media screen and (max-width: 659px) {
.priority-tbl tr td:nth-child(1) {
padding-top: 19px;
}
.priority-tbl tr td {
padding-top: 12px;
}
.bth__ta-block.request-report {
width: 100%;
}
} | web/css/travel_crm/my-priority.css | .section--yellow {
position: relative;
padding: 15px;
background: #faf6e5;
}
.kpd__top-block {
display: inline-block;
vertical-align: top;
margin-right: 10px;
/* height: 71px; */
background: #fff;
padding: 11px;
max-width: 208px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bth__cnt.kpd__cnt {
font-size: 30px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 6px;
}
.bth__cnt.kpd__note {
font-size: 13px;
}
.kpd-tbl__item {
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 2px;
padding: 10px 15px 3px 15px;
}
.kpd-tbl__item:first-child {
margin-top: 15px;
}
.kpd__tbl .bth__cell {
vertical-align: top;
padding: 7px;
border-bottom: 1px solid #ccc;
}
.kpd__tbl .head__tbl {
display: table-header-group;
}
.kpd__tbl .body__tbl {
display: table-row-group;
}
.kpd__tbl .head__tbl .bth__cell {
padding: 5px 7px;
}
.kpd__tbl .head__tbl .bth__cnt {
/*color: #999;*/
/*font-size: 12px;*/
}
.kpd__tbl .bth__cell:first-child {
width: 50px;
}
.kpd__tbl .bth__cell:last-child {
text-align: right;
}
.kpd__tbl .body__tbl .bth__row:last-child .bth__cell {
border-bottom: none;
}
.kpd-check {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #00a551;
font-size: 18px;
}
.kpd-del {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #e03a3a;
font-size: 18px;
}
.kpd-check {
display: inline-block;
width: 15px;
padding-right: 5px;
color: #00a551;
font-size: 18px;
}
.priority-tbl td:first-child {
width: 50px;
}
.priority-tbl td:last-of-type {
width: 50px;
}
.priority-wrap {
margin-top: 20px;
border: 1px solid #ccc;
border-radius: 2px;
font-size: 14px;
font-family: 'apercu_pro', sans-serif;
color: #475669;
padding: 10px 15px 3px 15px;
}
.priority-tbl tbody tr:last-of-type td {
border: none;
}
.priority-tbl tbody td:nth-child(2) {
width: 50%;
}
.pump-profile .section__top {
display: block;
background: #d0d2da;
padding: 7px 10px 7px;
}
.bth__cnt {
font-size: 14px;
font-family: 'apercu_pro', sans-serif;
color: #475669;
line-height: 22px;
}
.section-mdl {
padding: 15px 10px;
}
.bth__ta-block.error {
border-color: #da4c4c;
box-shadow: 0px 0px 0px 1px #da4c4c;
}
.bth__ta-block.request-report {
width: 500px;
height: 80px;
}
.bth__inp-block.error, .edit-block__inp-block.error, .bth__ta-block.error {
border-color: #da4c4c;
box-shadow: 0px 0px 0px 1px #da4c4c;
}
.bth__ta-block {
position: relative;
height: 146px;
width: 100%;
border: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
border-radius: 2px;
transition: 0.3s;
}
.request-report .bth__ta {
resize: none;
}
.bth__ta {
border: none;
resize: none;
box-sizing: border-box;
width: 100%;
height: 100%;
font-size: 14px;
color: #475669;
padding: 10px;
font-family: 'apercu_pro', sans-serif;
}
.bth__ta-block.error .hint-block {
display: block;
}
.bth__ta-block.error .question-error {
display: block;
color: #da4c4c;
background: #fff;
font-size: 19px;
}
.question-error {
display: block;
color: #da4c4c;
background: #fff;
font-size: 19px;
}
.bth__ta-block.error .hint-block {
display: block;
}
.bth__ta-block .hint-block {
display: none;
}
.hint-block--abs {
position: absolute;
right: 6px;
top: 7px;
}
.section--grey.pump-profile {
padding: 0;
}
.form-btn.pump-profile {
margin-top: 10px;
}
@media screen and (max-width: 768px) {
.kpd__top-block {
max-width: 100%;
width: 100%;
margin-bottom: 15px;
}
}
@media screen and (max-width: 659px) {
.priority-tbl tr td:nth-child(1) {
padding-top: 19px;
}
.priority-tbl tr td {
padding-top: 12px;
}
.bth__ta-block.request-report {
width: 100%;
}
} | 0.385375 | 0.086903 |
.aboutImg{
position: absolute;
}
.aboutDiv{
width: 100%;
position: relative;
}
.left1{
width: 10.42%;
/* height: 9.79%; */
left:16.2%;
/* top:27.59%; */
}
.left1-mobile{
width: 10.42%;
/* height: 9.79%; */
left:2.5%;
/* top:27.59%; */
}
.right1{
width: 10.42%;
/* height: 9.79%; */
left:71.93%;
/* top:27.59%; */
}
.right1-mobile{
width: 10.42%;
/* height: 9.79%; */
left:85.93%;
/* top:27.59%; */
}
.left2{
width: 12.24%;
/* height: 11.55%; */
left:18.8%;
/* top:36.79%; */
}
.right2{
width: 12.24%;
/* height: 11.55%; */
left:68.59%;
/* top:36.79%; */
}
.left2-mobile{
width: 12.24%;
/* height: 11.55%; */
left:8.8%;
/* top:36.79%; */
}
.right2-mobile{
width: 12.24%;
/* height: 11.55%; */
left:78.59%;
/* top:36.79%; */
}
.left3{
width: 13.7%;
/* height: 12.88%; */
left:20.68%;
/* top:47.39%; */
}
.right3{
width: 13.7%;
/* height: 12.88%; */
left:61.77%;
/* top:47.39%; */
}
.left3-mobile{
width: 13.7%;
/* height: 12.88%; */
left:16.68%;
/* top:47.39%; */
}
.right3-mobile{
width: 13.7%;
/* height: 12.88%; */
left:67.77%;
/* top:47.39%; */
}
.left4{
width:14.69%;
/* height:13.83%; */
left:26.15%;
/* top:59.09%; */
}
.left4-mobile{
width:14.69%;
/* height:13.83%; */
left:26.15%;
/* top:59.09%; */
}
.right4{
width:14.64%;
/* height:13.76%; */
left:57.55%;
/* top:59.09%; */
}
.right4-mobile{
width:14.64%;
/* height:13.76%; */
left:57.55%;
/* top:59.09%; */
}
.mid2{
width:18.96%;
/* height:17.8%; */
left:40.36%;
/* top: 57.10%; */
z-index: 2;
}
.mid2-mobile{
width:18.96%;
/* height:17.8%; */
left:40.36%;
/* top: 57.10%; */
z-index: 2;
}
.mid1{
width: 31.7%;
/* height: 29.8%; */
left:34.27%;
/* top:23rem; */
top:17.17%;
}
.mid1-mobile{
width: 31.7%;
/* height: 29.8%; */
left:34.27%;
/* top:23rem; */
top:17.17%;
}
.about-bg-01{
width: 8.43%;
/* height: 13.69%; */
left:15.47%;
/* top:14.72%; */
}
.about-bg-02{
width:2.76%;
/* height:13.54%; */
left:9.9%;
/* top:54.6%; */
}
.about-bg-03{
width:5%;
/* height:7.28%; */
left:14.27%;
/* top:85.43%; */
}
.about-bg-04{
width:10.52%;
/* height:10.15%; */
left:44.84%;
/* top:63.36%; */
}
.about-bg-05{
width:1.2%;
/* height:5.74%; */
left:78.8%;
/* top:21.49%; */
}
.about-bg-06{
width:3.6%;
/* height:8.46%; */
left:88.39%;
/* top:36.57%; */
}
.about-bg-07{
width:9.01%;
/* height:4.42%; */
left:80.83%;
/* top:60.27%; */
}
.about-bg-08{
width:5.89%;
/* height:18.32%; */
left:79.43%;
/* top:81.68%; */
}
.aboutBody{
/* background:url("../images/YL_PNG/intro/background_new.png")no-repeat;
background-size: contain;
background-position-y: -110px; */
/* background-position-x: 50px; */
background-color: #fff;
}
.about-empty{
width: 100%;
}
.aboutContent{
width: 60%;
margin: 0 auto;
/* position: absolute; */
/*margin-left:26.77%;*/
/*width:47.76%;*/
height:15.31%;
/*left:26.77%;*/
/*font-family: JQXiYuanFT;*/
/*font-family: HYLiangPinXianJ;*/
font-size: 1.35rem;
font-weight: normal;
font-stretch: normal;
line-height: 2.7rem;
letter-spacing: 0rem;
color: #565656;
overflow: hidden;
}
.aboutContent-mobile{
/* position: absolute; */
margin-left:2.5%;
width:95%;
height:15.31%;
/*font-family: HYLiangPinXianJ;*/
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
line-height: 2rem;
letter-spacing: 0rem;
color: #565656;
overflow: hidden;
}
/* html{
font-size: 62.5%;
}
body {
font-size: 1.4rem;
}
h1 {
font-size: 2.4rem;
} */
/*
@media screen and (max-width: 1599px) {
.aboutContent{
font-size: 1rem;
line-height: 2rem;
}
}
@media screen and (min-width: 1600px)and (max-width: 2055px) {
.aboutContent{
font-size: 1.35rem;
line-height: 2.7rem;
}
}
@media screen and (min-width: 2056px) {
.aboutContent{
font-size: 1.5rem;
line-height: 3rem;
}
}*/ | Public/Home/css/about-core.css | .aboutImg{
position: absolute;
}
.aboutDiv{
width: 100%;
position: relative;
}
.left1{
width: 10.42%;
/* height: 9.79%; */
left:16.2%;
/* top:27.59%; */
}
.left1-mobile{
width: 10.42%;
/* height: 9.79%; */
left:2.5%;
/* top:27.59%; */
}
.right1{
width: 10.42%;
/* height: 9.79%; */
left:71.93%;
/* top:27.59%; */
}
.right1-mobile{
width: 10.42%;
/* height: 9.79%; */
left:85.93%;
/* top:27.59%; */
}
.left2{
width: 12.24%;
/* height: 11.55%; */
left:18.8%;
/* top:36.79%; */
}
.right2{
width: 12.24%;
/* height: 11.55%; */
left:68.59%;
/* top:36.79%; */
}
.left2-mobile{
width: 12.24%;
/* height: 11.55%; */
left:8.8%;
/* top:36.79%; */
}
.right2-mobile{
width: 12.24%;
/* height: 11.55%; */
left:78.59%;
/* top:36.79%; */
}
.left3{
width: 13.7%;
/* height: 12.88%; */
left:20.68%;
/* top:47.39%; */
}
.right3{
width: 13.7%;
/* height: 12.88%; */
left:61.77%;
/* top:47.39%; */
}
.left3-mobile{
width: 13.7%;
/* height: 12.88%; */
left:16.68%;
/* top:47.39%; */
}
.right3-mobile{
width: 13.7%;
/* height: 12.88%; */
left:67.77%;
/* top:47.39%; */
}
.left4{
width:14.69%;
/* height:13.83%; */
left:26.15%;
/* top:59.09%; */
}
.left4-mobile{
width:14.69%;
/* height:13.83%; */
left:26.15%;
/* top:59.09%; */
}
.right4{
width:14.64%;
/* height:13.76%; */
left:57.55%;
/* top:59.09%; */
}
.right4-mobile{
width:14.64%;
/* height:13.76%; */
left:57.55%;
/* top:59.09%; */
}
.mid2{
width:18.96%;
/* height:17.8%; */
left:40.36%;
/* top: 57.10%; */
z-index: 2;
}
.mid2-mobile{
width:18.96%;
/* height:17.8%; */
left:40.36%;
/* top: 57.10%; */
z-index: 2;
}
.mid1{
width: 31.7%;
/* height: 29.8%; */
left:34.27%;
/* top:23rem; */
top:17.17%;
}
.mid1-mobile{
width: 31.7%;
/* height: 29.8%; */
left:34.27%;
/* top:23rem; */
top:17.17%;
}
.about-bg-01{
width: 8.43%;
/* height: 13.69%; */
left:15.47%;
/* top:14.72%; */
}
.about-bg-02{
width:2.76%;
/* height:13.54%; */
left:9.9%;
/* top:54.6%; */
}
.about-bg-03{
width:5%;
/* height:7.28%; */
left:14.27%;
/* top:85.43%; */
}
.about-bg-04{
width:10.52%;
/* height:10.15%; */
left:44.84%;
/* top:63.36%; */
}
.about-bg-05{
width:1.2%;
/* height:5.74%; */
left:78.8%;
/* top:21.49%; */
}
.about-bg-06{
width:3.6%;
/* height:8.46%; */
left:88.39%;
/* top:36.57%; */
}
.about-bg-07{
width:9.01%;
/* height:4.42%; */
left:80.83%;
/* top:60.27%; */
}
.about-bg-08{
width:5.89%;
/* height:18.32%; */
left:79.43%;
/* top:81.68%; */
}
.aboutBody{
/* background:url("../images/YL_PNG/intro/background_new.png")no-repeat;
background-size: contain;
background-position-y: -110px; */
/* background-position-x: 50px; */
background-color: #fff;
}
.about-empty{
width: 100%;
}
.aboutContent{
width: 60%;
margin: 0 auto;
/* position: absolute; */
/*margin-left:26.77%;*/
/*width:47.76%;*/
height:15.31%;
/*left:26.77%;*/
/*font-family: JQXiYuanFT;*/
/*font-family: HYLiangPinXianJ;*/
font-size: 1.35rem;
font-weight: normal;
font-stretch: normal;
line-height: 2.7rem;
letter-spacing: 0rem;
color: #565656;
overflow: hidden;
}
.aboutContent-mobile{
/* position: absolute; */
margin-left:2.5%;
width:95%;
height:15.31%;
/*font-family: HYLiangPinXianJ;*/
font-size: 1rem;
font-weight: normal;
font-stretch: normal;
line-height: 2rem;
letter-spacing: 0rem;
color: #565656;
overflow: hidden;
}
/* html{
font-size: 62.5%;
}
body {
font-size: 1.4rem;
}
h1 {
font-size: 2.4rem;
} */
/*
@media screen and (max-width: 1599px) {
.aboutContent{
font-size: 1rem;
line-height: 2rem;
}
}
@media screen and (min-width: 1600px)and (max-width: 2055px) {
.aboutContent{
font-size: 1.35rem;
line-height: 2.7rem;
}
}
@media screen and (min-width: 2056px) {
.aboutContent{
font-size: 1.5rem;
line-height: 3rem;
}
}*/ | 0.299515 | 0.040087 |
div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, input, body, strong, span, pre {
margin: 0;
padding: 0;
border: 0;
background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
font-weight: normal;
}
img {
border: 0px;
}
ul, li {
list-style: none;
}
em, i {
font-style: normal;
}
a {
text-decoration: none;
color: #666;
}
.del_float {
clear: both;
line-height: 0;
height: 0;
font-size: 0;
}
a, area {
blr: expression(this.onFocus=this.blur());
}
* {
box-sizing: border-box;
}
body {
background: #f5f5f5;
}
body {
font-family: "Microsoft YaHei";
font-size: 14px;
margin: 0px;
padding: 0px;
line-height: 20px;
height: auto;
clear: both;
color: #666;
background: #fff;
background-size: cover;
word-break: normal;
word-wrap: break-word;
}
.item:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.item {
*zoom: 1;
}
/*网站基本定义*/
.message {
padding: 6px 15px;
width: 100%;
overflow: hidden;
}
.message p.time {
text-align: center;
margin-bottom: 12px;
}
.message p.time i {
display: inline-block;
background: #dadada;
color: #fff;
font-size: 12px;
height: 20px;
line-height: 20px;
padding: 0 6px;
border-radius: 2px;
}
.message a.more {
color: #1d86fb;
display: block;
text-align: center;
font-size: 12px;
margin-bottom: 12px;
}
.message p.line {
text-align: center;
color: #d0d0d0;
font-size: 12px;
margin-bottom: 8px;
}
.message dl {
margin-bottom: 15px;
}
.message dl dt {
float: left;
width: 35px;
}
.message dl dt img {
display: block;
border-radius: 50%;
width: 35px;
height: 35px;
}
.message dl dd {
float: left;
margin-left: 9px;
width: calc(100% - 44px);
width: -moz-calc() calc(100% - 44px);
width: -webkit-calc(100% - 44px);
}
.message dl dd div.content {
border: 1px #ededed solid;
padding: 10px;
padding: 7px 10px;
border-radius: 2px;
display: inline-block;
color: #333;
word-break: break-all;
position: relative;
}
.message dl dd div.content img {
max-width: 100%;
}
.message dl dd div.content i.arrow {
display: block;
width: 5px;
height: 10px;
border-radius: 2px;
position: absolute;
top: 12px;
}
.message dl dd span.name {
font-size: 12px;
color: #adadad;
margin-bottom: 2px;
display: block;
margin-top: -8px;
}
/******left********/
.message dl.left dt {
}
.message dl.left dd {
float: left;
margin-left: 9px;
}
.message dl.left dd div.content {
background: rgba(232, 232, 232, 0.60);
}
.message dl.left dd div.content i.arrow {
position: absolute;
top: 9px;
right: 100%;
border: 6px solid transparent;
border-right-color: #eee;
}
.message dl.left dd span.name {
}
/******right********/
.message dl.right dt {
float: right;
}
.message dl.right dd {
float: right;
margin-left: 0;
margin-right: 9px;
}
.message dl.right dd div.content {
background: #9eea6a;
color: #000;
border: 1px #9eea6a solid;
float: right;
}
.message dl.right dd div.content i.arrow {
right: -4px;
left: auto;
width: 10px;
position: absolute;
top: 9px;
border: 6px solid transparent;
right: inherit;
left: 100%;
border-right-color: transparent;
border-left-color: #b2e281;
}
.message dl.right dd span.name {
text-align: right;
} | oim-fx/Resources/Html/Chat/show/css/show.css | div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, input, body, strong, span, pre {
margin: 0;
padding: 0;
border: 0;
background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
font-weight: normal;
}
img {
border: 0px;
}
ul, li {
list-style: none;
}
em, i {
font-style: normal;
}
a {
text-decoration: none;
color: #666;
}
.del_float {
clear: both;
line-height: 0;
height: 0;
font-size: 0;
}
a, area {
blr: expression(this.onFocus=this.blur());
}
* {
box-sizing: border-box;
}
body {
background: #f5f5f5;
}
body {
font-family: "Microsoft YaHei";
font-size: 14px;
margin: 0px;
padding: 0px;
line-height: 20px;
height: auto;
clear: both;
color: #666;
background: #fff;
background-size: cover;
word-break: normal;
word-wrap: break-word;
}
.item:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.item {
*zoom: 1;
}
/*网站基本定义*/
.message {
padding: 6px 15px;
width: 100%;
overflow: hidden;
}
.message p.time {
text-align: center;
margin-bottom: 12px;
}
.message p.time i {
display: inline-block;
background: #dadada;
color: #fff;
font-size: 12px;
height: 20px;
line-height: 20px;
padding: 0 6px;
border-radius: 2px;
}
.message a.more {
color: #1d86fb;
display: block;
text-align: center;
font-size: 12px;
margin-bottom: 12px;
}
.message p.line {
text-align: center;
color: #d0d0d0;
font-size: 12px;
margin-bottom: 8px;
}
.message dl {
margin-bottom: 15px;
}
.message dl dt {
float: left;
width: 35px;
}
.message dl dt img {
display: block;
border-radius: 50%;
width: 35px;
height: 35px;
}
.message dl dd {
float: left;
margin-left: 9px;
width: calc(100% - 44px);
width: -moz-calc() calc(100% - 44px);
width: -webkit-calc(100% - 44px);
}
.message dl dd div.content {
border: 1px #ededed solid;
padding: 10px;
padding: 7px 10px;
border-radius: 2px;
display: inline-block;
color: #333;
word-break: break-all;
position: relative;
}
.message dl dd div.content img {
max-width: 100%;
}
.message dl dd div.content i.arrow {
display: block;
width: 5px;
height: 10px;
border-radius: 2px;
position: absolute;
top: 12px;
}
.message dl dd span.name {
font-size: 12px;
color: #adadad;
margin-bottom: 2px;
display: block;
margin-top: -8px;
}
/******left********/
.message dl.left dt {
}
.message dl.left dd {
float: left;
margin-left: 9px;
}
.message dl.left dd div.content {
background: rgba(232, 232, 232, 0.60);
}
.message dl.left dd div.content i.arrow {
position: absolute;
top: 9px;
right: 100%;
border: 6px solid transparent;
border-right-color: #eee;
}
.message dl.left dd span.name {
}
/******right********/
.message dl.right dt {
float: right;
}
.message dl.right dd {
float: right;
margin-left: 0;
margin-right: 9px;
}
.message dl.right dd div.content {
background: #9eea6a;
color: #000;
border: 1px #9eea6a solid;
float: right;
}
.message dl.right dd div.content i.arrow {
right: -4px;
left: auto;
width: 10px;
position: absolute;
top: 9px;
border: 6px solid transparent;
right: inherit;
left: 100%;
border-right-color: transparent;
border-left-color: #b2e281;
}
.message dl.right dd span.name {
text-align: right;
} | 0.416203 | 0.137185 |
.app-logo {
width: 200px;
height: 70px;
cursor: pointer;
margin-top: 10px;
margin-right: 1000px;
}
.login-container {
width: 100%;
height: 100vh;
position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position-x: -120px;
background-position-y: center;
background-image: url(../../assets/Images/loginPageBackground.png);
}
.cart-icon {
top: 30px;
width: 40px;
left: 570px;
height: 40px;
opacity: 0.7;
border-radius: 6px;
position: absolute;
background-color: #4eb49c;
}
.cart-icon:hover {
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
.highlight {
color: #006064;
}
.login-container h1 {
left: 8%;
right: 60%;
height: 44px;
line-height: 44px;
font-size: 1.875rem;
letter-spacing: -0.64px;
}
.login-container h2 {
color: #032d23;
margin-left: 20px;
font-size: 3.75rem;
}
.username-input {
top: 40%;
left: 8%;
width: 385px;
height: 60px;
margin-top: 50px;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
}
.username-label {
display: none;
}
.username-input {
left: 8%;
width: 385px;
height: 60px;
padding-left: 3px;
text-align: center;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
background: url(https://img.icons8.com/ios-glyphs/35/00CBCC/user--v1.png) no-repeat scroll 7px 7px;
}
.username-input::placeholder {
text-align: center;
}
.username-input:hover {
border: 2px solid #00cbcc;
}
.password-label {
display: none;
}
.password-input {
left: 8%;
top: 450px;
width: 385px;
height: 60px;
margin-top: 20px;
text-align: center;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
background: url(https://img.icons8.com/ios-glyphs/35/00CBCC/lock--v2.png) no-repeat scroll 7px 7px;
}
.password-input::placeholder {
text-align: center;
}
.password-input:hover {
border: 2px solid #00cbcc;
}
.text-div {
margin-top: 20px;
color: #032d23;
}
.checkbox-input {
margin-left: 10px;
}
.checkbox-input:hover {
cursor: pointer;
}
.checkbox-text {
margin-left: 10px;
}
.actions a {
color: #032d23;
font-weight: bold;
margin-left: 100px;
text-decoration: none;
}
.login-button {
width: 385px;
height: 60px;
margin-top: 20px;
font-size: 1.2rem;
}
.login-button:hover {
cursor: pointer;
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
.login-container {
margin-left: 120px;
}
.alert {
color: red;
} | src/components/Login/Login.module.css | .app-logo {
width: 200px;
height: 70px;
cursor: pointer;
margin-top: 10px;
margin-right: 1000px;
}
.login-container {
width: 100%;
height: 100vh;
position: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position-x: -120px;
background-position-y: center;
background-image: url(../../assets/Images/loginPageBackground.png);
}
.cart-icon {
top: 30px;
width: 40px;
left: 570px;
height: 40px;
opacity: 0.7;
border-radius: 6px;
position: absolute;
background-color: #4eb49c;
}
.cart-icon:hover {
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
.highlight {
color: #006064;
}
.login-container h1 {
left: 8%;
right: 60%;
height: 44px;
line-height: 44px;
font-size: 1.875rem;
letter-spacing: -0.64px;
}
.login-container h2 {
color: #032d23;
margin-left: 20px;
font-size: 3.75rem;
}
.username-input {
top: 40%;
left: 8%;
width: 385px;
height: 60px;
margin-top: 50px;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
}
.username-label {
display: none;
}
.username-input {
left: 8%;
width: 385px;
height: 60px;
padding-left: 3px;
text-align: center;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
background: url(https://img.icons8.com/ios-glyphs/35/00CBCC/user--v1.png) no-repeat scroll 7px 7px;
}
.username-input::placeholder {
text-align: center;
}
.username-input:hover {
border: 2px solid #00cbcc;
}
.password-label {
display: none;
}
.password-input {
left: 8%;
top: 450px;
width: 385px;
height: 60px;
margin-top: 20px;
text-align: center;
border-radius: 6px;
box-sizing: border-box;
border: 2px solid #032d23;
background: url(https://img.icons8.com/ios-glyphs/35/00CBCC/lock--v2.png) no-repeat scroll 7px 7px;
}
.password-input::placeholder {
text-align: center;
}
.password-input:hover {
border: 2px solid #00cbcc;
}
.text-div {
margin-top: 20px;
color: #032d23;
}
.checkbox-input {
margin-left: 10px;
}
.checkbox-input:hover {
cursor: pointer;
}
.checkbox-text {
margin-left: 10px;
}
.actions a {
color: #032d23;
font-weight: bold;
margin-left: 100px;
text-decoration: none;
}
.login-button {
width: 385px;
height: 60px;
margin-top: 20px;
font-size: 1.2rem;
}
.login-button:hover {
cursor: pointer;
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
.login-container {
margin-left: 120px;
}
.alert {
color: red;
} | 0.472927 | 0.091544 |
@font-face {
font-family: 'crawford-icons';
src: url('fonts/crawford-icons.eot?9zvvm7');
src: url('fonts/crawford-icons.eot?9zvvm7#iefix') format('embedded-opentype'),
url('fonts/crawford-icons.ttf?9zvvm7') format('truetype'),
url('fonts/crawford-icons.woff?9zvvm7') format('woff'),
url('fonts/crawford-icons.svg?9zvvm7#crawford-icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="cr-"], [class*=" cr-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'crawford-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cr-paypal:before {
content: "\ea0c";
}
.cr-github-solid:before {
content: "\ea0b";
}
.cr-graviton:before {
content: "\ea0a";
}
.cr-activity:before {
content: "\e900";
}
.cr-airplay:before {
content: "\e901";
}
.cr-alert-circle:before {
content: "\e902";
}
.cr-alert-octagon:before {
content: "\e903";
}
.cr-alert-triangle:before {
content: "\e904";
}
.cr-align-center:before {
content: "\e905";
}
.cr-align-justify:before {
content: "\e906";
}
.cr-align-left:before {
content: "\e907";
}
.cr-align-right:before {
content: "\e908";
}
.cr-anchor:before {
content: "\e909";
}
.cr-aperture:before {
content: "\e90a";
}
.cr-archive:before {
content: "\e90b";
}
.cr-arrow-down:before {
content: "\e90c";
}
.cr-arrow-down-circle:before {
content: "\e90d";
}
.cr-arrow-down-left:before {
content: "\e90e";
}
.cr-arrow-down-right:before {
content: "\e90f";
}
.cr-arrow-left:before {
content: "\e910";
}
.cr-arrow-left-circle:before {
content: "\e911";
}
.cr-arrow-right:before {
content: "\e912";
}
.cr-arrow-right-circle:before {
content: "\e913";
}
.cr-arrow-up:before {
content: "\e914";
}
.cr-arrow-up-circle:before {
content: "\e915";
}
.cr-arrow-up-left:before {
content: "\e916";
}
.cr-arrow-up-right:before {
content: "\e917";
}
.cr-at-sign:before {
content: "\e918";
}
.cr-award:before {
content: "\e919";
}
.cr-bar-chart:before {
content: "\e91a";
}
.cr-bar-chart-2:before {
content: "\e91b";
}
.cr-battery:before {
content: "\e91c";
}
.cr-battery-charging:before {
content: "\e91d";
}
.cr-bell:before {
content: "\e91e";
}
.cr-bell-off:before {
content: "\e91f";
}
.cr-bluetooth:before {
content: "\e920";
}
.cr-bold:before {
content: "\e921";
}
.cr-book:before {
content: "\e922";
}
.cr-book-open:before {
content: "\e923";
}
.cr-bookmark:before {
content: "\e924";
}
.cr-box:before {
content: "\e925";
}
.cr-briefcase:before {
content: "\e926";
}
.cr-calendar:before {
content: "\e927";
}
.cr-camera:before {
content: "\e928";
}
.cr-camera-off:before {
content: "\e929";
}
.cr-cast:before {
content: "\e92a";
}
.cr-check:before {
content: "\e92b";
}
.cr-check-circle:before {
content: "\e92c";
}
.cr-check-square:before {
content: "\e92d";
}
.cr-chevron-down:before {
content: "\e92e";
}
.cr-chevron-left:before {
content: "\e92f";
}
.cr-chevron-right:before {
content: "\e930";
}
.cr-chevron-up:before {
content: "\e931";
}
.cr-chevrons-down:before {
content: "\e932";
}
.cr-chevrons-left:before {
content: "\e933";
}
.cr-chevrons-right:before {
content: "\e934";
}
.cr-chevrons-up:before {
content: "\e935";
}
.cr-chrome:before {
content: "\e936";
}
.cr-circle:before {
content: "\e937";
}
.cr-clipboard:before {
content: "\e938";
}
.cr-clock:before {
content: "\e939";
}
.cr-cloud:before {
content: "\e93a";
}
.cr-cloud-drizzle:before {
content: "\e93b";
}
.cr-cloud-lightning:before {
content: "\e93c";
}
.cr-cloud-off:before {
content: "\e93d";
}
.cr-cloud-rain:before {
content: "\e93e";
}
.cr-cloud-snow:before {
content: "\e93f";
}
.cr-code:before {
content: "\e940";
}
.cr-codepen:before {
content: "\e941";
}
.cr-command:before {
content: "\e942";
}
.cr-compass:before {
content: "\e943";
}
.cr-copy:before {
content: "\e944";
}
.cr-corner-down-left:before {
content: "\e945";
}
.cr-corner-down-right:before {
content: "\e946";
}
.cr-corner-left-down:before {
content: "\e947";
}
.cr-corner-left-up:before {
content: "\e948";
}
.cr-corner-right-down:before {
content: "\e949";
}
.cr-corner-right-up:before {
content: "\e94a";
}
.cr-corner-up-left:before {
content: "\e94b";
}
.cr-corner-up-right:before {
content: "\e94c";
}
.cr-cpu:before {
content: "\e94d";
}
.cr-credit-card:before {
content: "\e94e";
}
.cr-crop:before {
content: "\e94f";
}
.cr-crosshair:before {
content: "\e950";
}
.cr-database:before {
content: "\e951";
}
.cr-delete:before {
content: "\e952";
}
.cr-disc:before {
content: "\e953";
}
.cr-dollar-sign:before {
content: "\e954";
}
.cr-download:before {
content: "\e955";
}
.cr-download-cloud:before {
content: "\e956";
}
.cr-droplet:before {
content: "\e957";
}
.cr-edit:before {
content: "\e958";
}
.cr-edit-2:before {
content: "\e959";
}
.cr-edit-3:before {
content: "\e95a";
}
.cr-external-link:before {
content: "\e95b";
}
.cr-eye:before {
content: "\e95c";
}
.cr-eye-off:before {
content: "\e95d";
}
.cr-facebook:before {
content: "\e95e";
}
.cr-fast-forward:before {
content: "\e95f";
}
.cr-feather:before {
content: "\e960";
}
.cr-file:before {
content: "\e961";
}
.cr-file-minus:before {
content: "\e962";
}
.cr-file-plus:before {
content: "\e963";
}
.cr-file-text:before {
content: "\e964";
}
.cr-film:before {
content: "\e965";
}
.cr-filter:before {
content: "\e966";
}
.cr-flag:before {
content: "\e967";
}
.cr-folder:before {
content: "\e968";
}
.cr-folder-minus:before {
content: "\e969";
}
.cr-folder-plus:before {
content: "\e96a";
}
.cr-gift:before {
content: "\e96b";
}
.cr-git-branch:before {
content: "\e96c";
}
.cr-git-commit:before {
content: "\e96d";
}
.cr-git-merge:before {
content: "\e96e";
}
.cr-git-pull-request:before {
content: "\e96f";
}
.cr-github:before {
content: "\e970";
}
.cr-gitlab:before {
content: "\e971";
}
.cr-globe:before {
content: "\e972";
}
.cr-grid:before {
content: "\e973";
}
.cr-hard-drive:before {
content: "\e974";
}
.cr-hash:before {
content: "\e975";
}
.cr-headphones:before {
content: "\e976";
}
.cr-heart:before {
content: "\e977";
}
.cr-help-circle:before {
content: "\e978";
}
.cr-home:before {
content: "\e979";
}
.cr-image:before {
content: "\e97a";
}
.cr-inbox:before {
content: "\e97b";
}
.cr-info:before {
content: "\e97c";
}
.cr-instagram:before {
content: "\e97d";
}
.cr-italic:before {
content: "\e97e";
}
.cr-layers:before {
content: "\e97f";
}
.cr-layout:before {
content: "\e980";
}
.cr-life-buoy:before {
content: "\e981";
}
.cr-link:before {
content: "\e982";
}
.cr-link-2:before {
content: "\e983";
}
.cr-linkedin:before {
content: "\e984";
}
.cr-list:before {
content: "\e985";
}
.cr-loader:before {
content: "\e986";
}
.cr-lock:before {
content: "\e987";
}
.cr-log-in:before {
content: "\e988";
}
.cr-log-out:before {
content: "\e989";
}
.cr-mail:before {
content: "\e98a";
}
.cr-map:before {
content: "\e98b";
}
.cr-map-pin:before {
content: "\e98c";
}
.cr-maximize:before {
content: "\e98d";
}
.cr-maximize-2:before {
content: "\e98e";
}
.cr-menu:before {
content: "\e98f";
}
.cr-message-circle:before {
content: "\e990";
}
.cr-message-square:before {
content: "\e991";
}
.cr-mic:before {
content: "\e992";
}
.cr-mic-off:before {
content: "\e993";
}
.cr-minimize:before {
content: "\e994";
}
.cr-minimize-2:before {
content: "\e995";
}
.cr-minus:before {
content: "\e996";
}
.cr-minus-circle:before {
content: "\e997";
}
.cr-minus-square:before {
content: "\e998";
}
.cr-monitor:before {
content: "\e999";
}
.cr-moon:before {
content: "\e99a";
}
.cr-more-horizontal:before {
content: "\e99b";
}
.cr-more-vertical:before {
content: "\e99c";
}
.cr-move:before {
content: "\e99d";
}
.cr-music:before {
content: "\e99e";
}
.cr-navigation:before {
content: "\e99f";
}
.cr-navigation-2:before {
content: "\e9a0";
}
.cr-octagon:before {
content: "\e9a1";
}
.cr-package:before {
content: "\e9a2";
}
.cr-paperclip:before {
content: "\e9a3";
}
.cr-pause:before {
content: "\e9a4";
}
.cr-pause-circle:before {
content: "\e9a5";
}
.cr-percent:before {
content: "\e9a6";
}
.cr-phone:before {
content: "\e9a7";
}
.cr-phone-call:before {
content: "\e9a8";
}
.cr-phone-forwarded:before {
content: "\e9a9";
}
.cr-phone-incoming:before {
content: "\e9aa";
}
.cr-phone-missed:before {
content: "\e9ab";
}
.cr-phone-off:before {
content: "\e9ac";
}
.cr-phone-outgoing:before {
content: "\e9ad";
}
.cr-pie-chart:before {
content: "\e9ae";
}
.cr-play:before {
content: "\e9af";
}
.cr-play-circle:before {
content: "\e9b0";
}
.cr-plus:before {
content: "\e9b1";
}
.cr-plus-circle:before {
content: "\e9b2";
}
.cr-plus-square:before {
content: "\e9b3";
}
.cr-pocket:before {
content: "\e9b4";
}
.cr-power:before {
content: "\e9b5";
}
.cr-printer:before {
content: "\e9b6";
}
.cr-radio:before {
content: "\e9b7";
}
.cr-refresh-ccw:before {
content: "\e9b8";
}
.cr-refresh-cw:before {
content: "\e9b9";
}
.cr-repeat:before {
content: "\e9ba";
}
.cr-rewind:before {
content: "\e9bb";
}
.cr-rotate-ccw:before {
content: "\e9bc";
}
.cr-rotate-cw:before {
content: "\e9bd";
}
.cr-rss:before {
content: "\e9be";
}
.cr-save:before {
content: "\e9bf";
}
.cr-scissors:before {
content: "\e9c0";
}
.cr-search:before {
content: "\e9c1";
}
.cr-send:before {
content: "\e9c2";
}
.cr-server:before {
content: "\e9c3";
}
.cr-settings:before {
content: "\e9c4";
}
.cr-share:before {
content: "\e9c5";
}
.cr-share-2:before {
content: "\e9c6";
}
.cr-shield:before {
content: "\e9c7";
}
.cr-shield-off:before {
content: "\e9c8";
}
.cr-shopping-bag:before {
content: "\e9c9";
}
.cr-shopping-cart:before {
content: "\e9ca";
}
.cr-shuffle:before {
content: "\e9cb";
}
.cr-sidebar:before {
content: "\e9cc";
}
.cr-skip-back:before {
content: "\e9cd";
}
.cr-skip-forward:before {
content: "\e9ce";
}
.cr-slack:before {
content: "\e9cf";
}
.cr-slash:before {
content: "\e9d0";
}
.cr-sliders:before {
content: "\e9d1";
}
.cr-smartphone:before {
content: "\e9d2";
}
.cr-speaker:before {
content: "\e9d3";
}
.cr-square:before {
content: "\e9d4";
}
.cr-star:before {
content: "\e9d5";
}
.cr-stop-circle:before {
content: "\e9d6";
}
.cr-sun:before {
content: "\e9d7";
}
.cr-sunrise:before {
content: "\e9d8";
}
.cr-sunset:before {
content: "\e9d9";
}
.cr-tablet:before {
content: "\e9da";
}
.cr-tag:before {
content: "\e9db";
}
.cr-target:before {
content: "\e9dc";
}
.cr-terminal:before {
content: "\e9dd";
}
.cr-thermometer:before {
content: "\e9de";
}
.cr-thumbs-down:before {
content: "\e9df";
}
.cr-thumbs-up:before {
content: "\e9e0";
}
.cr-toggle-left:before {
content: "\e9e1";
}
.cr-toggle-right:before {
content: "\e9e2";
}
.cr-trash:before {
content: "\e9e3";
}
.cr-trash-2:before {
content: "\e9e4";
}
.cr-trending-down:before {
content: "\e9e5";
}
.cr-trending-up:before {
content: "\e9e6";
}
.cr-triangle:before {
content: "\e9e7";
}
.cr-truck:before {
content: "\e9e8";
}
.cr-tv:before {
content: "\e9e9";
}
.cr-twitter:before {
content: "\e9ea";
}
.cr-type:before {
content: "\e9eb";
}
.cr-umbrella:before {
content: "\e9ec";
}
.cr-underline:before {
content: "\e9ed";
}
.cr-unlock:before {
content: "\e9ee";
}
.cr-upload:before {
content: "\e9ef";
}
.cr-upload-cloud:before {
content: "\e9f0";
}
.cr-user:before {
content: "\e9f1";
}
.cr-user-check:before {
content: "\e9f2";
}
.cr-user-minus:before {
content: "\e9f3";
}
.cr-user-plus:before {
content: "\e9f4";
}
.cr-user-x:before {
content: "\e9f5";
}
.cr-users:before {
content: "\e9f6";
}
.cr-video:before {
content: "\e9f7";
}
.cr-video-off:before {
content: "\e9f8";
}
.cr-voicemail:before {
content: "\e9f9";
}
.cr-volume:before {
content: "\e9fa";
}
.cr-volume-1:before {
content: "\e9fb";
}
.cr-volume-2:before {
content: "\e9fc";
}
.cr-volume-x:before {
content: "\e9fd";
}
.cr-watch:before {
content: "\e9fe";
}
.cr-wifi:before {
content: "\e9ff";
}
.cr-wifi-off:before {
content: "\ea00";
}
.cr-wind:before {
content: "\ea01";
}
.cr-x:before {
content: "\ea02";
}
.cr-x-circle:before {
content: "\ea03";
}
.cr-x-square:before {
content: "\ea04";
}
.cr-youtube:before {
content: "\ea05";
}
.cr-zap:before {
content: "\ea06";
}
.cr-zap-off:before {
content: "\ea07";
}
.cr-zoom-in:before {
content: "\ea08";
}
.cr-zoom-out:before {
content: "\ea09";
} | server-api/lib/console/public/fonts/crawford-icons/style.css | @font-face {
font-family: 'crawford-icons';
src: url('fonts/crawford-icons.eot?9zvvm7');
src: url('fonts/crawford-icons.eot?9zvvm7#iefix') format('embedded-opentype'),
url('fonts/crawford-icons.ttf?9zvvm7') format('truetype'),
url('fonts/crawford-icons.woff?9zvvm7') format('woff'),
url('fonts/crawford-icons.svg?9zvvm7#crawford-icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="cr-"], [class*=" cr-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'crawford-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cr-paypal:before {
content: "\ea0c";
}
.cr-github-solid:before {
content: "\ea0b";
}
.cr-graviton:before {
content: "\ea0a";
}
.cr-activity:before {
content: "\e900";
}
.cr-airplay:before {
content: "\e901";
}
.cr-alert-circle:before {
content: "\e902";
}
.cr-alert-octagon:before {
content: "\e903";
}
.cr-alert-triangle:before {
content: "\e904";
}
.cr-align-center:before {
content: "\e905";
}
.cr-align-justify:before {
content: "\e906";
}
.cr-align-left:before {
content: "\e907";
}
.cr-align-right:before {
content: "\e908";
}
.cr-anchor:before {
content: "\e909";
}
.cr-aperture:before {
content: "\e90a";
}
.cr-archive:before {
content: "\e90b";
}
.cr-arrow-down:before {
content: "\e90c";
}
.cr-arrow-down-circle:before {
content: "\e90d";
}
.cr-arrow-down-left:before {
content: "\e90e";
}
.cr-arrow-down-right:before {
content: "\e90f";
}
.cr-arrow-left:before {
content: "\e910";
}
.cr-arrow-left-circle:before {
content: "\e911";
}
.cr-arrow-right:before {
content: "\e912";
}
.cr-arrow-right-circle:before {
content: "\e913";
}
.cr-arrow-up:before {
content: "\e914";
}
.cr-arrow-up-circle:before {
content: "\e915";
}
.cr-arrow-up-left:before {
content: "\e916";
}
.cr-arrow-up-right:before {
content: "\e917";
}
.cr-at-sign:before {
content: "\e918";
}
.cr-award:before {
content: "\e919";
}
.cr-bar-chart:before {
content: "\e91a";
}
.cr-bar-chart-2:before {
content: "\e91b";
}
.cr-battery:before {
content: "\e91c";
}
.cr-battery-charging:before {
content: "\e91d";
}
.cr-bell:before {
content: "\e91e";
}
.cr-bell-off:before {
content: "\e91f";
}
.cr-bluetooth:before {
content: "\e920";
}
.cr-bold:before {
content: "\e921";
}
.cr-book:before {
content: "\e922";
}
.cr-book-open:before {
content: "\e923";
}
.cr-bookmark:before {
content: "\e924";
}
.cr-box:before {
content: "\e925";
}
.cr-briefcase:before {
content: "\e926";
}
.cr-calendar:before {
content: "\e927";
}
.cr-camera:before {
content: "\e928";
}
.cr-camera-off:before {
content: "\e929";
}
.cr-cast:before {
content: "\e92a";
}
.cr-check:before {
content: "\e92b";
}
.cr-check-circle:before {
content: "\e92c";
}
.cr-check-square:before {
content: "\e92d";
}
.cr-chevron-down:before {
content: "\e92e";
}
.cr-chevron-left:before {
content: "\e92f";
}
.cr-chevron-right:before {
content: "\e930";
}
.cr-chevron-up:before {
content: "\e931";
}
.cr-chevrons-down:before {
content: "\e932";
}
.cr-chevrons-left:before {
content: "\e933";
}
.cr-chevrons-right:before {
content: "\e934";
}
.cr-chevrons-up:before {
content: "\e935";
}
.cr-chrome:before {
content: "\e936";
}
.cr-circle:before {
content: "\e937";
}
.cr-clipboard:before {
content: "\e938";
}
.cr-clock:before {
content: "\e939";
}
.cr-cloud:before {
content: "\e93a";
}
.cr-cloud-drizzle:before {
content: "\e93b";
}
.cr-cloud-lightning:before {
content: "\e93c";
}
.cr-cloud-off:before {
content: "\e93d";
}
.cr-cloud-rain:before {
content: "\e93e";
}
.cr-cloud-snow:before {
content: "\e93f";
}
.cr-code:before {
content: "\e940";
}
.cr-codepen:before {
content: "\e941";
}
.cr-command:before {
content: "\e942";
}
.cr-compass:before {
content: "\e943";
}
.cr-copy:before {
content: "\e944";
}
.cr-corner-down-left:before {
content: "\e945";
}
.cr-corner-down-right:before {
content: "\e946";
}
.cr-corner-left-down:before {
content: "\e947";
}
.cr-corner-left-up:before {
content: "\e948";
}
.cr-corner-right-down:before {
content: "\e949";
}
.cr-corner-right-up:before {
content: "\e94a";
}
.cr-corner-up-left:before {
content: "\e94b";
}
.cr-corner-up-right:before {
content: "\e94c";
}
.cr-cpu:before {
content: "\e94d";
}
.cr-credit-card:before {
content: "\e94e";
}
.cr-crop:before {
content: "\e94f";
}
.cr-crosshair:before {
content: "\e950";
}
.cr-database:before {
content: "\e951";
}
.cr-delete:before {
content: "\e952";
}
.cr-disc:before {
content: "\e953";
}
.cr-dollar-sign:before {
content: "\e954";
}
.cr-download:before {
content: "\e955";
}
.cr-download-cloud:before {
content: "\e956";
}
.cr-droplet:before {
content: "\e957";
}
.cr-edit:before {
content: "\e958";
}
.cr-edit-2:before {
content: "\e959";
}
.cr-edit-3:before {
content: "\e95a";
}
.cr-external-link:before {
content: "\e95b";
}
.cr-eye:before {
content: "\e95c";
}
.cr-eye-off:before {
content: "\e95d";
}
.cr-facebook:before {
content: "\e95e";
}
.cr-fast-forward:before {
content: "\e95f";
}
.cr-feather:before {
content: "\e960";
}
.cr-file:before {
content: "\e961";
}
.cr-file-minus:before {
content: "\e962";
}
.cr-file-plus:before {
content: "\e963";
}
.cr-file-text:before {
content: "\e964";
}
.cr-film:before {
content: "\e965";
}
.cr-filter:before {
content: "\e966";
}
.cr-flag:before {
content: "\e967";
}
.cr-folder:before {
content: "\e968";
}
.cr-folder-minus:before {
content: "\e969";
}
.cr-folder-plus:before {
content: "\e96a";
}
.cr-gift:before {
content: "\e96b";
}
.cr-git-branch:before {
content: "\e96c";
}
.cr-git-commit:before {
content: "\e96d";
}
.cr-git-merge:before {
content: "\e96e";
}
.cr-git-pull-request:before {
content: "\e96f";
}
.cr-github:before {
content: "\e970";
}
.cr-gitlab:before {
content: "\e971";
}
.cr-globe:before {
content: "\e972";
}
.cr-grid:before {
content: "\e973";
}
.cr-hard-drive:before {
content: "\e974";
}
.cr-hash:before {
content: "\e975";
}
.cr-headphones:before {
content: "\e976";
}
.cr-heart:before {
content: "\e977";
}
.cr-help-circle:before {
content: "\e978";
}
.cr-home:before {
content: "\e979";
}
.cr-image:before {
content: "\e97a";
}
.cr-inbox:before {
content: "\e97b";
}
.cr-info:before {
content: "\e97c";
}
.cr-instagram:before {
content: "\e97d";
}
.cr-italic:before {
content: "\e97e";
}
.cr-layers:before {
content: "\e97f";
}
.cr-layout:before {
content: "\e980";
}
.cr-life-buoy:before {
content: "\e981";
}
.cr-link:before {
content: "\e982";
}
.cr-link-2:before {
content: "\e983";
}
.cr-linkedin:before {
content: "\e984";
}
.cr-list:before {
content: "\e985";
}
.cr-loader:before {
content: "\e986";
}
.cr-lock:before {
content: "\e987";
}
.cr-log-in:before {
content: "\e988";
}
.cr-log-out:before {
content: "\e989";
}
.cr-mail:before {
content: "\e98a";
}
.cr-map:before {
content: "\e98b";
}
.cr-map-pin:before {
content: "\e98c";
}
.cr-maximize:before {
content: "\e98d";
}
.cr-maximize-2:before {
content: "\e98e";
}
.cr-menu:before {
content: "\e98f";
}
.cr-message-circle:before {
content: "\e990";
}
.cr-message-square:before {
content: "\e991";
}
.cr-mic:before {
content: "\e992";
}
.cr-mic-off:before {
content: "\e993";
}
.cr-minimize:before {
content: "\e994";
}
.cr-minimize-2:before {
content: "\e995";
}
.cr-minus:before {
content: "\e996";
}
.cr-minus-circle:before {
content: "\e997";
}
.cr-minus-square:before {
content: "\e998";
}
.cr-monitor:before {
content: "\e999";
}
.cr-moon:before {
content: "\e99a";
}
.cr-more-horizontal:before {
content: "\e99b";
}
.cr-more-vertical:before {
content: "\e99c";
}
.cr-move:before {
content: "\e99d";
}
.cr-music:before {
content: "\e99e";
}
.cr-navigation:before {
content: "\e99f";
}
.cr-navigation-2:before {
content: "\e9a0";
}
.cr-octagon:before {
content: "\e9a1";
}
.cr-package:before {
content: "\e9a2";
}
.cr-paperclip:before {
content: "\e9a3";
}
.cr-pause:before {
content: "\e9a4";
}
.cr-pause-circle:before {
content: "\e9a5";
}
.cr-percent:before {
content: "\e9a6";
}
.cr-phone:before {
content: "\e9a7";
}
.cr-phone-call:before {
content: "\e9a8";
}
.cr-phone-forwarded:before {
content: "\e9a9";
}
.cr-phone-incoming:before {
content: "\e9aa";
}
.cr-phone-missed:before {
content: "\e9ab";
}
.cr-phone-off:before {
content: "\e9ac";
}
.cr-phone-outgoing:before {
content: "\e9ad";
}
.cr-pie-chart:before {
content: "\e9ae";
}
.cr-play:before {
content: "\e9af";
}
.cr-play-circle:before {
content: "\e9b0";
}
.cr-plus:before {
content: "\e9b1";
}
.cr-plus-circle:before {
content: "\e9b2";
}
.cr-plus-square:before {
content: "\e9b3";
}
.cr-pocket:before {
content: "\e9b4";
}
.cr-power:before {
content: "\e9b5";
}
.cr-printer:before {
content: "\e9b6";
}
.cr-radio:before {
content: "\e9b7";
}
.cr-refresh-ccw:before {
content: "\e9b8";
}
.cr-refresh-cw:before {
content: "\e9b9";
}
.cr-repeat:before {
content: "\e9ba";
}
.cr-rewind:before {
content: "\e9bb";
}
.cr-rotate-ccw:before {
content: "\e9bc";
}
.cr-rotate-cw:before {
content: "\e9bd";
}
.cr-rss:before {
content: "\e9be";
}
.cr-save:before {
content: "\e9bf";
}
.cr-scissors:before {
content: "\e9c0";
}
.cr-search:before {
content: "\e9c1";
}
.cr-send:before {
content: "\e9c2";
}
.cr-server:before {
content: "\e9c3";
}
.cr-settings:before {
content: "\e9c4";
}
.cr-share:before {
content: "\e9c5";
}
.cr-share-2:before {
content: "\e9c6";
}
.cr-shield:before {
content: "\e9c7";
}
.cr-shield-off:before {
content: "\e9c8";
}
.cr-shopping-bag:before {
content: "\e9c9";
}
.cr-shopping-cart:before {
content: "\e9ca";
}
.cr-shuffle:before {
content: "\e9cb";
}
.cr-sidebar:before {
content: "\e9cc";
}
.cr-skip-back:before {
content: "\e9cd";
}
.cr-skip-forward:before {
content: "\e9ce";
}
.cr-slack:before {
content: "\e9cf";
}
.cr-slash:before {
content: "\e9d0";
}
.cr-sliders:before {
content: "\e9d1";
}
.cr-smartphone:before {
content: "\e9d2";
}
.cr-speaker:before {
content: "\e9d3";
}
.cr-square:before {
content: "\e9d4";
}
.cr-star:before {
content: "\e9d5";
}
.cr-stop-circle:before {
content: "\e9d6";
}
.cr-sun:before {
content: "\e9d7";
}
.cr-sunrise:before {
content: "\e9d8";
}
.cr-sunset:before {
content: "\e9d9";
}
.cr-tablet:before {
content: "\e9da";
}
.cr-tag:before {
content: "\e9db";
}
.cr-target:before {
content: "\e9dc";
}
.cr-terminal:before {
content: "\e9dd";
}
.cr-thermometer:before {
content: "\e9de";
}
.cr-thumbs-down:before {
content: "\e9df";
}
.cr-thumbs-up:before {
content: "\e9e0";
}
.cr-toggle-left:before {
content: "\e9e1";
}
.cr-toggle-right:before {
content: "\e9e2";
}
.cr-trash:before {
content: "\e9e3";
}
.cr-trash-2:before {
content: "\e9e4";
}
.cr-trending-down:before {
content: "\e9e5";
}
.cr-trending-up:before {
content: "\e9e6";
}
.cr-triangle:before {
content: "\e9e7";
}
.cr-truck:before {
content: "\e9e8";
}
.cr-tv:before {
content: "\e9e9";
}
.cr-twitter:before {
content: "\e9ea";
}
.cr-type:before {
content: "\e9eb";
}
.cr-umbrella:before {
content: "\e9ec";
}
.cr-underline:before {
content: "\e9ed";
}
.cr-unlock:before {
content: "\e9ee";
}
.cr-upload:before {
content: "\e9ef";
}
.cr-upload-cloud:before {
content: "\e9f0";
}
.cr-user:before {
content: "\e9f1";
}
.cr-user-check:before {
content: "\e9f2";
}
.cr-user-minus:before {
content: "\e9f3";
}
.cr-user-plus:before {
content: "\e9f4";
}
.cr-user-x:before {
content: "\e9f5";
}
.cr-users:before {
content: "\e9f6";
}
.cr-video:before {
content: "\e9f7";
}
.cr-video-off:before {
content: "\e9f8";
}
.cr-voicemail:before {
content: "\e9f9";
}
.cr-volume:before {
content: "\e9fa";
}
.cr-volume-1:before {
content: "\e9fb";
}
.cr-volume-2:before {
content: "\e9fc";
}
.cr-volume-x:before {
content: "\e9fd";
}
.cr-watch:before {
content: "\e9fe";
}
.cr-wifi:before {
content: "\e9ff";
}
.cr-wifi-off:before {
content: "\ea00";
}
.cr-wind:before {
content: "\ea01";
}
.cr-x:before {
content: "\ea02";
}
.cr-x-circle:before {
content: "\ea03";
}
.cr-x-square:before {
content: "\ea04";
}
.cr-youtube:before {
content: "\ea05";
}
.cr-zap:before {
content: "\ea06";
}
.cr-zap-off:before {
content: "\ea07";
}
.cr-zoom-in:before {
content: "\ea08";
}
.cr-zoom-out:before {
content: "\ea09";
} | 0.376394 | 0.137793 |
:root {
-moz-appearance: none;
background-color: transparent;
}
/* SCROLLBOX */
#newtab-scrollbox:not([page-disabled]) {
background-color: rgb(229,229,229);
background-image: url(chrome://browser/skin/newtab/noise.png),
-moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.2));
background-attachment: fixed;
}
/* TOGGLE */
#newtab-toggle {
width: 16px;
height: 16px;
padding: 0;
border: none;
background: -216px 0 transparent url(chrome://browser/skin/newtab/controls.png);
}
#newtab-toggle[page-disabled] {
background-position: -232px 0;
}
/* ROWS */
.newtab-row {
margin-bottom: 20px;
}
.newtab-row:last-child {
margin-bottom: 0;
}
/* CELLS */
.newtab-cell {
-moz-margin-end: 20px;
background-color: rgba(255,255,255,.2);
border: 1px solid;
border-color: rgba(8,22,37,.12) rgba(8,22,37,.14) rgba(8,22,37,.16);
border-radius: 1px;
transition: border-color 100ms ease-out;
}
.newtab-cell:empty {
border: 1px dashed;
border-color: rgba(8,22,37,.15) rgba(8,22,37,.17) rgba(8,22,37,.19);
}
.newtab-cell:last-child {
-moz-margin-end: 0;
}
.newtab-cell:hover:not(:empty):not([dragged]) {
border-color: rgba(8,22,37,.25) rgba(8,22,37,.27) rgba(8,22,37,.3);
}
/* SITES */
.newtab-site {
text-decoration: none;
transition-property: top, left, opacity, box-shadow, background-color;
}
.newtab-site:hover,
.newtab-site[dragged] {
box-shadow: 0 0 10px rgba(8,22,37,.3);
}
.newtab-site[dragged] {
transition-property: box-shadow, background-color;
background-color: rgb(242,242,242);
}
/* THUMBNAILS */
.newtab-thumbnail {
background-origin: padding-box;
background-clip: padding-box;
background-repeat: no-repeat;
background-size: cover;
}
/* TITLES */
.newtab-title {
padding: 0 8px;
background-color: rgba(248,249,251,.95);
color: #1f364c;
font-size: 12px;
line-height: 24px;
}
/* CONTROLS */
.newtab-control {
width: 24px;
height: 24px;
padding: 1px 2px 3px;
border: none;
background: transparent url(chrome://browser/skin/newtab/controls.png);
}
.newtab-control-pin:hover {
background-position: -24px 0;
}
.newtab-control-pin:active {
background-position: -48px 0;
}
.newtab-control-pin[pinned] {
background-position: -72px 0;
}
.newtab-control-pin[pinned]:hover {
background-position: -96px 0;
}
.newtab-control-pin[pinned]:active {
background-position: -120px 0;
}
.newtab-control-block {
background-position: -144px 0;
}
.newtab-control-block:hover {
background-position: -168px 0;
}
.newtab-control-block:active {
background-position: -192px 0;
} | B2G/gecko/browser/themes/winstripe/newtab/newTab.css | :root {
-moz-appearance: none;
background-color: transparent;
}
/* SCROLLBOX */
#newtab-scrollbox:not([page-disabled]) {
background-color: rgb(229,229,229);
background-image: url(chrome://browser/skin/newtab/noise.png),
-moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.2));
background-attachment: fixed;
}
/* TOGGLE */
#newtab-toggle {
width: 16px;
height: 16px;
padding: 0;
border: none;
background: -216px 0 transparent url(chrome://browser/skin/newtab/controls.png);
}
#newtab-toggle[page-disabled] {
background-position: -232px 0;
}
/* ROWS */
.newtab-row {
margin-bottom: 20px;
}
.newtab-row:last-child {
margin-bottom: 0;
}
/* CELLS */
.newtab-cell {
-moz-margin-end: 20px;
background-color: rgba(255,255,255,.2);
border: 1px solid;
border-color: rgba(8,22,37,.12) rgba(8,22,37,.14) rgba(8,22,37,.16);
border-radius: 1px;
transition: border-color 100ms ease-out;
}
.newtab-cell:empty {
border: 1px dashed;
border-color: rgba(8,22,37,.15) rgba(8,22,37,.17) rgba(8,22,37,.19);
}
.newtab-cell:last-child {
-moz-margin-end: 0;
}
.newtab-cell:hover:not(:empty):not([dragged]) {
border-color: rgba(8,22,37,.25) rgba(8,22,37,.27) rgba(8,22,37,.3);
}
/* SITES */
.newtab-site {
text-decoration: none;
transition-property: top, left, opacity, box-shadow, background-color;
}
.newtab-site:hover,
.newtab-site[dragged] {
box-shadow: 0 0 10px rgba(8,22,37,.3);
}
.newtab-site[dragged] {
transition-property: box-shadow, background-color;
background-color: rgb(242,242,242);
}
/* THUMBNAILS */
.newtab-thumbnail {
background-origin: padding-box;
background-clip: padding-box;
background-repeat: no-repeat;
background-size: cover;
}
/* TITLES */
.newtab-title {
padding: 0 8px;
background-color: rgba(248,249,251,.95);
color: #1f364c;
font-size: 12px;
line-height: 24px;
}
/* CONTROLS */
.newtab-control {
width: 24px;
height: 24px;
padding: 1px 2px 3px;
border: none;
background: transparent url(chrome://browser/skin/newtab/controls.png);
}
.newtab-control-pin:hover {
background-position: -24px 0;
}
.newtab-control-pin:active {
background-position: -48px 0;
}
.newtab-control-pin[pinned] {
background-position: -72px 0;
}
.newtab-control-pin[pinned]:hover {
background-position: -96px 0;
}
.newtab-control-pin[pinned]:active {
background-position: -120px 0;
}
.newtab-control-block {
background-position: -144px 0;
}
.newtab-control-block:hover {
background-position: -168px 0;
}
.newtab-control-block:active {
background-position: -192px 0;
} | 0.459076 | 0.12166 |
/*
In NativeScript, the app.css file is where you place CSS rules that
you would like to apply to your entire application. Check out
http://docs.nativescript.org/ui/styling for a full list of the CSS
selectors and properties you can use to style UI components.
/*
In many cases you may want to use the NativeScript core theme instead
of writing your own CSS rules. For a full list of class names in the theme
refer to http://docs.nativescript.org/ui/theme.
*/
/* Colori app:
BLU SCURO NEW = #1E3258
30, 50, 88
BLU CHIARO NEW = #2E7C9E
VERDE SCURO = #009432
VERDE CHIARO = #5CC77A
BLU SCURO = #22384f
34, 56, 79,
BLU CHIARO = #107dd0
*/
Page {
background-color: #1E3258;
}
Accordion{
background-color: #1E3258;
}
.btn {
color:#1E3258;
border-color:#1E3258;
background-color: white;
text-align: center;
text-transform: none;
border-width: 2;
border-radius: 5%;
font-family: "Roboto Slab";
height: 45;
font-size:17;
}
.btn:focus
{
border-color: #2E7C9E;
color:#2E7C9E;
}
.btn-menu
{
color: white;
border-color: white;
text-align: center;
text-transform: none;
border-width: 2;
border-radius: 5%;
font-family: "Roboto Slab";
height: 45;
font-size:17;
width: 90%;
}
.btn-menu:active
{
background-color: #2E7C9E;
;
}
.roundedBtn_top
{
border-color: white;
border-width: 3;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 50% 50%;
height: 45;
width: 45;
}
.roundedBtn_top:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.roundedBtn
{
border-color: white;
border-width: 5;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 25% 25%;
height: 60;
width: 60;
}
.roundedBtn:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.roundedBtnCenter
{
border-color: white;
border-width: 2;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 45% 45%;
height: 45;
width: 45;
}
.roundedBtnCenter:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.imageTop
{
border-color: white;
border-width: 5;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 300px;
height: 300px;
}
.roundedInfo
{
border-color: #1E3258;
color: #1E3258;
border-width: 5;
border-radius: 100%;
background-color: white;
height: 70;
width: 70;
}
.action-bar
{
font-size:18;
font-family: "Roboto Slab";
vertical-align:center
}
.two-color-gradient {
background: linear-gradient(135deg, #2E7C9E, #1E3258);
}
.reversed-two-color-gradient {
background: linear-gradient(135deg, #1E3258, #2E7C9E);
}
.topTitle
{
font-family: "Roboto Slab";
color: white;
font-size: 28;
}
.form-input {
border-bottom-color: #2E7C9E;
border-bottom-width: 1;
color: white;
placeholder-color: #2E7C9E;
width: 90%;
}
.ios-form-input {
border-bottom-color: white;
border-bottom-width: 1;
color: white;
placeholder-color: white;
font-family: "Roboto Slab";
font-size: 18;
margin: 10 10 10 10;
}
.textPrimary
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
}
.textPrimary-bold
{
font-family: "Roboto Slab";
font-weight: bold;
font-size: 18;
color: white;
}
.textMontserratRegular
{
font-family: "Roboto Slab";
}
.lode
{
font-family: Montserrat-Bold;
font-size: 18;
font-weight: bold;
vertical-align: center;
horizontal-align: center;
color: rgba(216, 71, 71,0.5);
rotate:-45;
}
.badge {
margin: 5 10 0 0;
horizontal-align: right;
width: 20;
height: 20;
border-color: red;
border-width: 1;
border-radius: 50%;
background-color: red;
}
.badge-text {
margin: 2 0 0 0;
font-size: 9;
font-weight: bold;
color: white;
vertical-align: center;
horizontal-align: center;
}
.border
{
border-width: 3;
border-color: white;
border-radius: 5;
}
.examPass
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
border-color: white;
border-width: 5;
border-radius: 100%;
}
.textMont_noborder
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
}
.examNA
{
font-family: "Roboto Slab";
font-size: 18;
color: gray;
border-color: gray;
border-width: 5;
border-radius: 100%;
}
.examFreq
{
font-family: "Roboto Slab";
font-size: 18;
color: gray;
border-color: gray;
border-width: 5;
border-radius: 100%;
}
.icon{
font-family: 'icomoon';
vertical-align: center;
margin: 6;
}
.color-green{
font-family: "Roboto Slab";
color: #1E3258;
border-color: #1E3258;
}
.color-gray{
font-family: "Roboto Slab";
color:gray;
border-color: gray;
}
.color-yellow{
font-family: "Roboto Slab";
color:orange;
}
.main_image{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.main_image_contain{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.circle{
background-repeat: no-repeat;
background-position: center;
background-size: 70% 70%;
border-radius: 100%;
height: 180px;
width: 180px;
}
.pic_rounded{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
border-color: orange;
border-width: 5;
}
.font-bol{
color: white;
font-family: Montserrat-Bold;
}
.scanner-round {
width: 260;
height: 260;
margin-top: 16;
border-radius: 130;
border-width: 8;
border-color: #ddd;
}
.myMenu{
background-repeat: no-repeat;
background-position: center;
background-size: auto;
background-color: transparent;
border-width: 0;
z-index: 0;
}
.ristorante-menu{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #22384f;
border-radius: 15%;
}
ActionBar {
background-color: #1E3258;
color: white;
}
.ios Button
{
color:rgba(30, 50, 88, 0.9);
background-color: rgba(30, 50, 88, 0.7);
font-family: "Roboto Slab";
}
.android Button
{
color:#fff;
background-color: rgba(34, 56, 79, 0.7);
font-family: "Roboto Slab";
}
ListView{
separator-color: white;
background-color: transparent;
}
FlexboxLayout{
background-color: #1E3258;
}
TabStrip {
selected-item-color: white;
un-selected-item-color: gray;
highlight-color: #107dd0;
background-color: #1E3258;
}
Switch[checked=true]{
color:#2E7C9E ;
background-color: orange;
}
Switch[checked=false]{
color: gray;
background-color: gray;
}
ListPicker{
color: white;
} | app/app.css | /*
In NativeScript, the app.css file is where you place CSS rules that
you would like to apply to your entire application. Check out
http://docs.nativescript.org/ui/styling for a full list of the CSS
selectors and properties you can use to style UI components.
/*
In many cases you may want to use the NativeScript core theme instead
of writing your own CSS rules. For a full list of class names in the theme
refer to http://docs.nativescript.org/ui/theme.
*/
/* Colori app:
BLU SCURO NEW = #1E3258
30, 50, 88
BLU CHIARO NEW = #2E7C9E
VERDE SCURO = #009432
VERDE CHIARO = #5CC77A
BLU SCURO = #22384f
34, 56, 79,
BLU CHIARO = #107dd0
*/
Page {
background-color: #1E3258;
}
Accordion{
background-color: #1E3258;
}
.btn {
color:#1E3258;
border-color:#1E3258;
background-color: white;
text-align: center;
text-transform: none;
border-width: 2;
border-radius: 5%;
font-family: "Roboto Slab";
height: 45;
font-size:17;
}
.btn:focus
{
border-color: #2E7C9E;
color:#2E7C9E;
}
.btn-menu
{
color: white;
border-color: white;
text-align: center;
text-transform: none;
border-width: 2;
border-radius: 5%;
font-family: "Roboto Slab";
height: 45;
font-size:17;
width: 90%;
}
.btn-menu:active
{
background-color: #2E7C9E;
;
}
.roundedBtn_top
{
border-color: white;
border-width: 3;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 50% 50%;
height: 45;
width: 45;
}
.roundedBtn_top:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.roundedBtn
{
border-color: white;
border-width: 5;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 25% 25%;
height: 60;
width: 60;
}
.roundedBtn:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.roundedBtnCenter
{
border-color: white;
border-width: 2;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: 45% 45%;
height: 45;
width: 45;
}
.roundedBtnCenter:active
{
background-color: #2E7C9E;
border-color: #2E7C9E;
}
.imageTop
{
border-color: white;
border-width: 5;
border-radius: 100%;
background-color: #1E3258;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 300px;
height: 300px;
}
.roundedInfo
{
border-color: #1E3258;
color: #1E3258;
border-width: 5;
border-radius: 100%;
background-color: white;
height: 70;
width: 70;
}
.action-bar
{
font-size:18;
font-family: "Roboto Slab";
vertical-align:center
}
.two-color-gradient {
background: linear-gradient(135deg, #2E7C9E, #1E3258);
}
.reversed-two-color-gradient {
background: linear-gradient(135deg, #1E3258, #2E7C9E);
}
.topTitle
{
font-family: "Roboto Slab";
color: white;
font-size: 28;
}
.form-input {
border-bottom-color: #2E7C9E;
border-bottom-width: 1;
color: white;
placeholder-color: #2E7C9E;
width: 90%;
}
.ios-form-input {
border-bottom-color: white;
border-bottom-width: 1;
color: white;
placeholder-color: white;
font-family: "Roboto Slab";
font-size: 18;
margin: 10 10 10 10;
}
.textPrimary
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
}
.textPrimary-bold
{
font-family: "Roboto Slab";
font-weight: bold;
font-size: 18;
color: white;
}
.textMontserratRegular
{
font-family: "Roboto Slab";
}
.lode
{
font-family: Montserrat-Bold;
font-size: 18;
font-weight: bold;
vertical-align: center;
horizontal-align: center;
color: rgba(216, 71, 71,0.5);
rotate:-45;
}
.badge {
margin: 5 10 0 0;
horizontal-align: right;
width: 20;
height: 20;
border-color: red;
border-width: 1;
border-radius: 50%;
background-color: red;
}
.badge-text {
margin: 2 0 0 0;
font-size: 9;
font-weight: bold;
color: white;
vertical-align: center;
horizontal-align: center;
}
.border
{
border-width: 3;
border-color: white;
border-radius: 5;
}
.examPass
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
border-color: white;
border-width: 5;
border-radius: 100%;
}
.textMont_noborder
{
font-family: "Roboto Slab";
font-size: 18;
color: white;
}
.examNA
{
font-family: "Roboto Slab";
font-size: 18;
color: gray;
border-color: gray;
border-width: 5;
border-radius: 100%;
}
.examFreq
{
font-family: "Roboto Slab";
font-size: 18;
color: gray;
border-color: gray;
border-width: 5;
border-radius: 100%;
}
.icon{
font-family: 'icomoon';
vertical-align: center;
margin: 6;
}
.color-green{
font-family: "Roboto Slab";
color: #1E3258;
border-color: #1E3258;
}
.color-gray{
font-family: "Roboto Slab";
color:gray;
border-color: gray;
}
.color-yellow{
font-family: "Roboto Slab";
color:orange;
}
.main_image{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.main_image_contain{
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.circle{
background-repeat: no-repeat;
background-position: center;
background-size: 70% 70%;
border-radius: 100%;
height: 180px;
width: 180px;
}
.pic_rounded{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
border-color: orange;
border-width: 5;
}
.font-bol{
color: white;
font-family: Montserrat-Bold;
}
.scanner-round {
width: 260;
height: 260;
margin-top: 16;
border-radius: 130;
border-width: 8;
border-color: #ddd;
}
.myMenu{
background-repeat: no-repeat;
background-position: center;
background-size: auto;
background-color: transparent;
border-width: 0;
z-index: 0;
}
.ristorante-menu{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #22384f;
border-radius: 15%;
}
ActionBar {
background-color: #1E3258;
color: white;
}
.ios Button
{
color:rgba(30, 50, 88, 0.9);
background-color: rgba(30, 50, 88, 0.7);
font-family: "Roboto Slab";
}
.android Button
{
color:#fff;
background-color: rgba(34, 56, 79, 0.7);
font-family: "Roboto Slab";
}
ListView{
separator-color: white;
background-color: transparent;
}
FlexboxLayout{
background-color: #1E3258;
}
TabStrip {
selected-item-color: white;
un-selected-item-color: gray;
highlight-color: #107dd0;
background-color: #1E3258;
}
Switch[checked=true]{
color:#2E7C9E ;
background-color: orange;
}
Switch[checked=false]{
color: gray;
background-color: gray;
}
ListPicker{
color: white;
} | 0.413477 | 0.090776 |
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald'), url(Oswald.woff2) format('woff2');
font-display: swap;
}
body {
background-image: url('');
background-repeat: repeat;
color: rgb(0, 0, 0);
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1rem;
margin: 0;
overflow: hidden;
perspective: 900px;
/* text-transform: uppercase; */
}
.site-wrap {
transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.site-wrap.show-all {
transform: rotateY(-15deg) scale(0.2);
}
.panel-wrap {
height: 100vh;
width: 100vw;
}
h1 {
font-size: 6vmin;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:after {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:link {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:hover {
text-decoration: none;
color: #de2a84;
}
a:visited {
text-decoration: none;
color: inherit;
}
.panel-wrap {
perspective: 2000px;
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.panel-wrap.animate--shrink,
.panel-wrap.animate--tilt,
.panel-wrap.animate--tilt2 {
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.panel {
height: 100vh;
position: absolute;
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
width: 100vw;
will-change: transform;
}
.panel:before {
background-color: transparent;
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
z-index: 2;
}
.show-all .panel:before {
pointer-events: all;
}
.show-all .panel:hover:before {
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
}
.animate--shrink.animate .panel {
transform: scale(0.9);
}
.animate--tilt.animate .panel {
transform: scale(0.6) rotateY(-25deg);
}
.animate--tilt2.animate .panel {
transform: scale(0.8) rotateX(25deg);
}
.panel h1 {
cursor: default;
left: 50%;
line-height: 1;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%) translateY(-50%);
user-select: none;
}
.panel[data-x-pos="-2"] {
left: -200%;
}
.panel[data-x-pos="-1"] {
left: -100%;
}
.panel[data-x-pos="1"] {
left: 100%;
}
.panel[data-x-pos="2"] {
left: 200%;
}
.panel[data-y-pos="-2"] {
top: 200%;
}
.panel[data-y-pos="-1"] {
top: 100%;
}
.panel[data-y-pos="1"] {
top: -100%;
}
.panel[data-y-pos="2"] {
top: -200%;
}
.panel__zoom {
cursor: pointer;
left: 50%;
opacity: 0.2;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-12vmin);
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
z-index: 10;
}
.panel__zoom:hover {
opacity: 1;
}
.show-all .panel__zoom {
pointer-events: none;
}
.panel__nav {
cursor: pointer;
opacity: 0.2;
position: absolute;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
will-change: opacity;
}
.panel__nav--up {
left: 50%;
top: 1rem;
transform: translateX(-50%);
}
.panel__nav--left {
left: 1rem;
top: 50%;
transform: translateY(-50%) rotate(-90deg) translateX(-100%);
transform-origin: top left;
}
.panel__nav--left-top {
left: 1rem;
top: 1rem;
}
.panel__nav--left-down {
bottom: 1rem;
left: 1rem;
}
.panel__nav--right {
right: 1rem;
top: 50%;
transform: translateY(-50%) rotate(90deg) translateX(100%);
transform-origin: top right;
}
.panel__nav--right-top {
right: 1rem;
top: 1rem;
}
.panel__nav--right-down {
bottom: 1rem;
right: 1rem;
}
.panel__nav--down {
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
}
.panel__nav:hover {
opacity: 1;
}
.panel__animation-list {
font-size: 4vmin;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(14vmin);
}
.panel__animation-list span {
cursor: pointer;
display: inline-block;
opacity: 0.2;
position: relative;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
}
.panel__animation-list span:after {
border-bottom: 0.3vmin solid transparent;
bottom: 0;
content: "";
left: -1px;
position: absolute;
right: 0;
transition: border-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
width: 100%;
}
.panel__animation-list span.active,
.panel__animation-list span:hover {
opacity: 1;
}
.panel__animation-list span.active:after,
.panel__animation-list span:hover:after {
border-color: white;
}
.hi-dropdown-hover {
cursor: pointer;
align-items: center;
display: -moz-popup;
}
.hi-dropdown-hover:hover .hi-dropdown-content {
display: block
}
.hi-dropdown-content {
cursor: auto;
display: none;
position: absolute;
min-width: 160px;
margin: 0;
padding: 0;
z-index: 1;
align-items: center;
}
.hi-container:after,
.hi-container:before {
content: "";
display: table;
clear: both;
align-items: center;
} | seccion.rosa/styl.css | @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald'), url(Oswald.woff2) format('woff2');
font-display: swap;
}
body {
background-image: url('');
background-repeat: repeat;
color: rgb(0, 0, 0);
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1rem;
margin: 0;
overflow: hidden;
perspective: 900px;
/* text-transform: uppercase; */
}
.site-wrap {
transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.site-wrap.show-all {
transform: rotateY(-15deg) scale(0.2);
}
.panel-wrap {
height: 100vh;
width: 100vw;
}
h1 {
font-size: 6vmin;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:after {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:link {
text-decoration: none;
color: rgb(0, 0, 0);
}
a:hover {
text-decoration: none;
color: #de2a84;
}
a:visited {
text-decoration: none;
color: inherit;
}
.panel-wrap {
perspective: 2000px;
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.panel-wrap.animate--shrink,
.panel-wrap.animate--tilt,
.panel-wrap.animate--tilt2 {
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.panel {
height: 100vh;
position: absolute;
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
width: 100vw;
will-change: transform;
}
.panel:before {
background-color: transparent;
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
z-index: 2;
}
.show-all .panel:before {
pointer-events: all;
}
.show-all .panel:hover:before {
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
}
.animate--shrink.animate .panel {
transform: scale(0.9);
}
.animate--tilt.animate .panel {
transform: scale(0.6) rotateY(-25deg);
}
.animate--tilt2.animate .panel {
transform: scale(0.8) rotateX(25deg);
}
.panel h1 {
cursor: default;
left: 50%;
line-height: 1;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%) translateY(-50%);
user-select: none;
}
.panel[data-x-pos="-2"] {
left: -200%;
}
.panel[data-x-pos="-1"] {
left: -100%;
}
.panel[data-x-pos="1"] {
left: 100%;
}
.panel[data-x-pos="2"] {
left: 200%;
}
.panel[data-y-pos="-2"] {
top: 200%;
}
.panel[data-y-pos="-1"] {
top: 100%;
}
.panel[data-y-pos="1"] {
top: -100%;
}
.panel[data-y-pos="2"] {
top: -200%;
}
.panel__zoom {
cursor: pointer;
left: 50%;
opacity: 0.2;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-12vmin);
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
z-index: 10;
}
.panel__zoom:hover {
opacity: 1;
}
.show-all .panel__zoom {
pointer-events: none;
}
.panel__nav {
cursor: pointer;
opacity: 0.2;
position: absolute;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
will-change: opacity;
}
.panel__nav--up {
left: 50%;
top: 1rem;
transform: translateX(-50%);
}
.panel__nav--left {
left: 1rem;
top: 50%;
transform: translateY(-50%) rotate(-90deg) translateX(-100%);
transform-origin: top left;
}
.panel__nav--left-top {
left: 1rem;
top: 1rem;
}
.panel__nav--left-down {
bottom: 1rem;
left: 1rem;
}
.panel__nav--right {
right: 1rem;
top: 50%;
transform: translateY(-50%) rotate(90deg) translateX(100%);
transform-origin: top right;
}
.panel__nav--right-top {
right: 1rem;
top: 1rem;
}
.panel__nav--right-down {
bottom: 1rem;
right: 1rem;
}
.panel__nav--down {
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
}
.panel__nav:hover {
opacity: 1;
}
.panel__animation-list {
font-size: 4vmin;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(14vmin);
}
.panel__animation-list span {
cursor: pointer;
display: inline-block;
opacity: 0.2;
position: relative;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
user-select: none;
}
.panel__animation-list span:after {
border-bottom: 0.3vmin solid transparent;
bottom: 0;
content: "";
left: -1px;
position: absolute;
right: 0;
transition: border-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
width: 100%;
}
.panel__animation-list span.active,
.panel__animation-list span:hover {
opacity: 1;
}
.panel__animation-list span.active:after,
.panel__animation-list span:hover:after {
border-color: white;
}
.hi-dropdown-hover {
cursor: pointer;
align-items: center;
display: -moz-popup;
}
.hi-dropdown-hover:hover .hi-dropdown-content {
display: block
}
.hi-dropdown-content {
cursor: auto;
display: none;
position: absolute;
min-width: 160px;
margin: 0;
padding: 0;
z-index: 1;
align-items: center;
}
.hi-container:after,
.hi-container:before {
content: "";
display: table;
clear: both;
align-items: center;
} | 0.693473 | 0.15084 |
----------------------------------------------------------------------------------------*/
#page-container {
padding: 1.618em;
margin: 0 auto;
max-width: 60em;
}
#page-container.signin {
padding-top: 0em;
}
header div.signin {
}
/* header span.social-icons {
display: inline-block;
vertical-align: baseline;
text-align: right;
float: right;
} */
header span.title {
display: inline;
}
#site-description {
margin-top: 0.5em;
}
#sub-menu-container ul.menu li.menu-item,
#main-menu-container ul.menu li.menu-item {
display: inline-block;
padding: 0.4em;
margin: 0px;
border: 0px;
}
#sub-menu-container ul.menu li.menu-item a,
#main-menu-container ul.menu li.menu-item a {
width: auto;
height: auto;
padding: 0px;
display: inline;
}
#sub-menu-container ul.menu li.compact-hidden,
#main-menu-container ul.menu li.compact-hidden {
display: inline-block;
}
#sub-menu-container {
display: inline-block;
margin-right: auto;
}
/* #content div.image-gallery {
padding: 0px;
} */
/* #content div.image-categories div.image-categories-thumbnail-wrap {
width: 270px;
} */
/* #content div.image-categories div.image-categories-thumbnail {
width: 270px;
} */
/* #content span.image-categories-name {
width: 260px;
}
#content div.image-categories-thumbnail img {
width: 260px;
height: 260px;
} */
#content div.image-categories-thumbnail-small span.image-categories-name {
width: 100px;
}
#content div.image-categories-thumbnail-small div.image-categories-thumbnail img {
width: 100px;
height: 100px;
}
#content div.image-categories-thumbnail-medium span.image-categories-name {
width: 190px;
}
#content div.image-categories-thumbnail-medium div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.sponsor-gallery div.sponsor-gallery-thumbnail {
/* max-width: 130px;
max-height: 130px; */
margin: 7px;
}
#content div.image-gallery div.image-gallery-thumbnail {
width: 130px;
height: 130px;
margin: 7px;
}
#content div.image-gallery-thumbnail img {
width: 130px;
height: 130px;
}
/* #content ul {
width: 28em;
} */
#content dl {
width: 30em;
}
#content div.wide h2,
#content div.wide h3,
#content div.wide h4,
#content h2.wide,
#content h3.wide,
#content h4.wide,
#content cite.wide,
#content blockquote.wide,
#content form.wide,
#content form.wide div.bigsubmit,
#content div.wide,
#content p.wide,
#content ul.wide,
#content dl.wide {
/* width: 100%; */
max-width: 100%;
}
#content dl.wide {
width: auto;
max-width: 100%;
}
#content article.page form.wide {
width: 100%;
max-width: 100%;
}
#content dl dt {
margin-left: 0;
display: block;
vertical-align: top;
}
#content dl dd {
display: inline-block;
margin-left: 1.8em;
}
#content table.blist {
border-collapse: collapse;
table-layout: auto;
}
#content table.clist,
#content table.cilist,
#content table.members-list,
#content table.sponsors-list,
#content table.exhibitors-list,
#content table.downloads-list,
#content table.event-list {
border-collapse: collapse;
table-layout: auto;
}
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th {
display: table-cell;
padding-bottom: 1em;
min-width: 15em;
}
/* #content table.sponsors-list > tbody > tr > th, */
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.exhibitors-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: table-cell;
padding-bottom: 1em;
}
#content table.cilist > tbody > tr,
#content table.members-list > tbody > tr,
#content table.sponsors-list > tbody > tr,
#content table.exhibitors-list > tbody > tr {
padding-bottom: 1em;
}
/* #content table.sponsors-list > tbody > tr > td, */
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td {
display: table-cell;
padding-left: 0em;
padding-bottom: 1em;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 9.5em;
}
#content table.blist td {
display: table-cell;
min-width: 30em;
}
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
display: table-cell;
padding-left: 1.5em;
padding-bottom: 1em;
}
/* #content table.sponsors-list > tbody > tr > th, */
#content table.blist > tbody > tr > th,
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > th,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > th,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > th,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > th,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list th,
#content table.downloads-list td,
#content table.event-list th,
#content table.event-list td {
border-top: 1px solid;
}
#content table.cilist-categories > tbody > tr > td.cilist-details {
width: 100%;
}
#content span.blist-category,
#content span.clist-category,
#content span.cilist-category,
#content span.members-category,
#content span.sponsors-category,
#content span.exhibitors-category,
#content span.downloads-category,
#content span.links-category,
#content span.event-date {
display: inline-block;
white-space: pre;
max-width: 100%;
padding-right: 0px;
width: 49%;
}
#content table.cilist th {
padding-top: 0.25em;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: block;
text-align: left;
}
#content div.gallery-image {
max-width: 100%;
width: auto;
}
#content div.gallery-image div.gallery-image-wrap {
display: inline-block;
width: auto;
}
#content div.gallery-image div.gallery-image-details {
min-width: 25em;
}
#content div.largebutton-list div.button-list-wrap {
width: 49%;
display: inline-block;
}
#content aside div.largebutton-list div.button-list-wrap {
width: 100%;
display: block;
}
#content div.button-list div.button-list-wrap {
width: 32%;
margin-right: 0.2em;
margin-left: 0.2em;
display: inline-block;
}
#content div.largebutton-list div.button-list-wrap a,
#content div.button-list div.button-list-wrap a {
width: 100%;
display: inline-block;
}
/* blist buttons */
#content table.blist div.button-list div.button-list-wrap {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
#content table.blist div.button-list-wrap a {
margin: 0.2em 0em 0.2em 0em;
display: block;
width: auto;
text-align: left;
}
#content form,
#content article.page form {
max-width: 28em;
}
#content article.account form,
#content article.cart form {
max-width: 100%;
}
#content article.cart form {
width: 100%;
max-width: 100%;
}
#content form textarea {
max-width: 100%;
}
#content form input.text,
#content article.page form input.text {
max-width: 28em;
}
#content form table.cart-details input.text {
width: 95%;
max-width: 95%;
}
#content form div.submit {
max-width: 31.2em;
max-width: 29.2em;
padding-right: 0em;
}
#content form div.bigsubmit,
#content form div.bigsubmit2 {
max-width: 30em;
}
aside {
float: right;
clear: right;
width: 25em;
height: auto;
}
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit form input.text {
max-width: 26em;
}
#content.evensplit form div.submit,
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
max-width: 27em;
}
#content.evensplit aside {
width: 30em;
}
header span.social-icons { display: inline-block; }
header div.signin .hide-babybear { display: inline-block; }
div.hide-babybear { display: block; }
#content table.cilist td.cilist-image {
display: table-cell;
}
span.exhibitors-description {
display: inline;
}
/* Set the full size for the word-cloud */
#content div.word-cloud span.size-0 { font-size: 1em; line-height: 1.5em;}
#content div.word-cloud span.size-1 { font-size: 1.2em; line-height: 1.5em;}
#content div.word-cloud span.size-2 { font-size: 1.4em; line-height: 1.5em;}
#content div.word-cloud span.size-3 { font-size: 1.6em; line-height: 1.5em;}
#content div.word-cloud span.size-4 { font-size: 1.8em; line-height: 1.5em;}
#content div.word-cloud span.size-5 { font-size: 2.0em; line-height: 1.5em;}
#content div.word-cloud span.size-6 { font-size: 2.2em; line-height: 1.5em;}
#content div.word-cloud span.size-7 { font-size: 2.4em; line-height: 1.5em;}
#content div.word-cloud span.size-8 { font-size: 2.6em; line-height: 1.5em;}
#content div.word-cloud span.size-9 { font-size: 2.8em; line-height: 1.5em;}
#content div.entry-content div.googlemap { height: 30em; }
/* 9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) and (max-width: 63.236em) {
body { width: 100%; }
#page-container { width: auto; max-width: 45em; }
#sub-menu-container { text-align: left; }
#content dl dd { margin-left: 3em; }
#content span.exhibitors-category {
display: inline-block;
width: 49%;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: inline-block;
text-align: right;
width: 50%;
}
#content span.image-categories-name { width: 190px; }
#content div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.gallery-image { width: 100%; }
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-right: 0.1em;
padding-left: 0;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-right: 0.1em;
padding-left: 0;
min-width: 9.0em;
}
#content table.exhibitors-list > tbody > tr > th,
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th,
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: block;
padding-bottom: 0em;
border-top-width: 0px;
}
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list td,
#content table.event-list td {
display: block;
}
#content table.cilist >tbody > tr > td,
#content table.members-list >tbody > tr > td,
#content table.sponsors-list >tbody > tr > td,
#content table.exhibitors-list >tbody > tr > td {
padding-left: 0em;
margin-left: 0px;
}
#content table.blist td,
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
padding-left: 5em;
margin-left: 0px;
}
#content div.largebutton-list div.button-list-wrap,
#content div.button-list div.button-list-wrap {
width: 100%;
}
#content form div.input { width: 100%; }
#content form input.text,
#content form,
#content dl,
#content h2,
#content h3,
#content h4 {
width: 100%;
max-width: 100%;
}
#content.evensplit form input.text { max-width: 96%; }
#content form div.submit { width: 100%; }
#content.evensplit form div.submit { max-width: 100%; }
#content ul { max-width: 45em; }
#content p,
#content dl.wide,
#content ul.wide {
max-width: 45em;
}
aside {
float: none;
width: auto;
max-width: 30em;
height: auto;
margin: 0 auto 2.2em;
}
aside div.image-wrap { max-width: 30em; margin: 0 auto; }
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit aside { width: 30em; }
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
width: 100%;
max-width: 100%;
}
div.hide-babybear { display: block; }
span.exhibitors-description { display: inline; }
}
/* 10. CUSTOM LAYOUT & TYPOGRAPHY (Older Sister bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.236em) {
body { width: 100%; }
#page-container.page-container-wide { width: auto; max-width: 100% }
#content article.page { width: 36em; width: 100%; }
#content.evensplit aside,
aside { max-width: 100%; width: 36em; width: 100%; }
#content div.largebutton-list { text-align: center; }
#content div.button-list { text-align: center; }
#content div.button-list div.button-list-wrap {
display: inline-block;
width: 48%;
}
#content.evensplit form div.bigsubmit2 { width: 100%; max-width: 100%;
}
div.hide-babybear { display: block; }
}
/* 11. Anything over 40 em
------------------------------------------------------------------------------*/
@media screen and (min-width: 40em) {
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-left: 0.0em;
padding-right: 0.5em;
/* min-width: 9.5em; */
border: 0px;
display: table-cell;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-image img {
max-width: none;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-details {
display: table-cell;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-description p {
max-width: 100%;
width: 100%;
}
#content div.quote {
margin: 0em 2em 1.5em 2em;
padding-bottom: 0.5em;
}
article.cart header h1.entry-title {
display: inline-block;
width: 50%;
padding-left: 0px;
padding-right: 0px;
}
article.cart header div.cart-search-input {
display: inline-block;
text-align: right;
width: 50%;
margin-top: 0em;
}
#content div.cart-search-input input {
width: 90%;
}
}
/* 12. Anything over 50 em
------------------------------------------------------------------------------*/
@media screen and (min-width: 50em) {
#content div.quote {
margin: 0em 5em 1.5em 5em;
padding-bottom: 0.5em;
}
}
/* 13. Print
------------------------------------------------------------------------------*/
@media print {
body { width: 100%; }
#page-container { width: auto; max-width: 45em; }
#sub-menu-container { text-align: left; }
#content dl dd { margin-left: 3em; }
#content span.exhibitors-category {
display: inline-block;
width: 49%;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: inline-block;
text-align: right;
width: 50%;
}
#content span.image-categories-name { width: 190px; }
#content div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.gallery-image { width: 100%; }
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-right: 0.1em;
padding-left: 0;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-right: 0.1em;
padding-left: 0;
min-width: 9.0em;
}
#content table.exhibitors-list > tbody > tr > th,
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th,
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: block;
padding-bottom: 0em;
border-top-width: 0px;
}
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list td,
#content table.event-list td {
display: block;
}
#content table.cilist >tbody > tr > td,
#content table.members-list >tbody > tr > td,
#content table.sponsors-list >tbody > tr > td,
#content table.exhibitors-list >tbody > tr > td {
padding-left: 0em;
margin-left: 0px;
}
#content table.blist td,
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
padding-left: 5em;
margin-left: 0px;
}
#content div.largebutton-list div.button-list-wrap,
#content div.button-list div.button-list-wrap {
width: 100%;
}
#content form div.input { width: 100%; }
#content form {
width: 100%;
max-width: 100%;
}
#content dl {
width: 100%;
max-width: 100%;
}
#content form input.text {
width: 100%;
max-width: 100%;
}
#content.evensplit form input.text { max-width: 96%; }
#content form div.submit { width: 100%; }
#content.evensplit form div.submit { max-width: 100%; }
#content ul { max-width: 45em; }
#content p,
#content dl.wide,
#content ul.wide {
max-width: 45em;
}
aside {
float: none;
width: auto;
max-width: 30em;
height: auto;
margin: 0 auto 2.2em;
}
aside div.image-wrap { max-width: 30em; margin: 0 auto; }
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit aside { width: 30em; }
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
width: 100%;
max-width: 100%;
}
div.hide-babybear { display: block; }
span.exhibitors-description { display: inline; }
} | layouts/trendy/layout.css | ----------------------------------------------------------------------------------------*/
#page-container {
padding: 1.618em;
margin: 0 auto;
max-width: 60em;
}
#page-container.signin {
padding-top: 0em;
}
header div.signin {
}
/* header span.social-icons {
display: inline-block;
vertical-align: baseline;
text-align: right;
float: right;
} */
header span.title {
display: inline;
}
#site-description {
margin-top: 0.5em;
}
#sub-menu-container ul.menu li.menu-item,
#main-menu-container ul.menu li.menu-item {
display: inline-block;
padding: 0.4em;
margin: 0px;
border: 0px;
}
#sub-menu-container ul.menu li.menu-item a,
#main-menu-container ul.menu li.menu-item a {
width: auto;
height: auto;
padding: 0px;
display: inline;
}
#sub-menu-container ul.menu li.compact-hidden,
#main-menu-container ul.menu li.compact-hidden {
display: inline-block;
}
#sub-menu-container {
display: inline-block;
margin-right: auto;
}
/* #content div.image-gallery {
padding: 0px;
} */
/* #content div.image-categories div.image-categories-thumbnail-wrap {
width: 270px;
} */
/* #content div.image-categories div.image-categories-thumbnail {
width: 270px;
} */
/* #content span.image-categories-name {
width: 260px;
}
#content div.image-categories-thumbnail img {
width: 260px;
height: 260px;
} */
#content div.image-categories-thumbnail-small span.image-categories-name {
width: 100px;
}
#content div.image-categories-thumbnail-small div.image-categories-thumbnail img {
width: 100px;
height: 100px;
}
#content div.image-categories-thumbnail-medium span.image-categories-name {
width: 190px;
}
#content div.image-categories-thumbnail-medium div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.sponsor-gallery div.sponsor-gallery-thumbnail {
/* max-width: 130px;
max-height: 130px; */
margin: 7px;
}
#content div.image-gallery div.image-gallery-thumbnail {
width: 130px;
height: 130px;
margin: 7px;
}
#content div.image-gallery-thumbnail img {
width: 130px;
height: 130px;
}
/* #content ul {
width: 28em;
} */
#content dl {
width: 30em;
}
#content div.wide h2,
#content div.wide h3,
#content div.wide h4,
#content h2.wide,
#content h3.wide,
#content h4.wide,
#content cite.wide,
#content blockquote.wide,
#content form.wide,
#content form.wide div.bigsubmit,
#content div.wide,
#content p.wide,
#content ul.wide,
#content dl.wide {
/* width: 100%; */
max-width: 100%;
}
#content dl.wide {
width: auto;
max-width: 100%;
}
#content article.page form.wide {
width: 100%;
max-width: 100%;
}
#content dl dt {
margin-left: 0;
display: block;
vertical-align: top;
}
#content dl dd {
display: inline-block;
margin-left: 1.8em;
}
#content table.blist {
border-collapse: collapse;
table-layout: auto;
}
#content table.clist,
#content table.cilist,
#content table.members-list,
#content table.sponsors-list,
#content table.exhibitors-list,
#content table.downloads-list,
#content table.event-list {
border-collapse: collapse;
table-layout: auto;
}
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th {
display: table-cell;
padding-bottom: 1em;
min-width: 15em;
}
/* #content table.sponsors-list > tbody > tr > th, */
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.exhibitors-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: table-cell;
padding-bottom: 1em;
}
#content table.cilist > tbody > tr,
#content table.members-list > tbody > tr,
#content table.sponsors-list > tbody > tr,
#content table.exhibitors-list > tbody > tr {
padding-bottom: 1em;
}
/* #content table.sponsors-list > tbody > tr > td, */
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td {
display: table-cell;
padding-left: 0em;
padding-bottom: 1em;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-left: 0.5em;
padding-right: 0.5em;
min-width: 9.5em;
}
#content table.blist td {
display: table-cell;
min-width: 30em;
}
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
display: table-cell;
padding-left: 1.5em;
padding-bottom: 1em;
}
/* #content table.sponsors-list > tbody > tr > th, */
#content table.blist > tbody > tr > th,
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > th,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > th,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > th,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > th,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list th,
#content table.downloads-list td,
#content table.event-list th,
#content table.event-list td {
border-top: 1px solid;
}
#content table.cilist-categories > tbody > tr > td.cilist-details {
width: 100%;
}
#content span.blist-category,
#content span.clist-category,
#content span.cilist-category,
#content span.members-category,
#content span.sponsors-category,
#content span.exhibitors-category,
#content span.downloads-category,
#content span.links-category,
#content span.event-date {
display: inline-block;
white-space: pre;
max-width: 100%;
padding-right: 0px;
width: 49%;
}
#content table.cilist th {
padding-top: 0.25em;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: block;
text-align: left;
}
#content div.gallery-image {
max-width: 100%;
width: auto;
}
#content div.gallery-image div.gallery-image-wrap {
display: inline-block;
width: auto;
}
#content div.gallery-image div.gallery-image-details {
min-width: 25em;
}
#content div.largebutton-list div.button-list-wrap {
width: 49%;
display: inline-block;
}
#content aside div.largebutton-list div.button-list-wrap {
width: 100%;
display: block;
}
#content div.button-list div.button-list-wrap {
width: 32%;
margin-right: 0.2em;
margin-left: 0.2em;
display: inline-block;
}
#content div.largebutton-list div.button-list-wrap a,
#content div.button-list div.button-list-wrap a {
width: 100%;
display: inline-block;
}
/* blist buttons */
#content table.blist div.button-list div.button-list-wrap {
width: 100%;
margin-left: 0em;
margin-right: 0em;
}
#content table.blist div.button-list-wrap a {
margin: 0.2em 0em 0.2em 0em;
display: block;
width: auto;
text-align: left;
}
#content form,
#content article.page form {
max-width: 28em;
}
#content article.account form,
#content article.cart form {
max-width: 100%;
}
#content article.cart form {
width: 100%;
max-width: 100%;
}
#content form textarea {
max-width: 100%;
}
#content form input.text,
#content article.page form input.text {
max-width: 28em;
}
#content form table.cart-details input.text {
width: 95%;
max-width: 95%;
}
#content form div.submit {
max-width: 31.2em;
max-width: 29.2em;
padding-right: 0em;
}
#content form div.bigsubmit,
#content form div.bigsubmit2 {
max-width: 30em;
}
aside {
float: right;
clear: right;
width: 25em;
height: auto;
}
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit form input.text {
max-width: 26em;
}
#content.evensplit form div.submit,
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
max-width: 27em;
}
#content.evensplit aside {
width: 30em;
}
header span.social-icons { display: inline-block; }
header div.signin .hide-babybear { display: inline-block; }
div.hide-babybear { display: block; }
#content table.cilist td.cilist-image {
display: table-cell;
}
span.exhibitors-description {
display: inline;
}
/* Set the full size for the word-cloud */
#content div.word-cloud span.size-0 { font-size: 1em; line-height: 1.5em;}
#content div.word-cloud span.size-1 { font-size: 1.2em; line-height: 1.5em;}
#content div.word-cloud span.size-2 { font-size: 1.4em; line-height: 1.5em;}
#content div.word-cloud span.size-3 { font-size: 1.6em; line-height: 1.5em;}
#content div.word-cloud span.size-4 { font-size: 1.8em; line-height: 1.5em;}
#content div.word-cloud span.size-5 { font-size: 2.0em; line-height: 1.5em;}
#content div.word-cloud span.size-6 { font-size: 2.2em; line-height: 1.5em;}
#content div.word-cloud span.size-7 { font-size: 2.4em; line-height: 1.5em;}
#content div.word-cloud span.size-8 { font-size: 2.6em; line-height: 1.5em;}
#content div.word-cloud span.size-9 { font-size: 2.8em; line-height: 1.5em;}
#content div.entry-content div.googlemap { height: 30em; }
/* 9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) and (max-width: 63.236em) {
body { width: 100%; }
#page-container { width: auto; max-width: 45em; }
#sub-menu-container { text-align: left; }
#content dl dd { margin-left: 3em; }
#content span.exhibitors-category {
display: inline-block;
width: 49%;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: inline-block;
text-align: right;
width: 50%;
}
#content span.image-categories-name { width: 190px; }
#content div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.gallery-image { width: 100%; }
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-right: 0.1em;
padding-left: 0;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-right: 0.1em;
padding-left: 0;
min-width: 9.0em;
}
#content table.exhibitors-list > tbody > tr > th,
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th,
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: block;
padding-bottom: 0em;
border-top-width: 0px;
}
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list td,
#content table.event-list td {
display: block;
}
#content table.cilist >tbody > tr > td,
#content table.members-list >tbody > tr > td,
#content table.sponsors-list >tbody > tr > td,
#content table.exhibitors-list >tbody > tr > td {
padding-left: 0em;
margin-left: 0px;
}
#content table.blist td,
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
padding-left: 5em;
margin-left: 0px;
}
#content div.largebutton-list div.button-list-wrap,
#content div.button-list div.button-list-wrap {
width: 100%;
}
#content form div.input { width: 100%; }
#content form input.text,
#content form,
#content dl,
#content h2,
#content h3,
#content h4 {
width: 100%;
max-width: 100%;
}
#content.evensplit form input.text { max-width: 96%; }
#content form div.submit { width: 100%; }
#content.evensplit form div.submit { max-width: 100%; }
#content ul { max-width: 45em; }
#content p,
#content dl.wide,
#content ul.wide {
max-width: 45em;
}
aside {
float: none;
width: auto;
max-width: 30em;
height: auto;
margin: 0 auto 2.2em;
}
aside div.image-wrap { max-width: 30em; margin: 0 auto; }
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit aside { width: 30em; }
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
width: 100%;
max-width: 100%;
}
div.hide-babybear { display: block; }
span.exhibitors-description { display: inline; }
}
/* 10. CUSTOM LAYOUT & TYPOGRAPHY (Older Sister bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.236em) {
body { width: 100%; }
#page-container.page-container-wide { width: auto; max-width: 100% }
#content article.page { width: 36em; width: 100%; }
#content.evensplit aside,
aside { max-width: 100%; width: 36em; width: 100%; }
#content div.largebutton-list { text-align: center; }
#content div.button-list { text-align: center; }
#content div.button-list div.button-list-wrap {
display: inline-block;
width: 48%;
}
#content.evensplit form div.bigsubmit2 { width: 100%; max-width: 100%;
}
div.hide-babybear { display: block; }
}
/* 11. Anything over 40 em
------------------------------------------------------------------------------*/
@media screen and (min-width: 40em) {
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-left: 0.0em;
padding-right: 0.5em;
/* min-width: 9.5em; */
border: 0px;
display: table-cell;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-image img {
max-width: none;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-details {
display: table-cell;
}
#content table.sponsors-list table.sponsors-category-list td.sponsors-description p {
max-width: 100%;
width: 100%;
}
#content div.quote {
margin: 0em 2em 1.5em 2em;
padding-bottom: 0.5em;
}
article.cart header h1.entry-title {
display: inline-block;
width: 50%;
padding-left: 0px;
padding-right: 0px;
}
article.cart header div.cart-search-input {
display: inline-block;
text-align: right;
width: 50%;
margin-top: 0em;
}
#content div.cart-search-input input {
width: 90%;
}
}
/* 12. Anything over 50 em
------------------------------------------------------------------------------*/
@media screen and (min-width: 50em) {
#content div.quote {
margin: 0em 5em 1.5em 5em;
padding-bottom: 0.5em;
}
}
/* 13. Print
------------------------------------------------------------------------------*/
@media print {
body { width: 100%; }
#page-container { width: auto; max-width: 45em; }
#sub-menu-container { text-align: left; }
#content dl dd { margin-left: 3em; }
#content span.exhibitors-category {
display: inline-block;
width: 49%;
}
#content span.cilist-subcategory,
#content span.exhibitors-subcategory {
display: inline-block;
text-align: right;
width: 50%;
}
#content span.image-categories-name { width: 190px; }
#content div.image-categories-thumbnail img {
width: 190px;
height: 190px;
}
#content div.gallery-image { width: 100%; }
#content table.sponsors-list table.sponsors-category-list td.sponsors-image {
padding-right: 0.1em;
padding-left: 0;
}
#content table.cilist table.cilist-categories td.cilist-image,
#content table.members-list table.members-category-list td.members-image,
#content table.exhibitors-list table.exhibitors-category-list td.exhibitors-image {
padding-right: 0.1em;
padding-left: 0;
min-width: 9.0em;
}
#content table.exhibitors-list > tbody > tr > th,
#content table.blist > tbody > tr > th,
#content table.clist > tbody > tr > th,
#content table.cilist > tbody > tr > th,
#content table.members-list > tbody > tr > th,
#content table.downloads-list th,
#content table.event-list th {
display: block;
padding-bottom: 0em;
border-top-width: 0px;
}
#content table.blist > tbody > tr > td,
#content table.clist > tbody > tr > td,
#content table.cilist > tbody > tr > td,
#content table.members-list > tbody > tr > td,
#content table.sponsors-list > tbody > tr > td,
#content table.exhibitors-list > tbody > tr > td,
#content table.downloads-list td,
#content table.event-list td {
display: block;
}
#content table.cilist >tbody > tr > td,
#content table.members-list >tbody > tr > td,
#content table.sponsors-list >tbody > tr > td,
#content table.exhibitors-list >tbody > tr > td {
padding-left: 0em;
margin-left: 0px;
}
#content table.blist td,
#content table.clist td,
#content table.downloads-list td,
#content table.event-list td {
padding-left: 5em;
margin-left: 0px;
}
#content div.largebutton-list div.button-list-wrap,
#content div.button-list div.button-list-wrap {
width: 100%;
}
#content form div.input { width: 100%; }
#content form {
width: 100%;
max-width: 100%;
}
#content dl {
width: 100%;
max-width: 100%;
}
#content form input.text {
width: 100%;
max-width: 100%;
}
#content.evensplit form input.text { max-width: 96%; }
#content form div.submit { width: 100%; }
#content.evensplit form div.submit { max-width: 100%; }
#content ul { max-width: 45em; }
#content p,
#content dl.wide,
#content ul.wide {
max-width: 45em;
}
aside {
float: none;
width: auto;
max-width: 30em;
height: auto;
margin: 0 auto 2.2em;
}
aside div.image-wrap { max-width: 30em; margin: 0 auto; }
#content article.page {
width: 100%;
margin: 0 auto;
}
#content.evensplit aside { width: 30em; }
#content.evensplit form div.bigsubmit,
#content.evensplit form div.bigsubmit2 {
width: 100%;
max-width: 100%;
}
div.hide-babybear { display: block; }
span.exhibitors-description { display: inline; }
} | 0.145935 | 0.038322 |
@-moz-document url-prefix('https://www.youtube.com/') {
/* masthead */
#search-form > #container
{
border: 2px solid rgba(0, 0, 0, .1);
}
#search-form > button#search-icon-legacy
{
border: 2px solid rgba(0, 0, 0, .1);
border-left: 0;
}
#end button
{
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .4));
}
#masthead-container, ytd-masthead, #container.ytd-masthead
{
height: 40px !important;
}
/* video */
ytd-watch[theater] #player, .ytd-watch-0[theater] #player
{
min-height: calc(100vh - 40px) !important;
}
video, .html5-video-container, .html5-video-player, #player-container, #player
{
border-radius: 4px;
}
ytd-watch[theater] video, ytd-watch[theater] .html5-video-container, ytd-watch[theater] .html5-video-player, ytd-watch[theater] #player-container, ytd-watch[theater] #player
{
border-radius: 0;
}
#page-manager
{
margin-top: 40px !important;
}
#player-container
{
box-shadow: 0 2px 20px black;
}
/* Fonts */
.ytp-time-display
{
font-size: 1.5em;
}
.index-message
{
font-size: 1.8em !important;
}
ytd-video-primary-info-renderer .title
{
font-size: 2.5em !important;
color: #333 !important;
}
.view-count
{
color: rgba(0, 0, 0, .8) !important;
font-size: 1.1em;
}
/* like/dislike buttons */
ytd-menu-renderer ytd-toggle-button-renderer button
{
filter: blur(1px);
}
ytd-menu-renderer ytd-toggle-button-renderer:first-child button
{
color: rgb(129, 199, 132) !important;
}
ytd-menu-renderer ytd-toggle-button-renderer:first-child button.style-default-active
{
color: rgb(46, 125, 50) !important;
filter: drop-shadow(0 2px 2px #9e9e9e);
}
ytd-menu-renderer ytd-toggle-button-renderer:nth-child(2) button
{
color: rgb(239, 154, 154) !important;
}
ytd-menu-renderer ytd-toggle-button-renderer:nth-child(2) button.style-default-active
{
color: rgb(198, 40, 40) !important;
filter: drop-shadow(0 2px 2px #9e9e9e);
}
/* like bar */
ytd-sentiment-bar-renderer, #like-bar
{
height: 3px !important;
}
ytd-sentiment-bar-renderer #container
{
background: rgb(198, 40, 40) !important;
}
#like-bar
{
background: rgb(46, 125, 50) !important;
}
/* verified badge */
.badge.badge-style-type-verified.style-scope.ytd-badge-supported-renderer yt-icon
{
color: rgb(129, 199, 132);
}
/* subscribe button */
paper-button.ytd-subscribe-button-renderer
{
box-shadow: inset 0 -2px 5px #7c0000;
}
paper-button.ytd-subscribe-button-renderer[subscribed]
{
box-shadow: none;
background: rgba(0, 255, 0, .15);
color: rgba(0, 0, 0, .8);
}
/* comments */
ytd-comment-thread-renderer
{
padding: 20px;
box-shadow: 0 5px 15px #9e9e9e;
border-radius: 2px;
transition: all 1s ease;
}
ytd-comment-thread-renderer:hover
{
box-shadow: 0 5px 30px black;
transform: translateY(-1px);
}
/* gradient on bottom of video behind the controls */
.ytp-gradient-bottom
{
opacity: .5;
}
/* thumbnails */
ytd-thumbnail
{
transition: transform 1s ease, box-shadow .5s ease;
}
ytd-grid-video-renderer:hover ytd-thumbnail
{
box-shadow: 0 2px 15px rgba(0, 0, 0, .8);
transform: translateY(-1px);
z-index: 100;
}
} | data/usercss/145513.user.css | @-moz-document url-prefix('https://www.youtube.com/') {
/* masthead */
#search-form > #container
{
border: 2px solid rgba(0, 0, 0, .1);
}
#search-form > button#search-icon-legacy
{
border: 2px solid rgba(0, 0, 0, .1);
border-left: 0;
}
#end button
{
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .4));
}
#masthead-container, ytd-masthead, #container.ytd-masthead
{
height: 40px !important;
}
/* video */
ytd-watch[theater] #player, .ytd-watch-0[theater] #player
{
min-height: calc(100vh - 40px) !important;
}
video, .html5-video-container, .html5-video-player, #player-container, #player
{
border-radius: 4px;
}
ytd-watch[theater] video, ytd-watch[theater] .html5-video-container, ytd-watch[theater] .html5-video-player, ytd-watch[theater] #player-container, ytd-watch[theater] #player
{
border-radius: 0;
}
#page-manager
{
margin-top: 40px !important;
}
#player-container
{
box-shadow: 0 2px 20px black;
}
/* Fonts */
.ytp-time-display
{
font-size: 1.5em;
}
.index-message
{
font-size: 1.8em !important;
}
ytd-video-primary-info-renderer .title
{
font-size: 2.5em !important;
color: #333 !important;
}
.view-count
{
color: rgba(0, 0, 0, .8) !important;
font-size: 1.1em;
}
/* like/dislike buttons */
ytd-menu-renderer ytd-toggle-button-renderer button
{
filter: blur(1px);
}
ytd-menu-renderer ytd-toggle-button-renderer:first-child button
{
color: rgb(129, 199, 132) !important;
}
ytd-menu-renderer ytd-toggle-button-renderer:first-child button.style-default-active
{
color: rgb(46, 125, 50) !important;
filter: drop-shadow(0 2px 2px #9e9e9e);
}
ytd-menu-renderer ytd-toggle-button-renderer:nth-child(2) button
{
color: rgb(239, 154, 154) !important;
}
ytd-menu-renderer ytd-toggle-button-renderer:nth-child(2) button.style-default-active
{
color: rgb(198, 40, 40) !important;
filter: drop-shadow(0 2px 2px #9e9e9e);
}
/* like bar */
ytd-sentiment-bar-renderer, #like-bar
{
height: 3px !important;
}
ytd-sentiment-bar-renderer #container
{
background: rgb(198, 40, 40) !important;
}
#like-bar
{
background: rgb(46, 125, 50) !important;
}
/* verified badge */
.badge.badge-style-type-verified.style-scope.ytd-badge-supported-renderer yt-icon
{
color: rgb(129, 199, 132);
}
/* subscribe button */
paper-button.ytd-subscribe-button-renderer
{
box-shadow: inset 0 -2px 5px #7c0000;
}
paper-button.ytd-subscribe-button-renderer[subscribed]
{
box-shadow: none;
background: rgba(0, 255, 0, .15);
color: rgba(0, 0, 0, .8);
}
/* comments */
ytd-comment-thread-renderer
{
padding: 20px;
box-shadow: 0 5px 15px #9e9e9e;
border-radius: 2px;
transition: all 1s ease;
}
ytd-comment-thread-renderer:hover
{
box-shadow: 0 5px 30px black;
transform: translateY(-1px);
}
/* gradient on bottom of video behind the controls */
.ytp-gradient-bottom
{
opacity: .5;
}
/* thumbnails */
ytd-thumbnail
{
transition: transform 1s ease, box-shadow .5s ease;
}
ytd-grid-video-renderer:hover ytd-thumbnail
{
box-shadow: 0 2px 15px rgba(0, 0, 0, .8);
transform: translateY(-1px);
z-index: 100;
}
} | 0.267791 | 0.136925 |
*{
font-family: 'Segoe UI', sans-serif;
}
html{
width: 100%;
background-color: white;
}
article{
padding: 30px;
display: flex;
}
article h1{
font-size: 40px;
color: #707070;
margin: 0;
margin-bottom: 10px;
padding: 0;
}
article h2{
font-size: 22px;
color: #707070;
margin: 0;
margin-bottom: 10px;
padding: 0;
}
#caption{
width: 80%;
height: 20vh;
outline: #404;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#type{
width: 80%;
outline: #404;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#upload{
color: #ffffff;
font-size: 16px;
text-align: center;
background-color: #348DE6;
height: 30px;
width: 80px;
border: none;
}
#upload:hover{
color: #348DE6;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #348DE6;
}
.body{
width: 30%;
margin-right: 10%;
}
#svg{
fill: #348DE6;
border: none;
display: flex;
}
#svg-1{
margin-top: 60px;
margin-right:20px ;
}
#center{
margin-top: 160px;
padding-left: 10px;
padding-right: 5px;
}
#center-1{
margin-left: 40px;
margin-top: 100px;
}
#center-2{
margin-left: 10px;
margin-top: 100px;
}
#name{
width: 80%;
outline: #348DE6;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#event_upload_file:hover,#gig_upload_file:hover{
color: #348DE6;
cursor: pointer;
background-color: #ffffff;
border: 1px solid#348DE6;
}
#gig_photo,#eventPhoto{
display: none;
}
#art_type{
width: 80%;
height: 8%;
outline: #348DE6;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
margin-bottom: 10px;
}
#gig_upload_file,#event_upload_file{
background-color: #348DE6;
border: none;
outline: none;
color: white;
height: 4vh;
}
#photo{
display: none;
}
p.success{
color: green;
}
p.error{
color: red;
} | public/css/craft.css | *{
font-family: 'Segoe UI', sans-serif;
}
html{
width: 100%;
background-color: white;
}
article{
padding: 30px;
display: flex;
}
article h1{
font-size: 40px;
color: #707070;
margin: 0;
margin-bottom: 10px;
padding: 0;
}
article h2{
font-size: 22px;
color: #707070;
margin: 0;
margin-bottom: 10px;
padding: 0;
}
#caption{
width: 80%;
height: 20vh;
outline: #404;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#type{
width: 80%;
outline: #404;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#upload{
color: #ffffff;
font-size: 16px;
text-align: center;
background-color: #348DE6;
height: 30px;
width: 80px;
border: none;
}
#upload:hover{
color: #348DE6;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #348DE6;
}
.body{
width: 30%;
margin-right: 10%;
}
#svg{
fill: #348DE6;
border: none;
display: flex;
}
#svg-1{
margin-top: 60px;
margin-right:20px ;
}
#center{
margin-top: 160px;
padding-left: 10px;
padding-right: 5px;
}
#center-1{
margin-left: 40px;
margin-top: 100px;
}
#center-2{
margin-left: 10px;
margin-top: 100px;
}
#name{
width: 80%;
outline: #348DE6;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
}
#event_upload_file:hover,#gig_upload_file:hover{
color: #348DE6;
cursor: pointer;
background-color: #ffffff;
border: 1px solid#348DE6;
}
#gig_photo,#eventPhoto{
display: none;
}
#art_type{
width: 80%;
height: 8%;
outline: #348DE6;
border: 1px solid #348DE6;
color: #707070;
font-size: 18px;
margin-bottom: 10px;
}
#gig_upload_file,#event_upload_file{
background-color: #348DE6;
border: none;
outline: none;
color: white;
height: 4vh;
}
#photo{
display: none;
}
p.success{
color: green;
}
p.error{
color: red;
} | 0.390592 | 0.066206 |
canvas.decorationsOverviewRuler {
display: none;
}
/* scrollbar-background-color: darken(fade(@app-background-color, 40%), 15%); // Needs to be opaque -> atom/atom/issues/4578
scrollbar-color: darken(@app-background-color, 12%); //rgba(92, 92, 92, 0.5); */
/* scrollbar-background-color: rgba(13, 13, 13, 0.4);
scrollbar-color: #141414; */
div.editor-container>div.scrollbar {
background: #0B0C0E !important;
/* background: rgba(38, 38, 38, 0.92); */
z-index: 3;
}
div.scrollbar.vertical {
width: 0.8em !important;
}
div.scrollbar.horizontal {
height: 0.8em !important;
}
div.scrollbar>div.slider {
border-radius: 5px;
background: #212121;
box-shadow: inset 0 0 3px rgba(115, 115, 115, 0.4);
transition: box-shadow 0.3s, opacity 0.3s, background 0.3s;
z-index: 3;
}
div.scrollbar.vertical>div.slider {
width: 0.7em !important;
border-top: thin solid #c7c7c7;
border-bottom: thin solid #c7c7c7;
}
div.scrollbar.horizontal>div.slider {
height: 0.7em !important;
border-left: thin solid #c7c7c7;
border-right: thin solid #c7c7c7;
}
div.scrollbar>div.slider:hover {
background: #3b3b3b;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
}
.monaco-icon-label.folder-icon.explorer-item {
color: #DEC574;
}
div.monaco-list-rows>.monaco-list-row.selected {
box-shadow: inset 2px 0 0px 0px #539afc;
}
.monaco-decorations-style-1,
.monaco-decorations-style-4,
.monaco-decorations-style-7 {
color: inherit
}
div.editor-container #workbench.editors.files.textFileEditor canvas {
z-index: 2;
}
div.editor-container #workbench.editors.files.textFileEditor .minimap.slider-mouseover,
div.editor-container #workbench.editors.files.textFileEditor .minimap-shadow-visible {
z-index: 1;
}
/* fix for canvas item appearing elsewhere than text editor minimap */
div.editor-container #workbench.editors.files.textFileEditor canvas.minimap-decorations-layer {
padding-right: 2em;
background: #0B0C0E;
z-index: 1;
}
/* sdon't fade scrollbar in header file list */
/* div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal {
height: 0.3em !important;
display: block !important;
opacity: 0.5 !important;
} */
/* div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal.fade.invisible * {
} */
div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal div.slider {
background: #ffffff44;
height: 0.25em !important;
}
div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal div.slider:hover {
opacity: 1;
cursor: pointer;
}
/* snap when scrolling header file list */
div.tabs-and-actions-container div.monaco-scrollable-element div.tabs-container {
scroll-snap-type: both proximity;
}
div.monaco-icon-label {
scroll-snap-align: start;
} | themes/css/overrides.css | canvas.decorationsOverviewRuler {
display: none;
}
/* scrollbar-background-color: darken(fade(@app-background-color, 40%), 15%); // Needs to be opaque -> atom/atom/issues/4578
scrollbar-color: darken(@app-background-color, 12%); //rgba(92, 92, 92, 0.5); */
/* scrollbar-background-color: rgba(13, 13, 13, 0.4);
scrollbar-color: #141414; */
div.editor-container>div.scrollbar {
background: #0B0C0E !important;
/* background: rgba(38, 38, 38, 0.92); */
z-index: 3;
}
div.scrollbar.vertical {
width: 0.8em !important;
}
div.scrollbar.horizontal {
height: 0.8em !important;
}
div.scrollbar>div.slider {
border-radius: 5px;
background: #212121;
box-shadow: inset 0 0 3px rgba(115, 115, 115, 0.4);
transition: box-shadow 0.3s, opacity 0.3s, background 0.3s;
z-index: 3;
}
div.scrollbar.vertical>div.slider {
width: 0.7em !important;
border-top: thin solid #c7c7c7;
border-bottom: thin solid #c7c7c7;
}
div.scrollbar.horizontal>div.slider {
height: 0.7em !important;
border-left: thin solid #c7c7c7;
border-right: thin solid #c7c7c7;
}
div.scrollbar>div.slider:hover {
background: #3b3b3b;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
}
.monaco-icon-label.folder-icon.explorer-item {
color: #DEC574;
}
div.monaco-list-rows>.monaco-list-row.selected {
box-shadow: inset 2px 0 0px 0px #539afc;
}
.monaco-decorations-style-1,
.monaco-decorations-style-4,
.monaco-decorations-style-7 {
color: inherit
}
div.editor-container #workbench.editors.files.textFileEditor canvas {
z-index: 2;
}
div.editor-container #workbench.editors.files.textFileEditor .minimap.slider-mouseover,
div.editor-container #workbench.editors.files.textFileEditor .minimap-shadow-visible {
z-index: 1;
}
/* fix for canvas item appearing elsewhere than text editor minimap */
div.editor-container #workbench.editors.files.textFileEditor canvas.minimap-decorations-layer {
padding-right: 2em;
background: #0B0C0E;
z-index: 1;
}
/* sdon't fade scrollbar in header file list */
/* div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal {
height: 0.3em !important;
display: block !important;
opacity: 0.5 !important;
} */
/* div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal.fade.invisible * {
} */
div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal div.slider {
background: #ffffff44;
height: 0.25em !important;
}
div.tabs-and-actions-container div.monaco-scrollable-element div.scrollbar.horizontal div.slider:hover {
opacity: 1;
cursor: pointer;
}
/* snap when scrolling header file list */
div.tabs-and-actions-container div.monaco-scrollable-element div.tabs-container {
scroll-snap-type: both proximity;
}
div.monaco-icon-label {
scroll-snap-align: start;
} | 0.400515 | 0.060474 |
.card{background: #FFFFFF;box-shadow: 0px 2px 2px rgba(0, 39, 115, 0.08), 0px 0px 4px rgba(0, 39, 115, 0.04);border-radius: 6px;padding: 30px 40px; border: none!important; margin-bottom: 24px; position: relative}
.card hr{border-color: #f0f1f4!important}
.card.card_shadow{position: relative; z-index: 1;}
.card.card_shadow:before{position: absolute; height: 11px; box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);border-radius:0 0 4px 4px; width: 90%; left: 5%; bottom: -11px; content: ''; background:url(../images/shadow_bkg.png) left top repeat-x #fff; z-index: 0;}
.card .dot_dropdown{position: absolute; right: 10px; top: 12px; z-index: 8}
.card .dot_dropdown .dropdown-toggle:after{display: none;}
.card .dot_dropdown .dropdown-toggle img{width: 16px; height: 16px!important;}
.card .status_icon{position: absolute; left: 12px; top: 10px; z-index: 8}
.card .check_icon{position: absolute; left: 33px; top: 8px; z-index: 8}
.disabled{opacity: 0.5;}
/******************************
SHADOWS STYLES
******************************/
.shadow1{box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);}
.shadow2{box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06)!important;}
.shadow3{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1), 0px 0px 2px rgba(0, 39, 115, 0.05)!important;}
.shadow4{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1)!important;}
.shadow_none{box-shadow: none!important;}
.shadow5{box-shadow: 0px 2px 0px rgba(0, 39, 115, 0.01), 0px 0px 1px rgba(0, 39, 115, 0.01);}
/******************************
SMART POPUP SLIDING BOX
******************************/
.box {float: left; display: none; top: 16px !important; height: calc(100% - 32px); width: 424px; position: fixed !important; box-sizing: border-box; right: 85px !important; box-shadow: 0px 4px 4px rgba(0, 39, 115, 0.1), 0px 0px 4px rgba(0, 39, 115, 0.05)!important; padding: 0px; background: #fff !important; z-index: 1000; border-radius: 6px; border-top: 6px solid #5893FF;}
.box .p40{ padding:20px 40px 40px 40px!important}
.box h3.htxt_medium_24{ margin-top:10px!important}
.box > div {position: relative!important; background: #fff!important; z-index: 1000!important; border-radius: 6px;}
.box:after {position: fixed; content: ''; left: 0; top: 0; right:0; bottom:0; width: 100%; height: 100%; z-index: -1; background:rgba(38, 87, 179, 0.05)}
.box .cross_icon{right: 30px; top: 20px; position: absolute; width: 28px; height: 28px; cursor: pointer; z-index: 99}
.cross_icon{right: 30px; top: 30px; position: absolute; width: 28px; height: 28px; cursor: pointer; z-index: 99}
.cross_icon.back{right: 70px; width: 78px; }
.box hr{border-color: #edf1f6!important}
@media only screen and (min-height:900px){
.bottom-position{position: absolute; bottom: 40px; width: 100%; max-width: 368px;}
}
/******************************
Misc
******************************/
.grey-sub-headings{font-size: 11px; text-transform: uppercase; color: #a0adbb; font-weight: 500; letter-spacing: 0.02em; line-height: 13px; margin: 14px 0 20px; }
.min-h-280{min-height: 280px;}
.shadow-none{box-shadow: none!important}
.min_w_160{min-width: 160px;}
.h100{height: 100vh}
.h235{height: 235px;}
.h200{height: 200px!important;}
.min_h_56{min-height: 56px;}
.min_h_50{min-height: 50px;}
.min_h_48{height: 48px;}
.min_h_65{min-height: 65px;}
.min_h_85{min-height: 85px;}
.min_h_185{min-height: 185px;}
.min_h_240{min-height: 240px;}
.min_h_275{min-height: 275px;}
.min_h_600{min-height: 600px;}
.min_w_96{ min-width:96px;}
.badge.badge-grey{background: #ebedf2!important; font-size: 10px; color: #7B89A6!important; border-radius: 20px;padding: 4px 8px; font-weight: 500}
.badge.badge-grey.top-bar{background: #DBE4F3!important; font-size: 9px; color: #7B89A6!important; border-radius: 20px;padding: 3px 4px; font-weight: 300; display: table; }
.ls4{letter-spacing: 0.4px}
.h-100-vh{height: 100vh}
.bottom_positiom{position: absolute; width: 100%; bottom: 0}
.max_h_230{max-height: 230px!important}
.max_h_300{max-height: 300px!important}
.max_h_330{max-height: 330px!important}
.max_h_260{max-height: 260px!important}
.close_x_icon{width: 24px; height: 24px; position: absolute; right: 20px; top: 20px;}
.close_x_icon2{width: 20px; height: 20px; position: absolute; right: 10px; top: 10px;}
.max_w_225{max-width: 225px;}
.max_w_250{max-width: 250px;}
/******************************
FORMS GROUP
******************************/
.form-group label{font-size: 14px; color: #242B3D; font-weight: 400; margin-bottom: 5px!important;}
.review_forms .form-group label{font-size: 12px; color: #7B89A6; font-weight: 400; margin-bottom: 5px;}
.form-group .form-control{font-size: 14px; color: #7B89A6; font-weight: 400; border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px; padding: 5px 17px;}
.form-group .form-control:focus{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1), 0px 0px 2px rgba(0, 39, 115, 0.05) !important;}
.form-group .form-control.h50{height: 48px;}
.form-group .form-control.h36{height: 36px; font-size: 14px;}
.form-group .form-control.h40{height: 40px; font-size: 14px;}
.form-group .form-control.h48{height: 48px; font-size: 14px;}
.form-group .form-control.h56{height: 48px;}
.form-control::placeholder {color: #7B89A6; opacity: 1;}
.form-control-dark::placeholder {color: #333D54; opacity: 1; font-size: 14px;}
.form-group .form-control.emoji{ background: url(../images/Emoji.png) 95% 15px #fff no-repeat;}
.form-group .form-control.emoji2{ background: url(../images/user_smile_line_18.svg) 98% 15px #fff no-repeat;}
.form-group .form-control.search{ background: url(../images/search-2-line.svg) 15px 13px #fff no-repeat; padding-left: 45px;}
.form-group .form-control.shadow{border: none!important;box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.3)!important;border-radius: 4px;}
.review_forms .form-group select.form-control{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 90% 17px no-repeat #fff}
.form-group select.form-control-custom{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 97% 20px no-repeat #fff}
.form-group select.form-control-custom2{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 97% 10px no-repeat #fff}
.form-group select.form-control-custom.small{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 85% 20px no-repeat #fff}
.form-group select.form-control-custom.medium{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 90% 20px no-repeat #fff}
.phonenumber{border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px; height: 48px; padding: 5px 17px;}
.phonenumber.h50{ height: 48px;}
.phonenumber .inputbox{border: none; font-size: 14px; color: #7B89A6; font-weight: 400; background: none; border-left: 1px solid #C4CFE1; padding-left: 17px; margin: 11px 0 0 10px; height: 20px; max-width: 230px; }
.phonenumber .inputbox::placeholder {color: #7B89A6; opacity: 1;}
.img_vid_upload{width: 100%; min-height: 320px; border-radius: 4px; background:url(../../assets/images/upload_bkg.png) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_medium{width: 100%; min-height: 180px; border-radius: 4px; background:url(../../assets/images/addfile_txt.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_medium2{width: 100%; min-height: 222px; border-radius: 4px; background:url(../../assets/images/add_contact_txt.svg) center center no-repeat #fff; border:1px dashed #D5DFEF;}
.img_vid_upload_small{width: 100%; min-height: 50px; border-radius: 4px; background:url(../../assets/images/no_image.png) 20px 17px no-repeat #fff; border: 1px solid #dfe5f0;}
.img_vid_upload_circle{width: 125px; height: 125px; border-radius: 100px; background:url(../../assets/images/browse_img.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_media{width: 100%; min-height: 90px; border-radius: 4px; background:url(../../assets/images/drag-drop-file.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_review{width: 100%; height: 105px; border-radius: 4px; background:url(../../assets/images/file_upload.svg) 50px center no-repeat #fff; }
.custmo_checkbox { display: block; position: relative; padding-left: 18px; margin-bottom: 0px; cursor: pointer; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 17px; height: 17px; }
.custmo_checkbox.nolabel{width: 17px; height: 17px;}
.custmo_checkbox input { position: absolute; opacity: 0; cursor: pointer;}
.custmo_checkmark { position: absolute; top: 0; left: 0; height: 17px; width: 17px; background: #fff; border-radius: 3px; border:1px solid #ddd;}
.custmo_checkbox:hover input ~ .custmo_checkmark { background-color: #fff; border:1px solid #ddd;}
.custmo_checkbox input:checked ~ .custmo_checkmark { background-color: #313157; border:1px solid #313157;}
.custmo_checkbox input:checked ~ .custmo_checkmark.purple { background-color: #7f62df ; border:1px solid #7f62df ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.green { background-color: #319f86 ; border:1px solid #319f86 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.blue_sky { background-color: #289adb ; border:1px solid #289adb ;}
.custmo_checkmark:after { content: ""; position: absolute; display: none;}
.custmo_checkbox input:checked ~ .custmo_checkmark:after { display: block;}
.custmo_checkbox .custmo_checkmark:after { left: 5px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.custmo_checkbox input:checked ~ .custmo_checkmark.blue { background-color: #4F8AF4 ; border:1px solid #4F8AF4 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.sblue { background-color: #2f9eee ; border:1px solid #4596d0 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.decision { background-color: #64B2CB ; border:1px solid #64B2CB ;}
.custmo_checkbox.email_config{position: absolute; right: -1px; top: 0;}
.custmo_checkbox.email_config .custmo_checkmark { position: absolute; top: 0; left: 0; height: 17px; width: 17px; background: #fff; border-radius:0 6px 0 6px; border:1px solid #fff;}
.custmo_checkbox.email_config input:checked ~ .custmo_checkmark { background-color: #67bae4; border:1px solid #67bae4;}
.mylablel.active{border: 2px solid #67bae4; border-radius: 8px}
.custom-control-inline{position: absolute; width: 20px; height: 20px; top: 10px; right: -10px;}
.custom-control-input:checked ~ .custom-control-label::before { color: #fff;border-color: #56acd8;background-color: #56acd8;}
/*******************************
CUSTOM SWITCH STYLES
**********/
.custom-form-switch { display: inline-block; margin-bottom: 0px!important; position: relative; align-items: center; width: 32px; height: 16px; margin-top: 2px}
.custom-form-switch > .field { position: absolute; top: 0; left: 0; opacity: 0; margin: 0;}
.custom-form-switch > .toggle { display: inline-block; background-color: #c5d0e5; width: 32px; height: 16px; border-radius: 15px; border:none!important; margin-right: 8px; transition: all 0.6s; box-sizing: content-box;}
.custom-form-switch > .toggle:before { content: ''; display: block; width: 8px; height: 8px; background-color: white; border-radius: 11px; transition: margin 0.3s; position:relative; top: 4px; left: 5px}
.custom-form-switch .field:checked + .toggle:before { margin-left: 13px;}
.custom-form-switch .field:checked + .toggle { border-color: #7f62df; background-color: #7f62df;}
.custom-form-switch .field:checked + .toggle.blue { border-color: #3680dc; background-color: #3680dc;}
.custom-form-switch .field:checked + .toggle.email { border-color: #67bae4; background-color: #67bae4;}
.custom-form-switch .field:checked + .toggle.blue2 { border-color: #2eb4dd; background-color: #2eb4dd;}
.custom-form-switch .field:checked + .toggle.sblue { border-color: #2f9eee; background-color: #2f9eee;}
.custom-form-switch .field:checked + .toggle.green { border-color: #59b06e; background-color: #59b06e;}
.custom-form-switch .field:checked + .toggle.green2 { border-color: #34a285; background-color: #34a285;}
.custom-form-switch .field:checked + .toggle.greend { border-color: #36b4a4; background-color: #36b4a4;}
.custom-form-switch .field:checked + .toggle.teal { border-color: #238398; background-color: #238398;}
.custom-form-switch .field:checked + .toggle.dred { border-color: #962e6c; background-color: #962e6c;}
.custom-form-switch .field:checked + .toggle.grey { border-color: #c5d0e5; background-color: #c5d0e5;}
.custom-form-switch .field:checked + .toggle.purple { border-color: #9559ec; background-color: #9559ec;}
.custom-form-switch .field:checked + .toggle.yellow { border-color: #ed8e8c; background-color: #ed8e8c;}
.custom-form-switch .field:checked + .toggle.greenl { border-color: #9ecc78; background-color: #9ecc78;}
.custom-form-switch .field:checked + .toggle.green3 { border-color: #7ECD99; background-color: #7ECD99;}
.custom-form-switch .field:checked + .toggle.reviews { border-color: #8C95F8; background-color: #8C95F8;}
/******************************
TABLES STYLES
******************************/
.table_head_action{margin-bottom: 20px;position: relative}
.table_head_action .table_filter{margin: 0; padding: 0;}
.table_head_action .table_filter li{margin: 0; padding: 0; list-style: none; display: inline-block;}
.table_head_action .table_filter.new{margin: 0; padding: 0;}
.table_head_action .table_filter.new li a{margin: 0 15px 0 0;}
.table_head_action .table_filter.new li a img{ float:left; margin:1px 0 0 0; width:14px; height:14px!important}
.table_head_action .table_filter.new li select.match_segment_select{ border:none; font-weight:500; font-size:14px; -webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 100% 7px no-repeat; width:85px; }
.table_head_action .table_filter li a{margin: 0 20px 0 0; padding: 0; display: inline-block; font-size: 14px;line-height: 120%;color: #7B89A6; text-transform:capitalize; position:relative;}
.table_head_action .table_filter.text-right li a{margin: 0 20px 0 0; padding: 0; display: inline-block; font-size: 14px;line-height: 120%;color: #7B89A6; text-transform:capitalize; position:relative; z-index:0;}
.table_head_action .table_filter.text-right li a:before{ position:absolute; width:32px; height:32px; left:-7px; top:-6.5px; background:#E8EEF9; content:''; z-index:-1; border-radius:44px; display:none; }
.table_head_action .table_filter.text-right li a:hover:before{ display:block;}
.table_head_action .table_filter li:last-child a{ margin:0}
.table_head_action .table_filter .dropdown-menu a{margin: 0!important; display: block!important; padding: 7px 8px;}
.table_head_action .table_filter li a.active, .table_head_action .table_filter li a:hover{color: #6F7CFF; }
.table_head_action .table_filter li a i img{ width:18px; height:18px;}
.table_head_action .table_filter li a.save_segment_btn{ position:relative; z-index:1;}
.table_head_action .table_filter li a.save_segment_btn:before{ position:absolute; width:100%; height:32px; left:0; top:-7.5px; background:#E8EEF9; content:''; z-index:-1; border-radius:44px; display:none;}
.table_head_action .table_filter li a.save_segment_btn:hover:before{ display:block;}
.table_head_action.calendar{margin-bottom: 30px; padding: 0 0px;}
.table.table-borderless{margin: 0!important}
.table.table-borderless tbody tr{border-bottom: 1px solid #edf1fb; /*box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);*/}
.table.table-borderless tbody tr:last-child{border: none!important; }
.table.table-borderless tbody tr td{background: #fff; color: #56627F!important; font-size: 14px; font-weight: 400; vertical-align: middle;border: none; padding: 16px 12px; line-height: 24px; }
.table.table-borderless tbody tr.headings td{padding: 10px 12px}
.table.table-borderless tbody tr.headings:hover td{ background:none!important}
.table.table-borderless tbody tr.headings td span{font-weight: 500;font-size: 10px!important;letter-spacing: 0.06em;text-transform: uppercase;color: #7B89A6!important;}
.table.table-borderless.big tbody tr td{padding: 24px 12px; }
.table.table-borderless tbody tr td:first-child{padding-left: 0px ; border-radius: 0px 0 0 0px; }
.table.table-borderless tbody tr td:last-child{padding-right: 5px ; border-radius: 0 0px 0px 0;}
.table.table-borderless tbody tr.headings td:first-child{padding-left: 0px ; border-radius: 6px 0 0 0px; }
.table.table-borderless tbody tr.headings td:last-child{padding-right: 5px ; border-radius: 0 6px 0px 0;}
.table.table-borderless tbody tr:hover td{background: #fcfdff;}
.table.table-borderless tbody tr.headings.active td{background: #fcfdff;}
.table.table-borderless span.icons{margin: 0 5px;}
.table.table-borderless .custmo_checkmark{border-radius: 30px;}
.table.table-borderless .badge.badge-dark{background: #ebedf2!important; font-size: 10px; color: #7B89A6!important; border-radius: 20px;padding: 4px 8px; font-weight: 500}
.table_action_dropdown{background: none; border: none; color: #7B89A6; font-size: 11px; font-weight: 500; letter-spacing: 0.04em;text-transform: uppercase;opacity: 0.8;}
.table_search{border: none; padding-left: 25px; background: url(../images/search_icon_16.svg) left 2px no-repeat; color: #7B89A6; font-size: 11px; font-weight: 500; letter-spacing: 0.04em;text-transform: uppercase;opacity: 0.8; max-width: 90px; height: 20px}
.table_search::placeholder {color: #7B89A6; opacity: 1;}
.table.table-borderless tbody tr td p{color: #242B3D; font-size: 14px; font-weight: 500; margin-bottom: 10px; line-height: 120%;}
.table.table-borderless tbody tr td p.small{color: #687693; font-size: 12px; font-weight: 400; margin: 0!important}
.datasearcharea{position:relative;width: 100%;z-index: 1;top: 13px; display: none}
.datasearcharea a.searchcloseicon{ position: absolute; right: 25px;top: 14px;}
.datasearcharea .form-control:focus{box-shadow: none!important}
.tags_btn{background: #FFFFFF;border: 1px solid #DBE4F3;box-sizing: border-box;box-shadow: 0px 1px 1px rgba(0, 39, 115, 0.02);border-radius: 6px; font-size: 13px;line-height: 110%;
text-align: center;color: #7B89A6;font-weight: 300;padding: 3.5px 9px; margin-right: 5px;}
.tags_btn.blue{border-color: #A5CEFF; color: #5998F8;}
.tags_btn.review{border-color: #C6CAFC; color: #717CEF;}
.tags_btn.email{border-color: #A8E0EE; color: #5CA5DA;}
.tags_btn.green{border-color: rgba(156, 228, 175, 0.4); color: #65C692;}
.tags_btn.yellow{border-color: #F4AF5E; color: #F4AF5E;}
.table_dots_dd{border: none; background: none; box-shadow: none; padding: 0!important }
.table_dots_dd:after{display: none}
.table-responsive{background: #fff; box-shadow: 0px 2px 2px rgba(0, 39, 115, 0.08), 0px 0px 4px rgba(0, 39, 115, 0.04)!important; border-radius: 6px; padding: 5px 23px;}
.table-responsive.btop2_yellow{border-top: 2px solid #FFCF72}
.table-responsive.btop2_blue{border-top: 2px solid #5998F8}
.table-responsive.btop2_review{border-top: 2px solid #8C95F8}
.table-responsive.btop2_grey{border-top: 2px solid #B4C0D4}
.custom_pagination {border-radius:0 0 6px 6px; height:auto; background: #ffffff; border-top: 1px solid #edf1fb; padding: 12px 0px 10px; font-size:13px; font-weight:400;line-height: 22px;color: #7B89A6;}
.custom_pagination select{border: none; -webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 100% 9px no-repeat #fff; width: 32px; margin-left: 5px;}
.custom_pagination.others{ background:none!important; border:none!important; font-size:13px; font-weight:400; letter-spacing:0;}
.custom_pagination.others select{ background: url(../images/select_bkg.svg) 100% 8px no-repeat;}
.custom_pagination.grey{ background: #ebf0fa; border-radius: 76px; height: 32px; padding: 5px 20px;}
.custom_pagination.grey select{ background: url(../images/select_bkg.svg) 100% 8px no-repeat #ebf0fa; }
.page_list {margin: 0; padding: 0;}
.page_list li {margin: 0; padding: 0; display: inline-block;}
.page_list li a{margin: 0; padding: 0; display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; font-size:13px; font-weight:500;}
.page_list li a.active, .page_list li a:hover{background: #eff3fc; border-radius: 4px;}
.status_icon{width: 12px; height: 12px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; margin-top: 5px;}
.status_icon:after{position: absolute; content: ''; left: 3px; top: 3px; background: #fff; border-radius: 100px; width: 6px; height: 6px;}
.status_icon_modal{width: 12px; height: 12px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; margin-top: 5px;}
.status_icon_modal:after{position: absolute; content: ''; left: 3px; top: 3px; background: #fff; border-radius: 100px; width: 6px; height: 6px;}
.circle_icon_24{width: 24px; height: 24px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; text-align: center; line-height: 23px; font-weight: 500;
font-size: 12px;letter-spacing: 0.02em;color: #FFFFFF; text-transform: uppercase}
[class^="ri-"], [class*=" ri-"] {
vertical-align: bottom!important
}
@media only screen and (max-width:1366px){
.table.table-borderless tbody tr td:first-child{padding-left: 12px ; border-radius: 2px 0 0 2px; }
.table.table-borderless tbody tr td:last-child{padding-right: 12px ; border-radius: 0 2px 2px 0;}
}
/******************************
AVATAR FL NAME
******************************/
span.fl_name{width: 32px; height: 32px; display: inline-block; border-radius: 100%; text-align: center; line-height: 32px; font-size: 12px; font-weight: 500; text-transform: uppercase; background: #ebedf2 }
/******************************
DOTS STYLES
******************************/
.dot_6{width: 6px; height: 6px; border-radius: 50px; display: block;}
/******************************
List Styles Classes
******************************/
.list1{margin: 0 ;padding: 0;}
.list1 li{margin: 5px 0 ;padding: 0; list-style: none; line-height: 36px;}
.list1 li a{margin: 0 ;padding: 0 17px 0 45px; display: block; font-weight: 400;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line.svg) 17px 11px no-repeat;}
.list1 li a.done{background: url(../images/checkbox-circle-fill.svg) 17px 11px no-repeat;}
.list1 li a.active{background: url(../images/checkbox-blank-circle-line-active.svg) 17px 11px no-repeat #f1f7ff; color: #3970D9; font-weight: 500; border-radius: 45px;}
.list1 li a:hover{background: url(../images/checkbox-blank-circle-line-active.svg) 17px 11px no-repeat #f1f7ff; color: #3970D9; font-weight: 500; border-radius: 45px;}
.list_review{margin: 0 ;padding: 0;}
.list_review li{margin: 5px 0 ;padding: 0; list-style: none; line-height: 36px;}
.list_review li a{margin: 0 ;padding: 0 17px 0 45px; display: block; font-weight: 400;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line.svg) 17px 11px no-repeat;}
.list_review li a.done{background: url(../images/review_check.svg) 17px 10px no-repeat; color: #333D54}
.list_review li a.active{background: url(../images/review_blank_circle.svg) 17px 10px no-repeat #FFFFFF; color: #6672E8; border-radius: 45px; box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4);}
.list_review li a:hover{background: url(../images/review_blank_circle.svg) 17px 10px no-repeat #FFFFFF; color: #6672E8; border-radius: 45px; box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4);}
.list2{margin: 0 ;padding: 0;}
.list2 li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 36px; border-bottom: 1px solid #F4F6FA; width: 100%; float: left}
.list2 li span{float: left}
.list2 li strong{float: right; text-align: right}
.import_list{margin: 0 ;padding: 0;}
.import_list li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 24px; display: inline-block; width: 24.5%}
.import_list li a{margin: 0 ;padding: 0 0px 0 35px; font-weight: 500;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line-24.svg) 0px 1px no-repeat; display: inline-block; position: relative;}
.import_list li a:after{position: absolute; content: ''; bottom: -30px; left: 0; width: 100%; height: 2px; background: #73abff; display: none}
.import_list li a.active{color: #333D54; font-weight: 500 }
.import_list li a.active:after{position: absolute; content: ''; bottom: -30px; left: 0; width: 100%; height: 2px; background: #73abff; display: block; }
.import_list li a.done{background: url(../images/checkbox-circle-fill-24.svg) 0px 0px no-repeat ; font-weight: 500; }
.import_list li:hover a:after{ display: block;}
.import_list li a:hover{color: #333D54; font-weight: 500}
.templates_list{margin: 0; padding: 0;}
.templates_list li{margin: 0; padding: 0; list-style: none;}
.templates_list li a{margin: 0; padding: 12px 0; list-style: none; border-bottom: 1px solid #e9eff8; display: block; float: left; width: 100%}
.templates_list li a strong{font-size: 14px; color: #333D54; font-weight: 400!important; float: left}
.templates_list li a strong img{float: left; margin: 3px 10px 0 0}
.templates_list li a span{text-align: right; float: right; color: #7B89A6}
.templates_list li a.active strong{color: #4F8AF4; }
.templates_list li a.active span{color: #4F8AF4}
@media only screen and (max-width:1400px){
.templates_list{max-width: 210px;}
}
.email_config_list{margin: 0 ;padding: 0;}
.email_config_list li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 36px; display: inline-block; width: 24.5%}
.email_config_list li a{margin: 0 ;padding: 0 0px 0 0px; font-weight: 500;font-size: 12px; color: #687693; letter-spacing: 0.04em; display: inline-block; position: relative; text-transform: uppercase;}
.email_config_list li a span.num_circle{width: 36px; height: 36px; display: block; text-align: center; line-height: 36px; background: #fff;box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4); border-radius: 100%; float: left; margin-right: 11px;}
.email_config_list li a.active span.num_circle{color: #56ACD8}
.email_config_list li a span.num_circle span.check_img{display: none}
.email_config_list li a.active{color: #242B3D; font-weight: 500 }
.email_config_list li a.done{ color: #687693; font-weight: 500 }
.email_config_list li a.done span.num_circle span.check_img{display: block}
.email_config_list li a.done span.num_circle span.num{display: none}
.email_config_list li a:hover{color: #242B3D; font-weight: 500 }
/******************************
Accordion Panel
******************************/
.panel-heading { padding: 0; border:0;background: #fff; border-radius: 4px; margin-bottom: 2px;box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06);}
.panel-title>a, .panel-title>a:active{ display:block; padding:15px 15px 15px 40px; color:#7B89A6; font-size:14px; font-weight:400; text-transform:uppercase; letter-spacing:0.02em;;
text-decoration:none; position: relative;}
.panel-heading a:before {content: ""; float: right; transition: all 0.5s; background: url(../images/acc_icon.svg) no-repeat; position: absolute; top: 17px; right: 40px; width: 20px; height: 20px;}
.panel-heading.active a:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}
.panel-body{background: #fff; border-radius: 4px; margin-bottom: 2px;box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06);margin-top: -5px;padding: 40px;}
.panel-heading.active a{border-bottom: 1px solid #e9eff8;}
.panel-title>a img{margin-right: 15px;}
.panel-body .form-group .form-control, .panel-body .form-group .form-control::placeholder{font-size: 14px!important; color: #242B3D}
/******************************
Button CLASSES
******************************/
.btn{font-size: 14px; font-weight: 500; line-height: 120%; box-shadow: 0px 2px 2px rgba(0, 121, 170, 0.05); border-radius: 50px; padding-left: 20px; padding-right: 10px }
.btn span{margin-left: 10px}
.btn:hover{/*color: #ffffff;*/ /*background: #5d96f8*/ color:inherit}
.btn-lg{height: 52px; line-height: 26px;}
.btn-md{height: 40px; line-height: 26px;}
.btn-md-44{height: 44px; line-height: 26px;}
.btn-sm{height: 36px; line-height: 26px;}
.btn-sm-32{height: 32px; line-height: 17px;}
.btn-sm-24{height: 24px; line-height: 11px;}
.circle-icon-20{width: 20px;height: 20px;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1);}
.circle-icon-28{width: 28px;height: 28px;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1); line-height:28px; display:inline-block}
.circle-icon-32{width: 32px;height: 32px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1); }
.circle-icon-36{width: 36px;height: 36px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 36px; }
.circle-icon-40{width: 40px;height: 40px;background: #FFFFFF;box-shadow: 0px 3px 2px rgba(0, 35, 111, 0.04);border-radius: 100px; border: none;}
.circle-icon-44{width: 44px;height: 44px;background: #FFFFFF;box-shadow: 0px 3px 2px rgba(0, 35, 111, 0.04);border-radius: 100px; border: none; line-height: 44px;}
.circle-icon-48{width: 48px;height: 48px;border-radius: 100px; border: none; display: inline-block; text-align: center; line-height: 48px;}
.circle-icon-52{width: 52px;height: 52px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 52px; }
.circle-icon-56{width: 56px;height: 56px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 56px; }
.circle-icon-64{width: 64px;height: 64px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 64px; }
.link_button{background: #FFFFFF;box-shadow: 0px 1px 1px rgba(1, 21, 64, 0.08);border-radius: 44px; height: 40px; line-height: 40px; display: inline-block; padding: 0 5px;}
.link_button a{display: inline-block; margin: 0 7px;}
.link_button_32{background: #FFFFFF;border-radius: 44px; height: 32px; line-height: 32px; display: inline-block; padding: 0 0px; width: 32px;}
.link_button_32 a{display: inline-block; margin: 0 7px;}
.tag_btn{background: #f0f2f6; border: none; box-shadow: none; padding:0 15px;height: 32px;line-height: 32px; border-radius: 50px; font-size: 14px; font-weight: 400; color: #56627F; margin: 0 7px 12px 0}
.tag_btn:hover{background: #dfe5f1; }
.tag_btn img{float: left; margin:9px 10px 0 0;}
.tag_btn_big{background: #EFF3FC; border: none; box-shadow: none; padding:0 15px;height: 30px;line-height: 30px; border-radius: 50px; font-size: 12px; font-weight: 500; color: #7B89A6; margin: 0 7px 12px 0; letter-spacing: 0.02em; display: inline-block;}
.tag_btn_big:hover{background: #dfe5f1; }
.tag_btn_big img{}
.btn img.btn_pencil{float: left; margin: 2px 2px 0 0}
.btn_plus_icon{width: 50px; height: 48px; background: #fff; border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px;}
/******************************
Animate Btn CLASSES
******************************/
/*.animate_top{-webkit-transition: transform 0.5s;transition: transform 0.5s; }
.animate_top:hover {-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: transform 0.5s;transition: transform 0.5s; z-index: 9}
.animate_left{-webkit-transition: transform 0.5s;transition: transform 0.5s;}
.animate_left:hover{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);-webkit-transition: transform 0.5s;transition: transform 0.5s;}
*/
/******************************
MODAL POPUP CLASSES
******************************/
.modal-content{border: none; border-top: 4px solid #5893FF; padding: 40px; background: #FFFFFF;box-shadow: 0px 4px 4px rgba(0, 39, 115, 0.1), 0px 0px 4px rgba(0, 39, 115, 0.05);border-radius: 6px;}
.modal-content hr{border-color: #f4f7fb!important; margin: 25px 0}
.modal-backdrop.show {opacity: .1;}
.modal-content.review{border-color: #8C95F8!important}
/******************************
BORDER CLASSES
******************************/
.border{border: 1px solid #E1E9F6!important; }
.border2{border: 1px solid #D5DFEF!important;}
.border.active{border: 1px solid #67BAE4!important;}
.border.active2{border: 1px solid #5998F8!important;}
.border.reviews{border: 1.5px solid #8C95F8!important;}
.border.email{border: 1.5px solid #67B7E4!important;}
.bbot{border-bottom: 1px solid #e9eff8;}
.btop{border-top: 1px solid #e9eff8 !important;}
.brig{border-right: 1px solid #e9eff8;}
.blef{border-left: 1px solid #e9eff8;}
.border_dashed{border: 1px dashed #D5DFEF!important}
.brig_nonr{ border-right:none!important}
.dark_border2{border: 2px solid #97A4BD!important;}
.light_border2{border: 2px solid #ffffff!important;}
.blue_border2{border: 2px solid #4489F2!important;}
.decision_border2{border: 2px solid #64B2CB!important;}
/******************************
BORDER RADIUS CLASSES
******************************/
.br0{border-radius: 0px!important;}
.br4{border-radius: 4px!important;}
.br5{border-radius: 5px!important;}
.br6{border-radius: 6px!important;}
.br7{border-radius: 7px;}
.br8{border-radius: 8px;}
.br9{border-radius: 9px;}
.br10{border-radius: 10px;}
.br12{border-radius: 12px!important;}
.br35{border-radius: 35px!important;}
.br100{border-radius: 100px!important;}
/******************************
COLOR CLASSES
******************************/
.blue_100{color: #A5CEFF}
.blue_200{color: #73ABFF}
.blue_300{color: #4F8AF4!important}
.blue_400{color: #3970D9}
.blue_500{color: #2657B3}
.green_100{color: #9CE4AF}
.green_200{color: #8CDAA4}
.green_300{color: #7ECD99}
.green_400{color: #62C08E!important}
.green_500{color: #4AAF85}
.yellow_100{color: #FFEBB9}
.yellow_200{color: #FFE49D}
.yellow_300{color: #FFDD85}
.yellow_400{color: #F9C573!important}
.yellow_500{color: #F2A561}
.red_100{color: #FFA1A6}
.red_200{color: #FF8B92}
.red_300{color: #F47A81}
.red_400{color: #E4667D!important}
.red_500{color: #CC537A}
.light_000{color: #FFFFFF}
.light_050{color: #F9FBFF}
.light_100{color: #F6F9FE}
.light_200{color: #EFF3FC}
.light_300{color: #E8EEF9}
.light_400{color: #E1E9F6}
.light_500{color: #DBE4F3}
.light_600{color: #D5DFEF}
.light_700{color: #C4CFE1}
.light_800{color: #B4C0D4}
.light_900{color: #A3ADC0}
.dark_100{color: #97A4BD!important}
.dark_200{color: #7B89A6!important}
.dark_300{color: #687693}
.dark_400{color: #56627F!important}
.dark_500{color: #445069!important}
.dark_600{color: #333D54!important}
.dark_700{color: #242B3D}
.dark_800{color: #151A25 !important}
.dark_900{color: #07080A}
.email_100{color: #A8E0EE}
.email_200{color: #8AD4EB}
.email_300{color: #72C9EA!important}
.email_400{color: #56ACD8!important}
.email_500{color: #3C91CE}
.sms_100{color: #C4EBC0}
.sms_200{color: #ABDCB3}
.sms_300{color: #96D0A5}
.sms_400{color: #71BE9B}
.sms_500{color: #50A98F}
.chat_100{color: #A6BFFF}
.chat_200{color: #8FAEFC}
.chat_300{color: #7A9DF6}
.chat_400{color: #587AE3}
.chat_500{color: #3D5DD4}
.reviews_100{color: #C6CAFC}
.reviews_200{color: #AFB4FA}
.reviews_300{color: #9AA1F9}
.reviews_400{color: #818AE6!important}
.reviews_500{color: #5F67C7}
.brand_100{color: #E5C7EF}
.brand_200{color: #C8B2F0}
.brand_300{color: #B5A4F0}
.brand_400{color: #9791E8}
.brand_500{color: #7D7AD7}
.referrals_100{color: #7DD5CE}
.referrals_200{color: #66C4C4}
.referrals_300{color: #3697A4}
.referrals_400{color: #268099}
.referrals_500{color: #17698F}
.helpdesk_100{color: #90D4BA}
.helpdesk_200{color: #74C6B6}
.helpdesk_300{color: #65B6A6}
.helpdesk_400{color: #53A79B}
.helpdesk_500{color: #48978C}
.decision_300{color:#64B2CB !important}
/******************************
Background COLOR CLASSES
******************************/
.bkg_none{background: rgba(0,0,0,0.0)}
.bkg_blue_000{background: #e3eeff}
.bkg_blue_100{background: #A5CEFF!important}
.bkg_blue_200{background: #73ABFF!important}
.bkg_blue_300{background: #4F8AF4!important}
.bkg_blue_400{background: #3970D9!important}
.bkg_blue_500{background: #2657B3!important}
.bkg_green_000{background: #d9efe8}
.bkg_green_100{background: #9CE4AF}
.bkg_green_200{background: #8CDAA4}
.bkg_green_300{background: #7ECD99!important}
.bkg_green_400{background: #62C08E}
.bkg_green_500{background: #4AAF85}
.bkg_yellow_100{background: #FFEBB9}
.bkg_yellow_200{background: #FFE49D}
.bkg_yellow_300{background: #FFDD85}
.bkg_yellow_400{background: #F9C573}
.bkg_yellow_500{background: #F2A561}
.bkg_red_100{background: #FFA1A6}
.bkg_red_200{background: #FF8B92}
.bkg_red_300{background: #F47A81}
.bkg_red_400{background: #E4667D}
.bkg_red_500{background: #CC537A}
.bkg_light_000{background: #FFFFFF}
.bkg_light_050{background: #F9FBFF}
.bkg_light_100{background: #F6F9FE}
.bkg_light_200{background: #EFF3FC}
.bkg_light_300{background: #E8EEF9}
.bkg_light_400{background: #E1E9F6}
.bkg_light_500{background: #DBE4F3}
.bkg_light_600{background: #D5DFEF}
.bkg_light_700{background: #C4CFE1}
.bkg_light_800{background: #B4C0D4}
.bkg_light_900{background: #A3ADC0}
.bkg_dark_000{background: #f7f9fb}
.bkg_dark_100{background: #97A4BD}
.bkg_dark_200{background: #7B89A6}
.bkg_dark_300{background: #687693}
.bkg_dark_400{background: #56627F}
.bkg_dark_500{background: #445069}
.bkg_dark_600{background: #333D54}
.bkg_dark_700{background: #242B3D}
.bkg_dark_800{background: #151A25}
.bkg_dark_900{background: #07080A}
.bkg_email_000{background: #eef7fb}
.bkg_email_100{background: #A8E0EE}
.bkg_email_200{background: #8AD4EB}
.bkg_email_300{background: #72C9EA}
.bkg_email_400{background: #56ACD8}
.bkg_email_500{background: #3C91CE}
.bkg_sms_000{background: #f4faf6}
.bkg_sms_100{background: #C4EBC0}
.bkg_sms_200{background: #ABDCB3}
.bkg_sms_300{background: #96D0A5}
.bkg_sms_400{background: #71BE9B}
.bkg_sms_500{background: #50A98F}
.bkg_chat_100{background: #A6BFFF}
.bkg_chat_200{background: #8FAEFC}
.bkg_chat_300{background: #7A9DF6}
.bkg_chat_400{background: #587AE3}
.bkg_chat_500{background: #3D5DD4}
.bkg_reviews_000{background: #e1e5fd}
.bkg_reviews_100{background: #C6CAFC}
.bkg_reviews_200{background: #AFB4FA}
.bkg_reviews_300{background: #9AA1F9}
.bkg_reviews_400{background: #818AE6}
.bkg_reviews_500{background: #5F67C7}
.bkg_brand_000{background: #9dc4ff}
.bkg_brand_100{background: #E5C7EF}
.bkg_brand_200{background: #C8B2F0}
.bkg_brand_300{background: #B5A4F0}
.bkg_brand_400{background: #9791E8}
.bkg_brand_500{background: #7D7AD7}
.bkg_referrals_100{background: #7DD5CE}
.bkg_referrals_200{background: #66C4C4}
.bkg_referrals_300{background: #3697A4}
.bkg_referrals_400{background: #268099}
.bkg_referrals_500{background: #17698F}
.bkg_helpdesk_100{background: #90D4BA}
.bkg_helpdesk_200{background: #74C6B6}
.bkg_helpdesk_300{background: #65B6A6}
.bkg_helpdesk_400{background: #53A79B}
.bkg_helpdesk_500{background: #48978C}
.bkg_decision_300{background:#64B2CB!important}
/*******************************
LIGHT BACKGROUND CLASSES
**********/
.bkg_brand_light{background: #cadcfc!important}
.bkg_green_light{background: #d8f0e0!important}
.bkg_red_light{background: #fcd7d9!important}
.bkg_yellow_light{background: #fdeed5!important}
.bkg_yellow2_light{background: #fbe4d0!important}
.bkg_email1_light{background: #cce6f3!important}
.bkg_email2_light{background: #dcf2f9!important}
.bkg_helpdesk_light{background: #d1e9e4!important}
.bkg_chat_light{background: #d7e2fc!important}
.bkg_brandpage_light{background: #e0def8!important}
.bkg_brandpage2_light{background: #e9e4fb!important}
.bkg_media_light{background: #fedfe3!important}
.bkg_referrals_light{background: #d1eded!important}
.bkg_review_light{background: #e1e3fd!important}
.bkg_listing_light{background: #f7deda!important}
.bkg_nps_light{background: #dbefdf!important}
/*******************************
FONT SIZE CLASSES
**********/
.fsize7{ font-size:7px!important;}
.fsize8{ font-size:8px!important;}
.fsize9{font-size: 9px!important;}
.fsize10{font-size: 10px!important;}
.fsize11{font-size: 11px!important;}
.fsize12{font-size: 12px!important;}
.fsize13{font-size: 13px!important;}
.fsize14{font-size: 14px!important;}
.fsize15{font-size: 15px!important;}
.fsize16{font-size: 16px!important;}
.fsize17{font-size: 17px!important;}
.fsize18{font-size: 18px!important;}
.fsize19{font-size: 19px!important;}
.fsize20{font-size: 20px!important;}
.fsize22{font-size: 22px!important;}
.fsize24{font-size: 24px!important;}
.fsize26{font-size: 26px!important;}
.fsize28{font-size: 28px!important;}
/*******************************
FONT WEIGHT CLASSES
**********/
.fw300{font-weight: 300!important;}
.fw400{font-weight: 400!important;}
.fw500{font-weight: 500!important;}
/*.fw600{font-weight: 600!important;}*/
.fw600{font-weight: 500!important;}
/*.fw700{font-weight: 700!important;}*/
.fw700{font-weight: 600!important;}
/*******************************
PADDING CLASSES
**********/
.p0{padding: 0px!important}
.p10{padding: 10px!important}
.p12{padding: 12px!important}
.p15{padding: 15px!important}
.p20{padding: 20px!important}
.p25{padding: 25px!important}
.p30{padding: 30px!important}
.p35{padding: 35px!important}
.p40{padding: 40px!important}
.p50{padding: 50px!important}
.p60{padding: 60px!important}
.pt-1{padding-top: 1px!important;}
.pt0{padding-top: 0px!important;}
.pt10{padding-top: 10px!important;}
.pt12{padding-top: 12px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}
.pt40{padding-top: 40px!important;}
.pt50{padding-top: 50px!important;}
.pt60{padding-top: 60px!important;}
.pb0{padding-bottom: 0px!important;}
.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}
.pb50{padding-bottom: 50px!important;}
.pb60{padding-bottom: 60px!important;}
.pb80{padding-bottom: 80px!important;}
.pb100{padding-bottom: 100px!important;}
.pb-15 {padding-bottom: 15px !important;}
.pt-15 {padding-top: 15px !important;}
.pl0{padding-left: 0px!important;}
.pl3{padding-left: 3px!important;}
.pl5{padding-left: 5px!important;}
.pl10{padding-left: 10px!important;}
.pl15{padding-left: 15px!important;}
.pl20{padding-left: 20px!important;}
.pl25{padding-left: 25px!important;}
.pl30{padding-left: 30px!important;}
.pl40{padding-left: 40px!important;}
.pl50{padding-left: 50px!important;}
.pl60{padding-left: 60px!important;}
.pr0{padding-right: 0px!important;}
.pr5{padding-right: 5px!important;}
.pr10{padding-right: 10px!important;}
.pr15{padding-right: 15px!important;}
.pr20{padding-right: 20px!important;}
.pr25{padding-right: 25px!important;}
.pr30{padding-right: 30px!important;}
.pr40{padding-right: 40px!important;}
.pr50{padding-right: 50px!important;}
.pr60{padding-right: 60px!important;}
.pt-3{padding-top: 3px!important;}
.pl6{ padding-left:6px!important;}
.pr6{ padding-right:6px!important;}
/*******************************
MARGIN CLASSES
**********/
.m0auto{margin: 0 auto}
.m0{margin: 0px!important}
.m10{margin: 10px!important}
.m20{margin: 20px!important}
.m30{margin: 30px!important}
.m40{margin: 40px!important}
.mt0{margin-top: 0px!important;}
.mt8{margin-top: 8px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mb0{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb65{margin-bottom: 65px!important;}
.ml0{margin-left: 0px!important;}
.ml10{margin-left: 10px!important;}
.ml20{margin-left: 20px!important;}
.ml30{margin-left: 30px!important;}
.ml40{margin-left: 40px!important;}
.ml50{margin-left: 50px!important;}
.mr0{margin-right: 0px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}
.mr30{margin-right: 30px!important;}
.mr40{margin-right: 40px!important;}
.mr50{margin-right: 50px!important;}
/*******************************
Body txt 10px to 18px
**********/
/*.htxt_bold_10{font-size: 10px; font-weight: 600; line-height: 120%;}
.htxt_bold_12{font-size: 12px; font-weight: 600; line-height: 120%;}
.htxt_bold_14{font-size: 14px; font-weight: 600; line-height: 120%;}
.htxt_bold_16{font-size: 16px; font-weight: 600; line-height: 120%;}
.htxt_bold_18{font-size: 18px; font-weight: 600; line-height: 120%;}
.htxt_medium_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_medium_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_medium_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_medium_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_medium_18{font-size: 18px; font-weight: 500; line-height: 120%;}*/
.htxt_bold_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_bold_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_bold_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_bold_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_bold_18{font-size: 18px; font-weight: 500; line-height: 120%;}
.htxt_medium_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_medium_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_medium_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_medium_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_medium_18{font-size: 18px; font-weight: 500; line-height: 120%;}
.htxt_regular_10{font-size: 10px; font-weight: 400; line-height: 120%;}
.htxt_regular_12{font-size: 12px; font-weight: 400; line-height: 120%;}
.htxt_regular_14{font-size: 14px; font-weight: 400; line-height: 120%;}
.htxt_regular_16{font-size: 16px; font-weight: 400; line-height: 120%;}
.htxt_regular_18{font-size: 18px; font-weight: 400; line-height: 120%;}
/*******************************
Headings 20px to 36px
**********/
/*.htxt_bold_20{font-size: 20px; font-weight: 600; line-height: 120%;}
.htxt_bold_24{font-size: 24px; font-weight: 600; line-height: 120%;}
.htxt_bold_28{font-size: 28px; font-weight: 600; line-height: 120%;}
.htxt_bold_32{font-size: 32px; font-weight: 600; line-height: 120%;}
.htxt_bold_36{font-size: 36px; font-weight: 600; line-height: 120%;}
.htxt_medium_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_medium_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_medium_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_medium_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_medium_36{font-size: 36px; font-weight: 500; line-height: 120%;}*/
.htxt_bold_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_bold_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_bold_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_bold_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_bold_36{font-size: 36px; font-weight: 500; line-height: 120%;}
.htxt_medium_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_medium_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_medium_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_medium_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_medium_36{font-size: 36px; font-weight: 500; line-height: 120%;}
.htxt_regular_20{font-size: 20px; font-weight: 400; line-height: 120%;}
.htxt_regular_24{font-size: 24px; font-weight: 400; line-height: 120%;}
.htxt_regular_28{font-size: 28px; font-weight: 400; line-height: 120%;}
.htxt_regular_32{font-size: 32px; font-weight: 400; line-height: 120%;}
.htxt_regular_36{font-size: 36px; font-weight: 400; line-height: 120%;}
/******************************
Line Height CLASSES
******************************/
.lh_100{line-height: 100%;}
.lh_120{line-height: 120%;}
.lh_140{line-height: 140%;}
.lh_160{line-height: 160%;}
.lh_180{line-height: 180%;}
.lh_200{line-height: 200%;}
.lh_32{line-height: 32px;}
.lh_14{line-height: 14px!important;}
.lh_15{line-height: 15px!important;}
.lh_16{line-height: 16px!important;}
.lh_17{line-height: 17px!important;}
.lh_18{line-height: 18px!important;}
.lh_19{line-height: 19px!important;}
.lh_20{line-height: 20px!important;}
.lh_21{line-height: 21px!important;}
.lh_22{line-height: 22px!important;}
.lh_24{line-height: 24px!important;}
.lh_26{line-height: 26px!important;}
.lh_28{line-height: 28px!important;}
.lh_30{line-height: 30px!important;}
.lh_32{line-height: 32px!important;}
.lh_34{line-height: 34px!important;}
.ls_4{letter-spacing: 0.04em!important;}
/******************************
VISIBLE CLASSES
******************************/
.hide_993{display: block;}
.visible_993{display: none;}
.dropdown.icons{margin-top: 10px;}
/*====responsive CSS===*/
@media only screen and (min-width:1025px) and (max-width:1200px){
}
@media only screen and (min-width:993px) and (max-width:1024px){
}
@media only screen and (min-width:768px) and (max-width:992px){
}
@media only screen and (max-width:1024px){
.page_sidebar{position: relative; height: auto;float: none;width: auto; max-width: 400px; border: 1px solid #e9eff8; margin: 30px; }
.main_page_area{float: none; width: 100%}
.content-area{padding: 32px 15px 32px 79px!important}
.table_head_action.calendar{padding: 0px;}
.fc-toolbar.fc-header-toolbar{padding: 0px!important;}
.fc-view-container { border-left:1px solid #e9eff8!important; border-right:1px solid #e9eff8!important; }
.navbar-custom{padding: 14px 15px 14px 80px!important}
.top-bar-top-section{padding: 4px 3px 20px 64px!important}
}
@media only screen and (max-width:993px){
.enlarge-menu .main-menu-inner{display: block}
.button-menu-mobile{display: none;}
.left-sidenav{display: none;}
.topbar .navbar-custom{margin: 0; background: #4f8af4}
.navbar-custom{padding:10px 15px!important; min-height: 58px;}
.topbar-nav.top-breadcrumb{display: none;}
.top-bar-top-section .circle-icon-40{display: none}
.content-area{padding: 15px 3px}
.top-bar-top-section {padding: 10px 3px !important; min-height: 58px; height: auto}
.content-area { padding: 32px 15px !important;}
.table_action{display: none;}
.mobile-menu-control{display: block;}
.table{min-width: 1200px;}
.hide_993{display: none;}
.visible_993{display: block;}
.email_config_list li{display: block; width: 100%; margin: 10px 0}
}
@media only screen and (max-width:767px){
.htxt_regular_14{line-height: 160%;}
}
@media only screen and (max-width:480px){
.top-bar-top-section .htxt_medium_24{font-size: 16px; line-height: 30px; margin-top: 5px; margin-bottom: 10px;}
.top-bar-top-section img.back_img_icon{margin: 5px 0 0 0}
.top-bar-top-section span.float-left img{margin: 5px 0 0 0}
}
/***************/ | html_2.0/assets/css/styleguide.css | .card{background: #FFFFFF;box-shadow: 0px 2px 2px rgba(0, 39, 115, 0.08), 0px 0px 4px rgba(0, 39, 115, 0.04);border-radius: 6px;padding: 30px 40px; border: none!important; margin-bottom: 24px; position: relative}
.card hr{border-color: #f0f1f4!important}
.card.card_shadow{position: relative; z-index: 1;}
.card.card_shadow:before{position: absolute; height: 11px; box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);border-radius:0 0 4px 4px; width: 90%; left: 5%; bottom: -11px; content: ''; background:url(../images/shadow_bkg.png) left top repeat-x #fff; z-index: 0;}
.card .dot_dropdown{position: absolute; right: 10px; top: 12px; z-index: 8}
.card .dot_dropdown .dropdown-toggle:after{display: none;}
.card .dot_dropdown .dropdown-toggle img{width: 16px; height: 16px!important;}
.card .status_icon{position: absolute; left: 12px; top: 10px; z-index: 8}
.card .check_icon{position: absolute; left: 33px; top: 8px; z-index: 8}
.disabled{opacity: 0.5;}
/******************************
SHADOWS STYLES
******************************/
.shadow1{box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);}
.shadow2{box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06)!important;}
.shadow3{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1), 0px 0px 2px rgba(0, 39, 115, 0.05)!important;}
.shadow4{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1)!important;}
.shadow_none{box-shadow: none!important;}
.shadow5{box-shadow: 0px 2px 0px rgba(0, 39, 115, 0.01), 0px 0px 1px rgba(0, 39, 115, 0.01);}
/******************************
SMART POPUP SLIDING BOX
******************************/
.box {float: left; display: none; top: 16px !important; height: calc(100% - 32px); width: 424px; position: fixed !important; box-sizing: border-box; right: 85px !important; box-shadow: 0px 4px 4px rgba(0, 39, 115, 0.1), 0px 0px 4px rgba(0, 39, 115, 0.05)!important; padding: 0px; background: #fff !important; z-index: 1000; border-radius: 6px; border-top: 6px solid #5893FF;}
.box .p40{ padding:20px 40px 40px 40px!important}
.box h3.htxt_medium_24{ margin-top:10px!important}
.box > div {position: relative!important; background: #fff!important; z-index: 1000!important; border-radius: 6px;}
.box:after {position: fixed; content: ''; left: 0; top: 0; right:0; bottom:0; width: 100%; height: 100%; z-index: -1; background:rgba(38, 87, 179, 0.05)}
.box .cross_icon{right: 30px; top: 20px; position: absolute; width: 28px; height: 28px; cursor: pointer; z-index: 99}
.cross_icon{right: 30px; top: 30px; position: absolute; width: 28px; height: 28px; cursor: pointer; z-index: 99}
.cross_icon.back{right: 70px; width: 78px; }
.box hr{border-color: #edf1f6!important}
@media only screen and (min-height:900px){
.bottom-position{position: absolute; bottom: 40px; width: 100%; max-width: 368px;}
}
/******************************
Misc
******************************/
.grey-sub-headings{font-size: 11px; text-transform: uppercase; color: #a0adbb; font-weight: 500; letter-spacing: 0.02em; line-height: 13px; margin: 14px 0 20px; }
.min-h-280{min-height: 280px;}
.shadow-none{box-shadow: none!important}
.min_w_160{min-width: 160px;}
.h100{height: 100vh}
.h235{height: 235px;}
.h200{height: 200px!important;}
.min_h_56{min-height: 56px;}
.min_h_50{min-height: 50px;}
.min_h_48{height: 48px;}
.min_h_65{min-height: 65px;}
.min_h_85{min-height: 85px;}
.min_h_185{min-height: 185px;}
.min_h_240{min-height: 240px;}
.min_h_275{min-height: 275px;}
.min_h_600{min-height: 600px;}
.min_w_96{ min-width:96px;}
.badge.badge-grey{background: #ebedf2!important; font-size: 10px; color: #7B89A6!important; border-radius: 20px;padding: 4px 8px; font-weight: 500}
.badge.badge-grey.top-bar{background: #DBE4F3!important; font-size: 9px; color: #7B89A6!important; border-radius: 20px;padding: 3px 4px; font-weight: 300; display: table; }
.ls4{letter-spacing: 0.4px}
.h-100-vh{height: 100vh}
.bottom_positiom{position: absolute; width: 100%; bottom: 0}
.max_h_230{max-height: 230px!important}
.max_h_300{max-height: 300px!important}
.max_h_330{max-height: 330px!important}
.max_h_260{max-height: 260px!important}
.close_x_icon{width: 24px; height: 24px; position: absolute; right: 20px; top: 20px;}
.close_x_icon2{width: 20px; height: 20px; position: absolute; right: 10px; top: 10px;}
.max_w_225{max-width: 225px;}
.max_w_250{max-width: 250px;}
/******************************
FORMS GROUP
******************************/
.form-group label{font-size: 14px; color: #242B3D; font-weight: 400; margin-bottom: 5px!important;}
.review_forms .form-group label{font-size: 12px; color: #7B89A6; font-weight: 400; margin-bottom: 5px;}
.form-group .form-control{font-size: 14px; color: #7B89A6; font-weight: 400; border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px; padding: 5px 17px;}
.form-group .form-control:focus{box-shadow: 0px 1px 2px rgba(0, 39, 115, 0.1), 0px 0px 2px rgba(0, 39, 115, 0.05) !important;}
.form-group .form-control.h50{height: 48px;}
.form-group .form-control.h36{height: 36px; font-size: 14px;}
.form-group .form-control.h40{height: 40px; font-size: 14px;}
.form-group .form-control.h48{height: 48px; font-size: 14px;}
.form-group .form-control.h56{height: 48px;}
.form-control::placeholder {color: #7B89A6; opacity: 1;}
.form-control-dark::placeholder {color: #333D54; opacity: 1; font-size: 14px;}
.form-group .form-control.emoji{ background: url(../images/Emoji.png) 95% 15px #fff no-repeat;}
.form-group .form-control.emoji2{ background: url(../images/user_smile_line_18.svg) 98% 15px #fff no-repeat;}
.form-group .form-control.search{ background: url(../images/search-2-line.svg) 15px 13px #fff no-repeat; padding-left: 45px;}
.form-group .form-control.shadow{border: none!important;box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.3)!important;border-radius: 4px;}
.review_forms .form-group select.form-control{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 90% 17px no-repeat #fff}
.form-group select.form-control-custom{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 97% 20px no-repeat #fff}
.form-group select.form-control-custom2{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 97% 10px no-repeat #fff}
.form-group select.form-control-custom.small{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 85% 20px no-repeat #fff}
.form-group select.form-control-custom.medium{-webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 90% 20px no-repeat #fff}
.phonenumber{border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px; height: 48px; padding: 5px 17px;}
.phonenumber.h50{ height: 48px;}
.phonenumber .inputbox{border: none; font-size: 14px; color: #7B89A6; font-weight: 400; background: none; border-left: 1px solid #C4CFE1; padding-left: 17px; margin: 11px 0 0 10px; height: 20px; max-width: 230px; }
.phonenumber .inputbox::placeholder {color: #7B89A6; opacity: 1;}
.img_vid_upload{width: 100%; min-height: 320px; border-radius: 4px; background:url(../../assets/images/upload_bkg.png) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_medium{width: 100%; min-height: 180px; border-radius: 4px; background:url(../../assets/images/addfile_txt.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_medium2{width: 100%; min-height: 222px; border-radius: 4px; background:url(../../assets/images/add_contact_txt.svg) center center no-repeat #fff; border:1px dashed #D5DFEF;}
.img_vid_upload_small{width: 100%; min-height: 50px; border-radius: 4px; background:url(../../assets/images/no_image.png) 20px 17px no-repeat #fff; border: 1px solid #dfe5f0;}
.img_vid_upload_circle{width: 125px; height: 125px; border-radius: 100px; background:url(../../assets/images/browse_img.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_media{width: 100%; min-height: 90px; border-radius: 4px; background:url(../../assets/images/drag-drop-file.svg) center center no-repeat #fff; border: 1px dashed #dfe5f0;}
.img_vid_upload_review{width: 100%; height: 105px; border-radius: 4px; background:url(../../assets/images/file_upload.svg) 50px center no-repeat #fff; }
.custmo_checkbox { display: block; position: relative; padding-left: 18px; margin-bottom: 0px; cursor: pointer; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 17px; height: 17px; }
.custmo_checkbox.nolabel{width: 17px; height: 17px;}
.custmo_checkbox input { position: absolute; opacity: 0; cursor: pointer;}
.custmo_checkmark { position: absolute; top: 0; left: 0; height: 17px; width: 17px; background: #fff; border-radius: 3px; border:1px solid #ddd;}
.custmo_checkbox:hover input ~ .custmo_checkmark { background-color: #fff; border:1px solid #ddd;}
.custmo_checkbox input:checked ~ .custmo_checkmark { background-color: #313157; border:1px solid #313157;}
.custmo_checkbox input:checked ~ .custmo_checkmark.purple { background-color: #7f62df ; border:1px solid #7f62df ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.green { background-color: #319f86 ; border:1px solid #319f86 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.blue_sky { background-color: #289adb ; border:1px solid #289adb ;}
.custmo_checkmark:after { content: ""; position: absolute; display: none;}
.custmo_checkbox input:checked ~ .custmo_checkmark:after { display: block;}
.custmo_checkbox .custmo_checkmark:after { left: 5px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.custmo_checkbox input:checked ~ .custmo_checkmark.blue { background-color: #4F8AF4 ; border:1px solid #4F8AF4 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.sblue { background-color: #2f9eee ; border:1px solid #4596d0 ;}
.custmo_checkbox input:checked ~ .custmo_checkmark.decision { background-color: #64B2CB ; border:1px solid #64B2CB ;}
.custmo_checkbox.email_config{position: absolute; right: -1px; top: 0;}
.custmo_checkbox.email_config .custmo_checkmark { position: absolute; top: 0; left: 0; height: 17px; width: 17px; background: #fff; border-radius:0 6px 0 6px; border:1px solid #fff;}
.custmo_checkbox.email_config input:checked ~ .custmo_checkmark { background-color: #67bae4; border:1px solid #67bae4;}
.mylablel.active{border: 2px solid #67bae4; border-radius: 8px}
.custom-control-inline{position: absolute; width: 20px; height: 20px; top: 10px; right: -10px;}
.custom-control-input:checked ~ .custom-control-label::before { color: #fff;border-color: #56acd8;background-color: #56acd8;}
/*******************************
CUSTOM SWITCH STYLES
**********/
.custom-form-switch { display: inline-block; margin-bottom: 0px!important; position: relative; align-items: center; width: 32px; height: 16px; margin-top: 2px}
.custom-form-switch > .field { position: absolute; top: 0; left: 0; opacity: 0; margin: 0;}
.custom-form-switch > .toggle { display: inline-block; background-color: #c5d0e5; width: 32px; height: 16px; border-radius: 15px; border:none!important; margin-right: 8px; transition: all 0.6s; box-sizing: content-box;}
.custom-form-switch > .toggle:before { content: ''; display: block; width: 8px; height: 8px; background-color: white; border-radius: 11px; transition: margin 0.3s; position:relative; top: 4px; left: 5px}
.custom-form-switch .field:checked + .toggle:before { margin-left: 13px;}
.custom-form-switch .field:checked + .toggle { border-color: #7f62df; background-color: #7f62df;}
.custom-form-switch .field:checked + .toggle.blue { border-color: #3680dc; background-color: #3680dc;}
.custom-form-switch .field:checked + .toggle.email { border-color: #67bae4; background-color: #67bae4;}
.custom-form-switch .field:checked + .toggle.blue2 { border-color: #2eb4dd; background-color: #2eb4dd;}
.custom-form-switch .field:checked + .toggle.sblue { border-color: #2f9eee; background-color: #2f9eee;}
.custom-form-switch .field:checked + .toggle.green { border-color: #59b06e; background-color: #59b06e;}
.custom-form-switch .field:checked + .toggle.green2 { border-color: #34a285; background-color: #34a285;}
.custom-form-switch .field:checked + .toggle.greend { border-color: #36b4a4; background-color: #36b4a4;}
.custom-form-switch .field:checked + .toggle.teal { border-color: #238398; background-color: #238398;}
.custom-form-switch .field:checked + .toggle.dred { border-color: #962e6c; background-color: #962e6c;}
.custom-form-switch .field:checked + .toggle.grey { border-color: #c5d0e5; background-color: #c5d0e5;}
.custom-form-switch .field:checked + .toggle.purple { border-color: #9559ec; background-color: #9559ec;}
.custom-form-switch .field:checked + .toggle.yellow { border-color: #ed8e8c; background-color: #ed8e8c;}
.custom-form-switch .field:checked + .toggle.greenl { border-color: #9ecc78; background-color: #9ecc78;}
.custom-form-switch .field:checked + .toggle.green3 { border-color: #7ECD99; background-color: #7ECD99;}
.custom-form-switch .field:checked + .toggle.reviews { border-color: #8C95F8; background-color: #8C95F8;}
/******************************
TABLES STYLES
******************************/
.table_head_action{margin-bottom: 20px;position: relative}
.table_head_action .table_filter{margin: 0; padding: 0;}
.table_head_action .table_filter li{margin: 0; padding: 0; list-style: none; display: inline-block;}
.table_head_action .table_filter.new{margin: 0; padding: 0;}
.table_head_action .table_filter.new li a{margin: 0 15px 0 0;}
.table_head_action .table_filter.new li a img{ float:left; margin:1px 0 0 0; width:14px; height:14px!important}
.table_head_action .table_filter.new li select.match_segment_select{ border:none; font-weight:500; font-size:14px; -webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 100% 7px no-repeat; width:85px; }
.table_head_action .table_filter li a{margin: 0 20px 0 0; padding: 0; display: inline-block; font-size: 14px;line-height: 120%;color: #7B89A6; text-transform:capitalize; position:relative;}
.table_head_action .table_filter.text-right li a{margin: 0 20px 0 0; padding: 0; display: inline-block; font-size: 14px;line-height: 120%;color: #7B89A6; text-transform:capitalize; position:relative; z-index:0;}
.table_head_action .table_filter.text-right li a:before{ position:absolute; width:32px; height:32px; left:-7px; top:-6.5px; background:#E8EEF9; content:''; z-index:-1; border-radius:44px; display:none; }
.table_head_action .table_filter.text-right li a:hover:before{ display:block;}
.table_head_action .table_filter li:last-child a{ margin:0}
.table_head_action .table_filter .dropdown-menu a{margin: 0!important; display: block!important; padding: 7px 8px;}
.table_head_action .table_filter li a.active, .table_head_action .table_filter li a:hover{color: #6F7CFF; }
.table_head_action .table_filter li a i img{ width:18px; height:18px;}
.table_head_action .table_filter li a.save_segment_btn{ position:relative; z-index:1;}
.table_head_action .table_filter li a.save_segment_btn:before{ position:absolute; width:100%; height:32px; left:0; top:-7.5px; background:#E8EEF9; content:''; z-index:-1; border-radius:44px; display:none;}
.table_head_action .table_filter li a.save_segment_btn:hover:before{ display:block;}
.table_head_action.calendar{margin-bottom: 30px; padding: 0 0px;}
.table.table-borderless{margin: 0!important}
.table.table-borderless tbody tr{border-bottom: 1px solid #edf1fb; /*box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.04);*/}
.table.table-borderless tbody tr:last-child{border: none!important; }
.table.table-borderless tbody tr td{background: #fff; color: #56627F!important; font-size: 14px; font-weight: 400; vertical-align: middle;border: none; padding: 16px 12px; line-height: 24px; }
.table.table-borderless tbody tr.headings td{padding: 10px 12px}
.table.table-borderless tbody tr.headings:hover td{ background:none!important}
.table.table-borderless tbody tr.headings td span{font-weight: 500;font-size: 10px!important;letter-spacing: 0.06em;text-transform: uppercase;color: #7B89A6!important;}
.table.table-borderless.big tbody tr td{padding: 24px 12px; }
.table.table-borderless tbody tr td:first-child{padding-left: 0px ; border-radius: 0px 0 0 0px; }
.table.table-borderless tbody tr td:last-child{padding-right: 5px ; border-radius: 0 0px 0px 0;}
.table.table-borderless tbody tr.headings td:first-child{padding-left: 0px ; border-radius: 6px 0 0 0px; }
.table.table-borderless tbody tr.headings td:last-child{padding-right: 5px ; border-radius: 0 6px 0px 0;}
.table.table-borderless tbody tr:hover td{background: #fcfdff;}
.table.table-borderless tbody tr.headings.active td{background: #fcfdff;}
.table.table-borderless span.icons{margin: 0 5px;}
.table.table-borderless .custmo_checkmark{border-radius: 30px;}
.table.table-borderless .badge.badge-dark{background: #ebedf2!important; font-size: 10px; color: #7B89A6!important; border-radius: 20px;padding: 4px 8px; font-weight: 500}
.table_action_dropdown{background: none; border: none; color: #7B89A6; font-size: 11px; font-weight: 500; letter-spacing: 0.04em;text-transform: uppercase;opacity: 0.8;}
.table_search{border: none; padding-left: 25px; background: url(../images/search_icon_16.svg) left 2px no-repeat; color: #7B89A6; font-size: 11px; font-weight: 500; letter-spacing: 0.04em;text-transform: uppercase;opacity: 0.8; max-width: 90px; height: 20px}
.table_search::placeholder {color: #7B89A6; opacity: 1;}
.table.table-borderless tbody tr td p{color: #242B3D; font-size: 14px; font-weight: 500; margin-bottom: 10px; line-height: 120%;}
.table.table-borderless tbody tr td p.small{color: #687693; font-size: 12px; font-weight: 400; margin: 0!important}
.datasearcharea{position:relative;width: 100%;z-index: 1;top: 13px; display: none}
.datasearcharea a.searchcloseicon{ position: absolute; right: 25px;top: 14px;}
.datasearcharea .form-control:focus{box-shadow: none!important}
.tags_btn{background: #FFFFFF;border: 1px solid #DBE4F3;box-sizing: border-box;box-shadow: 0px 1px 1px rgba(0, 39, 115, 0.02);border-radius: 6px; font-size: 13px;line-height: 110%;
text-align: center;color: #7B89A6;font-weight: 300;padding: 3.5px 9px; margin-right: 5px;}
.tags_btn.blue{border-color: #A5CEFF; color: #5998F8;}
.tags_btn.review{border-color: #C6CAFC; color: #717CEF;}
.tags_btn.email{border-color: #A8E0EE; color: #5CA5DA;}
.tags_btn.green{border-color: rgba(156, 228, 175, 0.4); color: #65C692;}
.tags_btn.yellow{border-color: #F4AF5E; color: #F4AF5E;}
.table_dots_dd{border: none; background: none; box-shadow: none; padding: 0!important }
.table_dots_dd:after{display: none}
.table-responsive{background: #fff; box-shadow: 0px 2px 2px rgba(0, 39, 115, 0.08), 0px 0px 4px rgba(0, 39, 115, 0.04)!important; border-radius: 6px; padding: 5px 23px;}
.table-responsive.btop2_yellow{border-top: 2px solid #FFCF72}
.table-responsive.btop2_blue{border-top: 2px solid #5998F8}
.table-responsive.btop2_review{border-top: 2px solid #8C95F8}
.table-responsive.btop2_grey{border-top: 2px solid #B4C0D4}
.custom_pagination {border-radius:0 0 6px 6px; height:auto; background: #ffffff; border-top: 1px solid #edf1fb; padding: 12px 0px 10px; font-size:13px; font-weight:400;line-height: 22px;color: #7B89A6;}
.custom_pagination select{border: none; -webkit-appearance: none; -moz-appearance:none; appearance:none; background: url(../images/select_bkg.svg) 100% 9px no-repeat #fff; width: 32px; margin-left: 5px;}
.custom_pagination.others{ background:none!important; border:none!important; font-size:13px; font-weight:400; letter-spacing:0;}
.custom_pagination.others select{ background: url(../images/select_bkg.svg) 100% 8px no-repeat;}
.custom_pagination.grey{ background: #ebf0fa; border-radius: 76px; height: 32px; padding: 5px 20px;}
.custom_pagination.grey select{ background: url(../images/select_bkg.svg) 100% 8px no-repeat #ebf0fa; }
.page_list {margin: 0; padding: 0;}
.page_list li {margin: 0; padding: 0; display: inline-block;}
.page_list li a{margin: 0; padding: 0; display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; font-size:13px; font-weight:500;}
.page_list li a.active, .page_list li a:hover{background: #eff3fc; border-radius: 4px;}
.status_icon{width: 12px; height: 12px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; margin-top: 5px;}
.status_icon:after{position: absolute; content: ''; left: 3px; top: 3px; background: #fff; border-radius: 100px; width: 6px; height: 6px;}
.status_icon_modal{width: 12px; height: 12px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; margin-top: 5px;}
.status_icon_modal:after{position: absolute; content: ''; left: 3px; top: 3px; background: #fff; border-radius: 100px; width: 6px; height: 6px;}
.circle_icon_24{width: 24px; height: 24px; border-radius: 100%; display: inline-block; background: #ddd; position: relative; float: left; text-align: center; line-height: 23px; font-weight: 500;
font-size: 12px;letter-spacing: 0.02em;color: #FFFFFF; text-transform: uppercase}
[class^="ri-"], [class*=" ri-"] {
vertical-align: bottom!important
}
@media only screen and (max-width:1366px){
.table.table-borderless tbody tr td:first-child{padding-left: 12px ; border-radius: 2px 0 0 2px; }
.table.table-borderless tbody tr td:last-child{padding-right: 12px ; border-radius: 0 2px 2px 0;}
}
/******************************
AVATAR FL NAME
******************************/
span.fl_name{width: 32px; height: 32px; display: inline-block; border-radius: 100%; text-align: center; line-height: 32px; font-size: 12px; font-weight: 500; text-transform: uppercase; background: #ebedf2 }
/******************************
DOTS STYLES
******************************/
.dot_6{width: 6px; height: 6px; border-radius: 50px; display: block;}
/******************************
List Styles Classes
******************************/
.list1{margin: 0 ;padding: 0;}
.list1 li{margin: 5px 0 ;padding: 0; list-style: none; line-height: 36px;}
.list1 li a{margin: 0 ;padding: 0 17px 0 45px; display: block; font-weight: 400;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line.svg) 17px 11px no-repeat;}
.list1 li a.done{background: url(../images/checkbox-circle-fill.svg) 17px 11px no-repeat;}
.list1 li a.active{background: url(../images/checkbox-blank-circle-line-active.svg) 17px 11px no-repeat #f1f7ff; color: #3970D9; font-weight: 500; border-radius: 45px;}
.list1 li a:hover{background: url(../images/checkbox-blank-circle-line-active.svg) 17px 11px no-repeat #f1f7ff; color: #3970D9; font-weight: 500; border-radius: 45px;}
.list_review{margin: 0 ;padding: 0;}
.list_review li{margin: 5px 0 ;padding: 0; list-style: none; line-height: 36px;}
.list_review li a{margin: 0 ;padding: 0 17px 0 45px; display: block; font-weight: 400;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line.svg) 17px 11px no-repeat;}
.list_review li a.done{background: url(../images/review_check.svg) 17px 10px no-repeat; color: #333D54}
.list_review li a.active{background: url(../images/review_blank_circle.svg) 17px 10px no-repeat #FFFFFF; color: #6672E8; border-radius: 45px; box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4);}
.list_review li a:hover{background: url(../images/review_blank_circle.svg) 17px 10px no-repeat #FFFFFF; color: #6672E8; border-radius: 45px; box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4);}
.list2{margin: 0 ;padding: 0;}
.list2 li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 36px; border-bottom: 1px solid #F4F6FA; width: 100%; float: left}
.list2 li span{float: left}
.list2 li strong{float: right; text-align: right}
.import_list{margin: 0 ;padding: 0;}
.import_list li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 24px; display: inline-block; width: 24.5%}
.import_list li a{margin: 0 ;padding: 0 0px 0 35px; font-weight: 500;font-size: 14px; color: #687693; background: url(../images/checkbox-blank-circle-line-24.svg) 0px 1px no-repeat; display: inline-block; position: relative;}
.import_list li a:after{position: absolute; content: ''; bottom: -30px; left: 0; width: 100%; height: 2px; background: #73abff; display: none}
.import_list li a.active{color: #333D54; font-weight: 500 }
.import_list li a.active:after{position: absolute; content: ''; bottom: -30px; left: 0; width: 100%; height: 2px; background: #73abff; display: block; }
.import_list li a.done{background: url(../images/checkbox-circle-fill-24.svg) 0px 0px no-repeat ; font-weight: 500; }
.import_list li:hover a:after{ display: block;}
.import_list li a:hover{color: #333D54; font-weight: 500}
.templates_list{margin: 0; padding: 0;}
.templates_list li{margin: 0; padding: 0; list-style: none;}
.templates_list li a{margin: 0; padding: 12px 0; list-style: none; border-bottom: 1px solid #e9eff8; display: block; float: left; width: 100%}
.templates_list li a strong{font-size: 14px; color: #333D54; font-weight: 400!important; float: left}
.templates_list li a strong img{float: left; margin: 3px 10px 0 0}
.templates_list li a span{text-align: right; float: right; color: #7B89A6}
.templates_list li a.active strong{color: #4F8AF4; }
.templates_list li a.active span{color: #4F8AF4}
@media only screen and (max-width:1400px){
.templates_list{max-width: 210px;}
}
.email_config_list{margin: 0 ;padding: 0;}
.email_config_list li{margin: 0px 0 ;padding: 0; list-style: none; line-height: 36px; display: inline-block; width: 24.5%}
.email_config_list li a{margin: 0 ;padding: 0 0px 0 0px; font-weight: 500;font-size: 12px; color: #687693; letter-spacing: 0.04em; display: inline-block; position: relative; text-transform: uppercase;}
.email_config_list li a span.num_circle{width: 36px; height: 36px; display: block; text-align: center; line-height: 36px; background: #fff;box-shadow: 0px 1px 2px rgba(182, 193, 218, 0.4); border-radius: 100%; float: left; margin-right: 11px;}
.email_config_list li a.active span.num_circle{color: #56ACD8}
.email_config_list li a span.num_circle span.check_img{display: none}
.email_config_list li a.active{color: #242B3D; font-weight: 500 }
.email_config_list li a.done{ color: #687693; font-weight: 500 }
.email_config_list li a.done span.num_circle span.check_img{display: block}
.email_config_list li a.done span.num_circle span.num{display: none}
.email_config_list li a:hover{color: #242B3D; font-weight: 500 }
/******************************
Accordion Panel
******************************/
.panel-heading { padding: 0; border:0;background: #fff; border-radius: 4px; margin-bottom: 2px;box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06);}
.panel-title>a, .panel-title>a:active{ display:block; padding:15px 15px 15px 40px; color:#7B89A6; font-size:14px; font-weight:400; text-transform:uppercase; letter-spacing:0.02em;;
text-decoration:none; position: relative;}
.panel-heading a:before {content: ""; float: right; transition: all 0.5s; background: url(../images/acc_icon.svg) no-repeat; position: absolute; top: 17px; right: 40px; width: 20px; height: 20px;}
.panel-heading.active a:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}
.panel-body{background: #fff; border-radius: 4px; margin-bottom: 2px;box-shadow: 0px 3px 3px rgba(0, 57, 168, 0.06);margin-top: -5px;padding: 40px;}
.panel-heading.active a{border-bottom: 1px solid #e9eff8;}
.panel-title>a img{margin-right: 15px;}
.panel-body .form-group .form-control, .panel-body .form-group .form-control::placeholder{font-size: 14px!important; color: #242B3D}
/******************************
Button CLASSES
******************************/
.btn{font-size: 14px; font-weight: 500; line-height: 120%; box-shadow: 0px 2px 2px rgba(0, 121, 170, 0.05); border-radius: 50px; padding-left: 20px; padding-right: 10px }
.btn span{margin-left: 10px}
.btn:hover{/*color: #ffffff;*/ /*background: #5d96f8*/ color:inherit}
.btn-lg{height: 52px; line-height: 26px;}
.btn-md{height: 40px; line-height: 26px;}
.btn-md-44{height: 44px; line-height: 26px;}
.btn-sm{height: 36px; line-height: 26px;}
.btn-sm-32{height: 32px; line-height: 17px;}
.btn-sm-24{height: 24px; line-height: 11px;}
.circle-icon-20{width: 20px;height: 20px;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1);}
.circle-icon-28{width: 28px;height: 28px;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1); line-height:28px; display:inline-block}
.circle-icon-32{width: 32px;height: 32px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; border: 1px solid rgba(0, 21, 66, 0.1); }
.circle-icon-36{width: 36px;height: 36px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 36px; }
.circle-icon-40{width: 40px;height: 40px;background: #FFFFFF;box-shadow: 0px 3px 2px rgba(0, 35, 111, 0.04);border-radius: 100px; border: none;}
.circle-icon-44{width: 44px;height: 44px;background: #FFFFFF;box-shadow: 0px 3px 2px rgba(0, 35, 111, 0.04);border-radius: 100px; border: none; line-height: 44px;}
.circle-icon-48{width: 48px;height: 48px;border-radius: 100px; border: none; display: inline-block; text-align: center; line-height: 48px;}
.circle-icon-52{width: 52px;height: 52px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 52px; }
.circle-icon-56{width: 56px;height: 56px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 56px; }
.circle-icon-64{width: 64px;height: 64px;background: #FFFFFF;box-shadow:none;border-radius: 100px; border: none; text-align: center; line-height: 64px; }
.link_button{background: #FFFFFF;box-shadow: 0px 1px 1px rgba(1, 21, 64, 0.08);border-radius: 44px; height: 40px; line-height: 40px; display: inline-block; padding: 0 5px;}
.link_button a{display: inline-block; margin: 0 7px;}
.link_button_32{background: #FFFFFF;border-radius: 44px; height: 32px; line-height: 32px; display: inline-block; padding: 0 0px; width: 32px;}
.link_button_32 a{display: inline-block; margin: 0 7px;}
.tag_btn{background: #f0f2f6; border: none; box-shadow: none; padding:0 15px;height: 32px;line-height: 32px; border-radius: 50px; font-size: 14px; font-weight: 400; color: #56627F; margin: 0 7px 12px 0}
.tag_btn:hover{background: #dfe5f1; }
.tag_btn img{float: left; margin:9px 10px 0 0;}
.tag_btn_big{background: #EFF3FC; border: none; box-shadow: none; padding:0 15px;height: 30px;line-height: 30px; border-radius: 50px; font-size: 12px; font-weight: 500; color: #7B89A6; margin: 0 7px 12px 0; letter-spacing: 0.02em; display: inline-block;}
.tag_btn_big:hover{background: #dfe5f1; }
.tag_btn_big img{}
.btn img.btn_pencil{float: left; margin: 2px 2px 0 0}
.btn_plus_icon{width: 50px; height: 48px; background: #fff; border: 1px solid #E1E9F6;box-sizing: border-box;border-radius: 4px;}
/******************************
Animate Btn CLASSES
******************************/
/*.animate_top{-webkit-transition: transform 0.5s;transition: transform 0.5s; }
.animate_top:hover {-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);-webkit-transition: transform 0.5s;transition: transform 0.5s; z-index: 9}
.animate_left{-webkit-transition: transform 0.5s;transition: transform 0.5s;}
.animate_left:hover{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);-webkit-transition: transform 0.5s;transition: transform 0.5s;}
*/
/******************************
MODAL POPUP CLASSES
******************************/
.modal-content{border: none; border-top: 4px solid #5893FF; padding: 40px; background: #FFFFFF;box-shadow: 0px 4px 4px rgba(0, 39, 115, 0.1), 0px 0px 4px rgba(0, 39, 115, 0.05);border-radius: 6px;}
.modal-content hr{border-color: #f4f7fb!important; margin: 25px 0}
.modal-backdrop.show {opacity: .1;}
.modal-content.review{border-color: #8C95F8!important}
/******************************
BORDER CLASSES
******************************/
.border{border: 1px solid #E1E9F6!important; }
.border2{border: 1px solid #D5DFEF!important;}
.border.active{border: 1px solid #67BAE4!important;}
.border.active2{border: 1px solid #5998F8!important;}
.border.reviews{border: 1.5px solid #8C95F8!important;}
.border.email{border: 1.5px solid #67B7E4!important;}
.bbot{border-bottom: 1px solid #e9eff8;}
.btop{border-top: 1px solid #e9eff8 !important;}
.brig{border-right: 1px solid #e9eff8;}
.blef{border-left: 1px solid #e9eff8;}
.border_dashed{border: 1px dashed #D5DFEF!important}
.brig_nonr{ border-right:none!important}
.dark_border2{border: 2px solid #97A4BD!important;}
.light_border2{border: 2px solid #ffffff!important;}
.blue_border2{border: 2px solid #4489F2!important;}
.decision_border2{border: 2px solid #64B2CB!important;}
/******************************
BORDER RADIUS CLASSES
******************************/
.br0{border-radius: 0px!important;}
.br4{border-radius: 4px!important;}
.br5{border-radius: 5px!important;}
.br6{border-radius: 6px!important;}
.br7{border-radius: 7px;}
.br8{border-radius: 8px;}
.br9{border-radius: 9px;}
.br10{border-radius: 10px;}
.br12{border-radius: 12px!important;}
.br35{border-radius: 35px!important;}
.br100{border-radius: 100px!important;}
/******************************
COLOR CLASSES
******************************/
.blue_100{color: #A5CEFF}
.blue_200{color: #73ABFF}
.blue_300{color: #4F8AF4!important}
.blue_400{color: #3970D9}
.blue_500{color: #2657B3}
.green_100{color: #9CE4AF}
.green_200{color: #8CDAA4}
.green_300{color: #7ECD99}
.green_400{color: #62C08E!important}
.green_500{color: #4AAF85}
.yellow_100{color: #FFEBB9}
.yellow_200{color: #FFE49D}
.yellow_300{color: #FFDD85}
.yellow_400{color: #F9C573!important}
.yellow_500{color: #F2A561}
.red_100{color: #FFA1A6}
.red_200{color: #FF8B92}
.red_300{color: #F47A81}
.red_400{color: #E4667D!important}
.red_500{color: #CC537A}
.light_000{color: #FFFFFF}
.light_050{color: #F9FBFF}
.light_100{color: #F6F9FE}
.light_200{color: #EFF3FC}
.light_300{color: #E8EEF9}
.light_400{color: #E1E9F6}
.light_500{color: #DBE4F3}
.light_600{color: #D5DFEF}
.light_700{color: #C4CFE1}
.light_800{color: #B4C0D4}
.light_900{color: #A3ADC0}
.dark_100{color: #97A4BD!important}
.dark_200{color: #7B89A6!important}
.dark_300{color: #687693}
.dark_400{color: #56627F!important}
.dark_500{color: #445069!important}
.dark_600{color: #333D54!important}
.dark_700{color: #242B3D}
.dark_800{color: #151A25 !important}
.dark_900{color: #07080A}
.email_100{color: #A8E0EE}
.email_200{color: #8AD4EB}
.email_300{color: #72C9EA!important}
.email_400{color: #56ACD8!important}
.email_500{color: #3C91CE}
.sms_100{color: #C4EBC0}
.sms_200{color: #ABDCB3}
.sms_300{color: #96D0A5}
.sms_400{color: #71BE9B}
.sms_500{color: #50A98F}
.chat_100{color: #A6BFFF}
.chat_200{color: #8FAEFC}
.chat_300{color: #7A9DF6}
.chat_400{color: #587AE3}
.chat_500{color: #3D5DD4}
.reviews_100{color: #C6CAFC}
.reviews_200{color: #AFB4FA}
.reviews_300{color: #9AA1F9}
.reviews_400{color: #818AE6!important}
.reviews_500{color: #5F67C7}
.brand_100{color: #E5C7EF}
.brand_200{color: #C8B2F0}
.brand_300{color: #B5A4F0}
.brand_400{color: #9791E8}
.brand_500{color: #7D7AD7}
.referrals_100{color: #7DD5CE}
.referrals_200{color: #66C4C4}
.referrals_300{color: #3697A4}
.referrals_400{color: #268099}
.referrals_500{color: #17698F}
.helpdesk_100{color: #90D4BA}
.helpdesk_200{color: #74C6B6}
.helpdesk_300{color: #65B6A6}
.helpdesk_400{color: #53A79B}
.helpdesk_500{color: #48978C}
.decision_300{color:#64B2CB !important}
/******************************
Background COLOR CLASSES
******************************/
.bkg_none{background: rgba(0,0,0,0.0)}
.bkg_blue_000{background: #e3eeff}
.bkg_blue_100{background: #A5CEFF!important}
.bkg_blue_200{background: #73ABFF!important}
.bkg_blue_300{background: #4F8AF4!important}
.bkg_blue_400{background: #3970D9!important}
.bkg_blue_500{background: #2657B3!important}
.bkg_green_000{background: #d9efe8}
.bkg_green_100{background: #9CE4AF}
.bkg_green_200{background: #8CDAA4}
.bkg_green_300{background: #7ECD99!important}
.bkg_green_400{background: #62C08E}
.bkg_green_500{background: #4AAF85}
.bkg_yellow_100{background: #FFEBB9}
.bkg_yellow_200{background: #FFE49D}
.bkg_yellow_300{background: #FFDD85}
.bkg_yellow_400{background: #F9C573}
.bkg_yellow_500{background: #F2A561}
.bkg_red_100{background: #FFA1A6}
.bkg_red_200{background: #FF8B92}
.bkg_red_300{background: #F47A81}
.bkg_red_400{background: #E4667D}
.bkg_red_500{background: #CC537A}
.bkg_light_000{background: #FFFFFF}
.bkg_light_050{background: #F9FBFF}
.bkg_light_100{background: #F6F9FE}
.bkg_light_200{background: #EFF3FC}
.bkg_light_300{background: #E8EEF9}
.bkg_light_400{background: #E1E9F6}
.bkg_light_500{background: #DBE4F3}
.bkg_light_600{background: #D5DFEF}
.bkg_light_700{background: #C4CFE1}
.bkg_light_800{background: #B4C0D4}
.bkg_light_900{background: #A3ADC0}
.bkg_dark_000{background: #f7f9fb}
.bkg_dark_100{background: #97A4BD}
.bkg_dark_200{background: #7B89A6}
.bkg_dark_300{background: #687693}
.bkg_dark_400{background: #56627F}
.bkg_dark_500{background: #445069}
.bkg_dark_600{background: #333D54}
.bkg_dark_700{background: #242B3D}
.bkg_dark_800{background: #151A25}
.bkg_dark_900{background: #07080A}
.bkg_email_000{background: #eef7fb}
.bkg_email_100{background: #A8E0EE}
.bkg_email_200{background: #8AD4EB}
.bkg_email_300{background: #72C9EA}
.bkg_email_400{background: #56ACD8}
.bkg_email_500{background: #3C91CE}
.bkg_sms_000{background: #f4faf6}
.bkg_sms_100{background: #C4EBC0}
.bkg_sms_200{background: #ABDCB3}
.bkg_sms_300{background: #96D0A5}
.bkg_sms_400{background: #71BE9B}
.bkg_sms_500{background: #50A98F}
.bkg_chat_100{background: #A6BFFF}
.bkg_chat_200{background: #8FAEFC}
.bkg_chat_300{background: #7A9DF6}
.bkg_chat_400{background: #587AE3}
.bkg_chat_500{background: #3D5DD4}
.bkg_reviews_000{background: #e1e5fd}
.bkg_reviews_100{background: #C6CAFC}
.bkg_reviews_200{background: #AFB4FA}
.bkg_reviews_300{background: #9AA1F9}
.bkg_reviews_400{background: #818AE6}
.bkg_reviews_500{background: #5F67C7}
.bkg_brand_000{background: #9dc4ff}
.bkg_brand_100{background: #E5C7EF}
.bkg_brand_200{background: #C8B2F0}
.bkg_brand_300{background: #B5A4F0}
.bkg_brand_400{background: #9791E8}
.bkg_brand_500{background: #7D7AD7}
.bkg_referrals_100{background: #7DD5CE}
.bkg_referrals_200{background: #66C4C4}
.bkg_referrals_300{background: #3697A4}
.bkg_referrals_400{background: #268099}
.bkg_referrals_500{background: #17698F}
.bkg_helpdesk_100{background: #90D4BA}
.bkg_helpdesk_200{background: #74C6B6}
.bkg_helpdesk_300{background: #65B6A6}
.bkg_helpdesk_400{background: #53A79B}
.bkg_helpdesk_500{background: #48978C}
.bkg_decision_300{background:#64B2CB!important}
/*******************************
LIGHT BACKGROUND CLASSES
**********/
.bkg_brand_light{background: #cadcfc!important}
.bkg_green_light{background: #d8f0e0!important}
.bkg_red_light{background: #fcd7d9!important}
.bkg_yellow_light{background: #fdeed5!important}
.bkg_yellow2_light{background: #fbe4d0!important}
.bkg_email1_light{background: #cce6f3!important}
.bkg_email2_light{background: #dcf2f9!important}
.bkg_helpdesk_light{background: #d1e9e4!important}
.bkg_chat_light{background: #d7e2fc!important}
.bkg_brandpage_light{background: #e0def8!important}
.bkg_brandpage2_light{background: #e9e4fb!important}
.bkg_media_light{background: #fedfe3!important}
.bkg_referrals_light{background: #d1eded!important}
.bkg_review_light{background: #e1e3fd!important}
.bkg_listing_light{background: #f7deda!important}
.bkg_nps_light{background: #dbefdf!important}
/*******************************
FONT SIZE CLASSES
**********/
.fsize7{ font-size:7px!important;}
.fsize8{ font-size:8px!important;}
.fsize9{font-size: 9px!important;}
.fsize10{font-size: 10px!important;}
.fsize11{font-size: 11px!important;}
.fsize12{font-size: 12px!important;}
.fsize13{font-size: 13px!important;}
.fsize14{font-size: 14px!important;}
.fsize15{font-size: 15px!important;}
.fsize16{font-size: 16px!important;}
.fsize17{font-size: 17px!important;}
.fsize18{font-size: 18px!important;}
.fsize19{font-size: 19px!important;}
.fsize20{font-size: 20px!important;}
.fsize22{font-size: 22px!important;}
.fsize24{font-size: 24px!important;}
.fsize26{font-size: 26px!important;}
.fsize28{font-size: 28px!important;}
/*******************************
FONT WEIGHT CLASSES
**********/
.fw300{font-weight: 300!important;}
.fw400{font-weight: 400!important;}
.fw500{font-weight: 500!important;}
/*.fw600{font-weight: 600!important;}*/
.fw600{font-weight: 500!important;}
/*.fw700{font-weight: 700!important;}*/
.fw700{font-weight: 600!important;}
/*******************************
PADDING CLASSES
**********/
.p0{padding: 0px!important}
.p10{padding: 10px!important}
.p12{padding: 12px!important}
.p15{padding: 15px!important}
.p20{padding: 20px!important}
.p25{padding: 25px!important}
.p30{padding: 30px!important}
.p35{padding: 35px!important}
.p40{padding: 40px!important}
.p50{padding: 50px!important}
.p60{padding: 60px!important}
.pt-1{padding-top: 1px!important;}
.pt0{padding-top: 0px!important;}
.pt10{padding-top: 10px!important;}
.pt12{padding-top: 12px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}
.pt40{padding-top: 40px!important;}
.pt50{padding-top: 50px!important;}
.pt60{padding-top: 60px!important;}
.pb0{padding-bottom: 0px!important;}
.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}
.pb50{padding-bottom: 50px!important;}
.pb60{padding-bottom: 60px!important;}
.pb80{padding-bottom: 80px!important;}
.pb100{padding-bottom: 100px!important;}
.pb-15 {padding-bottom: 15px !important;}
.pt-15 {padding-top: 15px !important;}
.pl0{padding-left: 0px!important;}
.pl3{padding-left: 3px!important;}
.pl5{padding-left: 5px!important;}
.pl10{padding-left: 10px!important;}
.pl15{padding-left: 15px!important;}
.pl20{padding-left: 20px!important;}
.pl25{padding-left: 25px!important;}
.pl30{padding-left: 30px!important;}
.pl40{padding-left: 40px!important;}
.pl50{padding-left: 50px!important;}
.pl60{padding-left: 60px!important;}
.pr0{padding-right: 0px!important;}
.pr5{padding-right: 5px!important;}
.pr10{padding-right: 10px!important;}
.pr15{padding-right: 15px!important;}
.pr20{padding-right: 20px!important;}
.pr25{padding-right: 25px!important;}
.pr30{padding-right: 30px!important;}
.pr40{padding-right: 40px!important;}
.pr50{padding-right: 50px!important;}
.pr60{padding-right: 60px!important;}
.pt-3{padding-top: 3px!important;}
.pl6{ padding-left:6px!important;}
.pr6{ padding-right:6px!important;}
/*******************************
MARGIN CLASSES
**********/
.m0auto{margin: 0 auto}
.m0{margin: 0px!important}
.m10{margin: 10px!important}
.m20{margin: 20px!important}
.m30{margin: 30px!important}
.m40{margin: 40px!important}
.mt0{margin-top: 0px!important;}
.mt8{margin-top: 8px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mb0{margin-bottom: 0px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb65{margin-bottom: 65px!important;}
.ml0{margin-left: 0px!important;}
.ml10{margin-left: 10px!important;}
.ml20{margin-left: 20px!important;}
.ml30{margin-left: 30px!important;}
.ml40{margin-left: 40px!important;}
.ml50{margin-left: 50px!important;}
.mr0{margin-right: 0px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}
.mr30{margin-right: 30px!important;}
.mr40{margin-right: 40px!important;}
.mr50{margin-right: 50px!important;}
/*******************************
Body txt 10px to 18px
**********/
/*.htxt_bold_10{font-size: 10px; font-weight: 600; line-height: 120%;}
.htxt_bold_12{font-size: 12px; font-weight: 600; line-height: 120%;}
.htxt_bold_14{font-size: 14px; font-weight: 600; line-height: 120%;}
.htxt_bold_16{font-size: 16px; font-weight: 600; line-height: 120%;}
.htxt_bold_18{font-size: 18px; font-weight: 600; line-height: 120%;}
.htxt_medium_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_medium_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_medium_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_medium_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_medium_18{font-size: 18px; font-weight: 500; line-height: 120%;}*/
.htxt_bold_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_bold_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_bold_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_bold_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_bold_18{font-size: 18px; font-weight: 500; line-height: 120%;}
.htxt_medium_10{font-size: 10px; font-weight: 500; line-height: 120%;}
.htxt_medium_12{font-size: 12px; font-weight: 500; line-height: 120%;}
.htxt_medium_14{font-size: 14px; font-weight: 500; line-height: 120%;}
.htxt_medium_16{font-size: 16px; font-weight: 500; line-height: 120%;}
.htxt_medium_18{font-size: 18px; font-weight: 500; line-height: 120%;}
.htxt_regular_10{font-size: 10px; font-weight: 400; line-height: 120%;}
.htxt_regular_12{font-size: 12px; font-weight: 400; line-height: 120%;}
.htxt_regular_14{font-size: 14px; font-weight: 400; line-height: 120%;}
.htxt_regular_16{font-size: 16px; font-weight: 400; line-height: 120%;}
.htxt_regular_18{font-size: 18px; font-weight: 400; line-height: 120%;}
/*******************************
Headings 20px to 36px
**********/
/*.htxt_bold_20{font-size: 20px; font-weight: 600; line-height: 120%;}
.htxt_bold_24{font-size: 24px; font-weight: 600; line-height: 120%;}
.htxt_bold_28{font-size: 28px; font-weight: 600; line-height: 120%;}
.htxt_bold_32{font-size: 32px; font-weight: 600; line-height: 120%;}
.htxt_bold_36{font-size: 36px; font-weight: 600; line-height: 120%;}
.htxt_medium_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_medium_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_medium_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_medium_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_medium_36{font-size: 36px; font-weight: 500; line-height: 120%;}*/
.htxt_bold_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_bold_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_bold_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_bold_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_bold_36{font-size: 36px; font-weight: 500; line-height: 120%;}
.htxt_medium_20{font-size: 20px; font-weight: 500; line-height: 120%;}
.htxt_medium_24{font-size: 24px; font-weight: 500; line-height: 120%;}
.htxt_medium_28{font-size: 28px; font-weight: 500; line-height: 120%;}
.htxt_medium_32{font-size: 32px; font-weight: 500; line-height: 120%;}
.htxt_medium_36{font-size: 36px; font-weight: 500; line-height: 120%;}
.htxt_regular_20{font-size: 20px; font-weight: 400; line-height: 120%;}
.htxt_regular_24{font-size: 24px; font-weight: 400; line-height: 120%;}
.htxt_regular_28{font-size: 28px; font-weight: 400; line-height: 120%;}
.htxt_regular_32{font-size: 32px; font-weight: 400; line-height: 120%;}
.htxt_regular_36{font-size: 36px; font-weight: 400; line-height: 120%;}
/******************************
Line Height CLASSES
******************************/
.lh_100{line-height: 100%;}
.lh_120{line-height: 120%;}
.lh_140{line-height: 140%;}
.lh_160{line-height: 160%;}
.lh_180{line-height: 180%;}
.lh_200{line-height: 200%;}
.lh_32{line-height: 32px;}
.lh_14{line-height: 14px!important;}
.lh_15{line-height: 15px!important;}
.lh_16{line-height: 16px!important;}
.lh_17{line-height: 17px!important;}
.lh_18{line-height: 18px!important;}
.lh_19{line-height: 19px!important;}
.lh_20{line-height: 20px!important;}
.lh_21{line-height: 21px!important;}
.lh_22{line-height: 22px!important;}
.lh_24{line-height: 24px!important;}
.lh_26{line-height: 26px!important;}
.lh_28{line-height: 28px!important;}
.lh_30{line-height: 30px!important;}
.lh_32{line-height: 32px!important;}
.lh_34{line-height: 34px!important;}
.ls_4{letter-spacing: 0.04em!important;}
/******************************
VISIBLE CLASSES
******************************/
.hide_993{display: block;}
.visible_993{display: none;}
.dropdown.icons{margin-top: 10px;}
/*====responsive CSS===*/
@media only screen and (min-width:1025px) and (max-width:1200px){
}
@media only screen and (min-width:993px) and (max-width:1024px){
}
@media only screen and (min-width:768px) and (max-width:992px){
}
@media only screen and (max-width:1024px){
.page_sidebar{position: relative; height: auto;float: none;width: auto; max-width: 400px; border: 1px solid #e9eff8; margin: 30px; }
.main_page_area{float: none; width: 100%}
.content-area{padding: 32px 15px 32px 79px!important}
.table_head_action.calendar{padding: 0px;}
.fc-toolbar.fc-header-toolbar{padding: 0px!important;}
.fc-view-container { border-left:1px solid #e9eff8!important; border-right:1px solid #e9eff8!important; }
.navbar-custom{padding: 14px 15px 14px 80px!important}
.top-bar-top-section{padding: 4px 3px 20px 64px!important}
}
@media only screen and (max-width:993px){
.enlarge-menu .main-menu-inner{display: block}
.button-menu-mobile{display: none;}
.left-sidenav{display: none;}
.topbar .navbar-custom{margin: 0; background: #4f8af4}
.navbar-custom{padding:10px 15px!important; min-height: 58px;}
.topbar-nav.top-breadcrumb{display: none;}
.top-bar-top-section .circle-icon-40{display: none}
.content-area{padding: 15px 3px}
.top-bar-top-section {padding: 10px 3px !important; min-height: 58px; height: auto}
.content-area { padding: 32px 15px !important;}
.table_action{display: none;}
.mobile-menu-control{display: block;}
.table{min-width: 1200px;}
.hide_993{display: none;}
.visible_993{display: block;}
.email_config_list li{display: block; width: 100%; margin: 10px 0}
}
@media only screen and (max-width:767px){
.htxt_regular_14{line-height: 160%;}
}
@media only screen and (max-width:480px){
.top-bar-top-section .htxt_medium_24{font-size: 16px; line-height: 30px; margin-top: 5px; margin-bottom: 10px;}
.top-bar-top-section img.back_img_icon{margin: 5px 0 0 0}
.top-bar-top-section span.float-left img{margin: 5px 0 0 0}
}
/***************/ | 0.204699 | 0.082475 |
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:wght@100;200;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
min-height: 200vh;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 500;
text-decoration: none;
background-color: #24252a;
color: #edf0f1;
}
li, a, button {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 500;
text-decoration: none;
color: #edf0f1;
}
header {
width: 100%;
position: fixed;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 20px 10%;
transition: all 0.5s ease 0s;
}
header.sticky {
padding: 10px 10%;
background-color: white;
}
header.sticky .greet-name,
header.sticky .nav-links li a,
header.sticky .logo {
color: #aa9b9b;
transition: all 0.5s ease 0s;
}
header.sticky .nav-links li a:hover,
header.sticky .logo:hover {
color: #0088a9;
}
.logo {
position: relative;
margin-right: auto;
font-family: 'Rock Salt', sans-serif;
font-size: 2rem;
font-weight: 700;
transition: all 0.5s ease 0s;
}
.logo:hover {
color: #0088a9;
}
nav {
margin-right: auto;
}
.nav-links {
position: relative;
display: flex;
}
.nav-links li {
position: relative;
list-style: none;
padding-right: 20px;
margin-top: 8px;
}
.nav-links li a {
position: relative;
transition: all 0.5s ease 0s;
}
.nav-links li a:hover {
color: #0088a9;
}
button {
margin-top: 8px;
border: none;
outline: none;
background-color: rgba(0, 136, 169, 1);
padding: 9px 25px;
border-radius: 5px;
cursor: pointer;
transition: all 0.5s ease 0s;
margin-right: 5px;
}
button:hover {
background-color: rgba(8, 106, 131, 1);
}
#banner {
width: 100%;
height: 100vh;
background-image: url("/img/sumedang2.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.city-slogan {
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 5rem;
}
.greet {
font-family: 'Raleway', sans-serif;
margin-top: 8px;
color: #aaa;
}
.txt-type > .txt {
border-right: solid 0.5px rgba(255, 255, 255, 0.8);
background-color: rgba(0, 136, 169, 1);
font-weight: 700;
-webkit-animation: typeBlink 400ms steps(40) infinite normal;
animation: typeBlink 400ms steps(40) infinite normal;
}
#about {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-title {
margin-top: 10vh;
border-bottom: solid 0.5px #aaa;
padding-bottom: 8px;
}
.about-desc {
text-align: center;
line-height: 30px;
padding: 10px 20px;
opacity: 0;
transition: all 2s ease 0s;
}
.about-desc.fade {
opacity: 1;
}
.greet-name {
text-transform: uppercase;
display: inline-block;
margin-top: 8px;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #24252a;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.sidenav {
width: 180px;
z-index: 1;
top: 0;
left: 0;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
}
.main {
margin-left: 180px;
padding: 30px 30px;
}
@-webkit-keyframes typeBlink {
from {
border-right-color: rgba(255, 255, 255, 0.8);
}
to {
border-right-color: transparent;
}
}
@keyframes typeBlink {
from {
border-right-color: rgba(255, 255, 255, 0.8);
}
to {
border-right-color: transparent;
}
} | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:wght@100;200;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
min-height: 200vh;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 500;
text-decoration: none;
background-color: #24252a;
color: #edf0f1;
}
li, a, button {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 500;
text-decoration: none;
color: #edf0f1;
}
header {
width: 100%;
position: fixed;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 20px 10%;
transition: all 0.5s ease 0s;
}
header.sticky {
padding: 10px 10%;
background-color: white;
}
header.sticky .greet-name,
header.sticky .nav-links li a,
header.sticky .logo {
color: #aa9b9b;
transition: all 0.5s ease 0s;
}
header.sticky .nav-links li a:hover,
header.sticky .logo:hover {
color: #0088a9;
}
.logo {
position: relative;
margin-right: auto;
font-family: 'Rock Salt', sans-serif;
font-size: 2rem;
font-weight: 700;
transition: all 0.5s ease 0s;
}
.logo:hover {
color: #0088a9;
}
nav {
margin-right: auto;
}
.nav-links {
position: relative;
display: flex;
}
.nav-links li {
position: relative;
list-style: none;
padding-right: 20px;
margin-top: 8px;
}
.nav-links li a {
position: relative;
transition: all 0.5s ease 0s;
}
.nav-links li a:hover {
color: #0088a9;
}
button {
margin-top: 8px;
border: none;
outline: none;
background-color: rgba(0, 136, 169, 1);
padding: 9px 25px;
border-radius: 5px;
cursor: pointer;
transition: all 0.5s ease 0s;
margin-right: 5px;
}
button:hover {
background-color: rgba(8, 106, 131, 1);
}
#banner {
width: 100%;
height: 100vh;
background-image: url("/img/sumedang2.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.city-slogan {
font-family: 'Raleway', sans-serif;
font-weight: 200;
font-size: 5rem;
}
.greet {
font-family: 'Raleway', sans-serif;
margin-top: 8px;
color: #aaa;
}
.txt-type > .txt {
border-right: solid 0.5px rgba(255, 255, 255, 0.8);
background-color: rgba(0, 136, 169, 1);
font-weight: 700;
-webkit-animation: typeBlink 400ms steps(40) infinite normal;
animation: typeBlink 400ms steps(40) infinite normal;
}
#about {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-title {
margin-top: 10vh;
border-bottom: solid 0.5px #aaa;
padding-bottom: 8px;
}
.about-desc {
text-align: center;
line-height: 30px;
padding: 10px 20px;
opacity: 0;
transition: all 2s ease 0s;
}
.about-desc.fade {
opacity: 1;
}
.greet-name {
text-transform: uppercase;
display: inline-block;
margin-top: 8px;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #24252a;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.sidenav {
width: 180px;
z-index: 1;
top: 0;
left: 0;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
}
.main {
margin-left: 180px;
padding: 30px 30px;
}
@-webkit-keyframes typeBlink {
from {
border-right-color: rgba(255, 255, 255, 0.8);
}
to {
border-right-color: transparent;
}
}
@keyframes typeBlink {
from {
border-right-color: rgba(255, 255, 255, 0.8);
}
to {
border-right-color: transparent;
}
} | 0.449151 | 0.135947 |
output {
display: block;
margin-top: 4em;
font-family: monospace;
font-size: .8em;
}
.instruction-image {
margin: 20px 0;
box-shadow: 0px 1px 10px #888888;
width: 100%;
}
#wrapper {
max-width: 700px;
width: 100%;
margin:0 auto 50px;
}
/*.step:not(#step-1) {
display: none;
}*/
.hidden {
display: none;
}
.button {
width: 100%;
height: 30px;
border: none;
background-color: #B63321;
color: white;
font-size: 20px;
cursor: pointer;
opacity: 0.8;
margin: 0px 0 13px;
}
.button:hover {
opacity: 1;
}
#heading {
font-size: x-large;
font-weight: bold;
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}
.bodyText,
ul,
li,
#type-form {
font-size: 16px;
line-height: 1.3;
font-weight: inherit;
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}
.textarea {
width: 100%;
min-width: 100%;
background-color: #EFF0F1;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
line-height: 1.4;
font-size: 12px;
border: none;
outline: 0;
padding: 5px;
margin-top: 5px;
height: 200px;
resize: none;
}
.small {
font-size: small;
}
#drop_zone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 25px;
text-align: center;
font: 20pt bold 'Vollkorn';
color: #bbb;
}
/*#csv {
height: 100px;
}*/
#json-features,
#json-news {
height: 150px;
}
#html {
height: 20px;
}
table.gridtable {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
width: 100%;
}
table.gridtable td {
border-width: 0.5px;
padding: 8px;
border-style: solid;
border-color: #EFF0F1;
;
background-color: white;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}
.cell {
border-width: 0.5px;
padding: 2px;
border-style: solid;
border-color: #EFF0F1;
;
background-color: white;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 10px;
}
.code {
background-color: #EFF0F1;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
padding: 2.5px 2.5px 1px;
font-size: 13px;
border-radius: 4px;
}
#preview-container {
width: 100%;
margin: 10px auto 25px;
display: none;
}
#urlLink {
width: 300px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
display: none;
} | css/project.css | output {
display: block;
margin-top: 4em;
font-family: monospace;
font-size: .8em;
}
.instruction-image {
margin: 20px 0;
box-shadow: 0px 1px 10px #888888;
width: 100%;
}
#wrapper {
max-width: 700px;
width: 100%;
margin:0 auto 50px;
}
/*.step:not(#step-1) {
display: none;
}*/
.hidden {
display: none;
}
.button {
width: 100%;
height: 30px;
border: none;
background-color: #B63321;
color: white;
font-size: 20px;
cursor: pointer;
opacity: 0.8;
margin: 0px 0 13px;
}
.button:hover {
opacity: 1;
}
#heading {
font-size: x-large;
font-weight: bold;
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}
.bodyText,
ul,
li,
#type-form {
font-size: 16px;
line-height: 1.3;
font-weight: inherit;
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}
.textarea {
width: 100%;
min-width: 100%;
background-color: #EFF0F1;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
line-height: 1.4;
font-size: 12px;
border: none;
outline: 0;
padding: 5px;
margin-top: 5px;
height: 200px;
resize: none;
}
.small {
font-size: small;
}
#drop_zone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 25px;
text-align: center;
font: 20pt bold 'Vollkorn';
color: #bbb;
}
/*#csv {
height: 100px;
}*/
#json-features,
#json-news {
height: 150px;
}
#html {
height: 20px;
}
table.gridtable {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
width: 100%;
}
table.gridtable td {
border-width: 0.5px;
padding: 8px;
border-style: solid;
border-color: #EFF0F1;
;
background-color: white;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}
.cell {
border-width: 0.5px;
padding: 2px;
border-style: solid;
border-color: #EFF0F1;
;
background-color: white;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 10px;
}
.code {
background-color: #EFF0F1;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
padding: 2.5px 2.5px 1px;
font-size: 13px;
border-radius: 4px;
}
#preview-container {
width: 100%;
margin: 10px auto 25px;
display: none;
}
#urlLink {
width: 300px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
display: none;
} | 0.224013 | 0.112162 |
body {
overflow: hidden;
margin: 0;
padding: 0;
background: hsl(0, 0%, 10%);
}
p {
margin: 0;
padding: 0;
}
.left,
.right {
position: absolute;
color: #fff;
font-family: Geneva, sans-serif;
}
.left {
bottom: 1em;
left: 1em;
text-align: left;
}
.right {
top: 0;
right: 0;
text-align: right;
}
a {
color: #f58231;
}
.3dContainer {
position: absolute;
z-index: 3;
}
.localVideo {
z-index: 1;
width: 80%;
margin-left: 10%;
/*-webkit-transform: rotateY(180deg);*/
}
.annotate {
position: absolute;
height: 200px;
width: 300px;
/* background: #FFF; */
z-index: 15;
}
.annotateCircleLeft {
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
left: 418px;
top: 18px;
}
.annotateLineLeft {
border: 1px solid #ffffff;
position: absolute;
top: 35px;
left: 325px;
width: 91px;
z-index: 99;
}
.annotateTipLeft {
position: relative;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width: 300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
height: 80px;
}
.annotateCircleRight {
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
top: 18px;
}
.annotateLineRight {
border: 1px solid #ffffff;
position: absolute;
top: 35px;
left: 36px;
width: 91px;
z-index: 99;
}
.annotateTipRight {
position: relative;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width: 300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
height: 80px;
left: 129px;
}
.tooltip {
position: absolute;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width:300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
}
.pointer {
/*position: absolute;
z-index: 12;
padding: 20px;
border-radius: 68%;
border: 3px solid;
color: white;*/
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
}
.upperMenuItem {
width: 100px ;
height: 100px ;
margin-left: 30px;
margin-right: 30px;
}
.loading {
z-index: 9;
position: absolute;
top: 44%;
left: 43%;
/* font-size: large; */
font-family: "open-sans-1", "open-sans-2", Helvetica, Arial, sans-serif;
font-size: 65px;
color: rgba(0, 180, 255, 0.83);
}
.blink {
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-o-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
} | client/style.css | body {
overflow: hidden;
margin: 0;
padding: 0;
background: hsl(0, 0%, 10%);
}
p {
margin: 0;
padding: 0;
}
.left,
.right {
position: absolute;
color: #fff;
font-family: Geneva, sans-serif;
}
.left {
bottom: 1em;
left: 1em;
text-align: left;
}
.right {
top: 0;
right: 0;
text-align: right;
}
a {
color: #f58231;
}
.3dContainer {
position: absolute;
z-index: 3;
}
.localVideo {
z-index: 1;
width: 80%;
margin-left: 10%;
/*-webkit-transform: rotateY(180deg);*/
}
.annotate {
position: absolute;
height: 200px;
width: 300px;
/* background: #FFF; */
z-index: 15;
}
.annotateCircleLeft {
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
left: 418px;
top: 18px;
}
.annotateLineLeft {
border: 1px solid #ffffff;
position: absolute;
top: 35px;
left: 325px;
width: 91px;
z-index: 99;
}
.annotateTipLeft {
position: relative;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width: 300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
height: 80px;
}
.annotateCircleRight {
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
top: 18px;
}
.annotateLineRight {
border: 1px solid #ffffff;
position: absolute;
top: 35px;
left: 36px;
width: 91px;
z-index: 99;
}
.annotateTipRight {
position: relative;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width: 300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
height: 80px;
left: 129px;
}
.tooltip {
position: absolute;
z-index: 5;
background: rgba(69, 145, 216, 0.66);
padding: 10px;
border-radius: 7px;
border-color: #5184a9;
border: 3px solid;
width:300px;
font-size: 26px;
color: white;
font-family: monospace;
text-align: center;
}
.pointer {
/*position: absolute;
z-index: 12;
padding: 20px;
border-radius: 68%;
border: 3px solid;
color: white;*/
height: 32px;
width: 32px;
border-radius: 50%;
border: 3px solid white;
position: absolute;
}
.upperMenuItem {
width: 100px ;
height: 100px ;
margin-left: 30px;
margin-right: 30px;
}
.loading {
z-index: 9;
position: absolute;
top: 44%;
left: 43%;
/* font-size: large; */
font-family: "open-sans-1", "open-sans-2", Helvetica, Arial, sans-serif;
font-size: 65px;
color: rgba(0, 180, 255, 0.83);
}
.blink {
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-o-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
} | 0.636579 | 0.148911 |
ol, ul {
list-style: none;
}
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Style the header */
.header {
background-color: #f1f1f1;
padding: 10px;
text-align: center;
font-size: 35px;
}
#logout {
padding: 5px 15px;
font-size: initial;
text-decoration: none;
position: absolute;
top: 20px;
right: 25px;
background-color: rgb(46, 46, 46);
color: beige;
}
.room .leave {
padding: 5px 15px;
font-size: initial;
text-decoration: none;
position: absolute;
top: 20px;
left: 25px;
background-color: rgb(46, 46, 46);
color: beige;
cursor: pointer;
}
.header h2 {
font-size: 80%;
margin-top: 20px;
margin-bottom: 20px;
}
/* Create three unequal columns that floats next to each other */
.column {
float: left;
padding: 10px;
/*height: 400px; /* Should be removed. Only for demonstration */
}
/* Left and right column */
.column.side {
/* width: 15%;*/
background-color: white;
}
/* Middle column */
.column.middle {
/* width: 70%;*/
background-color: rgb(153, 153, 153);
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Style the footer */
.footer {
background-color: #f1f1f1;
padding: 10px;
text-align: center;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column.side, .column.middle {
width: 100%;
}
}
ul.games {
padding: 0px 10px;
}
.games li {
padding: 5px 7px;
background: #fffedd;
margin: 5px 2px;
border: 1px solid #bcd;
border-radius: 2px;
cursor: pointer;
}
.rooms li.joined {
background: #5898D9;
border: 1px solid #35485C;
}
#chats {
width: 600px;
}
#chats .room {
border: 1px solid rgb(255, 255, 255);
padding: 5px;
margin: 30px 0 0 0;
}
#chats h2 {
color: #333;
margin: 2px 0 5px 0;
font-weight: bold;
}
#chats .messages {
height: 500px;
overflow: auto;
background: rgb(253, 252, 230);
margin: 2px 0 5px 0;
}
#chats .username {
display: inline-block;
color: #C07A36;
width: 80px;
font-weight: bold;
}
#chats .contextual-message{
text-align: center;
margin: 5px 5px 5px 5px;
}
#chats .text-muted {
opacity: .6;
font-style: italic;
}
#chats .text-danger {
color: #a94442;
font-weight: bold;
}
#chats .text-warning {
color: #DCAD5C;
font-weight: bold;
font-style: italic;
}
ul.rooms {
padding-left: 5px;
}
.rooms li {
padding: 5px 7px;
background: rgb(255, 227, 201);
margin: 5px 2px;
border: 1px solid #bcd;
border-radius: 2px;
cursor: pointer;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 99; /* 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: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | battle/static/battle/css/style.css | ol, ul {
list-style: none;
}
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Style the header */
.header {
background-color: #f1f1f1;
padding: 10px;
text-align: center;
font-size: 35px;
}
#logout {
padding: 5px 15px;
font-size: initial;
text-decoration: none;
position: absolute;
top: 20px;
right: 25px;
background-color: rgb(46, 46, 46);
color: beige;
}
.room .leave {
padding: 5px 15px;
font-size: initial;
text-decoration: none;
position: absolute;
top: 20px;
left: 25px;
background-color: rgb(46, 46, 46);
color: beige;
cursor: pointer;
}
.header h2 {
font-size: 80%;
margin-top: 20px;
margin-bottom: 20px;
}
/* Create three unequal columns that floats next to each other */
.column {
float: left;
padding: 10px;
/*height: 400px; /* Should be removed. Only for demonstration */
}
/* Left and right column */
.column.side {
/* width: 15%;*/
background-color: white;
}
/* Middle column */
.column.middle {
/* width: 70%;*/
background-color: rgb(153, 153, 153);
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Style the footer */
.footer {
background-color: #f1f1f1;
padding: 10px;
text-align: center;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column.side, .column.middle {
width: 100%;
}
}
ul.games {
padding: 0px 10px;
}
.games li {
padding: 5px 7px;
background: #fffedd;
margin: 5px 2px;
border: 1px solid #bcd;
border-radius: 2px;
cursor: pointer;
}
.rooms li.joined {
background: #5898D9;
border: 1px solid #35485C;
}
#chats {
width: 600px;
}
#chats .room {
border: 1px solid rgb(255, 255, 255);
padding: 5px;
margin: 30px 0 0 0;
}
#chats h2 {
color: #333;
margin: 2px 0 5px 0;
font-weight: bold;
}
#chats .messages {
height: 500px;
overflow: auto;
background: rgb(253, 252, 230);
margin: 2px 0 5px 0;
}
#chats .username {
display: inline-block;
color: #C07A36;
width: 80px;
font-weight: bold;
}
#chats .contextual-message{
text-align: center;
margin: 5px 5px 5px 5px;
}
#chats .text-muted {
opacity: .6;
font-style: italic;
}
#chats .text-danger {
color: #a94442;
font-weight: bold;
}
#chats .text-warning {
color: #DCAD5C;
font-weight: bold;
font-style: italic;
}
ul.rooms {
padding-left: 5px;
}
.rooms li {
padding: 5px 7px;
background: rgb(255, 227, 201);
margin: 5px 2px;
border: 1px solid #bcd;
border-radius: 2px;
cursor: pointer;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 99; /* 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: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} | 0.351645 | 0.111241 |
@import "root.css";
.InfoBlock_info__2a42M {
height: 180px
}
@media (max-width: 768px) {
.InfoBlock_info__2a42M {
height: 100%
}
}
.InfoBlock_info__item__LaugH {
height: 85% !important
}
@media (max-width: 768px) {
.InfoBlock_info__item__LaugH section {
height: 97px !important;
width: 300px
}
}
.InfoBlock_info__item__LaugH:not(:last-child) {
border-right: 1px solid #d9d9d9
}
@media (max-width: 768px) {
.InfoBlock_info__item__LaugH:not(:last-child) {
border-right: none
}
}
.index_promo__gOmpU {
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: 100%;
height: 500px
}
@media (min-width: 768px) {
.index_promo__gOmpU {
background-image: url(/images/media/promo.2023da94da583bfebb67ae1fe135d47b.png)
}
}
.index_promo__indication__3B7OO {
display: flex
}
.index_promo__indication__block__3Vblf {
border: 1px solid #262626;
height: 64px;
width: 64px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
.index_promo__indication__block__3Vblf:not(:last-child) {
margin-right: 15px
}
.index_promo__indication__block__3Vblf h5 {
color: var(--falcon-primary);
font-weight: 700
}
.index_stroke__2BGza {
border: 5px solid var(--falcon-primary);
width: 64px;
border-radius: 30px
}
.index_top_first__31BMD {
background-image: url(/images/media/top1.5deb5dc4de850b9b27c8a8573ef44105.jpg);
width: 100%;
height: 446px;
padding: 50px 32px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top_first__31BMD:focus, .index_top_first__31BMD:hover {
background-size: 110%
}
.index_top_first__31BMD .index_stroke__2BGza {
margin-top: 8px;
width: 30px;
border: 3px solid var(--falcon-primary);
border-radius: 30px
}
@media (max-width: 767px) {
.index_top_first__31BMD {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top2__3roD5 {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top2.b577e213f3b2e9550f265a9ce22c2dd0.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding: 30px 15px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top2__3roD5:focus, .index_top2__3roD5:hover {
background-size: 110%
}
.index_top2__3roD5 div {
margin-left: auto;
text-align: right
}
@media (max-width: 767px) {
.index_top2__3roD5 {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top3__3tocY {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top3.f61095d508ea344e0fe2adfb80d123de.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-bottom: 24px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top3__3tocY:focus, .index_top3__3tocY:hover {
background-size: 110%
}
.index_top3__3tocY .index_label__2nfPo {
margin-left: auto;
margin-top: auto;
background-color: #262626;
padding: 16px 24px
}
@media (max-width: 767px) {
.index_top3__3tocY {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top4__1fHFJ {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top4.8892149f785632464a3f8eaccb6a3559.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-bottom: 24px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top4__1fHFJ:focus, .index_top4__1fHFJ:hover {
background-size: 110%
}
.index_top4__1fHFJ .index_label__2nfPo {
margin-left: auto;
margin-top: auto;
background-color: #262626;
padding: 16px 24px
}
@media (max-width: 767px) {
.index_top4__1fHFJ {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top5__3bzPr {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top5.7bff1c2c0592f93d8e035e3e55f5d5e3.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-top: 16px;
align-items: flex-start;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top5__3bzPr:focus, .index_top5__3bzPr:hover {
background-size: 110%
}
.index_top5__3bzPr div:first-child {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center
}
.index_top5__3bzPr div:first-child .index_stroke__2BGza {
flex-basis: 100%;
background-color: #262626;
height: 1px;
border: none !important
}
.index_top5__3bzPr div:first-child div:nth-child(2) {
margin: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
@media (max-width: 767px) {
.index_top5__3bzPr {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_imgAnimation__2eGSF {
overflow: hidden;
max-width: 100%;
max-height: 233px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer
}
.index_imgAnimation__2eGSF img {
max-width: 100%;
transition: max-width .65s ease
}
.index_imgAnimation__2eGSF:focus img, .index_imgAnimation__2eGSF:hover img {
max-width: 115%
}
.index_carousel__ZHIA6 {
width: 100%;
height: 500px;
background-size: cover
}
.index_carousel__ZHIA6.index_firstImg__1dHS_ {
background-position: bottom;
background-image: url(/images/banner-2.jpg)
}
.index_carousel__ZHIA6.index_secondImg__2MiAO {
background-position: bottom;
background-image: url(/images/banner-3.jpg)
}
.index_carousel__ZHIA6.index_thirdImg__3Z_FV {
background-position: bottom;
background-image: url(/images/banner-1.jpg)
}
.index_info__3bj1z {
height: 180px
}
@media (max-width: 768px) {
.index_info__3bj1z {
height: 100%
}
}
.index_info__item__rpNQl {
height: 85% !important
}
@media (max-width: 768px) {
.index_info__item__rpNQl section {
height: 97px !important
}
}
.index_info__item__rpNQl:not(:last-child) {
border-right: 1px solid #d9d9d9
}
@media (max-width: 768px) {
.index_topMargin__3WKar {
margin-bottom: 30px
}
.index_newArrivals__3EhqC {
font-size: 30px !important
}
}
.index_viewMoreBtn__JTu_3 > * {
z-index: 1
}
.index_viewMoreBtn__JTu_3:after {
z-index: 0 !important
}
.index_viewMoreBtn__JTu_3 .index_arrowRight__2oGnW {
background: url(/images/media/arrow-right.5cd87edf55f0218830174d683fe1abdf.svg);
width: 24px;
height: 24px;
position: relative;
transition: left .25s ease;
left: 0
}
.index_viewMoreBtn__JTu_3:active .index_arrowRight__2oGnW,
.index_viewMoreBtn__JTu_3:focus .index_arrowRight__2oGnW,
.index_viewMoreBtn__JTu_3:hover .index_arrowRight__2oGnW {
left: 8px;
background: url(/images/media/arrow-right-hover.45261f4ebf15cacd1ce58ca5a7e07e8c.svg)
}
.index_modalWidndow__15W1u {
display: flex
}
.index_modalWidndow__15W1u div.index_content__35pjB, .index_modalWidndow__15W1u div.index_image__SoQ7J {
width: 50%
}
@media (max-width: 900px) {
.index_modalWidndow__15W1u div.index_content__35pjB button, .index_modalWidndow__15W1u div.index_image__SoQ7J button {
padding: 10px
}
.index_modalWidndow__15W1u div.index_content__35pjB, .index_modalWidndow__15W1u div.index_image__SoQ7J {
width: auto
}
.index_modalWidndow__15W1u > div > img {
max-width: 500px
}
.index_modalWidndow__15W1u {
flex-direction: column;
align-items: center
}
}
@media (max-width: 576px) {
.index_product__2R5IL .product-actions {
opacity: 1 !important;
position: absolute;
height: 100%;
top: 0;
left: 50%;
max-width: 245px;
width: 100%;
margin: 0 auto;
transform: translateX(35%)
}
}
.index_product__2R5IL:hover h6:first-child {
color: var(--falcon-primary)
}
.index_product__2R5IL:hover .product-actions {
opacity: 1 !important
}
.index_product__2R5IL h6:first-child {
color: #232323
}
.product-actions {
position:absolute;
height:100%;
top:0;
right:15px;
transition: all .65s ease;
opacity: 0 !important
}
@media (max-width: 576px) {
.index_productInfo__2hSIT {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 245px;
margin: 0 auto;
justify-content: flex-start
}
}
.index_product__2R5IL > div {
position: relative;
}
.index_productImage__3VSiQ {
transition: all .65s ease;
max-width: 100%;
width: 100%;
height: 264px;
max-height: 264px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
}
.index_productInfo__2hSIT h6 {
font-size: 16px;
}
.index_productImage__3VSiQ:hover {
transform: scale(1.03) translate(0)
}
@media (max-width: 768px) {
.index_productImage__3VSiQ {
background-size: cover
}
}
@media (max-width: 380px) {
.index_productImage__3VSiQ {
background-size: contain;
background-color: #f6f6f6
}
}
.index_quantityBtn__3hhC-:focus, .index_quantityBtn__3hhC-:hover {
color: var(--falcon-primary) !important
} | public/css/second.css | @import "root.css";
.InfoBlock_info__2a42M {
height: 180px
}
@media (max-width: 768px) {
.InfoBlock_info__2a42M {
height: 100%
}
}
.InfoBlock_info__item__LaugH {
height: 85% !important
}
@media (max-width: 768px) {
.InfoBlock_info__item__LaugH section {
height: 97px !important;
width: 300px
}
}
.InfoBlock_info__item__LaugH:not(:last-child) {
border-right: 1px solid #d9d9d9
}
@media (max-width: 768px) {
.InfoBlock_info__item__LaugH:not(:last-child) {
border-right: none
}
}
.index_promo__gOmpU {
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: 100%;
height: 500px
}
@media (min-width: 768px) {
.index_promo__gOmpU {
background-image: url(/images/media/promo.2023da94da583bfebb67ae1fe135d47b.png)
}
}
.index_promo__indication__3B7OO {
display: flex
}
.index_promo__indication__block__3Vblf {
border: 1px solid #262626;
height: 64px;
width: 64px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
.index_promo__indication__block__3Vblf:not(:last-child) {
margin-right: 15px
}
.index_promo__indication__block__3Vblf h5 {
color: var(--falcon-primary);
font-weight: 700
}
.index_stroke__2BGza {
border: 5px solid var(--falcon-primary);
width: 64px;
border-radius: 30px
}
.index_top_first__31BMD {
background-image: url(/images/media/top1.5deb5dc4de850b9b27c8a8573ef44105.jpg);
width: 100%;
height: 446px;
padding: 50px 32px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top_first__31BMD:focus, .index_top_first__31BMD:hover {
background-size: 110%
}
.index_top_first__31BMD .index_stroke__2BGza {
margin-top: 8px;
width: 30px;
border: 3px solid var(--falcon-primary);
border-radius: 30px
}
@media (max-width: 767px) {
.index_top_first__31BMD {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top2__3roD5 {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top2.b577e213f3b2e9550f265a9ce22c2dd0.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding: 30px 15px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top2__3roD5:focus, .index_top2__3roD5:hover {
background-size: 110%
}
.index_top2__3roD5 div {
margin-left: auto;
text-align: right
}
@media (max-width: 767px) {
.index_top2__3roD5 {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top3__3tocY {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top3.f61095d508ea344e0fe2adfb80d123de.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-bottom: 24px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top3__3tocY:focus, .index_top3__3tocY:hover {
background-size: 110%
}
.index_top3__3tocY .index_label__2nfPo {
margin-left: auto;
margin-top: auto;
background-color: #262626;
padding: 16px 24px
}
@media (max-width: 767px) {
.index_top3__3tocY {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top4__1fHFJ {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top4.8892149f785632464a3f8eaccb6a3559.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-bottom: 24px;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top4__1fHFJ:focus, .index_top4__1fHFJ:hover {
background-size: 110%
}
.index_top4__1fHFJ .index_label__2nfPo {
margin-left: auto;
margin-top: auto;
background-color: #262626;
padding: 16px 24px
}
@media (max-width: 767px) {
.index_top4__1fHFJ {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_top5__3bzPr {
margin-bottom: 30px;
width: 100%;
background-image: url(/images/media/top5.7bff1c2c0592f93d8e035e3e55f5d5e3.jpg);
height: 208px;
background-repeat: no-repeat;
display: flex;
padding-top: 16px;
align-items: flex-start;
transition: background-size .35s ease;
background-size: 105%;
background-position: 50%;
cursor: pointer
}
.index_top5__3bzPr:focus, .index_top5__3bzPr:hover {
background-size: 110%
}
.index_top5__3bzPr div:first-child {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center
}
.index_top5__3bzPr div:first-child .index_stroke__2BGza {
flex-basis: 100%;
background-color: #262626;
height: 1px;
border: none !important
}
.index_top5__3bzPr div:first-child div:nth-child(2) {
margin: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
@media (max-width: 767px) {
.index_top5__3bzPr {
margin-bottom: 30px;
background-size: cover;
height: 446px
}
}
.index_imgAnimation__2eGSF {
overflow: hidden;
max-width: 100%;
max-height: 233px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer
}
.index_imgAnimation__2eGSF img {
max-width: 100%;
transition: max-width .65s ease
}
.index_imgAnimation__2eGSF:focus img, .index_imgAnimation__2eGSF:hover img {
max-width: 115%
}
.index_carousel__ZHIA6 {
width: 100%;
height: 500px;
background-size: cover
}
.index_carousel__ZHIA6.index_firstImg__1dHS_ {
background-position: bottom;
background-image: url(/images/banner-2.jpg)
}
.index_carousel__ZHIA6.index_secondImg__2MiAO {
background-position: bottom;
background-image: url(/images/banner-3.jpg)
}
.index_carousel__ZHIA6.index_thirdImg__3Z_FV {
background-position: bottom;
background-image: url(/images/banner-1.jpg)
}
.index_info__3bj1z {
height: 180px
}
@media (max-width: 768px) {
.index_info__3bj1z {
height: 100%
}
}
.index_info__item__rpNQl {
height: 85% !important
}
@media (max-width: 768px) {
.index_info__item__rpNQl section {
height: 97px !important
}
}
.index_info__item__rpNQl:not(:last-child) {
border-right: 1px solid #d9d9d9
}
@media (max-width: 768px) {
.index_topMargin__3WKar {
margin-bottom: 30px
}
.index_newArrivals__3EhqC {
font-size: 30px !important
}
}
.index_viewMoreBtn__JTu_3 > * {
z-index: 1
}
.index_viewMoreBtn__JTu_3:after {
z-index: 0 !important
}
.index_viewMoreBtn__JTu_3 .index_arrowRight__2oGnW {
background: url(/images/media/arrow-right.5cd87edf55f0218830174d683fe1abdf.svg);
width: 24px;
height: 24px;
position: relative;
transition: left .25s ease;
left: 0
}
.index_viewMoreBtn__JTu_3:active .index_arrowRight__2oGnW,
.index_viewMoreBtn__JTu_3:focus .index_arrowRight__2oGnW,
.index_viewMoreBtn__JTu_3:hover .index_arrowRight__2oGnW {
left: 8px;
background: url(/images/media/arrow-right-hover.45261f4ebf15cacd1ce58ca5a7e07e8c.svg)
}
.index_modalWidndow__15W1u {
display: flex
}
.index_modalWidndow__15W1u div.index_content__35pjB, .index_modalWidndow__15W1u div.index_image__SoQ7J {
width: 50%
}
@media (max-width: 900px) {
.index_modalWidndow__15W1u div.index_content__35pjB button, .index_modalWidndow__15W1u div.index_image__SoQ7J button {
padding: 10px
}
.index_modalWidndow__15W1u div.index_content__35pjB, .index_modalWidndow__15W1u div.index_image__SoQ7J {
width: auto
}
.index_modalWidndow__15W1u > div > img {
max-width: 500px
}
.index_modalWidndow__15W1u {
flex-direction: column;
align-items: center
}
}
@media (max-width: 576px) {
.index_product__2R5IL .product-actions {
opacity: 1 !important;
position: absolute;
height: 100%;
top: 0;
left: 50%;
max-width: 245px;
width: 100%;
margin: 0 auto;
transform: translateX(35%)
}
}
.index_product__2R5IL:hover h6:first-child {
color: var(--falcon-primary)
}
.index_product__2R5IL:hover .product-actions {
opacity: 1 !important
}
.index_product__2R5IL h6:first-child {
color: #232323
}
.product-actions {
position:absolute;
height:100%;
top:0;
right:15px;
transition: all .65s ease;
opacity: 0 !important
}
@media (max-width: 576px) {
.index_productInfo__2hSIT {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 245px;
margin: 0 auto;
justify-content: flex-start
}
}
.index_product__2R5IL > div {
position: relative;
}
.index_productImage__3VSiQ {
transition: all .65s ease;
max-width: 100%;
width: 100%;
height: 264px;
max-height: 264px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
}
.index_productInfo__2hSIT h6 {
font-size: 16px;
}
.index_productImage__3VSiQ:hover {
transform: scale(1.03) translate(0)
}
@media (max-width: 768px) {
.index_productImage__3VSiQ {
background-size: cover
}
}
@media (max-width: 380px) {
.index_productImage__3VSiQ {
background-size: contain;
background-color: #f6f6f6
}
}
.index_quantityBtn__3hhC-:focus, .index_quantityBtn__3hhC-:hover {
color: var(--falcon-primary) !important
} | 0.353651 | 0.086555 |
.rbx-header, .chat-main .chat-header, .btn-secondary-xs, a#upgrade-now-button, span.notification-blue, a.btn-primary-md, a.btn-primary-lg, div.avatar-status.chat-friend-status.online, div.chat-windows-header.dialog-header, div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding, div.profile-avatar-mask, button.btn-secondary-md, .btn-large.btn-primary, .tab.active {
background: rgb(255, 0, 128) !important;
border-color: rgb(255, 0, 128) !important;
}
a.ad, div#Leaderboard-Abp.abp.leaderboard-abp {
width: 0px !important;
height: 0px !important;
margin: 0px !important;
padding: 0px !important;
visibility: hidden;
}
a.avatar.avatar-headshot-lg, img#home-avatar-thumb.avatar-card-image {
border-radius: 10px;
}
div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding {
color: #ffffff;
}
.tab.active {
border-radius: 6px 6px 0px 0px;
color: #ffffff;
}
.tab {
border-radius: 6px 6px 0px 0px;
background: #efefef;
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
li.rbx-navbar-search-option.selected {
box-shadow: 4px 0 0 0 rgb(255, 0, 128) inset !important;
}
div#CreateGroupBtn.btn-large.btn-primary {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 10px;
height: 35px;
}
input#ctl00_cphRoblox_GroupWallPane_NewPostButton.btn-control.btn-control-large.GroupWallPostBtn.translate {
position: static;
}
input#ctl00_cphRoblox_GroupSearchBar_SearchButton.group-search-button.translate, input#ctl00_cphRoblox_GroupStatusPane_StatusSubmitButton.btn-control.btn-control-medium.translate {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 6px;
color: #ffffff;
padding: 12px;
margin-left: 20px;
line-height: 0px !important;
}
.btn-control.btn-control-medium.translate, .group-search-button.translate, .btn-control.btn-control-large {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 4px;
color: #ffffff;
background: rgb(255, 0, 128) !important;
}
button.btn-control-medium.btn-control-disabled {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 4px;
color: rgb(75,48,123);
padding: 2px;
background: rgb(255, 0, 128) !important;
}
.content .SearchKeyword, input#ctl00_cphRoblox_GroupStatusPane_StatusTextBox.translate, textarea#ctl00_cphRoblox_GroupWallPane_NewPost.GroupWallPostText {
border: 0px;
background: #efefef;
height: 30px;
border-radius: 6px;
padding-left: 10px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
div.section-content {
border-radius: 6px;
}
textarea#ctl00_cphRoblox_GroupWallPane_NewPost.GroupWallPostText {
background: #ffffff;
margin-bottom: 10px;
margin-right: 25px;
width: 480px !important;
}
div#SearchControls {
border: 0px;
background: #ffffff;
}
.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
background-image: none !important;
}
div.GroupListContainer.StandardBox, div.GroupControlsBox {
border: 0px solid #ffffff !important;
border-radius: 6px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
div.GroupControlsBox {
padding-bottom: 10px;
}
.rbx-tabs-horizontal .rbx-tab.active .rbx-tab-heading, .rbx-tabs-horizontal .rbx-tab-heading:hover {
box-shadow: 0 -4px 0 0 rgb(255, 0, 128) inset;
}
div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding::before {
border-color: transparent transparent transparent rgb(100, 65, 165);
}
span.icon-online
{
background-image: url(https://drive.google.com/uc?export=download&id=0B26vs8jVWMm0UjBqbnpkeTh6b0E) !important;
}
.game-card-container, div.avatar-container, a.avatar.avatar-headshot-lg {
transform: scale(0.95) !important;
-webkit-transform: scale(0.95) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
a.btn-primary-lg {
transform: scale(0.95) !important;
-webkit-transform: scale(0.95) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
a.btn-primary-lg:hover {
transform: scale(1.2) !important;
-webkit-transform: scale(1.2) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
.game-card-container:hover, div.avatar-container:hover, a.avatar.avatar-headshot-lg:hover {
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
/* i really want this to be global */ | data/usercss/161005.user.css | .rbx-header, .chat-main .chat-header, .btn-secondary-xs, a#upgrade-now-button, span.notification-blue, a.btn-primary-md, a.btn-primary-lg, div.avatar-status.chat-friend-status.online, div.chat-windows-header.dialog-header, div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding, div.profile-avatar-mask, button.btn-secondary-md, .btn-large.btn-primary, .tab.active {
background: rgb(255, 0, 128) !important;
border-color: rgb(255, 0, 128) !important;
}
a.ad, div#Leaderboard-Abp.abp.leaderboard-abp {
width: 0px !important;
height: 0px !important;
margin: 0px !important;
padding: 0px !important;
visibility: hidden;
}
a.avatar.avatar-headshot-lg, img#home-avatar-thumb.avatar-card-image {
border-radius: 10px;
}
div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding {
color: #ffffff;
}
.tab.active {
border-radius: 6px 6px 0px 0px;
color: #ffffff;
}
.tab {
border-radius: 6px 6px 0px 0px;
background: #efefef;
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
li.rbx-navbar-search-option.selected {
box-shadow: 4px 0 0 0 rgb(255, 0, 128) inset !important;
}
div#CreateGroupBtn.btn-large.btn-primary {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 10px;
height: 35px;
}
input#ctl00_cphRoblox_GroupWallPane_NewPostButton.btn-control.btn-control-large.GroupWallPostBtn.translate {
position: static;
}
input#ctl00_cphRoblox_GroupSearchBar_SearchButton.group-search-button.translate, input#ctl00_cphRoblox_GroupStatusPane_StatusSubmitButton.btn-control.btn-control-medium.translate {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 6px;
color: #ffffff;
padding: 12px;
margin-left: 20px;
line-height: 0px !important;
}
.btn-control.btn-control-medium.translate, .group-search-button.translate, .btn-control.btn-control-large {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 4px;
color: #ffffff;
background: rgb(255, 0, 128) !important;
}
button.btn-control-medium.btn-control-disabled {
border: 0px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
border-radius: 4px;
color: rgb(75,48,123);
padding: 2px;
background: rgb(255, 0, 128) !important;
}
.content .SearchKeyword, input#ctl00_cphRoblox_GroupStatusPane_StatusTextBox.translate, textarea#ctl00_cphRoblox_GroupWallPane_NewPost.GroupWallPostText {
border: 0px;
background: #efefef;
height: 30px;
border-radius: 6px;
padding-left: 10px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
div.section-content {
border-radius: 6px;
}
textarea#ctl00_cphRoblox_GroupWallPane_NewPost.GroupWallPostText {
background: #ffffff;
margin-bottom: 10px;
margin-right: 25px;
width: 480px !important;
}
div#SearchControls {
border: 0px;
background: #ffffff;
}
.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
background-image: none !important;
}
div.GroupListContainer.StandardBox, div.GroupControlsBox {
border: 0px solid #ffffff !important;
border-radius: 6px;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
div.GroupControlsBox {
padding-bottom: 10px;
}
.rbx-tabs-horizontal .rbx-tab.active .rbx-tab-heading, .rbx-tabs-horizontal .rbx-tab-heading:hover {
box-shadow: 0 -4px 0 0 rgb(255, 0, 128) inset;
}
div.small.dialog-message.dialog-message-content.dialog-triangle.ng-binding::before {
border-color: transparent transparent transparent rgb(100, 65, 165);
}
span.icon-online
{
background-image: url(https://drive.google.com/uc?export=download&id=0B26vs8jVWMm0UjBqbnpkeTh6b0E) !important;
}
.game-card-container, div.avatar-container, a.avatar.avatar-headshot-lg {
transform: scale(0.95) !important;
-webkit-transform: scale(0.95) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
a.btn-primary-lg {
transform: scale(0.95) !important;
-webkit-transform: scale(0.95) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
a.btn-primary-lg:hover {
transform: scale(1.2) !important;
-webkit-transform: scale(1.2) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
.game-card-container:hover, div.avatar-container:hover, a.avatar.avatar-headshot-lg:hover {
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
transition: transform 0.25s !important;
-webkit-transition: transform 0.25s !important;
}
/* i really want this to be global */ | 0.170335 | 0.038939 |
@import url("https://fonts.googleapis.com/css?family=Fredoka+One|Roboto:400,900");
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #E3F2FD;
font-family: 'Roboto'; }
.hatespeech-wrapper,
.settings-wrapper,
.report-wrapper,
.faqs-wrapper,
.info-wrapper,
.annotator-wrapper,
.hatespeech-feed-wrapper {
margin: 25px 0px 60px 0px; }
.list {
list-style: none;
margin: 0px;
padding: 0px; }
hr {
border-color: #E3F2FD;
border-style: solid none;
border-width: 1px 0;
margin: 18px 0; }
.swal2-title .float-report-url {
word-break: break-all !important;
white-space: pre-wrap !important;
overflow-wrap: break-word !important; }
.swal2-modal {
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
button.swal2-styled {
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
select.swal2-select {
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
border: solid 1px rgba(48, 60, 76, 0.5);
height: 40px !important;
font-size: 17px !important; }
.swal2-modal .swal2-validationerror {
margin-top: 15px !important; }
.navbar {
background-color: #1565C0;
border: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px; }
.navbar .navbar-toggle {
border: none; }
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color: #1565C0; }
.reports-edit-button.edit-mode {
color: rgba(227, 242, 253, 0.5); }
.back-button,
.settings-back-button,
.edit-back-button,
.reports-edit-button {
float: left;
padding: 6px 10px;
margin-left: 20px;
color: #E3F2FD;
font-size: 15px;
display: none; }
.back-button:hover,
.settings-back-button:hover,
.edit-back-button:hover,
.reports-edit-button:hover {
background-color: #1565C0; }
.back-button.active,
.settings-back-button.active,
.edit-back-button.active,
.reports-edit-button.active {
display: block; }
.report-url-button,
.reports-edit-button {
float: right;
padding: 3px 10px;
color: #E3F2FD;
font-size: 20px;
display: none; }
.report-url-button:hover,
.reports-edit-button:hover {
background-color: #1565C0; }
.report-url-button.active,
.reports-edit-button.active {
display: block; }
.navbar-fixed-top .col-xs-4 {
margin: 0px;
padding: 0px; }
.page-title {
text-align: center;
padding: 12px 0px;
color: #E3F2FD;
font-size: 18px;
font-family: 'Fredoka One'; }
.navbar-bottom {
background-color: #1565C0;
height: 45px; }
.navbar-bottom .container-fluid,
.navbar-bottom .row,
.navbar-bottom .col-xs-3 {
height: 100% !important;
padding: 0px;
margin: 0px; }
.navbar-bottom .tab-button {
height: 100%;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #E3F2FD; }
.navbar-bottom .tab-button:hover {
cursor: pointer; }
.navbar-bottom .tab-button.active {
background-color: #1E88E5; }
.report-wrapper {
margin-top: 60px; }
.mandola-option {
font-size: 25px !important; }
.list .report-item {
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;
margin: 10px 0px;
padding: 10px 10px;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
background-color: #FAFAF8;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
cursor: pointer; }
.list .report-item.edit-item {
background-color: #8389A9; }
.list .report-item:hover, .list .report-item:focus {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; }
.list .report-item .source-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #1565C0;
margin-right: 15px;
position: relative; }
.list .report-item .source-icon .report-browser {
position: absolute;
top: 4px;
left: 7px;
color: rgba(250, 250, 248, 0.7); }
.list .report-item .source-icon .report-image {
position: absolute;
top: 3px;
left: 4px;
color: rgba(250, 250, 248, 0.7); }
.list .report-item .report-info .report-title {
font-weight: bolder;
color: #303C4C; }
.list .report-item .report-info .report-content {
color: #303C4C; }
.list .report-item .report-info .report-date {
color: #8389A9; }
.list .host-item {
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;
margin: 10px 0px;
padding: 10px 10px;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
background-color: #FAFAF8;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
cursor: pointer; }
.list .host-item:hover, .list .host-item:focus {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; }
.list .host-item .source-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #1565C0;
margin-right: 15px;
position: relative; }
.list .host-item .source-icon .report-browser {
position: absolute;
top: 4px;
left: 7px;
color: rgba(250, 250, 248, 0.7); }
.list .host-item .host-info .host-name {
font-weight: bolder;
color: #303C4C; }
.list .host-item .host-info .host-count {
color: #8389A9; }
.faded{
opacity: 0.55;
}
.sort-action {
display: inline-block;
position: fixed;
width: 70px;
height: 70px;
margin: 300px 0 0 -28px;
right: 20px;
bottom: 120px; }
.sort-action .sort-button {
position: fixed;
width: 70px;
height: 70px;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 0;
outline: 0;
background: #AB434E;
font-size: 24px;
color: white;
z-index: 2;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
-webkit-transition: all .3s;
transition: all .3s; }
.sort-action .actions {
position: absolute;
list-style: none inside none;
margin: 0 0 0 0;
padding: 0;
width: auto;
float: left;
background-color: transparent;
top: 8px;
left: 15px;
z-index: 1;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%; }
.sort-action .actions:hover {
cursor: pointer; }
.sort-action .actions li {
position: absolute;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
margin: 0;
background: #212121;
color: #ffffff;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
background-color: #AB434E; }
.sort-action .actions li a {
background: inherit;
color: inherit;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 40px;
text-align: center; }
.sort-action .actions li:pressed {
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
.sort-action .sort-button.pressed {
-webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); }
.sort-action .sort-button.pressed ~ .actions li {
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.sort-action .sort-button.pressed ~ .actions li:nth-child(1) {
margin-top: -56px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(2) {
margin-top: -104px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(3) {
margin-top: -152px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(4) {
margin-top: -200px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(5) {
margin-top: -248px; }
.sort-action .sort-button i {
-webkit-transition: all .3s;
transition: all .3s; }
.sort-action .sort-button.pressed:not(.no-rotate) i {
-webkit-transform: scale(1.5) rotate(-45deg);
-ms-transform: scale(1.5) rotate(-45deg);
transform: scale(1.5) rotate(-45deg); }
/* .report-action {
display: inline-block;
position: fixed;
width: 70px;
height: 70px;
margin: 300px 0 0 -28px;
right: 20px;
bottom: 60px; } */
.report-methods{
display: flex;
justify-content: space-evenly;
align-items: center;
position: fixed;
width: 100%;
left: 0px;
height: 50px;
bottom: 45px;
}
.report-methods .report-method{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
height: 100%;
background: #56C1F9;
font-size: 18px;
color: white;
}
.report-action .menu-button {
border: 0;
outline: 0;
width: 100%;
height: 100%;
background: #56C1F9;
font-size: 18px;
color: white;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.report-action{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
left: 0px;
height: 50px;
bottom: 45px;
/* -webkit-border-radius: 50%;
border-radius: 50%; */
/* border: 0;
outline: 0; */
background: #56C1F9;
font-size: 24px;
color: white;
/* z-index: 2;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
-webkit-transition: all .3s;
transition: all .3s; */
}
/* .report-action .actions {
position: absolute;
list-style: none inside none;
margin: 0 0 0 0;
padding: 0;
width: auto;
float: left;
background-color: transparent;
top: 8px;
left: 15px;
z-index: 1;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%; }
.report-action .actions:hover {
cursor: pointer; }
.report-action .actions li {
position: absolute;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
margin: 0;
background: #212121;
color: #ffffff;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
background-color: #56C1F9; }
.report-action .actions li a {
background: inherit;
color: inherit;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 40px;
text-align: center; }
.report-action .actions li:pressed {
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
.report-action .menu-button.pressed {
-webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); }
.report-action .menu-button.pressed ~ .actions li {
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.report-action .menu-button.pressed ~ .actions li:nth-child(1) {
margin-top: -56px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(2) {
margin-top: -104px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(3) {
margin-top: -152px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(4) {
margin-top: -200px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(5) {
margin-top: -248px; }
.report-action .menu-button i {
-webkit-transition: all .3s;
transition: all .3s; }
.report-action .menu-button.pressed:not(.no-rotate) i {
-webkit-transform: scale(1.5) rotate(-45deg);
-ms-transform: scale(1.5) rotate(-45deg);
transform: scale(1.5) rotate(-45deg); } */
button.menu-button {
border: none; }
.info-wrapper {
margin-top: 60px;
font-size: 17px; }
.info-wrapper .report-title {
font-size: 30px;
font-weight: 200;
margin-top: 15px; }
.info-wrapper .report-title i {
font-size: 15px;
padding-bottom: 5px; }
.info-wrapper .report-date {
font-size: 14px;
margin-bottom: 5px;
color: rgba(131, 137, 169, 0.7); }
.info-wrapper .report-content {
font-size: 16px;
text-align: justify; }
.info-wrapper .report-tags {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.info-wrapper .report-tags .tag {
margin: 2.5px 0px;
margin-right: 5px; }
.info-wrapper .tags-input {
min-height: 50px;
margin-bottom: 15px; }
.faqs-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.faqs-wrapper .faqs-list {
list-style: none;
margin: 0px;
padding: 0px; }
.faqs-wrapper .faqs-list li.content {
text-align: justify; }
.faqs-wrapper .faqs-list .no-results {
text-align: center;
height: 80px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
color: rgba(0, 0, 0, 0.7); }
.faqs-wrapper .header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 250px; }
.faqs-wrapper .header h1 {
text-align: center;
font-size: 30px;
font-weight: 700;
width: 250px; }
.faqs-wrapper .header h1 .subtitle {
text-transform: uppercase;
display: block;
font-size: 20px; }
.faqs-wrapper .header .filter-box {
width: 200px; }
.faqs-wrapper .header .filter-box input {
-webkit-border-radius: 0px;
border-radius: 0px; }
.faqs-wrapper .header .filter-box #search-addon {
-webkit-border-radius: 0px;
border-radius: 0px;
cursor: pointer; }
.hatespeech-wrapper {
margin-top: 60px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.hatespeech-wrapper .hatespeech-encounter,
.hatespeech-wrapper .hatespeech-timeline {
padding: 10px; }
.hatespeech-wrapper .bar-container {
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;
margin: 5px 0px; }
.hatespeech-wrapper .bar-container .chart-label {
font-size: 15px;
font-weight: 700;
padding: 5px; }
.hatespeech-wrapper .bar-container .chart-bar {
background-color: #1565C0;
display: inline-block; }
.hatespeech-wrapper .bar-container .bar-percentage {
padding: 5px;
font-size: 13px;
font-weight: 700; }
.hatespeech-wrapper .bar-container .bar-0 {
width: 0%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-5 {
width: 5%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-10 {
width: 10%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-15 {
width: 15%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-20 {
width: 20%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-25 {
width: 25%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-30 {
width: 30%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-35 {
width: 35%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-40 {
width: 40%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-45 {
width: 45%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-50 {
width: 50%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-55 {
width: 55%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-60 {
width: 60%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-65 {
width: 65%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-70 {
width: 70%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-75 {
width: 75%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-80 {
width: 80%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-85 {
width: 85%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-90 {
width: 90%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-95 {
width: 95%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-100 {
width: 100%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-105 {
width: 105%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper h1 {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 0px;
margin: 0px; }
.hatespeech-wrapper .info {
margin: 0px;
margin-left: 10px;
padding: 5px 0px;
font-size: 15px;
border: #1565C0 2px solid; }
.hatespeech-wrapper .encountered {
text-align: center;
font-size: 50px;
margin-top: 0px;
padding: 0px; }
.hatespeech-wrapper .hatespeech-encounter .encountered i {
color: #1565C0; }
.hatespeech-wrapper .hatespeech-encounter .encountered i:nth-child(5) {
color: #56C1F9; }
.hatespeech-wrapper .attacked {
text-align: center;
font-size: 50px;
margin-top: 0px;
padding: 0px; }
.hatespeech-wrapper .hatespeech-encounter .attacked i {
color: #1565C0; }
.hatespeech-wrapper .hatespeech-encounter .attacked i:nth-child(4), .hatespeech-wrapper .hatespeech-encounter .attacked i:nth-child(5) {
color: #56C1F9; }
.hatespeech-wrapper .list-countries {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.hatespeech-wrapper .hate-country {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
margin: 10px 0px 5px 0px;
font-size: 18px; }
.hatespeech-wrapper .hate-country .country-name {
text-align: left; }
.hatespeech-wrapper .hate-country .first-country {
margin-right: 10px;
font-size: 50px;
text-align: left; }
.hatespeech-wrapper .hate-country .second-country {
margin-right: 10px;
font-size: 40px;
text-align: left; }
.hatespeech-wrapper .hate-country .third-country {
margin-right: 10px;
font-size: 30px;
text-align: left; }
.hatespeech-wrapper .categorized-chart {
text-align: left; }
.hatespeech-wrapper .categorized-chart .chart-label {
width: 80px;
font-size: 13px; }
.hatespeech-wrapper .daily-hatespeech {
background-color: #FFFFFF;
padding-bottom: 10px;
-webkit-box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px;
box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px; }
.hatespeech-wrapper .daily-hatespeech .hatespeech-count {
text-align: center;
font-size: 30px;
padding: 50px;
font-weight: 700;
background-image: url("../img/social-networks.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .olympics {
background-image: url("../img/olympics-rio.png");
background-position: -3px 95px;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .elections {
background-image: url("../img/us-elections.png");
background-position: 0px 90px;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .event {
border: #1565C0 2px solid;
-webkit-box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px;
box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-a .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-a .ct-point {
stroke: #1565C0 !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-b .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-b .ct-point {
stroke: #56C1F9 !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-c .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-c .ct-point {
stroke: #448AFF !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-label.ct-horizontal {
margin-top: 5px; }
.hatespeech-wrapper .hatespeech-events .event .ct-label.ct-vertical {
margin-left: 0px; }
.hatespeech-wrapper .hatespeech-events .event .ct-chart-line {
margin: 0px; }
.hatespeech-wrapper .hatespeech-events .event-title {
font-size: 18px;
background-color: #1565C0;
color: #FAFAF8;
padding: 10px; }
.hatespeech-wrapper .hatespeech-events .event-duration {
display: block;
font-size: 14px;
color: rgba(250, 250, 248, 0.5); }
.hatespeech-wrapper .hatespeech-events .event-stats {
padding: 0px 10px 10px 10px;
text-align: justify; }
.hatespeech-wrapper .hatespeech-events .hate-category-religion {
font-weight: 700;
color: #56C1F9;
font-style: italic; }
.hatespeech-wrapper .hatespeech-events .hate-category-ethnicity {
font-weight: 700;
color: #1565C0;
font-style: italic; }
.hatespeech-wrapper .hatespeech-events .hate-category-gender {
font-weight: 700;
color: #448AFF;
font-style: italic; }
.loading-container {
height: 100vh;
width: 100vw;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.loading-ball {
width: 10px;
height: 10px;
margin: 10px auto;
-webkit-border-radius: 50px;
border-radius: 50px; }
.loading-ball:nth-child(1) {
background: #1565C0;
-webkit-animation: right 1s infinite ease-in-out;
animation: right 1s infinite ease-in-out; }
.loading-ball:nth-child(2) {
background: #1E88E5;
-webkit-animation: left 1.1s infinite ease-in-out;
animation: left 1.1s infinite ease-in-out; }
.loading-ball:nth-child(3) {
background: #56C1F9;
-webkit-animation: right 1.05s infinite ease-in-out;
animation: right 1.05s infinite ease-in-out; }
.loading-ball:nth-child(4) {
background: #8389A9;
-webkit-animation: left 1.15s infinite ease-in-out;
animation: left 1.15s infinite ease-in-out; }
.loading-ball:nth-child(5) {
background: #2d3443;
-webkit-animation: right 1.1s infinite ease-in-out;
animation: right 1.1s infinite ease-in-out; }
.loading-ball:nth-child(6) {
background: #1565C0;
-webkit-animation: left 1.05s infinite ease-in-out;
animation: left 1.05s infinite ease-in-out; }
.loading-ball:nth-child(7) {
background: #1E88E5;
-webkit-animation: right 1s infinite ease-in-out;
animation: right 1s infinite ease-in-out; }
@-webkit-keyframes right {
0% {
-webkit-transform: translate(-15px); }
50% {
-webkit-transform: translate(15px); }
100% {
-webkit-transform: translate(-15px); } }
@-webkit-keyframes left {
0% {
-webkit-transform: translate(15px); }
50% {
-webkit-transform: translate(-15px); }
100% {
-webkit-transform: translate(15px); } }
@keyframes right {
0% {
-webkit-transform: translate(-15px);
transform: translate(-15px); }
50% {
-webkit-transform: translate(15px);
transform: translate(15px); }
100% {
-webkit-transform: translate(-15px);
transform: translate(-15px); } }
@keyframes left {
0% {
-webkit-transform: translate(15px);
transform: translate(15px); }
50% {
-webkit-transform: translate(-15px);
transform: translate(-15px); }
100% {
-webkit-transform: translate(15px);
transform: translate(15px); } }
.usage-wrapper {
margin-top: 70px;
font-size: 17px; }
.usage-wrapper .usage-list {
list-style-type: none;
padding: 0px;
margin: 0px; }
.usage-wrapper .usage-list hr {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #CDCDCD;
margin: 1em 0;
padding: 0; }
.usage-wrapper .usage-list .usage-item {
padding: 0px 10px;
cursor: pointer; }
.usage-wrapper .usage-list .usage-item .usage-content {
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; }
.usage-wrapper .usage-list .usage-item .usage-content .usage-logo i {
color: #1E88E5; }
.usage-wrapper .usage-list .usage-item .usage-content .usage-info {
padding: 0px 0px 0px 20px; }
.usage-wrapper .usage-list .usage-item .preview {
font-size: 15px;
color: rgba(0, 0, 0, 0.5); }
.settings-wrapper {
margin-top: 70px;
font-size: 17px; }
.settings-wrapper .settings-list {
list-style-type: none;
padding: 0px;
margin: 0px; }
.settings-wrapper .settings-list hr {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #CDCDCD;
margin: 1em 0;
padding: 0; }
.settings-wrapper .settings-list .settings-item {
padding: 0px 10px;
cursor: pointer; }
.settings-wrapper .settings-list .settings-item:hover + hr {
border-top: 1px solid #1565C0; }
.settings-wrapper .settings-list .settings-item .preview {
font-size: 15px;
color: rgba(0, 0, 0, 0.5); }
.settings-wrapper .settings-list .toggle-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.lang-wrapper {
margin: 52px 0px 60px 0px; }
.lang-container {
width: 100%; }
.lang-right {
float: right;
position: relative;
top: 5px; }
.lang-top {
margin-top: -1px; }
.lang-install-text {
display: none; }
.lang-text {
position: relative;
top: 5px; }
#lang-ul {
margin: 0 auto;
padding: 0;
overflow-y: hidden; }
#lang-ul li {
list-style: none;
padding: 10px 15px 10px 10px;
border-bottom: 1px solid #ddd;
width: 100%;
height: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
color: black; }
.delete-icon:before {
content: "\F00C";
color: #1565C0;
font-family: FontAwesome; }
.bootstrap-select .btn {
font-size: 20px; }
.toggle-btn {
width: 60px;
height: 30px;
margin: 10px;
-webkit-border-radius: 50px;
border-radius: 50px;
display: inline-block;
position: relative;
background-color: #8389A9;
cursor: pointer;
-webkit-transition: background-color 0.40s ease-in-out;
transition: background-color 0.40s ease-in-out;
cursor: pointer; }
.toggle-btn.active {
background-color: #1565C0; }
.toggle-btn.active .round-btn {
left: 32px; }
.toggle-btn .round-btn {
width: 25px;
height: 25px;
background-color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
position: absolute;
left: 3px;
top: 55%;
margin-top: -15px;
-webkit-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out; }
.toggle-btn .cb-value {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 9;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.hatespeech-feed-wrapper{
display: flex;
justify-content: space-between;
align-items: center;
}
.hatespeech-feed-wrapper .country-item{
height: 75px;
} | www/css/index.css | @import url("https://fonts.googleapis.com/css?family=Fredoka+One|Roboto:400,900");
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #E3F2FD;
font-family: 'Roboto'; }
.hatespeech-wrapper,
.settings-wrapper,
.report-wrapper,
.faqs-wrapper,
.info-wrapper,
.annotator-wrapper,
.hatespeech-feed-wrapper {
margin: 25px 0px 60px 0px; }
.list {
list-style: none;
margin: 0px;
padding: 0px; }
hr {
border-color: #E3F2FD;
border-style: solid none;
border-width: 1px 0;
margin: 18px 0; }
.swal2-title .float-report-url {
word-break: break-all !important;
white-space: pre-wrap !important;
overflow-wrap: break-word !important; }
.swal2-modal {
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
button.swal2-styled {
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
select.swal2-select {
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
border: solid 1px rgba(48, 60, 76, 0.5);
height: 40px !important;
font-size: 17px !important; }
.swal2-modal .swal2-validationerror {
margin-top: 15px !important; }
.navbar {
background-color: #1565C0;
border: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px; }
.navbar .navbar-toggle {
border: none; }
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color: #1565C0; }
.reports-edit-button.edit-mode {
color: rgba(227, 242, 253, 0.5); }
.back-button,
.settings-back-button,
.edit-back-button,
.reports-edit-button {
float: left;
padding: 6px 10px;
margin-left: 20px;
color: #E3F2FD;
font-size: 15px;
display: none; }
.back-button:hover,
.settings-back-button:hover,
.edit-back-button:hover,
.reports-edit-button:hover {
background-color: #1565C0; }
.back-button.active,
.settings-back-button.active,
.edit-back-button.active,
.reports-edit-button.active {
display: block; }
.report-url-button,
.reports-edit-button {
float: right;
padding: 3px 10px;
color: #E3F2FD;
font-size: 20px;
display: none; }
.report-url-button:hover,
.reports-edit-button:hover {
background-color: #1565C0; }
.report-url-button.active,
.reports-edit-button.active {
display: block; }
.navbar-fixed-top .col-xs-4 {
margin: 0px;
padding: 0px; }
.page-title {
text-align: center;
padding: 12px 0px;
color: #E3F2FD;
font-size: 18px;
font-family: 'Fredoka One'; }
.navbar-bottom {
background-color: #1565C0;
height: 45px; }
.navbar-bottom .container-fluid,
.navbar-bottom .row,
.navbar-bottom .col-xs-3 {
height: 100% !important;
padding: 0px;
margin: 0px; }
.navbar-bottom .tab-button {
height: 100%;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #E3F2FD; }
.navbar-bottom .tab-button:hover {
cursor: pointer; }
.navbar-bottom .tab-button.active {
background-color: #1E88E5; }
.report-wrapper {
margin-top: 60px; }
.mandola-option {
font-size: 25px !important; }
.list .report-item {
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;
margin: 10px 0px;
padding: 10px 10px;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
background-color: #FAFAF8;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
cursor: pointer; }
.list .report-item.edit-item {
background-color: #8389A9; }
.list .report-item:hover, .list .report-item:focus {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; }
.list .report-item .source-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #1565C0;
margin-right: 15px;
position: relative; }
.list .report-item .source-icon .report-browser {
position: absolute;
top: 4px;
left: 7px;
color: rgba(250, 250, 248, 0.7); }
.list .report-item .source-icon .report-image {
position: absolute;
top: 3px;
left: 4px;
color: rgba(250, 250, 248, 0.7); }
.list .report-item .report-info .report-title {
font-weight: bolder;
color: #303C4C; }
.list .report-item .report-info .report-content {
color: #303C4C; }
.list .report-item .report-info .report-date {
color: #8389A9; }
.list .host-item {
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;
margin: 10px 0px;
padding: 10px 10px;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
background-color: #FAFAF8;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
cursor: pointer; }
.list .host-item:hover, .list .host-item:focus {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px; }
.list .host-item .source-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #1565C0;
margin-right: 15px;
position: relative; }
.list .host-item .source-icon .report-browser {
position: absolute;
top: 4px;
left: 7px;
color: rgba(250, 250, 248, 0.7); }
.list .host-item .host-info .host-name {
font-weight: bolder;
color: #303C4C; }
.list .host-item .host-info .host-count {
color: #8389A9; }
.faded{
opacity: 0.55;
}
.sort-action {
display: inline-block;
position: fixed;
width: 70px;
height: 70px;
margin: 300px 0 0 -28px;
right: 20px;
bottom: 120px; }
.sort-action .sort-button {
position: fixed;
width: 70px;
height: 70px;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 0;
outline: 0;
background: #AB434E;
font-size: 24px;
color: white;
z-index: 2;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
-webkit-transition: all .3s;
transition: all .3s; }
.sort-action .actions {
position: absolute;
list-style: none inside none;
margin: 0 0 0 0;
padding: 0;
width: auto;
float: left;
background-color: transparent;
top: 8px;
left: 15px;
z-index: 1;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%; }
.sort-action .actions:hover {
cursor: pointer; }
.sort-action .actions li {
position: absolute;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
margin: 0;
background: #212121;
color: #ffffff;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
background-color: #AB434E; }
.sort-action .actions li a {
background: inherit;
color: inherit;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 40px;
text-align: center; }
.sort-action .actions li:pressed {
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
.sort-action .sort-button.pressed {
-webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); }
.sort-action .sort-button.pressed ~ .actions li {
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.sort-action .sort-button.pressed ~ .actions li:nth-child(1) {
margin-top: -56px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(2) {
margin-top: -104px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(3) {
margin-top: -152px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(4) {
margin-top: -200px; }
.sort-action .sort-button.pressed ~ .actions li:nth-child(5) {
margin-top: -248px; }
.sort-action .sort-button i {
-webkit-transition: all .3s;
transition: all .3s; }
.sort-action .sort-button.pressed:not(.no-rotate) i {
-webkit-transform: scale(1.5) rotate(-45deg);
-ms-transform: scale(1.5) rotate(-45deg);
transform: scale(1.5) rotate(-45deg); }
/* .report-action {
display: inline-block;
position: fixed;
width: 70px;
height: 70px;
margin: 300px 0 0 -28px;
right: 20px;
bottom: 60px; } */
.report-methods{
display: flex;
justify-content: space-evenly;
align-items: center;
position: fixed;
width: 100%;
left: 0px;
height: 50px;
bottom: 45px;
}
.report-methods .report-method{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
height: 100%;
background: #56C1F9;
font-size: 18px;
color: white;
}
.report-action .menu-button {
border: 0;
outline: 0;
width: 100%;
height: 100%;
background: #56C1F9;
font-size: 18px;
color: white;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.report-action{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
left: 0px;
height: 50px;
bottom: 45px;
/* -webkit-border-radius: 50%;
border-radius: 50%; */
/* border: 0;
outline: 0; */
background: #56C1F9;
font-size: 24px;
color: white;
/* z-index: 2;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
-webkit-transition: all .3s;
transition: all .3s; */
}
/* .report-action .actions {
position: absolute;
list-style: none inside none;
margin: 0 0 0 0;
padding: 0;
width: auto;
float: left;
background-color: transparent;
top: 8px;
left: 15px;
z-index: 1;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%; }
.report-action .actions:hover {
cursor: pointer; }
.report-action .actions li {
position: absolute;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
margin: 0;
background: #212121;
color: #ffffff;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
background-color: #56C1F9; }
.report-action .actions li a {
background: inherit;
color: inherit;
display: block;
width: 40px;
height: 40px;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 40px;
text-align: center; }
.report-action .actions li:pressed {
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
.report-action .menu-button.pressed {
-webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); }
.report-action .menu-button.pressed ~ .actions li {
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.report-action .menu-button.pressed ~ .actions li:nth-child(1) {
margin-top: -56px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(2) {
margin-top: -104px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(3) {
margin-top: -152px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(4) {
margin-top: -200px; }
.report-action .menu-button.pressed ~ .actions li:nth-child(5) {
margin-top: -248px; }
.report-action .menu-button i {
-webkit-transition: all .3s;
transition: all .3s; }
.report-action .menu-button.pressed:not(.no-rotate) i {
-webkit-transform: scale(1.5) rotate(-45deg);
-ms-transform: scale(1.5) rotate(-45deg);
transform: scale(1.5) rotate(-45deg); } */
button.menu-button {
border: none; }
.info-wrapper {
margin-top: 60px;
font-size: 17px; }
.info-wrapper .report-title {
font-size: 30px;
font-weight: 200;
margin-top: 15px; }
.info-wrapper .report-title i {
font-size: 15px;
padding-bottom: 5px; }
.info-wrapper .report-date {
font-size: 14px;
margin-bottom: 5px;
color: rgba(131, 137, 169, 0.7); }
.info-wrapper .report-content {
font-size: 16px;
text-align: justify; }
.info-wrapper .report-tags {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.info-wrapper .report-tags .tag {
margin: 2.5px 0px;
margin-right: 5px; }
.info-wrapper .tags-input {
min-height: 50px;
margin-bottom: 15px; }
.faqs-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.faqs-wrapper .faqs-list {
list-style: none;
margin: 0px;
padding: 0px; }
.faqs-wrapper .faqs-list li.content {
text-align: justify; }
.faqs-wrapper .faqs-list .no-results {
text-align: center;
height: 80px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
color: rgba(0, 0, 0, 0.7); }
.faqs-wrapper .header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 250px; }
.faqs-wrapper .header h1 {
text-align: center;
font-size: 30px;
font-weight: 700;
width: 250px; }
.faqs-wrapper .header h1 .subtitle {
text-transform: uppercase;
display: block;
font-size: 20px; }
.faqs-wrapper .header .filter-box {
width: 200px; }
.faqs-wrapper .header .filter-box input {
-webkit-border-radius: 0px;
border-radius: 0px; }
.faqs-wrapper .header .filter-box #search-addon {
-webkit-border-radius: 0px;
border-radius: 0px;
cursor: pointer; }
.hatespeech-wrapper {
margin-top: 60px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.hatespeech-wrapper .hatespeech-encounter,
.hatespeech-wrapper .hatespeech-timeline {
padding: 10px; }
.hatespeech-wrapper .bar-container {
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;
margin: 5px 0px; }
.hatespeech-wrapper .bar-container .chart-label {
font-size: 15px;
font-weight: 700;
padding: 5px; }
.hatespeech-wrapper .bar-container .chart-bar {
background-color: #1565C0;
display: inline-block; }
.hatespeech-wrapper .bar-container .bar-percentage {
padding: 5px;
font-size: 13px;
font-weight: 700; }
.hatespeech-wrapper .bar-container .bar-0 {
width: 0%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-5 {
width: 5%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-10 {
width: 10%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-15 {
width: 15%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-20 {
width: 20%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-25 {
width: 25%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-30 {
width: 30%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-35 {
width: 35%;
height: 20px;
background-color: #56C1F9; }
.hatespeech-wrapper .bar-container .bar-40 {
width: 40%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-45 {
width: 45%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-50 {
width: 50%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-55 {
width: 55%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-60 {
width: 60%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-65 {
width: 65%;
height: 20px;
background-color: rgba(21, 101, 192, 0.7); }
.hatespeech-wrapper .bar-container .bar-70 {
width: 70%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-75 {
width: 75%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-80 {
width: 80%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-85 {
width: 85%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-90 {
width: 90%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-95 {
width: 95%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-100 {
width: 100%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper .bar-container .bar-105 {
width: 105%;
height: 20px;
background-color: #1565C0; }
.hatespeech-wrapper h1 {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 0px;
margin: 0px; }
.hatespeech-wrapper .info {
margin: 0px;
margin-left: 10px;
padding: 5px 0px;
font-size: 15px;
border: #1565C0 2px solid; }
.hatespeech-wrapper .encountered {
text-align: center;
font-size: 50px;
margin-top: 0px;
padding: 0px; }
.hatespeech-wrapper .hatespeech-encounter .encountered i {
color: #1565C0; }
.hatespeech-wrapper .hatespeech-encounter .encountered i:nth-child(5) {
color: #56C1F9; }
.hatespeech-wrapper .attacked {
text-align: center;
font-size: 50px;
margin-top: 0px;
padding: 0px; }
.hatespeech-wrapper .hatespeech-encounter .attacked i {
color: #1565C0; }
.hatespeech-wrapper .hatespeech-encounter .attacked i:nth-child(4), .hatespeech-wrapper .hatespeech-encounter .attacked i:nth-child(5) {
color: #56C1F9; }
.hatespeech-wrapper .list-countries {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.hatespeech-wrapper .hate-country {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
margin: 10px 0px 5px 0px;
font-size: 18px; }
.hatespeech-wrapper .hate-country .country-name {
text-align: left; }
.hatespeech-wrapper .hate-country .first-country {
margin-right: 10px;
font-size: 50px;
text-align: left; }
.hatespeech-wrapper .hate-country .second-country {
margin-right: 10px;
font-size: 40px;
text-align: left; }
.hatespeech-wrapper .hate-country .third-country {
margin-right: 10px;
font-size: 30px;
text-align: left; }
.hatespeech-wrapper .categorized-chart {
text-align: left; }
.hatespeech-wrapper .categorized-chart .chart-label {
width: 80px;
font-size: 13px; }
.hatespeech-wrapper .daily-hatespeech {
background-color: #FFFFFF;
padding-bottom: 10px;
-webkit-box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px;
box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px; }
.hatespeech-wrapper .daily-hatespeech .hatespeech-count {
text-align: center;
font-size: 30px;
padding: 50px;
font-weight: 700;
background-image: url("../img/social-networks.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .olympics {
background-image: url("../img/olympics-rio.png");
background-position: -3px 95px;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .elections {
background-image: url("../img/us-elections.png");
background-position: 0px 90px;
background-size: contain;
background-repeat: no-repeat; }
.hatespeech-wrapper .hatespeech-events .event {
border: #1565C0 2px solid;
-webkit-box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px;
box-shadow: rgba(2, 2, 2, 0.3) 0px 2px 5px 2px; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-a .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-a .ct-point {
stroke: #1565C0 !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-b .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-b .ct-point {
stroke: #56C1F9 !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-series-c .ct-line,
.hatespeech-wrapper .hatespeech-events .event .ct-series-c .ct-point {
stroke: #448AFF !important; }
.hatespeech-wrapper .hatespeech-events .event .ct-label.ct-horizontal {
margin-top: 5px; }
.hatespeech-wrapper .hatespeech-events .event .ct-label.ct-vertical {
margin-left: 0px; }
.hatespeech-wrapper .hatespeech-events .event .ct-chart-line {
margin: 0px; }
.hatespeech-wrapper .hatespeech-events .event-title {
font-size: 18px;
background-color: #1565C0;
color: #FAFAF8;
padding: 10px; }
.hatespeech-wrapper .hatespeech-events .event-duration {
display: block;
font-size: 14px;
color: rgba(250, 250, 248, 0.5); }
.hatespeech-wrapper .hatespeech-events .event-stats {
padding: 0px 10px 10px 10px;
text-align: justify; }
.hatespeech-wrapper .hatespeech-events .hate-category-religion {
font-weight: 700;
color: #56C1F9;
font-style: italic; }
.hatespeech-wrapper .hatespeech-events .hate-category-ethnicity {
font-weight: 700;
color: #1565C0;
font-style: italic; }
.hatespeech-wrapper .hatespeech-events .hate-category-gender {
font-weight: 700;
color: #448AFF;
font-style: italic; }
.loading-container {
height: 100vh;
width: 100vw;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.loading-ball {
width: 10px;
height: 10px;
margin: 10px auto;
-webkit-border-radius: 50px;
border-radius: 50px; }
.loading-ball:nth-child(1) {
background: #1565C0;
-webkit-animation: right 1s infinite ease-in-out;
animation: right 1s infinite ease-in-out; }
.loading-ball:nth-child(2) {
background: #1E88E5;
-webkit-animation: left 1.1s infinite ease-in-out;
animation: left 1.1s infinite ease-in-out; }
.loading-ball:nth-child(3) {
background: #56C1F9;
-webkit-animation: right 1.05s infinite ease-in-out;
animation: right 1.05s infinite ease-in-out; }
.loading-ball:nth-child(4) {
background: #8389A9;
-webkit-animation: left 1.15s infinite ease-in-out;
animation: left 1.15s infinite ease-in-out; }
.loading-ball:nth-child(5) {
background: #2d3443;
-webkit-animation: right 1.1s infinite ease-in-out;
animation: right 1.1s infinite ease-in-out; }
.loading-ball:nth-child(6) {
background: #1565C0;
-webkit-animation: left 1.05s infinite ease-in-out;
animation: left 1.05s infinite ease-in-out; }
.loading-ball:nth-child(7) {
background: #1E88E5;
-webkit-animation: right 1s infinite ease-in-out;
animation: right 1s infinite ease-in-out; }
@-webkit-keyframes right {
0% {
-webkit-transform: translate(-15px); }
50% {
-webkit-transform: translate(15px); }
100% {
-webkit-transform: translate(-15px); } }
@-webkit-keyframes left {
0% {
-webkit-transform: translate(15px); }
50% {
-webkit-transform: translate(-15px); }
100% {
-webkit-transform: translate(15px); } }
@keyframes right {
0% {
-webkit-transform: translate(-15px);
transform: translate(-15px); }
50% {
-webkit-transform: translate(15px);
transform: translate(15px); }
100% {
-webkit-transform: translate(-15px);
transform: translate(-15px); } }
@keyframes left {
0% {
-webkit-transform: translate(15px);
transform: translate(15px); }
50% {
-webkit-transform: translate(-15px);
transform: translate(-15px); }
100% {
-webkit-transform: translate(15px);
transform: translate(15px); } }
.usage-wrapper {
margin-top: 70px;
font-size: 17px; }
.usage-wrapper .usage-list {
list-style-type: none;
padding: 0px;
margin: 0px; }
.usage-wrapper .usage-list hr {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #CDCDCD;
margin: 1em 0;
padding: 0; }
.usage-wrapper .usage-list .usage-item {
padding: 0px 10px;
cursor: pointer; }
.usage-wrapper .usage-list .usage-item .usage-content {
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; }
.usage-wrapper .usage-list .usage-item .usage-content .usage-logo i {
color: #1E88E5; }
.usage-wrapper .usage-list .usage-item .usage-content .usage-info {
padding: 0px 0px 0px 20px; }
.usage-wrapper .usage-list .usage-item .preview {
font-size: 15px;
color: rgba(0, 0, 0, 0.5); }
.settings-wrapper {
margin-top: 70px;
font-size: 17px; }
.settings-wrapper .settings-list {
list-style-type: none;
padding: 0px;
margin: 0px; }
.settings-wrapper .settings-list hr {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #CDCDCD;
margin: 1em 0;
padding: 0; }
.settings-wrapper .settings-list .settings-item {
padding: 0px 10px;
cursor: pointer; }
.settings-wrapper .settings-list .settings-item:hover + hr {
border-top: 1px solid #1565C0; }
.settings-wrapper .settings-list .settings-item .preview {
font-size: 15px;
color: rgba(0, 0, 0, 0.5); }
.settings-wrapper .settings-list .toggle-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.lang-wrapper {
margin: 52px 0px 60px 0px; }
.lang-container {
width: 100%; }
.lang-right {
float: right;
position: relative;
top: 5px; }
.lang-top {
margin-top: -1px; }
.lang-install-text {
display: none; }
.lang-text {
position: relative;
top: 5px; }
#lang-ul {
margin: 0 auto;
padding: 0;
overflow-y: hidden; }
#lang-ul li {
list-style: none;
padding: 10px 15px 10px 10px;
border-bottom: 1px solid #ddd;
width: 100%;
height: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
color: black; }
.delete-icon:before {
content: "\F00C";
color: #1565C0;
font-family: FontAwesome; }
.bootstrap-select .btn {
font-size: 20px; }
.toggle-btn {
width: 60px;
height: 30px;
margin: 10px;
-webkit-border-radius: 50px;
border-radius: 50px;
display: inline-block;
position: relative;
background-color: #8389A9;
cursor: pointer;
-webkit-transition: background-color 0.40s ease-in-out;
transition: background-color 0.40s ease-in-out;
cursor: pointer; }
.toggle-btn.active {
background-color: #1565C0; }
.toggle-btn.active .round-btn {
left: 32px; }
.toggle-btn .round-btn {
width: 25px;
height: 25px;
background-color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
position: absolute;
left: 3px;
top: 55%;
margin-top: -15px;
-webkit-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out; }
.toggle-btn .cb-value {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 9;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.hatespeech-feed-wrapper{
display: flex;
justify-content: space-between;
align-items: center;
}
.hatespeech-feed-wrapper .country-item{
height: 75px;
} | 0.260013 | 0.047338 |
@import url('fonts.css');
@import url('components/menu-button.css');
@import url('components/close-button.css');
@import url('components/navbar.css');
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Roboto', 'Helvetica', sans-serif;
box-sizing: border-box;
}
header a {
text-decoration: none;
}
header button {
background: transparent;
border: 0;
padding: 0;
}
/* MAIN CONTAINER */
.wrapper {
padding: 70px 50px 0 50px;
}
/* Header Styles */
header{
width: 100%;
height: 50px;
padding: 10px 20px;
color: #eee;
background: #232323;
z-index: 2;
box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
position: fixed;
top: 0;
left: 0;
}
header .greetings {
font-weight: bold;
}
header .account {
position: absolute;
right: 20px;
display: inline-flex;
}
header .account .username {
display: inline-flex;
line-height: 30px;
margin-right: 10px;
}
header .account .greetings {
margin-right: 10px;
}
header .account .profile-pic {
cursor: pointer;
width: 30px;
height: 30px;
}
header .account .menu {
position: fixed;
padding: 25px 0;
right: 10px;
top: 55px;
display: none;
box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
background: #eee;
color: #232323;
transition: height .3s ease-in-out;
}
header .account .menu:before {
content: '';
width: 0px;
height: 0px;
position: absolute;
border: 10px solid;
border-color: transparent transparent #eee transparent;
top: -20px;
right: 15px;
}
header .account .menu ul {
list-style: none;
padding: 0;
margin: 0;
}
header .account .menu li {
font-size: 20px;
padding: 5px 40px;
transition: all .3s ease-in-out;
}
header .account .menu li:hover:not(#logout) {
background: #ddd;
}
header .account .menu a {
color: #232323;
display: block;
}
header .logo{
color: #eee;
display: inline-flex;
cursor: pointer;
height: 30px;
line-height: 30px;
font-weight: bold;
font-size: 20px;
font-weight: 100;
}
.nav{
float: right;
margin: 0 15px;
margin: 0;
padding: 0;
}
.nav a{
height: 30px;
line-height: 30px;
display: inline-block;
border: 1px solid;
border-radius: 2px;
margin-right: 5px;
color: #eee;
font-size: 17px;
padding: 0 15px;
}
.nav a:last-child {
margin-right: 0;
}
.nav a:not(#signup):hover, .nav a:not(#signup):active, .nav a:not(#signup):focus{
background: #2b5a79;
}
header #signup {
background: #2b5a79;
}
#logout input{
color: #eee;
background: #2b5a79;
padding: 5px 10px;
border: none;
font-size: 20px;
border-radius: 3px;
cursor: pointer;
transition: background .3s ease-in-out, color .3s ease-in-out;
}
#logout input:hover {
background: #2b5a70;
}
@media screen and (max-width: 768px) {
.wrapper {
padding: 70px 20px 0 20px;
}
header .nav, header .account .username {
display: none !important;
}
} | assets/css/header.css | @import url('fonts.css');
@import url('components/menu-button.css');
@import url('components/close-button.css');
@import url('components/navbar.css');
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Roboto', 'Helvetica', sans-serif;
box-sizing: border-box;
}
header a {
text-decoration: none;
}
header button {
background: transparent;
border: 0;
padding: 0;
}
/* MAIN CONTAINER */
.wrapper {
padding: 70px 50px 0 50px;
}
/* Header Styles */
header{
width: 100%;
height: 50px;
padding: 10px 20px;
color: #eee;
background: #232323;
z-index: 2;
box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
position: fixed;
top: 0;
left: 0;
}
header .greetings {
font-weight: bold;
}
header .account {
position: absolute;
right: 20px;
display: inline-flex;
}
header .account .username {
display: inline-flex;
line-height: 30px;
margin-right: 10px;
}
header .account .greetings {
margin-right: 10px;
}
header .account .profile-pic {
cursor: pointer;
width: 30px;
height: 30px;
}
header .account .menu {
position: fixed;
padding: 25px 0;
right: 10px;
top: 55px;
display: none;
box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
background: #eee;
color: #232323;
transition: height .3s ease-in-out;
}
header .account .menu:before {
content: '';
width: 0px;
height: 0px;
position: absolute;
border: 10px solid;
border-color: transparent transparent #eee transparent;
top: -20px;
right: 15px;
}
header .account .menu ul {
list-style: none;
padding: 0;
margin: 0;
}
header .account .menu li {
font-size: 20px;
padding: 5px 40px;
transition: all .3s ease-in-out;
}
header .account .menu li:hover:not(#logout) {
background: #ddd;
}
header .account .menu a {
color: #232323;
display: block;
}
header .logo{
color: #eee;
display: inline-flex;
cursor: pointer;
height: 30px;
line-height: 30px;
font-weight: bold;
font-size: 20px;
font-weight: 100;
}
.nav{
float: right;
margin: 0 15px;
margin: 0;
padding: 0;
}
.nav a{
height: 30px;
line-height: 30px;
display: inline-block;
border: 1px solid;
border-radius: 2px;
margin-right: 5px;
color: #eee;
font-size: 17px;
padding: 0 15px;
}
.nav a:last-child {
margin-right: 0;
}
.nav a:not(#signup):hover, .nav a:not(#signup):active, .nav a:not(#signup):focus{
background: #2b5a79;
}
header #signup {
background: #2b5a79;
}
#logout input{
color: #eee;
background: #2b5a79;
padding: 5px 10px;
border: none;
font-size: 20px;
border-radius: 3px;
cursor: pointer;
transition: background .3s ease-in-out, color .3s ease-in-out;
}
#logout input:hover {
background: #2b5a70;
}
@media screen and (max-width: 768px) {
.wrapper {
padding: 70px 20px 0 20px;
}
header .nav, header .account .username {
display: none !important;
}
} | 0.154727 | 0.051368 |
.group_list{
width: 100%;
}
.group_list dt.inner_menu_item {
background-color: #d6d6d6;
border-bottom: 1px solid #ccc;
}
dt.inner_menu_item {
background-color: #d6d6d6;
border-bottom: 1px solid #ccc;
}
.inner_menu_link .num {
display: inline-block;
vertical-align: middle;
padding-left: 3px;
font-weight: 400;
font-style: normal;
color: #939393;
cursor: pointer;
}
.group_list .inner_menu_item.extra {
border-top: 1px solid #D3D3D3;
box-shadow: 0 1px 0 0 #F5F5F5 inset;
margin: 1em;
}
.inner_menu_item {
line-height: 32px;
position: relative;
}
.inner_menu_item .selected {
background-color: #f0f0f0;
}
a img,fieldset {
border: 0
}
a {
color: #2e7dc6;
text-decoration: none
}
a:hover {
text-decoration: underline
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
display: block
}
audio,canvas,video {
display: inline-block
}
audio:not ([controls] ){
display: none;
height: 0
}
[hidden] {
display: none
}
svg:not (:root ){
overflow: hidden
}
figure {
margin: 0
}
button,input,select,textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
*font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma
}
button,select {
text-transform: none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
cursor: pointer;
-webkit-appearance: button
}
button[disabled],html input[disabled] {
cursor: default
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0
}
input[type="search"] {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-appearance: textfield;
-webkit-box-sizing: content-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
}
.page {
width: 100%;
margin-left: auto;
margin-right: auto
}
.body {
width: 1000px;
margin-left: auto;
margin-right: auto
}
.col_main {
*overflow: hidden;
*zoom: 1
}
.body {
padding: 2.5em 0 3.5em
}
.foot {
padding: 24px 0;
color: #dadada;
text-align: center;
background-color: #727171
}
.container_box {
min-height: 650px;
*overflow: hidden;
*zoom: 1;
border: 1px solid #d3d3d3;
background-color: #fff;
box-shadow: 0 2px 2px 0 #e3e3e3;
-moz-box-shadow: 0 2px 2px 0 #e3e3e3;
-webkit-box-shadow: 0 2px 2px 0 #e3e3e3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.container_hd,.main_hd {
border-bottom: 1px solid #d3d3d3;
font-size: 14px;
color: #545454;
box-shadow: inset 0 1px 0 0 #fcfcfc;
-moz-box-shadow: inset 0 1px 0 0 #fcfcfc;
-webkit-box-shadow: inset 0 1px 0 0 #fcfcfc;
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3),
to(#e3e3e3) );
background-image: -webkit-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: -o-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: linear-gradient(to bottom, #f3f3f3 0, #e3e3e3 100%);
line-height: 36px;
height: 36px
}
.container_hd .info,.main_hd .info {
margin-top: -36px;
margin-right: 20px;
font-size: 14px;
text-align: right
}
.container_hd h2,.main_hd h2 {
font-weight: 400;
font-style: normal;
font-size: 14px;
padding-left: 20px;
padding-right: 20px
}
.container_hd .extra_info,.main_hd .extra_info {
margin-top: -36px;
padding-right: 20px;
text-align: right
}
.container_hd a,.main_hd a {
color: #2e7dc6
}
.inner_container_box {
*zoom: 1;
*overflow: hidden;
background-color: #fff;
border: 1px solid #d3d3d3;
box-shadow: 0 1px 1px 0 #e3e3e3;
-moz-box-shadow: 0 1px 1px 0 #e3e3e3;
-webkit-box-shadow: 0 1px 1px 0 #e3e3e3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.inner_container_box:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.inner_container_box .bd {
min-height: 530px
}
.inner_container_box.split {
border-width: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
.inner_container_box.split .bd {
border: 1px solid #d3d3d3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.col_main,.col_side {
display: table-cell;
vertical-align: top;
height: 650px;
*height: auto
}
.col_main {
width: 2000px;
*width: auto
}
.col_side {
width: 19%;
*width: 190px;
background-color: #f3f3f3
}
.col_side,.inner_side {
*padding-bottom: 9999em;
*margin-bottom: -9999em;
min-height: 1px
}
.inner_main {
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.inner_main:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.inner_side {
width: 185px
}
.col_side_primary {
width: 190px
}
.col_main_primary {
overflow: hidden;
*zoom: 1
}
.side_l .col_side {
*float: left;
border-right: 1px solid #d3d3d3
}
.side_l .col_side_primary {
float: left;
border-right: 1px solid #d3d3d3;
margin-right: -1px
}
.side_l .col_main_primary {
border-left: 1px solid #d3d3d3
}
.side_l.inner_container_box .inner_side {
float: left;
border-right: 1px solid #d3d3d3
}
.side_l.inner_container_box.split .inner_side {
margin-right: 14px;
border-right-width: 0
}
.side_r .col_side {
*float: right;
border-left: 1px solid #d3d3d3
}
.side_r .col_side_primary {
float: right;
border-left: 1px solid #d3d3d3;
margin-left: -1px
}
.side_r .col_main_primary {
border-right: 1px solid #d3d3d3
}
.side_r.inner_container_box .inner_side {
float: right;
border-left: 1px solid #d3d3d3
}
.side_r.inner_container_box.split .inner_side {
margin-left: 14px;
border-left-width: 0
}
.icon_menu {
width: 23px;
height: 23px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em
}
.icon_menu.manage {
background:
url("../img/base_z.png")
0 0 no-repeat
}
.icon_menu.function {
background:
url("../img/base_z.png")
0 -33px no-repeat
}
.icon_menu.statistics {
background:
url("../img/base_z.png")
0 -66px no-repeat
}
.icon_menu.service {
background:
url("../img/base_z.png")
0 -99px no-repeat
}
.icon_menu.setting {
background:
url("../img/base_z.png")
0 -132px no-repeat
}
.icon_menu.store {
background:
url("../img/base_z.png")
0 -165px no-repeat
}
.closed.selected .icon_menu.manage {
background:
url("../img/base_z.png")
0 -198px no-repeat
}
.closed.selected .icon_menu.function {
background:
url("../img/base_z.png")
0 -231px no-repeat
}
.closed.selected .icon_menu.statistics {
background:
url("../img/base_z.png")
0 -264px no-repeat
}
.closed.selected .icon_menu.service {
background:
url("../img/base_z.png")
0 -297px no-repeat
}
.closed.selected .icon_menu.setting {
background:
url("../img/base_z.png")
0 -330px no-repeat
}
.closed.selected .icon_menu.store {
background:
url("../img/base_z.png")
0 -363px no-repeat
}
.icon_menu_switch {
background:
url("../img/base_z.png")
0 -396px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block
}
.closed .icon_menu_switch {
background:
url("../img/base_z.png")
0 -422px no-repeat
}
.closed.selected .icon_menu_switch {
background:
url("../img/base_z.png")
0 -448px no-repeat
}
.menu_box {
margin-bottom: 150px
}
.menu.closed .menu_item {
display: none
}
.menu_title {
position: relative;
padding: 0 16px;
background-color: #f3f3f3;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
line-height: 40px
}
.menu_title .new {
margin-top: 3px;
margin-left: 3px
}
.menu_item {
background-color: #f3f3f3;
line-height: 31px
}
.menu_item a {
display: block;
padding: 0 36px 0 50px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #222
}
.menu_item a:hover {
text-decoration: none
}
.icon_menu {
margin-right: 10px
}
.icon_menu_switch {
position: absolute;
right: 16px;
top: 50%;
margin-top: -9px
}
.menu {
padding-bottom: 8px;
border-top: 1px solid #d1d1d1
}
.menu.no_extra {
border-top-width: 0
}
.menu.extra {
border-bottom: 1px solid #d1d1d1;
box-shadow: 0 1px 0 0 #fdfdfd;
-moz-box-shadow: 0 1px 0 0 #fdfdfd;
-webkit-box-shadow: 0 1px 0 0 #fdfdfd
}
.menu_title {
margin-bottom: 6px;
box-shadow: inset 0 1px 0 0 #fdfdfd;
-moz-box-shadow: inset 0 1px 0 0 #fdfdfd;
-webkit-box-shadow: inset 0 1px 0 0 #fdfdfd;
border-bottom: 1px solid #d1d1d1
}
.menu.closed {
padding-bottom: 0
}
.menu.closed .menu_title {
margin-bottom: 0;
border-bottom-width: 0
}
.menu.closed.selected {
margin-bottom: -1px
}
.menu.closed.selected .menu_title {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%);
border-bottom: 1px solid #549249;
color: #fff;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.menu.closed.selected .menu_title a {
color: #fff
}
.menu_item:hover {
background-color: #b5daaf
}
.menu_item.selected {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%);
border-bottom: 1px solid #549249;
color: #fff
}
.menu_item.selected a {
color: #fff
}
.menu_primary_box {
width: 190px
}
.menu_primary_item {
line-height: 32px
}
.menu_primary_item:hover {
background-color: #d6d6d6
}
.menu_primary_item.selected {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%)
}
.menu_primary_item.selected .menu_primary_link {
color: #fff
}
.menu_primary_item.sub .menu_primary_link strong {
margin-left: 28px
}
.menu_primary_link {
display: block;
color: #222
}
.menu_primary_link:hover {
text-decoration: none
}
.menu_primary_link strong {
display: block;
cursor: pointer;
margin: 0 14px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 400;
font-style: normal
}
.inner_menu_box.sorting .inner_menu_item {
background-color: #fff
}
.inner_menu_box.sorting .menu_opr {
display: block
}
.inner_menu_box.blue .inner_menu.dragging {
border: 2px solid #dae8f8
}
.inner_menu_box.blue .inner_menu.dragging dt.inner_menu_item {
background-color: #dae8f8
}
.inner_menu_box.blue .inner_menu_item:hover,.inner_menu_box.blue .inner_menu_item.selected
{
background-color: #dae8f8
}
.inner_menu_box.blue.sorting .inner_menu_item {
background-color: #fff
}
.inner_menu_box.blue.sorting .inner_menu_item.dragging {
background-color: #dae8f8
}
.inner_menu_box.with_switch .icon_dot {
position: absolute;
top: 50%;
left: 30px;
margin-top: -16px
}
.inner_menu_box.with_switch .icon_inner_menu_switch {
position: absolute;
left: 14px;
top: 50%;
margin-top: -2px;
display: inline-block;
width: 0;
height: 0;
border-width: 5px;
border-style: dashed;
border-color: transparent;
border-bottom-width: 0;
border-top-color: #aaa;
border-top-style: solid
}
.inner_menu_box.with_switch dt .inner_menu_link {
padding-left: 30px
}
.inner_menu_box.with_switch dd .inner_menu_link {
padding-left: 42px
}
.inner_menu {
border-top: 1px solid #ccc
}
.inner_menu:first-child {
border-top-width: 0
}
.inner_menu .menu_opr {
display: none;
position: absolute;
top: 0;
right: 1em
}
.inner_menu .menu_opr a {
display: inline-block;
margin-left: .5em;
margin-top: -0.2em
}
.inner_menu .menu_opr a.no_extra {
margin-left: 0
}
.inner_menu.no_extra {
border-top-width: 0
}
.inner_menu_item {
position: relative;
line-height: 32px
}
.inner_menu_item:hover,.inner_menu_item.selected {
background-color: #d6d6d6
}
.inner_menu_item:hover .menu_opr,.inner_menu_item.selected .menu_opr {
display: block
}
.inner_menu_item:hover a,.inner_menu_item.selected a {
text-decoration: none
}
.inner_menu_link {
display: block;
color: #222;
padding-left: 1em;
text-decoration: none
}
dd .inner_menu_link {
padding-left: 2em
}
.inner_menu_link strong {
display: inline-block;
margin-top: -2px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80px;
font-weight: 400;
font-style: normal;
vertical-align: middle;
cursor: pointer
}
.drag_placeholder {
margin: 8px;
height: 80px;
border: 1px dotted #ccc
}
.sub_drag_placeholder {
margin: 8px;
height: 32px;
border: 1px dotted #ccc
}
.links_item {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 0 1em;
line-height: 1em;
border-left: 1px solid #797979
}
.links_item.no_extra {
border-left-width: 0
}
.links_item a {
display: block;
color: #797979
}
.copyright {
display: inline-block;
*display: inline;
*zoom: 1
}
.ft.links {
display: inline-block;
*display: inline;
*zoom: 1;
margin-right: 2.5em
}
.ft .links_item {
border-left-color: #dadada
}
.ft .links_item a {
color: #dadada
}
.faq {
width: 190px;
margin-top: -50px;
text-align: center;
font-size: 0
}
.faq .links_item {
padding: 0 .5em;
font-size: 12px
}
.faq .links_item a:hover {
color: #2e7dc6
}
.faq .tail {
text-align: center;
color: #797979;
font-size: 12px;
line-height: 30px
}
.page_pay_qrcode .main_bd {
padding: 50px 80px
}
.page_appmsg_edit .main_bd {
padding: 30px 20px 0
}
.page_index .col_main {
padding: 16px
}
.page_tpl_edit .main_bd {
padding: 50px
}
.page_user .main_bd {
padding: 14px
}
.page_media_list .main_bd {
padding-bottom: 40px
}
.page_mass_list .main_bd {
padding-bottom: 40px
}
.icon_dot {
display: inline-block;
font-weight: 400;
font-style: normal;
vertical-align: middle;
font-size: 8px;
color: #aaa
}
.icon12_del {
display: inline-block;
text-decoration: none;
vertical-align: middle;
font-weight: 400;
font-style: normal;
cursor: pointer;
font-size: 12px;
color: #b3b3b3
}
.icon12_del:hover {
color: #545454
}
.icon_card_selected {
background:
url("../img/base_z.png")
0 -474px no-repeat;
width: 75px;
height: 60px;
vertical-align: middle;
display: inline-block
}
.icon_common.notices {
background:
url("../img/base_z.png")
0 -544px no-repeat;
width: 8px;
height: 8px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.inbox {
background:
url("../img/base_z.png")
0 -562px no-repeat;
width: 23px;
height: 23px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.new {
margin-top: 3px;
margin-left: 3px;
background:
url("../img/base_z.png")
0 -595px no-repeat;
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.beta {
margin-top: -5px;
margin-left: 3px;
background:
url("../img/base_z.png")
0 -614px no-repeat;
width: 25px;
height: 12px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_page_error {
background:
url("../img/base_z.png")
0 -636px no-repeat;
width: 141px;
height: 115px;
vertical-align: middle;
display: inline-block
}
.icon_verify {
width: 82px;
height: 30px;
vertical-align: middle;
display: inline-block
}
.icon_verify.waiting {
background:
url("../img/base_z.png")
0 -761px no-repeat
}
.icon_verify.fail {
background:
url("../img/base_z.png")
0 -801px no-repeat
}
.icon_verify_checked {
background:
url("../img/base_z.png")
0 -841px no-repeat;
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block
}
.icon_noie6 {
background:
url("../img/base_z.png")
0 -871px no-repeat;
width: 369px;
height: 390px;
vertical-align: middle;
display: inline-block
}
.icon_subscribe_label {
background:
url("../img/base_z.png")
0 -1271px no-repeat;
width: 38px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_service_label {
background:
url("../img/base_z.png")
0 -1297px no-repeat;
width: 38px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon32_loading {
width: 32px;
height: 32px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon32_loading.dark {
background: transparent
url(/mpres/htmledition/images/icon/common/icon32_loading_dark1c01ee.gif)
no-repeat 0 0
}
.icon32_loading.light {
background: transparent
url(/mpres/htmledition/images/icon/common/icon32_loading_light1c01ee.gif)
no-repeat 0 0
}
.icon14_common {
width: 14px;
height: 14px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon14_common.add_gray {
background:
url("../img/base_z.png")
0 -1323px no-repeat
}
.icon14_common.add_gray:hover {
background:
url("../img/base_z.png")
0 -1347px no-repeat
}
.icon14_common.edit_gray {
background:
url("../img/base_z.png")
0 -1371px no-repeat
}
.icon14_common.edit_gray:hover {
background:
url("../img/base_z.png")
0 -1395px no-repeat
}
.icon14_common.del_gray {
background:
url("../img/base_z.png")
0 -1419px no-repeat
}
.icon14_common.del_gray:hover {
background:
url("../img/base_z.png")
0 -1443px no-repeat
}
.icon14_common.sort_gray {
background:
url("../img/base_z.png")
0 -1467px no-repeat
}
.icon14_common.sort_gray:hover {
background:
url("../img/base_z.png")
0 -1491px no-repeat
}
.icon14_common.add_blue {
background:
url("../img/base_z.png")
0 -1515px no-repeat
}
.icon14_common.switch_gray {
background:
url("../img/base_z.png")
0 -1539px no-repeat
}
.icon14_common.switch_gray:hover {
background:
url("../img/base_z.png")
0 -1563px no-repeat
}
a:hover .icon14_common.switch_gray {
background:
url("../img/base_z.png")
0 -1587px no-repeat
}
.icon16_common {
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon16_common.close {
background:
url("../img/base_z.png")
0 -1611px no-repeat
}
.icon16_common.close:hover {
background:
url("../img/base_z.png")
0 -1637px no-repeat
}
.icon16_common.edit_gray {
background:
url("../img/base_z.png")
0 -1663px no-repeat
}
.icon16_common.del_gray {
background:
url("../img/base_z.png")
0 -1689px no-repeat
}
.icon16_common.enter_gray {
background:
url("../img/base_z.png")
0 -1715px no-repeat
}
.icon16_common.enter_gray.frm_input_append {
margin-top: -8px
}
.icon16_common.star_gray {
background:
url("../img/base_z.png")
0 -1741px no-repeat
}
.icon16_common.star_gray:hover {
background:
url("../img/base_z.png")
0 -1766px no-repeat
}
.icon16_common.star_blue {
background:
url("../img/base_z.png")
0 -1792px no-repeat
}
.icon16_common.star_orange {
background:
url("../img/base_z.png")
0 -1818px no-repeat
}
.icon16_common.star_orange:hover {
background:
url("../img/base_z.png")
0 -1844px no-repeat
}
.icon16_common.woman_orange {
background:
url("../img/base_z.png")
0 -1870px no-repeat
}
.icon16_common.man_blue {
background:
url("../img/base_z.png")
0 -1896px no-repeat
}
.icon16_common.reply_blue {
background:
url("../img/base_z.png")
0 -1922px no-repeat
}
.icon16_common.reply_blue:hover {
background:
url("../img/base_z.png")
0 -1948px no-repeat
}
.icon16_common.reply_gray {
background: transparent
url(/mpres/htmledition/images/icon/common/icon16_reply_gray.png?__sprite)
no-repeat 0 0
}
.icon16_common.reply_gray:hover {
background: transparent
url(/mpres/htmledition/images/icon/common/icon16_reply_gray_hl.png?__sprite)
no-repeat 0 0
}
.icon16_common.search_gray {
background:
url("../img/base_z.png")
0 -1974px no-repeat
}
.icon16_common.save_gray {
background:
url("../img/base_z.png")
0 -2000px no-repeat
}
.icon16_common.save_gray:hover {
background:
url("../img/base_z.png")
0 -2026px no-repeat
}
.icon18_common {
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon18_common.error {
background:
url("../img/base_z.png")
0 -2052px no-repeat
}
.icon18_common.add_blue {
background:
url("../img/base_z.png")
0 -2080px no-repeat
}
.selected .icon18_common.add_blue {
background:
url("../img/base_z.png")
0 -2108px no-repeat
}
.icon18_common.del_blue {
background:
url("../img/base_z.png")
0 -2136px no-repeat
}
.icon18_common.del_blue:hover {
background:
url("../img/base_z.png")
0 -2164px no-repeat
}
.icon18_common.del_gray {
background:
url("../img/base_z.png")
0 -2192px no-repeat
}
.icon18_common.del_gray:hover {
background:
url("../img/base_z.png")
0 -2220px no-repeat
}
a:hover .icon18_common.del_gray {
background:
url("../img/base_z.png")
0 -2248px no-repeat
}
.icon18_common.download_blue {
background:
url("../img/base_z.png")
0 -2276px no-repeat
}
.icon18_common.download_blue:hover {
background:
url("../img/base_z.png")
0 -2304px no-repeat
}
.icon18_common.upload_gray {
background:
url("../img/base_z.png")
0 -2332px no-repeat
}
.icon18_common.upload_gray:hover {
background:
url("../img/base_z.png")
0 -2360px no-repeat
}
.icon18_common.download_gray {
background:
url("../img/base_z.png")
0 -2388px no-repeat
}
.icon18_common.download_gray:hover {
background:
url("../img/base_z.png")
0 -2416px no-repeat
}
.icon18_common.download_gray_v1 {
background:
url("../img/base_z.png")
0 -2444px no-repeat
}
.icon18_common.download_gray_v1:hover {
background:
url("../img/base_z.png")
0 -2472px no-repeat
}
.icon18_common.edit_blue {
background:
url("../img/base_z.png")
0 -2500px no-repeat
}
.icon18_common.edit_blue:hover {
background:
url("../img/base_z.png")
0 -2528px no-repeat
}
.selected .icon18_common.edit_blue {
background:
url("../img/base_z.png")
0 -2556px no-repeat
}
.icon18_common.edit_gray {
background:
url("../img/base_z.png")
0 -2584px no-repeat
}
.icon18_common.edit_gray:hover {
background:
url("../img/base_z.png")
0 -2612px no-repeat
}
a:hover .icon18_common.edit_gray {
background:
url("../img/base_z.png")
0 -2640px no-repeat
}
.icon18_common.save_blue {
background:
url("../img/base_z.png")
0 -2668px no-repeat
}
.icon18_common.save_blue:hover {
background:
url("../img/base_z.png")
0 -2696px no-repeat
}
.icon20_common {
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon20_common.reply_gray {
background:
url("../img/base_z.png")
0 -2724px no-repeat
}
.icon20_common.reply_gray:hover {
background:
url("../img/base_z.png")
0 -2754px no-repeat
}
.icon20_common.speaker {
background:
url("../img/base_z.png")
0 -2784px no-repeat
}
.icon21_common {
width: 21px;
height: 21px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon21_common.error {
background:
url("../img/base_z.png")
0 -2810px no-repeat
}
.icon21_common.success {
background:
url("../img/base_z.png")
0 -2841px no-repeat
}
.icon21_common.waiting {
background:
url("../img/base_z.png")
0 -2872px no-repeat
}
.icon22_common {
width: 22px;
height: 22px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon22_common.checked {
background:
url("../img/base_z.png")
0 -2903px no-repeat
}
.icon22_common.error {
background:
url("../img/base_z.png")
0 -2935px no-repeat
}
.icon22_common.success {
background:
url("../img/base_z.png")
0 -2967px no-repeat
}
.icon22_common.fail {
background:
url("../img/base_z.png")
0 -2999px no-repeat
}
.icon24_common {
width: 24px;
height: 24px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon24_common.add_gray {
background:
url("../img/base_z.png")
0 -3031px no-repeat
}
.icon42_common {
width: 42px;
height: 42px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon42_common.add_gray {
background:
url("../img/base_z.png")
0 -3065px no-repeat
}
.icon28_common {
width: 28px;
height: 28px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon28_common.upload_blue {
background:
url("../img/base_z.png")
0 -3117px no-repeat
}
.page_tips {
position: fixed;
top: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 3
}
.page_tips .inner {
display: inline-block;
*display: inline;
*zoom: 1;
min-width: 250px;
padding: 5px 30px;
border-bottom-left-radius: 2px;
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
color: #fff
}
.page_tips.success .inner {
background-color: #6bb05e;
border: 1px solid #549249;
border-top-width: 0
}
.page_tips.error .inner {
background-color: #eaa000;
border: 1px solid #b98710;
border-top-width: 0
}
.pop_closed {
background:
url("../img/base_z.png")
0 -3155px no-repeat
}
.pop_closed:hover {
background:
url("../img/base_z.png")
0 -3181px no-repeat
}
.dialog_wrp {
position: fixed;
top: 50%;
left: 50%;
width: 720px;
z-index: 3
}
.dialog {
overflow: hidden;
background-color: #f3f3f3;
border: 1px solid #222;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.dialog .frm_label {
float: none;
display: block;
width: auto;
font-size: 16px;
margin-bottom: 1em
}
.dialog .frm_tips,.dialog .frm_msg {
width: auto
}
.dialog .frm_controls {
padding-left: 0
}
.dialog_hd {
position: relative;
padding: 0 20px;
line-height: 38px;
height: 38px;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
to(#e0e0e0) );
background-image: -webkit-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #f2f2f2 0, #e0e0e0 100%);
border-bottom: 1px solid #c2c2c2
}
.dialog_hd h3 {
color: #222
}
.dialog_hd .pop_closed {
position: absolute;
top: 14px;
right: 20px;
width: 16px;
height: 16px;
line-height: 999em;
overflow: hidden
}
.dialog_bd {
padding: 55px 45px
}
.simple .dialog_bd {
padding: 90px 0 110px;
text-align: center
}
.dialog_ft {
margin: 0 20px;
padding: 25px 0 50px;
text-align: center;
border-top: 1px solid #c8c8c8;
box-shadow: inset 0 1px 0 #fbfbfb;
-moz-box-shadow: inset 0 1px 0 #fbfbfb;
-webkit-box-shadow: inset 0 1px 0 #fbfbfb
}
.dialog_ft .btn {
margin-left: 1em;
margin-right: 1em
}
.simple_dialog_content {
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left;
width: 400px
}
.simple_dialog_content .frm_textarea_box,.simple_dialog_content .frm_input_box
{
display: block;
width: auto
}
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: alpha(opacity = 75);
-moz-opacity: .75;
-khtml-opacity: .75;
opacity: .75;
background-color: #000;
z-index: 2
}
.table_wrp.list {
padding: 20px
}
.table_wrp.list .table {
border-top-width: 0
}
.table_wrp.list .table_cell {
vertical-align: top;
padding-left: 20px;
padding-right: 20px
}
.table_wrp.list .tbody .table_cell {
padding-top: 15px;
padding-bottom: 15px
}
.table_wrp.with_border .table {
border: 1px solid #d3d3d3
}
.table {
width: 100%;
font-size: 14px;
background-color: #fff;
text-align: center;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #e6e6e6
}
.table_cell {
padding: 0;
font-weight: 400;
font-style: normal
}
.thead {
background-color: #f0f0f0
}
.thead .table_cell {
line-height: 32px;
border-left: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3
}
.thead .table_cell:first-child {
border-left-width: 0
}
.tbody tr:hover,.tbody tr.even {
background-color: #f3f3f3
}
.tbody tr.empty_item:hover {
background: 0
}
.tbody tr:first-child .table_cell {
border-top-width: 0
}
.tbody .table_cell {
padding: 1em 0;
border-top: 1px solid #e6e6e6
}
body {
min-width: 1000px;
}
.grid_line {
*zoom: 1
}
.grid_line:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.grid_item {
float: left
}
.grid_item.no_extra {
float: none;
width: auto;
overflow: hidden;
*zoom: 1;
*overflow: visible
}
.grid_item.no_extra_flex {
float: none;
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.grid_item.no_extra_flex:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.size1of1 {
width: 100%
}
.size1of2 {
width: 50%
}
.size1of3 {
width: 33.33%
}
.size1of4 {
width: 25%
}
.size1of5 {
width: 20%
}
.size1of6 {
width: 16.66%
}
.size1of7 {
width: 14.28%
}
.size1of8 {
width: 12.5%
}
.icon_radio {
background:
url("../img/base_z.png")
0 -3207px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em;
*margin-top: 0
}
.icon_radio.selected,.selected .icon_radio {
background:
url("../img/base_z.png")
0 -3233px no-repeat
}
.icon_checkbox {
background:
url("../img/base_z.png")
0 -3259px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em;
*margin-top: 0
}
.icon_checkbox.selected,.selected .icon_checkbox {
background:
url("../img/base_z.png")
0 -3285px no-repeat
}
.icon_checkbox.disabled,.disabled .icon_checkbox {
background:
url("../img/base_z.png")
0 -3311px no-repeat
}
.frm_tab {
overflow: hidden;
*zoom: 1
}
.frm_tab_navs {
*zoom: 1
}
.frm_tab_navs:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.frm_tab_nav {
float: left;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f0f0f0) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f0f0f0 100%);
border-color: #c3c3c3;
color: #000;
height: 30px;
line-height: 30px;
*line-height: 28px;
width: auto;
padding-left: 36px;
padding-right: 36px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
margin-right: -1px
}
.frm_tab_nav:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f8f8f8) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f8f8f8 100%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
color: #000
}
.frm_tab_nav button {
color: #000
}
.frm_tab_nav:hover {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.frm_tab_nav.selected {
background: 0;
background-color: #888;
border-color: #7b7b7b;
box-shadow: inset 0 3px 8px #555;
-moz-box-shadow: inset 0 3px 8px #555;
-webkit-box-shadow: inset 0 3px 8px #555;
color: #fff
}
.frm_tab_panel {
padding: 10px 0
}
.frm_tab_split {
position: relative;
margin-top: 20px;
border-bottom: 1px solid #b3b3b3;
box-shadow: 0 1px 0 0 #fff;
-moz-box-shadow: 0 1px 0 0 #fff;
-webkit-box-shadow: 0 1px 0 0 #fff
}
.frm_tab_split .arrow_stop {
position: relative
}
.frm_tab_split .arrow {
position: absolute;
left: 0;
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #b3b3b3;
border-bottom-style: solid
}
.frm_tab_split .arrow_out {
top: -12px;
border-bottom-color: #b3b3b3
}
.frm_tab_split .arrow_in {
top: -10px;
border-bottom-color: #fff
}
.frm_tab_split .arrow_extra {
top: -11px;
border-bottom-color: #fff
}
.frm_tab_tips {
padding-top: 4px;
color: #a3a3a3
}
.form_wrp.simple {
text-align: center
}
.form_wrp.simple .form {
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left
}
.form.tips_inline .frm_tips {
display: inline-block
}
.frm_fieldset {
padding-top: 25px;
padding-top: 0\9
}
.frm_fieldset.no_legend {
padding-top: 25px
}
.frm_legend {
display: block;
width: 100%;
*margin-left: -0.35em;
margin-bottom: 25px \9;
padding-bottom: 5px
}
.frm_desc {
color: #222
}
.frm_tips {
width: 300px;
padding-top: 4px;
color: #a3a3a3
}
.frm_msg {
display: none;
overflow: hidden;
*zoom: 1;
width: 300px
}
.frm_msg i {
float: left;
font-weight: 400;
font-style: normal;
margin-right: 3px
}
.frm_msg.success {
color: #7fba4f
}
.frm_msg.fail {
color: #b11516
}
.frm_control_group {
*zoom: 1;
padding-bottom: 25px
}
.frm_control_group:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.frm_control_group.show_value {
padding-bottom: 15px
}
.frm_control_group.show_value .frm_label {
margin-top: 0;
line-height: 30px
}
.frm_control_group.show_value .frm_input_box {
height: auto;
word-wrap: break-word;
word-break: break-all;
padding: 0;
border-width: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: 0
}
.frm_label {
float: left;
width: 5em;
margin-top: .3em;
margin-right: 1em;
font-size: 14px
}
.frm_controls {
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.frm_controls:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.frm_input,.frm_textarea {
width: 100%;
background-color: transparent;
border: 0;
outline: 0
}
.frm_input {
height: 22px;
*line-height: 22px;
margin: 4px 0
}
.frm_textarea {
height: 100px
}
.frm_input_box {
display: inline-block;
position: relative;
height: 30px;
line-height: 30px;
vertical-align: middle;
width: 278px;
font-size: 14px;
padding: 0 10px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff
}
.frm_input_box.search {
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px
}
.frm_input_box.append {
padding-right: 30px
}
.frm_input_box.append .frm_input_append {
position: absolute;
top: 50%;
right: .8em
}
.frm_input_box.append .frm_input_append.search_gray {
margin-top: -8px
}
.frm_input_box.prepend {
padding-left: 30px
}
.frm_input_box.prepend .frm_input_append {
position: absolute;
top: 50%;
left: .8em
}
.frm_input_box.prepend .frm_input_append.search_gray {
margin-top: -8px
}
.frm_input_box.vcode {
width: 157px
}
.frm_input_box.zone {
width: 72px;
margin-right: 5px
}
.frm_input_box.phone {
width: 175px
}
.frm_textarea_box {
display: inline-block;
width: 288px;
padding: 4px 0 4px 10px;
font-size: 14px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff
}
.disabled.frm_input_box,.disabled.frm_textarea_box {
background-color: #eee
}
.disabled .frm_input_box,.disabled .frm_textarea_box {
background-color: #eee
}
.focus.frm_input_box,.focus.frm_textarea_box,.focus.frm_select_box {
border-color: #4a9bdf;
box-shadow: 0 0 5px #aedcfa;
-moz-box-shadow: 0 0 5px #aedcfa;
-webkit-box-shadow: 0 0 5px #aedcfa
}
.focus.frm_select_box {
*border-color: transparent
}
.frm_radio,.frm_checkbox {
position: absolute;
left: -999em
}
.frm_radio_label,.frm_checkbox_label {
display: inline-block;
text-align: left;
cursor: pointer;
margin-right: 1em
}
.frm_radio_label.disabled,.frm_checkbox_label.disabled {
color: #999;
cursor: default
}
.icon_radio {
margin-right: 4px
}
.icon_checkbox {
margin-right: 4px
}
.frm_select_box {
display: inline-block;
position: relative;
vertical-align: middle;
width: 298px;
font-size: 14px;
padding: 4px 0;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff;
*background-color: transparent;
*border-color: transparent;
*padding-top: 0;
*padding-bottom: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.frm_select_box {
padding: 0
}
.frm_select_box:after {
content: " ";
position: absolute;
right: 15px;
top: 50%;
margin-top: -2px;
display: inline-block;
width: 0;
height: 0;
border-width: 4px;
border-style: dashed;
border-color: transparent;
border-bottom-width: 0;
border-top-color: #777;
border-top-style: solid
}
}
.frm_select_label {
*margin-top: -0.2em
}
.frm_select {
position: relative;
z-index: 1;
width: 100%;
height: 22px;
padding: 0 10px;
line-height: 22px;
background-color: transparent;
border: 0;
outline: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.frm_select {
-webkit-appearance: none;
height: 32px
}
}
.tab_navs {
*zoom: 1;
text-align: center;
line-height: 36px;
border-bottom: 1px solid #d3d3d3;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5)
}
.tab_navs:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.tab_nav {
float: left;
font-size: 14px
}
.tab_nav a {
display: block;
*height: 1%;
text-decoration: none;
color: #222;
outline: 0;
padding: 0 20px
}
.tab_nav.selected {
background-color: #fff
}
.mt .tab_nav a {
border-right: 1px solid #d3d3d3
}
.mt .tab_nav.selected {
border-top: 3px solid #70b213;
position: relative;
top: -1px
}
.mt .tab_nav.selected a {
position: relative;
background-color: #fff;
line-height: 35px;
margin-bottom: -2px
}
.mt .tab_nav.no_extra a {
border-right-width: 0
}
.title_tab .tab_nav a {
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5)
}
.title_tab .tab_nav.no_extra a {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.tips_box {
padding: 6px 15px;
background-color: #dbe9fb;
border: 1px solid #b1c7e2;
color: #666;
box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.disabled_box {
padding: .4em .8em;
font-size: 14px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #eee
}
.notices_box {
line-height: 40px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f3f3f3;
border: 1px solid #d3d3d3
}
.msg_box {
display: none;
line-height: 36px;
text-align: center
}
.msg_box .inner {
background-color: #d6e5f5
}
.msg_box a {
display: block;
color: #222
}
.article_box.inset {
border: 1px solid #cfcfcf;
background-color: #eee;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
height: 500px;
overflow-y: auto
}
.article_box.inset .inner {
padding-left: 50px;
padding-right: 50px
}
.article_box .inner {
padding: 40px 80px
}
.article_box h3 {
text-align: center;
font-size: 22px
}
.article_box h4 {
padding-bottom: 14px;
font-weight: 700;
font-size: 16px
}
.article_box h5 {
padding-bottom: 14px;
font-weight: 700;
font-size: 16px
}
.article_box h6 {
padding-bottom: 14px;
font-weight: 700;
font-size: 14px
}
.article_box dl,.article_box li,.article_box p {
padding-bottom: 14px;
font-size: 14px
}
.article_box pre {
white-space: pre-wrap
}
.article_box strong {
font-weight: 400;
font-style: normal
}
.article_box .media {
text-align: center;
padding-bottom: 28px
}
.article_box .media img {
max-width: 100%
}
.article_box .img_wrp {
display: inline-block;
max-width: 750px
}
.article_box .img_wrp img {
width: 100%
}
.article_box .sign,.article_box .company_sign {
padding-top: 4em;
text-align: right
}
.article_box .sign.strong,.article_box .company_sign.strong {
font-weight: 700;
font-size: 16px
}
.article_box .no_extra {
padding-bottom: 0
}
.vm_box {
display: inline-block;
height: 100%;
vertical-align: middle
}
.empty_tips {
padding: 100px 0;
text-align: center;
font-size: 14px;
color: #a3a3a3
}
.mini_tips i {
margin-top: -0.2em;
margin-right: 3px
}
.mod_hd,mod_ft {
*zoom: 1
}
.mod_hd:after,mod_ft:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.mod_info {
float: left
}
.mod_opr {
text-align: right
}
.mod_opr .btn {
margin-top: -0.2em
}
.status_tips {
color: #b11516
}
.status_tips i {
font-weight: 400;
font-style: normal;
margin-right: 3px
}
.status_tips.success {
color: #7fba4f
}
.tips_box_tl {
padding: 6px 15px;
background-color: #dbe9fb;
border: 1px solid #b1c7e2;
color: #666;
box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-align: left
}
.news_box.inset {
border: 1px solid #cfcfcf;
background-color: #eee;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
word-wrap: break-word;
word-break: break-all;
height: 500px;
overflow-y: auto
}
.news_box.inset .inner {
padding-left: 50px;
padding-right: 50px
}
.news_box .inner {
padding: 40px 80px
}
.news_box pre {
white-space: pre-wrap
}
.news_box h3 {
padding-bottom: 1em;
text-align: center;
font-size: 22px
}
.news_box h4 {
padding-bottom: 1em;
font-weight: 700;
font-size: 16px
}
.news_box h5 {
padding-bottom: 1em;
font-weight: 700;
font-size: 16px
}
.news_box h6 {
padding-bottom: 1em;
font-weight: 700;
font-size: 14px
}
.news_box li,.news_box p,.news_box .table_wrp {
padding-bottom: 1em;
font-size: 14px
}
.news_box strong {
font-weight: 400;
font-style: normal
}
.news_box .em_text {
font-weight: 700
}
.news_box .media {
text-align: center;
padding-bottom: 2em
}
.news_box .img_wrp {
display: inline-block;
max-width: 750px
}
.news_box .img_wrp img {
width: 100%;
*width: auto;
*max-width: 100%;
vertical-align: top
}
.news_box .sign,.news_box .company_sign {
padding-top: 4em;
text-align: right
}
.news_box .sign.strong,.news_box .company_sign.strong {
font-weight: 700;
font-size: 16px
}
.news_box .no_extra {
padding-bottom: 0
}
.tool_bar {
*zoom: 1;
margin-top: 40px;
padding-top: 25px
}
.tool_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.tool_bar .btn {
margin-right: 1em
}
.tool_bar.with_form {
margin-top: 15px
}
.tool_bar.border {
border-top: 1px solid #e6e6e6;
box-shadow: inset 0 1px 0 #fbfbfb;
-moz-box-shadow: inset 0 1px 0 #fbfbfb;
-webkit-box-shadow: inset 0 1px 0 #fbfbfb
}
.tool_bar.tc .btn {
margin-left: .5em;
margin-right: .5em
}
.tool_bar.tr .btn {
margin-left: 1em;
margin-right: 0
}
.tool_area {
*zoom: 1
}
.tool_area:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.title_bar {
*zoom: 1
}
.title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.title_bar .info {
float: left
}
.title_bar .opr {
float: right
}
.parent_title_bar {
*zoom: 1;
line-height: 35px;
border-bottom: 2px solid #cfcfcf
}
.parent_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.parent_title_bar h3 {
font-size: 16px;
font-weight: 400;
font-style: normal
}
.sub_title_bar {
*zoom: 1;
line-height: 38px;
padding: 0 20px
}
.sub_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.sub_title_bar .info {
float: left
}
.sub_title_bar .opr {
float: right
}
.sub_title_bar h3 {
font-weight: 400;
font-style: normal;
font-size: 14px
}
.sub_title_bar h4 {
float: left;
font-weight: 400;
font-style: normal;
font-size: 14px
}
.tool_bar {
padding-bottom: 50px
}
.tool_bar.simple_gap {
margin-left: 20px;
margin-bottom: 20px
}
.title_bar {
padding: 0 20px;
background-color: #ececec;
background-image: -moz-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4),
to(#e6e6e6) );
background-image: -webkit-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: -o-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: linear-gradient(to bottom, #f4f4f4 0, #e6e6e6 100%);
border-bottom: 1px solid #c6c6c6;
box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
-webkit-box-shadow: 0 1px 2px #ccc;
line-height: 40px
}
.title_bar h3 {
font-size: 14px;
font-weight: 400;
font-style: normal
}
.global_title_bar {
*zoom: 1;
background-color: #f0f0f0;
background-image: -moz-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7),
to(#ececec) );
background-image: -webkit-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: -o-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: linear-gradient(to bottom, #f7f7f7 0, #ececec 100%);
box-shadow: 0 2px 4px #d0d0d0;
-moz-box-shadow: 0 2px 4px #d0d0d0;
-webkit-box-shadow: 0 2px 4px #d0d0d0;
font-size: 16px;
border-bottom: 1px solid #c0c0c0
}
.global_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.global_title_bar .info {
float: left
}
.global_title_bar .opr {
float: right
}
.sub_title_bar.default {
background-color: #e1e1e1;
border-bottom: 1px solid #c4c4c4
}
.sub_title_bar.light {
background-color: #f3f3f3;
border-bottom: 1px solid #cfcfcf
}
.sub_title_bar.white {
background-color: #fff;
border-bottom: 1px solid #cfcfcf;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}
.sub_title_bar.in_dialog {
background-color: #f3f3f3;
border-bottom: 1px solid #c3c3c3;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)
}
.sub_title_bar.dark {
background-color: #dfdfdf;
background-image: -moz-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf),
to(#dfdfdf) );
background-image: -webkit-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: -o-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: linear-gradient(to bottom, #dfdfdf 0, #dfdfdf 100%);
border-bottom: 1px solid #bebebe;
box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd;
-moz-box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd;
-webkit-box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd
}
.sub_title_bar.global {
padding: 0;
font-size: 16px
}
.sub_title_bar.no_extra {
background: 0;
border-bottom-width: 0;
line-height: normal;
padding: 0
}
.tool_area {
padding: 0 20px
}
button.btn {
height: 32px;
line-height: 28px
}
.btn button {
display: block;
height: 100%;
background-color: transparent;
border: 0;
outline: 0;
overflow: visible;
padding: 0 36px
}
.btn.btn_input {
padding: 0
}
.btn.btn_input.btn_vcode {
margin-left: 5px
}
.btn.btn_input.btn_vcode button {
width: 110px;
padding: 0
}
.btn.btn_vcode {
padding: 0;
width: 110px;
margin-left: 5px
}
.btn {
display: inline-block;
overflow: visible;
padding: 0 36px;
height: 30px;
line-height: 30px;
*line-height: 28px;
vertical-align: middle;
text-align: center;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 14px;
border-width: 1px;
border-style: solid;
cursor: pointer
}
.btn:hover {
text-decoration: none
}
.btn.btn_mini {
height: 21px;
line-height: 21px;
*line-height: 19px;
padding: 0 10px
}
.btn.btn_small {
height: 25px;
line-height: 25px;
*line-height: 23px;
padding: 0 12px
}
.btn.btn_large {
height: 38px;
line-height: 38px;
*line-height: 36px;
padding: 0 70px
}
.btn.btn_p20 {
padding: 0 20px
}
.btn.btn_p30 {
padding: 0 30px
}
.btn.btn_w125 {
width: 125px;
padding: 0
}
.btn.btn_w150 {
width: 150px;
padding: 0
}
.btn.btn_w220 {
width: 220px;
padding: 0
}
.btn_primary {
background-color: #5aaa4b;
background-image: -moz-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60b452),
to(#56a447) );
background-image: -webkit-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: -o-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: linear-gradient(to bottom, #60b452 0, #56a447 100%);
border-color: #3d810c;
color: #fff
}
.btn_primary:hover {
background-color: #53a046;
background-image: -moz-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aab4d),
to(#4f9841) );
background-image: -webkit-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: -o-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: linear-gradient(to bottom, #5aab4d 0, #4f9841 100%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: #fff
}
.btn_primary button {
color: #fff
}
.btn_default {
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f0f0f0) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f0f0f0 100%);
border-color: #c3c3c3;
color: #000
}
.btn_default:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f8f8f8) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f8f8f8 100%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
color: #000
}
.btn_default button {
color: #000
}
.btn_disabled {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
border-color: #cacaca;
color: #eee;
cursor: default
}
.btn_disabled:hover {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
color: #eee
}
.btn_disabled button {
color: #eee;
cursor: default
}
.btn_loading {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
border-color: #cacaca;
color: #eee;
cursor: default;
position: relative;
padding-left: 42px;
padding-right: 30px
}
.btn_loading:hover {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
color: #eee
}
.btn_loading button {
color: #eee;
cursor: default
}
.btn_loading button {
position: relative;
padding-left: 42px;
padding-right: 30px
}
.btn_loading i {
position: absolute;
top: 50%;
left: 16px;
margin-top: -8px;
background: transparent
url(/mpres/htmledition/common/images/icon/common/icon16_loading_light1c01ee.gif)
no-repeat 0 0;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block
}
.icon_msg {
width: 56px;
height: 56px;
vertical-align: middle;
display: inline-block
}
.icon_msg.success {
background:
url("../img/base_z.png")
0 -3337px no-repeat
}
.icon_msg.warn {
background:
url("../img/base_z.png")
0 -3403px no-repeat
}
.icon_msg.error {
background:
url("../img/base_z.png")
0 -3469px no-repeat
}
.icon_msg.mail {
background:
url("../img/base_z.png")
0 -3535px no-repeat
}
.icon_msg.waiting {
background:
url("../img/base_z.png")
0 -3601px no-repeat
}
.icon_msg.attention {
background: transparent
url(/mpres/htmledition/common/images/icon/msg/icon_msg_attention.png?__sprite)
no-repeat 0 0
}
.icon37_msg {
width: 37px;
height: 37px;
vertical-align: middle;
display: inline-block
}
.icon37_msg.success {
background:
url("../img/base_z.png")
0 -3667px no-repeat
}
.icon37_msg.warn {
background:
url("../img/base_z.png")
0 -3714px no-repeat
}
.icon37_msg.attention {
background:
url("../img/base_z.png")
0 -3761px no-repeat
}
.icon37_msg.error {
background:
url("../img/base_z.png")
0 -3808px no-repeat
}
.icon37_msg.mail {
background:
url("../img/base_z.png")
0 -3855px no-repeat
}
.icon37_msg.waiting {
background:
url("../img/base_z.png")
0 -3902px no-repeat
}
.icon18_msg {
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block
}
.icon18_msg.success {
background:
url("../img/base_z.png")
0 -3949px no-repeat
}
.icon18_msg.warn {
background:
url("../img/base_z.png")
0 -3977px no-repeat
}
.icon18_msg.error {
background:
url("../img/base_z.png")
0 -4005px no-repeat
}
.icon18_msg.info {
background:
url("../img/base_z.png")
0 -4033px no-repeat
}
.icon18_msg.waiting {
background:
url("../img/base_z.png")
0 -4061px no-repeat
}
.page_msg .inner {
position: relative;
*zoom: 1;
background-color: #e0eaf6;
border: 1px solid #b1c4da;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.page_msg .inner:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.page_msg .msg_icon_wrp,.page_msg .msg_icon_wrapper {
float: left;
margin-right: 10px;
font-size: 0
}
.page_msg .msg_content {
overflow: hidden;
*zoom: 1;
padding-top: 5px
}
.page_msg .msg_opr {
display: none;
position: absolute;
right: 10px;
top: 50%;
margin-top: -10px
}
.page_msg h4 {
font-size: 16px;
font-weight: 700
}
.page_msg p {
font-size: 14px;
color: #7b7b7b
}
.page_msg .spacing {
padding: .5em 0 2em
}
.page_msg.large .inner {
padding: 12px 70px
}
.page_msg.small .inner {
padding: 10px 40px 10px 10px
}
.page_msg.mini .inner {
padding: 8px 20px
}
.page_msg.mini .msg_icon_wrp {
margin-top: 3px
}
.page_msg.mini .msg_content {
padding-top: 0
}
.page_msg.single_line .msg_content {
padding-top: 15px
}
.page_msg.default .inner {
background-color: transparent;
border: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.page_msg.simple {
text-align: center
}
.page_msg.simple .inner {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left
}
.popover {
width: 300px;
position: relative;
padding-top: 12px;
z-index: 99
}
.popover .popover_inner {
border: 1px solid #d3d3d3;
padding: 30px 25px;
background-color: #ebebeb;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5)
}
.popover .popover_bar {
text-align: center;
margin-top: 20px
}
.popover .popover_bar .btn {
padding: 0 2em
}
.popover .arrow {
position: absolute;
left: 138px
}
.popover .arrow_out {
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #d3d3d3;
border-bottom-style: solid;
top: 0
}
.popover .arrow_in {
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #ebebeb;
border-bottom-style: solid;
top: 1px
} | src/main/webapp/static/css/user.css | .group_list{
width: 100%;
}
.group_list dt.inner_menu_item {
background-color: #d6d6d6;
border-bottom: 1px solid #ccc;
}
dt.inner_menu_item {
background-color: #d6d6d6;
border-bottom: 1px solid #ccc;
}
.inner_menu_link .num {
display: inline-block;
vertical-align: middle;
padding-left: 3px;
font-weight: 400;
font-style: normal;
color: #939393;
cursor: pointer;
}
.group_list .inner_menu_item.extra {
border-top: 1px solid #D3D3D3;
box-shadow: 0 1px 0 0 #F5F5F5 inset;
margin: 1em;
}
.inner_menu_item {
line-height: 32px;
position: relative;
}
.inner_menu_item .selected {
background-color: #f0f0f0;
}
a img,fieldset {
border: 0
}
a {
color: #2e7dc6;
text-decoration: none
}
a:hover {
text-decoration: underline
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
display: block
}
audio,canvas,video {
display: inline-block
}
audio:not ([controls] ){
display: none;
height: 0
}
[hidden] {
display: none
}
svg:not (:root ){
overflow: hidden
}
figure {
margin: 0
}
button,input,select,textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
*font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma
}
button,select {
text-transform: none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
cursor: pointer;
-webkit-appearance: button
}
button[disabled],html input[disabled] {
cursor: default
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0
}
input[type="search"] {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-appearance: textfield;
-webkit-box-sizing: content-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
}
.page {
width: 100%;
margin-left: auto;
margin-right: auto
}
.body {
width: 1000px;
margin-left: auto;
margin-right: auto
}
.col_main {
*overflow: hidden;
*zoom: 1
}
.body {
padding: 2.5em 0 3.5em
}
.foot {
padding: 24px 0;
color: #dadada;
text-align: center;
background-color: #727171
}
.container_box {
min-height: 650px;
*overflow: hidden;
*zoom: 1;
border: 1px solid #d3d3d3;
background-color: #fff;
box-shadow: 0 2px 2px 0 #e3e3e3;
-moz-box-shadow: 0 2px 2px 0 #e3e3e3;
-webkit-box-shadow: 0 2px 2px 0 #e3e3e3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.container_hd,.main_hd {
border-bottom: 1px solid #d3d3d3;
font-size: 14px;
color: #545454;
box-shadow: inset 0 1px 0 0 #fcfcfc;
-moz-box-shadow: inset 0 1px 0 0 #fcfcfc;
-webkit-box-shadow: inset 0 1px 0 0 #fcfcfc;
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3),
to(#e3e3e3) );
background-image: -webkit-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: -o-linear-gradient(top, #f3f3f3 0, #e3e3e3 100%);
background-image: linear-gradient(to bottom, #f3f3f3 0, #e3e3e3 100%);
line-height: 36px;
height: 36px
}
.container_hd .info,.main_hd .info {
margin-top: -36px;
margin-right: 20px;
font-size: 14px;
text-align: right
}
.container_hd h2,.main_hd h2 {
font-weight: 400;
font-style: normal;
font-size: 14px;
padding-left: 20px;
padding-right: 20px
}
.container_hd .extra_info,.main_hd .extra_info {
margin-top: -36px;
padding-right: 20px;
text-align: right
}
.container_hd a,.main_hd a {
color: #2e7dc6
}
.inner_container_box {
*zoom: 1;
*overflow: hidden;
background-color: #fff;
border: 1px solid #d3d3d3;
box-shadow: 0 1px 1px 0 #e3e3e3;
-moz-box-shadow: 0 1px 1px 0 #e3e3e3;
-webkit-box-shadow: 0 1px 1px 0 #e3e3e3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.inner_container_box:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.inner_container_box .bd {
min-height: 530px
}
.inner_container_box.split {
border-width: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
.inner_container_box.split .bd {
border: 1px solid #d3d3d3;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.col_main,.col_side {
display: table-cell;
vertical-align: top;
height: 650px;
*height: auto
}
.col_main {
width: 2000px;
*width: auto
}
.col_side {
width: 19%;
*width: 190px;
background-color: #f3f3f3
}
.col_side,.inner_side {
*padding-bottom: 9999em;
*margin-bottom: -9999em;
min-height: 1px
}
.inner_main {
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.inner_main:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.inner_side {
width: 185px
}
.col_side_primary {
width: 190px
}
.col_main_primary {
overflow: hidden;
*zoom: 1
}
.side_l .col_side {
*float: left;
border-right: 1px solid #d3d3d3
}
.side_l .col_side_primary {
float: left;
border-right: 1px solid #d3d3d3;
margin-right: -1px
}
.side_l .col_main_primary {
border-left: 1px solid #d3d3d3
}
.side_l.inner_container_box .inner_side {
float: left;
border-right: 1px solid #d3d3d3
}
.side_l.inner_container_box.split .inner_side {
margin-right: 14px;
border-right-width: 0
}
.side_r .col_side {
*float: right;
border-left: 1px solid #d3d3d3
}
.side_r .col_side_primary {
float: right;
border-left: 1px solid #d3d3d3;
margin-left: -1px
}
.side_r .col_main_primary {
border-right: 1px solid #d3d3d3
}
.side_r.inner_container_box .inner_side {
float: right;
border-left: 1px solid #d3d3d3
}
.side_r.inner_container_box.split .inner_side {
margin-left: 14px;
border-left-width: 0
}
.icon_menu {
width: 23px;
height: 23px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em
}
.icon_menu.manage {
background:
url("../img/base_z.png")
0 0 no-repeat
}
.icon_menu.function {
background:
url("../img/base_z.png")
0 -33px no-repeat
}
.icon_menu.statistics {
background:
url("../img/base_z.png")
0 -66px no-repeat
}
.icon_menu.service {
background:
url("../img/base_z.png")
0 -99px no-repeat
}
.icon_menu.setting {
background:
url("../img/base_z.png")
0 -132px no-repeat
}
.icon_menu.store {
background:
url("../img/base_z.png")
0 -165px no-repeat
}
.closed.selected .icon_menu.manage {
background:
url("../img/base_z.png")
0 -198px no-repeat
}
.closed.selected .icon_menu.function {
background:
url("../img/base_z.png")
0 -231px no-repeat
}
.closed.selected .icon_menu.statistics {
background:
url("../img/base_z.png")
0 -264px no-repeat
}
.closed.selected .icon_menu.service {
background:
url("../img/base_z.png")
0 -297px no-repeat
}
.closed.selected .icon_menu.setting {
background:
url("../img/base_z.png")
0 -330px no-repeat
}
.closed.selected .icon_menu.store {
background:
url("../img/base_z.png")
0 -363px no-repeat
}
.icon_menu_switch {
background:
url("../img/base_z.png")
0 -396px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block
}
.closed .icon_menu_switch {
background:
url("../img/base_z.png")
0 -422px no-repeat
}
.closed.selected .icon_menu_switch {
background:
url("../img/base_z.png")
0 -448px no-repeat
}
.menu_box {
margin-bottom: 150px
}
.menu.closed .menu_item {
display: none
}
.menu_title {
position: relative;
padding: 0 16px;
background-color: #f3f3f3;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
line-height: 40px
}
.menu_title .new {
margin-top: 3px;
margin-left: 3px
}
.menu_item {
background-color: #f3f3f3;
line-height: 31px
}
.menu_item a {
display: block;
padding: 0 36px 0 50px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #222
}
.menu_item a:hover {
text-decoration: none
}
.icon_menu {
margin-right: 10px
}
.icon_menu_switch {
position: absolute;
right: 16px;
top: 50%;
margin-top: -9px
}
.menu {
padding-bottom: 8px;
border-top: 1px solid #d1d1d1
}
.menu.no_extra {
border-top-width: 0
}
.menu.extra {
border-bottom: 1px solid #d1d1d1;
box-shadow: 0 1px 0 0 #fdfdfd;
-moz-box-shadow: 0 1px 0 0 #fdfdfd;
-webkit-box-shadow: 0 1px 0 0 #fdfdfd
}
.menu_title {
margin-bottom: 6px;
box-shadow: inset 0 1px 0 0 #fdfdfd;
-moz-box-shadow: inset 0 1px 0 0 #fdfdfd;
-webkit-box-shadow: inset 0 1px 0 0 #fdfdfd;
border-bottom: 1px solid #d1d1d1
}
.menu.closed {
padding-bottom: 0
}
.menu.closed .menu_title {
margin-bottom: 0;
border-bottom-width: 0
}
.menu.closed.selected {
margin-bottom: -1px
}
.menu.closed.selected .menu_title {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%);
border-bottom: 1px solid #549249;
color: #fff;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.menu.closed.selected .menu_title a {
color: #fff
}
.menu_item:hover {
background-color: #b5daaf
}
.menu_item.selected {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%);
border-bottom: 1px solid #549249;
color: #fff
}
.menu_item.selected a {
color: #fff
}
.menu_primary_box {
width: 190px
}
.menu_primary_item {
line-height: 32px
}
.menu_primary_item:hover {
background-color: #d6d6d6
}
.menu_primary_item.selected {
background-color: #6bb05f;
background-image: -moz-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79bd6e),
to(#62a855) );
background-image: -webkit-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: -o-linear-gradient(top, #79bd6e 0, #62a855 100%);
background-image: linear-gradient(to bottom, #79bd6e 0, #62a855 100%)
}
.menu_primary_item.selected .menu_primary_link {
color: #fff
}
.menu_primary_item.sub .menu_primary_link strong {
margin-left: 28px
}
.menu_primary_link {
display: block;
color: #222
}
.menu_primary_link:hover {
text-decoration: none
}
.menu_primary_link strong {
display: block;
cursor: pointer;
margin: 0 14px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 400;
font-style: normal
}
.inner_menu_box.sorting .inner_menu_item {
background-color: #fff
}
.inner_menu_box.sorting .menu_opr {
display: block
}
.inner_menu_box.blue .inner_menu.dragging {
border: 2px solid #dae8f8
}
.inner_menu_box.blue .inner_menu.dragging dt.inner_menu_item {
background-color: #dae8f8
}
.inner_menu_box.blue .inner_menu_item:hover,.inner_menu_box.blue .inner_menu_item.selected
{
background-color: #dae8f8
}
.inner_menu_box.blue.sorting .inner_menu_item {
background-color: #fff
}
.inner_menu_box.blue.sorting .inner_menu_item.dragging {
background-color: #dae8f8
}
.inner_menu_box.with_switch .icon_dot {
position: absolute;
top: 50%;
left: 30px;
margin-top: -16px
}
.inner_menu_box.with_switch .icon_inner_menu_switch {
position: absolute;
left: 14px;
top: 50%;
margin-top: -2px;
display: inline-block;
width: 0;
height: 0;
border-width: 5px;
border-style: dashed;
border-color: transparent;
border-bottom-width: 0;
border-top-color: #aaa;
border-top-style: solid
}
.inner_menu_box.with_switch dt .inner_menu_link {
padding-left: 30px
}
.inner_menu_box.with_switch dd .inner_menu_link {
padding-left: 42px
}
.inner_menu {
border-top: 1px solid #ccc
}
.inner_menu:first-child {
border-top-width: 0
}
.inner_menu .menu_opr {
display: none;
position: absolute;
top: 0;
right: 1em
}
.inner_menu .menu_opr a {
display: inline-block;
margin-left: .5em;
margin-top: -0.2em
}
.inner_menu .menu_opr a.no_extra {
margin-left: 0
}
.inner_menu.no_extra {
border-top-width: 0
}
.inner_menu_item {
position: relative;
line-height: 32px
}
.inner_menu_item:hover,.inner_menu_item.selected {
background-color: #d6d6d6
}
.inner_menu_item:hover .menu_opr,.inner_menu_item.selected .menu_opr {
display: block
}
.inner_menu_item:hover a,.inner_menu_item.selected a {
text-decoration: none
}
.inner_menu_link {
display: block;
color: #222;
padding-left: 1em;
text-decoration: none
}
dd .inner_menu_link {
padding-left: 2em
}
.inner_menu_link strong {
display: inline-block;
margin-top: -2px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80px;
font-weight: 400;
font-style: normal;
vertical-align: middle;
cursor: pointer
}
.drag_placeholder {
margin: 8px;
height: 80px;
border: 1px dotted #ccc
}
.sub_drag_placeholder {
margin: 8px;
height: 32px;
border: 1px dotted #ccc
}
.links_item {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 0 1em;
line-height: 1em;
border-left: 1px solid #797979
}
.links_item.no_extra {
border-left-width: 0
}
.links_item a {
display: block;
color: #797979
}
.copyright {
display: inline-block;
*display: inline;
*zoom: 1
}
.ft.links {
display: inline-block;
*display: inline;
*zoom: 1;
margin-right: 2.5em
}
.ft .links_item {
border-left-color: #dadada
}
.ft .links_item a {
color: #dadada
}
.faq {
width: 190px;
margin-top: -50px;
text-align: center;
font-size: 0
}
.faq .links_item {
padding: 0 .5em;
font-size: 12px
}
.faq .links_item a:hover {
color: #2e7dc6
}
.faq .tail {
text-align: center;
color: #797979;
font-size: 12px;
line-height: 30px
}
.page_pay_qrcode .main_bd {
padding: 50px 80px
}
.page_appmsg_edit .main_bd {
padding: 30px 20px 0
}
.page_index .col_main {
padding: 16px
}
.page_tpl_edit .main_bd {
padding: 50px
}
.page_user .main_bd {
padding: 14px
}
.page_media_list .main_bd {
padding-bottom: 40px
}
.page_mass_list .main_bd {
padding-bottom: 40px
}
.icon_dot {
display: inline-block;
font-weight: 400;
font-style: normal;
vertical-align: middle;
font-size: 8px;
color: #aaa
}
.icon12_del {
display: inline-block;
text-decoration: none;
vertical-align: middle;
font-weight: 400;
font-style: normal;
cursor: pointer;
font-size: 12px;
color: #b3b3b3
}
.icon12_del:hover {
color: #545454
}
.icon_card_selected {
background:
url("../img/base_z.png")
0 -474px no-repeat;
width: 75px;
height: 60px;
vertical-align: middle;
display: inline-block
}
.icon_common.notices {
background:
url("../img/base_z.png")
0 -544px no-repeat;
width: 8px;
height: 8px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.inbox {
background:
url("../img/base_z.png")
0 -562px no-repeat;
width: 23px;
height: 23px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.new {
margin-top: 3px;
margin-left: 3px;
background:
url("../img/base_z.png")
0 -595px no-repeat;
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_common.beta {
margin-top: -5px;
margin-left: 3px;
background:
url("../img/base_z.png")
0 -614px no-repeat;
width: 25px;
height: 12px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_page_error {
background:
url("../img/base_z.png")
0 -636px no-repeat;
width: 141px;
height: 115px;
vertical-align: middle;
display: inline-block
}
.icon_verify {
width: 82px;
height: 30px;
vertical-align: middle;
display: inline-block
}
.icon_verify.waiting {
background:
url("../img/base_z.png")
0 -761px no-repeat
}
.icon_verify.fail {
background:
url("../img/base_z.png")
0 -801px no-repeat
}
.icon_verify_checked {
background:
url("../img/base_z.png")
0 -841px no-repeat;
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block
}
.icon_noie6 {
background:
url("../img/base_z.png")
0 -871px no-repeat;
width: 369px;
height: 390px;
vertical-align: middle;
display: inline-block
}
.icon_subscribe_label {
background:
url("../img/base_z.png")
0 -1271px no-repeat;
width: 38px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon_service_label {
background:
url("../img/base_z.png")
0 -1297px no-repeat;
width: 38px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon32_loading {
width: 32px;
height: 32px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon32_loading.dark {
background: transparent
url(/mpres/htmledition/images/icon/common/icon32_loading_dark1c01ee.gif)
no-repeat 0 0
}
.icon32_loading.light {
background: transparent
url(/mpres/htmledition/images/icon/common/icon32_loading_light1c01ee.gif)
no-repeat 0 0
}
.icon14_common {
width: 14px;
height: 14px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon14_common.add_gray {
background:
url("../img/base_z.png")
0 -1323px no-repeat
}
.icon14_common.add_gray:hover {
background:
url("../img/base_z.png")
0 -1347px no-repeat
}
.icon14_common.edit_gray {
background:
url("../img/base_z.png")
0 -1371px no-repeat
}
.icon14_common.edit_gray:hover {
background:
url("../img/base_z.png")
0 -1395px no-repeat
}
.icon14_common.del_gray {
background:
url("../img/base_z.png")
0 -1419px no-repeat
}
.icon14_common.del_gray:hover {
background:
url("../img/base_z.png")
0 -1443px no-repeat
}
.icon14_common.sort_gray {
background:
url("../img/base_z.png")
0 -1467px no-repeat
}
.icon14_common.sort_gray:hover {
background:
url("../img/base_z.png")
0 -1491px no-repeat
}
.icon14_common.add_blue {
background:
url("../img/base_z.png")
0 -1515px no-repeat
}
.icon14_common.switch_gray {
background:
url("../img/base_z.png")
0 -1539px no-repeat
}
.icon14_common.switch_gray:hover {
background:
url("../img/base_z.png")
0 -1563px no-repeat
}
a:hover .icon14_common.switch_gray {
background:
url("../img/base_z.png")
0 -1587px no-repeat
}
.icon16_common {
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon16_common.close {
background:
url("../img/base_z.png")
0 -1611px no-repeat
}
.icon16_common.close:hover {
background:
url("../img/base_z.png")
0 -1637px no-repeat
}
.icon16_common.edit_gray {
background:
url("../img/base_z.png")
0 -1663px no-repeat
}
.icon16_common.del_gray {
background:
url("../img/base_z.png")
0 -1689px no-repeat
}
.icon16_common.enter_gray {
background:
url("../img/base_z.png")
0 -1715px no-repeat
}
.icon16_common.enter_gray.frm_input_append {
margin-top: -8px
}
.icon16_common.star_gray {
background:
url("../img/base_z.png")
0 -1741px no-repeat
}
.icon16_common.star_gray:hover {
background:
url("../img/base_z.png")
0 -1766px no-repeat
}
.icon16_common.star_blue {
background:
url("../img/base_z.png")
0 -1792px no-repeat
}
.icon16_common.star_orange {
background:
url("../img/base_z.png")
0 -1818px no-repeat
}
.icon16_common.star_orange:hover {
background:
url("../img/base_z.png")
0 -1844px no-repeat
}
.icon16_common.woman_orange {
background:
url("../img/base_z.png")
0 -1870px no-repeat
}
.icon16_common.man_blue {
background:
url("../img/base_z.png")
0 -1896px no-repeat
}
.icon16_common.reply_blue {
background:
url("../img/base_z.png")
0 -1922px no-repeat
}
.icon16_common.reply_blue:hover {
background:
url("../img/base_z.png")
0 -1948px no-repeat
}
.icon16_common.reply_gray {
background: transparent
url(/mpres/htmledition/images/icon/common/icon16_reply_gray.png?__sprite)
no-repeat 0 0
}
.icon16_common.reply_gray:hover {
background: transparent
url(/mpres/htmledition/images/icon/common/icon16_reply_gray_hl.png?__sprite)
no-repeat 0 0
}
.icon16_common.search_gray {
background:
url("../img/base_z.png")
0 -1974px no-repeat
}
.icon16_common.save_gray {
background:
url("../img/base_z.png")
0 -2000px no-repeat
}
.icon16_common.save_gray:hover {
background:
url("../img/base_z.png")
0 -2026px no-repeat
}
.icon18_common {
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon18_common.error {
background:
url("../img/base_z.png")
0 -2052px no-repeat
}
.icon18_common.add_blue {
background:
url("../img/base_z.png")
0 -2080px no-repeat
}
.selected .icon18_common.add_blue {
background:
url("../img/base_z.png")
0 -2108px no-repeat
}
.icon18_common.del_blue {
background:
url("../img/base_z.png")
0 -2136px no-repeat
}
.icon18_common.del_blue:hover {
background:
url("../img/base_z.png")
0 -2164px no-repeat
}
.icon18_common.del_gray {
background:
url("../img/base_z.png")
0 -2192px no-repeat
}
.icon18_common.del_gray:hover {
background:
url("../img/base_z.png")
0 -2220px no-repeat
}
a:hover .icon18_common.del_gray {
background:
url("../img/base_z.png")
0 -2248px no-repeat
}
.icon18_common.download_blue {
background:
url("../img/base_z.png")
0 -2276px no-repeat
}
.icon18_common.download_blue:hover {
background:
url("../img/base_z.png")
0 -2304px no-repeat
}
.icon18_common.upload_gray {
background:
url("../img/base_z.png")
0 -2332px no-repeat
}
.icon18_common.upload_gray:hover {
background:
url("../img/base_z.png")
0 -2360px no-repeat
}
.icon18_common.download_gray {
background:
url("../img/base_z.png")
0 -2388px no-repeat
}
.icon18_common.download_gray:hover {
background:
url("../img/base_z.png")
0 -2416px no-repeat
}
.icon18_common.download_gray_v1 {
background:
url("../img/base_z.png")
0 -2444px no-repeat
}
.icon18_common.download_gray_v1:hover {
background:
url("../img/base_z.png")
0 -2472px no-repeat
}
.icon18_common.edit_blue {
background:
url("../img/base_z.png")
0 -2500px no-repeat
}
.icon18_common.edit_blue:hover {
background:
url("../img/base_z.png")
0 -2528px no-repeat
}
.selected .icon18_common.edit_blue {
background:
url("../img/base_z.png")
0 -2556px no-repeat
}
.icon18_common.edit_gray {
background:
url("../img/base_z.png")
0 -2584px no-repeat
}
.icon18_common.edit_gray:hover {
background:
url("../img/base_z.png")
0 -2612px no-repeat
}
a:hover .icon18_common.edit_gray {
background:
url("../img/base_z.png")
0 -2640px no-repeat
}
.icon18_common.save_blue {
background:
url("../img/base_z.png")
0 -2668px no-repeat
}
.icon18_common.save_blue:hover {
background:
url("../img/base_z.png")
0 -2696px no-repeat
}
.icon20_common {
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon20_common.reply_gray {
background:
url("../img/base_z.png")
0 -2724px no-repeat
}
.icon20_common.reply_gray:hover {
background:
url("../img/base_z.png")
0 -2754px no-repeat
}
.icon20_common.speaker {
background:
url("../img/base_z.png")
0 -2784px no-repeat
}
.icon21_common {
width: 21px;
height: 21px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon21_common.error {
background:
url("../img/base_z.png")
0 -2810px no-repeat
}
.icon21_common.success {
background:
url("../img/base_z.png")
0 -2841px no-repeat
}
.icon21_common.waiting {
background:
url("../img/base_z.png")
0 -2872px no-repeat
}
.icon22_common {
width: 22px;
height: 22px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon22_common.checked {
background:
url("../img/base_z.png")
0 -2903px no-repeat
}
.icon22_common.error {
background:
url("../img/base_z.png")
0 -2935px no-repeat
}
.icon22_common.success {
background:
url("../img/base_z.png")
0 -2967px no-repeat
}
.icon22_common.fail {
background:
url("../img/base_z.png")
0 -2999px no-repeat
}
.icon24_common {
width: 24px;
height: 24px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon24_common.add_gray {
background:
url("../img/base_z.png")
0 -3031px no-repeat
}
.icon42_common {
width: 42px;
height: 42px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon42_common.add_gray {
background:
url("../img/base_z.png")
0 -3065px no-repeat
}
.icon28_common {
width: 28px;
height: 28px;
vertical-align: middle;
display: inline-block;
line-height: 100px;
overflow: hidden
}
.icon28_common.upload_blue {
background:
url("../img/base_z.png")
0 -3117px no-repeat
}
.page_tips {
position: fixed;
top: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 3
}
.page_tips .inner {
display: inline-block;
*display: inline;
*zoom: 1;
min-width: 250px;
padding: 5px 30px;
border-bottom-left-radius: 2px;
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
color: #fff
}
.page_tips.success .inner {
background-color: #6bb05e;
border: 1px solid #549249;
border-top-width: 0
}
.page_tips.error .inner {
background-color: #eaa000;
border: 1px solid #b98710;
border-top-width: 0
}
.pop_closed {
background:
url("../img/base_z.png")
0 -3155px no-repeat
}
.pop_closed:hover {
background:
url("../img/base_z.png")
0 -3181px no-repeat
}
.dialog_wrp {
position: fixed;
top: 50%;
left: 50%;
width: 720px;
z-index: 3
}
.dialog {
overflow: hidden;
background-color: #f3f3f3;
border: 1px solid #222;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.dialog .frm_label {
float: none;
display: block;
width: auto;
font-size: 16px;
margin-bottom: 1em
}
.dialog .frm_tips,.dialog .frm_msg {
width: auto
}
.dialog .frm_controls {
padding-left: 0
}
.dialog_hd {
position: relative;
padding: 0 20px;
line-height: 38px;
height: 38px;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
to(#e0e0e0) );
background-image: -webkit-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #f2f2f2 0, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #f2f2f2 0, #e0e0e0 100%);
border-bottom: 1px solid #c2c2c2
}
.dialog_hd h3 {
color: #222
}
.dialog_hd .pop_closed {
position: absolute;
top: 14px;
right: 20px;
width: 16px;
height: 16px;
line-height: 999em;
overflow: hidden
}
.dialog_bd {
padding: 55px 45px
}
.simple .dialog_bd {
padding: 90px 0 110px;
text-align: center
}
.dialog_ft {
margin: 0 20px;
padding: 25px 0 50px;
text-align: center;
border-top: 1px solid #c8c8c8;
box-shadow: inset 0 1px 0 #fbfbfb;
-moz-box-shadow: inset 0 1px 0 #fbfbfb;
-webkit-box-shadow: inset 0 1px 0 #fbfbfb
}
.dialog_ft .btn {
margin-left: 1em;
margin-right: 1em
}
.simple_dialog_content {
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left;
width: 400px
}
.simple_dialog_content .frm_textarea_box,.simple_dialog_content .frm_input_box
{
display: block;
width: auto
}
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: alpha(opacity = 75);
-moz-opacity: .75;
-khtml-opacity: .75;
opacity: .75;
background-color: #000;
z-index: 2
}
.table_wrp.list {
padding: 20px
}
.table_wrp.list .table {
border-top-width: 0
}
.table_wrp.list .table_cell {
vertical-align: top;
padding-left: 20px;
padding-right: 20px
}
.table_wrp.list .tbody .table_cell {
padding-top: 15px;
padding-bottom: 15px
}
.table_wrp.with_border .table {
border: 1px solid #d3d3d3
}
.table {
width: 100%;
font-size: 14px;
background-color: #fff;
text-align: center;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #e6e6e6
}
.table_cell {
padding: 0;
font-weight: 400;
font-style: normal
}
.thead {
background-color: #f0f0f0
}
.thead .table_cell {
line-height: 32px;
border-left: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3
}
.thead .table_cell:first-child {
border-left-width: 0
}
.tbody tr:hover,.tbody tr.even {
background-color: #f3f3f3
}
.tbody tr.empty_item:hover {
background: 0
}
.tbody tr:first-child .table_cell {
border-top-width: 0
}
.tbody .table_cell {
padding: 1em 0;
border-top: 1px solid #e6e6e6
}
body {
min-width: 1000px;
}
.grid_line {
*zoom: 1
}
.grid_line:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.grid_item {
float: left
}
.grid_item.no_extra {
float: none;
width: auto;
overflow: hidden;
*zoom: 1;
*overflow: visible
}
.grid_item.no_extra_flex {
float: none;
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.grid_item.no_extra_flex:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.size1of1 {
width: 100%
}
.size1of2 {
width: 50%
}
.size1of3 {
width: 33.33%
}
.size1of4 {
width: 25%
}
.size1of5 {
width: 20%
}
.size1of6 {
width: 16.66%
}
.size1of7 {
width: 14.28%
}
.size1of8 {
width: 12.5%
}
.icon_radio {
background:
url("../img/base_z.png")
0 -3207px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em;
*margin-top: 0
}
.icon_radio.selected,.selected .icon_radio {
background:
url("../img/base_z.png")
0 -3233px no-repeat
}
.icon_checkbox {
background:
url("../img/base_z.png")
0 -3259px no-repeat;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block;
margin-top: -0.2em;
*margin-top: 0
}
.icon_checkbox.selected,.selected .icon_checkbox {
background:
url("../img/base_z.png")
0 -3285px no-repeat
}
.icon_checkbox.disabled,.disabled .icon_checkbox {
background:
url("../img/base_z.png")
0 -3311px no-repeat
}
.frm_tab {
overflow: hidden;
*zoom: 1
}
.frm_tab_navs {
*zoom: 1
}
.frm_tab_navs:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.frm_tab_nav {
float: left;
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f0f0f0) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f0f0f0 100%);
border-color: #c3c3c3;
color: #000;
height: 30px;
line-height: 30px;
*line-height: 28px;
width: auto;
padding-left: 36px;
padding-right: 36px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
margin-right: -1px
}
.frm_tab_nav:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f8f8f8) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f8f8f8 100%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
color: #000
}
.frm_tab_nav button {
color: #000
}
.frm_tab_nav:hover {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.frm_tab_nav.selected {
background: 0;
background-color: #888;
border-color: #7b7b7b;
box-shadow: inset 0 3px 8px #555;
-moz-box-shadow: inset 0 3px 8px #555;
-webkit-box-shadow: inset 0 3px 8px #555;
color: #fff
}
.frm_tab_panel {
padding: 10px 0
}
.frm_tab_split {
position: relative;
margin-top: 20px;
border-bottom: 1px solid #b3b3b3;
box-shadow: 0 1px 0 0 #fff;
-moz-box-shadow: 0 1px 0 0 #fff;
-webkit-box-shadow: 0 1px 0 0 #fff
}
.frm_tab_split .arrow_stop {
position: relative
}
.frm_tab_split .arrow {
position: absolute;
left: 0;
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #b3b3b3;
border-bottom-style: solid
}
.frm_tab_split .arrow_out {
top: -12px;
border-bottom-color: #b3b3b3
}
.frm_tab_split .arrow_in {
top: -10px;
border-bottom-color: #fff
}
.frm_tab_split .arrow_extra {
top: -11px;
border-bottom-color: #fff
}
.frm_tab_tips {
padding-top: 4px;
color: #a3a3a3
}
.form_wrp.simple {
text-align: center
}
.form_wrp.simple .form {
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left
}
.form.tips_inline .frm_tips {
display: inline-block
}
.frm_fieldset {
padding-top: 25px;
padding-top: 0\9
}
.frm_fieldset.no_legend {
padding-top: 25px
}
.frm_legend {
display: block;
width: 100%;
*margin-left: -0.35em;
margin-bottom: 25px \9;
padding-bottom: 5px
}
.frm_desc {
color: #222
}
.frm_tips {
width: 300px;
padding-top: 4px;
color: #a3a3a3
}
.frm_msg {
display: none;
overflow: hidden;
*zoom: 1;
width: 300px
}
.frm_msg i {
float: left;
font-weight: 400;
font-style: normal;
margin-right: 3px
}
.frm_msg.success {
color: #7fba4f
}
.frm_msg.fail {
color: #b11516
}
.frm_control_group {
*zoom: 1;
padding-bottom: 25px
}
.frm_control_group:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.frm_control_group.show_value {
padding-bottom: 15px
}
.frm_control_group.show_value .frm_label {
margin-top: 0;
line-height: 30px
}
.frm_control_group.show_value .frm_input_box {
height: auto;
word-wrap: break-word;
word-break: break-all;
padding: 0;
border-width: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: 0
}
.frm_label {
float: left;
width: 5em;
margin-top: .3em;
margin-right: 1em;
font-size: 14px
}
.frm_controls {
display: table-cell;
float: none;
width: auto;
*display: block;
*zoom: 1
}
.frm_controls:after {
content:
" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
visibility: hidden;
clear: both;
height: 0 !important;
display: block;
line-height: 0
}
.frm_input,.frm_textarea {
width: 100%;
background-color: transparent;
border: 0;
outline: 0
}
.frm_input {
height: 22px;
*line-height: 22px;
margin: 4px 0
}
.frm_textarea {
height: 100px
}
.frm_input_box {
display: inline-block;
position: relative;
height: 30px;
line-height: 30px;
vertical-align: middle;
width: 278px;
font-size: 14px;
padding: 0 10px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff
}
.frm_input_box.search {
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px
}
.frm_input_box.append {
padding-right: 30px
}
.frm_input_box.append .frm_input_append {
position: absolute;
top: 50%;
right: .8em
}
.frm_input_box.append .frm_input_append.search_gray {
margin-top: -8px
}
.frm_input_box.prepend {
padding-left: 30px
}
.frm_input_box.prepend .frm_input_append {
position: absolute;
top: 50%;
left: .8em
}
.frm_input_box.prepend .frm_input_append.search_gray {
margin-top: -8px
}
.frm_input_box.vcode {
width: 157px
}
.frm_input_box.zone {
width: 72px;
margin-right: 5px
}
.frm_input_box.phone {
width: 175px
}
.frm_textarea_box {
display: inline-block;
width: 288px;
padding: 4px 0 4px 10px;
font-size: 14px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff
}
.disabled.frm_input_box,.disabled.frm_textarea_box {
background-color: #eee
}
.disabled .frm_input_box,.disabled .frm_textarea_box {
background-color: #eee
}
.focus.frm_input_box,.focus.frm_textarea_box,.focus.frm_select_box {
border-color: #4a9bdf;
box-shadow: 0 0 5px #aedcfa;
-moz-box-shadow: 0 0 5px #aedcfa;
-webkit-box-shadow: 0 0 5px #aedcfa
}
.focus.frm_select_box {
*border-color: transparent
}
.frm_radio,.frm_checkbox {
position: absolute;
left: -999em
}
.frm_radio_label,.frm_checkbox_label {
display: inline-block;
text-align: left;
cursor: pointer;
margin-right: 1em
}
.frm_radio_label.disabled,.frm_checkbox_label.disabled {
color: #999;
cursor: default
}
.icon_radio {
margin-right: 4px
}
.icon_checkbox {
margin-right: 4px
}
.frm_select_box {
display: inline-block;
position: relative;
vertical-align: middle;
width: 298px;
font-size: 14px;
padding: 4px 0;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #fff;
*background-color: transparent;
*border-color: transparent;
*padding-top: 0;
*padding-bottom: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.frm_select_box {
padding: 0
}
.frm_select_box:after {
content: " ";
position: absolute;
right: 15px;
top: 50%;
margin-top: -2px;
display: inline-block;
width: 0;
height: 0;
border-width: 4px;
border-style: dashed;
border-color: transparent;
border-bottom-width: 0;
border-top-color: #777;
border-top-style: solid
}
}
.frm_select_label {
*margin-top: -0.2em
}
.frm_select {
position: relative;
z-index: 1;
width: 100%;
height: 22px;
padding: 0 10px;
line-height: 22px;
background-color: transparent;
border: 0;
outline: 0
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.frm_select {
-webkit-appearance: none;
height: 32px
}
}
.tab_navs {
*zoom: 1;
text-align: center;
line-height: 36px;
border-bottom: 1px solid #d3d3d3;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5)
}
.tab_navs:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.tab_nav {
float: left;
font-size: 14px
}
.tab_nav a {
display: block;
*height: 1%;
text-decoration: none;
color: #222;
outline: 0;
padding: 0 20px
}
.tab_nav.selected {
background-color: #fff
}
.mt .tab_nav a {
border-right: 1px solid #d3d3d3
}
.mt .tab_nav.selected {
border-top: 3px solid #70b213;
position: relative;
top: -1px
}
.mt .tab_nav.selected a {
position: relative;
background-color: #fff;
line-height: 35px;
margin-bottom: -2px
}
.mt .tab_nav.no_extra a {
border-right-width: 0
}
.title_tab .tab_nav a {
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5)
}
.title_tab .tab_nav.no_extra a {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.tips_box {
padding: 6px 15px;
background-color: #dbe9fb;
border: 1px solid #b1c7e2;
color: #666;
box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.disabled_box {
padding: .4em .8em;
font-size: 14px;
border: 1px solid #c3c3c3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #eee
}
.notices_box {
line-height: 40px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f3f3f3;
border: 1px solid #d3d3d3
}
.msg_box {
display: none;
line-height: 36px;
text-align: center
}
.msg_box .inner {
background-color: #d6e5f5
}
.msg_box a {
display: block;
color: #222
}
.article_box.inset {
border: 1px solid #cfcfcf;
background-color: #eee;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
height: 500px;
overflow-y: auto
}
.article_box.inset .inner {
padding-left: 50px;
padding-right: 50px
}
.article_box .inner {
padding: 40px 80px
}
.article_box h3 {
text-align: center;
font-size: 22px
}
.article_box h4 {
padding-bottom: 14px;
font-weight: 700;
font-size: 16px
}
.article_box h5 {
padding-bottom: 14px;
font-weight: 700;
font-size: 16px
}
.article_box h6 {
padding-bottom: 14px;
font-weight: 700;
font-size: 14px
}
.article_box dl,.article_box li,.article_box p {
padding-bottom: 14px;
font-size: 14px
}
.article_box pre {
white-space: pre-wrap
}
.article_box strong {
font-weight: 400;
font-style: normal
}
.article_box .media {
text-align: center;
padding-bottom: 28px
}
.article_box .media img {
max-width: 100%
}
.article_box .img_wrp {
display: inline-block;
max-width: 750px
}
.article_box .img_wrp img {
width: 100%
}
.article_box .sign,.article_box .company_sign {
padding-top: 4em;
text-align: right
}
.article_box .sign.strong,.article_box .company_sign.strong {
font-weight: 700;
font-size: 16px
}
.article_box .no_extra {
padding-bottom: 0
}
.vm_box {
display: inline-block;
height: 100%;
vertical-align: middle
}
.empty_tips {
padding: 100px 0;
text-align: center;
font-size: 14px;
color: #a3a3a3
}
.mini_tips i {
margin-top: -0.2em;
margin-right: 3px
}
.mod_hd,mod_ft {
*zoom: 1
}
.mod_hd:after,mod_ft:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.mod_info {
float: left
}
.mod_opr {
text-align: right
}
.mod_opr .btn {
margin-top: -0.2em
}
.status_tips {
color: #b11516
}
.status_tips i {
font-weight: 400;
font-style: normal;
margin-right: 3px
}
.status_tips.success {
color: #7fba4f
}
.tips_box_tl {
padding: 6px 15px;
background-color: #dbe9fb;
border: 1px solid #b1c7e2;
color: #666;
box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-align: left
}
.news_box.inset {
border: 1px solid #cfcfcf;
background-color: #eee;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
word-wrap: break-word;
word-break: break-all;
height: 500px;
overflow-y: auto
}
.news_box.inset .inner {
padding-left: 50px;
padding-right: 50px
}
.news_box .inner {
padding: 40px 80px
}
.news_box pre {
white-space: pre-wrap
}
.news_box h3 {
padding-bottom: 1em;
text-align: center;
font-size: 22px
}
.news_box h4 {
padding-bottom: 1em;
font-weight: 700;
font-size: 16px
}
.news_box h5 {
padding-bottom: 1em;
font-weight: 700;
font-size: 16px
}
.news_box h6 {
padding-bottom: 1em;
font-weight: 700;
font-size: 14px
}
.news_box li,.news_box p,.news_box .table_wrp {
padding-bottom: 1em;
font-size: 14px
}
.news_box strong {
font-weight: 400;
font-style: normal
}
.news_box .em_text {
font-weight: 700
}
.news_box .media {
text-align: center;
padding-bottom: 2em
}
.news_box .img_wrp {
display: inline-block;
max-width: 750px
}
.news_box .img_wrp img {
width: 100%;
*width: auto;
*max-width: 100%;
vertical-align: top
}
.news_box .sign,.news_box .company_sign {
padding-top: 4em;
text-align: right
}
.news_box .sign.strong,.news_box .company_sign.strong {
font-weight: 700;
font-size: 16px
}
.news_box .no_extra {
padding-bottom: 0
}
.tool_bar {
*zoom: 1;
margin-top: 40px;
padding-top: 25px
}
.tool_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.tool_bar .btn {
margin-right: 1em
}
.tool_bar.with_form {
margin-top: 15px
}
.tool_bar.border {
border-top: 1px solid #e6e6e6;
box-shadow: inset 0 1px 0 #fbfbfb;
-moz-box-shadow: inset 0 1px 0 #fbfbfb;
-webkit-box-shadow: inset 0 1px 0 #fbfbfb
}
.tool_bar.tc .btn {
margin-left: .5em;
margin-right: .5em
}
.tool_bar.tr .btn {
margin-left: 1em;
margin-right: 0
}
.tool_area {
*zoom: 1
}
.tool_area:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.title_bar {
*zoom: 1
}
.title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.title_bar .info {
float: left
}
.title_bar .opr {
float: right
}
.parent_title_bar {
*zoom: 1;
line-height: 35px;
border-bottom: 2px solid #cfcfcf
}
.parent_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.parent_title_bar h3 {
font-size: 16px;
font-weight: 400;
font-style: normal
}
.sub_title_bar {
*zoom: 1;
line-height: 38px;
padding: 0 20px
}
.sub_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.sub_title_bar .info {
float: left
}
.sub_title_bar .opr {
float: right
}
.sub_title_bar h3 {
font-weight: 400;
font-style: normal;
font-size: 14px
}
.sub_title_bar h4 {
float: left;
font-weight: 400;
font-style: normal;
font-size: 14px
}
.tool_bar {
padding-bottom: 50px
}
.tool_bar.simple_gap {
margin-left: 20px;
margin-bottom: 20px
}
.title_bar {
padding: 0 20px;
background-color: #ececec;
background-image: -moz-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4),
to(#e6e6e6) );
background-image: -webkit-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: -o-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%);
background-image: linear-gradient(to bottom, #f4f4f4 0, #e6e6e6 100%);
border-bottom: 1px solid #c6c6c6;
box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
-webkit-box-shadow: 0 1px 2px #ccc;
line-height: 40px
}
.title_bar h3 {
font-size: 14px;
font-weight: 400;
font-style: normal
}
.global_title_bar {
*zoom: 1;
background-color: #f0f0f0;
background-image: -moz-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7),
to(#ececec) );
background-image: -webkit-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: -o-linear-gradient(top, #f7f7f7 0, #ececec 100%);
background-image: linear-gradient(to bottom, #f7f7f7 0, #ececec 100%);
box-shadow: 0 2px 4px #d0d0d0;
-moz-box-shadow: 0 2px 4px #d0d0d0;
-webkit-box-shadow: 0 2px 4px #d0d0d0;
font-size: 16px;
border-bottom: 1px solid #c0c0c0
}
.global_title_bar:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.global_title_bar .info {
float: left
}
.global_title_bar .opr {
float: right
}
.sub_title_bar.default {
background-color: #e1e1e1;
border-bottom: 1px solid #c4c4c4
}
.sub_title_bar.light {
background-color: #f3f3f3;
border-bottom: 1px solid #cfcfcf
}
.sub_title_bar.white {
background-color: #fff;
border-bottom: 1px solid #cfcfcf;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}
.sub_title_bar.in_dialog {
background-color: #f3f3f3;
border-bottom: 1px solid #c3c3c3;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)
}
.sub_title_bar.dark {
background-color: #dfdfdf;
background-image: -moz-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf),
to(#dfdfdf) );
background-image: -webkit-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: -o-linear-gradient(top, #dfdfdf 0, #dfdfdf 100%);
background-image: linear-gradient(to bottom, #dfdfdf 0, #dfdfdf 100%);
border-bottom: 1px solid #bebebe;
box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd;
-moz-box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd;
-webkit-box-shadow: inset 0 1px 0 0 #ebebeb, 0 1px 2px #ddd
}
.sub_title_bar.global {
padding: 0;
font-size: 16px
}
.sub_title_bar.no_extra {
background: 0;
border-bottom-width: 0;
line-height: normal;
padding: 0
}
.tool_area {
padding: 0 20px
}
button.btn {
height: 32px;
line-height: 28px
}
.btn button {
display: block;
height: 100%;
background-color: transparent;
border: 0;
outline: 0;
overflow: visible;
padding: 0 36px
}
.btn.btn_input {
padding: 0
}
.btn.btn_input.btn_vcode {
margin-left: 5px
}
.btn.btn_input.btn_vcode button {
width: 110px;
padding: 0
}
.btn.btn_vcode {
padding: 0;
width: 110px;
margin-left: 5px
}
.btn {
display: inline-block;
overflow: visible;
padding: 0 36px;
height: 30px;
line-height: 30px;
*line-height: 28px;
vertical-align: middle;
text-align: center;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 14px;
border-width: 1px;
border-style: solid;
cursor: pointer
}
.btn:hover {
text-decoration: none
}
.btn.btn_mini {
height: 21px;
line-height: 21px;
*line-height: 19px;
padding: 0 10px
}
.btn.btn_small {
height: 25px;
line-height: 25px;
*line-height: 23px;
padding: 0 12px
}
.btn.btn_large {
height: 38px;
line-height: 38px;
*line-height: 36px;
padding: 0 70px
}
.btn.btn_p20 {
padding: 0 20px
}
.btn.btn_p30 {
padding: 0 30px
}
.btn.btn_w125 {
width: 125px;
padding: 0
}
.btn.btn_w150 {
width: 150px;
padding: 0
}
.btn.btn_w220 {
width: 220px;
padding: 0
}
.btn_primary {
background-color: #5aaa4b;
background-image: -moz-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60b452),
to(#56a447) );
background-image: -webkit-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: -o-linear-gradient(top, #60b452 0, #56a447 100%);
background-image: linear-gradient(to bottom, #60b452 0, #56a447 100%);
border-color: #3d810c;
color: #fff
}
.btn_primary:hover {
background-color: #53a046;
background-image: -moz-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aab4d),
to(#4f9841) );
background-image: -webkit-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: -o-linear-gradient(top, #5aab4d 0, #4f9841 100%);
background-image: linear-gradient(to bottom, #5aab4d 0, #4f9841 100%);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
color: #fff
}
.btn_primary button {
color: #fff
}
.btn_default {
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f0f0f0) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f0f0f0 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f0f0f0 100%);
border-color: #c3c3c3;
color: #000
}
.btn_default:hover {
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9),
to(#f8f8f8) );
background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0, #f8f8f8 100%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
color: #000
}
.btn_default button {
color: #000
}
.btn_disabled {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
border-color: #cacaca;
color: #eee;
cursor: default
}
.btn_disabled:hover {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
color: #eee
}
.btn_disabled button {
color: #eee;
cursor: default
}
.btn_loading {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
border-color: #cacaca;
color: #eee;
cursor: default;
position: relative;
padding-left: 42px;
padding-right: 30px
}
.btn_loading:hover {
background-color: #d1d1d1;
background-image: -moz-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1),
to(#d1d1d1) );
background-image: -webkit-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: -o-linear-gradient(top, #d1d1d1 0, #d1d1d1 100%);
background-image: linear-gradient(to bottom, #d1d1d1 0, #d1d1d1 100%);
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
color: #eee
}
.btn_loading button {
color: #eee;
cursor: default
}
.btn_loading button {
position: relative;
padding-left: 42px;
padding-right: 30px
}
.btn_loading i {
position: absolute;
top: 50%;
left: 16px;
margin-top: -8px;
background: transparent
url(/mpres/htmledition/common/images/icon/common/icon16_loading_light1c01ee.gif)
no-repeat 0 0;
width: 16px;
height: 16px;
vertical-align: middle;
display: inline-block
}
.icon_msg {
width: 56px;
height: 56px;
vertical-align: middle;
display: inline-block
}
.icon_msg.success {
background:
url("../img/base_z.png")
0 -3337px no-repeat
}
.icon_msg.warn {
background:
url("../img/base_z.png")
0 -3403px no-repeat
}
.icon_msg.error {
background:
url("../img/base_z.png")
0 -3469px no-repeat
}
.icon_msg.mail {
background:
url("../img/base_z.png")
0 -3535px no-repeat
}
.icon_msg.waiting {
background:
url("../img/base_z.png")
0 -3601px no-repeat
}
.icon_msg.attention {
background: transparent
url(/mpres/htmledition/common/images/icon/msg/icon_msg_attention.png?__sprite)
no-repeat 0 0
}
.icon37_msg {
width: 37px;
height: 37px;
vertical-align: middle;
display: inline-block
}
.icon37_msg.success {
background:
url("../img/base_z.png")
0 -3667px no-repeat
}
.icon37_msg.warn {
background:
url("../img/base_z.png")
0 -3714px no-repeat
}
.icon37_msg.attention {
background:
url("../img/base_z.png")
0 -3761px no-repeat
}
.icon37_msg.error {
background:
url("../img/base_z.png")
0 -3808px no-repeat
}
.icon37_msg.mail {
background:
url("../img/base_z.png")
0 -3855px no-repeat
}
.icon37_msg.waiting {
background:
url("../img/base_z.png")
0 -3902px no-repeat
}
.icon18_msg {
width: 18px;
height: 18px;
vertical-align: middle;
display: inline-block
}
.icon18_msg.success {
background:
url("../img/base_z.png")
0 -3949px no-repeat
}
.icon18_msg.warn {
background:
url("../img/base_z.png")
0 -3977px no-repeat
}
.icon18_msg.error {
background:
url("../img/base_z.png")
0 -4005px no-repeat
}
.icon18_msg.info {
background:
url("../img/base_z.png")
0 -4033px no-repeat
}
.icon18_msg.waiting {
background:
url("../img/base_z.png")
0 -4061px no-repeat
}
.page_msg .inner {
position: relative;
*zoom: 1;
background-color: #e0eaf6;
border: 1px solid #b1c4da;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}
.page_msg .inner:after {
content: "\200B";
display: block;
height: 0;
clear: both
}
.page_msg .msg_icon_wrp,.page_msg .msg_icon_wrapper {
float: left;
margin-right: 10px;
font-size: 0
}
.page_msg .msg_content {
overflow: hidden;
*zoom: 1;
padding-top: 5px
}
.page_msg .msg_opr {
display: none;
position: absolute;
right: 10px;
top: 50%;
margin-top: -10px
}
.page_msg h4 {
font-size: 16px;
font-weight: 700
}
.page_msg p {
font-size: 14px;
color: #7b7b7b
}
.page_msg .spacing {
padding: .5em 0 2em
}
.page_msg.large .inner {
padding: 12px 70px
}
.page_msg.small .inner {
padding: 10px 40px 10px 10px
}
.page_msg.mini .inner {
padding: 8px 20px
}
.page_msg.mini .msg_icon_wrp {
margin-top: 3px
}
.page_msg.mini .msg_content {
padding-top: 0
}
.page_msg.single_line .msg_content {
padding-top: 15px
}
.page_msg.default .inner {
background-color: transparent;
border: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none
}
.page_msg.simple {
text-align: center
}
.page_msg.simple .inner {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
*zoom: 1;
text-align: left
}
.popover {
width: 300px;
position: relative;
padding-top: 12px;
z-index: 99
}
.popover .popover_inner {
border: 1px solid #d3d3d3;
padding: 30px 25px;
background-color: #ebebeb;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5)
}
.popover .popover_bar {
text-align: center;
margin-top: 20px
}
.popover .popover_bar .btn {
padding: 0 2em
}
.popover .arrow {
position: absolute;
left: 138px
}
.popover .arrow_out {
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #d3d3d3;
border-bottom-style: solid;
top: 0
}
.popover .arrow_in {
display: inline-block;
width: 0;
height: 0;
border-width: 12px;
border-style: dashed;
border-color: transparent;
border-top-width: 0;
border-bottom-color: #ebebeb;
border-bottom-style: solid;
top: 1px
} | 0.225076 | 0.103477 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
padding: 8px;
}
@media(max-width:768px) {
.nav li > form {
padding: 3px;
}
}
.nav > li > form > button:hover {
text-decoration: none;
}
.modal-header {
padding:9px 15px;
border-bottom:1px solid #eee;
background-color: #FFCA28;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 20px;
color: white;
font-weight: 600;
line-height: 1.42857143;
text-align: center;
}
.activity-view-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;background-color: #90CAF9;border-color:#398439
}
.activity-update-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.activity-delete-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
background-color: #F44336;
border-color: #F44336
} | backend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
padding: 8px;
}
@media(max-width:768px) {
.nav li > form {
padding: 3px;
}
}
.nav > li > form > button:hover {
text-decoration: none;
}
.modal-header {
padding:9px 15px;
border-bottom:1px solid #eee;
background-color: #FFCA28;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 20px;
color: white;
font-weight: 600;
line-height: 1.42857143;
text-align: center;
}
.activity-view-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;background-color: #90CAF9;border-color:#398439
}
.activity-update-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.activity-delete-link {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
background-color: #F44336;
border-color: #F44336
} | 0.452778 | 0.086246 |
body {
font-family: tahoma,Arial,Sans;
margin: 0;
padding: 0;
background: #f4f5f6;
font-size: 14px;
}
a:link, a:visited {
/*color: #045ca7;
text-decoration: none;*/
}
a:hover {
color: #04a189;
text-decoration: underline;
cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 15px;
}
img {
border: 0 none;
}
abbr {
border-bottom: 0 none;
cursor: help;
}
p {
margin: 5px 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
#navbar-iframe {
display: none;
height: 0;
}
.pagewidth {
width: 100%;
margin: 0 auto;
}
.clear {
clear: both;
}
.line-border {
border-bottom: 1px solid #fff;
border-top: 1px #ccc solid;
}
.header-wrapper {
position: relative;
overflow: hidden;
height: 110px;
margin: 0 0 0 0;
padding: 0;
border-bottom: 1px solid #fe9917;
}
.topadsright {
float: right;
margin: 10px 0 0 0;
}
#content-wrapper {
margin: 10px 0 0 0;
}
#main-wrapper {
width: 715px;
float: left;
padding: 0;
clear: both;
margin: 0 0 0 5px;
display: inline;
word-wrap: break-word;
overflow: hidden;
line-height: 1.5;
}
#sidebar-wrapper {
width: 290px;
padding: 0 0 0 0;
margin: 0 5px 0 0;
float: right;
display: inline;
word-wrap: break-word;
overflow: hidden;
}
.sidebar h2 {
font-weight: bold;
background: #d6216e url(https://lh4.googleusercontent.com/-pc56dnhir4U/VHVzAndYMrI/AAAAAAAAJ9s/1aueTkh4IYA/s16/icon-title.png) 5px center no-repeat;
text-align: left;
font-family: tahoma;
margin: 0 0 0 0;
padding: 6px 0 6px 28px;
font-size: 14px;
color: #fff;
}
.sidebar .widget-content {
background: #fff;
margin: 0 0 10px 0;
padding: 0;
color: #333;
}
#sidebar-wrapper .contact-form-widget form {
width: 300px;
}
#sidebar-wrapper .contact-form-widget form span {
color: red;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-email, #sidebar-wrapper .contact-form-widget form input.contact-form-name {
margin-left: 13px;
width: 150px !important;
}
#sidebar-wrapper .contact-form-widget form .contact-form-email-message {
width: 195px;
margin-left: 8px;
}
#sidebar-wrapper .contact-form-widget {
padding: 8px 0 0 8px;
width: 300px;
color: #666;
font-size: 12px;
}
#sidebar-wrapper .contact-form-widget form input {
margin: 5px 0 3px 0;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-button-submit {
background: #498af2;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 285px;
height: 2em;
font-family: tahoma;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-button-submit:hover {
background: #d70060;
}
#footer-wrapper ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#footer-wrapper {
background: #222;
border-bottom: 1px solid #000;
position: relative;
text-align: left;
font-family: arial,Helvetica;
font-size: 12px;
word-wrap: break-word;
overflow: hidden;
color: #333;
margin: 0 0 0 0;
padding: 8px 10px;
line-height: 1.3em;
}
#footer-wrapper a {
color: #ccc;
}
#footer-wrapper a:hover {
color: #fff;
}
#footer-wrapper .col {
line-height: 1.5;
width: 150px;
float: left;
margin: 0 8px 0 0;
padding: 0;
}
#footer-wrapper .col ul li {
}
#footer-wrapper .col ul li a {
font-weight: bold;
color: #bbb;
}
.ft_tool {
width: 325px;
padding: 0 0 0 10px;
float: right;
}
.newletter {
padding: 16px 0 10px 0;
}
.newletter form {
margin: 0;
}
.newletter input[type="text"] {
outline: none;
width: 190px;
color: #555;
font-weight: bold;
height: 24px;
border: #FFF 0 solid;
margin: 0;
font-size: 12px;
}
.newletter input[type="submit"] {
width: 60px;
text-align: center;
color: #cd077d;
background: #FFF;
border: #FFF 0 solid;
height: 100%;
padding: 0;
font-weight: bold;
font-size: 12px;
position: absolute;
cursor: pointer;
}
.newletter .nl_label {
margin-bottom: 6px;
}
.newletter .nl_label label {
font-size: 12px;
color: #FFF;
font-weight: bold;
line-height: 20px;
}
.newletter .nl_input {
outline: none;
}
.newletter .nl_input > div {
float: left;
}
.newletter .nl_icon {
padding: 0 0 0 40px;
width: 250px;
height: 26px;
background: url(https://lh5.googleusercontent.com/-1kAWFA2y48w/Uohw5buPEzI/AAAAAAAAI5k/bwaxHNsjbQc/s40/icon_email.png) #FFF center left no-repeat;
}
.link_social .lc_label span {
color: #FFF;
font-weight: bold;
line-height: 40px;
}
.link_social .lc_facebook, .link_social .lc_twitter, .link_social .lc_youtube {
margin: 0 15px 0 0;
}
.link_social .lc_facebook a, .link_social .lc_twitter a, .link_social .lc_youtube a {
padding: 32px 3px 3px;
display: block;
color: #FFF;
}
.link_social .lc_facebook a:hover, .link_social .lc_twitter a:hover, .link_social .lc_youtube a:hover {
color: yellow;
}
.link_social .lc_facebook {
background: url(https://lh5.googleusercontent.com/-L0sz8VdGxvY/Uohw5RCP2mI/AAAAAAAAI5c/aXsXlD4D17M/s32/icon_facebook.png) center top no-repeat;
}
.link_social .lc_twitter {
background: url(https://lh4.googleusercontent.com/-tq_18Mn28s4/Uohw5eoioQI/AAAAAAAAI5U/vKRFkxL_UcU/s32/icon_twitter.png) center top no-repeat;
}
.link_social .lc_youtube {
background: url(https://lh4.googleusercontent.com/-uhfuJzNCthE/Uohw6FMv_mI/AAAAAAAAI5o/UkmQ2uthubM/s32/icon_youtube.png) center top no-repeat;
}
.siteinfo a:hover, #footer-wrapper .col ul li a:hover {
color: #fff;
}
#footer-wrapper h2 {
font-family: tahoma;
padding-bottom: 6px;
margin: 0 0 0 0;
color: #eee;
font-size: 14px;
}
.siteinfo {
background: #111;
text-align: center;
padding: 10px 0 10px 0;
color: #aaa;
font-size: 12px;
}
.siteinfo a {
color: #bbb;
}
.post-body {
padding: 8px 5px 8px 0;
}
.newletter {
padding: 16px 0 10px 0;
}
.newletter form {
margin: 0;
}
.newletter input[type="text"] {
outline: none;
width: 190px;
color: #555;
font-weight: bold;
height: 24px;
border: #FFF 0 solid;
margin: 0;
font-size: 12px;
}
.newletter input[type="submit"] {
width: 60px;
text-align: center;
color: #cd077d;
background: #FFF;
border: #FFF 0 solid;
font-weight: bold;
font-size: 12px;
position: absolute;
cursor: pointer;
}
.newletter .nl_label {
margin-bottom: 6px;
}
.newletter .nl_label label {
font-size: 12px;
color: #FFF;
font-weight: bold;
line-height: 20px;
}
.newletter .nl_input {
outline: none;
}
.newletter .nl_input > div {
float: left;
}
.newletter .nl_button {
margin: 0 0 0 2px;
width: 60px;
background: #FFF;
height: 26px;
position: relative;
}
.link_social div {
float: left;
}
.link_social .lc_label {
width: 80px;
color: #fff;
}
.link_social .lc_label span {
color: #FFF;
font-weight: bold;
line-height: 40px;
}
.link_social .lc_facebook, .link_social .lc_twitter, .link_social .lc_youtube {
margin: 0 15px 0 0;
}
.link_social .lc_facebook a, .link_social .lc_twitter a, .link_social .lc_youtube a {
padding: 32px 3px 3px;
display: block;
color: #FFF;
}
.link_social .lc_facebook a:hover, .link_social .lc_twitter a:hover, .link_social .lc_youtube a:hover {
color: yellow;
}
.link_social .lc_facebook {
background: url(https://lh5.googleusercontent.com/-L0sz8VdGxvY/Uohw5RCP2mI/AAAAAAAAI5c/aXsXlD4D17M/s32/icon_facebook.png) center top no-repeat;
}
.link_social .lc_twitter {
background: url(https://lh4.googleusercontent.com/-tq_18Mn28s4/Uohw5eoioQI/AAAAAAAAI5U/vKRFkxL_UcU/s32/icon_twitter.png) center top no-repeat;
}
.link_social .lc_youtube {
background: url(https://lh4.googleusercontent.com/-uhfuJzNCthE/Uohw6FMv_mI/AAAAAAAAI5o/UkmQ2uthubM/s32/icon_youtube.png) center top no-repeat;
}
.siteinfo a:hover, #footer-wrapper .col ul li a:hover {
color: #fff;
}
.post-body img {
margin: 10px auto !important;
height: auto !important;
max-width: 675px;
display: block;
border: 1px solid #666 !important;
}
.post {
font-family: "Times New Roman", Times, serif !important;
font-size: 16px !important;
line-height: 25px !important;
word-wrap: break-word !important;
color: #111;
}
.post a {
text-decoration: none;
}
.post a:hover {
text-decoration: none;
}
.post ul, .post ol {
margin: 0 0 10px 20px;
padding-left: 20px;
}
.post ul {
list-style-type: square;
}
.post li {
margin: 5px 0;
}
.post h1 {
line-height: 1.1em;
font-family: tahoma,helvertica,arial;
margin-top: 0;
padding: 10px 0 0 0;
font-size: 20px !important;
color: #d0014a;
}
.post h1 a {
line-height: 1.3em;
color: #d0014a;
text-decoration: none;
}
.post h1 a:hover {
color: #666;
}
.date-header {
margin: 0;
padding: 0;
}
.post-footer {
display: none;
}
.comm-num {
font-weight: bold;
float: right;
margin: -5px 0 0 0;
color: #888;
text-shadow: 0 1px #fff;
}
.contac_info {
font-family: times;
text-shadow: 0 1px #fff;
z-index: 1;
top: 0;
left: 0;
right: 0;
position: fixed;
font-size: 15px;
color: #136201;
border-bottom: 1px solid #eee;
background: #eee url(https://lh3.googleusercontent.com/-09o-Iz3WZuI/UKs7x4Z0JCI/AAAAAAAAEaE/oBHkOIAwmHk/s92/deals_bg.jpg) repeat-x 0 -25px;
}
.contac_info ul {
margin: 0;
list-style: none;
padding: 0;
}
.contac_info ul li {
font-weight: bold;
padding: 4px 0px 4px 0;
float: left;
}
.contac_info ul li a {
padding: 0px 10px;
border-left: 1px solid #fff;
border-right: 1px solid #aaa;
color: #136201;
margin: 0;
}
.contac_info ul li.first a {
border-left: 0;
}
.contac_info ul li.last a {
border-right: 0;
}
.contac_info ul li a:hover {
color: #e9028a;
}
.contac_info a.nganluong {
border: 0px;
float: left;
display: block;
width: 90px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 4px 0 0;
background: url(https://lh6.googleusercontent.com/-qjdA4RpgNwQ/UKtOgPMiN7I/AAAAAAAAEbc/Eza1VC10q0A/s91/nl.png) no-repeat 0 0;
}
.contac_info a.baokim {
border: 0px;
float: left;
display: block;
width: 80px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 4px 0 1px;
background: url(https://lh6.googleusercontent.com/--DZSrgF92Wk/UKtOgC46zGI/AAAAAAAAEbY/dtMXL0RusGQ/s80/bk.png) no-repeat 0 0;
}
.contac_info a.paypal {
border: 0px;
float: left;
display: block;
width: 86px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 0 0 1px;
background: url(http://traidatmuidotcom.appspot.com/background/paypal.gif) no-repeat 0 0;
}
ul, li {
list-style: outside none none;
}
ul, ol {
margin: 0px;
padding: 0px;
}
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 10%;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a, #jquery-lightbox a:hover {
border: none;
}
#jquery-lightbox a img {
border: none;
}
#lightbox-container-image-box {
position: relative;
background-color: #000;
max-width: 960px;
max-height: 560px;
margin: 0 auto;
}
#lightbox-container-image {
padding: 10px;
}
img#lightbox-image {
max-height: 540px;
max-width: 940px;
}
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
left: 0;
}
#lightbox-nav a {
outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 10%;
float: left;
}
#lightbox-nav-btnNext {
right: 10%;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana,Helvetica,sans-serif;
background-color: #000;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
max-width: 940px;
;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #fff;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption {
font-weight: bold;
}
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
*/
--> </style >
<!-- [if IE] > <script src='//html5shiv.googlecode.com/svn/trunk/html5.js' type='text/javascript' > </script > <![endif] -->
<style > .item-control.blog-admin {
display: none;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#outer-wrapper {
width: 1025px;
margin: 0 auto;
}
.entry-content iframe {
width: 100%;
height: 420px;
}
.entry-content table {
width: 100% !important;
text-align: center;
}
.picture {
float: left;
width: 202px;
padding-bottom: 0;
border-bottom: 0;
}
#multimedia {
float: left;
width: 100%;
margin: 20px 0 20px;
border-top: 8px solid #57badf;
}
#multimedia > header {
margin-bottom: 0;
}
#multimedia h2 {
font-size: 1.1em;
text-transform: uppercase;
position: relative;
display: inline;
top: -11px;
left: 10px;
padding: 0 12px;
color: #0098D3;
background: #fff;
font-family: ' Roboto Condensed', sans-serif;
font-weight: normal;
}
#multimedia .picture {
float: left;
width: 20%;
padding: 0 2px;
border-bottom: 0;
}
#multimedia article .cover {
float: none;
width: 100%;
height: 135px;
}
.cover {
float: left;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover !important;
background-position: 50% top;
cursor: pointer;
width: 100%;
}
.cover a {
display: block;
width: 100%;
height: 100%;
}
.cover img {
width: 100%;
height: 135px;
object-fit: cover;
}
#multimedia h3 {
display: block;
margin-top: 5px;
font-size: 12px;
}
#comments {
word-wrap: break-word;
font-size: 0.8em;
padding: 12px;
}
/* Comments */
.cmtitle {
background: #3363CD url(https://lh5.googleusercontent.com/-OHYa8q8UQfM/UlvrnZREVUI/AAAAAAAAADk/d-z_CUPf_0I/s6/diagonal-light.png);
font-weight: bold;
color: #fff;
padding: 0;
font-size: 15px;
margin: 0 0 8px 0;
}
.cmtitle h4 {
float: left;
background: #ef5a00 url(https://lh5.googleusercontent.com/-OHYa8q8UQfM/UlvrnZREVUI/AAAAAAAAADk/d-z_CUPf_0I/s6/diagonal-light.png);
font-weight: bold;
color: #fff;
padding: 5px 15px;
font-family: tahoma;
font-size: 14px;
margin: 0 0 0 0;
}
.cmtitle h4 a {
color: #fff;
}
#comments {
margin: 0;
padding: 0;
}
#comments h5 {
color: #000;
margin: 0;
padding: 0 0 5px;
font-size: 100%;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comments h3 {
box-shadow: 1px 1px 5px rgba(1, 1, 1, .1);
background: #f5f5f5;
color: #666;
font-size: 15px;
font-weight: bold;
padding: 8px;
border: 1px solid #fff;
}
.comments .comment-block {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comments .comments-content .datetime a {
color: #666;
}
.comments .comments-content .icon.blog-author {
background: url(http://2.bp.blogspot.com/-fGqHghV17sw/TyIzFNGl_uI/AAAAAAAAAQY/XpDDAI1dJ3o/s320/author.png);
width: 16px;
height: 16px;
display: inline-block;
margin: 0 0 -2px 6px;
}
.thread-count, loaded {
display: none;
}
.comments .avatar-image-container {
float: left;
width: 67px;
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comments .comments-content .comment:first-child {
padding-top: 0;
}
.comments .comments-content .comment {
margin-bottom: 0;
padding-bottom: 0;
list-style: none;
}
.comments .continue a {
box-shadow: 2px 2px 5px rgba(1, 1, 1, .1);
background: #f5f5f5;
position: relative;
text-align: center;
margin: 0;
color: #666;
border: 1px solid #fff;
padding: 4px 8px;
display: none;
}
.comments .comment .comment-actions a:hover {
background: #eaeaea;
}
.comments .comment .comment-actions a {
position: relative;
border: 1px solid rgba(187, 187, 187, 0.58);
color: #666;
padding: 3px 8px;
margin-right: 5px;
}
.comments .comments-content .datetime {
margin-left: 6px;
font-style: italic;
font-size: 11px;
}
.comment-content a {
color: #f00;
}
.avatar-image-container img {
max-width: 100%;
}
.comment_inner {
margin: 20px 0;
padding: 0;
overflow: hidden;
}
.comment_header {
float: left;
width: 67px;
}
.cm_head {
position: relative;
background: #fff;
border-bottom: 1px solid #ccc;
margin: -10px -10px 0;
padding: 5px 10px 8px;
}
.comment_avatar {
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comment_avatar img {
width: 55px;
height: 55px;
padding: 0;
text-align: center;
margin: 0;
background: #fcfcfc url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg) no-repeat;
}
div.comment_avatar img[src="http://img1.blogblog.com/img/openid16-rounded.gif"] {
content: url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg);
}
.comment_service {
margin-top: 0;
}
.comment_date {
margin: 0;
color: #d6d5d5;
font-size: 14px;
text-transform: uppercase;
}
.respond {
float: right;
margin: 0;
padding: 0;
}
.comment_date:hover {
color: #bbb;
text-decoration: underline;
}
.comment_body {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comment_body p {
line-height: 1.4;
margin: 15px 0 5px;
color: #666;
font-size: 14px;
word-wrap: break-word;
padding: 0;
}
.comment_child .comment_wrap {
padding-left: 78px;
}
.comment-delete {
position: absolute;
float: right;
top: 10px;
right: 10px;
margin: 0;
padding: 0;
}
.infonm {
float: left;
}
.comment_reply {
display: block;
font-weight: 700;
margin: 10px 0 0;
padding: 7px 0;
color: #fff !important;
text-align: center;
text-decoration: none !important;
background: #3498db;
}
.comment_reply:hover {
text-decoration: none;
background: #2980b9;
}
.comment_hapus {
font-weight: 700;
margin: 0;
padding: 0;
color: #fff !important;
text-decoration: none;
}
.comment_hapus:hover {
text-decoration: none;
color: #000 !important;
}
.unneeded-paging-control {
display: none;
}
.comment-form {
max-width: 100% !important;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comment_form a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.comment-form p {
background: #fff;
padding: 10px;
margin: 5px 0 5px 0;
color: #000;
font-size: 14px;
line-height: 20px;
position: relative;
}
.comment_reply_form {
padding: 0 0 0 70px;
}
.comment_reply_form .comment-form {
width: 100%;
}
iframe {
border: none;
overflow: hidden;
}
.deleted-comment {
background: #e74c3c;
color: #fff;
padding: 20px;
margin: 5px 0;
display: block;
}
iframe {
border: none;
overflow: hidden;
}
.comment-form p {
border: 1px solid #ccc;
color: #000;
padding: 0 10px 0 10px;
}
#comments {
background: #fff;
}
#comment_block {
padding: 0 10px 0 10px;
}
#comments h5 {
color: #000;
margin: 0;
padding: 0 0 5px;
font-size: 100%;
}
.comment_inner {
margin: 20px 0;
padding: 0;
overflow: hidden;
}
.comment_header {
float: left;
width: 67px;
}
.cm_head {
position: relative;
background: #fff;
border-bottom: 1px solid #ccc;
margin: -10px -10px 0;
padding: 5px 10px 8px;
}
.comment_avatar {
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comment_avatar img {
width: 55px;
height: 55px;
padding: 0;
text-align: center;
margin: 0;
background: #fcfcfc url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg) no-repeat;
}
div.comment_avatar img[src=" http://img1.blogblog.com/img/openid16-rounded.gif" ] {
content: url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg);
}
.comment_name, .comment_name a {
padding: 0;
margin: 0 0 5px 0;
font-weight: bold;
font-size: 12px;
}
.comment_service {
margin-top: 0;
}
.comment_date {
margin: 0;
color: #d6d5d5;
font-size: 14px;
text-transform: uppercase;
}
.respond {
float: right;
margin: 0;
padding: 0;
}
.comment_date:hover {
color: #bbb;
text-decoration: underline;
}
.comment_body {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comment_body p {
line-height: 1.4;
margin: 15px 0 5px;
color: #666;
font-size: 14px;
word-wrap: break-word;
padding: 0;
}
.comment_child .comment_wrap {
padding-left: 78px;
}
.comment-delete {
position: absolute;
float: right;
top: 10px;
right: 10px;
margin: 0;
padding: 0;
}
.infonm {
float: left;
}
.comment_reply {
display: block;
font-weight: 700;
margin: 10px 0 0;
padding: 7px 0;
color: #fff !important;
text-align: center;
text-decoration: none !important;
background: #3498db;
}
.comment_reply:hover {
text-decoration: none;
background: #2980b9;
}
.comment_hapus {
font-weight: 700;
margin: 0;
padding: 0;
color: #fff !important;
text-decoration: none;
}
.comment_hapus:hover {
text-decoration: none;
color: #000 !important;
}
.unneeded-paging-control {
display: none;
}
.comment-form {
padding: 0 10px 0 10px;
max-width: 100% !important;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comment_form a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.comment-form p {
background: #fff;
padding: 10px;
margin: 5px 0 5px 0;
color: #000;
font-size: 14px;
line-height: 20px;
position: relative;
}
.comment_reply_form {
padding: 0 0 0 70px;
}
.comment_reply_form .comment-form {
width: 100%;
}
iframe {
border: none;
overflow: hidden;
}
.deleted-comment {
background: #e74c3c;
color: #fff;
padding: 20px;
margin: 5px 0;
display: block;
}
iframe {
border: none;
overflow: hidden;
}
.comment-form p {
border: 1px solid #ccc;
color: #000;
margin-bottom: 20px;
padding: 20px;
}
.paging-control-container {
margin: 0 15px 5px 0;
font-size: 11px;
color: #666;
}
.paging-control-container a {
color: #03636e;
}
.paging-control-container a:hover {
color: #05ab9d;
}
#blog-pager {
display: none;
margin: 0;
overflow: hidden;
padding: 0;
height: 35px;
text-align: center;
}
a.blog-pager-older-link, a.blog-pager-newer-link {
color: #138101;
}
#blog-pager-newer-link {
margin: 0 0 0 10px;
}
#blog-pager-older-link {
margin: 0 10px 0 5px;
}
.relatedpoststitle {
background: #999 url(https://lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 0;
margin: 0;
color: #fff;
}
.relatedpoststitle h2 {
float: left;
background: #f80 url(https://lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 3px 12px;
margin: 0;
font-size: 14px;
color: #fff;
}
.relatedposts {
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}
.relatedposts ul {
list-style: none;
margin: 0;
padding: 0;
}
.relatedposts ul.videos li {
height: 190px;
width: 25%;
float: left;
padding: 0 1px;
}
.relatedposts ul.videos li img {
background: #fff;
padding: 3px;
margin: 6px 0 0 0;
width: 100%;
height: 130px;
border: 1px solid #ccc;
object-fit: cover;
}
.relatedposts ul.videos li .play {
width: 30px;
height: 30px;
display: block;
background: url(https: //lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 76px;
left: 63px;
}
.relatedposts ul.videos li h3 {
font-family: arial;
font-size: 12px;
padding: 0;
}
.relatedposts ul.videos li h3 a {
line-height: 1.2;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
}
.relatedposts ul.videos li h3 a:hover {
color: #000;
}
.relatedposts ul.news li {
padding: 0;
margin: 0 0 0 15px;
}
.relatedposts ul.news li h3 {
margin: 0;
background: url(https://lh5.googleusercontent.com/-2h5MNKyHXts/T3-gZ_6avGI/AAAAAAAACAI/tBTJsLidTT8/s9/li.png) no-repeat 0 5px;
font-family: arial;
font-size: 12px;
line-height: 1.2;
padding: 0 0 2px 14px;
}
.relatedposts ul.news li h3 a {
font-size: 12px;
padding: 0;
margin: 0;
color: #666;
}
.relatedposts ul.news li h3 a:hover {
color: #000;
}
#Label1 .widget-content ul {
font-size: 12px;
list-style-type: none;
margin: 0;
padding: 4px;
}
#Label1 .widget-content {
color: #777;
font-size: 13px;
line-height: 1.5em;
padding: 5px;
}
#Label1 .list-label-widget-content li {
list-style: none;
overflow: hidden;
float: left;
background: #76ba01;
padding: 5px;
margin: 1px !important;
}
#Label1 .list-label-widget-content li a {
font-weight: bold;
color: #fff;
}
#Label1 .list-label-widget-content li a:hover {
text-decoration: underline;
}
.popularposts {
background: #fff;
padding:5px 10px 7px 7px;
}
.popularposts img {
float: left;
margin: 4px 8px 5px 0;
padding: 0;
width: 72px;
height: 72px;
}
#PopularPosts1 ul {
margin: 0 0 10px 0;
list-style-type: none;
padding: 4px;
}
#PopularPosts1 ul li {
position: relative;
margin: 0 0;
border: 0;
padding: 5px 8px 6px;
}
#PopularPosts1 ul li:first-child {
background: #fff;
}
#PopularPosts1 ul li:first-child + li {
background: #f5f5f5;
}
#PopularPosts1 ul li:first-child + li + li {
background: #eee;
}
#PopularPosts1 ul li:first-child + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li .item-thumbnail {
float: left;
margin: 4px 8px 5px 0;
padding: 0;
width: 120px;
height: 90px;
}
#PopularPosts1 ul li a {
line-height: 1.4;
font-weight: normal;
padding: 0;
font-size: 16px;
color: #333;
text-decoration: none;
}
#PopularPosts1 ul li a:hover {
color: #0961ba;
text-decoration: none;
}
#cat-menu {
background: #c64b00 url(https://lh4.googleusercontent.com/-CQqRDxQ0DtQ/U75wkNZZEhI/AAAAAAAAJe0/4HW_jhNbf40/s52/cvcv.gif) repeat-x 0 -10px;
height: 34px;
padding: 0 0;
}
.nav {
font-size: 12px;
z-index: 99;
float: left;
padding: 0;
list-style: none;
line-height: 34px;
height: 34px;
}
.nav a {
text-transform: uppercase;
font: bold 12px tahoma;
padding: 0;
text-decoration: none;
line-height: 34px;
}
.nav li {
float: left;
margin: 0 5px 0 0;
}
.nav li a {
font: 12px/15px Arial, serif;
padding: 6px 0 6px 9px;
text-decoration: none;
font-weight: bold;
}
.nav li a span {
padding: 5px 15px 4px 0;
color: #FFF;
font-weight: bold;
}
nav li.news:hover, .nav li.news:hover ul {
background-color: black;
}
.nav li.news:hover, .nav li.news:hover ul {
background-color: #333;
}
.nav li.news:hover ul li {
border-bottom: 1px solid #111;
border-top: 1px solid #555;
}
.nav li.news:hover ul li.first {
border-top: 0;
}
.nav li.news:hover ul li.last {
border-bottom: none;
}
.nav li a:hover, .nav li a:active {
color: #B80000;
}
.nav li ul {
list-style: none;
background: #fff;
position: absolute;
left: -999em;
width: 168px;
margin: 0 1px 0 0;
z-index: 999999;
padding: 5px 0 5px 10px;
}
.nav .last ul {
background: #fff;
position: absolute;
width: 168px;
margin: 0 1px;
z-index: 999;
}
.nav li ul li {
width: 160px;
clear: both;
padding: 6px 0;
background: none;
border: none;
margin-left: 0;
}
.nav li ul li a {
padding: 0;
color: #FFF !important;
font-size: 12px;
text-transform: none;
background: none;
}
.nav li:hover ul li a {
background: none;
font-weight: bold;
}
.nav li:hover, .nav li.hover {
position: static;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
left: -999999;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
left: auto;
}
.slider-baiviethot {
}
.slider-baiviethot .cot-hot-1 {
float: left;
position: relative;
width: 420px;
}
.slider-baiviethot .cot-hot-2 {
border: 1px solid #ccc;
float: left;
margin: 0 10px 0 0;
width: 276px;
}
.slider-baiviethot .cot-hot-3 {
width: 300px;
float: right;
margin: 0 0 0 0;
}
.topnews h2 {
font-family: tahoma;
font-size: 16px;
padding: 5px 5px 7px 0;
font-weight: bold;
color: #555;
}
.topnews {
padding: 0;
}
.topnews .firstpost {
margin-bottom: 10px;
padding: 0;
}
.topnews .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 180px;
left: 20px;
}
.topnews .firstpost img {
width: 100%;
height: 200px;
object-fit: cover;
}
.topnews .firstpost h3 {
background: #EAEAEA;
padding: 5px 12px 4px;
font-size: 12px;
}
.topnews .firstpost h3 a {
display: block;
font-size: 14px;
height: 42px;
line-height: 20px;
color: #da1a21;
overflow: hidden;
font-weight: bold;
}
.topnews ul.listpost li {
color: #BD0507;
list-style: square inside none;
padding: 6px 0 6px 0;
}
.topnews ul.listpost {
padding: 0 5px 0 5px;
}
.topnews ul.evenPosts {
}
.topnews ul.oddPosts {
}
.topnews ul.listpost li h3 {
display: inline;
font-weight: bold;
font-size: 12px;
}
.topnews ul.listpost li h3 a {
color: #3C3C3C;
}
.top-left-content {
padding: 0 0 0 0;
}
.top-left-content .firstpost {
height: 330px;
width: 420px;
position: relative;
padding: 0;
margin: 0 0 5px 0;
}
.top-left-content .firstpost img {
object-fit: cover;
width: 420px;
height: 260px;
margin: 0 0 0 0;
padding: 0;
}
.top-left-content .firstpost h3 {
border-bottom: 1px solid #222;
padding: 8px 8px;
background: #000;
opacity: 0.8;
position: absolute;
bottom: 70px;
left: 0;
right: 0;
font-size: 12px;
}
.top-left-content .firstpost h3 a {
opacity: 1;
color: #fff;
}
.top-left-content .firstpost p {
line-height: 1.5;
margin: -5px 0 0 0;
font-size: 12px;
padding: 8px 8px;
color: #eee;
background: #333;
}
.top-left-content ul.listpost li {
list-style: none;
margin: 0 0 5px 0;
}
.top-left-content ul.listpost {
position: relative;
width: 33.3333%;
float: left;
padding: 0 5px;
}
.top-left-content ul.listpost img {
background: #fff;
border: 1px solid #ccc;
padding: 3px;
width: 100%;
height: 90px;
object-fit: cover;
}
.top-left-content ul.listpost li h3 {
padding: 5px 0;
font-size: 12px;
}
.top-left-content ul.listpost li h3 a {
color: #444;
}
.top-left-content .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 10px;
left: 10px;
}
.top-left-content ul.listpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 34px;
left: 50px;
}
.conttabs {
position: relative;
margin: 35px 0 10px 0;
}
.conttabs ul.tabnav {
position: absolute;
top: -20px;
left: 0;
}
.conttabs ul.tabnav.tabnav li {
float: left;
list-style: none;
margin: 0 0 0 0;
padding: 0;
}
.conttabs ul.tabnav li a {
height: 25px;
font-size: 12px;
text-decoration: none;
color: #333;
background: #e8e8e8;
font-weight: bold;
margin: 0;
padding: 6px 8px 4px;
}
.conttabs ul.tabnav li a:hover, .conttabs ul.tabnav li.ui-tabs-selected a {
background: #00aeef;
color: #fff;
text-decoration: none;
}
.conttabs .tabdiv {
margin-top: 6px;
background: #00aeef;
padding: 9px 6px;
}
.conttabs .ui-tabs-hide {
display: none;
}
.top-tabcont {
width: 176px;
background: #4c4c4c;
position: relative;
float: left;
padding: 6px;
margin: 0 1px 0 0;
}
.top-tabcont img {
width: 176px;
height: 98px;
margin: 0 8px 0 0;
}
.top-tabcont h3 {
padding: 2px 0;
font-weight: normal;
font-size: 14px;
}
.top-tabcont h3 a {
color: #fff;
}
.top-tabcont .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 45px;
left: 5px;
}
.rightbox {
line-height: 1.3;
font-size: 12px;
padding: 0 1px;
margin: 0 0 0 0;
}
.rightbox .firstpost {
background: #00aeef;
width: 278px;
height: 168px;
position: relative;
margin: 0 0 6px 0;
padding: 10px;
}
.rightbox .firstpost h3 {
background: #000;
opacity: 0.7;
position: absolute;
bottom: 10px;
right: 9px;
left: 10px;
padding: 8px 10px;
font-size: 12px;
line-height: 1.2;
}
.rightbox .firstpost h3 a {
color: #fff;
}
.rightbox .firstpost h3 a:hover {
color: #fff;
}
.rightbox .firstpost img {
width: 278px;
height: 168px;
}
.rightbox .firstpost p {
margin: 0 0 5px 0;
line-height: 1.6;
}
.rightbox .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 15px;
left: 15px;
}
.rightbox ul.listpost li {
height: 30px;
border-bottom: 1px solid #ddd;
clear: both;
position: relative;
padding: 0 6px 8px;
list-style: none;
margin: 0 0 8px;
}
.rightbox ul.listpost li img {
float: left;
width: 160px;
height: 90px;
margin: 0 8px 0 0;
}
.rightbox ul.listpost li h3 {
line-height: 1.3;
font-weight: bold;
font-size: 12px;
}
.rightbox ul.listpost li h3 a {
color: #468aca;
}
.rightbox ul.listpost li h3 a:hover {
color: #555;
}
.rightbox ul.listpost li .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 10px;
left: 15px;
}
.labelposts {
margin: 0 0 10px 0;
position: relative;
background: url(https://lh4.googleusercontent.com/-73wFxulItdM/UHWlWCs6PiI/AAAAAAAADxk/Gjc7rRxj0BQ/s23/bg-mn-tab.jpg) repeat-x;
padding: 0 0 0 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.labelposts ul.labelnavi {
height: 23px;
}
.labelposts ul.labelnavi li {
font-size: 12px;
font-family: arial;
list-style: none;
float: left;
padding: 2px 0 0 12px;
}
.labelposts ul.labelnavi li a {
ext-shadow: 0 1px #fff;
color: #145c04;
}
.labelposts .labelname {
font-weight: bold;
color: #fff;
height: 21px;
float: left;
margin: 0 18px 0 0 0;
background: url(https://lh5.googleusercontent.com/-UBXPYznCExM/UHWlVxLQ99I/AAAAAAAADxc/bKkFrakcI3Q/s112/c-bg-nav.jpg.png) repeat-x;
padding: 2px 12px 0 8px;
}
.labelposts .contpost {
background: #fff;
line-height: 1.3;
font-size: 12px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 1px 1px 0 8px;
}
.labelposts .firstpost {
float: left;
width: 235px;
position: relative;
margin: 8px 0 0 0;
}
.labelposts .contpost .firstpost h2 {
height: 50px;
padding: 8px 8px 0 8px;
background: #000;
opacity: 0.85;
line-height: 1.2;
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
}
.labelposts .contpost .firstpost h2 a {
color: #fff;
}
.labelposts .contpost .firstpost .thumb {
margin: 0 0 8px 0;
position: relative;
box-shadow: 0 0 40px #ccc inset;
padding: 3px;
background: #fff;
}
.labelposts .contpost .firstpost img {
width: 229px;
height: 185px;
}
.labelposts .contpost ul.listpost li {
background: #f6f5f5 url(https://lh6.googleusercontent.com/-0E_Cmoz-GGU/UHbGi-ggJ3I/AAAAAAAAD08/raRmKvf_A4o/s4/dot1.jpg) repeat-x bottom left;
padding: 4px 8px 4px 7px;
min-height: 63px;
list-style: none;
margin: 0 0 0 245px;
}
.labelposts .contpost ul.listpost li img {
width: 70px;
height: 60px;
float: left;
margin: 0 8px 0 0;
}
.labelposts .contpost ul.listpost li h2 {
font-weight: normal;
font-size: 12px;
}
.labelposts .contpost ul.listpost li h2 a {
ext-shadow: 0 1px #fff;
color: #2f6b02;
}
.breadcrumbs {
margin: 0 0 0 0;
padding: 5px;
font-size: 12px;
color: #aaa;
}
.breadcrumbs a {
font-weight: bold;
color: #d4002e;
}
.breadcrumbs a:hover {
color: #777;
}
.breadcrumbs-labelname {
margin: 0 0 0 1px;
padding-left: 5px;
background: url(https://lh3.googleusercontent.com/-g87OuZZgpXQ/TwqVubNjytI/AAAAAAAABgs/cfgKRZ3CmTc/s5/arrow%2520%25281%2529.png) left center no-repeat;
}
.post-info {
font-weight: bold;
color: #333;
font-size: 12px;
margin: 8px 15px 0 0px;
float: left;
}
.post-timestamp {
color: #f80;
margin: 0 0 0 0;
padding-left: 2px;
}
.date-post {
color: #f80;
margin: 0 2px 0 0;
padding-left: 0;
}
.share {
float: right;
margin: 2px 0 6px 0;
}
.share-icon {
font-size: 10px;
float: left;
margin: 2px 0 0 0;
}
.share-icon .icon {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #bbb;
display: block;
width: 22px;
height: 18px;
}
.share-icon .icon:hover {
border: 1px solid #f80;
}
.e-mail .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh6.googleusercontent.com/-KMGnRGWEilg/UQtUBWW5KrI/AAAAAAAAF3s/1QjV3GtuAGE/s18/fdfdf.png) no-repeat center;
}
.print .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh3.googleusercontent.com/-50sECUpUT74/UQtUCPYXnzI/AAAAAAAAF30/5FBfmY2aJNA/s18/gfghfhg.png) no-repeat center;
}
.print .label {
margin: 0 0 0 0;
}
.large .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh3.googleusercontent.com/-0aiA81n7saU/UQtUBUtO8aI/AAAAAAAAF3o/jKBTU5K9K1U/s15/gfgfgfg.png) no-repeat center;
}
.small .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh6.googleusercontent.com/-E2rfGGaUrZ0/UQtUBTy5ldI/AAAAAAAAF3k/jllCjMklFIg/s15/dfdfdf.png) no-repeat center;
}
.home-navi .news img {
background: #fff;
float: left;
width: 260px;
height: 230px;
padding: 3px;
margin: 4px 10px 5px 0;
border: 1px solid #ccc;
object-fit: cover;
}
.home-navi .news {
line-height: 1.5em;
color: #222;
margin: 0 15px 0 0;
padding: 8px 8px 8p 0x;
}
.home-navi .news h3 {
line-height: 1.2;
font-family: tahoma;
padding: 0;
margin: 0 0 6px 0;
}
.home-navi .news h3 a {
color: #333;
padding: 0;
margin-left: 0;
font-size: 16px;
text-decoration: none;
}
.home-navi .news h3 a:hover {
color: #d4014b;
}
.home-navi .videos {
height: 190px;
position: relative;
width: 163px;
float: left;
margin: 0 0 15px 10px;
padding: 0;
overflow: hidden;
}
.home-navi .videos img {
width: 100%;
height: 150px;
float: left;
margin: 0 0 8px 0;
}
.home-navi .videos h3 {
font-family: arial;
line-height: 1.1;
padding: 0;
margin: 5px 0 0 0;
}
.home-navi .videos h3 a {
color: #333;
padding: 0;
margin: 0;
font-size: 12px;
text-decoration: none;
}
.home-navi .videos h3 a:hover {
color: #d4014b;
}
.home-navi .videos .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 80px;
left: 63px;
}
.breadcrumb2 {
color: #888;
border-bottom: 1px dashed #ccc;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}
.breadcrumb2 a {
color: #d4002e;
font-weight: bold;
background: url(https://lh3.googleusercontent.com/-g87OuZZgpXQ/TwqVubNjytI/AAAAAAAABgs/cfgKRZ3CmTc/s5/arrow%2520%25281%2529.png) right center no-repeat;
margin: 0 8px 0 0;
padding: 0 13px 0 0;
}
.authorpost {
font-size: 12px;
color: #666;
margin: 3px 0 3px 0;
}
#page-rc-tooltip {
font-size: 12px;
color: #555;
text-align: center;
font-weight: bold;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 0;
}
#page-rc-tooltip a {
background: #069702 url(https://lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #047f01;
color: #eee;
text-decoration: none;
padding: 3px 6px;
}
#page-rc-tooltip a:hover {
background: #e04102 url(https: //lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #bc3702;
color: #fff;
}
#page-rc-tooltip span {
color: #fff;
background: #e04102 url(https: //lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #bc3702;
padding: 3px 6px;
}
#page-rc-tooltip span.currentpage {
color: #000;
}
.continue {
font-size: 12px;
font-weight: bold;
margin-right: 0;
float: right;
padding: 3px 5px 3px 6px;
text-align: center;
}
.continue a {
color: #c80050;
text-decoration: none;
}
.continue a:hover {
color: #f80;
}
.scrolltab {
margin: 0 0 10px 0;
}
.tabContainer {
width: 100%;
overflow: hidden;
}
.tabContainer li {
float: left;
}
.tabContainer li a {
display: block !important;
display: inline-block;
padding: 0 15px;
height: 27px;
line-height: 27px;
}
.webwidget_scroller_tab .tabHead {
list-style-type: none;
margin: 0;
padding: 0;
}
.webwidget_scroller_tab .tabBody {
background: #01a0dc;
height: 160px;
overflow: hidden;
width: 982px;
position: relative;
}
.webwidget_scroller_tab .tabBody ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.webwidget_scroller_tab .tabBody ul {
width: 1500px;
position: absolute;
}
.webwidget_scroller_tab .tabBody ul li {
float: left;
}
.webwidget_scroller_tab .tabHead li a {
font-weight: bold;
text-decoration: none;
color: #444;
}
.webwidget_scroller_tab .tabCot {
float: left;
}
.webwidget_scroller_tab .tabCot p {
margin: 0;
padding: 5px;
}
.webwidget_scroller_tab .tabContainer li a {
font-family: tahoma;
font-size: 14px;
background: #e9e9e9;
color: #444;
}
.webwidget_scroller_tab .tabContainer li.currentBtn a {
background: #01a0dc;
height: 28px;
color: #fff;
}
.webwidget_scroller_tab li.tabCot ul {
margin: 0 0 0 9px;
}
.webwidget_scroller_tab li.tabCot ul li {
height: 145px;
width: 192px;
display: inline-block;
margin: 10px 1px 0 0;
background: #4C4C4C;
}
.latest-clips h3 {
padding: 4px 6px;
text-align: left;
font-weight: normal;
font-size: 14px;
height: 30px;
display: block;
overflow: hidden;
}
.latest-clips a {
color: #ccc;
font-weight: normal;
}
.latest-clips a:hover {
color: #fff;
}
.latest-clip-cover {
width: 100%;
height: 98px;
display: block;
margin: 0;
position: relative;
}
.latest-clip-cover img {
width: 179px;
height: 98px;
display: block;
margin: 5px auto;
}
.clip-hover {
background: url(https: //lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat top left;
position: absolute;
top: 35px;
left: 80px;
display: block;
width: 30px;
height: 30px;
}
id {
font-size: 1px;
display: none;
}
#list_tap {
text-align: justify;
border-top: 1px solid #C2C2C2;
border-bottom: 1px solid #C2C2C2;
padding: 1px;
margin: 10px 0 10px 0;
}
#list_tap ul {
padding: 0;
float: left;
list-style: none;
margin: 5px 0 0 0;
width: 100%;
text-algin: left;
}
#list_tap ul li {
float: left;
text-algin: left;
text-decoration: none;
font: bold 12px Tahoma;
padding: 2px;
height: 22px;
}
#list_tap ul li.sev {
color: #444;
position: relative;
z-index: 101;
}
#list_tap ul li.ep a.a_tap {
position: relative;
z-index: 101;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
min-width: 26px;
border: 1px solid #ddd;
border-radius: 3px;
color: #111;
padding: 3px 5px;
margin: 0;
}
#list_tap ul li.ep a.a_tap:hover {
border: 1px solid #c70147 !important;
color: #d0014a;
}
#list_tap ul li.ep a.active {
background: #d0014a;
border: 1px solid #c70147 !important;
border-radius: 3px;
color: #fff;
padding: 2px 4px;
text-decoration: blink;
}
#anc_dx {
float: center;
height: 24px;
background: #E0E0E0;
border: 1px solid #ccc;
border-radius: 3px 5px;
font: bold 12px Tahoma;
line-height: 24px;
color: #c20c0c;
overflow: hidden;
margin: 5px 0;
padding: 3px 5px 3px 0;
}
#anc_dx span {
color: #111;
}
#phim_pl {
position: relative;
z-index: 101;
}
#phim_pl embed {
}
.embed-play {
position: relative;
margin: 10px 0 0 0;
}
.embed-play iframe {
height: 0 !important;
visibility: hidden !important;
}
.phimtitle {
background: #999 url(https: //lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 0;
margin: 0;
color: #fff;
}
.phimtitle h2 {
float: left;
background: #f80 url(https: //lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 3px 12px;
margin: 0;
font-size: 14px;
color: #fff;
}
#bongtoi {
background: #000;
opacity: 0.9;
filter: alpha(opacity = 90);
zoom: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 100;
}
.bongden {
float: right;
margin: 0 8px 0 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ccc;
padding: 3px 0 2px 0;
}
#narrow {
float: right;
margin: 0 8px 0 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ddd;
padding: 3px 0 2px 0;
}
#enlarge {
float: right;
margin: 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ddd;
padding: 3px 0 2px 0;
}
#narrow a, #enlarge a, a.tatden, a.light {
text-alight: center;
font-weight: normal;
padding: 0 10px;
color: #333 !important;
}
.bdfull {
z-index: 101;
position: absolute;
top: 540px;
right: 0;
}
.recent-comment {
font-size: 12px;
line-height: 1.4;
color: #666;
padding: 4px 6px 0 6px;
margin: 0 0 4px 0;
height: 49px;
}
.recent-comment img {
margin: 3px 6px 3px 0;
padding: 1px;
border: 1px solid #ccc;
background: #fff;
height: 39px;
float: left;
width: 38px;
}
.recent-comment a {
font-size: 11px;
color: #333 !important;
}
.recent-comment a:hover {
color: #f80 !important;
}
span.recent-comment-author a {
margin: 3px 0 0 0;
font-size: 12px;
color: #dc0373;
font-weight: bold;
}
.recent-comment-author a:hover {
color: #f80;
}
.cm-line {
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
}
.cmdelete {
margin: 8px 0 0 0;
color: #888;
}
.post-body {
}
.play-dong {
cursor: pointer;
height: 85px;
position: absolute;
width: 140px;
z-index: 999;
background: url(https: //lh3.googleusercontent.com/-frgwYAc9Lz4/UwjM2BCSMnI/AAAAAAAAG0E/YYmiBCf2n0g/s38/playbut.PNG);
opacity: 0;
background-position: center;
background-repeat: no-repeat;
z-index: 999;
bottom: 33px;
left: 13px;
}
.play-dong:hover {
opacity: 0.9;
}
.folder-topnews.fl .play-dong {
height: 160px;
width: 300px;
}
.play-dong2 {
cursor: pointer;
height: 85px;
position: absolute;
width: 140px;
z-index: 999;
background: url(https: //lh3.googleusercontent.com/-frgwYAc9Lz4/UwjM2BCSMnI/AAAAAAAAG0E/YYmiBCf2n0g/s38/playbut.PNG);
opacity: 0;
background-position: center;
background-repeat: no-repeat;
z-index: 999;
bottom: 70px;
left: 13px;
}
.play-dong2:hover {
opacity: 0.9;
}
.folder-topnews.fl .play-dong2 {
height: 160px;
width: 300px;
}
.label-home2 .firstpost3 {
color: #666;
text-align: left;
padding: 8px 8px 4px;
margin: 0 0 5px 0;
}
.firstpost3 img {
float: left;
background: #fff;
border: 1px solid #ccc;
padding: 3px;
margin: 0 8px 0 0;
width: 120px;
height: 90px;
}
.firstpost3 h3 {
padding: 0 0 1px;
font-size: 12px;
line-height: 1.3;
}
.firstpost3 h3 a {
color: #444;
}
.popularposts { background: #fff }
.popularposts img { float: left; margin: 4px 8px 5px 0; padding: 0; width: 72px; height: 72px }
#PopularPosts1 ul { margin: 0 0 10px 0; list-style-type: none; padding: 4px }
#PopularPosts1 ul li { position: relative; margin: 0 0; border: 0; padding: 5px 8px 6px }
#PopularPosts1 ul li:first-child { background: #fff }
#PopularPosts1 ul li:first-child + li { background: #f5f5f5 }
#PopularPosts1 ul li:first-child + li + li { background: #eee }
#PopularPosts1 ul li:first-child + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li .item-thumbnail { float: left; margin: 4px 8px 5px 0; padding: 0; width: 120px; height: 90px }
#PopularPosts1 ul li a { line-height: 1.4; font-weight: normal; padding: 0; font-size: 16px; color: #333; text-decoration: none }
#PopularPosts1 ul li a:hover { color: #0961ba; text-decoration: none } | Templates/TemplateSite.Mvc/Content/Css/out.css | body {
font-family: tahoma,Arial,Sans;
margin: 0;
padding: 0;
background: #f4f5f6;
font-size: 14px;
}
a:link, a:visited {
/*color: #045ca7;
text-decoration: none;*/
}
a:hover {
color: #04a189;
text-decoration: underline;
cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 15px;
}
img {
border: 0 none;
}
abbr {
border-bottom: 0 none;
cursor: help;
}
p {
margin: 5px 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
#navbar-iframe {
display: none;
height: 0;
}
.pagewidth {
width: 100%;
margin: 0 auto;
}
.clear {
clear: both;
}
.line-border {
border-bottom: 1px solid #fff;
border-top: 1px #ccc solid;
}
.header-wrapper {
position: relative;
overflow: hidden;
height: 110px;
margin: 0 0 0 0;
padding: 0;
border-bottom: 1px solid #fe9917;
}
.topadsright {
float: right;
margin: 10px 0 0 0;
}
#content-wrapper {
margin: 10px 0 0 0;
}
#main-wrapper {
width: 715px;
float: left;
padding: 0;
clear: both;
margin: 0 0 0 5px;
display: inline;
word-wrap: break-word;
overflow: hidden;
line-height: 1.5;
}
#sidebar-wrapper {
width: 290px;
padding: 0 0 0 0;
margin: 0 5px 0 0;
float: right;
display: inline;
word-wrap: break-word;
overflow: hidden;
}
.sidebar h2 {
font-weight: bold;
background: #d6216e url(https://lh4.googleusercontent.com/-pc56dnhir4U/VHVzAndYMrI/AAAAAAAAJ9s/1aueTkh4IYA/s16/icon-title.png) 5px center no-repeat;
text-align: left;
font-family: tahoma;
margin: 0 0 0 0;
padding: 6px 0 6px 28px;
font-size: 14px;
color: #fff;
}
.sidebar .widget-content {
background: #fff;
margin: 0 0 10px 0;
padding: 0;
color: #333;
}
#sidebar-wrapper .contact-form-widget form {
width: 300px;
}
#sidebar-wrapper .contact-form-widget form span {
color: red;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-email, #sidebar-wrapper .contact-form-widget form input.contact-form-name {
margin-left: 13px;
width: 150px !important;
}
#sidebar-wrapper .contact-form-widget form .contact-form-email-message {
width: 195px;
margin-left: 8px;
}
#sidebar-wrapper .contact-form-widget {
padding: 8px 0 0 8px;
width: 300px;
color: #666;
font-size: 12px;
}
#sidebar-wrapper .contact-form-widget form input {
margin: 5px 0 3px 0;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-button-submit {
background: #498af2;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 285px;
height: 2em;
font-family: tahoma;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}
#sidebar-wrapper .contact-form-widget form input.contact-form-button-submit:hover {
background: #d70060;
}
#footer-wrapper ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#footer-wrapper {
background: #222;
border-bottom: 1px solid #000;
position: relative;
text-align: left;
font-family: arial,Helvetica;
font-size: 12px;
word-wrap: break-word;
overflow: hidden;
color: #333;
margin: 0 0 0 0;
padding: 8px 10px;
line-height: 1.3em;
}
#footer-wrapper a {
color: #ccc;
}
#footer-wrapper a:hover {
color: #fff;
}
#footer-wrapper .col {
line-height: 1.5;
width: 150px;
float: left;
margin: 0 8px 0 0;
padding: 0;
}
#footer-wrapper .col ul li {
}
#footer-wrapper .col ul li a {
font-weight: bold;
color: #bbb;
}
.ft_tool {
width: 325px;
padding: 0 0 0 10px;
float: right;
}
.newletter {
padding: 16px 0 10px 0;
}
.newletter form {
margin: 0;
}
.newletter input[type="text"] {
outline: none;
width: 190px;
color: #555;
font-weight: bold;
height: 24px;
border: #FFF 0 solid;
margin: 0;
font-size: 12px;
}
.newletter input[type="submit"] {
width: 60px;
text-align: center;
color: #cd077d;
background: #FFF;
border: #FFF 0 solid;
height: 100%;
padding: 0;
font-weight: bold;
font-size: 12px;
position: absolute;
cursor: pointer;
}
.newletter .nl_label {
margin-bottom: 6px;
}
.newletter .nl_label label {
font-size: 12px;
color: #FFF;
font-weight: bold;
line-height: 20px;
}
.newletter .nl_input {
outline: none;
}
.newletter .nl_input > div {
float: left;
}
.newletter .nl_icon {
padding: 0 0 0 40px;
width: 250px;
height: 26px;
background: url(https://lh5.googleusercontent.com/-1kAWFA2y48w/Uohw5buPEzI/AAAAAAAAI5k/bwaxHNsjbQc/s40/icon_email.png) #FFF center left no-repeat;
}
.link_social .lc_label span {
color: #FFF;
font-weight: bold;
line-height: 40px;
}
.link_social .lc_facebook, .link_social .lc_twitter, .link_social .lc_youtube {
margin: 0 15px 0 0;
}
.link_social .lc_facebook a, .link_social .lc_twitter a, .link_social .lc_youtube a {
padding: 32px 3px 3px;
display: block;
color: #FFF;
}
.link_social .lc_facebook a:hover, .link_social .lc_twitter a:hover, .link_social .lc_youtube a:hover {
color: yellow;
}
.link_social .lc_facebook {
background: url(https://lh5.googleusercontent.com/-L0sz8VdGxvY/Uohw5RCP2mI/AAAAAAAAI5c/aXsXlD4D17M/s32/icon_facebook.png) center top no-repeat;
}
.link_social .lc_twitter {
background: url(https://lh4.googleusercontent.com/-tq_18Mn28s4/Uohw5eoioQI/AAAAAAAAI5U/vKRFkxL_UcU/s32/icon_twitter.png) center top no-repeat;
}
.link_social .lc_youtube {
background: url(https://lh4.googleusercontent.com/-uhfuJzNCthE/Uohw6FMv_mI/AAAAAAAAI5o/UkmQ2uthubM/s32/icon_youtube.png) center top no-repeat;
}
.siteinfo a:hover, #footer-wrapper .col ul li a:hover {
color: #fff;
}
#footer-wrapper h2 {
font-family: tahoma;
padding-bottom: 6px;
margin: 0 0 0 0;
color: #eee;
font-size: 14px;
}
.siteinfo {
background: #111;
text-align: center;
padding: 10px 0 10px 0;
color: #aaa;
font-size: 12px;
}
.siteinfo a {
color: #bbb;
}
.post-body {
padding: 8px 5px 8px 0;
}
.newletter {
padding: 16px 0 10px 0;
}
.newletter form {
margin: 0;
}
.newletter input[type="text"] {
outline: none;
width: 190px;
color: #555;
font-weight: bold;
height: 24px;
border: #FFF 0 solid;
margin: 0;
font-size: 12px;
}
.newletter input[type="submit"] {
width: 60px;
text-align: center;
color: #cd077d;
background: #FFF;
border: #FFF 0 solid;
font-weight: bold;
font-size: 12px;
position: absolute;
cursor: pointer;
}
.newletter .nl_label {
margin-bottom: 6px;
}
.newletter .nl_label label {
font-size: 12px;
color: #FFF;
font-weight: bold;
line-height: 20px;
}
.newletter .nl_input {
outline: none;
}
.newletter .nl_input > div {
float: left;
}
.newletter .nl_button {
margin: 0 0 0 2px;
width: 60px;
background: #FFF;
height: 26px;
position: relative;
}
.link_social div {
float: left;
}
.link_social .lc_label {
width: 80px;
color: #fff;
}
.link_social .lc_label span {
color: #FFF;
font-weight: bold;
line-height: 40px;
}
.link_social .lc_facebook, .link_social .lc_twitter, .link_social .lc_youtube {
margin: 0 15px 0 0;
}
.link_social .lc_facebook a, .link_social .lc_twitter a, .link_social .lc_youtube a {
padding: 32px 3px 3px;
display: block;
color: #FFF;
}
.link_social .lc_facebook a:hover, .link_social .lc_twitter a:hover, .link_social .lc_youtube a:hover {
color: yellow;
}
.link_social .lc_facebook {
background: url(https://lh5.googleusercontent.com/-L0sz8VdGxvY/Uohw5RCP2mI/AAAAAAAAI5c/aXsXlD4D17M/s32/icon_facebook.png) center top no-repeat;
}
.link_social .lc_twitter {
background: url(https://lh4.googleusercontent.com/-tq_18Mn28s4/Uohw5eoioQI/AAAAAAAAI5U/vKRFkxL_UcU/s32/icon_twitter.png) center top no-repeat;
}
.link_social .lc_youtube {
background: url(https://lh4.googleusercontent.com/-uhfuJzNCthE/Uohw6FMv_mI/AAAAAAAAI5o/UkmQ2uthubM/s32/icon_youtube.png) center top no-repeat;
}
.siteinfo a:hover, #footer-wrapper .col ul li a:hover {
color: #fff;
}
.post-body img {
margin: 10px auto !important;
height: auto !important;
max-width: 675px;
display: block;
border: 1px solid #666 !important;
}
.post {
font-family: "Times New Roman", Times, serif !important;
font-size: 16px !important;
line-height: 25px !important;
word-wrap: break-word !important;
color: #111;
}
.post a {
text-decoration: none;
}
.post a:hover {
text-decoration: none;
}
.post ul, .post ol {
margin: 0 0 10px 20px;
padding-left: 20px;
}
.post ul {
list-style-type: square;
}
.post li {
margin: 5px 0;
}
.post h1 {
line-height: 1.1em;
font-family: tahoma,helvertica,arial;
margin-top: 0;
padding: 10px 0 0 0;
font-size: 20px !important;
color: #d0014a;
}
.post h1 a {
line-height: 1.3em;
color: #d0014a;
text-decoration: none;
}
.post h1 a:hover {
color: #666;
}
.date-header {
margin: 0;
padding: 0;
}
.post-footer {
display: none;
}
.comm-num {
font-weight: bold;
float: right;
margin: -5px 0 0 0;
color: #888;
text-shadow: 0 1px #fff;
}
.contac_info {
font-family: times;
text-shadow: 0 1px #fff;
z-index: 1;
top: 0;
left: 0;
right: 0;
position: fixed;
font-size: 15px;
color: #136201;
border-bottom: 1px solid #eee;
background: #eee url(https://lh3.googleusercontent.com/-09o-Iz3WZuI/UKs7x4Z0JCI/AAAAAAAAEaE/oBHkOIAwmHk/s92/deals_bg.jpg) repeat-x 0 -25px;
}
.contac_info ul {
margin: 0;
list-style: none;
padding: 0;
}
.contac_info ul li {
font-weight: bold;
padding: 4px 0px 4px 0;
float: left;
}
.contac_info ul li a {
padding: 0px 10px;
border-left: 1px solid #fff;
border-right: 1px solid #aaa;
color: #136201;
margin: 0;
}
.contac_info ul li.first a {
border-left: 0;
}
.contac_info ul li.last a {
border-right: 0;
}
.contac_info ul li a:hover {
color: #e9028a;
}
.contac_info a.nganluong {
border: 0px;
float: left;
display: block;
width: 90px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 4px 0 0;
background: url(https://lh6.googleusercontent.com/-qjdA4RpgNwQ/UKtOgPMiN7I/AAAAAAAAEbc/Eza1VC10q0A/s91/nl.png) no-repeat 0 0;
}
.contac_info a.baokim {
border: 0px;
float: left;
display: block;
width: 80px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 4px 0 1px;
background: url(https://lh6.googleusercontent.com/--DZSrgF92Wk/UKtOgC46zGI/AAAAAAAAEbY/dtMXL0RusGQ/s80/bk.png) no-repeat 0 0;
}
.contac_info a.paypal {
border: 0px;
float: left;
display: block;
width: 86px;
height: 21px;
text-indent: -9999px;
overflow: hidden;
margin: 2px 0 0 1px;
background: url(http://traidatmuidotcom.appspot.com/background/paypal.gif) no-repeat 0 0;
}
ul, li {
list-style: outside none none;
}
ul, ol {
margin: 0px;
padding: 0px;
}
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 10%;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a, #jquery-lightbox a:hover {
border: none;
}
#jquery-lightbox a img {
border: none;
}
#lightbox-container-image-box {
position: relative;
background-color: #000;
max-width: 960px;
max-height: 560px;
margin: 0 auto;
}
#lightbox-container-image {
padding: 10px;
}
img#lightbox-image {
max-height: 540px;
max-width: 940px;
}
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
left: 0;
}
#lightbox-nav a {
outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 10%;
float: left;
}
#lightbox-nav-btnNext {
right: 10%;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana,Helvetica,sans-serif;
background-color: #000;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
max-width: 940px;
;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #fff;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption {
font-weight: bold;
}
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
*/
--> </style >
<!-- [if IE] > <script src='//html5shiv.googlecode.com/svn/trunk/html5.js' type='text/javascript' > </script > <![endif] -->
<style > .item-control.blog-admin {
display: none;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#outer-wrapper {
width: 1025px;
margin: 0 auto;
}
.entry-content iframe {
width: 100%;
height: 420px;
}
.entry-content table {
width: 100% !important;
text-align: center;
}
.picture {
float: left;
width: 202px;
padding-bottom: 0;
border-bottom: 0;
}
#multimedia {
float: left;
width: 100%;
margin: 20px 0 20px;
border-top: 8px solid #57badf;
}
#multimedia > header {
margin-bottom: 0;
}
#multimedia h2 {
font-size: 1.1em;
text-transform: uppercase;
position: relative;
display: inline;
top: -11px;
left: 10px;
padding: 0 12px;
color: #0098D3;
background: #fff;
font-family: ' Roboto Condensed', sans-serif;
font-weight: normal;
}
#multimedia .picture {
float: left;
width: 20%;
padding: 0 2px;
border-bottom: 0;
}
#multimedia article .cover {
float: none;
width: 100%;
height: 135px;
}
.cover {
float: left;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover !important;
background-position: 50% top;
cursor: pointer;
width: 100%;
}
.cover a {
display: block;
width: 100%;
height: 100%;
}
.cover img {
width: 100%;
height: 135px;
object-fit: cover;
}
#multimedia h3 {
display: block;
margin-top: 5px;
font-size: 12px;
}
#comments {
word-wrap: break-word;
font-size: 0.8em;
padding: 12px;
}
/* Comments */
.cmtitle {
background: #3363CD url(https://lh5.googleusercontent.com/-OHYa8q8UQfM/UlvrnZREVUI/AAAAAAAAADk/d-z_CUPf_0I/s6/diagonal-light.png);
font-weight: bold;
color: #fff;
padding: 0;
font-size: 15px;
margin: 0 0 8px 0;
}
.cmtitle h4 {
float: left;
background: #ef5a00 url(https://lh5.googleusercontent.com/-OHYa8q8UQfM/UlvrnZREVUI/AAAAAAAAADk/d-z_CUPf_0I/s6/diagonal-light.png);
font-weight: bold;
color: #fff;
padding: 5px 15px;
font-family: tahoma;
font-size: 14px;
margin: 0 0 0 0;
}
.cmtitle h4 a {
color: #fff;
}
#comments {
margin: 0;
padding: 0;
}
#comments h5 {
color: #000;
margin: 0;
padding: 0 0 5px;
font-size: 100%;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comments h3 {
box-shadow: 1px 1px 5px rgba(1, 1, 1, .1);
background: #f5f5f5;
color: #666;
font-size: 15px;
font-weight: bold;
padding: 8px;
border: 1px solid #fff;
}
.comments .comment-block {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comments .comments-content .datetime a {
color: #666;
}
.comments .comments-content .icon.blog-author {
background: url(http://2.bp.blogspot.com/-fGqHghV17sw/TyIzFNGl_uI/AAAAAAAAAQY/XpDDAI1dJ3o/s320/author.png);
width: 16px;
height: 16px;
display: inline-block;
margin: 0 0 -2px 6px;
}
.thread-count, loaded {
display: none;
}
.comments .avatar-image-container {
float: left;
width: 67px;
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comments .comments-content .comment:first-child {
padding-top: 0;
}
.comments .comments-content .comment {
margin-bottom: 0;
padding-bottom: 0;
list-style: none;
}
.comments .continue a {
box-shadow: 2px 2px 5px rgba(1, 1, 1, .1);
background: #f5f5f5;
position: relative;
text-align: center;
margin: 0;
color: #666;
border: 1px solid #fff;
padding: 4px 8px;
display: none;
}
.comments .comment .comment-actions a:hover {
background: #eaeaea;
}
.comments .comment .comment-actions a {
position: relative;
border: 1px solid rgba(187, 187, 187, 0.58);
color: #666;
padding: 3px 8px;
margin-right: 5px;
}
.comments .comments-content .datetime {
margin-left: 6px;
font-style: italic;
font-size: 11px;
}
.comment-content a {
color: #f00;
}
.avatar-image-container img {
max-width: 100%;
}
.comment_inner {
margin: 20px 0;
padding: 0;
overflow: hidden;
}
.comment_header {
float: left;
width: 67px;
}
.cm_head {
position: relative;
background: #fff;
border-bottom: 1px solid #ccc;
margin: -10px -10px 0;
padding: 5px 10px 8px;
}
.comment_avatar {
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comment_avatar img {
width: 55px;
height: 55px;
padding: 0;
text-align: center;
margin: 0;
background: #fcfcfc url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg) no-repeat;
}
div.comment_avatar img[src="http://img1.blogblog.com/img/openid16-rounded.gif"] {
content: url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg);
}
.comment_service {
margin-top: 0;
}
.comment_date {
margin: 0;
color: #d6d5d5;
font-size: 14px;
text-transform: uppercase;
}
.respond {
float: right;
margin: 0;
padding: 0;
}
.comment_date:hover {
color: #bbb;
text-decoration: underline;
}
.comment_body {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comment_body p {
line-height: 1.4;
margin: 15px 0 5px;
color: #666;
font-size: 14px;
word-wrap: break-word;
padding: 0;
}
.comment_child .comment_wrap {
padding-left: 78px;
}
.comment-delete {
position: absolute;
float: right;
top: 10px;
right: 10px;
margin: 0;
padding: 0;
}
.infonm {
float: left;
}
.comment_reply {
display: block;
font-weight: 700;
margin: 10px 0 0;
padding: 7px 0;
color: #fff !important;
text-align: center;
text-decoration: none !important;
background: #3498db;
}
.comment_reply:hover {
text-decoration: none;
background: #2980b9;
}
.comment_hapus {
font-weight: 700;
margin: 0;
padding: 0;
color: #fff !important;
text-decoration: none;
}
.comment_hapus:hover {
text-decoration: none;
color: #000 !important;
}
.unneeded-paging-control {
display: none;
}
.comment-form {
max-width: 100% !important;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comment_form a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.comment-form p {
background: #fff;
padding: 10px;
margin: 5px 0 5px 0;
color: #000;
font-size: 14px;
line-height: 20px;
position: relative;
}
.comment_reply_form {
padding: 0 0 0 70px;
}
.comment_reply_form .comment-form {
width: 100%;
}
iframe {
border: none;
overflow: hidden;
}
.deleted-comment {
background: #e74c3c;
color: #fff;
padding: 20px;
margin: 5px 0;
display: block;
}
iframe {
border: none;
overflow: hidden;
}
.comment-form p {
border: 1px solid #ccc;
color: #000;
padding: 0 10px 0 10px;
}
#comments {
background: #fff;
}
#comment_block {
padding: 0 10px 0 10px;
}
#comments h5 {
color: #000;
margin: 0;
padding: 0 0 5px;
font-size: 100%;
}
.comment_inner {
margin: 20px 0;
padding: 0;
overflow: hidden;
}
.comment_header {
float: left;
width: 67px;
}
.cm_head {
position: relative;
background: #fff;
border-bottom: 1px solid #ccc;
margin: -10px -10px 0;
padding: 5px 10px 8px;
}
.comment_avatar {
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px 0;
}
.comment_avatar img {
width: 55px;
height: 55px;
padding: 0;
text-align: center;
margin: 0;
background: #fcfcfc url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg) no-repeat;
}
div.comment_avatar img[src=" http://img1.blogblog.com/img/openid16-rounded.gif" ] {
content: url(http://1.bp.blogspot.com/-G0zAVt0juzo/U2zUS3UWlWI/AAAAAAAAAdE/EeaudQNy4Is/s1600/anonymous.jpg);
}
.comment_name, .comment_name a {
padding: 0;
margin: 0 0 5px 0;
font-weight: bold;
font-size: 12px;
}
.comment_service {
margin-top: 0;
}
.comment_date {
margin: 0;
color: #d6d5d5;
font-size: 14px;
text-transform: uppercase;
}
.respond {
float: right;
margin: 0;
padding: 0;
}
.comment_date:hover {
color: #bbb;
text-decoration: underline;
}
.comment_body {
background: #fff;
border: 1px solid #ccc;
margin-left: 77px;
padding: 10px;
}
.comment_body p {
line-height: 1.4;
margin: 15px 0 5px;
color: #666;
font-size: 14px;
word-wrap: break-word;
padding: 0;
}
.comment_child .comment_wrap {
padding-left: 78px;
}
.comment-delete {
position: absolute;
float: right;
top: 10px;
right: 10px;
margin: 0;
padding: 0;
}
.infonm {
float: left;
}
.comment_reply {
display: block;
font-weight: 700;
margin: 10px 0 0;
padding: 7px 0;
color: #fff !important;
text-align: center;
text-decoration: none !important;
background: #3498db;
}
.comment_reply:hover {
text-decoration: none;
background: #2980b9;
}
.comment_hapus {
font-weight: 700;
margin: 0;
padding: 0;
color: #fff !important;
text-decoration: none;
}
.comment_hapus:hover {
text-decoration: none;
color: #000 !important;
}
.unneeded-paging-control {
display: none;
}
.comment-form {
padding: 0 10px 0 10px;
max-width: 100% !important;
}
#comment-editor {
width: 100% !important;
background: #fff url(' data:image/gif;base64,R0lGODlhKwALAPAAAKrD2AAAACH5BAEKAAEAIf4VTWFkZSBieSBBamF4TG9hZC5pbmZvACH/C05FVFNDQVBFMi4wAwEAAAAsAAAAACsACwAAAjIMjhjLltnYg/PFChveVvPLheA2hlhZoWYnfd6avqcMZy1J14fKLvrEs/k+uCAgMkwVAAAh+QQBCgACACwAAAAAKwALAIFPg6+qw9gAAAAAAAACPRSOKMsSD2FjsZqEwax885hh3veMZJiYn8qhSkNKcBy4B2vNsa3pJA6yAWUUGm9Y8n2Oyk7T4posYlLHrwAAIfkEAQoAAgAsAAAAACsACwCBT4OvqsPYAAAAAAAAAj1UjijLAg9hY6maalvcb+IPBhO3eeF5jKTUoKi6AqYLwutMYzaJ58nO6flSmpisNcwwjEfK6fKZLGJSqK4AACH5BAEKAAIALAAAAAArAAsAgU+Dr6rD2AAAAAAAAAJAVI4oy5bZGJiUugcbfrH6uWVMqDSfRx5RGnQnxa6p+wKxNpu1nY/9suORZENd7eYrSnbIRVMQvGAizhAV+hIUAAA7' ) no-repeat 50% 40%;
margin-bottom: 0;
margin-top: 5px;
}
.comment_form a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.comment-form p {
background: #fff;
padding: 10px;
margin: 5px 0 5px 0;
color: #000;
font-size: 14px;
line-height: 20px;
position: relative;
}
.comment_reply_form {
padding: 0 0 0 70px;
}
.comment_reply_form .comment-form {
width: 100%;
}
iframe {
border: none;
overflow: hidden;
}
.deleted-comment {
background: #e74c3c;
color: #fff;
padding: 20px;
margin: 5px 0;
display: block;
}
iframe {
border: none;
overflow: hidden;
}
.comment-form p {
border: 1px solid #ccc;
color: #000;
margin-bottom: 20px;
padding: 20px;
}
.paging-control-container {
margin: 0 15px 5px 0;
font-size: 11px;
color: #666;
}
.paging-control-container a {
color: #03636e;
}
.paging-control-container a:hover {
color: #05ab9d;
}
#blog-pager {
display: none;
margin: 0;
overflow: hidden;
padding: 0;
height: 35px;
text-align: center;
}
a.blog-pager-older-link, a.blog-pager-newer-link {
color: #138101;
}
#blog-pager-newer-link {
margin: 0 0 0 10px;
}
#blog-pager-older-link {
margin: 0 10px 0 5px;
}
.relatedpoststitle {
background: #999 url(https://lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 0;
margin: 0;
color: #fff;
}
.relatedpoststitle h2 {
float: left;
background: #f80 url(https://lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 3px 12px;
margin: 0;
font-size: 14px;
color: #fff;
}
.relatedposts {
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}
.relatedposts ul {
list-style: none;
margin: 0;
padding: 0;
}
.relatedposts ul.videos li {
height: 190px;
width: 25%;
float: left;
padding: 0 1px;
}
.relatedposts ul.videos li img {
background: #fff;
padding: 3px;
margin: 6px 0 0 0;
width: 100%;
height: 130px;
border: 1px solid #ccc;
object-fit: cover;
}
.relatedposts ul.videos li .play {
width: 30px;
height: 30px;
display: block;
background: url(https: //lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 76px;
left: 63px;
}
.relatedposts ul.videos li h3 {
font-family: arial;
font-size: 12px;
padding: 0;
}
.relatedposts ul.videos li h3 a {
line-height: 1.2;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
}
.relatedposts ul.videos li h3 a:hover {
color: #000;
}
.relatedposts ul.news li {
padding: 0;
margin: 0 0 0 15px;
}
.relatedposts ul.news li h3 {
margin: 0;
background: url(https://lh5.googleusercontent.com/-2h5MNKyHXts/T3-gZ_6avGI/AAAAAAAACAI/tBTJsLidTT8/s9/li.png) no-repeat 0 5px;
font-family: arial;
font-size: 12px;
line-height: 1.2;
padding: 0 0 2px 14px;
}
.relatedposts ul.news li h3 a {
font-size: 12px;
padding: 0;
margin: 0;
color: #666;
}
.relatedposts ul.news li h3 a:hover {
color: #000;
}
#Label1 .widget-content ul {
font-size: 12px;
list-style-type: none;
margin: 0;
padding: 4px;
}
#Label1 .widget-content {
color: #777;
font-size: 13px;
line-height: 1.5em;
padding: 5px;
}
#Label1 .list-label-widget-content li {
list-style: none;
overflow: hidden;
float: left;
background: #76ba01;
padding: 5px;
margin: 1px !important;
}
#Label1 .list-label-widget-content li a {
font-weight: bold;
color: #fff;
}
#Label1 .list-label-widget-content li a:hover {
text-decoration: underline;
}
.popularposts {
background: #fff;
padding:5px 10px 7px 7px;
}
.popularposts img {
float: left;
margin: 4px 8px 5px 0;
padding: 0;
width: 72px;
height: 72px;
}
#PopularPosts1 ul {
margin: 0 0 10px 0;
list-style-type: none;
padding: 4px;
}
#PopularPosts1 ul li {
position: relative;
margin: 0 0;
border: 0;
padding: 5px 8px 6px;
}
#PopularPosts1 ul li:first-child {
background: #fff;
}
#PopularPosts1 ul li:first-child + li {
background: #f5f5f5;
}
#PopularPosts1 ul li:first-child + li + li {
background: #eee;
}
#PopularPosts1 ul li:first-child + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li {
background: #fff;
}
#PopularPosts1 ul li .item-thumbnail {
float: left;
margin: 4px 8px 5px 0;
padding: 0;
width: 120px;
height: 90px;
}
#PopularPosts1 ul li a {
line-height: 1.4;
font-weight: normal;
padding: 0;
font-size: 16px;
color: #333;
text-decoration: none;
}
#PopularPosts1 ul li a:hover {
color: #0961ba;
text-decoration: none;
}
#cat-menu {
background: #c64b00 url(https://lh4.googleusercontent.com/-CQqRDxQ0DtQ/U75wkNZZEhI/AAAAAAAAJe0/4HW_jhNbf40/s52/cvcv.gif) repeat-x 0 -10px;
height: 34px;
padding: 0 0;
}
.nav {
font-size: 12px;
z-index: 99;
float: left;
padding: 0;
list-style: none;
line-height: 34px;
height: 34px;
}
.nav a {
text-transform: uppercase;
font: bold 12px tahoma;
padding: 0;
text-decoration: none;
line-height: 34px;
}
.nav li {
float: left;
margin: 0 5px 0 0;
}
.nav li a {
font: 12px/15px Arial, serif;
padding: 6px 0 6px 9px;
text-decoration: none;
font-weight: bold;
}
.nav li a span {
padding: 5px 15px 4px 0;
color: #FFF;
font-weight: bold;
}
nav li.news:hover, .nav li.news:hover ul {
background-color: black;
}
.nav li.news:hover, .nav li.news:hover ul {
background-color: #333;
}
.nav li.news:hover ul li {
border-bottom: 1px solid #111;
border-top: 1px solid #555;
}
.nav li.news:hover ul li.first {
border-top: 0;
}
.nav li.news:hover ul li.last {
border-bottom: none;
}
.nav li a:hover, .nav li a:active {
color: #B80000;
}
.nav li ul {
list-style: none;
background: #fff;
position: absolute;
left: -999em;
width: 168px;
margin: 0 1px 0 0;
z-index: 999999;
padding: 5px 0 5px 10px;
}
.nav .last ul {
background: #fff;
position: absolute;
width: 168px;
margin: 0 1px;
z-index: 999;
}
.nav li ul li {
width: 160px;
clear: both;
padding: 6px 0;
background: none;
border: none;
margin-left: 0;
}
.nav li ul li a {
padding: 0;
color: #FFF !important;
font-size: 12px;
text-transform: none;
background: none;
}
.nav li:hover ul li a {
background: none;
font-weight: bold;
}
.nav li:hover, .nav li.hover {
position: static;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
left: -999999;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
left: auto;
}
.slider-baiviethot {
}
.slider-baiviethot .cot-hot-1 {
float: left;
position: relative;
width: 420px;
}
.slider-baiviethot .cot-hot-2 {
border: 1px solid #ccc;
float: left;
margin: 0 10px 0 0;
width: 276px;
}
.slider-baiviethot .cot-hot-3 {
width: 300px;
float: right;
margin: 0 0 0 0;
}
.topnews h2 {
font-family: tahoma;
font-size: 16px;
padding: 5px 5px 7px 0;
font-weight: bold;
color: #555;
}
.topnews {
padding: 0;
}
.topnews .firstpost {
margin-bottom: 10px;
padding: 0;
}
.topnews .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 180px;
left: 20px;
}
.topnews .firstpost img {
width: 100%;
height: 200px;
object-fit: cover;
}
.topnews .firstpost h3 {
background: #EAEAEA;
padding: 5px 12px 4px;
font-size: 12px;
}
.topnews .firstpost h3 a {
display: block;
font-size: 14px;
height: 42px;
line-height: 20px;
color: #da1a21;
overflow: hidden;
font-weight: bold;
}
.topnews ul.listpost li {
color: #BD0507;
list-style: square inside none;
padding: 6px 0 6px 0;
}
.topnews ul.listpost {
padding: 0 5px 0 5px;
}
.topnews ul.evenPosts {
}
.topnews ul.oddPosts {
}
.topnews ul.listpost li h3 {
display: inline;
font-weight: bold;
font-size: 12px;
}
.topnews ul.listpost li h3 a {
color: #3C3C3C;
}
.top-left-content {
padding: 0 0 0 0;
}
.top-left-content .firstpost {
height: 330px;
width: 420px;
position: relative;
padding: 0;
margin: 0 0 5px 0;
}
.top-left-content .firstpost img {
object-fit: cover;
width: 420px;
height: 260px;
margin: 0 0 0 0;
padding: 0;
}
.top-left-content .firstpost h3 {
border-bottom: 1px solid #222;
padding: 8px 8px;
background: #000;
opacity: 0.8;
position: absolute;
bottom: 70px;
left: 0;
right: 0;
font-size: 12px;
}
.top-left-content .firstpost h3 a {
opacity: 1;
color: #fff;
}
.top-left-content .firstpost p {
line-height: 1.5;
margin: -5px 0 0 0;
font-size: 12px;
padding: 8px 8px;
color: #eee;
background: #333;
}
.top-left-content ul.listpost li {
list-style: none;
margin: 0 0 5px 0;
}
.top-left-content ul.listpost {
position: relative;
width: 33.3333%;
float: left;
padding: 0 5px;
}
.top-left-content ul.listpost img {
background: #fff;
border: 1px solid #ccc;
padding: 3px;
width: 100%;
height: 90px;
object-fit: cover;
}
.top-left-content ul.listpost li h3 {
padding: 5px 0;
font-size: 12px;
}
.top-left-content ul.listpost li h3 a {
color: #444;
}
.top-left-content .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 10px;
left: 10px;
}
.top-left-content ul.listpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 34px;
left: 50px;
}
.conttabs {
position: relative;
margin: 35px 0 10px 0;
}
.conttabs ul.tabnav {
position: absolute;
top: -20px;
left: 0;
}
.conttabs ul.tabnav.tabnav li {
float: left;
list-style: none;
margin: 0 0 0 0;
padding: 0;
}
.conttabs ul.tabnav li a {
height: 25px;
font-size: 12px;
text-decoration: none;
color: #333;
background: #e8e8e8;
font-weight: bold;
margin: 0;
padding: 6px 8px 4px;
}
.conttabs ul.tabnav li a:hover, .conttabs ul.tabnav li.ui-tabs-selected a {
background: #00aeef;
color: #fff;
text-decoration: none;
}
.conttabs .tabdiv {
margin-top: 6px;
background: #00aeef;
padding: 9px 6px;
}
.conttabs .ui-tabs-hide {
display: none;
}
.top-tabcont {
width: 176px;
background: #4c4c4c;
position: relative;
float: left;
padding: 6px;
margin: 0 1px 0 0;
}
.top-tabcont img {
width: 176px;
height: 98px;
margin: 0 8px 0 0;
}
.top-tabcont h3 {
padding: 2px 0;
font-weight: normal;
font-size: 14px;
}
.top-tabcont h3 a {
color: #fff;
}
.top-tabcont .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 45px;
left: 5px;
}
.rightbox {
line-height: 1.3;
font-size: 12px;
padding: 0 1px;
margin: 0 0 0 0;
}
.rightbox .firstpost {
background: #00aeef;
width: 278px;
height: 168px;
position: relative;
margin: 0 0 6px 0;
padding: 10px;
}
.rightbox .firstpost h3 {
background: #000;
opacity: 0.7;
position: absolute;
bottom: 10px;
right: 9px;
left: 10px;
padding: 8px 10px;
font-size: 12px;
line-height: 1.2;
}
.rightbox .firstpost h3 a {
color: #fff;
}
.rightbox .firstpost h3 a:hover {
color: #fff;
}
.rightbox .firstpost img {
width: 278px;
height: 168px;
}
.rightbox .firstpost p {
margin: 0 0 5px 0;
line-height: 1.6;
}
.rightbox .firstpost .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 15px;
left: 15px;
}
.rightbox ul.listpost li {
height: 30px;
border-bottom: 1px solid #ddd;
clear: both;
position: relative;
padding: 0 6px 8px;
list-style: none;
margin: 0 0 8px;
}
.rightbox ul.listpost li img {
float: left;
width: 160px;
height: 90px;
margin: 0 8px 0 0;
}
.rightbox ul.listpost li h3 {
line-height: 1.3;
font-weight: bold;
font-size: 12px;
}
.rightbox ul.listpost li h3 a {
color: #468aca;
}
.rightbox ul.listpost li h3 a:hover {
color: #555;
}
.rightbox ul.listpost li .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
bottom: 10px;
left: 15px;
}
.labelposts {
margin: 0 0 10px 0;
position: relative;
background: url(https://lh4.googleusercontent.com/-73wFxulItdM/UHWlWCs6PiI/AAAAAAAADxk/Gjc7rRxj0BQ/s23/bg-mn-tab.jpg) repeat-x;
padding: 0 0 0 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.labelposts ul.labelnavi {
height: 23px;
}
.labelposts ul.labelnavi li {
font-size: 12px;
font-family: arial;
list-style: none;
float: left;
padding: 2px 0 0 12px;
}
.labelposts ul.labelnavi li a {
ext-shadow: 0 1px #fff;
color: #145c04;
}
.labelposts .labelname {
font-weight: bold;
color: #fff;
height: 21px;
float: left;
margin: 0 18px 0 0 0;
background: url(https://lh5.googleusercontent.com/-UBXPYznCExM/UHWlVxLQ99I/AAAAAAAADxc/bKkFrakcI3Q/s112/c-bg-nav.jpg.png) repeat-x;
padding: 2px 12px 0 8px;
}
.labelposts .contpost {
background: #fff;
line-height: 1.3;
font-size: 12px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 1px 1px 0 8px;
}
.labelposts .firstpost {
float: left;
width: 235px;
position: relative;
margin: 8px 0 0 0;
}
.labelposts .contpost .firstpost h2 {
height: 50px;
padding: 8px 8px 0 8px;
background: #000;
opacity: 0.85;
line-height: 1.2;
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
}
.labelposts .contpost .firstpost h2 a {
color: #fff;
}
.labelposts .contpost .firstpost .thumb {
margin: 0 0 8px 0;
position: relative;
box-shadow: 0 0 40px #ccc inset;
padding: 3px;
background: #fff;
}
.labelposts .contpost .firstpost img {
width: 229px;
height: 185px;
}
.labelposts .contpost ul.listpost li {
background: #f6f5f5 url(https://lh6.googleusercontent.com/-0E_Cmoz-GGU/UHbGi-ggJ3I/AAAAAAAAD08/raRmKvf_A4o/s4/dot1.jpg) repeat-x bottom left;
padding: 4px 8px 4px 7px;
min-height: 63px;
list-style: none;
margin: 0 0 0 245px;
}
.labelposts .contpost ul.listpost li img {
width: 70px;
height: 60px;
float: left;
margin: 0 8px 0 0;
}
.labelposts .contpost ul.listpost li h2 {
font-weight: normal;
font-size: 12px;
}
.labelposts .contpost ul.listpost li h2 a {
ext-shadow: 0 1px #fff;
color: #2f6b02;
}
.breadcrumbs {
margin: 0 0 0 0;
padding: 5px;
font-size: 12px;
color: #aaa;
}
.breadcrumbs a {
font-weight: bold;
color: #d4002e;
}
.breadcrumbs a:hover {
color: #777;
}
.breadcrumbs-labelname {
margin: 0 0 0 1px;
padding-left: 5px;
background: url(https://lh3.googleusercontent.com/-g87OuZZgpXQ/TwqVubNjytI/AAAAAAAABgs/cfgKRZ3CmTc/s5/arrow%2520%25281%2529.png) left center no-repeat;
}
.post-info {
font-weight: bold;
color: #333;
font-size: 12px;
margin: 8px 15px 0 0px;
float: left;
}
.post-timestamp {
color: #f80;
margin: 0 0 0 0;
padding-left: 2px;
}
.date-post {
color: #f80;
margin: 0 2px 0 0;
padding-left: 0;
}
.share {
float: right;
margin: 2px 0 6px 0;
}
.share-icon {
font-size: 10px;
float: left;
margin: 2px 0 0 0;
}
.share-icon .icon {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #bbb;
display: block;
width: 22px;
height: 18px;
}
.share-icon .icon:hover {
border: 1px solid #f80;
}
.e-mail .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh6.googleusercontent.com/-KMGnRGWEilg/UQtUBWW5KrI/AAAAAAAAF3s/1QjV3GtuAGE/s18/fdfdf.png) no-repeat center;
}
.print .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh3.googleusercontent.com/-50sECUpUT74/UQtUCPYXnzI/AAAAAAAAF30/5FBfmY2aJNA/s18/gfghfhg.png) no-repeat center;
}
.print .label {
margin: 0 0 0 0;
}
.large .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh3.googleusercontent.com/-0aiA81n7saU/UQtUBUtO8aI/AAAAAAAAF3o/jKBTU5K9K1U/s15/gfgfgfg.png) no-repeat center;
}
.small .icon {
margin: 0 2px 0 2px;
background: #fff url(https://lh6.googleusercontent.com/-E2rfGGaUrZ0/UQtUBTy5ldI/AAAAAAAAF3k/jllCjMklFIg/s15/dfdfdf.png) no-repeat center;
}
.home-navi .news img {
background: #fff;
float: left;
width: 260px;
height: 230px;
padding: 3px;
margin: 4px 10px 5px 0;
border: 1px solid #ccc;
object-fit: cover;
}
.home-navi .news {
line-height: 1.5em;
color: #222;
margin: 0 15px 0 0;
padding: 8px 8px 8p 0x;
}
.home-navi .news h3 {
line-height: 1.2;
font-family: tahoma;
padding: 0;
margin: 0 0 6px 0;
}
.home-navi .news h3 a {
color: #333;
padding: 0;
margin-left: 0;
font-size: 16px;
text-decoration: none;
}
.home-navi .news h3 a:hover {
color: #d4014b;
}
.home-navi .videos {
height: 190px;
position: relative;
width: 163px;
float: left;
margin: 0 0 15px 10px;
padding: 0;
overflow: hidden;
}
.home-navi .videos img {
width: 100%;
height: 150px;
float: left;
margin: 0 0 8px 0;
}
.home-navi .videos h3 {
font-family: arial;
line-height: 1.1;
padding: 0;
margin: 5px 0 0 0;
}
.home-navi .videos h3 a {
color: #333;
padding: 0;
margin: 0;
font-size: 12px;
text-decoration: none;
}
.home-navi .videos h3 a:hover {
color: #d4014b;
}
.home-navi .videos .play {
width: 30px;
height: 30px;
display: block;
background: url(https://lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat;
position: absolute;
top: 80px;
left: 63px;
}
.breadcrumb2 {
color: #888;
border-bottom: 1px dashed #ccc;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}
.breadcrumb2 a {
color: #d4002e;
font-weight: bold;
background: url(https://lh3.googleusercontent.com/-g87OuZZgpXQ/TwqVubNjytI/AAAAAAAABgs/cfgKRZ3CmTc/s5/arrow%2520%25281%2529.png) right center no-repeat;
margin: 0 8px 0 0;
padding: 0 13px 0 0;
}
.authorpost {
font-size: 12px;
color: #666;
margin: 3px 0 3px 0;
}
#page-rc-tooltip {
font-size: 12px;
color: #555;
text-align: center;
font-weight: bold;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 0;
}
#page-rc-tooltip a {
background: #069702 url(https://lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #047f01;
color: #eee;
text-decoration: none;
padding: 3px 6px;
}
#page-rc-tooltip a:hover {
background: #e04102 url(https: //lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #bc3702;
color: #fff;
}
#page-rc-tooltip span {
color: #fff;
background: #e04102 url(https: //lh6.googleusercontent.com/-f7XcGLa3T_Y/UmjjDDblhoI/AAAAAAAAIJw/7J4JdeJSTvo/s6/vdv.png);
border: 1px solid #bc3702;
padding: 3px 6px;
}
#page-rc-tooltip span.currentpage {
color: #000;
}
.continue {
font-size: 12px;
font-weight: bold;
margin-right: 0;
float: right;
padding: 3px 5px 3px 6px;
text-align: center;
}
.continue a {
color: #c80050;
text-decoration: none;
}
.continue a:hover {
color: #f80;
}
.scrolltab {
margin: 0 0 10px 0;
}
.tabContainer {
width: 100%;
overflow: hidden;
}
.tabContainer li {
float: left;
}
.tabContainer li a {
display: block !important;
display: inline-block;
padding: 0 15px;
height: 27px;
line-height: 27px;
}
.webwidget_scroller_tab .tabHead {
list-style-type: none;
margin: 0;
padding: 0;
}
.webwidget_scroller_tab .tabBody {
background: #01a0dc;
height: 160px;
overflow: hidden;
width: 982px;
position: relative;
}
.webwidget_scroller_tab .tabBody ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.webwidget_scroller_tab .tabBody ul {
width: 1500px;
position: absolute;
}
.webwidget_scroller_tab .tabBody ul li {
float: left;
}
.webwidget_scroller_tab .tabHead li a {
font-weight: bold;
text-decoration: none;
color: #444;
}
.webwidget_scroller_tab .tabCot {
float: left;
}
.webwidget_scroller_tab .tabCot p {
margin: 0;
padding: 5px;
}
.webwidget_scroller_tab .tabContainer li a {
font-family: tahoma;
font-size: 14px;
background: #e9e9e9;
color: #444;
}
.webwidget_scroller_tab .tabContainer li.currentBtn a {
background: #01a0dc;
height: 28px;
color: #fff;
}
.webwidget_scroller_tab li.tabCot ul {
margin: 0 0 0 9px;
}
.webwidget_scroller_tab li.tabCot ul li {
height: 145px;
width: 192px;
display: inline-block;
margin: 10px 1px 0 0;
background: #4C4C4C;
}
.latest-clips h3 {
padding: 4px 6px;
text-align: left;
font-weight: normal;
font-size: 14px;
height: 30px;
display: block;
overflow: hidden;
}
.latest-clips a {
color: #ccc;
font-weight: normal;
}
.latest-clips a:hover {
color: #fff;
}
.latest-clip-cover {
width: 100%;
height: 98px;
display: block;
margin: 0;
position: relative;
}
.latest-clip-cover img {
width: 179px;
height: 98px;
display: block;
margin: 5px auto;
}
.clip-hover {
background: url(https: //lh6.googleusercontent.com/-X7n7OtCs1xM/UmizLlnX6DI/AAAAAAAACKs/34dNO7LnWBs/s30/play-icon-home.png) no-repeat top left;
position: absolute;
top: 35px;
left: 80px;
display: block;
width: 30px;
height: 30px;
}
id {
font-size: 1px;
display: none;
}
#list_tap {
text-align: justify;
border-top: 1px solid #C2C2C2;
border-bottom: 1px solid #C2C2C2;
padding: 1px;
margin: 10px 0 10px 0;
}
#list_tap ul {
padding: 0;
float: left;
list-style: none;
margin: 5px 0 0 0;
width: 100%;
text-algin: left;
}
#list_tap ul li {
float: left;
text-algin: left;
text-decoration: none;
font: bold 12px Tahoma;
padding: 2px;
height: 22px;
}
#list_tap ul li.sev {
color: #444;
position: relative;
z-index: 101;
}
#list_tap ul li.ep a.a_tap {
position: relative;
z-index: 101;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
min-width: 26px;
border: 1px solid #ddd;
border-radius: 3px;
color: #111;
padding: 3px 5px;
margin: 0;
}
#list_tap ul li.ep a.a_tap:hover {
border: 1px solid #c70147 !important;
color: #d0014a;
}
#list_tap ul li.ep a.active {
background: #d0014a;
border: 1px solid #c70147 !important;
border-radius: 3px;
color: #fff;
padding: 2px 4px;
text-decoration: blink;
}
#anc_dx {
float: center;
height: 24px;
background: #E0E0E0;
border: 1px solid #ccc;
border-radius: 3px 5px;
font: bold 12px Tahoma;
line-height: 24px;
color: #c20c0c;
overflow: hidden;
margin: 5px 0;
padding: 3px 5px 3px 0;
}
#anc_dx span {
color: #111;
}
#phim_pl {
position: relative;
z-index: 101;
}
#phim_pl embed {
}
.embed-play {
position: relative;
margin: 10px 0 0 0;
}
.embed-play iframe {
height: 0 !important;
visibility: hidden !important;
}
.phimtitle {
background: #999 url(https: //lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 0;
margin: 0;
color: #fff;
}
.phimtitle h2 {
float: left;
background: #f80 url(https: //lh4.googleusercontent.com/-nhI8pjHFjBM/Uocn2p1SrvI/AAAAAAAAI44/-oThVg2PilY/s6/diagonal-light.png);
padding: 3px 12px;
margin: 0;
font-size: 14px;
color: #fff;
}
#bongtoi {
background: #000;
opacity: 0.9;
filter: alpha(opacity = 90);
zoom: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 100;
}
.bongden {
float: right;
margin: 0 8px 0 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ccc;
padding: 3px 0 2px 0;
}
#narrow {
float: right;
margin: 0 8px 0 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ddd;
padding: 3px 0 2px 0;
}
#enlarge {
float: right;
margin: 0;
background: #f2f2f2 url(https: //lh5.googleusercontent.com/-u_2L-cw_jGU/UWuOGIC5AuI/AAAAAAAABLA/ctUPaEWRmnc/s25/fbdfbfdbdfb.gif) repeat-x;
border: 1px solid #ddd;
padding: 3px 0 2px 0;
}
#narrow a, #enlarge a, a.tatden, a.light {
text-alight: center;
font-weight: normal;
padding: 0 10px;
color: #333 !important;
}
.bdfull {
z-index: 101;
position: absolute;
top: 540px;
right: 0;
}
.recent-comment {
font-size: 12px;
line-height: 1.4;
color: #666;
padding: 4px 6px 0 6px;
margin: 0 0 4px 0;
height: 49px;
}
.recent-comment img {
margin: 3px 6px 3px 0;
padding: 1px;
border: 1px solid #ccc;
background: #fff;
height: 39px;
float: left;
width: 38px;
}
.recent-comment a {
font-size: 11px;
color: #333 !important;
}
.recent-comment a:hover {
color: #f80 !important;
}
span.recent-comment-author a {
margin: 3px 0 0 0;
font-size: 12px;
color: #dc0373;
font-weight: bold;
}
.recent-comment-author a:hover {
color: #f80;
}
.cm-line {
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
}
.cmdelete {
margin: 8px 0 0 0;
color: #888;
}
.post-body {
}
.play-dong {
cursor: pointer;
height: 85px;
position: absolute;
width: 140px;
z-index: 999;
background: url(https: //lh3.googleusercontent.com/-frgwYAc9Lz4/UwjM2BCSMnI/AAAAAAAAG0E/YYmiBCf2n0g/s38/playbut.PNG);
opacity: 0;
background-position: center;
background-repeat: no-repeat;
z-index: 999;
bottom: 33px;
left: 13px;
}
.play-dong:hover {
opacity: 0.9;
}
.folder-topnews.fl .play-dong {
height: 160px;
width: 300px;
}
.play-dong2 {
cursor: pointer;
height: 85px;
position: absolute;
width: 140px;
z-index: 999;
background: url(https: //lh3.googleusercontent.com/-frgwYAc9Lz4/UwjM2BCSMnI/AAAAAAAAG0E/YYmiBCf2n0g/s38/playbut.PNG);
opacity: 0;
background-position: center;
background-repeat: no-repeat;
z-index: 999;
bottom: 70px;
left: 13px;
}
.play-dong2:hover {
opacity: 0.9;
}
.folder-topnews.fl .play-dong2 {
height: 160px;
width: 300px;
}
.label-home2 .firstpost3 {
color: #666;
text-align: left;
padding: 8px 8px 4px;
margin: 0 0 5px 0;
}
.firstpost3 img {
float: left;
background: #fff;
border: 1px solid #ccc;
padding: 3px;
margin: 0 8px 0 0;
width: 120px;
height: 90px;
}
.firstpost3 h3 {
padding: 0 0 1px;
font-size: 12px;
line-height: 1.3;
}
.firstpost3 h3 a {
color: #444;
}
.popularposts { background: #fff }
.popularposts img { float: left; margin: 4px 8px 5px 0; padding: 0; width: 72px; height: 72px }
#PopularPosts1 ul { margin: 0 0 10px 0; list-style-type: none; padding: 4px }
#PopularPosts1 ul li { position: relative; margin: 0 0; border: 0; padding: 5px 8px 6px }
#PopularPosts1 ul li:first-child { background: #fff }
#PopularPosts1 ul li:first-child + li { background: #f5f5f5 }
#PopularPosts1 ul li:first-child + li + li { background: #eee }
#PopularPosts1 ul li:first-child + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li { background: #fff }
#PopularPosts1 ul li .item-thumbnail { float: left; margin: 4px 8px 5px 0; padding: 0; width: 120px; height: 90px }
#PopularPosts1 ul li a { line-height: 1.4; font-weight: normal; padding: 0; font-size: 16px; color: #333; text-decoration: none }
#PopularPosts1 ul li a:hover { color: #0961ba; text-decoration: none } | 0.448668 | 0.082771 |
div.modal_popup {
position: absolute;
min-width: 38vh;
background: var(--color_light_black);
border-color: rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 2vh;
padding-bottom: 0vh;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
cursor: default;
--aug-border: 0.2vh;
--aug-border-bg: rgb(var(--color_r), var(--color_g), var(--color_b));
--aug-inset: 5px;
--aug-inset-bg: var(--color_light_black);
}
div.modal_popup.error {
--aug-bl-height: 3vh;
--aug-bl-width: 30%;
border-top: 0.2vh solid var(--color_red);
border-bottom: 0.2vh solid transparent;
padding-bottom: 0.2vh;
}
div.modal_popup.warning {
--aug-b-width: 20%;
--aug-b-origin-x: 30%;
border-top: 0.2vh solid var(--color_yellow);
border-bottom: 0.2vh solid transparent;
padding-bottom: 0.2vh;
}
div.modal_popup.info {
--aug-border: 0.2vh;
}
div.modal_popup.focus {
z-index: 2500 !important;
}
div.modal_popup.blink {
border: none;
animation-name: blink;
animation-duration: .1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes blink {
0% {background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.0);}
100% {background: rgba(var(--color_r), var(--color_g), var(--color_b), 1);}
}
div.modal_popup > h1 {
width: 100%;
cursor: move;
font-size: 4vh;
margin: 0vh;
margin-bottom: 2vh;
}
div.modal_popup > h1 i {
font-size: 2.3vh;
opacity: 0.6;
font-style: normal;
}
div.modal_popup > h5 {
font-size: 2vh;
font-weight: normal;
margin: 0vh;
margin-bottom: 2vh;
}
div.modal_popup > h5 > a {
color: inherit;
}
div.modal_popup > h5 > a:hover {
font-weight: bold;
}
div.modal_popup > div:last-child {
width: 100%;
display: flex;
align-items: stretch;
justify-content: flex-end;
position: relative;
top: 0.2vh;
}
div.modal_popup button {
background: transparent;
border: 0.19vh solid rgba(var(--color_r), var(--color_g), var(--color_b), 0.7);
border-radius: 0.278vh;
color: rgb(var(--color_r), var(--color_g), var(--color_b));
font-size: 1.85vh;
font-weight: bold;
padding: 0.5vh 0.9vh;
margin-left: 1.5vh;
border-bottom-left-radius: 0vh;
border-bottom-right-radius: 0vh;
padding-bottom: 0.7vh;
cursor: pointer;
}
div.modal_popup button:hover {
background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.5);
}
div.modal_popup table, div.modal_popup table th, div.modal_popup table td {
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
border-collapse: collapse;
}
div.modal_popup table th, div.modal_popup table td {
padding: 0.3vh;
}
div.modal_popup table th {
font-size: 2vh;
background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.6);
color: var(--color_light_black);
}
div.modal_popup table td {
font-size: 1.7vh;
}
div.modal_popup table:not(#settingsEditor) td:first-child {
text-align: center;
}
div.modal_popup td input {
width: 100%;
background: var(--color_light_black);
color: rgb(var(--color_r), var(--color_g), var(--color_b));
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 0.4vh 0.2vh;
font-size: 1.4vh;
box-sizing: border-box;
}
div.modal_popup td input::placeholder {
color: rgb(var(--color_r), var(--color_g), var(--color_b));
opacity: 0.7;
}
div.modal_popup td input:active, div.modal_popup td input:focus {
outline: none !important;
background: rgb(var(--color_r), var(--color_g), var(--color_b));
color: var(--color_light_black);
}
div.modal_popup td input:active::placeholder, div.modal_popup td input:focus::placeholder {
color: var(--color_light_black);
}
div.modal_popup td select {
cursor: pointer;
width: 100%;
background: var(--color_light_black);
color: rgb(var(--color_r), var(--color_g), var(--color_b));
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 0.4vh;
font-size: 1.4vh;
}
div.modal_popup summary {
font-size: 1.9vh;
font-weight: normal;
outline: none !important;
cursor: pointer;
}
div.modal_popup summary+table {
margin-top: 1.5vh;
}
/* Settings editor modal */
h6#settingsEditorStatus {
margin: 0;
margin-top: 1vh;
font-size: 1.5vh;
font-style: italic;
}
/* Keyboard shortcuts modal */
table.shortcutsHelp td:nth-child(2) input {
border: none;
}
table.shortcutsHelp td:first-child {
word-spacing: .3vh;
font-weight: bold;
padding: .8vh;
}
table.shortcutsHelp td:nth-child(3) {
max-width: 40vw;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) {
display: flex;
align-items: center;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) input:first-child {
font-family: var(--font_mono);
min-width: 30vw;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) input[type="checkbox"] {
width: auto;
}
/* fsDisp media displayer */
.fsDisp_mediaDisp {
max-width: 50vw;
max-height: 50vh;
outline: none !important;
} | src/assets/css/modal.css | div.modal_popup {
position: absolute;
min-width: 38vh;
background: var(--color_light_black);
border-color: rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 2vh;
padding-bottom: 0vh;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
cursor: default;
--aug-border: 0.2vh;
--aug-border-bg: rgb(var(--color_r), var(--color_g), var(--color_b));
--aug-inset: 5px;
--aug-inset-bg: var(--color_light_black);
}
div.modal_popup.error {
--aug-bl-height: 3vh;
--aug-bl-width: 30%;
border-top: 0.2vh solid var(--color_red);
border-bottom: 0.2vh solid transparent;
padding-bottom: 0.2vh;
}
div.modal_popup.warning {
--aug-b-width: 20%;
--aug-b-origin-x: 30%;
border-top: 0.2vh solid var(--color_yellow);
border-bottom: 0.2vh solid transparent;
padding-bottom: 0.2vh;
}
div.modal_popup.info {
--aug-border: 0.2vh;
}
div.modal_popup.focus {
z-index: 2500 !important;
}
div.modal_popup.blink {
border: none;
animation-name: blink;
animation-duration: .1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes blink {
0% {background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.0);}
100% {background: rgba(var(--color_r), var(--color_g), var(--color_b), 1);}
}
div.modal_popup > h1 {
width: 100%;
cursor: move;
font-size: 4vh;
margin: 0vh;
margin-bottom: 2vh;
}
div.modal_popup > h1 i {
font-size: 2.3vh;
opacity: 0.6;
font-style: normal;
}
div.modal_popup > h5 {
font-size: 2vh;
font-weight: normal;
margin: 0vh;
margin-bottom: 2vh;
}
div.modal_popup > h5 > a {
color: inherit;
}
div.modal_popup > h5 > a:hover {
font-weight: bold;
}
div.modal_popup > div:last-child {
width: 100%;
display: flex;
align-items: stretch;
justify-content: flex-end;
position: relative;
top: 0.2vh;
}
div.modal_popup button {
background: transparent;
border: 0.19vh solid rgba(var(--color_r), var(--color_g), var(--color_b), 0.7);
border-radius: 0.278vh;
color: rgb(var(--color_r), var(--color_g), var(--color_b));
font-size: 1.85vh;
font-weight: bold;
padding: 0.5vh 0.9vh;
margin-left: 1.5vh;
border-bottom-left-radius: 0vh;
border-bottom-right-radius: 0vh;
padding-bottom: 0.7vh;
cursor: pointer;
}
div.modal_popup button:hover {
background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.5);
}
div.modal_popup table, div.modal_popup table th, div.modal_popup table td {
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
border-collapse: collapse;
}
div.modal_popup table th, div.modal_popup table td {
padding: 0.3vh;
}
div.modal_popup table th {
font-size: 2vh;
background: rgba(var(--color_r), var(--color_g), var(--color_b), 0.6);
color: var(--color_light_black);
}
div.modal_popup table td {
font-size: 1.7vh;
}
div.modal_popup table:not(#settingsEditor) td:first-child {
text-align: center;
}
div.modal_popup td input {
width: 100%;
background: var(--color_light_black);
color: rgb(var(--color_r), var(--color_g), var(--color_b));
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 0.4vh 0.2vh;
font-size: 1.4vh;
box-sizing: border-box;
}
div.modal_popup td input::placeholder {
color: rgb(var(--color_r), var(--color_g), var(--color_b));
opacity: 0.7;
}
div.modal_popup td input:active, div.modal_popup td input:focus {
outline: none !important;
background: rgb(var(--color_r), var(--color_g), var(--color_b));
color: var(--color_light_black);
}
div.modal_popup td input:active::placeholder, div.modal_popup td input:focus::placeholder {
color: var(--color_light_black);
}
div.modal_popup td select {
cursor: pointer;
width: 100%;
background: var(--color_light_black);
color: rgb(var(--color_r), var(--color_g), var(--color_b));
border: 0.15vh solid rgb(var(--color_r), var(--color_g), var(--color_b));
padding: 0.4vh;
font-size: 1.4vh;
}
div.modal_popup summary {
font-size: 1.9vh;
font-weight: normal;
outline: none !important;
cursor: pointer;
}
div.modal_popup summary+table {
margin-top: 1.5vh;
}
/* Settings editor modal */
h6#settingsEditorStatus {
margin: 0;
margin-top: 1vh;
font-size: 1.5vh;
font-style: italic;
}
/* Keyboard shortcuts modal */
table.shortcutsHelp td:nth-child(2) input {
border: none;
}
table.shortcutsHelp td:first-child {
word-spacing: .3vh;
font-weight: bold;
padding: .8vh;
}
table.shortcutsHelp td:nth-child(3) {
max-width: 40vw;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) {
display: flex;
align-items: center;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) input:first-child {
font-family: var(--font_mono);
min-width: 30vw;
}
details#shortcutsHelpAccordeon2 table td:nth-child(3) input[type="checkbox"] {
width: auto;
}
/* fsDisp media displayer */
.fsDisp_mediaDisp {
max-width: 50vw;
max-height: 50vh;
outline: none !important;
} | 0.347648 | 0.079926 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'Raleway', sans-serif;
margin-top: 45px;}
h1{
font-family: 'Raleway', sans-serif;
color: #333333;
font-weight: 700;
margin-top: 30px;
font-size: 40px;
line-height: 51px;
}
h2{
color: #333333;
font-weight: 700;
font-size: 30px;
}
.left-col h2{
margin-bottom: 20px;;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
header{
position: relative;
width: 100%;
overflow: hidden;
background-image: url("../img/header.jpg");
background-repeat: no-repeat;
background-color: #fff;
background-position: top center;
height: 284px;
width: 100%;
}
.gliverContainer {
margin-top: 35px;
width: 1200px;
margin: 0 auto;
border: 2px solid #cccccc;
}
.headerText{
width: 500px;
float: left;
margin-left: 200px;
}
.gliverLogo{
position: relative;
float: left;
width: 170px;
margin-left: 165px;
margin-top: 50px;
}
header h1{
margin-top: 40px;
}
header p{
color: #ffffff;
font-weight: 400;
margin-top: 10px;
line-height: 1.1em;
font-size: 1.2em;
}
span.subtext{
font-weight: 300;
}
.left-col{
float: left;
width: 500px;
margin-left: 100px;
margin-top: 30px;
}
.right-col{
float: right;
width: 600px;
}
.clearfix {
overflow: auto;
zoom: 1;
}
.left-col h2{
}
.arrow li{
line-height: 30px;
color: #777777;
}
.arrow li:before{
margin-right: 15px;
content: "\f054";
font-family: fontAwesome;
color: #8fd39d;
font-size: 12px;
}
.circles{
margin-top: 20px;
}
.number{
border-radius: 100%;
background: #8fd39d;
color: #ffffff;
float: left;
font-size: 60px;
font-weight: 400;
width: 71px;
height: 71px;
text-align: center;
margin-right: 29px;
margin-top: 6px;
line-height: 58px;
}
.wrapper{
overflow: hidden;
}
.gliver-text{
margin-top: 15px;
color: #5e9796;
font-weight: 600;
margin-bottom: 5px;
}
li{
display: list-item;
text-align: -webkit-match-parent;
float: left;
margin-bottom: 15px;;
}
:link {
color: #333;
}
a, a:visited{
color: #333;
}
a:hover{
opacity: .7;
cursor: pointer;
}
.bmarg{
margin-bottom: 30px;
} | public/css/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'Raleway', sans-serif;
margin-top: 45px;}
h1{
font-family: 'Raleway', sans-serif;
color: #333333;
font-weight: 700;
margin-top: 30px;
font-size: 40px;
line-height: 51px;
}
h2{
color: #333333;
font-weight: 700;
font-size: 30px;
}
.left-col h2{
margin-bottom: 20px;;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
header{
position: relative;
width: 100%;
overflow: hidden;
background-image: url("../img/header.jpg");
background-repeat: no-repeat;
background-color: #fff;
background-position: top center;
height: 284px;
width: 100%;
}
.gliverContainer {
margin-top: 35px;
width: 1200px;
margin: 0 auto;
border: 2px solid #cccccc;
}
.headerText{
width: 500px;
float: left;
margin-left: 200px;
}
.gliverLogo{
position: relative;
float: left;
width: 170px;
margin-left: 165px;
margin-top: 50px;
}
header h1{
margin-top: 40px;
}
header p{
color: #ffffff;
font-weight: 400;
margin-top: 10px;
line-height: 1.1em;
font-size: 1.2em;
}
span.subtext{
font-weight: 300;
}
.left-col{
float: left;
width: 500px;
margin-left: 100px;
margin-top: 30px;
}
.right-col{
float: right;
width: 600px;
}
.clearfix {
overflow: auto;
zoom: 1;
}
.left-col h2{
}
.arrow li{
line-height: 30px;
color: #777777;
}
.arrow li:before{
margin-right: 15px;
content: "\f054";
font-family: fontAwesome;
color: #8fd39d;
font-size: 12px;
}
.circles{
margin-top: 20px;
}
.number{
border-radius: 100%;
background: #8fd39d;
color: #ffffff;
float: left;
font-size: 60px;
font-weight: 400;
width: 71px;
height: 71px;
text-align: center;
margin-right: 29px;
margin-top: 6px;
line-height: 58px;
}
.wrapper{
overflow: hidden;
}
.gliver-text{
margin-top: 15px;
color: #5e9796;
font-weight: 600;
margin-bottom: 5px;
}
li{
display: list-item;
text-align: -webkit-match-parent;
float: left;
margin-bottom: 15px;;
}
:link {
color: #333;
}
a, a:visited{
color: #333;
}
a:hover{
opacity: .7;
cursor: pointer;
}
.bmarg{
margin-bottom: 30px;
} | 0.362066 | 0.065575 |
@-moz-document domain('9anime.to/'), url-prefix('https://9anime.to/') {
.watchpage #player {
height: 642px!important;
}
.alert-warning {
display: none;
}
div.widget.simple-film-list {
display: none;
}
div.widget.ranking {
display: none;
}
div.content {
margin: auto;
width: 100%;
}
#body #main {
padding: 0px !important;
}
.widget.player #player {
height: 650px!important;
}
.film-list .item .inner .poster {
height: 340px!important;
}
.watchlist .item .thumb img {
height: 200px!important;
width: 150px!important;
vertical-align: middle;
}
.watchlist .item .link {
float: left;
margin-left: 120px!important;
margin-right: 5px!important;
}
.watchlist .item {
position: relative;
height: 210px!important;
padding-top: 5px!important;
padding-bottom: 1px!important;
}
.watchlist .item .current,
.watchlist .item .new,
.watchlist .item .old,
.watchlist .item .status {
padding: 10px 4px;
}
a.link {
height: 10px!important;
font-size: 20px!important;
}
div.widget.watchlist {
width: 830px!important;
}
div.content::after {
display:none!important;
}
div.widget.genres {
display:none!important;
}
div.widget.quickfilter {
display:none!important;
}
div.abmsg {
display:none!important;
}
i.login{
display:none!important;
}
div#sidebar{
float:none!important;
display:none!important;
}
div.bebi-icon-hover{
display:none!important;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-891px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:555px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-841px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:505px;top:0;z-index:0;"]{
display:none;
}
div.widget.crop.text-center{
display:none;
}
div[style="width:100%;height:768px;position:fixed;left:0;top:112px;overflow:hidden;visibility:hidden;z-index:0"]{
display:none;
}
div.widget.text-center{
display:none;
}
.swiper-container {
height: 5%;
}
body.dark {
background-color: rgb(20, 25, 25);
}
body.dark .widget .widget-title .title {
color: rgb(255, 255, 255);
}
body.dark .btn-primary {
color: rgb(232, 230, 227);
background-color: rgb(42, 42, 42);
border-color: rgba(0, 173, 115, 0);
}
body.dark .widget .widget-title {
border-bottom-color: rgba(255, 255, 255, 0);
}
body.dark .widget .widget-title .tabs .tab {
color: rgb(255, 255, 255);
}
.widget.slider .item {
position: relative;
width: 200%;
height: 500px;
}
body.dark #header .nav {
background: #78787859;
}
.swiper-container {
overflow: visible;
}
body.dark .widget {
background-color: rgb(21, 23, 24);
background-image: none;
}
body.dark .widget.schedule .widget-body .slider {
border-color: rgba(255, 255, 255, 0);
}
body.dark .widget.schedule .widget-body .timeline .item:nth-child(2n) {
background-color: rgb(21, 24, 24);
background-image: none;
}
body.dark .link-list .item:nth-child(4n-2), body.dark .link-list .item:nth-child(4n-3) {
background-color: rgb(21, 24, 24);
background-image: none;
}
body.dark #footer .bar {
background-color: rgb(27, 26, 35);
background-image: none;
}
body.dark {
background-color: rgb(21, 23, 24);
}
body.dark #header .head {
background: #282828;
}
#header .head #sign .signed {
color: #ffffffd4;
}
.quicktoggler input:checked + .slider {
background-color: rgb(39, 41, 43);
}
.widget {
box-shadow: rgba(0, 0, 0, 0) 0px 2px 3px;
}
#body {
overflow-x: hidden; /* Hide horizontal scrollbar */
}
body {
color: #fff;
}
body.dark .widget {
background: #1d1b26;
width: 1290px;
}
.link-list .item .thumb {
width: 150px;
height: 180px;
}
} | data/usercss/182999.user.css | @-moz-document domain('9anime.to/'), url-prefix('https://9anime.to/') {
.watchpage #player {
height: 642px!important;
}
.alert-warning {
display: none;
}
div.widget.simple-film-list {
display: none;
}
div.widget.ranking {
display: none;
}
div.content {
margin: auto;
width: 100%;
}
#body #main {
padding: 0px !important;
}
.widget.player #player {
height: 650px!important;
}
.film-list .item .inner .poster {
height: 340px!important;
}
.watchlist .item .thumb img {
height: 200px!important;
width: 150px!important;
vertical-align: middle;
}
.watchlist .item .link {
float: left;
margin-left: 120px!important;
margin-right: 5px!important;
}
.watchlist .item {
position: relative;
height: 210px!important;
padding-top: 5px!important;
padding-bottom: 1px!important;
}
.watchlist .item .current,
.watchlist .item .new,
.watchlist .item .old,
.watchlist .item .status {
padding: 10px 4px;
}
a.link {
height: 10px!important;
font-size: 20px!important;
}
div.widget.watchlist {
width: 830px!important;
}
div.content::after {
display:none!important;
}
div.widget.genres {
display:none!important;
}
div.widget.quickfilter {
display:none!important;
}
div.abmsg {
display:none!important;
}
i.login{
display:none!important;
}
div#sidebar{
float:none!important;
display:none!important;
}
div.bebi-icon-hover{
display:none!important;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-891px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:555px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:-841px;top:0;z-index:0;"]{
display:none;
}
div[style="visibility:visible;width:336px;height:768px;position:absolute;left:50%;margin-left:505px;top:0;z-index:0;"]{
display:none;
}
div.widget.crop.text-center{
display:none;
}
div[style="width:100%;height:768px;position:fixed;left:0;top:112px;overflow:hidden;visibility:hidden;z-index:0"]{
display:none;
}
div.widget.text-center{
display:none;
}
.swiper-container {
height: 5%;
}
body.dark {
background-color: rgb(20, 25, 25);
}
body.dark .widget .widget-title .title {
color: rgb(255, 255, 255);
}
body.dark .btn-primary {
color: rgb(232, 230, 227);
background-color: rgb(42, 42, 42);
border-color: rgba(0, 173, 115, 0);
}
body.dark .widget .widget-title {
border-bottom-color: rgba(255, 255, 255, 0);
}
body.dark .widget .widget-title .tabs .tab {
color: rgb(255, 255, 255);
}
.widget.slider .item {
position: relative;
width: 200%;
height: 500px;
}
body.dark #header .nav {
background: #78787859;
}
.swiper-container {
overflow: visible;
}
body.dark .widget {
background-color: rgb(21, 23, 24);
background-image: none;
}
body.dark .widget.schedule .widget-body .slider {
border-color: rgba(255, 255, 255, 0);
}
body.dark .widget.schedule .widget-body .timeline .item:nth-child(2n) {
background-color: rgb(21, 24, 24);
background-image: none;
}
body.dark .link-list .item:nth-child(4n-2), body.dark .link-list .item:nth-child(4n-3) {
background-color: rgb(21, 24, 24);
background-image: none;
}
body.dark #footer .bar {
background-color: rgb(27, 26, 35);
background-image: none;
}
body.dark {
background-color: rgb(21, 23, 24);
}
body.dark #header .head {
background: #282828;
}
#header .head #sign .signed {
color: #ffffffd4;
}
.quicktoggler input:checked + .slider {
background-color: rgb(39, 41, 43);
}
.widget {
box-shadow: rgba(0, 0, 0, 0) 0px 2px 3px;
}
#body {
overflow-x: hidden; /* Hide horizontal scrollbar */
}
body {
color: #fff;
}
body.dark .widget {
background: #1d1b26;
width: 1290px;
}
.link-list .item .thumb {
width: 150px;
height: 180px;
}
} | 0.334916 | 0.047404 |
@charset "UTF-8";
/*!
Theme Name: JDLife
Theme URI: http://underscores.me/
Author: <NAME>
Author URI: http://johanndyck.com
Description: A Blog Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jdlife
Tags:
JDLife is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
<NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: "Lato", Helvetica, sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
letter-spacing: .04em;
font-weight: 300; }
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 400;
line-height: 1em; }
main h1,
h2 {
font-size: 1em;
text-transform: uppercase;
padding: 0 2.5em .5em 0;
letter-spacing: 0.07em;
margin: 0 0 1em;
font-weight: 700; }
secondary h1,
h2,
main header {
border-bottom: 1px solid #ddd;
position: relative; }
main header h2 {
border-bottom-width: 0; }
main header h2::after {
display: none; }
.entry-meta a,
.entry-meta a:visited {
color: green;
text-decoration: none; }
secondary h1::after,
h2::after,
main header::after {
content: " ";
display: block;
height: 1rem;
width: 10rem;
border-bottom: 2px solid green;
position: absolute;
bottom: -1px;
left: 0;
z-index: 9999; }
main h1 a,
main h1 a:visited,
h2 a,
h2 a:visited {
color: green;
text-decoration: none; }
h3 {
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 0.07em; }
h4 {
font-size: 1.4em;
color: green;
font-weight: 700; }
h5 {
font-size: 1.2em;
color: darkgray;
font-weight: 700; }
h6 {
font-size: 1em;
color: darkgray;
text-transform: uppercase; }
.site-branding {
text-align: center; }
.site-title {
font-family: 'Dancing Script', 'Lato', Helvetica, sans-serif;
font-size: 4em;
line-height: 3.5rem;
margin: 1rem 0 0;
padding: 2rem 0 1rem;
font-weight: 400; }
.site-title a, .site-title a:visited {
text-decoration: none;
color: #000; }
.site-description {
text-transform: uppercase;
margin: 0 0 2rem;
padding: 0;
letter-spacing: .1em;
color: green; }
main header h1,
main header h2 {
margin: 2em 0 0; }
.entry-meta {
text-transform: uppercase;
font-size: 80%;
line-height: 2rem;
margin: 0 0 1.25rem;
letter-spacing: 0.03em;
word-spacing: 0.1em; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em 0 0;
padding-left: 1.5em;
border-left: 4px solid green;
font-size: 110%;
line-height: 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
main {
line-height: 1.6em;
color: #444; }
@font-face {
font-family: 'thats_life';
src: url("./font/thats_life.eot?57464351");
src: url("./font/thats_life.eot?57464351#iefix") format("embedded-opentype"), url("./font/thats_life.woff2?57464351") format("woff2"), url("./font/thats_life.woff?57464351") format("woff"), url("./font/thats_life.ttf?57464351") format("truetype"), url("./font/thats_life.svg?57464351#thats_life") format("svg");
font-weight: normal;
font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'thats_life';
src: url('../font/thats_life.svg?57464351#thats_life') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "thats_life";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.icon-search:before {
content: '\e800'; }
/* '' */
.icon-home:before {
content: '\e801'; }
/* '' */
.icon-twitter:before {
content: '\f099'; }
/* '' */
.icon-facebook:before {
content: '\f09a'; }
/* '' */
.icon-github-circled:before {
content: '\f09b'; }
/* '' */
.icon-menu:before {
content: '\f0c9'; }
/* '' */
.icon-gplus:before {
content: '\f0d5'; }
/* '' */
.icon-linkedin:before {
content: '\f0e1'; }
/* '' */
.icon-youtube:before {
content: '\f167'; }
/* '' */
.icon-instagram:before {
content: '\f16d'; }
/* '' */
.icon-dribbble:before {
content: '\f17d'; }
/* '' */
.icon-behance:before {
content: '\f1b4'; }
/* '' */
.icon-pinterest:before {
content: '\f231'; }
/* '' */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: #f1f1f1;
/* Fallback for when there is no custom background color defined. */ }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 0em;
padding: 0 0 0 2em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
.widget ul {
padding: 0;
list-style-type: none; }
.widget ul ul {
padding-left: 1.5em; }
.widget ul li {
line-height: 2.5rem; }
.widget ul li a {
color: darkgray;
text-transform: uppercase;
text-decoration: none; }
.widget_recent_comments ul li, .widget_rss ul li {
line-height: 1.5em;
padding: 0.75em 0; }
.widget_recent_comments ul li a, .widget_rss ul li a {
text-transform: none; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
#wp-calendar td {
text-align: center; }
.tagcloud {
text-align: center; }
.tagcloud a {
text-decoration: none; }
.tagcloud a:hover, .tagcloud a:focus {
text-decoration: underline; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-color: #ccc #ccc #bbb;
border-radius: 0;
background: green;
box-shadow: none;
color: #fff;
line-height: 1;
padding: 0.7em 1.5em 0.6em;
text-shadow: none; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 0;
border-radius: 0;
padding: .5em 1em; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }
label {
display: inline-block;
min-width: 5em; }
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue; }
a:visited {
color: purple; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
box-shadow: none;
color: orange;
background-color: transparent;
border-width: 0;
border-radius: 0;
display: block;
text-decoration: none;
background: #ffffff;
padding: .75rem 1rem;
font-size: .85rem;
border-bottom: 1px solid darkgray;
font-weight: 700;
float: none;
width: 100%;
text-align: left; }
.main-navigation {
text-transform: uppercase; }
.main-navigation a,
.main-navigation li.current_page_item li a,
.main-navigation li.current_page_parent li a {
color: darkslategrey; }
.main-navigation li.current_page_parent a {
color: darkgray; }
.main-navigation a:hover,
.main-navigation li.current_page_parent li.current_page_item a,
.main-navigation li.current_page_parent li a:hover,
.main-navigation li.current_page_parent a:hover {
color: green; }
.main-navigation ul {
padding: 0;
margin: 0;
list-style: none;
display: none; }
.main-navigation ul ul {
padding-left: 2em;
background-color: #f1f1f1; }
.main-navigation ul ul ul {
background-color: #eaeaea; }
.main-navigation ul li {
display: inline; }
.main-navigation ul li a {
display: block;
text-decoration: none;
background: #ffffff;
padding: .75rem 1rem;
font-size: .7rem;
border-bottom: 1px solid darkgray;
font-weight: 700; }
.toggled ul {
display: block; }
@media screen and (min-width: 37em) {
.menu-toggle {
position: absolute;
left: -9999em; }
.main-navigation {
text-align: center;
background-color: #ffffff;
border-bottom: 1px solid lightgray;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
z-index: 99999;
position: relative; }
.main-navigation ul {
display: block; }
.main-navigation ul ul {
position: absolute;
padding-left: 0;
left: -999em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
display: block;
border-top: 2px solid green; }
.main-navigation ul ul ul {
left: -999em;
position: absolute;
z-index: 99999;
display: block; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
top: -2px;
border-top-color: lightgray; }
.main-navigation ul ul li a {
display: block;
width: 15em; }
.main-navigation ul li {
position: relative;
text-align: left;
display: inline-block; }
.main-navigation ul li a {
display: inline-block;
border-bottom-width: 0;
font-weight: 700;
line-height: 2em; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; } }
.main-navigation ul li > a::after {
content: ' ▾'; }
.main-navigation ul li > a:only-child::after {
content: ''; }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#pre-site-footer {
border-top: 2px solid green;
padding: 0 0 2em;
text-align: center; }
#pre-site-footer a {
display: inline-block;
background: green;
color: #fff;
padding: 0.5rem; }
.site-footer::after {
content: " ";
height: 0;
width: 0;
margin: 0 0 2rem; }
@media screen and (min-width: 600px) {
#footer-widgets .widget {
float: left;
width: 33%;
padding: 0 15px 0; } }
#content,
.site-footer {
padding: 1rem; }
.post,
aside section,
article.page {
background: #ffffff;
padding: 2rem;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); }
div aside .widget_search {
background: none;
padding: 0rem;
box-shadow: none; }
@media screen and (min-width: 600px) {
#content,
.site-footer {
padding: 0;
margin: 0 auto;
max-width: 600px; } }
@media screen and (min-width: 900px) {
#content,
.site-footer {
max-width: 900px; }
#primary {
width: 590px;
float: left; }
#secondary {
width: 280px;
float: right; } }
@media screen and (min-width: 1200px) {
#content,
.site-footer {
max-width: 1170px; }
#primary {
width: 860px; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
.post_image {
margin: -2em -2em 1rem; } | style.css | @charset "UTF-8";
/*!
Theme Name: JDLife
Theme URI: http://underscores.me/
Author: <NAME>
Author URI: http://johanndyck.com
Description: A Blog Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jdlife
Tags:
JDLife is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
<NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #404040;
font-family: "Lato", Helvetica, sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
letter-spacing: .04em;
font-weight: 300; }
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 400;
line-height: 1em; }
main h1,
h2 {
font-size: 1em;
text-transform: uppercase;
padding: 0 2.5em .5em 0;
letter-spacing: 0.07em;
margin: 0 0 1em;
font-weight: 700; }
secondary h1,
h2,
main header {
border-bottom: 1px solid #ddd;
position: relative; }
main header h2 {
border-bottom-width: 0; }
main header h2::after {
display: none; }
.entry-meta a,
.entry-meta a:visited {
color: green;
text-decoration: none; }
secondary h1::after,
h2::after,
main header::after {
content: " ";
display: block;
height: 1rem;
width: 10rem;
border-bottom: 2px solid green;
position: absolute;
bottom: -1px;
left: 0;
z-index: 9999; }
main h1 a,
main h1 a:visited,
h2 a,
h2 a:visited {
color: green;
text-decoration: none; }
h3 {
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 0.07em; }
h4 {
font-size: 1.4em;
color: green;
font-weight: 700; }
h5 {
font-size: 1.2em;
color: darkgray;
font-weight: 700; }
h6 {
font-size: 1em;
color: darkgray;
text-transform: uppercase; }
.site-branding {
text-align: center; }
.site-title {
font-family: 'Dancing Script', 'Lato', Helvetica, sans-serif;
font-size: 4em;
line-height: 3.5rem;
margin: 1rem 0 0;
padding: 2rem 0 1rem;
font-weight: 400; }
.site-title a, .site-title a:visited {
text-decoration: none;
color: #000; }
.site-description {
text-transform: uppercase;
margin: 0 0 2rem;
padding: 0;
letter-spacing: .1em;
color: green; }
main header h1,
main header h2 {
margin: 2em 0 0; }
.entry-meta {
text-transform: uppercase;
font-size: 80%;
line-height: 2rem;
margin: 0 0 1.25rem;
letter-spacing: 0.03em;
word-spacing: 0.1em; }
p {
margin-bottom: 1.5em; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em 0 0;
padding-left: 1.5em;
border-left: 4px solid green;
font-size: 110%;
line-height: 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
main {
line-height: 1.6em;
color: #444; }
@font-face {
font-family: 'thats_life';
src: url("./font/thats_life.eot?57464351");
src: url("./font/thats_life.eot?57464351#iefix") format("embedded-opentype"), url("./font/thats_life.woff2?57464351") format("woff2"), url("./font/thats_life.woff?57464351") format("woff"), url("./font/thats_life.ttf?57464351") format("truetype"), url("./font/thats_life.svg?57464351#thats_life") format("svg");
font-weight: normal;
font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'thats_life';
src: url('../font/thats_life.svg?57464351#thats_life') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "thats_life";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.icon-search:before {
content: '\e800'; }
/* '' */
.icon-home:before {
content: '\e801'; }
/* '' */
.icon-twitter:before {
content: '\f099'; }
/* '' */
.icon-facebook:before {
content: '\f09a'; }
/* '' */
.icon-github-circled:before {
content: '\f09b'; }
/* '' */
.icon-menu:before {
content: '\f0c9'; }
/* '' */
.icon-gplus:before {
content: '\f0d5'; }
/* '' */
.icon-linkedin:before {
content: '\f0e1'; }
/* '' */
.icon-youtube:before {
content: '\f167'; }
/* '' */
.icon-instagram:before {
content: '\f16d'; }
/* '' */
.icon-dribbble:before {
content: '\f17d'; }
/* '' */
.icon-behance:before {
content: '\f1b4'; }
/* '' */
.icon-pinterest:before {
content: '\f231'; }
/* '' */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body {
background: #f1f1f1;
/* Fallback for when there is no custom background color defined. */ }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 0em;
padding: 0 0 0 2em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
.widget ul {
padding: 0;
list-style-type: none; }
.widget ul ul {
padding-left: 1.5em; }
.widget ul li {
line-height: 2.5rem; }
.widget ul li a {
color: darkgray;
text-transform: uppercase;
text-decoration: none; }
.widget_recent_comments ul li, .widget_rss ul li {
line-height: 1.5em;
padding: 0.75em 0; }
.widget_recent_comments ul li a, .widget_rss ul li a {
text-transform: none; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
table {
margin: 0 0 1.5em;
width: 100%; }
#wp-calendar td {
text-align: center; }
.tagcloud {
text-align: center; }
.tagcloud a {
text-decoration: none; }
.tagcloud a:hover, .tagcloud a:focus {
text-decoration: underline; }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-color: #ccc #ccc #bbb;
border-radius: 0;
background: green;
box-shadow: none;
color: #fff;
line-height: 1;
padding: 0.7em 1.5em 0.6em;
text-shadow: none; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 0;
border-radius: 0;
padding: .5em 1em; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
select {
border: 1px solid #ccc; }
textarea {
width: 100%; }
label {
display: inline-block;
min-width: 5em; }
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: royalblue; }
a:visited {
color: purple; }
a:hover, a:focus, a:active {
color: midnightblue; }
a:focus {
outline: thin dotted; }
a:hover, a:active {
outline: 0; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
box-shadow: none;
color: orange;
background-color: transparent;
border-width: 0;
border-radius: 0;
display: block;
text-decoration: none;
background: #ffffff;
padding: .75rem 1rem;
font-size: .85rem;
border-bottom: 1px solid darkgray;
font-weight: 700;
float: none;
width: 100%;
text-align: left; }
.main-navigation {
text-transform: uppercase; }
.main-navigation a,
.main-navigation li.current_page_item li a,
.main-navigation li.current_page_parent li a {
color: darkslategrey; }
.main-navigation li.current_page_parent a {
color: darkgray; }
.main-navigation a:hover,
.main-navigation li.current_page_parent li.current_page_item a,
.main-navigation li.current_page_parent li a:hover,
.main-navigation li.current_page_parent a:hover {
color: green; }
.main-navigation ul {
padding: 0;
margin: 0;
list-style: none;
display: none; }
.main-navigation ul ul {
padding-left: 2em;
background-color: #f1f1f1; }
.main-navigation ul ul ul {
background-color: #eaeaea; }
.main-navigation ul li {
display: inline; }
.main-navigation ul li a {
display: block;
text-decoration: none;
background: #ffffff;
padding: .75rem 1rem;
font-size: .7rem;
border-bottom: 1px solid darkgray;
font-weight: 700; }
.toggled ul {
display: block; }
@media screen and (min-width: 37em) {
.menu-toggle {
position: absolute;
left: -9999em; }
.main-navigation {
text-align: center;
background-color: #ffffff;
border-bottom: 1px solid lightgray;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
z-index: 99999;
position: relative; }
.main-navigation ul {
display: block; }
.main-navigation ul ul {
position: absolute;
padding-left: 0;
left: -999em;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
display: block;
border-top: 2px solid green; }
.main-navigation ul ul ul {
left: -999em;
position: absolute;
z-index: 99999;
display: block; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
top: -2px;
border-top-color: lightgray; }
.main-navigation ul ul li a {
display: block;
width: 15em; }
.main-navigation ul li {
position: relative;
text-align: left;
display: inline-block; }
.main-navigation ul li a {
display: inline-block;
border-bottom-width: 0;
font-weight: 700;
line-height: 2em; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; } }
.main-navigation ul li > a::after {
content: ' ▾'; }
.main-navigation ul li > a:only-child::after {
content: ''; }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0; }
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
max-width: 100%; }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block; }
.hentry {
margin: 0 0 1.5em; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#pre-site-footer {
border-top: 2px solid green;
padding: 0 0 2em;
text-align: center; }
#pre-site-footer a {
display: inline-block;
background: green;
color: #fff;
padding: 0.5rem; }
.site-footer::after {
content: " ";
height: 0;
width: 0;
margin: 0 0 2rem; }
@media screen and (min-width: 600px) {
#footer-widgets .widget {
float: left;
width: 33%;
padding: 0 15px 0; } }
#content,
.site-footer {
padding: 1rem; }
.post,
aside section,
article.page {
background: #ffffff;
padding: 2rem;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); }
div aside .widget_search {
background: none;
padding: 0rem;
box-shadow: none; }
@media screen and (min-width: 600px) {
#content,
.site-footer {
padding: 0;
margin: 0 auto;
max-width: 600px; } }
@media screen and (min-width: 900px) {
#content,
.site-footer {
max-width: 900px; }
#primary {
width: 590px;
float: left; }
#secondary {
width: 280px;
float: right; } }
@media screen and (min-width: 1200px) {
#content,
.site-footer {
max-width: 1170px; }
#primary {
width: 860px; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block; }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
.post_image {
margin: -2em -2em 1rem; } | 0.519521 | 0.068506 |
@font-face {
font-family: 'Great Vibes';
src: url('greatvibes.woff');
}
:root {
--yellow: hsl(61, 86%, 77%);
--lightblue: hsl(145, 34%, 89%);
--blue: hsl(190, 52%, 50%);
--magenta: hsl(350, 80%, 55%);
--darkgray: hsl(227, 15%, 24%);
--body-font: Optima, Candara, sans-serif;
}
body {
margin: auto;
font: 100%/1.6 Optima, Candara, sans-serif;
font-kerning: normal;
font-synthesis: none;
background-color: white;
color: hsl(227, 15%, 24%);
}
@keyframes pulse {
to { line-height: 3; }
}
body[data-loading]::before {
content: "Loading…";
position: fixed;
bottom: 50%;
left: 50%;
transform: translate(-50%, 50%);
z-index: 2;
padding: .5em .8em;
border-radius: .3em;
background: rgba(0,0,0,.5);
color: white;
font-size: 120%;
animation: pulse .5s alternate infinite;
}
a {
color: hsl(190, 52%, 50%);
}
a:not(:hover) {
text-decoration: none;
}
button, .button {
display: inline-block;
padding: 0 .5em;
border: 0;
border-radius: .3em;
margin: 0 .2em;
background: hsl(190, 52%, 50%);
color: white;
font: inherit;
text-decoration: none;
font-size: 80%;
font-weight: 100;
text-transform: uppercase;
cursor: pointer;
}
button:hover,
.button:hover {
background: hsl(350, 80%, 55%);
}
ul {
padding: 0;
}
h1 {
margin: 1em 0 0;
font-family: Great Vibes;
font-size: 300%;
line-height: 1.2;
font-weight: normal;
color: hsl(350, 80%, 55%);
}
section section h1,
section article h1,
h2 {
margin: 2em 0 0;
font-family: inherit;
font-size: 150%;
font-weight: bold;
}
section section section h1,
section section article h1,
section h2 {
font-size: 120%;
color: hsl(227, 10%, 50%);
}
details summary {
display: block;
cursor: pointer;
}
details summary h2 {
display: inline;
margin: 0;
}
body > header,
body > nav,
body > section,
body > footer {
padding: 0 calc(50% - 24rem);
}
@media (max-width: 50em) {
body > header,
body > nav,
body > section,
body > footer {
padding: 0 2em;
}
}
@media (min-width: 100em) {
body > header,
body > nav,
body > section,
body > footer {
padding: 0 calc(50% - 35rem);
}
}
@keyframes move {
from { background-position: -7.5em 100%, -5em 100%, -10em 100%, -20em 100%; }
}
body > header {
position: relative;
padding-top: .5em;
font-size: 200%;
color: hsl(190, 52%, 50%);
background: radial-gradient(circle at 50% 90%, white 1em, hsla(0,0%,100%,0) 0) -2.5em 100% / 5em 5em,
radial-gradient(circle at bottom, white 1.5em, hsl(145, 34%, 99%) 2em, hsla(145, 34%, 99%, 0) 0) 0em 100% / 5em 5em,
radial-gradient(circle at bottom, white 2em, hsl(145, 34%, 99%) 3em, hsla(145, 34%, 99%, 0) 0) 0 100% / 10em 10em,
radial-gradient(circle at bottom, white 3em, hsl(145, 34%, 98%) 4em, hsla(145, 34%, 99%, 0) 0) 0em 100% / 20em 20em;
background-repeat: repeat-x;
background-color: hsl(145, 34%, 89%);
animation: 20s move infinite linear;
}
body > header:hover {
animation-play-state: paused;
}
body > header h1,
.logo {
position: relative;
display: inline-block;
padding: .5em .75em 0 0;
margin: 0;
font: 300%/1 Great Vibes, cursive;
color: hsl(190, 52%, 50%);
background: url("logo.svg") 1.5em 0 / 1.2em 1.2em no-repeat;
}
body > header p,
.logo span {
margin: -.75em 0 0;
text-transform: uppercase;
font-size: 50%;
line-height: 1;
letter-spacing: .08em;
}
body > section#intro {}
body > section#intro p {
font-size: 120%;
font-style: italic;
}
body > section#intro ul {
font-size: 80%;
}
body > section#intro li {
position: relative;
margin: 0 0 1em 2.5em;
list-style: none;
}
@media (min-width: 50em) {
body > section#intro li {
display: inline-block;
vertical-align: top;
width: calc(50% - 2.8em);
}
}
body > section#intro li::before {
content: "✓";
position: absolute;
right: 100%;
top: 0;
z-index: -1;
color: hsl(145, 50%, 80%);
font-size: 400%;
line-height: 1;
}
body > section#intro li strong {
display: block;
font-size: 125%;
}
body > section#intro li a {
color: inherit;
}
body > section#intro nav {
margin: 2em 0;
text-align: center;
}
body > section#intro nav a {
display: inline-block;
padding: .1em .5em;
border: .15em solid;
border-radius: .3em;
margin: 0 .1em;
font-size: 120%;
text-decoration: none;
font-weight: 600;
color: hsl(350, 80%, 55%);
}
body > section#intro nav a:hover,
.button:hover {
background: hsl(350, 80%, 55%);
border-color: hsl(350, 80%, 55%);
color: white;
}
#docs article:target {
background: linear-gradient(hsla(0,0%,100%,.6), white 60%) 0 0 / 100% 8em,
repeating-linear-gradient(135deg, hsl(61, 86%, 77%) 0, hsl(61, 86%, 77%) .5em, white 0, white 1em) 0 0 / 100% 8em repeat-x;
}
body > footer {
padding-top: 1em;
padding-bottom: 1em;
margin-top: 1em;
background: hsl(227, 15%, 24%);
color: white;
}
footer .twitter-follow-button {
float: right;
-webkit-filter: hue-rotate(-20deg);
filter: hue-rotate(-20deg);
}
/* Index page */
#download {}
#download p {
margin: .3em 0;
font-weight: bold;
}
.bliss-compression {
margin: 1em 0;
}
.bliss-type label {
display: block;
padding: 1em;
border-radius: .6em;
margin: 0 .5% .5em;
box-sizing: border-box;
font-size: 80%;
cursor: pointer;
border: .2em solid hsl(145, 34%, 89%);
}
@media (min-width: 50em) {
.bliss-type label {
display: inline-block;
vertical-align: top;
width: 48%;
}
}
.bliss-type label:hover {
background: hsl(145, 34%, 96%);
}
.bliss-type input {
position: absolute;
clip: rect(0,0,0,0);
}
.bliss-type :checked + label {
background: hsl(145, 34%, 89%);
}
#download .bliss-type code {
background: none;
box-shadow: none;
}
.bliss-type .logo {
display: block;
width: fit-content;
margin: 0 auto .2em;
font-size: 500%;
}
[for="type-shy"] .logo {
background-image: url("logo-shy.svg");
color: hsl(350, 80%, 55%);
}
.bliss-type .logo span {
display: block;
text-align: right;
font-family: Optima, Candara, sans-serif;
font-size: 25%;
}
#download .button {
display: block;
width: 6em;
font-size: 150%;
border-radius: .25em;
margin: auto;
text-align: center;
line-height: 1.8;
}
#quick-look pre {
position: relative;
overflow: visible;
box-shadow: none;
}
#quick-look pre code {
display: block;
overflow: auto;
}
@media (min-width: 50em) {
#quick-look .comparison {
display: -webkit-flex;
display: flex;
margin: 1.5em 0;
}
#quick-look .comparison pre {
position: relative;
width: calc(50% - .4em);
box-sizing: border-box;
padding: .5em 0;
border-radius: .5em;
}
#quick-look code {
tab-size: 2;
}
}
@media (min-width: 50em) and (max-width: 100em) {
#quick-look .comparison pre {
font-size: 75%;
}
}
#quick-look pre::before {
position: absolute;
bottom: 100%;
font: bold 100%/.6 Optima, Candara, sans-serif;
}
#quick-look pre::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
width: calc(50vw - 0.6em);
background-color: inherit;
}
#quick-look pre.bliss::after {
left: 0;
}
#quick-look pre.vanilla::after {
right: 0;
}
#quick-look pre.vanilla {
background: linear-gradient(to left, hsla(350, 80%, 96%,0), hsl(350, 80%, 96%)),
linear-gradient(hsla(0,0%,100%,.5) 50%, transparent 0) 0 0 / auto 3em content-box padding-box
hsl(350, 80%, 96%);
border-right: .3em solid white;
}
#quick-look pre.vanilla::before {
content: "Plain Vanilla JS";
color: hsl(350, 80%, 55%);
right: 1em;
}
#quick-look pre.bliss {
background: linear-gradient(to right, hsla(145, 34%, 95%,0), hsl(145, 34%, 95%)),
linear-gradient(hsla(0,0%,100%,.5) 50%, transparent 0) 0 0 / auto 3em content-box padding-box
hsl(145, 34%, 95%);
padding-left: .8em;
border-left: .3em solid white;
}
#quick-look pre.bliss::before {
content: "Blissful Vanilla JS";
color: hsl(190, 52%, 50%);
left: 1em;
}
.github-ribbon {
position: absolute;
top: 0;
left: 0;
transform: rotate(90deg) translateX(70.71067814%) rotate(-90deg) rotate(-45deg) translateY(-100%);
transform-origin: 0 0;
padding: .4em 3em;
background: hsl(350, 80%, 55%);
text-decoration: none;
color: #f5ebd6;
box-shadow: 0 0.1em 0 0.1em rgba(0, 0, 0, 0.15);
z-index: 1;
}
.github-ribbon:hover {
background: black;
color: white;
}
.github-star {
position: absolute;
top: 1em;
right: 1em;
} | style/style.css | @font-face {
font-family: 'Great Vibes';
src: url('greatvibes.woff');
}
:root {
--yellow: hsl(61, 86%, 77%);
--lightblue: hsl(145, 34%, 89%);
--blue: hsl(190, 52%, 50%);
--magenta: hsl(350, 80%, 55%);
--darkgray: hsl(227, 15%, 24%);
--body-font: Optima, Candara, sans-serif;
}
body {
margin: auto;
font: 100%/1.6 Optima, Candara, sans-serif;
font-kerning: normal;
font-synthesis: none;
background-color: white;
color: hsl(227, 15%, 24%);
}
@keyframes pulse {
to { line-height: 3; }
}
body[data-loading]::before {
content: "Loading…";
position: fixed;
bottom: 50%;
left: 50%;
transform: translate(-50%, 50%);
z-index: 2;
padding: .5em .8em;
border-radius: .3em;
background: rgba(0,0,0,.5);
color: white;
font-size: 120%;
animation: pulse .5s alternate infinite;
}
a {
color: hsl(190, 52%, 50%);
}
a:not(:hover) {
text-decoration: none;
}
button, .button {
display: inline-block;
padding: 0 .5em;
border: 0;
border-radius: .3em;
margin: 0 .2em;
background: hsl(190, 52%, 50%);
color: white;
font: inherit;
text-decoration: none;
font-size: 80%;
font-weight: 100;
text-transform: uppercase;
cursor: pointer;
}
button:hover,
.button:hover {
background: hsl(350, 80%, 55%);
}
ul {
padding: 0;
}
h1 {
margin: 1em 0 0;
font-family: Great Vibes;
font-size: 300%;
line-height: 1.2;
font-weight: normal;
color: hsl(350, 80%, 55%);
}
section section h1,
section article h1,
h2 {
margin: 2em 0 0;
font-family: inherit;
font-size: 150%;
font-weight: bold;
}
section section section h1,
section section article h1,
section h2 {
font-size: 120%;
color: hsl(227, 10%, 50%);
}
details summary {
display: block;
cursor: pointer;
}
details summary h2 {
display: inline;
margin: 0;
}
body > header,
body > nav,
body > section,
body > footer {
padding: 0 calc(50% - 24rem);
}
@media (max-width: 50em) {
body > header,
body > nav,
body > section,
body > footer {
padding: 0 2em;
}
}
@media (min-width: 100em) {
body > header,
body > nav,
body > section,
body > footer {
padding: 0 calc(50% - 35rem);
}
}
@keyframes move {
from { background-position: -7.5em 100%, -5em 100%, -10em 100%, -20em 100%; }
}
body > header {
position: relative;
padding-top: .5em;
font-size: 200%;
color: hsl(190, 52%, 50%);
background: radial-gradient(circle at 50% 90%, white 1em, hsla(0,0%,100%,0) 0) -2.5em 100% / 5em 5em,
radial-gradient(circle at bottom, white 1.5em, hsl(145, 34%, 99%) 2em, hsla(145, 34%, 99%, 0) 0) 0em 100% / 5em 5em,
radial-gradient(circle at bottom, white 2em, hsl(145, 34%, 99%) 3em, hsla(145, 34%, 99%, 0) 0) 0 100% / 10em 10em,
radial-gradient(circle at bottom, white 3em, hsl(145, 34%, 98%) 4em, hsla(145, 34%, 99%, 0) 0) 0em 100% / 20em 20em;
background-repeat: repeat-x;
background-color: hsl(145, 34%, 89%);
animation: 20s move infinite linear;
}
body > header:hover {
animation-play-state: paused;
}
body > header h1,
.logo {
position: relative;
display: inline-block;
padding: .5em .75em 0 0;
margin: 0;
font: 300%/1 Great Vibes, cursive;
color: hsl(190, 52%, 50%);
background: url("logo.svg") 1.5em 0 / 1.2em 1.2em no-repeat;
}
body > header p,
.logo span {
margin: -.75em 0 0;
text-transform: uppercase;
font-size: 50%;
line-height: 1;
letter-spacing: .08em;
}
body > section#intro {}
body > section#intro p {
font-size: 120%;
font-style: italic;
}
body > section#intro ul {
font-size: 80%;
}
body > section#intro li {
position: relative;
margin: 0 0 1em 2.5em;
list-style: none;
}
@media (min-width: 50em) {
body > section#intro li {
display: inline-block;
vertical-align: top;
width: calc(50% - 2.8em);
}
}
body > section#intro li::before {
content: "✓";
position: absolute;
right: 100%;
top: 0;
z-index: -1;
color: hsl(145, 50%, 80%);
font-size: 400%;
line-height: 1;
}
body > section#intro li strong {
display: block;
font-size: 125%;
}
body > section#intro li a {
color: inherit;
}
body > section#intro nav {
margin: 2em 0;
text-align: center;
}
body > section#intro nav a {
display: inline-block;
padding: .1em .5em;
border: .15em solid;
border-radius: .3em;
margin: 0 .1em;
font-size: 120%;
text-decoration: none;
font-weight: 600;
color: hsl(350, 80%, 55%);
}
body > section#intro nav a:hover,
.button:hover {
background: hsl(350, 80%, 55%);
border-color: hsl(350, 80%, 55%);
color: white;
}
#docs article:target {
background: linear-gradient(hsla(0,0%,100%,.6), white 60%) 0 0 / 100% 8em,
repeating-linear-gradient(135deg, hsl(61, 86%, 77%) 0, hsl(61, 86%, 77%) .5em, white 0, white 1em) 0 0 / 100% 8em repeat-x;
}
body > footer {
padding-top: 1em;
padding-bottom: 1em;
margin-top: 1em;
background: hsl(227, 15%, 24%);
color: white;
}
footer .twitter-follow-button {
float: right;
-webkit-filter: hue-rotate(-20deg);
filter: hue-rotate(-20deg);
}
/* Index page */
#download {}
#download p {
margin: .3em 0;
font-weight: bold;
}
.bliss-compression {
margin: 1em 0;
}
.bliss-type label {
display: block;
padding: 1em;
border-radius: .6em;
margin: 0 .5% .5em;
box-sizing: border-box;
font-size: 80%;
cursor: pointer;
border: .2em solid hsl(145, 34%, 89%);
}
@media (min-width: 50em) {
.bliss-type label {
display: inline-block;
vertical-align: top;
width: 48%;
}
}
.bliss-type label:hover {
background: hsl(145, 34%, 96%);
}
.bliss-type input {
position: absolute;
clip: rect(0,0,0,0);
}
.bliss-type :checked + label {
background: hsl(145, 34%, 89%);
}
#download .bliss-type code {
background: none;
box-shadow: none;
}
.bliss-type .logo {
display: block;
width: fit-content;
margin: 0 auto .2em;
font-size: 500%;
}
[for="type-shy"] .logo {
background-image: url("logo-shy.svg");
color: hsl(350, 80%, 55%);
}
.bliss-type .logo span {
display: block;
text-align: right;
font-family: Optima, Candara, sans-serif;
font-size: 25%;
}
#download .button {
display: block;
width: 6em;
font-size: 150%;
border-radius: .25em;
margin: auto;
text-align: center;
line-height: 1.8;
}
#quick-look pre {
position: relative;
overflow: visible;
box-shadow: none;
}
#quick-look pre code {
display: block;
overflow: auto;
}
@media (min-width: 50em) {
#quick-look .comparison {
display: -webkit-flex;
display: flex;
margin: 1.5em 0;
}
#quick-look .comparison pre {
position: relative;
width: calc(50% - .4em);
box-sizing: border-box;
padding: .5em 0;
border-radius: .5em;
}
#quick-look code {
tab-size: 2;
}
}
@media (min-width: 50em) and (max-width: 100em) {
#quick-look .comparison pre {
font-size: 75%;
}
}
#quick-look pre::before {
position: absolute;
bottom: 100%;
font: bold 100%/.6 Optima, Candara, sans-serif;
}
#quick-look pre::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
width: calc(50vw - 0.6em);
background-color: inherit;
}
#quick-look pre.bliss::after {
left: 0;
}
#quick-look pre.vanilla::after {
right: 0;
}
#quick-look pre.vanilla {
background: linear-gradient(to left, hsla(350, 80%, 96%,0), hsl(350, 80%, 96%)),
linear-gradient(hsla(0,0%,100%,.5) 50%, transparent 0) 0 0 / auto 3em content-box padding-box
hsl(350, 80%, 96%);
border-right: .3em solid white;
}
#quick-look pre.vanilla::before {
content: "Plain Vanilla JS";
color: hsl(350, 80%, 55%);
right: 1em;
}
#quick-look pre.bliss {
background: linear-gradient(to right, hsla(145, 34%, 95%,0), hsl(145, 34%, 95%)),
linear-gradient(hsla(0,0%,100%,.5) 50%, transparent 0) 0 0 / auto 3em content-box padding-box
hsl(145, 34%, 95%);
padding-left: .8em;
border-left: .3em solid white;
}
#quick-look pre.bliss::before {
content: "Blissful Vanilla JS";
color: hsl(190, 52%, 50%);
left: 1em;
}
.github-ribbon {
position: absolute;
top: 0;
left: 0;
transform: rotate(90deg) translateX(70.71067814%) rotate(-90deg) rotate(-45deg) translateY(-100%);
transform-origin: 0 0;
padding: .4em 3em;
background: hsl(350, 80%, 55%);
text-decoration: none;
color: #f5ebd6;
box-shadow: 0 0.1em 0 0.1em rgba(0, 0, 0, 0.15);
z-index: 1;
}
.github-ribbon:hover {
background: black;
color: white;
}
.github-star {
position: absolute;
top: 1em;
right: 1em;
} | 0.562177 | 0.098252 |
*
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style:none;
color:green;
background-color:black;
font-family:"Courier New";
overflow:hidden;
}
*:focus
{
outline:none !important;
}
.containerDiv
{
width:400px;
height:auto;
border:1px solid green;
background-color:black;
}
#titleContainer
{
height:50px;
}
#gameContainer
{
width:400px;
}
#buttonsContainer, #difficultyContainer
{
width:346px;
height:40px;
margin:0px 5px 10px 5px;
}
#helpContainer
{
position: absolute;
top:80px;
left:50%;
margin-left:-210px;
z-index: 1;
}
#helpCloseButton
{
height:16px;
width:16px;
border:1px solid green;
float:right;
margin-right:8px;
cursor:pointer;
}
.numInput
{
height:60px;
width:46px;
font-size:30px;
text-align:center;
border:1px solid green;
margin:10px 5px 10px 5px;
}
.numInput:focus, .correct
{
outline: none !important;
background-color:green;
color:black;
border:none;
}
.partialWrong
{
background-color:indianred;
}
.fullWrong
{
background-color:red;
border:none;
}
#checkButton
{
float:right;
margin-right:10px;
margin-top:8px;
width:76px;
border:1px solid green;
}
#checkButton:hover, .difficultyButton:hover, #newGameButton:hover, #helpButton:hover, #hideControls:hover
{
background-color:green;
color:black;
cursor:pointer;
}
#checkButton:focus, .difficultyButton:focus, #newGameButton:focus, #helpButton:focus
{
outline:none !important;
}
#attemptsLabel
{
float:left;
margin-left:10px;
margin-top:12px;
display:inline-block;
}
#controlsContainer, #difficultyContainer
{
height:auto;
}
.hiddenControls
{
border:none;
}
#hideControls
{
text-decoration:none;
}
.hidden
{
display:none;
}
.difficultyButton
{
width:40px;
border:1px solid green;
}
#newGameButton, #helpButton
{
display:block;
margin:10px 0px 0px 0px;
}
#controlsContainer
{
padding-bottom:10px;
} | codebreakercss.css | *
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style:none;
color:green;
background-color:black;
font-family:"Courier New";
overflow:hidden;
}
*:focus
{
outline:none !important;
}
.containerDiv
{
width:400px;
height:auto;
border:1px solid green;
background-color:black;
}
#titleContainer
{
height:50px;
}
#gameContainer
{
width:400px;
}
#buttonsContainer, #difficultyContainer
{
width:346px;
height:40px;
margin:0px 5px 10px 5px;
}
#helpContainer
{
position: absolute;
top:80px;
left:50%;
margin-left:-210px;
z-index: 1;
}
#helpCloseButton
{
height:16px;
width:16px;
border:1px solid green;
float:right;
margin-right:8px;
cursor:pointer;
}
.numInput
{
height:60px;
width:46px;
font-size:30px;
text-align:center;
border:1px solid green;
margin:10px 5px 10px 5px;
}
.numInput:focus, .correct
{
outline: none !important;
background-color:green;
color:black;
border:none;
}
.partialWrong
{
background-color:indianred;
}
.fullWrong
{
background-color:red;
border:none;
}
#checkButton
{
float:right;
margin-right:10px;
margin-top:8px;
width:76px;
border:1px solid green;
}
#checkButton:hover, .difficultyButton:hover, #newGameButton:hover, #helpButton:hover, #hideControls:hover
{
background-color:green;
color:black;
cursor:pointer;
}
#checkButton:focus, .difficultyButton:focus, #newGameButton:focus, #helpButton:focus
{
outline:none !important;
}
#attemptsLabel
{
float:left;
margin-left:10px;
margin-top:12px;
display:inline-block;
}
#controlsContainer, #difficultyContainer
{
height:auto;
}
.hiddenControls
{
border:none;
}
#hideControls
{
text-decoration:none;
}
.hidden
{
display:none;
}
.difficultyButton
{
width:40px;
border:1px solid green;
}
#newGameButton, #helpButton
{
display:block;
margin:10px 0px 0px 0px;
}
#controlsContainer
{
padding-bottom:10px;
} | 0.309024 | 0.044618 |
.hll {
background-color: #ffffcc; }
.c {
color: #999; }
/* Comment */
.err {
color: #AA0000;
background-color: #FFAAAA; }
/* Error */
.k {
color: #006699; }
/* Keyword */
.o {
color: #555555; }
/* Operator */
.cm {
color: #999; }
/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
color: #009999; }
/* Comment.Preproc */
.c1 {
color: #999; }
/* Comment.Single */
.cs {
color: #999; }
/* Comment.Special */
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000; }
/* Generic.Deleted */
.ge {
font-style: italic; }
/* Generic.Emph */
.gr {
color: #FF0000; }
/* Generic.Error */
.gh {
color: #003300; }
/* Generic.Heading */
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00; }
/* Generic.Inserted */
.go {
color: #AAAAAA; }
/* Generic.Output */
.gp {
color: #000099; }
/* Generic.Prompt */
/* Generic.Strong */
.gu {
color: #003300; }
/* Generic.Subheading */
.gt {
color: #99CC66; }
/* Generic.Traceback */
.kc {
color: #006699; }
/* Keyword.Constant */
.kd {
color: #006699; }
/* Keyword.Declaration */
.kn {
color: #006699; }
/* Keyword.Namespace */
.kp {
color: #006699; }
/* Keyword.Pseudo */
.kr {
color: #006699; }
/* Keyword.Reserved */
.kt {
color: #007788; }
/* Keyword.Type */
.m {
color: #FF6600; }
/* Literal.Number */
.s {
color: #d44950; }
/* Literal.String */
.na {
color: #4f9fcf; }
/* Name.Attribute */
.nb {
color: #336666; }
/* Name.Builtin */
.nc {
color: #00AA88; }
/* Name.Class */
.no {
color: #336600; }
/* Name.Constant */
.nd {
color: #9999FF; }
/* Name.Decorator */
.ni {
color: #999999; }
/* Name.Entity */
.ne {
color: #CC0000; }
/* Name.Exception */
.nf {
color: #CC00FF; }
/* Name.Function */
.nl {
color: #9999FF; }
/* Name.Label */
.nn {
color: #00CCFF; }
/* Name.Namespace */
.nt {
color: #2f6f9f; }
/* Name.Tag */
.nv {
color: #003333; }
/* Name.Variable */
.ow {
color: #000000; }
/* Operator.Word */
.w {
color: #bbbbbb; }
/* Text.Whitespace */
.mf {
color: #FF6600; }
/* Literal.Number.Float */
.mh {
color: #FF6600; }
/* Literal.Number.Hex */
.mi {
color: #FF6600; }
/* Literal.Number.Integer */
.mo {
color: #FF6600; }
/* Literal.Number.Oct */
.sb {
color: #CC3300; }
/* Literal.String.Backtick */
.sc {
color: #CC3300; }
/* Literal.String.Char */
.sd {
color: #CC3300;
font-style: italic; }
/* Literal.String.Doc */
.s2 {
color: #CC3300; }
/* Literal.String.Double */
.se {
color: #CC3300; }
/* Literal.String.Escape */
.sh {
color: #CC3300; }
/* Literal.String.Heredoc */
.si {
color: #AA0000; }
/* Literal.String.Interpol */
.sx {
color: #CC3300; }
/* Literal.String.Other */
.sr {
color: #33AAAA; }
/* Literal.String.Regex */
.s1 {
color: #CC3300; }
/* Literal.String.Single */
.ss {
color: #d6ab2a; }
/* Literal.String.Symbol */
.bp {
color: #336666; }
/* Name.Builtin.Pseudo */
.vc {
color: #003333; }
/* Name.Variable.Class */
.vg {
color: #003333; }
/* Name.Variable.Global */
.vi {
color: #003333; }
/* Name.Variable.Instance */
.il {
color: #FF6600; }
/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
html {
font-size: 100%;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizelegibility;
background-color: #fff; }
body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 1em;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-weight: 400;
line-height: 1.5;
color: #545154;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@-webkit-keyframes heartbeat {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: .7;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
100% {
opacity: .85;
-webkit-transform: scale(0.9);
transform: scale(0.9); } }
@keyframes heartbeat {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: .7;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
100% {
opacity: .85;
-webkit-transform: scale(0.9);
transform: scale(0.9); } }
h1,
h2,
h3,
h4,
h5 {
margin: 0 0 1.5rem;
font-weight: 600;
line-height: 1;
letter-spacing: -.05em; }
h1 {
font-size: 1.5rem; }
h2 {
font-size: 2.25rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.25rem; }
h5 {
font-size: 1rem; }
p {
margin: 0 0 1.5rem; }
p:last-child {
margin-bottom: 0; }
ul,
ol {
margin: 0 0 1.5rem;
padding-left: 2.25rem; }
ul > li,
ol > li {
margin-bottom: .25rem; }
ul:last-child,
ol:last-child {
margin-bottom: 0; }
blockquote {
margin: 0; }
blockquote p {
font-style: italic; }
code,
pre {
font-family: "Source Code Pro", monospace; }
code {
padding: .125rem .25rem;
font-size: .875rem;
color: #d44950;
background-color: #f6f6f6;
-webkit-border-radius: 3px;
border-radius: 3px; }
pre {
display: block;
margin: 0;
line-height: 1.5;
white-space: pre;
white-space: pre-wrap; }
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0; }
.highlight {
margin: 0; }
.highlight > pre {
margin-bottom: 0; }
.highlight + .highlight {
margin-top: 1rem; }
a {
color: inherit;
-webkit-transition: color .1s ease-in;
transition: color .1s ease-in; }
a:hover {
color: #45bcda; }
.stcg-header {
padding: 1.5rem 3rem;
background-color: #45bcda; }
.stcg-header h1 {
margin-bottom: .25rem;
color: #f6f6f6; }
@media (min-width: 80em) {
.stcg-header {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg-header {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg-header {
padding-right: 8rem;
padding-left: 8rem; } }
.stcg-main {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 16.25rem; }
.stcg__sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 260px;
-ms-flex: 0 0 260px;
flex: 0 0 260px;
width: 16.25rem;
min-height: 100vh;
border-right: 1px solid #E0E0E0;
overflow: auto;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none; }
.stcg__sidebar::-webkit-scrollbar {
width: 0 !important; }
.stcg__sidebar__logo {
height: 76px;
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;
border-bottom: 1px solid #E0E0E0; }
.stcg__sidebar__logo > a {
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;
margin: 0 auto; }
.stcg__sidebar__logo > a > img {
max-width: 200px; }
.stcg__sidebar__nav {
padding: 4.5rem 1.5rem 1.5rem; }
.stcg__sidebar__nav h5 {
margin-bottom: 1rem;
color: #45bcda; }
.stcg__sidebar__nav ul {
padding-left: 0;
font-size: .875rem;
font-weight: 600;
list-style-type: none; }
.stcg__sidebar__nav li {
margin-bottom: 0;
padding: .25rem 0; }
.stcg__sidebar__nav a {
display: block;
text-decoration: none; }
.stcg__sidebar__nav + .stcg__sidebar__nav {
padding-top: 0; }
.stcg__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #E0E0E0; }
.stcg__content--headline {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 1.5rem 3rem;
background-color: #E0E0E0;
-webkit-transition: padding .1s ease-in;
transition: padding .1s ease-in; }
.stcg__content--headline > h1 {
margin-bottom: 0;
font-size: 2.25rem;
font-weight: 400;
color: #9E9E9E; }
.stcg__content--text,
.stcg__content--code {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 3rem;
-webkit-transition: padding .1s ease-in;
transition: padding .1s ease-in; }
.stcg__content--code {
background-color: #f6f6f6; }
.stcg__content--code > blockquote {
margin-top: 3.75rem; }
.stcg-todo {
margin-right: .5rem;
padding: .125rem .5rem;
font-weight: 600;
color: #ed677a;
text-transform: uppercase;
background-color: #fccb8d;
-webkit-border-radius: 3px;
border-radius: 3px; }
@media (min-width: 80em) {
.stcg__content--headline,
.stcg__content--text,
.stcg__content--code {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg__content--headline,
.stcg__content--text,
.stcg__content--code {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg__content--headline {
padding-right: 8rem;
padding-left: 8rem; }
.stcg__content--text,
.stcg__content--code {
padding: 4.5rem 8rem; } }
.stcg__tabs {
width: 100%; }
.stcg__tabs__input {
position: absolute;
left: -10000px; }
.stcg__tabs__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.stcg__tabs__label {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
padding: .25rem 0;
font-size: .875rem;
font-weight: 600;
line-height: 2;
color: #9E9E9E;
text-align: center;
border-bottom: 1px solid #E0E0E0;
-webkit-transition: all .15s ease-in;
transition: all .15s ease-in; }
.stcg__tabs__label:hover {
cursor: pointer;
color: #545154; }
.stcg__tabs__panel {
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
display: none;
width: 100%;
padding: .75rem .5rem 0; }
#tab-html-1:checked ~ .stcg__tabs__content #tab-html-1-l,
#tab-html-2:checked ~ .stcg__tabs__content #tab-html-2-l,
#tab-html-3:checked ~ .stcg__tabs__content #tab-html-3-l,
#tab-html-4:checked ~ .stcg__tabs__content #tab-html-4-l,
#tab-html-5:checked ~ .stcg__tabs__content #tab-html-5-l,
#tab-html-6:checked ~ .stcg__tabs__content #tab-html-6-l,
#tab-html-7:checked ~ .stcg__tabs__content #tab-html-7-l,
#tab-html-8:checked ~ .stcg__tabs__content #tab-html-8-l,
#tab-html-9:checked ~ .stcg__tabs__content #tab-html-9-l,
#tab-html-10:checked ~ .stcg__tabs__content #tab-html-10-l,
#tab-html-11:checked ~ .stcg__tabs__content #tab-html-11-l,
#tab-html-12:checked ~ .stcg__tabs__content #tab-html-12-l,
#tab-html-13:checked ~ .stcg__tabs__content #tab-html-13-l,
#tab-html-14:checked ~ .stcg__tabs__content #tab-html-14-l,
#tab-html-15:checked ~ .stcg__tabs__content #tab-html-15-l,
#tab-html-16:checked ~ .stcg__tabs__content #tab-html-16-l,
#tab-html-17:checked ~ .stcg__tabs__content #tab-html-17-l,
#tab-html-18:checked ~ .stcg__tabs__content #tab-html-18-l,
#tab-html-19:checked ~ .stcg__tabs__content #tab-html-19-l,
#tab-html-20:checked ~ .stcg__tabs__content #tab-html-20-l,
#tab-css-1:checked ~ .stcg__tabs__content #tab-css-1-l,
#tab-css-2:checked ~ .stcg__tabs__content #tab-css-2-l {
color: #545154;
cursor: default; }
#tab-html-1:checked ~ .stcg__tabs__content #tab-html-1-p,
#tab-html-2:checked ~ .stcg__tabs__content #tab-html-2-p,
#tab-html-3:checked ~ .stcg__tabs__content #tab-html-3-p,
#tab-html-4:checked ~ .stcg__tabs__content #tab-html-4-p,
#tab-html-5:checked ~ .stcg__tabs__content #tab-html-5-p,
#tab-html-6:checked ~ .stcg__tabs__content #tab-html-6-p,
#tab-html-7:checked ~ .stcg__tabs__content #tab-html-7-p,
#tab-html-8:checked ~ .stcg__tabs__content #tab-html-8-p,
#tab-html-9:checked ~ .stcg__tabs__content #tab-html-9-p,
#tab-html-10:checked ~ .stcg__tabs__content #tab-html-10-p,
#tab-html-11:checked ~ .stcg__tabs__content #tab-html-11-p,
#tab-html-12:checked ~ .stcg__tabs__content #tab-html-12-p,
#tab-html-13:checked ~ .stcg__tabs__content #tab-html-13-p,
#tab-html-14:checked ~ .stcg__tabs__content #tab-html-14-p,
#tab-html-15:checked ~ .stcg__tabs__content #tab-html-15-p,
#tab-html-16:checked ~ .stcg__tabs__content #tab-html-16-p,
#tab-html-17:checked ~ .stcg__tabs__content #tab-html-17-p,
#tab-html-18:checked ~ .stcg__tabs__content #tab-html-18-p,
#tab-html-19:checked ~ .stcg__tabs__content #tab-html-19-p,
#tab-html-20:checked ~ .stcg__tabs__content #tab-html-20-p,
#tab-css-1:checked ~ .stcg__tabs__content #tab-css-1-p,
#tab-css-2:checked ~ .stcg__tabs__content #tab-css-2-p {
display: block; }
.stcg__footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1.5rem 3rem;
background-color: #545154; }
.stcg__footer p {
margin-bottom: 0;
font-size: .875rem;
color: #f6f6f6; }
.stcg__footer p > span {
color: #ed677a;
cursor: none;
-webkit-animation: heartbeat 1s linear infinite;
animation: heartbeat 1s linear infinite; }
.stcg__footer p > span:hover {
-webkit-animation-duration: .5s;
animation-duration: .5s; }
.stcg__footer a {
color: #f6f6f6;
text-decoration: none; }
.stcg__footer a:hover {
color: #45bcda; }
.stcg__footer div:last-of-type p {
text-align: right; }
@media (min-width: 80em) {
.stcg__footer {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg__footer {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg__footer {
padding-right: 8rem;
padding-left: 8rem; } } | assets/css/main.css | .hll {
background-color: #ffffcc; }
.c {
color: #999; }
/* Comment */
.err {
color: #AA0000;
background-color: #FFAAAA; }
/* Error */
.k {
color: #006699; }
/* Keyword */
.o {
color: #555555; }
/* Operator */
.cm {
color: #999; }
/* Comment.Multiline */
/* Edited to remove italics and make into comment */
.cp {
color: #009999; }
/* Comment.Preproc */
.c1 {
color: #999; }
/* Comment.Single */
.cs {
color: #999; }
/* Comment.Special */
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000; }
/* Generic.Deleted */
.ge {
font-style: italic; }
/* Generic.Emph */
.gr {
color: #FF0000; }
/* Generic.Error */
.gh {
color: #003300; }
/* Generic.Heading */
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00; }
/* Generic.Inserted */
.go {
color: #AAAAAA; }
/* Generic.Output */
.gp {
color: #000099; }
/* Generic.Prompt */
/* Generic.Strong */
.gu {
color: #003300; }
/* Generic.Subheading */
.gt {
color: #99CC66; }
/* Generic.Traceback */
.kc {
color: #006699; }
/* Keyword.Constant */
.kd {
color: #006699; }
/* Keyword.Declaration */
.kn {
color: #006699; }
/* Keyword.Namespace */
.kp {
color: #006699; }
/* Keyword.Pseudo */
.kr {
color: #006699; }
/* Keyword.Reserved */
.kt {
color: #007788; }
/* Keyword.Type */
.m {
color: #FF6600; }
/* Literal.Number */
.s {
color: #d44950; }
/* Literal.String */
.na {
color: #4f9fcf; }
/* Name.Attribute */
.nb {
color: #336666; }
/* Name.Builtin */
.nc {
color: #00AA88; }
/* Name.Class */
.no {
color: #336600; }
/* Name.Constant */
.nd {
color: #9999FF; }
/* Name.Decorator */
.ni {
color: #999999; }
/* Name.Entity */
.ne {
color: #CC0000; }
/* Name.Exception */
.nf {
color: #CC00FF; }
/* Name.Function */
.nl {
color: #9999FF; }
/* Name.Label */
.nn {
color: #00CCFF; }
/* Name.Namespace */
.nt {
color: #2f6f9f; }
/* Name.Tag */
.nv {
color: #003333; }
/* Name.Variable */
.ow {
color: #000000; }
/* Operator.Word */
.w {
color: #bbbbbb; }
/* Text.Whitespace */
.mf {
color: #FF6600; }
/* Literal.Number.Float */
.mh {
color: #FF6600; }
/* Literal.Number.Hex */
.mi {
color: #FF6600; }
/* Literal.Number.Integer */
.mo {
color: #FF6600; }
/* Literal.Number.Oct */
.sb {
color: #CC3300; }
/* Literal.String.Backtick */
.sc {
color: #CC3300; }
/* Literal.String.Char */
.sd {
color: #CC3300;
font-style: italic; }
/* Literal.String.Doc */
.s2 {
color: #CC3300; }
/* Literal.String.Double */
.se {
color: #CC3300; }
/* Literal.String.Escape */
.sh {
color: #CC3300; }
/* Literal.String.Heredoc */
.si {
color: #AA0000; }
/* Literal.String.Interpol */
.sx {
color: #CC3300; }
/* Literal.String.Other */
.sr {
color: #33AAAA; }
/* Literal.String.Regex */
.s1 {
color: #CC3300; }
/* Literal.String.Single */
.ss {
color: #d6ab2a; }
/* Literal.String.Symbol */
.bp {
color: #336666; }
/* Name.Builtin.Pseudo */
.vc {
color: #003333; }
/* Name.Variable.Class */
.vg {
color: #003333; }
/* Name.Variable.Global */
.vi {
color: #003333; }
/* Name.Variable.Instance */
.il {
color: #FF6600; }
/* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
html {
font-size: 100%;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizelegibility;
background-color: #fff; }
body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 1em;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-weight: 400;
line-height: 1.5;
color: #545154;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
@-webkit-keyframes heartbeat {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: .7;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
100% {
opacity: .85;
-webkit-transform: scale(0.9);
transform: scale(0.9); } }
@keyframes heartbeat {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: .7;
-webkit-transform: scale(0.8);
transform: scale(0.8); }
100% {
opacity: .85;
-webkit-transform: scale(0.9);
transform: scale(0.9); } }
h1,
h2,
h3,
h4,
h5 {
margin: 0 0 1.5rem;
font-weight: 600;
line-height: 1;
letter-spacing: -.05em; }
h1 {
font-size: 1.5rem; }
h2 {
font-size: 2.25rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.25rem; }
h5 {
font-size: 1rem; }
p {
margin: 0 0 1.5rem; }
p:last-child {
margin-bottom: 0; }
ul,
ol {
margin: 0 0 1.5rem;
padding-left: 2.25rem; }
ul > li,
ol > li {
margin-bottom: .25rem; }
ul:last-child,
ol:last-child {
margin-bottom: 0; }
blockquote {
margin: 0; }
blockquote p {
font-style: italic; }
code,
pre {
font-family: "Source Code Pro", monospace; }
code {
padding: .125rem .25rem;
font-size: .875rem;
color: #d44950;
background-color: #f6f6f6;
-webkit-border-radius: 3px;
border-radius: 3px; }
pre {
display: block;
margin: 0;
line-height: 1.5;
white-space: pre;
white-space: pre-wrap; }
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0; }
.highlight {
margin: 0; }
.highlight > pre {
margin-bottom: 0; }
.highlight + .highlight {
margin-top: 1rem; }
a {
color: inherit;
-webkit-transition: color .1s ease-in;
transition: color .1s ease-in; }
a:hover {
color: #45bcda; }
.stcg-header {
padding: 1.5rem 3rem;
background-color: #45bcda; }
.stcg-header h1 {
margin-bottom: .25rem;
color: #f6f6f6; }
@media (min-width: 80em) {
.stcg-header {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg-header {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg-header {
padding-right: 8rem;
padding-left: 8rem; } }
.stcg-main {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 16.25rem; }
.stcg__sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 0 260px;
-ms-flex: 0 0 260px;
flex: 0 0 260px;
width: 16.25rem;
min-height: 100vh;
border-right: 1px solid #E0E0E0;
overflow: auto;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none; }
.stcg__sidebar::-webkit-scrollbar {
width: 0 !important; }
.stcg__sidebar__logo {
height: 76px;
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;
border-bottom: 1px solid #E0E0E0; }
.stcg__sidebar__logo > a {
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;
margin: 0 auto; }
.stcg__sidebar__logo > a > img {
max-width: 200px; }
.stcg__sidebar__nav {
padding: 4.5rem 1.5rem 1.5rem; }
.stcg__sidebar__nav h5 {
margin-bottom: 1rem;
color: #45bcda; }
.stcg__sidebar__nav ul {
padding-left: 0;
font-size: .875rem;
font-weight: 600;
list-style-type: none; }
.stcg__sidebar__nav li {
margin-bottom: 0;
padding: .25rem 0; }
.stcg__sidebar__nav a {
display: block;
text-decoration: none; }
.stcg__sidebar__nav + .stcg__sidebar__nav {
padding-top: 0; }
.stcg__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #E0E0E0; }
.stcg__content--headline {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 1.5rem 3rem;
background-color: #E0E0E0;
-webkit-transition: padding .1s ease-in;
transition: padding .1s ease-in; }
.stcg__content--headline > h1 {
margin-bottom: 0;
font-size: 2.25rem;
font-weight: 400;
color: #9E9E9E; }
.stcg__content--text,
.stcg__content--code {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 3rem;
-webkit-transition: padding .1s ease-in;
transition: padding .1s ease-in; }
.stcg__content--code {
background-color: #f6f6f6; }
.stcg__content--code > blockquote {
margin-top: 3.75rem; }
.stcg-todo {
margin-right: .5rem;
padding: .125rem .5rem;
font-weight: 600;
color: #ed677a;
text-transform: uppercase;
background-color: #fccb8d;
-webkit-border-radius: 3px;
border-radius: 3px; }
@media (min-width: 80em) {
.stcg__content--headline,
.stcg__content--text,
.stcg__content--code {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg__content--headline,
.stcg__content--text,
.stcg__content--code {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg__content--headline {
padding-right: 8rem;
padding-left: 8rem; }
.stcg__content--text,
.stcg__content--code {
padding: 4.5rem 8rem; } }
.stcg__tabs {
width: 100%; }
.stcg__tabs__input {
position: absolute;
left: -10000px; }
.stcg__tabs__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.stcg__tabs__label {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
padding: .25rem 0;
font-size: .875rem;
font-weight: 600;
line-height: 2;
color: #9E9E9E;
text-align: center;
border-bottom: 1px solid #E0E0E0;
-webkit-transition: all .15s ease-in;
transition: all .15s ease-in; }
.stcg__tabs__label:hover {
cursor: pointer;
color: #545154; }
.stcg__tabs__panel {
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
display: none;
width: 100%;
padding: .75rem .5rem 0; }
#tab-html-1:checked ~ .stcg__tabs__content #tab-html-1-l,
#tab-html-2:checked ~ .stcg__tabs__content #tab-html-2-l,
#tab-html-3:checked ~ .stcg__tabs__content #tab-html-3-l,
#tab-html-4:checked ~ .stcg__tabs__content #tab-html-4-l,
#tab-html-5:checked ~ .stcg__tabs__content #tab-html-5-l,
#tab-html-6:checked ~ .stcg__tabs__content #tab-html-6-l,
#tab-html-7:checked ~ .stcg__tabs__content #tab-html-7-l,
#tab-html-8:checked ~ .stcg__tabs__content #tab-html-8-l,
#tab-html-9:checked ~ .stcg__tabs__content #tab-html-9-l,
#tab-html-10:checked ~ .stcg__tabs__content #tab-html-10-l,
#tab-html-11:checked ~ .stcg__tabs__content #tab-html-11-l,
#tab-html-12:checked ~ .stcg__tabs__content #tab-html-12-l,
#tab-html-13:checked ~ .stcg__tabs__content #tab-html-13-l,
#tab-html-14:checked ~ .stcg__tabs__content #tab-html-14-l,
#tab-html-15:checked ~ .stcg__tabs__content #tab-html-15-l,
#tab-html-16:checked ~ .stcg__tabs__content #tab-html-16-l,
#tab-html-17:checked ~ .stcg__tabs__content #tab-html-17-l,
#tab-html-18:checked ~ .stcg__tabs__content #tab-html-18-l,
#tab-html-19:checked ~ .stcg__tabs__content #tab-html-19-l,
#tab-html-20:checked ~ .stcg__tabs__content #tab-html-20-l,
#tab-css-1:checked ~ .stcg__tabs__content #tab-css-1-l,
#tab-css-2:checked ~ .stcg__tabs__content #tab-css-2-l {
color: #545154;
cursor: default; }
#tab-html-1:checked ~ .stcg__tabs__content #tab-html-1-p,
#tab-html-2:checked ~ .stcg__tabs__content #tab-html-2-p,
#tab-html-3:checked ~ .stcg__tabs__content #tab-html-3-p,
#tab-html-4:checked ~ .stcg__tabs__content #tab-html-4-p,
#tab-html-5:checked ~ .stcg__tabs__content #tab-html-5-p,
#tab-html-6:checked ~ .stcg__tabs__content #tab-html-6-p,
#tab-html-7:checked ~ .stcg__tabs__content #tab-html-7-p,
#tab-html-8:checked ~ .stcg__tabs__content #tab-html-8-p,
#tab-html-9:checked ~ .stcg__tabs__content #tab-html-9-p,
#tab-html-10:checked ~ .stcg__tabs__content #tab-html-10-p,
#tab-html-11:checked ~ .stcg__tabs__content #tab-html-11-p,
#tab-html-12:checked ~ .stcg__tabs__content #tab-html-12-p,
#tab-html-13:checked ~ .stcg__tabs__content #tab-html-13-p,
#tab-html-14:checked ~ .stcg__tabs__content #tab-html-14-p,
#tab-html-15:checked ~ .stcg__tabs__content #tab-html-15-p,
#tab-html-16:checked ~ .stcg__tabs__content #tab-html-16-p,
#tab-html-17:checked ~ .stcg__tabs__content #tab-html-17-p,
#tab-html-18:checked ~ .stcg__tabs__content #tab-html-18-p,
#tab-html-19:checked ~ .stcg__tabs__content #tab-html-19-p,
#tab-html-20:checked ~ .stcg__tabs__content #tab-html-20-p,
#tab-css-1:checked ~ .stcg__tabs__content #tab-css-1-p,
#tab-css-2:checked ~ .stcg__tabs__content #tab-css-2-p {
display: block; }
.stcg__footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1.5rem 3rem;
background-color: #545154; }
.stcg__footer p {
margin-bottom: 0;
font-size: .875rem;
color: #f6f6f6; }
.stcg__footer p > span {
color: #ed677a;
cursor: none;
-webkit-animation: heartbeat 1s linear infinite;
animation: heartbeat 1s linear infinite; }
.stcg__footer p > span:hover {
-webkit-animation-duration: .5s;
animation-duration: .5s; }
.stcg__footer a {
color: #f6f6f6;
text-decoration: none; }
.stcg__footer a:hover {
color: #45bcda; }
.stcg__footer div:last-of-type p {
text-align: right; }
@media (min-width: 80em) {
.stcg__footer {
padding-right: 4.5rem;
padding-left: 4.5rem; } }
@media (min-width: 100em) {
.stcg__footer {
padding-right: 6rem;
padding-left: 6rem; } }
@media (min-width: 125em) {
.stcg__footer {
padding-right: 8rem;
padding-left: 8rem; } } | 0.296451 | 0.054024 |
html,
body { height: 100%;
}
canvas {
position: absolute;
border-width: 2px;
border-color: red;
}
#grid-container {
display: grid;
grid-gap: 1px;
grid-template-columns: auto auto 500px;
grid-template-rows: minmax(75px, 10vh) 69vh minmax(100px, 15vh);
background-color: lightgrey;
}
#grid-container > #main-canvas {
display: flex;
justify-content: center;
font-size:x-small;
text-align: center;
grid-column: 1/3;
grid-row: 1/3;
border: none;
padding: 20px;
overflow: auto;
}
#grid-container > #playback-controls {
display: none;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/2;
border: none;
padding: 5px;
}
#playback-grid {
display: grid;
grid-template-columns: 30% 70%;
padding: 10px;
}
#play-pause {
font-size: medium;
}
#speed-slider {
font-size: medium;
}
#grid-container .chart-container {
display: block;
position: relative;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/3;
border: none;
padding: 10px;
overflow: auto;
margin-top: 300px;
}
#grid-container > #object-menu {
display: block;
position: relative;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/3;
border: none;
padding: 10px;
overflow: auto;
margin-top: 30px;
}
#objects-table {
border: none;
width: 100%;
text-align: left;
background-color: lightgrey;
}
#grid-container > #frame-controls {
font-size:x-small;
text-align: center;
grid-column: 1/4;
grid-row: 3/4;
border: 2px solid black;
padding: 20px;
background-color: darkgray;
}
#init-cubes-button {
border-radius: 6px;
border-width: 0;
box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
color: #fff;
cursor: pointer;
font-size: 175%;
height: 44px;
line-height: 1.15;
margin: 12px 0 0;
outline: none;
padding: 0 25px;
position: relative;
text-align: center;
width: 50%;
}
.cube {
position: absolute;
height: 20px;
width: 20px;
border: 1px solid black;
}
#frames-table {
border: 0px solid black;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.circlecenter {
height: 1px;
width: 1px;
background-color: black;
}
.circle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
background-color:#fff;
border:1px solid black;
border-radius:50%;
width:90%;
height:0;
padding: 45% 0;
}
.outercircle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
width:70%;
/* height:70%; */
}
.objlabel {
position: absolute;
font-size: medium;
font-weight: bold;
}
#context-menu {
position: fixed;
width: 150px;
position: absolute;
background: gray;
z-index: 10000;
transform: scale(0);
transform-origin: top left;
}
#context-menu.active {
transform: scale(1);
transition: transform 200ms ease-in-out;
}
#context-menu .item {
padding: 8px 10px;
font-size: 15px;
color: #eee;
}
#context-menu .item:hover{
background: #555;
}
#context-menu .item i {
display: inline-block;
margin-right: 5px;
}
#context-menu hr {
margin: 2px 0px;
border-color: #555;
}
.chart-container {
height: 500px;
width: 500px;
}
#save-load {
grid-column: 1;
grid-row: 1;
z-index: 100;
padding: 20px;
}
#load-save-controls {
padding-left: 35px;
} | src/styles.css | html,
body { height: 100%;
}
canvas {
position: absolute;
border-width: 2px;
border-color: red;
}
#grid-container {
display: grid;
grid-gap: 1px;
grid-template-columns: auto auto 500px;
grid-template-rows: minmax(75px, 10vh) 69vh minmax(100px, 15vh);
background-color: lightgrey;
}
#grid-container > #main-canvas {
display: flex;
justify-content: center;
font-size:x-small;
text-align: center;
grid-column: 1/3;
grid-row: 1/3;
border: none;
padding: 20px;
overflow: auto;
}
#grid-container > #playback-controls {
display: none;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/2;
border: none;
padding: 5px;
}
#playback-grid {
display: grid;
grid-template-columns: 30% 70%;
padding: 10px;
}
#play-pause {
font-size: medium;
}
#speed-slider {
font-size: medium;
}
#grid-container .chart-container {
display: block;
position: relative;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/3;
border: none;
padding: 10px;
overflow: auto;
margin-top: 300px;
}
#grid-container > #object-menu {
display: block;
position: relative;
font-size:x-small;
text-align: center;
grid-column: 3/4;
grid-row: 1/3;
border: none;
padding: 10px;
overflow: auto;
margin-top: 30px;
}
#objects-table {
border: none;
width: 100%;
text-align: left;
background-color: lightgrey;
}
#grid-container > #frame-controls {
font-size:x-small;
text-align: center;
grid-column: 1/4;
grid-row: 3/4;
border: 2px solid black;
padding: 20px;
background-color: darkgray;
}
#init-cubes-button {
border-radius: 6px;
border-width: 0;
box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
color: #fff;
cursor: pointer;
font-size: 175%;
height: 44px;
line-height: 1.15;
margin: 12px 0 0;
outline: none;
padding: 0 25px;
position: relative;
text-align: center;
width: 50%;
}
.cube {
position: absolute;
height: 20px;
width: 20px;
border: 1px solid black;
}
#frames-table {
border: 0px solid black;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.circlecenter {
height: 1px;
width: 1px;
background-color: black;
}
.circle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
background-color:#fff;
border:1px solid black;
border-radius:50%;
width:90%;
height:0;
padding: 45% 0;
}
.outercircle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
width:70%;
/* height:70%; */
}
.objlabel {
position: absolute;
font-size: medium;
font-weight: bold;
}
#context-menu {
position: fixed;
width: 150px;
position: absolute;
background: gray;
z-index: 10000;
transform: scale(0);
transform-origin: top left;
}
#context-menu.active {
transform: scale(1);
transition: transform 200ms ease-in-out;
}
#context-menu .item {
padding: 8px 10px;
font-size: 15px;
color: #eee;
}
#context-menu .item:hover{
background: #555;
}
#context-menu .item i {
display: inline-block;
margin-right: 5px;
}
#context-menu hr {
margin: 2px 0px;
border-color: #555;
}
.chart-container {
height: 500px;
width: 500px;
}
#save-load {
grid-column: 1;
grid-row: 1;
z-index: 100;
padding: 20px;
}
#load-save-controls {
padding-left: 35px;
} | 0.482917 | 0.100216 |
.Publish_ItemDisplay {
clear: both;
}
/* form elements */
.input_dropdown, .input_textbox {
font-size: 11px;
}
.rightAlign {
text-align: right;
}
/*nowrap only work when applied to a td directly (either as <td class="nowrap"> or <table class="nowrapTable">)*/
.nowrap {
white-space: nowrap;
}
.nowrapTable td {
white-space: nowrap;
}
.Help {
white-space: normal;
}
/*Article Edit*/
.editTableLabelColumn {
vertical-align: text-top;
text-align: right;
width: 20%;
}
.fullWidth {
width: 100%;
}
/* admin styles */
.SettingsTable {
width: 550px;
text-align: left;
}
.SettingsTable td {
padding: 3px;
width: 50%;
}
.SettingsTable tr {
vertical-align: top;
}
.AdminSettingsTable {
width: 100%;
}
.chooseArticleListDropDown {
width: 100%;
}
.configureOverrideable .categoryOptionDropDown, .configureOverrideable .articleOptionDropDown {
display: none;
}
.admin_toolbar {
clear: both;
}
.admin_item {
width: 175px;
float: left;
text-align: center;
}
.admin_item_icon {
width: 70px;
min-height: 45px;
margin: 0 auto;
text-align:center;
}
.admin_item_text {
width: 100%;
padding-top: 5px;
clear: both;
}
.admin_item_articles {
background: url(admin/images/articles.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_articles_sel {
background: url(admin/images/articles_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_categories {
background: url(admin/images/categories.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_categories_sel {
background: url(admin/images/categories_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_settings {
background: url(admin/images/settings.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_settings_sel {
background: url(admin/images/settings_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_comments {
background: url(admin/images/comments.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_comments_sel {
background: url(admin/images/comments_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_help {
background: url(admin/images/help.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_help_sel {
background: url(admin/images/help_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_delete {
background: url(admin/images/delete.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_delete_sel {
background: url(admin/images/delete_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_syndication {
background: url(admin/images/syndication.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_syndication_sel {
background: url(admin/images/syndication_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_admintools {
background: url(admin/images/admintools.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_admintools_sel {
background: url(admin/images/admintools_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.divAdminItemSearch {
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;
width: 100%;
background-color: #ffffff;
border: solid 1px #000000;
}
.adminItemSearchDarkRow {
/*background-color:#FFCC66;
margin-bottom:5px;
padding:3px;*/
background-color: #f1f1f1;
width: 100%;
}
.adminItemSearchLightRow {
/*background-color:#FFF2D8;
margin-bottom:5px;
padding:3px;*/
background-color: #ffffff;
width: 100%;
}
.adminSearchResultsLightRow {
background-color: #FFF2D8;
width: 100%;
}
.adminSearchResultsLight2Row {
background-color: #FFFAF2;
padding: 15px;
width: 100%;
}
.adminSearchResultsLightRow td.adminSearchResultsThumbRow {
background-color: #DAF2DA;
width: 85px;
}
.adminSearchResultsLight2Row td.adminSearchResultsThumbRow {
background-color: #C2EBC3;
width: 85px;
}
.adminSearchResultstable,
.adminSearchResultsTable td {
padding: 3px;
}
.adminSearchResultsHeader {
background-color: #f56b0c;
border-left: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
color: #fcd1b3;
font-weight: bold;
}
.adminItemSearchDrop {
float: right;
display: inline;
}
.adminItemSearchLabel {
float: left;
padding-left: 25px;
}
.error {
color: Red;
font-weight: bold;
}
.ErrorBody {
background: #FDE0E0 none repeat scroll 0 0;
border: 2px solid #FF0000;
color: Red;
}
.mmText {
height: 100%;
margin: 0 auto;
overflow: hidden;
padding: 0.675em 0.675em 1em;
}
/*articles for admin item search, not used anymore */
#articleDiv .divAdminItemSearch {
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;
width: 100%;
background-color: #ffffff;
border: solid 1px #FFCC66;
}
#articleDiv .adminItemSearchDarkRow {
background-color: #FFCC66;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
#articleDiv .adminItemSearchLightRow {
background-color: #FFF2D8;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
#articleDiv .adminSearchResultsLightRow {
background-color: #FFF2D8;
width: 100%;
}
#articleDiv .adminSearchResultsLight2Row {
background-color: #FFFAF2;
padding: 15px;
width: 100%;
}
#articleDiv .adminSearchResultsLightRow td.adminSearchResultsThumbRow {
background-color: #DAF2DA;
width: 85px;
}
#articleDiv .adminSearchResultsLight2Row td.adminSearchResultsThumbRow {
background-color: #C2EBC3;
width: 85px;
}
#articleDiv .adminSearchResultstable,
#articleDiv .adminSearchResultsTable td {
padding: 3px;
}
#articleDiv .adminSearchResultsHeader {
background-color: #f56b0c;
color: #ffffff;
}
#articleDiv .adminItemSearchDrop {
float: right;
display: inline;
}
#articleDiv .adminItemSearchLabel {
float: left;
padding-left: 25px;
}
/*
**********************************************
Module CSS
**********************************************
*/
/*Related Item CSS*/
.divRelatedItems {
background-color: #737D89;
width: 225px;
padding: 5px 5px 5px 5px;
color: White;
margin-bottom: 10px;
}
.divRelatedItems .title {
text-align: center;
width: 215px;
}
.divRelatedItems .image {
margin-top: 10px;
margin-right: 5px;
border: solid 1px #000000;
}
.divRelatedItems .noimage {
margin-top: 10px;
margin-right: 5px;
}
.divRelatedItems .text {
color: #FFFFFF;
font-size: 12px;
}
.divRelatedItems a.text,
.divRelatedItems a.text:hover,
.divRelatedItems a.text:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.divNavigationMenu {
width: 137px;
}
#divArticleContent {
margin-top: 15px;
}
#articleThumbnails {
float: right;
}
#articleThumbnails img {
display: block;
}
.divNavigationMenu {
}
/*Breadcrumb*/
.divBreadcrumb {
font-size: 10pt;
margin-bottom: 5px;
}
.divBreadcrumb .seperator {
}
.divBreadcrumb a.navlink,
.divBreadcrumb a.navlink:link,
.divBreadcrumb a.navlink:hover,
.divBreadcrumb a.navlink:visited {
color: #90593A;
font-weight: bold;
text-decoration: underline;
}
/*Quick Search*/
.quickSearchDropDown {
width: 145px;
overflow: hidden;
}
.qsHeader {
background: url(images/quicksearch/quick-search-head.gif);
height: 47px;
background-repeat: no-repeat;
}
/* Search Results */
.divSearchResults {
}
.divSearchResults .title {
font-weight: bold;
font-size: 15pt;
color: #666666;
}
.divSearchResults .description {
margin-top: 10px;
margin-bottom: 10px;
}
.divSearchResults .step {
}
.divSearchResults .results {
}
.divSearchResults .results .label {
font-weight: bold;
}
.divSearchResults .name {
}
.divSearchResults .downloadlink {
}
.divSearchResults .header {
font-weight: bold;
font-size: 9pt;
}
.divQuickSearch {
FONT-SIZE: 8pt;
COLOR: #000000;
}
.divQuickSearch .DropDown {
COLOR: #000000;
}
.divQuickSearch .RadioButtonList {
FONT-SIZE: 8pt;
COLOR: #000000;
}
.divQuickSearch .quickSearchDropDown {
COLOR: #000000;
}
.divRelatedItemsText {
font-size: 8pt;
}
#divArticleTitle {
}
.txtName {
width: 300px;
}
.divLastUpdated {
text-align: right;
}
#divEmailAFriend {
float: right;
}
#divPrinterFriendly {
float: right;
}
.divEmailAFriendForm {
float: left;
}
#divControls {
width: 100%;
clear: both;
}
.item_listing {
padding: 5px 5px 5px 5px;
margin-bottom: 11px;
clear: both;
}
.item_listing_thumbnail {
float: left;
margin-left: 5px;
margin-right: 10px;
width: 85px;
height: 85px;
background-image: url(../images/thumbnail.gif);
background-repeat: no-repeat;
}
.item_listing_nothumbnail {
display: none;
}
.item_listing_thumbnail_image {
width: 85px;
height: 85px;
}
.List .item_listing_thumbnail_image, .List .item_listing_thumbnail, .List .item_listing_abstract, .List .item_listing_readmore, .List .item_listing_category {
display: none;
}
.List .item_listing {
padding: 1px 2px 1px 2px;
margin-bottom: 2px;
}
.divItemApprovalSection {
width: 100%;
padding-left: 15px;
}
.divAdminMenuWrapper {
border: solid 1px gray;
background-color: #f1f1f1;
padding: 15px;
}
.Publish_ApprovalComments {
height: 50px;
width: 300px;
margin-bottom: 5px;
}
.Publish_VersionComments {
padding: 5px;
border: none;
clear: right;
margin-top: 5px;
margin-bottom: 10px;
}
#divAdminLinks {
clear: both;
width: 100%;
display:table;
}
#divAdminLinks ul {
margin-left: 0px;
text-indent: 0px;
display: inline;
}
#divAdminLinks li {
list-style-type: none;
padding-right: 5px;
float: left;
}
#PublishStatsContent {
float: right;
display:table;clear:both;
}
#PublishStatsContent a {
}
#PublishStatsLabel {
}
.lblApprovalResults {
float: left;
}
.divRelatedArticle {
width: 300;
border: solid 1px #000000;
float: right;
}
/*these settings are for the Publish Settings table, loaded by the admin controls */
#PublishSettingsTable {
margin-top: 15px;
}
#PublishSettingsTable tr {
vertical-align: top;
height: 25px;
}
.listing_table_head_row {
background-color: Gray;
font-weight: bold;
color: White;
}
.AdminContainerImagesHeight {
height: 45;
}
/*Rating Control*/
.ratingStar {
font-size: 0pt;
width: 13px;
height: 12px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: block;
background-repeat: no-repeat;
}
.filledRatingStar {
background-image: url(Images/FilledStar.png);
}
.emptyRatingStar {
background-image: url(Images/EmptyStar.png);
}
.savedRatingStar {
background-image: url(Images/SavedStar.png);
}
.divRatingBefore {
}
.divRatingAfter {
}
.modalStyle {
background: #fff;
border: solid 1px #000;
display: inline-block;
}
.ui-dialog {
background: #ffffff;
}
/*Modal Popup*/
.commentBackground {
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
}
.commentPopup {
background-color: #ffffdd;
border-width: 3px;
border-style: solid;
border-color: Gray;
padding: 3px;
width: 300px;
}
.modalBackground {
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
}
.modalPopup {
background-color: #ffffdd;
border-width: 3px;
border-style: solid;
border-color: Gray;
padding: 3px;
width: 550px;
}
.Publish_CommentHeading {
padding: 15px 0 0 0;
}
#commentEntryWrapper {
}
#commentInstructions {
}
#commentText {
}
#commentFirstName, #commentLastName, #commentEmail, #commentUrl {
width: 200px;
float: left;
}
#commentSubmit {
}
#commentCancel {
}
.CommentValue {
margin: 1px;
}
#CommentName {
/*float:left;*/
}
.CommentNameDate {
font-size: .9em;
float: right;
}
#CommentCreatedDate {
float: left;
}
.PublishComment {
padding: 15px;
border: solid 0px #b0b0b0;
display: block;
margin-bottom: 5px;
}
.CommentAvatar {
float: left;
margin-right: 10px;
}
.PublishCommentWrapper {
overflow: auto;
}
.PublishNoComments {
clear: both;
}
.PublishCommentAlternate {
}
.commentTextbox {
height: 100px;
width: 250px;
}
/* this class controls the comment entry window */
.commentEntry {
margin-top: 10px;
}
/* this class controls the comment confirmation window */
.commentConfirmation {
}
#divCommentsDisplay {
clear: both;
}
.progressUpdate {
position: fixed;
top: 0px;
left: 0px;
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
z-index: 11;
}
.progressWrap {
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 14;
}
.progressUpdateMessage {
position: relative;
top: 50%;
background-color: #ffffff;
width: 300px;
height: 100px;
border: solid 2px Gray;
filter: alpha(opacity=100);
opacity: 1.0;
text-align: center;
z-index: 15;
left: 50%;
margin-left: -150px;
}
/* the following classes are used for the nLevels Category Display */
.divNLevelsListing {
}
/* this class controls how the items for nLevels are displayed */
.divNLevelsListing li {
}
/* this class is used if you enable highlighting the current item in the module settings */
.NLevelCurrentItem {
font-weight: bold;
}
/* END the following classes are used for the nLevels Category Display */
.tbButton {
padding-left: 5px;
}
.tbButtonHover {
padding-left: 5px;
text-decoration: underline;
cursor: hand;
}
.toolbar {
position: absolute;
z-index: 13;
background-color: #ffffff;
border: solid 1px #000;
width: 400px;
top: -5px;
padding: 5px;
}
.PublishAdminLink {
}
.Publish_ReturnToList {
}
/**************************************/
/*Gallery Intergration Thumbnail Popup*/
/**************************************/
.publishArticleThumbnail {
border: 1px solid #000000;
margin: 5px;
}
a.mouseOverImage, a.mouseOverImage:visited {
display: block;
text-decoration: none;
}
a.mouseOverImage:hover {
color: #000000;
text-decoration: none;
}
.publishArticleThumbnailWrapper {
cursor: default;
}
.mouseOverPopup {
cursor: default;
top: -150px;
}
.categoryItemList .itemDate {
float: left;
padding-right: 3px;
font-weight: bold;
}
.categoryItemList .itemReadmore {
clear: both;
padding:20px 0;
}
.categoryItemList .itemTitle {
float: left;
width: 100%;
}
.categoryItemList .itemAuthor {
}
.categoryItemList .itemAuthorDate {
}
.categoryItemList .itemEditLink {
float: right;
}
.categoryItemList .itemDescription {
clear: right;
}
.categoryItemList .itemThumbnail {
float: left;
padding-right: 5px;
}
.categoryItemList .divItemContent {
float: left;
}
.categoryItemList .lnkTitle {
float: left;
}
.categoryItemList {
display: block;
clear: both;
/*background-color:#f0efef; */ /*the background color for the listing */
margin-bottom: 3px; /*this adds spacing below each listing, cleaning up the look */
padding: 0px; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
display: inline-block; /*this enables the div to wrap around items in IE7 */
/* border:solid 1px #b0b0b0; */ /* adds a border to the bottom of each listing */
width: 100%;
}
.altCategoryItemList {
/*background-color:#fcf7f7; */ /* the background color for the listing */
}
.categoryDisplayArticle .categoryItemList {
background: none;
border: 0px solid #000;
padding: 0px;
margin: 0px;
}
.categoryDisplayCategory .categoryItemList {
background: none;
border: 0px solid #000;
padding: 0px;
margin: 0px;
}
/* div used on the Article and Category Edit pages for providing instructions to the user */
.instructions {
margin-left: 50px;
margin-right: 50px;
border: solid 1px black;
padding: 5px;
background-color: #ccc;
}
.publishDescriptionEditor {
width: 100%;
vertical-align: top;
}
.publishDescriptionTxt {
width: 100%;
height: 250px;
}
.publishVersionDescription {
width: 300px;
background: #f1f1f1;
border: solid 3px #ccc;
padding: 3px 3px 3px 3px;
}
.Publish_CommentApproval {
width: 300px;
background: #f1f1f1;
border: solid 3px #ccc;
padding: 3px 3px 3px 3px;
}
.Publish_CommentApprovalComment {
float: left;
clear: left;
}
.Publish_CommentApprovalEmailAddress {
float: left;
clear: left;
}
.Publish_CommentApprovalName {
float: left;
clear: left;
}
.Publish_CommentApprovalUrl {
float: left;
clear: left;
}
.publishTextBoxWidth {
width: 100%;
}
.publishTextBoxHeight {
width: 250px;
}
#publishTagCloud ol li span {
position: absolute;
left: -999px;
width: 990px;
}
#publishTagCloud LI {
display: inline;
}
/*Publish Tag Sizes*/
.size1 {
font-size: 1em;
}
.size2 {
font-size: 1.2em;
}
.size3 {
font-size: 1.4em;
}
.size4 {
font-size: 1.6em;
}
.size5 {
font-size: 1.8em;
}
.size6 {
font-size: 2.0em;
}
#Publish_CategorySortSortedListDiv {
float: right;
padding-left: 15px;
width: 50%;
}
#Publish_CategorySortInitialListDiv {
float: left;
}
.Publish_CategorySortDelete {
float: right;
}
.Publish_CategorySortUnsortedList {
height: 150px;
width: 300px;
}
#publishSortSave {
clear: both;
text-align: center;
}
.Publish_ArticleTags {
border: dashed 0px #000033;
margin: 5px 0px 15px 0px;
padding: 3px 3px 3px 3px;
}
.Publish_CategorySortedList {
border: solid 1px #000033;
}
.Publish_CategorySortedList li {
list-style-type: none;
margin-left: -30px;
}
.Publish_CategorySortedItem {
height: 25px;
white-space: nowrap;
}
.Publish_SortItem {
white-space: nowrap;
color: #000033;
}
.Publish_CategorySortItemDrop {
height: 25px;
border: dotted 2px #000033;
}
.Publish_ItemViewReport {
border: dashed 1px #000;
width: 100%;
padding: 3px;
}
.Publish_ItemViewReportOptionLabel {
float: left;
}
.Publish_ItemViewReportOption {
float: left;
padding-left: 5px;
padding-right: 5px;
}
.Publish_ItemViewReportCalendar {
width: 75px;
}
.Publish_CustomDisplayPaging {
clear: both;
}
.Publish_CheckBoxColumn {
width: 25px;
}
.DataGrid_Header {
}
.DataGrid_Header th, .DataGrid_Header th a {
background-color: Gray;
font-weight: bold;
color: White;
}
.DataGrid_Item {
width: 100%;
}
.DataGrid_Item td {
background-color: #ffffff;
}
.DataGrid_AlternatingItem {
width: 100%;
}
.DataGrid_AlternatingItem td {
background-color: #f1f1f1;
color: #000;
}
.DataGrid_Item td, .DataGrid_AlternatingItem td {
padding: 3px;
}
.Publish_ListItems {
width: 250px;
height: 200px;
}
.Publish_ParentCategory {
height: 30px;
}
.CustomList_ParentCategory {
}
.CustomList_ParentCategoryName {
}
.CustomList_ParentCategoryDescription {
}
.divItemsListing h1, .divItemsListing h2 {
margin-top: 0px;
margin-bottom: 0px;
}
/*Publish Admin edit styles */
.PublishEditTable {
width: 100%;
}
.PublishEditTable td {
padding: 3px;
}
.PublishSettingsTable {
width: 100%;
}
.PublishSettingsTableLabelColumn {
width: 40%;
}
/*Publish Comment List*/
.Publish_AdminCommentText {
width: 60%;
}
/*Module Settings*/
.TemplateTextBox {
width: 300px;
height: 150px;
}
/*Bootstrap overhaul 8/11/2017 */
#articleDisplay {
margin-bottom: 4rem;
clear:left;
}
#publishTitle {
display: block;
}
.publishMetaData {
margin-bottom: 1.25rem;
color: #999;
font-size: 1.2em;
}
#divEmailAFriend .glyphicon, #divPrinterFriendly .glyphicon {
padding: 0 0 0 5px;
}
.customlist-header {
position: relative;
display: flex;
}
.customlist-header time {
padding: 10px 15px;
text-align: center;
}
.customlistTitle {
min-height: 68px;
}
.itemDescription {
overflow: hidden;
word-wrap: break-word;
}
.categoryItemList.Article {
margin-bottom: 25px;
}
.itemStats {
font-size: 12px;
padding: 10px 20px;
}
div.blog-post {
display: none;
margin-bottom: 50px;
}
.blog-post .post-image img {
width: 100%;
}
.blog-post .post-image p {
text-align: center;
margin-top: 10px;
}
.blog-post .post-image a {
font-weight: 600;
}
.blog-post .post-title h2 {
margin-top: 24px;
}
.blog-post .post-title h3 {
}
.blog-post .post-info {
padding: 10px 0;
}
.blog-post p {
} | Module.css | .Publish_ItemDisplay {
clear: both;
}
/* form elements */
.input_dropdown, .input_textbox {
font-size: 11px;
}
.rightAlign {
text-align: right;
}
/*nowrap only work when applied to a td directly (either as <td class="nowrap"> or <table class="nowrapTable">)*/
.nowrap {
white-space: nowrap;
}
.nowrapTable td {
white-space: nowrap;
}
.Help {
white-space: normal;
}
/*Article Edit*/
.editTableLabelColumn {
vertical-align: text-top;
text-align: right;
width: 20%;
}
.fullWidth {
width: 100%;
}
/* admin styles */
.SettingsTable {
width: 550px;
text-align: left;
}
.SettingsTable td {
padding: 3px;
width: 50%;
}
.SettingsTable tr {
vertical-align: top;
}
.AdminSettingsTable {
width: 100%;
}
.chooseArticleListDropDown {
width: 100%;
}
.configureOverrideable .categoryOptionDropDown, .configureOverrideable .articleOptionDropDown {
display: none;
}
.admin_toolbar {
clear: both;
}
.admin_item {
width: 175px;
float: left;
text-align: center;
}
.admin_item_icon {
width: 70px;
min-height: 45px;
margin: 0 auto;
text-align:center;
}
.admin_item_text {
width: 100%;
padding-top: 5px;
clear: both;
}
.admin_item_articles {
background: url(admin/images/articles.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_articles_sel {
background: url(admin/images/articles_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_categories {
background: url(admin/images/categories.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_categories_sel {
background: url(admin/images/categories_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_settings {
background: url(admin/images/settings.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_settings_sel {
background: url(admin/images/settings_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_comments {
background: url(admin/images/comments.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_comments_sel {
background: url(admin/images/comments_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_help {
background: url(admin/images/help.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_help_sel {
background: url(admin/images/help_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_delete {
background: url(admin/images/delete.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_delete_sel {
background: url(admin/images/delete_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_syndication {
background: url(admin/images/syndication.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_syndication_sel {
background: url(admin/images/syndication_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_admintools {
background: url(admin/images/admintools.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.admin_item_admintools_sel {
background: url(admin/images/admintools_sel.gif);
background-repeat: no-repeat;
min-height: 45px;
}
.divAdminItemSearch {
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;
width: 100%;
background-color: #ffffff;
border: solid 1px #000000;
}
.adminItemSearchDarkRow {
/*background-color:#FFCC66;
margin-bottom:5px;
padding:3px;*/
background-color: #f1f1f1;
width: 100%;
}
.adminItemSearchLightRow {
/*background-color:#FFF2D8;
margin-bottom:5px;
padding:3px;*/
background-color: #ffffff;
width: 100%;
}
.adminSearchResultsLightRow {
background-color: #FFF2D8;
width: 100%;
}
.adminSearchResultsLight2Row {
background-color: #FFFAF2;
padding: 15px;
width: 100%;
}
.adminSearchResultsLightRow td.adminSearchResultsThumbRow {
background-color: #DAF2DA;
width: 85px;
}
.adminSearchResultsLight2Row td.adminSearchResultsThumbRow {
background-color: #C2EBC3;
width: 85px;
}
.adminSearchResultstable,
.adminSearchResultsTable td {
padding: 3px;
}
.adminSearchResultsHeader {
background-color: #f56b0c;
border-left: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
color: #fcd1b3;
font-weight: bold;
}
.adminItemSearchDrop {
float: right;
display: inline;
}
.adminItemSearchLabel {
float: left;
padding-left: 25px;
}
.error {
color: Red;
font-weight: bold;
}
.ErrorBody {
background: #FDE0E0 none repeat scroll 0 0;
border: 2px solid #FF0000;
color: Red;
}
.mmText {
height: 100%;
margin: 0 auto;
overflow: hidden;
padding: 0.675em 0.675em 1em;
}
/*articles for admin item search, not used anymore */
#articleDiv .divAdminItemSearch {
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;
width: 100%;
background-color: #ffffff;
border: solid 1px #FFCC66;
}
#articleDiv .adminItemSearchDarkRow {
background-color: #FFCC66;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
#articleDiv .adminItemSearchLightRow {
background-color: #FFF2D8;
margin-bottom: 5px;
padding: 3px;
width: 100%;
}
#articleDiv .adminSearchResultsLightRow {
background-color: #FFF2D8;
width: 100%;
}
#articleDiv .adminSearchResultsLight2Row {
background-color: #FFFAF2;
padding: 15px;
width: 100%;
}
#articleDiv .adminSearchResultsLightRow td.adminSearchResultsThumbRow {
background-color: #DAF2DA;
width: 85px;
}
#articleDiv .adminSearchResultsLight2Row td.adminSearchResultsThumbRow {
background-color: #C2EBC3;
width: 85px;
}
#articleDiv .adminSearchResultstable,
#articleDiv .adminSearchResultsTable td {
padding: 3px;
}
#articleDiv .adminSearchResultsHeader {
background-color: #f56b0c;
color: #ffffff;
}
#articleDiv .adminItemSearchDrop {
float: right;
display: inline;
}
#articleDiv .adminItemSearchLabel {
float: left;
padding-left: 25px;
}
/*
**********************************************
Module CSS
**********************************************
*/
/*Related Item CSS*/
.divRelatedItems {
background-color: #737D89;
width: 225px;
padding: 5px 5px 5px 5px;
color: White;
margin-bottom: 10px;
}
.divRelatedItems .title {
text-align: center;
width: 215px;
}
.divRelatedItems .image {
margin-top: 10px;
margin-right: 5px;
border: solid 1px #000000;
}
.divRelatedItems .noimage {
margin-top: 10px;
margin-right: 5px;
}
.divRelatedItems .text {
color: #FFFFFF;
font-size: 12px;
}
.divRelatedItems a.text,
.divRelatedItems a.text:hover,
.divRelatedItems a.text:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.divNavigationMenu {
width: 137px;
}
#divArticleContent {
margin-top: 15px;
}
#articleThumbnails {
float: right;
}
#articleThumbnails img {
display: block;
}
.divNavigationMenu {
}
/*Breadcrumb*/
.divBreadcrumb {
font-size: 10pt;
margin-bottom: 5px;
}
.divBreadcrumb .seperator {
}
.divBreadcrumb a.navlink,
.divBreadcrumb a.navlink:link,
.divBreadcrumb a.navlink:hover,
.divBreadcrumb a.navlink:visited {
color: #90593A;
font-weight: bold;
text-decoration: underline;
}
/*Quick Search*/
.quickSearchDropDown {
width: 145px;
overflow: hidden;
}
.qsHeader {
background: url(images/quicksearch/quick-search-head.gif);
height: 47px;
background-repeat: no-repeat;
}
/* Search Results */
.divSearchResults {
}
.divSearchResults .title {
font-weight: bold;
font-size: 15pt;
color: #666666;
}
.divSearchResults .description {
margin-top: 10px;
margin-bottom: 10px;
}
.divSearchResults .step {
}
.divSearchResults .results {
}
.divSearchResults .results .label {
font-weight: bold;
}
.divSearchResults .name {
}
.divSearchResults .downloadlink {
}
.divSearchResults .header {
font-weight: bold;
font-size: 9pt;
}
.divQuickSearch {
FONT-SIZE: 8pt;
COLOR: #000000;
}
.divQuickSearch .DropDown {
COLOR: #000000;
}
.divQuickSearch .RadioButtonList {
FONT-SIZE: 8pt;
COLOR: #000000;
}
.divQuickSearch .quickSearchDropDown {
COLOR: #000000;
}
.divRelatedItemsText {
font-size: 8pt;
}
#divArticleTitle {
}
.txtName {
width: 300px;
}
.divLastUpdated {
text-align: right;
}
#divEmailAFriend {
float: right;
}
#divPrinterFriendly {
float: right;
}
.divEmailAFriendForm {
float: left;
}
#divControls {
width: 100%;
clear: both;
}
.item_listing {
padding: 5px 5px 5px 5px;
margin-bottom: 11px;
clear: both;
}
.item_listing_thumbnail {
float: left;
margin-left: 5px;
margin-right: 10px;
width: 85px;
height: 85px;
background-image: url(../images/thumbnail.gif);
background-repeat: no-repeat;
}
.item_listing_nothumbnail {
display: none;
}
.item_listing_thumbnail_image {
width: 85px;
height: 85px;
}
.List .item_listing_thumbnail_image, .List .item_listing_thumbnail, .List .item_listing_abstract, .List .item_listing_readmore, .List .item_listing_category {
display: none;
}
.List .item_listing {
padding: 1px 2px 1px 2px;
margin-bottom: 2px;
}
.divItemApprovalSection {
width: 100%;
padding-left: 15px;
}
.divAdminMenuWrapper {
border: solid 1px gray;
background-color: #f1f1f1;
padding: 15px;
}
.Publish_ApprovalComments {
height: 50px;
width: 300px;
margin-bottom: 5px;
}
.Publish_VersionComments {
padding: 5px;
border: none;
clear: right;
margin-top: 5px;
margin-bottom: 10px;
}
#divAdminLinks {
clear: both;
width: 100%;
display:table;
}
#divAdminLinks ul {
margin-left: 0px;
text-indent: 0px;
display: inline;
}
#divAdminLinks li {
list-style-type: none;
padding-right: 5px;
float: left;
}
#PublishStatsContent {
float: right;
display:table;clear:both;
}
#PublishStatsContent a {
}
#PublishStatsLabel {
}
.lblApprovalResults {
float: left;
}
.divRelatedArticle {
width: 300;
border: solid 1px #000000;
float: right;
}
/*these settings are for the Publish Settings table, loaded by the admin controls */
#PublishSettingsTable {
margin-top: 15px;
}
#PublishSettingsTable tr {
vertical-align: top;
height: 25px;
}
.listing_table_head_row {
background-color: Gray;
font-weight: bold;
color: White;
}
.AdminContainerImagesHeight {
height: 45;
}
/*Rating Control*/
.ratingStar {
font-size: 0pt;
width: 13px;
height: 12px;
margin: 0px;
padding: 0px;
cursor: pointer;
display: block;
background-repeat: no-repeat;
}
.filledRatingStar {
background-image: url(Images/FilledStar.png);
}
.emptyRatingStar {
background-image: url(Images/EmptyStar.png);
}
.savedRatingStar {
background-image: url(Images/SavedStar.png);
}
.divRatingBefore {
}
.divRatingAfter {
}
.modalStyle {
background: #fff;
border: solid 1px #000;
display: inline-block;
}
.ui-dialog {
background: #ffffff;
}
/*Modal Popup*/
.commentBackground {
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
}
.commentPopup {
background-color: #ffffdd;
border-width: 3px;
border-style: solid;
border-color: Gray;
padding: 3px;
width: 300px;
}
.modalBackground {
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
}
.modalPopup {
background-color: #ffffdd;
border-width: 3px;
border-style: solid;
border-color: Gray;
padding: 3px;
width: 550px;
}
.Publish_CommentHeading {
padding: 15px 0 0 0;
}
#commentEntryWrapper {
}
#commentInstructions {
}
#commentText {
}
#commentFirstName, #commentLastName, #commentEmail, #commentUrl {
width: 200px;
float: left;
}
#commentSubmit {
}
#commentCancel {
}
.CommentValue {
margin: 1px;
}
#CommentName {
/*float:left;*/
}
.CommentNameDate {
font-size: .9em;
float: right;
}
#CommentCreatedDate {
float: left;
}
.PublishComment {
padding: 15px;
border: solid 0px #b0b0b0;
display: block;
margin-bottom: 5px;
}
.CommentAvatar {
float: left;
margin-right: 10px;
}
.PublishCommentWrapper {
overflow: auto;
}
.PublishNoComments {
clear: both;
}
.PublishCommentAlternate {
}
.commentTextbox {
height: 100px;
width: 250px;
}
/* this class controls the comment entry window */
.commentEntry {
margin-top: 10px;
}
/* this class controls the comment confirmation window */
.commentConfirmation {
}
#divCommentsDisplay {
clear: both;
}
.progressUpdate {
position: fixed;
top: 0px;
left: 0px;
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
height: 100%;
width: 100%;
z-index: 11;
}
.progressWrap {
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 14;
}
.progressUpdateMessage {
position: relative;
top: 50%;
background-color: #ffffff;
width: 300px;
height: 100px;
border: solid 2px Gray;
filter: alpha(opacity=100);
opacity: 1.0;
text-align: center;
z-index: 15;
left: 50%;
margin-left: -150px;
}
/* the following classes are used for the nLevels Category Display */
.divNLevelsListing {
}
/* this class controls how the items for nLevels are displayed */
.divNLevelsListing li {
}
/* this class is used if you enable highlighting the current item in the module settings */
.NLevelCurrentItem {
font-weight: bold;
}
/* END the following classes are used for the nLevels Category Display */
.tbButton {
padding-left: 5px;
}
.tbButtonHover {
padding-left: 5px;
text-decoration: underline;
cursor: hand;
}
.toolbar {
position: absolute;
z-index: 13;
background-color: #ffffff;
border: solid 1px #000;
width: 400px;
top: -5px;
padding: 5px;
}
.PublishAdminLink {
}
.Publish_ReturnToList {
}
/**************************************/
/*Gallery Intergration Thumbnail Popup*/
/**************************************/
.publishArticleThumbnail {
border: 1px solid #000000;
margin: 5px;
}
a.mouseOverImage, a.mouseOverImage:visited {
display: block;
text-decoration: none;
}
a.mouseOverImage:hover {
color: #000000;
text-decoration: none;
}
.publishArticleThumbnailWrapper {
cursor: default;
}
.mouseOverPopup {
cursor: default;
top: -150px;
}
.categoryItemList .itemDate {
float: left;
padding-right: 3px;
font-weight: bold;
}
.categoryItemList .itemReadmore {
clear: both;
padding:20px 0;
}
.categoryItemList .itemTitle {
float: left;
width: 100%;
}
.categoryItemList .itemAuthor {
}
.categoryItemList .itemAuthorDate {
}
.categoryItemList .itemEditLink {
float: right;
}
.categoryItemList .itemDescription {
clear: right;
}
.categoryItemList .itemThumbnail {
float: left;
padding-right: 5px;
}
.categoryItemList .divItemContent {
float: left;
}
.categoryItemList .lnkTitle {
float: left;
}
.categoryItemList {
display: block;
clear: both;
/*background-color:#f0efef; */ /*the background color for the listing */
margin-bottom: 3px; /*this adds spacing below each listing, cleaning up the look */
padding: 0px; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
display: inline-block; /*this enables the div to wrap around items in IE7 */
/* border:solid 1px #b0b0b0; */ /* adds a border to the bottom of each listing */
width: 100%;
}
.altCategoryItemList {
/*background-color:#fcf7f7; */ /* the background color for the listing */
}
.categoryDisplayArticle .categoryItemList {
background: none;
border: 0px solid #000;
padding: 0px;
margin: 0px;
}
.categoryDisplayCategory .categoryItemList {
background: none;
border: 0px solid #000;
padding: 0px;
margin: 0px;
}
/* div used on the Article and Category Edit pages for providing instructions to the user */
.instructions {
margin-left: 50px;
margin-right: 50px;
border: solid 1px black;
padding: 5px;
background-color: #ccc;
}
.publishDescriptionEditor {
width: 100%;
vertical-align: top;
}
.publishDescriptionTxt {
width: 100%;
height: 250px;
}
.publishVersionDescription {
width: 300px;
background: #f1f1f1;
border: solid 3px #ccc;
padding: 3px 3px 3px 3px;
}
.Publish_CommentApproval {
width: 300px;
background: #f1f1f1;
border: solid 3px #ccc;
padding: 3px 3px 3px 3px;
}
.Publish_CommentApprovalComment {
float: left;
clear: left;
}
.Publish_CommentApprovalEmailAddress {
float: left;
clear: left;
}
.Publish_CommentApprovalName {
float: left;
clear: left;
}
.Publish_CommentApprovalUrl {
float: left;
clear: left;
}
.publishTextBoxWidth {
width: 100%;
}
.publishTextBoxHeight {
width: 250px;
}
#publishTagCloud ol li span {
position: absolute;
left: -999px;
width: 990px;
}
#publishTagCloud LI {
display: inline;
}
/*Publish Tag Sizes*/
.size1 {
font-size: 1em;
}
.size2 {
font-size: 1.2em;
}
.size3 {
font-size: 1.4em;
}
.size4 {
font-size: 1.6em;
}
.size5 {
font-size: 1.8em;
}
.size6 {
font-size: 2.0em;
}
#Publish_CategorySortSortedListDiv {
float: right;
padding-left: 15px;
width: 50%;
}
#Publish_CategorySortInitialListDiv {
float: left;
}
.Publish_CategorySortDelete {
float: right;
}
.Publish_CategorySortUnsortedList {
height: 150px;
width: 300px;
}
#publishSortSave {
clear: both;
text-align: center;
}
.Publish_ArticleTags {
border: dashed 0px #000033;
margin: 5px 0px 15px 0px;
padding: 3px 3px 3px 3px;
}
.Publish_CategorySortedList {
border: solid 1px #000033;
}
.Publish_CategorySortedList li {
list-style-type: none;
margin-left: -30px;
}
.Publish_CategorySortedItem {
height: 25px;
white-space: nowrap;
}
.Publish_SortItem {
white-space: nowrap;
color: #000033;
}
.Publish_CategorySortItemDrop {
height: 25px;
border: dotted 2px #000033;
}
.Publish_ItemViewReport {
border: dashed 1px #000;
width: 100%;
padding: 3px;
}
.Publish_ItemViewReportOptionLabel {
float: left;
}
.Publish_ItemViewReportOption {
float: left;
padding-left: 5px;
padding-right: 5px;
}
.Publish_ItemViewReportCalendar {
width: 75px;
}
.Publish_CustomDisplayPaging {
clear: both;
}
.Publish_CheckBoxColumn {
width: 25px;
}
.DataGrid_Header {
}
.DataGrid_Header th, .DataGrid_Header th a {
background-color: Gray;
font-weight: bold;
color: White;
}
.DataGrid_Item {
width: 100%;
}
.DataGrid_Item td {
background-color: #ffffff;
}
.DataGrid_AlternatingItem {
width: 100%;
}
.DataGrid_AlternatingItem td {
background-color: #f1f1f1;
color: #000;
}
.DataGrid_Item td, .DataGrid_AlternatingItem td {
padding: 3px;
}
.Publish_ListItems {
width: 250px;
height: 200px;
}
.Publish_ParentCategory {
height: 30px;
}
.CustomList_ParentCategory {
}
.CustomList_ParentCategoryName {
}
.CustomList_ParentCategoryDescription {
}
.divItemsListing h1, .divItemsListing h2 {
margin-top: 0px;
margin-bottom: 0px;
}
/*Publish Admin edit styles */
.PublishEditTable {
width: 100%;
}
.PublishEditTable td {
padding: 3px;
}
.PublishSettingsTable {
width: 100%;
}
.PublishSettingsTableLabelColumn {
width: 40%;
}
/*Publish Comment List*/
.Publish_AdminCommentText {
width: 60%;
}
/*Module Settings*/
.TemplateTextBox {
width: 300px;
height: 150px;
}
/*Bootstrap overhaul 8/11/2017 */
#articleDisplay {
margin-bottom: 4rem;
clear:left;
}
#publishTitle {
display: block;
}
.publishMetaData {
margin-bottom: 1.25rem;
color: #999;
font-size: 1.2em;
}
#divEmailAFriend .glyphicon, #divPrinterFriendly .glyphicon {
padding: 0 0 0 5px;
}
.customlist-header {
position: relative;
display: flex;
}
.customlist-header time {
padding: 10px 15px;
text-align: center;
}
.customlistTitle {
min-height: 68px;
}
.itemDescription {
overflow: hidden;
word-wrap: break-word;
}
.categoryItemList.Article {
margin-bottom: 25px;
}
.itemStats {
font-size: 12px;
padding: 10px 20px;
}
div.blog-post {
display: none;
margin-bottom: 50px;
}
.blog-post .post-image img {
width: 100%;
}
.blog-post .post-image p {
text-align: center;
margin-top: 10px;
}
.blog-post .post-image a {
font-weight: 600;
}
.blog-post .post-title h2 {
margin-top: 24px;
}
.blog-post .post-title h3 {
}
.blog-post .post-info {
padding: 10px 0;
}
.blog-post p {
} | 0.339609 | 0.059647 |
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
::cue {
color: red;
position: absolute;
left: 0;
bottom: 40px;
margin-bottom: 30px;
}
.p-player {
position: relative;
overflow: hidden;
width: 100%;
max-width: 900px;
}
.p-player__video {
width: 100%;
}
.p-player__controls {
position: absolute;
left: 0;
bottom: 0px;
z-index: 1;
padding: 8px 0;
display: block;
width: 100%;
opacity: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.36) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c000000',GradientType=0 );
transition: all .2s ease-out;
}
.p-seekbar-container {
position: relative;
}
.p-seekbar-background {
position: relative;
width: 100%;
height: 4px;
background-color: #333;
cursor: pointer;
transition: all .2s ease-out;
z-index: 1px;
}
.p-seekbar-background:hover,
.p-seekbar-background:hover .p-seekbar-loading,
.p-seekbar-background:hover .p-seekbar-position,
.p-seekbar-background:hover .p-seekbar-progress {
height: 6px;
}
.p-seekbar-loading {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: rgba(255, 255, 255, 0.3);
z-index: 2;
transition: all .2s ease-out;
}
.p-seekbar-position {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: rgba(255, 255, 255, 0.4);
z-index: 3;
transition: height .2s ease-out;
}
.p-seekbar-background:hover .p-seekbar-position {
display: block;
}
.p-seekbar-progress {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: red;
z-index: 4;
transition: all .2s ease-out;
}
.p-seekbar-progress::before {
content: "";
position: absolute;
right: -5px;
bottom: -2px;
background-color: red;
height: 9px;
width: 9px;
border-radius: 100px;
transform-origin: 50% 50%;
opacity: 0;
transition: all .2s ease-out;
}
.p-seekbar-background:hover .p-seekbar-progress::before {
transform: scale(2);
display: block;
opacity: 1;
}
.p-baloon {
position: absolute;
left: 0;
bottom: 20px;
display: none;
padding: 2px 4px;
z-index: 100;
background-color: #333;
color: #fff;
}
.p-seekbar-container:hover .p-baloon {
display: block;
}
.p-baloon--active {
display: block;
}
.p-setting-toggle {
transition: all .2s ease-out;
}
.p-setting-toggle.active {
transform: rotate(45deg);
}
.p-config-container {
position: relative;
display: inline-block;
}
.p-config-menu-container {
display: none;
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 60px;
white-space: nowrap;
background-color: rgba(30, 30, 30, 0.8);
}
.p-config-menu-container.active {
display: block;
}
.p-config-itens {
list-style: none;
padding-left: 0;
}
.p-config-item {
color: #fff;
padding: 6px 10px;
font-size: 14px;
font-weight: bold;
display: inline;
}
.p-config-item__title {
margin-right: 40px;
display: inline-block;
}
.p-config-item__value {
display: inline-block;
}
.p-player:hover .p-player__controls {
bottom: 0;
opacity: 1;
}
.p-player__controls .material-icons {
cursor: pointer;
color: #fff;
}
.p-audio-container-bar {
max-width: 70px;
display: inline-block;
height: 30px;
overflow: hidden;
width: 0;
transition: all .2s ease-out;
}
.p-audio-container:hover .p-audio-container-bar {
width: 100px;
}
.p-player__controls__current-time {
color: #fff;
line-height: 30px;
}
/* =================================================
Range Audio Input
======================================= */
input[type=range].white {
-webkit-appearance: none;
width: 100%;
margin: 8.75px 0;
}
input[type=range].white:focus {
outline: none;
}
input[type=range].white::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
background: #ffffff;
border-radius: 1.3px;
border: 0px solid #010101;
}
input[type=range].white::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 14px;
width: 14px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
input[type=range].white:focus::-webkit-slider-runnable-track {
background: #ffffff;
}
input[type=range].white::-moz-range-track {
width: 100%;
height: 8.5px;
cursor: pointer;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
background: #ffffff;
border-radius: 1.3px;
border: 0px solid #010101;
}
input[type=range].white::-moz-range-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 26px;
width: 26px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
}
input[type=range].white::-ms-track {
width: 100%;
height: 8.5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].white::-ms-fill-lower {
background: #f2f2f2;
border: 0px solid #010101;
border-radius: 2.6px;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].white::-ms-fill-upper {
background: #ffffff;
border: 0px solid #010101;
border-radius: 2.6px;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].white::-ms-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 26px;
width: 26px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
height: 8.5px;
}
input[type=range].white:focus::-ms-fill-lower {
background: #ffffff;
}
input[type=range].white:focus::-ms-fill-upper {
background: #ffffff;
}
/* ==========================================================================
Page CSS
========================================================================== */
.container {
margin: 0 auto;
width: 100%;
max-width: 960px;
}
.p-player {
width: 100%;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 35em) {
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
/* ==========================================================================
Helper classes
========================================================================== */
.right {
float: right;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
/* ==========================================================================
Print styles
========================================================================== */
@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) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]: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;
}
} | css/main.css |
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
::cue {
color: red;
position: absolute;
left: 0;
bottom: 40px;
margin-bottom: 30px;
}
.p-player {
position: relative;
overflow: hidden;
width: 100%;
max-width: 900px;
}
.p-player__video {
width: 100%;
}
.p-player__controls {
position: absolute;
left: 0;
bottom: 0px;
z-index: 1;
padding: 8px 0;
display: block;
width: 100%;
opacity: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.36) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c000000',GradientType=0 );
transition: all .2s ease-out;
}
.p-seekbar-container {
position: relative;
}
.p-seekbar-background {
position: relative;
width: 100%;
height: 4px;
background-color: #333;
cursor: pointer;
transition: all .2s ease-out;
z-index: 1px;
}
.p-seekbar-background:hover,
.p-seekbar-background:hover .p-seekbar-loading,
.p-seekbar-background:hover .p-seekbar-position,
.p-seekbar-background:hover .p-seekbar-progress {
height: 6px;
}
.p-seekbar-loading {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: rgba(255, 255, 255, 0.3);
z-index: 2;
transition: all .2s ease-out;
}
.p-seekbar-position {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: rgba(255, 255, 255, 0.4);
z-index: 3;
transition: height .2s ease-out;
}
.p-seekbar-background:hover .p-seekbar-position {
display: block;
}
.p-seekbar-progress {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 4px;
background-color: red;
z-index: 4;
transition: all .2s ease-out;
}
.p-seekbar-progress::before {
content: "";
position: absolute;
right: -5px;
bottom: -2px;
background-color: red;
height: 9px;
width: 9px;
border-radius: 100px;
transform-origin: 50% 50%;
opacity: 0;
transition: all .2s ease-out;
}
.p-seekbar-background:hover .p-seekbar-progress::before {
transform: scale(2);
display: block;
opacity: 1;
}
.p-baloon {
position: absolute;
left: 0;
bottom: 20px;
display: none;
padding: 2px 4px;
z-index: 100;
background-color: #333;
color: #fff;
}
.p-seekbar-container:hover .p-baloon {
display: block;
}
.p-baloon--active {
display: block;
}
.p-setting-toggle {
transition: all .2s ease-out;
}
.p-setting-toggle.active {
transform: rotate(45deg);
}
.p-config-container {
position: relative;
display: inline-block;
}
.p-config-menu-container {
display: none;
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 60px;
white-space: nowrap;
background-color: rgba(30, 30, 30, 0.8);
}
.p-config-menu-container.active {
display: block;
}
.p-config-itens {
list-style: none;
padding-left: 0;
}
.p-config-item {
color: #fff;
padding: 6px 10px;
font-size: 14px;
font-weight: bold;
display: inline;
}
.p-config-item__title {
margin-right: 40px;
display: inline-block;
}
.p-config-item__value {
display: inline-block;
}
.p-player:hover .p-player__controls {
bottom: 0;
opacity: 1;
}
.p-player__controls .material-icons {
cursor: pointer;
color: #fff;
}
.p-audio-container-bar {
max-width: 70px;
display: inline-block;
height: 30px;
overflow: hidden;
width: 0;
transition: all .2s ease-out;
}
.p-audio-container:hover .p-audio-container-bar {
width: 100px;
}
.p-player__controls__current-time {
color: #fff;
line-height: 30px;
}
/* =================================================
Range Audio Input
======================================= */
input[type=range].white {
-webkit-appearance: none;
width: 100%;
margin: 8.75px 0;
}
input[type=range].white:focus {
outline: none;
}
input[type=range].white::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
background: #ffffff;
border-radius: 1.3px;
border: 0px solid #010101;
}
input[type=range].white::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 14px;
width: 14px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
input[type=range].white:focus::-webkit-slider-runnable-track {
background: #ffffff;
}
input[type=range].white::-moz-range-track {
width: 100%;
height: 8.5px;
cursor: pointer;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
background: #ffffff;
border-radius: 1.3px;
border: 0px solid #010101;
}
input[type=range].white::-moz-range-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 26px;
width: 26px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
}
input[type=range].white::-ms-track {
width: 100%;
height: 8.5px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].white::-ms-fill-lower {
background: #f2f2f2;
border: 0px solid #010101;
border-radius: 2.6px;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].white::-ms-fill-upper {
background: #ffffff;
border: 0px solid #010101;
border-radius: 2.6px;
box-shadow: 0px 0px 0.1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].white::-ms-thumb {
box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
border: 0px solid #ffffff;
height: 26px;
width: 26px;
border-radius: 50px;
background: #ffffff;
cursor: pointer;
height: 8.5px;
}
input[type=range].white:focus::-ms-fill-lower {
background: #ffffff;
}
input[type=range].white:focus::-ms-fill-upper {
background: #ffffff;
}
/* ==========================================================================
Page CSS
========================================================================== */
.container {
margin: 0 auto;
width: 100%;
max-width: 960px;
}
.p-player {
width: 100%;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 35em) {
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
/* ==========================================================================
Helper classes
========================================================================== */
.right {
float: right;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
/* ==========================================================================
Print styles
========================================================================== */
@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) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]: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.38943 | 0.077832 |
.all{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing: border-box;
}
.tronco{
background: url('../img/fonservicios.png');
}
.link{
text-decoration: none;
}
.contenedor-gal{
max-width: 1400px;
margin: 50px auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 90%;
justify-content: center;
border-radius: 3px;
}
.contenedor-tarjeta a {
display: inline-block;
}
.contenedor-tarjeta:hover figure{
-webkit-transform: perspective(600px) rotateY(180deg);
-ms-transform: perspective(600px) rotateY(180deg);
-o-transform: perspective(600px) rotateY(180deg);
transform: perspective(600px) rotateY(180deg);
-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}
.contenedor_tarjeta:hover figure img{
filter: blur(5px);
}
figure{
width: 300px;
height: 350px;
margin: 0;
position: relative;
transition: all ease .5s;
transform-style: preserve-3d;
transform: perspective(600px) rotateY(0deg);
}
figure .frontal, figure .trasera{
width: 100%;
height: 100%;
border-radius: 5px;
transition: all ease.5s;
}
figure .frotal{
display: block;
/*backface-visibility: hidden;*/
}
figure .trasera{
position: absolute;
top: 0;
padding: 20px;
color: #fff;
transform: perspective(600px) rotateY(180deg);
backface-visibility: hidden;
overflow: auto;
background: black;
background: -webkit-linear-gradient(to right,black,black);
background: linear-gradient(to right,black,black);
}
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 20px;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 20px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 23px;
}
}
@media screen and (max-width: 480px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom:15px;
font-family: caviar dreams;
font-size: 18px;
}
}
@media screen and (min-width: 780px) and (max-width: 1024px){
}
@media screen and (min-width: 480px) and (max-width: 780px){
}
@media screen and (max-width: 480px){
}
figure .trasera hr{
height: 2px;
background: #FFF;
border: none;
margin-bottom: 20px;
opacity: .5;
}
figure .trasera p{
font-family: caviar dreams;
line-height: unset;
font-size: 17px;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
figure .trasera p{
font-family: caviar dreams;
line-height: 22px;
font-size: 16px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
figure .trasera p{
font-family: caviar dreams;
line-height: 25px;
font-size: 15px;
}
}
@media screen and (max-width: 480px){
figure .trasera p{
font-family: caviar dreams;
line-height: 22px;
font-size: 12px;
}
}
figcaption p{
text-align: justify;
}
figcaption .boton:hover {
background-color: none;
}
.enlace{
color: #FFF;
}
.contenedor-tarjeta{
margin: 15px;
}
.imag{
width: 600px;
height: 500px;
margin-bottom: 3px;
object-fit: cover;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
filter: brightness(80%);
animation: escalar 1.5s infinite alternate;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
.imag{
width: 400px;
height: 400px;
margin: auto;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
.imag{
width: 300px;
height: 300px;
margin: auto;
}
}
@media screen and (max-width: 480px){
.imag{
width: 200px;
height: 200px;
margin: auto;
}
}
.imgns{
position: relative;
}
@keyframes escalar{
to{
transform: scale(1);
}
from{
transform: scale(1.05);
}
}
.imag:hover{
filter: brightness(transparent);
}
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 25px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 15px;
}
}
@media screen and (max-width: 480px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 11px;
}
} | public/css/galeria.css | .all{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing: border-box;
}
.tronco{
background: url('../img/fonservicios.png');
}
.link{
text-decoration: none;
}
.contenedor-gal{
max-width: 1400px;
margin: 50px auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 90%;
justify-content: center;
border-radius: 3px;
}
.contenedor-tarjeta a {
display: inline-block;
}
.contenedor-tarjeta:hover figure{
-webkit-transform: perspective(600px) rotateY(180deg);
-ms-transform: perspective(600px) rotateY(180deg);
-o-transform: perspective(600px) rotateY(180deg);
transform: perspective(600px) rotateY(180deg);
-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
}
.contenedor_tarjeta:hover figure img{
filter: blur(5px);
}
figure{
width: 300px;
height: 350px;
margin: 0;
position: relative;
transition: all ease .5s;
transform-style: preserve-3d;
transform: perspective(600px) rotateY(0deg);
}
figure .frontal, figure .trasera{
width: 100%;
height: 100%;
border-radius: 5px;
transition: all ease.5s;
}
figure .frotal{
display: block;
/*backface-visibility: hidden;*/
}
figure .trasera{
position: absolute;
top: 0;
padding: 20px;
color: #fff;
transform: perspective(600px) rotateY(180deg);
backface-visibility: hidden;
overflow: auto;
background: black;
background: -webkit-linear-gradient(to right,black,black);
background: linear-gradient(to right,black,black);
}
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 20px;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 20px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom: 20px;
font-family: caviar dreams;
font-size: 23px;
}
}
@media screen and (max-width: 480px){
figure .trasera .titulo{
color: #FFF;
font-weight: normal;
margin-bottom:15px;
font-family: caviar dreams;
font-size: 18px;
}
}
@media screen and (min-width: 780px) and (max-width: 1024px){
}
@media screen and (min-width: 480px) and (max-width: 780px){
}
@media screen and (max-width: 480px){
}
figure .trasera hr{
height: 2px;
background: #FFF;
border: none;
margin-bottom: 20px;
opacity: .5;
}
figure .trasera p{
font-family: caviar dreams;
line-height: unset;
font-size: 17px;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
figure .trasera p{
font-family: caviar dreams;
line-height: 22px;
font-size: 16px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
figure .trasera p{
font-family: caviar dreams;
line-height: 25px;
font-size: 15px;
}
}
@media screen and (max-width: 480px){
figure .trasera p{
font-family: caviar dreams;
line-height: 22px;
font-size: 12px;
}
}
figcaption p{
text-align: justify;
}
figcaption .boton:hover {
background-color: none;
}
.enlace{
color: #FFF;
}
.contenedor-tarjeta{
margin: 15px;
}
.imag{
width: 600px;
height: 500px;
margin-bottom: 3px;
object-fit: cover;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
filter: brightness(80%);
animation: escalar 1.5s infinite alternate;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
.imag{
width: 400px;
height: 400px;
margin: auto;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
.imag{
width: 300px;
height: 300px;
margin: auto;
}
}
@media screen and (max-width: 480px){
.imag{
width: 200px;
height: 200px;
margin: auto;
}
}
.imgns{
position: relative;
}
@keyframes escalar{
to{
transform: scale(1);
}
from{
transform: scale(1.05);
}
}
.imag:hover{
filter: brightness(transparent);
}
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 780px) and (max-width: 1024px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 25px;
}
}
@media screen and (min-width: 480px) and (max-width: 780px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 15px;
}
}
@media screen and (max-width: 480px){
.texto{
font-family: caviar dreams;
font-weight: bold;
text-align: center;
font-size: 11px;
}
} | 0.184988 | 0.090816 |
* import
* Import a font from Google Fonts. If you open the font URL in a browser you
* will see the complete font-face definition that is being used.
*
* Google doesn't document this on the Google Fonts page, but you can use
* the Google Fonts information to find out what the 'family' parameter
* should be set to for the font(s) you want.
*
* If you open the URL in a browser, you will see the complete font-face
* definition.
*/
@import url(//fonts.googleapis.com/css?family=Droid+Sans);
/*
* font-family
* A comma-separated list of the fonts to use, in order of preference. If
* a specific font cannot be found, the browser will move on to the next
* font. There should always be a fall-back font as the last font, which
* should be guaranteed to exist -- this generally means using one of the
* default font-family values: serif, sans-serif, etc.
*
* Note that selecting a font is done on a per-character basis. If the
* character cannot be found in the first font, the browser will look
* through the other fonts.
*/
* { font-family: "Droid Sans", sans-serif; }
html {
/*
* padding
* Specifies the padding, which is the gap between the content of this
* element and its enclosing border
*
* Full version:
*
* padding <bottom> <left> <top> <right>
*
* Missing values:
*
* padding <all_paddings>
* padding <vertical_paddings> <horizontal_paddings>
*/
padding: 1em 0;
/*
* font-size
* Using em values helps with accessibility, as the size is then based on
* the default size set by the user's preference. Commonly 1em is 16px.
*
* em values are based on the font size of the parent element (in the case
* of the html element this will be the browser default).
*/
font-size: 1em; /* = 16px */
/*
* line-height
* Specifies the height of inline elements. If this is a unit-less number
* (the advisable way to do it), the actual height is this multiplied by
* the font-height.
*/
line-height: 1.6;
}
body {
/*
* margin
* Specifies the margin width, which is the gap between this element and
* adjacent elements.
*
* Full version:
*
* margin <top> <right> <bottom> <left>
*
* Missing values:
*
* margin <all_margins>
* margin <vertical_margins> <horizontal_margins>
*
* Special values:
*
* auto - fills the margin so that opposite margins occupy the same
* amount of space, hence it can be used to centre an element
* within a containing element
*/
margin: 0 auto;
/*
* padding
* Specifies the padding, which is the gap between the content of this
* element and its enclosing border
*
* Full version:
*
* padding <bottom> <left> <top> <right>
*
* Missing values:
*
* padding <all_paddings>
* padding <vertical_paddings> <horizontal_paddings>
*
* Using a percentage basis helps to make the padding appropriate for
* any viewport size.
*/
padding: 3%;
/*
* max-width
* Specifies the maximum width that should be allowed for the element. It
* will try to expand to this amount, but if the browser area is too small,
* the element will shrink to fit.
*/
max-width: 768px;
}
h1 {
/*
* Remove the top-margin, as the default leaves too big a gap
*/
margin-top: 0;
}
p {
/*
* Set appropriate spacing between paragraphs (and other elements)
*/
margin-top: 1.5em;
}
code {
font-family: monospace;
display: inline-block;
}
body {
/*
* Because the header is fixed at the top, we need to make the main
* body of the page start below the header, which we can do by
* adding a suitably-sized margin to the top of the page (the header
* itself is unaffected by this, as its position is fixed).
*/
margin-top: 48px
}
/*
* Style the header section that is the direct child of the body
* element, and turn it into a fixed element.
*
* Any other header elements on the page will be unaffected.
*/
body > header {
/*
* The header's position is fixed, as opposed to being relative
* to any other page element.
*/
position: fixed;
/*
* Because the header is fixed, we need to specify its actual
* position.
*/
top: 0;
left: 0;
/*
* Force the header to span the full width of the display area,
* otherwise it will only occupy the area needed to display
* its contents.
*/
width: 100%;
padding-left: 0.5em;
background-color: #222;
color: #ddd;
border-bottom: #ccc 1px solid;
}
body > header h1 {
font-size: 1em;
margin: 0;
}
body > header p {
font-size: 0.8em;
margin: 0;
} | src/css/fixed-narrow-header-commented.css | * import
* Import a font from Google Fonts. If you open the font URL in a browser you
* will see the complete font-face definition that is being used.
*
* Google doesn't document this on the Google Fonts page, but you can use
* the Google Fonts information to find out what the 'family' parameter
* should be set to for the font(s) you want.
*
* If you open the URL in a browser, you will see the complete font-face
* definition.
*/
@import url(//fonts.googleapis.com/css?family=Droid+Sans);
/*
* font-family
* A comma-separated list of the fonts to use, in order of preference. If
* a specific font cannot be found, the browser will move on to the next
* font. There should always be a fall-back font as the last font, which
* should be guaranteed to exist -- this generally means using one of the
* default font-family values: serif, sans-serif, etc.
*
* Note that selecting a font is done on a per-character basis. If the
* character cannot be found in the first font, the browser will look
* through the other fonts.
*/
* { font-family: "Droid Sans", sans-serif; }
html {
/*
* padding
* Specifies the padding, which is the gap between the content of this
* element and its enclosing border
*
* Full version:
*
* padding <bottom> <left> <top> <right>
*
* Missing values:
*
* padding <all_paddings>
* padding <vertical_paddings> <horizontal_paddings>
*/
padding: 1em 0;
/*
* font-size
* Using em values helps with accessibility, as the size is then based on
* the default size set by the user's preference. Commonly 1em is 16px.
*
* em values are based on the font size of the parent element (in the case
* of the html element this will be the browser default).
*/
font-size: 1em; /* = 16px */
/*
* line-height
* Specifies the height of inline elements. If this is a unit-less number
* (the advisable way to do it), the actual height is this multiplied by
* the font-height.
*/
line-height: 1.6;
}
body {
/*
* margin
* Specifies the margin width, which is the gap between this element and
* adjacent elements.
*
* Full version:
*
* margin <top> <right> <bottom> <left>
*
* Missing values:
*
* margin <all_margins>
* margin <vertical_margins> <horizontal_margins>
*
* Special values:
*
* auto - fills the margin so that opposite margins occupy the same
* amount of space, hence it can be used to centre an element
* within a containing element
*/
margin: 0 auto;
/*
* padding
* Specifies the padding, which is the gap between the content of this
* element and its enclosing border
*
* Full version:
*
* padding <bottom> <left> <top> <right>
*
* Missing values:
*
* padding <all_paddings>
* padding <vertical_paddings> <horizontal_paddings>
*
* Using a percentage basis helps to make the padding appropriate for
* any viewport size.
*/
padding: 3%;
/*
* max-width
* Specifies the maximum width that should be allowed for the element. It
* will try to expand to this amount, but if the browser area is too small,
* the element will shrink to fit.
*/
max-width: 768px;
}
h1 {
/*
* Remove the top-margin, as the default leaves too big a gap
*/
margin-top: 0;
}
p {
/*
* Set appropriate spacing between paragraphs (and other elements)
*/
margin-top: 1.5em;
}
code {
font-family: monospace;
display: inline-block;
}
body {
/*
* Because the header is fixed at the top, we need to make the main
* body of the page start below the header, which we can do by
* adding a suitably-sized margin to the top of the page (the header
* itself is unaffected by this, as its position is fixed).
*/
margin-top: 48px
}
/*
* Style the header section that is the direct child of the body
* element, and turn it into a fixed element.
*
* Any other header elements on the page will be unaffected.
*/
body > header {
/*
* The header's position is fixed, as opposed to being relative
* to any other page element.
*/
position: fixed;
/*
* Because the header is fixed, we need to specify its actual
* position.
*/
top: 0;
left: 0;
/*
* Force the header to span the full width of the display area,
* otherwise it will only occupy the area needed to display
* its contents.
*/
width: 100%;
padding-left: 0.5em;
background-color: #222;
color: #ddd;
border-bottom: #ccc 1px solid;
}
body > header h1 {
font-size: 1em;
margin: 0;
}
body > header p {
font-size: 0.8em;
margin: 0;
} | 0.317003 | 0.194636 |
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;padding: 1em 0;}
.carousel li {
margin: 0 0.7em;
background: #EEEEEE;
padding: 0.3em;
border-radius: 0.3em;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
}
.carousel li:hover{
background:#1BD9B5;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*----start-responsive-design----*/
@media only screen and (max-width:1440px) and (min-width:1366px){
#fwslider .slide_content {
min-height: 583px;
}
}
@media only screen and (max-width:1366px) and (min-width:1280px){
#fwslider .slide_content {
min-height: 540px;
}
}
@media only screen and (max-width:1280px) and (min-width:1024px){
#fwslider .slide_content {
min-height: 500px;
}
}
@media only screen and (max-width:1024px) and (min-width:768px){
#fwslider .slide_content {
min-height: 400px;
}
}
@media only screen and (max-width:768px) and (min-width:640px){
#fwslider .slide_content {
min-height: 300px;
}
}
@media only screen and (max-width:640px) and (min-width:480px){
#fwslider .slide_content {
min-height: 230px;
}
}
@media only screen and (max-width:480px) and (min-width:320px){
#fwslider .slide_content {
min-height: 230px;
}
}
@media only screen and (max-width:320px) and (min-width:240px){
#fwslider .slide_content {
min-height: 100px;
}
} | web/css/flexslider.css | .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;padding: 1em 0;}
.carousel li {
margin: 0 0.7em;
background: #EEEEEE;
padding: 0.3em;
border-radius: 0.3em;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
}
.carousel li:hover{
background:#1BD9B5;
}
/* Direction Nav */
.flex-direction-nav {*height: 0;display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*----start-responsive-design----*/
@media only screen and (max-width:1440px) and (min-width:1366px){
#fwslider .slide_content {
min-height: 583px;
}
}
@media only screen and (max-width:1366px) and (min-width:1280px){
#fwslider .slide_content {
min-height: 540px;
}
}
@media only screen and (max-width:1280px) and (min-width:1024px){
#fwslider .slide_content {
min-height: 500px;
}
}
@media only screen and (max-width:1024px) and (min-width:768px){
#fwslider .slide_content {
min-height: 400px;
}
}
@media only screen and (max-width:768px) and (min-width:640px){
#fwslider .slide_content {
min-height: 300px;
}
}
@media only screen and (max-width:640px) and (min-width:480px){
#fwslider .slide_content {
min-height: 230px;
}
}
@media only screen and (max-width:480px) and (min-width:320px){
#fwslider .slide_content {
min-height: 230px;
}
}
@media only screen and (max-width:320px) and (min-width:240px){
#fwslider .slide_content {
min-height: 100px;
}
} | 0.210482 | 0.060308 |
.reportpage7 {
width : 100%;
min-width : 1280px;
height : 100vh;
min-height : 2103px;
position : relative;
overflow : hidden;
margin : 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color : rgba(194, 194, 194, 1.0);
}
a {
text-decoration : none;
}
div {
-webkit-text-size-adjust: none;
}
.anima-full-width-a {
width : 100%;
}
.anima-full-height-a {
height : 100%;
}
div {
-webkit-text-size-adjust: none;
}
.reportpage7 .floatbkgd {
background-color : rgba(255,255,255,0.0);
top : 39px;
height : 1946px;
width : 1015px;
position : absolute;
margin : 0;
left : 133px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .floatbkgd .bkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 1946px;
box-sizing : border-box;
width : 1015px;
position : relative;
margin : 0;
left : 0px;
border-radius : 4px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader {
background-color : rgba(255,255,255,0.0);
top : 40px;
height : 100px;
width : 1013px;
position : absolute;
margin : 0;
left : 134px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .bkgd {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 100px;
width : 1013px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 977px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose .view1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose .regulartimescircle {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 23px;
width : 23px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo {
background-color : rgba(255,255,255,0.0);
top : 29px;
height : 28px;
width : 242px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard {
background-color : rgba(255,255,255,0.0);
top : 3px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard .view1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard .solididcard1 {
background-color : rgba(255,255,255,0.0);
top : 3px;
height : 18px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .u5f20u827au99a8 {
background-color : rgba(255,255,255,0.0);
top : 6px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 32px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 18.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 18.0px;
}
.reportpage7 .reportheader .personinfo .btndefault3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 109px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .bkgdr3 .bkgd1 {
background-color : rgba(253, 246, 235, 1.0);
top : 0px;
height : 28px;
box-sizing : border-box;
width : 64px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(230, 162, 60, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .span {
background-color : rgba(255,255,255,0.0);
top : 8px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 13px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(230, 162, 60, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .personinfo .btndefault11 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 178px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .bkgdr3 .bkgd1 {
background-color : rgba(240, 249, 234, 1.0);
top : 0px;
height : 28px;
box-sizing : border-box;
width : 64px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(103, 194, 58, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .span {
background-color : rgba(255,255,255,0.0);
top : 8px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 7px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(103, 194, 58, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault {
background-color : rgba(255,255,255,0.0);
top : 35px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 721px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .bkgdr3 .bkgd1 {
background-color : rgba(245, 108, 108, 1.0);
top : 0px;
height : 31px;
width : 65px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .span {
background-color : rgba(255,255,255,0.0);
top : 9px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 16px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(255, 255, 255, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault1 {
background-color : rgba(255,255,255,0.0);
top : 35px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 796px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .bkgdr3 .bkgd1 {
background-color : rgba(103, 194, 58, 1.0);
top : 0px;
height : 31px;
width : 65px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .span {
background-color : rgba(255,255,255,0.0);
top : 9px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 16px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(255, 255, 255, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault2 {
background-color : rgba(255,255,255,0.0);
top : 34px;
height : 33px;
width : 84px;
position : absolute;
margin : 0;
left : 870px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 33px;
width : 84px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .bkgdr3 .bkgd1 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 33px;
box-sizing : border-box;
width : 84px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .span {
background-color : rgba(255,255,255,0.0);
top : 10px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 13.0px;
}
.reportpage7 .content {
background-color : rgba(255,255,255,0.0);
top : 177px;
height : 1782px;
width : 984px;
position : absolute;
margin : 0;
left : 148px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .contentbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 1784px;
width : 986px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .contentbkgd .bkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 1784px;
box-sizing : border-box;
width : 986px;
position : relative;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock {
background-color : rgba(255,255,255,0.0);
top : 32px;
height : 170px;
width : 936px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark {
background-color : rgba(255,255,255,0.0);
top : 54px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark1 {
background-color : rgba(255,255,255,0.0);
top : 94px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark1 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark2 {
background-color : rgba(255,255,255,0.0);
top : 134px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark2 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark3 {
background-color : rgba(255,255,255,0.0);
top : 54px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark3 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark4 {
background-color : rgba(255,255,255,0.0);
top : 94px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark4 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark5 {
background-color : rgba(255,255,255,0.0);
top : 134px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark5 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .blocksub {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .titlebkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 42px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .u5b50u7248u5757u6807u9898 {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 16.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 16.0px;
}
.reportpage7 .content .subblock1 {
background-color : rgba(255,255,255,0.0);
top : 234px;
height : 180px;
width : 936px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .titlebkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 42px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .u5b50u7248u5757u6807u9898 {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 16.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 16.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext1 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext1 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext1 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext2 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext2 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext2 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext3 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext3 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext3 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext4 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext4 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext4 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext5 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext5 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext5 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext6 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext6 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext6 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext7 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext7 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext7 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext8 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext8 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext8 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext9 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext9 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext9 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext10 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext10 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext10 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext11 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext11 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext11 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext12 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext12 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext12 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext13 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext13 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext13 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext14 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext14 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext14 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext15 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext15 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext15 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext16 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext16 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext16 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext17 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext17 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext17 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .tabgroup {
background-color : rgba(255,255,255,0.0);
top : 140px;
height : 38px;
width : 984px;
position : absolute;
margin : 0;
left : 148px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab2 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 98px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 197px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab4 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 295px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab5 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 100px;
position : absolute;
margin : 0;
left : 393px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 100px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 102px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 102px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 78px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab6 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 493px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab7 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 591px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(25, 137, 250, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab7 .bottomline {
background-color : rgba(255, 255, 255, 1.0);
top : 36px;
height : 3px;
width : 98px;
position : absolute;
margin : 0;
left : 1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 691px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab9 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 97px;
position : absolute;
margin : 0;
left : 789px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 97px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 99px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 99px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 75px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab10 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 886px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
opacity : 0;
display : block;
-webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
-moz-animation : anima-reveal 0.3s ease-in 1 normal forwards;
-o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
opacity : 1;
display : block;
-webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
-moz-animation : anima-reveal 0.3s ease-in 1 normal forwards;
-o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-o-animation-delay : 0;
animation-delay : 0;
}
@-webkit-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@-moz-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@-o-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
} | report_v190131/css/reportPage7.css | .reportpage7 {
width : 100%;
min-width : 1280px;
height : 100vh;
min-height : 2103px;
position : relative;
overflow : hidden;
margin : 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color : rgba(194, 194, 194, 1.0);
}
a {
text-decoration : none;
}
div {
-webkit-text-size-adjust: none;
}
.anima-full-width-a {
width : 100%;
}
.anima-full-height-a {
height : 100%;
}
div {
-webkit-text-size-adjust: none;
}
.reportpage7 .floatbkgd {
background-color : rgba(255,255,255,0.0);
top : 39px;
height : 1946px;
width : 1015px;
position : absolute;
margin : 0;
left : 133px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .floatbkgd .bkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 1946px;
box-sizing : border-box;
width : 1015px;
position : relative;
margin : 0;
left : 0px;
border-radius : 4px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader {
background-color : rgba(255,255,255,0.0);
top : 40px;
height : 100px;
width : 1013px;
position : absolute;
margin : 0;
left : 134px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .bkgd {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 100px;
width : 1013px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 977px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose .view1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .regularwindowclose .regulartimescircle {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 23px;
width : 23px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo {
background-color : rgba(255,255,255,0.0);
top : 29px;
height : 28px;
width : 242px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard {
background-color : rgba(255,255,255,0.0);
top : 3px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard .view1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 24px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .solididcard .solididcard1 {
background-color : rgba(255,255,255,0.0);
top : 3px;
height : 18px;
width : 24px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .u5f20u827au99a8 {
background-color : rgba(255,255,255,0.0);
top : 6px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 32px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 18.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 18.0px;
}
.reportpage7 .reportheader .personinfo .btndefault3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 109px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .bkgdr3 .bkgd1 {
background-color : rgba(253, 246, 235, 1.0);
top : 0px;
height : 28px;
box-sizing : border-box;
width : 64px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(230, 162, 60, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault3 .span {
background-color : rgba(255,255,255,0.0);
top : 8px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 13px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(230, 162, 60, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .personinfo .btndefault11 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 178px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 28px;
width : 64px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .bkgdr3 .bkgd1 {
background-color : rgba(240, 249, 234, 1.0);
top : 0px;
height : 28px;
box-sizing : border-box;
width : 64px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(103, 194, 58, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .personinfo .btndefault11 .span {
background-color : rgba(255,255,255,0.0);
top : 8px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 7px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(103, 194, 58, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault {
background-color : rgba(255,255,255,0.0);
top : 35px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 721px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .bkgdr3 .bkgd1 {
background-color : rgba(245, 108, 108, 1.0);
top : 0px;
height : 31px;
width : 65px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault .span {
background-color : rgba(255,255,255,0.0);
top : 9px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 16px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(255, 255, 255, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault1 {
background-color : rgba(255,255,255,0.0);
top : 35px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 796px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 31px;
width : 65px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .bkgdr3 .bkgd1 {
background-color : rgba(103, 194, 58, 1.0);
top : 0px;
height : 31px;
width : 65px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault1 .span {
background-color : rgba(255,255,255,0.0);
top : 9px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 16px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 12.0px;
color : rgba(255, 255, 255, 1.0);
text-align : center;
line-height : 12.0px;
}
.reportpage7 .reportheader .btndefault2 {
background-color : rgba(255,255,255,0.0);
top : 34px;
height : 33px;
width : 84px;
position : absolute;
margin : 0;
left : 870px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .bkgdr3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 33px;
width : 84px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .bkgdr3 .bkgd1 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 33px;
box-sizing : border-box;
width : 84px;
position : relative;
margin : 0;
left : 0px;
border-radius : 3px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .reportheader .btndefault2 .span {
background-color : rgba(255,255,255,0.0);
top : 10px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 13.0px;
}
.reportpage7 .content {
background-color : rgba(255,255,255,0.0);
top : 177px;
height : 1782px;
width : 984px;
position : absolute;
margin : 0;
left : 148px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .contentbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 1784px;
width : 986px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .contentbkgd .bkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 1784px;
box-sizing : border-box;
width : 986px;
position : relative;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock {
background-color : rgba(255,255,255,0.0);
top : 32px;
height : 170px;
width : 936px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark {
background-color : rgba(255,255,255,0.0);
top : 54px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark1 {
background-color : rgba(255,255,255,0.0);
top : 94px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark1 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark1 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark2 {
background-color : rgba(255,255,255,0.0);
top : 134px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 8px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark2 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark2 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark3 {
background-color : rgba(255,255,255,0.0);
top : 54px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark3 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark3 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark4 {
background-color : rgba(255,255,255,0.0);
top : 94px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark4 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark4 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark5 {
background-color : rgba(255,255,255,0.0);
top : 134px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 487px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .cellbkgd {
background-color : rgba(245, 247, 250, 1.0);
top : 0px;
height : 36px;
width : 441px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .name {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 198px;
position : absolute;
margin : 0;
left : 14px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(144, 147, 153, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .formblock2celldark5 .gap8 {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 36px;
width : 8px;
position : absolute;
margin : 0;
left : 212px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .formblock2celldark5 .value {
background-color : rgba(255,255,255,0.0);
top : 7px;
height : auto;
width : 206px;
position : absolute;
margin : 0;
left : 237px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 22.0px;
}
.reportpage7 .content .subblock .blocksub {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .titlebkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 42px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock .blocksub .u5b50u7248u5757u6807u9898 {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 16.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 16.0px;
}
.reportpage7 .content .subblock1 {
background-color : rgba(255,255,255,0.0);
top : 234px;
height : 180px;
width : 936px;
position : absolute;
margin : 0;
left : 24px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 46px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .titlebkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 42px;
width : 936px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .blocksub .u5b50u7248u5757u6807u9898 {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : auto;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 16.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 16.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext1 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext1 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext1 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext2 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext2 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext2 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext3 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext3 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext3 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext4 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext4 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext4 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext5 {
background-color : rgba(255,255,255,0.0);
top : 95px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext5 .cellbkgd {
background-color : rgba(244, 244, 245, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext5 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext6 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext6 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext6 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext7 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext7 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext7 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext8 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext8 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext8 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext9 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext9 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext9 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext10 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext10 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext10 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext11 {
background-color : rgba(255,255,255,0.0);
top : 137px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext11 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext11 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(96, 98, 102, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext12 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 165px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext12 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 165px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext12 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 151px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext13 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 174px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext13 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext13 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext14 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 176px;
position : absolute;
margin : 0;
left : 348px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext14 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 176px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext14 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 162px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext15 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 143px;
position : absolute;
margin : 0;
left : 522px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext15 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 143px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext15 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 129px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext16 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 111px;
position : absolute;
margin : 0;
left : 663px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext16 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 111px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext16 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 97px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .content .subblock1 .celltrcelltext17 {
background-color : rgba(255,255,255,0.0);
top : 53px;
height : 44px;
width : 154px;
position : absolute;
margin : 0;
left : 772px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext17 .cellbkgd {
background-color : rgba(255, 255, 255, 1.0);
top : 0px;
height : 44px;
box-sizing : border-box;
width : 154px;
position : absolute;
margin : 0;
left : 0px;
border-style : solid;
border-width : 1px;
border-color : rgba(220, 223, 230, 1.0);
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .content .subblock1 .celltrcelltext17 .data {
background-color : rgba(255,255,255,0.0);
top : 11px;
height : auto;
width : 140px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Medium", Helvetica, Arial, serif;
font-size : 13.0px;
color : rgba(48, 49, 51, 1.0);
text-align : left;
line-height : 20.0px;
}
.reportpage7 .tabgroup {
background-color : rgba(255,255,255,0.0);
top : 140px;
height : 38px;
width : 984px;
position : absolute;
margin : 0;
left : 148px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab1 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab2 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 98px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab2 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab3 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 197px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab3 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab4 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 295px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab4 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab5 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 100px;
position : absolute;
margin : 0;
left : 393px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 100px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 102px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 102px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab5 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 78px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab6 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 493px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab6 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab7 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 591px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 99px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 101px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 101px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab7 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 77px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(25, 137, 250, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab7 .bottomline {
background-color : rgba(255, 255, 255, 1.0);
top : 36px;
height : 3px;
width : 98px;
position : absolute;
margin : 0;
left : 1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 691px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab8 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab9 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 97px;
position : absolute;
margin : 0;
left : 789px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 97px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 99px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 99px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab9 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 75px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
.reportpage7 .tabgroup .tab10 {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 886px;
overflow : hidden;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .background {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 38px;
width : 98px;
position : absolute;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .btnbkgd {
background-color : rgba(255,255,255,0.0);
top : -1px;
height : 40px;
width : 100px;
position : absolute;
margin : 0;
left : -1px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .btnbkgd .path {
background-color : rgba(255,255,255,0.0);
top : 0px;
height : 40px;
width : 100px;
position : relative;
margin : 0;
left : 0px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
}
.reportpage7 .tabgroup .tab10 .span {
background-color : rgba(255,255,255,0.0);
top : 12px;
height : auto;
width : 76px;
position : absolute;
margin : 0;
left : 11px;
-ms-transform : rotate(0deg); /* IE 9 */
-webkit-transform : rotate(0deg); /* Chrome, Safari, Opera */
transform : rotate(0deg);
font-family : "PingFangSC-Regular", Helvetica, Arial, serif;
font-size : 14.0px;
color : rgba(96, 98, 102, 1.0);
text-align : center;
line-height : 14.0px;
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
opacity : 0;
display : block;
-webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
-moz-animation : anima-reveal 0.3s ease-in 1 normal forwards;
-o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
animation : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
opacity : 1;
display : block;
-webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
-moz-animation : anima-reveal 0.3s ease-in 1 normal forwards;
-o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
animation : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-o-animation-delay : 0;
animation-delay : 0;
}
@-webkit-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@-moz-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@-o-keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
@keyframes anima-reveal {
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
} | 0.334807 | 0.058534 |
input[type=range].slider {
-webkit-appearance: none;
width: 100%;
margin: 4.05px 0;
border: 0;
background-color: transparent;
}
input[type=range].slider:focus {
outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
width: 100%;
height: 1.9px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
background: rgba(72, 77, 77, 0.74);
border-radius: 0px;
}
input[type=range].slider::-webkit-slider-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
height: 8px;
width: 8px;
border-radius: 50px;
background: #001e01;
cursor: pointer;
-webkit-appearance: none;
margin-top: -3px;
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
background: #545a5a;
}
input[type=range].slider::-moz-range-track {
width: 100%;
height: 1.9px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
background: rgba(72, 77, 77, 0.74);
border-radius: 0px;
}
input[type=range].slider::-moz-range-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
border: 3.4px solid rgba(0, 0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50px;
background: #001101;
cursor: pointer;
}
input[type=range].slider::-ms-track {
width: 100%;
height: 1.9px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].slider::-ms-fill-lower {
background: #3c4040;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
}
input[type=range].slider::-ms-fill-upper {
background: #484d4d;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
}
input[type=range].slider::-ms-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
border: 3.4px solid rgba(0, 0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50px;
background: #001101;
cursor: pointer;
height: 1.9px;
}
input[type=range].slider:focus::-ms-fill-lower {
background: #484d4d;
}
input[type=range].slider:focus::-ms-fill-upper {
background: #545a5a;
} | src/components/Posts/Uploader/Modal/Filters/Settings/Range/range.module.css | input[type=range].slider {
-webkit-appearance: none;
width: 100%;
margin: 4.05px 0;
border: 0;
background-color: transparent;
}
input[type=range].slider:focus {
outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
width: 100%;
height: 1.9px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
background: rgba(72, 77, 77, 0.74);
border-radius: 0px;
}
input[type=range].slider::-webkit-slider-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
height: 8px;
width: 8px;
border-radius: 50px;
background: #001e01;
cursor: pointer;
-webkit-appearance: none;
margin-top: -3px;
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
background: #545a5a;
}
input[type=range].slider::-moz-range-track {
width: 100%;
height: 1.9px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
background: rgba(72, 77, 77, 0.74);
border-radius: 0px;
}
input[type=range].slider::-moz-range-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
border: 3.4px solid rgba(0, 0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50px;
background: #001101;
cursor: pointer;
}
input[type=range].slider::-ms-track {
width: 100%;
height: 1.9px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].slider::-ms-fill-lower {
background: #3c4040;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
}
input[type=range].slider::-ms-fill-upper {
background: #484d4d;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11), 0px 0px 1px rgba(13, 13, 13, 0.2);
}
input[type=range].slider::-ms-thumb {
box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
border: 3.4px solid rgba(0, 0, 0, 0);
height: 10px;
width: 10px;
border-radius: 50px;
background: #001101;
cursor: pointer;
height: 1.9px;
}
input[type=range].slider:focus::-ms-fill-lower {
background: #484d4d;
}
input[type=range].slider:focus::-ms-fill-upper {
background: #545a5a;
} | 0.241311 | 0.105303 |
.index {
width: 240px; }
.index-header {
color: #ecf0f1;
background-color: #2c3e50;
padding: 10px;
text-align: center; }
.index-header .add {
font-size: 14pt;
line-height: 7pt;
vertical-align: middle;
color: #ecf0f1;
float: right; }
.index-body {
background-color: #ecf0f1;
box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.25); }
.index-body .title {
overflow: scroll;
padding: 10px;
font-family: "adelle", Georgia, serif;
font-weight: normal; }
.index-body .title[contenteditable=true] {
text-decoration: underline; }
footer {
color: #ecf0f1;
background-color: #c84339;
font-family: "museo-slab", Georgia, serif;
font-weight: 100;
font-size: 24pt;
text-align: center;
position: fixed;
padding-top: 10px;
padding-bottom: 10px;
width: 240px;
right: 0;
top: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
text-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.25);
-webkit-transition: 0.1s ease-out all;
-khtml-transition: 0.1s ease-out all;
-moz-transition: 0.1s ease-out all;
-ms-transition: 0.1s ease-out all;
-o-transition: 0.1s ease-out all;
transition: 0.1s ease-out all; }
footer:hover {
text-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.25), 0 0 2px white; }
.passage {
width: 120px;
padding: 20px;
background-color: #ecf0f1;
box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.25);
position: absolute; }
.passage div[contenteditable=true] {
background-color: #dde4e6;
border-radius: 10px; }
.passage .passage-text[contenteditable=true] {
font-size: 9pt;
font-family: Monaco, "Lucida Console", monospace; }
.passage .passage-controls {
position: absolute;
right: 30px;
top: 10px;
width: 20px;
margin-right: -10px; }
.passage-enter-setup,
.passage-leave-setup {
-webkit-transition: 0.2s ease-in-out all;
-khtml-transition: 0.2s ease-in-out all;
-moz-transition: 0.2s ease-in-out all;
-ms-transition: 0.2s ease-in-out all;
-o-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all; }
.passage-enter-setup,
.passage-leave-setup.passage-leave-start {
opacity: 0; }
.passage-enter-setup.passage-enter-start,
.passage-leave-setup {
opacity: 1; }
.passage-header {
display: inline-block;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px); }
.passage-header .passage-title {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #c84339;
background-color: #ecf0f1;
resize: none;
border: 0;
font-weight: bold;
padding: 0; }
.passage-text {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #2c3e50;
background-color: #ecf0f1;
resize: none;
border: 0; }
.wmd-panel .wmd-button-bar {
width: 100%;
color: #ecf0f1;
font-family: Georgia, serif;
font-weight: 100;
font-size: 8pt;
text-align: center;
vertical-align: middle;
line-height: 16pt; }
.wmd-panel .wmd-button {
width: 20px;
height: 20px;
padding: 1px 2px;
position: absolute;
list-style: none;
background-color: #2c3e50;
border-radius: 3px;
-webkit-transition: background-color ease-out 0.1s;
-khtml-transition: background-color ease-out 0.1s;
-moz-transition: background-color ease-out 0.1s;
-ms-transition: background-color ease-out 0.1s;
-o-transition: background-color ease-out 0.1s;
transition: background-color ease-out 0.1s; }
.wmd-panel .wmd-button:hover {
color: #2c3e50;
background-color: #ecf0f1;
border: 1px solid rgba(44, 62, 80, 0.5);
width: 18px;
height: 18px;
line-height: 14pt; }
.wmd-panel .wmd-button:active {
color: #ecf0f1;
background-color: #2c3e50; }
.wmd-panel .wmd-bold-button:before {
content: "B";
font-weight: bold; }
.wmd-panel .wmd-italic-button:before {
content: "I";
font-style: italic; }
.wmd-panel .wmd-link-button:before {
content: "url";
font-family: Monaco, "Lucida Console", monospace;
font-size: 6pt; }
.wmd-panel .wmd-quote-button:before {
content: "\201c\201d"; }
.wmd-panel .wmd-code-button:before {
content: "{}";
font-family: Monaco, "Lucida Console", monospace; }
.wmd-panel .wmd-image-button:before {
content: "\25a2"; }
.wmd-panel .wmd-olist-button:before {
content: "1"; }
.wmd-panel .wmd-ulist-button:before {
content: "\00b7"; }
.wmd-panel .wmd-heading-button:before {
content: "H";
font-weight: bold; }
.wmd-panel .wmd-hr-button:before {
content: "—"; }
.wmd-panel .wmd-undo-button:before {
content: "\27f2";
font-size: 10pt; }
.wmd-panel .wmd-redo-button:before {
content: "\27f3";
font-size: 10pt; }
.wmd-panel .wmd-button-row {
position: relative;
height: 20px;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 5px;
padding: 0; }
.wmd-panel .wmd-spacer {
width: 1px;
height: 20px;
position: absolute;
display: inline-block;
list-style: none; }
.wmd-panel .wmd-input {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #2c3e50;
background-color: #ecf0f1;
resize: none;
border: 0;
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
height: 120px; }
.wmd-panel .wmd-input:focus {
background-color: #dde4e6;
outline: none; }
.wmd-panel .wmd-preview {
font-weight: normal; }
.wmd-panel .preview-title {
font-family: "adelle", Georgia, serif;
font-weight: bold; }
.wmd-prompt-background {
padding: 10px 0;
background-color: black;
opacity: 0.1; }
.wmd-prompt-dialog {
background-color: #ecf0f1;
box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.25);
font-family: "adelle", Georgia, serif;
padding: 20px;
border-radius: 10px; }
.wmd-prompt-dialog input[type=text] {
font-family: Monaco, "Lucida Console", monospace; }
.wmd-prompt-dialog input[type=button] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: white;
background-color: #2c3e50;
border: 0;
border-radius: 10px;
padding: 10px;
-webkit-transition: 0.2s ease-in-out background-color;
-khtml-transition: 0.2s ease-in-out background-color;
-moz-transition: 0.2s ease-in-out background-color;
-ms-transition: 0.2s ease-in-out background-color;
-o-transition: 0.2s ease-in-out background-color;
transition: 0.2s ease-in-out background-color; }
.wmd-prompt-dialog input[type=button]:hover {
background-color: #507192; }
body {
margin: 0;
padding: 0;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #2c3e50;
background-color: #3498db; }
hr {
margin: 20px 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
code {
color: green;
font-size: 10pt;
font-family: Monaco, "Lucida Console", monospace; }
button {
font-weight: bold;
opacity: 0.4;
border: 0;
background: transparent; }
button:hover {
opacity: 1.0; }
.resizable {
resize: horizontal;
overflow: auto; }
div:focus,
div[contenteditable=true] {
outline: none; }
div:empty:before {
content: "Click to edit.";
color: #b1c2c6;
font-weight: 100;
letter-spacing: 1px; } | css/style.css | .index {
width: 240px; }
.index-header {
color: #ecf0f1;
background-color: #2c3e50;
padding: 10px;
text-align: center; }
.index-header .add {
font-size: 14pt;
line-height: 7pt;
vertical-align: middle;
color: #ecf0f1;
float: right; }
.index-body {
background-color: #ecf0f1;
box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.25); }
.index-body .title {
overflow: scroll;
padding: 10px;
font-family: "adelle", Georgia, serif;
font-weight: normal; }
.index-body .title[contenteditable=true] {
text-decoration: underline; }
footer {
color: #ecf0f1;
background-color: #c84339;
font-family: "museo-slab", Georgia, serif;
font-weight: 100;
font-size: 24pt;
text-align: center;
position: fixed;
padding-top: 10px;
padding-bottom: 10px;
width: 240px;
right: 0;
top: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
text-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.25);
-webkit-transition: 0.1s ease-out all;
-khtml-transition: 0.1s ease-out all;
-moz-transition: 0.1s ease-out all;
-ms-transition: 0.1s ease-out all;
-o-transition: 0.1s ease-out all;
transition: 0.1s ease-out all; }
footer:hover {
text-shadow: 2.5px 2.5px 0 rgba(0, 0, 0, 0.25), 0 0 2px white; }
.passage {
width: 120px;
padding: 20px;
background-color: #ecf0f1;
box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.25);
position: absolute; }
.passage div[contenteditable=true] {
background-color: #dde4e6;
border-radius: 10px; }
.passage .passage-text[contenteditable=true] {
font-size: 9pt;
font-family: Monaco, "Lucida Console", monospace; }
.passage .passage-controls {
position: absolute;
right: 30px;
top: 10px;
width: 20px;
margin-right: -10px; }
.passage-enter-setup,
.passage-leave-setup {
-webkit-transition: 0.2s ease-in-out all;
-khtml-transition: 0.2s ease-in-out all;
-moz-transition: 0.2s ease-in-out all;
-ms-transition: 0.2s ease-in-out all;
-o-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all; }
.passage-enter-setup,
.passage-leave-setup.passage-leave-start {
opacity: 0; }
.passage-enter-setup.passage-enter-start,
.passage-leave-setup {
opacity: 1; }
.passage-header {
display: inline-block;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px); }
.passage-header .passage-title {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #c84339;
background-color: #ecf0f1;
resize: none;
border: 0;
font-weight: bold;
padding: 0; }
.passage-text {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #2c3e50;
background-color: #ecf0f1;
resize: none;
border: 0; }
.wmd-panel .wmd-button-bar {
width: 100%;
color: #ecf0f1;
font-family: Georgia, serif;
font-weight: 100;
font-size: 8pt;
text-align: center;
vertical-align: middle;
line-height: 16pt; }
.wmd-panel .wmd-button {
width: 20px;
height: 20px;
padding: 1px 2px;
position: absolute;
list-style: none;
background-color: #2c3e50;
border-radius: 3px;
-webkit-transition: background-color ease-out 0.1s;
-khtml-transition: background-color ease-out 0.1s;
-moz-transition: background-color ease-out 0.1s;
-ms-transition: background-color ease-out 0.1s;
-o-transition: background-color ease-out 0.1s;
transition: background-color ease-out 0.1s; }
.wmd-panel .wmd-button:hover {
color: #2c3e50;
background-color: #ecf0f1;
border: 1px solid rgba(44, 62, 80, 0.5);
width: 18px;
height: 18px;
line-height: 14pt; }
.wmd-panel .wmd-button:active {
color: #ecf0f1;
background-color: #2c3e50; }
.wmd-panel .wmd-bold-button:before {
content: "B";
font-weight: bold; }
.wmd-panel .wmd-italic-button:before {
content: "I";
font-style: italic; }
.wmd-panel .wmd-link-button:before {
content: "url";
font-family: Monaco, "Lucida Console", monospace;
font-size: 6pt; }
.wmd-panel .wmd-quote-button:before {
content: "\201c\201d"; }
.wmd-panel .wmd-code-button:before {
content: "{}";
font-family: Monaco, "Lucida Console", monospace; }
.wmd-panel .wmd-image-button:before {
content: "\25a2"; }
.wmd-panel .wmd-olist-button:before {
content: "1"; }
.wmd-panel .wmd-ulist-button:before {
content: "\00b7"; }
.wmd-panel .wmd-heading-button:before {
content: "H";
font-weight: bold; }
.wmd-panel .wmd-hr-button:before {
content: "—"; }
.wmd-panel .wmd-undo-button:before {
content: "\27f2";
font-size: 10pt; }
.wmd-panel .wmd-redo-button:before {
content: "\27f3";
font-size: 10pt; }
.wmd-panel .wmd-button-row {
position: relative;
height: 20px;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 5px;
padding: 0; }
.wmd-panel .wmd-spacer {
width: 1px;
height: 20px;
position: absolute;
display: inline-block;
list-style: none; }
.wmd-panel .wmd-input {
padding: 10px;
font-weight: normal;
font-size: 12pt;
color: #2c3e50;
background-color: #ecf0f1;
resize: none;
border: 0;
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
height: 120px; }
.wmd-panel .wmd-input:focus {
background-color: #dde4e6;
outline: none; }
.wmd-panel .wmd-preview {
font-weight: normal; }
.wmd-panel .preview-title {
font-family: "adelle", Georgia, serif;
font-weight: bold; }
.wmd-prompt-background {
padding: 10px 0;
background-color: black;
opacity: 0.1; }
.wmd-prompt-dialog {
background-color: #ecf0f1;
box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.25);
font-family: "adelle", Georgia, serif;
padding: 20px;
border-radius: 10px; }
.wmd-prompt-dialog input[type=text] {
font-family: Monaco, "Lucida Console", monospace; }
.wmd-prompt-dialog input[type=button] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: white;
background-color: #2c3e50;
border: 0;
border-radius: 10px;
padding: 10px;
-webkit-transition: 0.2s ease-in-out background-color;
-khtml-transition: 0.2s ease-in-out background-color;
-moz-transition: 0.2s ease-in-out background-color;
-ms-transition: 0.2s ease-in-out background-color;
-o-transition: 0.2s ease-in-out background-color;
transition: 0.2s ease-in-out background-color; }
.wmd-prompt-dialog input[type=button]:hover {
background-color: #507192; }
body {
margin: 0;
padding: 0;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #2c3e50;
background-color: #3498db; }
hr {
margin: 20px 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
code {
color: green;
font-size: 10pt;
font-family: Monaco, "Lucida Console", monospace; }
button {
font-weight: bold;
opacity: 0.4;
border: 0;
background: transparent; }
button:hover {
opacity: 1.0; }
.resizable {
resize: horizontal;
overflow: auto; }
div:focus,
div[contenteditable=true] {
outline: none; }
div:empty:before {
content: "Click to edit.";
color: #b1c2c6;
font-weight: 100;
letter-spacing: 1px; } | 0.347205 | 0.116111 |
@media(min-width:800px){
#mobilecloud{
display: none;
}
body{
background-color: rgb(0, 0, 0);
color: white;
padding:0;
margin:0;
}
*{
font-family: 'poppins','sans-serif';
color: white;
}
#container{
width: 100%;
height: 100%;
background-color: rgb(27, 27, 27);
position: absolute;
}
#video{
top: 5.5%;
left: 15.9%;
top: 5.5%;
position: absolute;
}
#contain{
background-color: rgb(76, 81, 82);
border: 1px solid white;
box-shadow: 0px 0px 20px 10px rgb(54, 54, 54);
width: 54.2%;
position: absolute;
height: 84.5%;
top: 5%;
left: 19.5%;
margin-bottom: 20%;
}
#h1logo{
background-color: rgb(212, 212, 212);
border: 1px solid white;
position: absolute;
letter-spacing: 5px;
left: 0.5%;
width: 18.5%;
color: black;
font-weight: bold;
box-shadow: 0px 0px 10px 10px black;
z-index: 1;
transition: 0.5s;
top: 0%;
}
#h1logo:hover{
width: 19%;
font-size: 5.1vh;
transition: 0.5s;
cursor: pointer;
}
#logo{
background-color: gray;
}
#jspic{
position: absolute;
width: 10%;
height:10%;
left: 12%;
top: 2%;
z-index: 2;
}
ul{
display: inline-block;
list-style: none;
display: none;
}
.link{
background-color:rgb(209, 209, 209);
border: 2px solid rgb(59, 18, 18);
padding: 10px 15px;
position: absolute;
left: 1%;
top: 12%;
width: 13%;
font-size: 3vh;
transition: 0.5s;
color: black;
}
.link:hover{
transition: 0.5s;
padding: 14px 19px;
box-shadow: 0px 0px 10px 10px black;
}
a{
color: black;
text-decoration: none;
}
#l1{
top: 12%;
}
#l2{
top: 21.5%;
}
#l3{
top: 30.5%;
}
#l4{
top: 39.5%;
}
#l5{
top: 49%;
}
#buttondown{
background-color: rgb(160, 51, 32);
padding: 1.3% 4%;
border: 1px solid white;
position: absolute;
top: 90.5%;
left: 40%;
}
#buttondown:hover{
background-color: rgb(204, 57, 32);
cursor: pointer;
}
.soc{
width: 40%;
height: 100%;
position: absolute;
left: 60%;
}
#soc1{
top: 0%;
}
#soc2{
top: 0%;
left: 60%;
width: 40%;
height: 100%;
}
#soc3{
top: 0%;
left: 60%;
width: 40%;
height: 103%;
}
#soc4{
top: 0%;
width: 40%;
height: 103%;
}
#soc5{
top: 0%;
}
#weatherapi{
background-color: rgb(53, 53, 53);
width: 24%;
height: 85%;
position: absolute;
left: 75%;
top: 5%;
border:1px solid white;
}
#weatherh1{
text-align: center;
background-color: rgb(52, 100, 128);
position: absolute;
top: -4%;
width: 100%;
border: 1px solid white;
text-shadow: 0px 5px 10px black;
}
#temperature{
width: 30%;
height: 20%;
top: 10%;
position: absolute;
z-index: 1;
}
#cloud{
width: 40%;
height: 20%;
position: absolute;
left: 30%;
z-index: 1;
top: 10%;
}
/*div for weather icons*/
#iconbg{
background-color: rgb(58, 74, 163);
position: absolute;
width: 100%;
height: 20%;
top: 9%;
}
#c1{
z-index: 100;
position: absolute;
top: 15%;
left: 75%;
cursor: pointer;
}
#location{
position: absolute;
text-shadow: 0px 8px 10px rgb(27, 27, 27);
z-index: 2;
left: 75.4%;
top: 27.8%;
font-size: 3.4vh;
padding: 1.3% 1.1%;
background-color: rgb(68, 127, 182);
}
#flag{
position: absolute;
width: 10%;
height: 11%;
left: 88.8%;
top: 30.5%;
}
#day{
position: absolute;
width: 7%;
height: 15%;
top: 5%;
left: 20%;
border: 1px solid white;
border-radius: 50%;
background-color: rgb(33, 86, 136);
}
.lidown{
position: absolute;
font-size: 3.5vh;
z-index: 2;
top: 37%;
left: 75.3%;
}
#dewpoint{
position: absolute;
top: 38%;
}
#winddir{
position: absolute;
top: 44%;
}
#windspeed{
position: absolute;
top: 49%;
}
#humidity{
position: absolute;
top: 54.5%;
}
.geoloc{
position: absolute;
font-size: 3.5vh;
z-index: 2;
}
#longtitude{
position: absolute;
left: 75.2%;
top:65%;
font-size: 3.3vh;
}
#latitude{
left: 75.3%;
top: 60%;
}
#weather{
top: 69.8%;
left:75.3%;
font-size: 3.5vh;
}
#cyberday{
position: absolute;
top: 80%;
left: 75.3%;
}
#mobile-bg2{
display:none;
}
}
/*Mobile*/
/*done*/
@media(max-width:768px){
body{
margin:0;
padding: 0;
background-color: rgb(27, 27, 27);
}
*{
font-family: 'poppins','sans-serif';
color: white;
}
#container{
width: 100%;
height: 100%;
background-color: rgb(27, 27, 27);
position: absolute;
/*done*/
}
#contain{
background-color: rgb(76, 81, 82);
border: 1px solid white;
box-shadow: 0px 0px 20px 10px rgb(54, 54, 54);
width: 90%;
position: absolute;
height: 90.5%;
top: 5%;
left: 4%;
margin-bottom: 20%;
/*done*/
}
#h1logo{
background-color: rgb(212, 212, 212);
border: 1px solid white;
position: absolute;
letter-spacing: 5px;
left: 8%;
top: 5%;
width: 50.5%;
color: black;
font-weight: bold;
box-shadow: 0px 0px 10px 5px black;
z-index: 1;
transition: 0.5s;
font-size: 3vh;
/*done*/
}
#h1logo:hover{
padding: 1% 1.5%;
transition: 0.5s;
cursor: pointer;
/*done*/
}
#logo{
background-color: gray;
/*done*/
}
#jspic{
position: absolute;
width: 10%;
height:10%;
left: 47%;
top: 5%;
z-index: 2;
/*done*/
}
ul{
display: inline-block;
list-style: none;
}
/*done*/
.link{
background-color:rgb(209, 209, 209);
border: 2px solid rgb(59, 18, 18);
padding: 5px 10px;
position: absolute;
left: 10%;
width: 35%;
font-size: 3vh;
transition: 0.5s;
color: black;
z-index: 2;
}
/*done*/
.link:hover{
transition: 0.5s;
padding: 5px 8px;
box-shadow: 0px 0px 5px 2px black;
}
/*done*/
a{
color: black;
text-decoration: none;
font-size: 2.2vh;
}
#l1{
top: 13%;
left: 7%;
}
/*done*/
#l2{
top: 21.5%;
left: 7%;
}
/*done*/
#l3{
top: 30.5%;
left: 7%;
}
/*done*/
#l4{
top: 39.5%;
left: 7%;
}
/*done*/
#l5{
top: 49%;
left: 7%;
}
/*done*/
#buttondown{
background-color: rgb(160, 51, 32);
padding: 1.3% 4%;
border: 1px solid white;
position: absolute;
top: 165%;
left: 35%;
z-index: 2;
display: none;
}
/*done*/
#mobile-vid{
position: absolute;
width: 90%;
height: 70%;
z-index: 1;
background-color: rgb(76, 81, 82);
border: 1px solid white;
left: 4%;
top: 100%;
}
/*done*/
#video{
top: 5.5%;
left: 15.9%;
position: absolute;
display: none;
}
/*done*/
#buttondown:hover{
background-color: rgb(204, 57, 32);
cursor: pointer;
display: none;
}
/*done*/
.soc{
width: 40%;
height: 100%;
position: absolute;
left: 60%;
z-index: 2;
}
/*done*/
#soc1{
top: 0%;
}
/*done*/
#soc2{
top: 0%;
left: 60%;
width: 35%;
height: 90%;
}
/*done*/
#soc3{
top: 0%;
left: 60%;
width: 38%;
height: 100%;
}
/*done*/
#soc4{
top: 0%;
width: 35%;
left: 62%;
height: 100%;
}
/*done*/
#soc5{
top: 5%;
left: 64%;
width: 30%;
height: 90%;
}
/*done*/
#mobile-bg{
background: rgb(46, 46, 46);
width: 88.3%;
height: 51%;
position: absolute;
top: 5.5%;
left: 4.8%;
}
/*done*/
#weatherapi{
background-color: rgb(53, 53, 53);
width: 88%;
height: 38%;
position: absolute;
left: 4.4%;
top:57%;
border:1px solid white;
}
/*done*/
#weatherh1{
text-align: center;
background-color: rgb(62, 131, 97);
position: absolute;
top: -9%;
width: 100%;
border: 1px solid white;
text-shadow: 0px 5px 10px black;
}
/*done*/
#temperature{
width: 30%;
height: 30%;
top: 19%;
left: -6%;
position: absolute;
z-index: 1;
}
/*done [Only display None]*/
#cloud{
width: 40%;
height: 50%;
position: absolute;
left: 30%;
z-index: 1;
display: none;
}
#mobilecloud{
display:block;
z-index: 2;
}
/*div for weather icons*/
#iconbg{
background-color: rgb(58, 74, 163);
position: absolute;
width: 100%;
height: 20%;
top: 10%;
display:none;
}
#mobile-bg2{
background-color:rgb(46, 48, 47);
width: 87%;
height: 20%;
position: absolute;
top: 75%;
left: 5%;
border: 1px solid white;
}
#c1{
z-index: 100;
position: absolute;
top: 15%;
left: 75%;
cursor: pointer;
}
#location{
position: absolute;
text-shadow: 0px 8px 10px rgb(27, 27, 27);
z-index: 2;
left: 5.5%;
top: 73.9%;
border: 1px solid white;
font-size: 2.5vh;
background-color: rgb(68, 127, 182);
width: 32%;
padding: 1% 1%;
}
#flag{
position: absolute;
width: 30%;
height: 20%;
left: 30%;
top: 50%;
display: none;
}
#day{
position: absolute;
width:15%;
height: 10%;
top: 5.5%;
left: 77%;
border: 1px solid white;
border-radius: 50%;
background-color: rgb(33, 86, 136);
z-index: 1;
}
.lidown{
position: absolute;
font-size: 2.3vh;
z-index: 2;
top: 37%;
left: 7%;
}
#dewpoint{
position: absolute;
top: 80%;
}
#winddir{
position: absolute;
top: 83%;
}
#windspeed{
position: absolute;
top: 86%;
}
#humidity{
position: absolute;
top: 89%;
}
.geoloc{
position: absolute;
z-index: 2;
top: 88%;
left: 50%;
}
#longtitude{
position: absolute;
top: 74%;
left: 50%;
font-size: 2vh;
}
#latitude{
top: 80%;
left: 50%;
font-size: 2.2vh;
}
#weather{
top: 69.8%;
left:75.3%;
display:none;
}
/*Code wars*/
.codewars{
position: absolute;
z-index: 1;
}
#codewarsh1{
top: 110%;
position: absolute;
z-index: 1;
left: 18%;
letter-spacing: 5px;
}
#codewarspic{
top: 170%;
width: 100%;
left: -1%;
}
#codewarssvg{
position: absolute;
top: 130%;
height: 30%;
width: 15%;
border: 1px solid white;
z-index: 1;
}
.skillc{
z-index:1;
position: absolute;
}
#skill{
position: absolute;
}
#skills{
top: 190%;
position: absolute;
font-size: 3.5vh;
letter-spacing:2px;
background-color: rgb(41, 39, 39);
border: 1px solid white;
}
#jsskill{
top: 270%;
font-size: 2.8vh;
}
#pyskill{
top: 270%;
font-size: 2.8vh;
left:40%;
}
#cppskill{
top: 270%;
font-size: 2.8vh;
left: 75%;
}
#challenges{
position: absolute;
top: 360%;
background-color: rgb(37, 35, 35);
border:1px solid white;
z-index: 1;
font-size: 3vh;
}
} | style.css | @media(min-width:800px){
#mobilecloud{
display: none;
}
body{
background-color: rgb(0, 0, 0);
color: white;
padding:0;
margin:0;
}
*{
font-family: 'poppins','sans-serif';
color: white;
}
#container{
width: 100%;
height: 100%;
background-color: rgb(27, 27, 27);
position: absolute;
}
#video{
top: 5.5%;
left: 15.9%;
top: 5.5%;
position: absolute;
}
#contain{
background-color: rgb(76, 81, 82);
border: 1px solid white;
box-shadow: 0px 0px 20px 10px rgb(54, 54, 54);
width: 54.2%;
position: absolute;
height: 84.5%;
top: 5%;
left: 19.5%;
margin-bottom: 20%;
}
#h1logo{
background-color: rgb(212, 212, 212);
border: 1px solid white;
position: absolute;
letter-spacing: 5px;
left: 0.5%;
width: 18.5%;
color: black;
font-weight: bold;
box-shadow: 0px 0px 10px 10px black;
z-index: 1;
transition: 0.5s;
top: 0%;
}
#h1logo:hover{
width: 19%;
font-size: 5.1vh;
transition: 0.5s;
cursor: pointer;
}
#logo{
background-color: gray;
}
#jspic{
position: absolute;
width: 10%;
height:10%;
left: 12%;
top: 2%;
z-index: 2;
}
ul{
display: inline-block;
list-style: none;
display: none;
}
.link{
background-color:rgb(209, 209, 209);
border: 2px solid rgb(59, 18, 18);
padding: 10px 15px;
position: absolute;
left: 1%;
top: 12%;
width: 13%;
font-size: 3vh;
transition: 0.5s;
color: black;
}
.link:hover{
transition: 0.5s;
padding: 14px 19px;
box-shadow: 0px 0px 10px 10px black;
}
a{
color: black;
text-decoration: none;
}
#l1{
top: 12%;
}
#l2{
top: 21.5%;
}
#l3{
top: 30.5%;
}
#l4{
top: 39.5%;
}
#l5{
top: 49%;
}
#buttondown{
background-color: rgb(160, 51, 32);
padding: 1.3% 4%;
border: 1px solid white;
position: absolute;
top: 90.5%;
left: 40%;
}
#buttondown:hover{
background-color: rgb(204, 57, 32);
cursor: pointer;
}
.soc{
width: 40%;
height: 100%;
position: absolute;
left: 60%;
}
#soc1{
top: 0%;
}
#soc2{
top: 0%;
left: 60%;
width: 40%;
height: 100%;
}
#soc3{
top: 0%;
left: 60%;
width: 40%;
height: 103%;
}
#soc4{
top: 0%;
width: 40%;
height: 103%;
}
#soc5{
top: 0%;
}
#weatherapi{
background-color: rgb(53, 53, 53);
width: 24%;
height: 85%;
position: absolute;
left: 75%;
top: 5%;
border:1px solid white;
}
#weatherh1{
text-align: center;
background-color: rgb(52, 100, 128);
position: absolute;
top: -4%;
width: 100%;
border: 1px solid white;
text-shadow: 0px 5px 10px black;
}
#temperature{
width: 30%;
height: 20%;
top: 10%;
position: absolute;
z-index: 1;
}
#cloud{
width: 40%;
height: 20%;
position: absolute;
left: 30%;
z-index: 1;
top: 10%;
}
/*div for weather icons*/
#iconbg{
background-color: rgb(58, 74, 163);
position: absolute;
width: 100%;
height: 20%;
top: 9%;
}
#c1{
z-index: 100;
position: absolute;
top: 15%;
left: 75%;
cursor: pointer;
}
#location{
position: absolute;
text-shadow: 0px 8px 10px rgb(27, 27, 27);
z-index: 2;
left: 75.4%;
top: 27.8%;
font-size: 3.4vh;
padding: 1.3% 1.1%;
background-color: rgb(68, 127, 182);
}
#flag{
position: absolute;
width: 10%;
height: 11%;
left: 88.8%;
top: 30.5%;
}
#day{
position: absolute;
width: 7%;
height: 15%;
top: 5%;
left: 20%;
border: 1px solid white;
border-radius: 50%;
background-color: rgb(33, 86, 136);
}
.lidown{
position: absolute;
font-size: 3.5vh;
z-index: 2;
top: 37%;
left: 75.3%;
}
#dewpoint{
position: absolute;
top: 38%;
}
#winddir{
position: absolute;
top: 44%;
}
#windspeed{
position: absolute;
top: 49%;
}
#humidity{
position: absolute;
top: 54.5%;
}
.geoloc{
position: absolute;
font-size: 3.5vh;
z-index: 2;
}
#longtitude{
position: absolute;
left: 75.2%;
top:65%;
font-size: 3.3vh;
}
#latitude{
left: 75.3%;
top: 60%;
}
#weather{
top: 69.8%;
left:75.3%;
font-size: 3.5vh;
}
#cyberday{
position: absolute;
top: 80%;
left: 75.3%;
}
#mobile-bg2{
display:none;
}
}
/*Mobile*/
/*done*/
@media(max-width:768px){
body{
margin:0;
padding: 0;
background-color: rgb(27, 27, 27);
}
*{
font-family: 'poppins','sans-serif';
color: white;
}
#container{
width: 100%;
height: 100%;
background-color: rgb(27, 27, 27);
position: absolute;
/*done*/
}
#contain{
background-color: rgb(76, 81, 82);
border: 1px solid white;
box-shadow: 0px 0px 20px 10px rgb(54, 54, 54);
width: 90%;
position: absolute;
height: 90.5%;
top: 5%;
left: 4%;
margin-bottom: 20%;
/*done*/
}
#h1logo{
background-color: rgb(212, 212, 212);
border: 1px solid white;
position: absolute;
letter-spacing: 5px;
left: 8%;
top: 5%;
width: 50.5%;
color: black;
font-weight: bold;
box-shadow: 0px 0px 10px 5px black;
z-index: 1;
transition: 0.5s;
font-size: 3vh;
/*done*/
}
#h1logo:hover{
padding: 1% 1.5%;
transition: 0.5s;
cursor: pointer;
/*done*/
}
#logo{
background-color: gray;
/*done*/
}
#jspic{
position: absolute;
width: 10%;
height:10%;
left: 47%;
top: 5%;
z-index: 2;
/*done*/
}
ul{
display: inline-block;
list-style: none;
}
/*done*/
.link{
background-color:rgb(209, 209, 209);
border: 2px solid rgb(59, 18, 18);
padding: 5px 10px;
position: absolute;
left: 10%;
width: 35%;
font-size: 3vh;
transition: 0.5s;
color: black;
z-index: 2;
}
/*done*/
.link:hover{
transition: 0.5s;
padding: 5px 8px;
box-shadow: 0px 0px 5px 2px black;
}
/*done*/
a{
color: black;
text-decoration: none;
font-size: 2.2vh;
}
#l1{
top: 13%;
left: 7%;
}
/*done*/
#l2{
top: 21.5%;
left: 7%;
}
/*done*/
#l3{
top: 30.5%;
left: 7%;
}
/*done*/
#l4{
top: 39.5%;
left: 7%;
}
/*done*/
#l5{
top: 49%;
left: 7%;
}
/*done*/
#buttondown{
background-color: rgb(160, 51, 32);
padding: 1.3% 4%;
border: 1px solid white;
position: absolute;
top: 165%;
left: 35%;
z-index: 2;
display: none;
}
/*done*/
#mobile-vid{
position: absolute;
width: 90%;
height: 70%;
z-index: 1;
background-color: rgb(76, 81, 82);
border: 1px solid white;
left: 4%;
top: 100%;
}
/*done*/
#video{
top: 5.5%;
left: 15.9%;
position: absolute;
display: none;
}
/*done*/
#buttondown:hover{
background-color: rgb(204, 57, 32);
cursor: pointer;
display: none;
}
/*done*/
.soc{
width: 40%;
height: 100%;
position: absolute;
left: 60%;
z-index: 2;
}
/*done*/
#soc1{
top: 0%;
}
/*done*/
#soc2{
top: 0%;
left: 60%;
width: 35%;
height: 90%;
}
/*done*/
#soc3{
top: 0%;
left: 60%;
width: 38%;
height: 100%;
}
/*done*/
#soc4{
top: 0%;
width: 35%;
left: 62%;
height: 100%;
}
/*done*/
#soc5{
top: 5%;
left: 64%;
width: 30%;
height: 90%;
}
/*done*/
#mobile-bg{
background: rgb(46, 46, 46);
width: 88.3%;
height: 51%;
position: absolute;
top: 5.5%;
left: 4.8%;
}
/*done*/
#weatherapi{
background-color: rgb(53, 53, 53);
width: 88%;
height: 38%;
position: absolute;
left: 4.4%;
top:57%;
border:1px solid white;
}
/*done*/
#weatherh1{
text-align: center;
background-color: rgb(62, 131, 97);
position: absolute;
top: -9%;
width: 100%;
border: 1px solid white;
text-shadow: 0px 5px 10px black;
}
/*done*/
#temperature{
width: 30%;
height: 30%;
top: 19%;
left: -6%;
position: absolute;
z-index: 1;
}
/*done [Only display None]*/
#cloud{
width: 40%;
height: 50%;
position: absolute;
left: 30%;
z-index: 1;
display: none;
}
#mobilecloud{
display:block;
z-index: 2;
}
/*div for weather icons*/
#iconbg{
background-color: rgb(58, 74, 163);
position: absolute;
width: 100%;
height: 20%;
top: 10%;
display:none;
}
#mobile-bg2{
background-color:rgb(46, 48, 47);
width: 87%;
height: 20%;
position: absolute;
top: 75%;
left: 5%;
border: 1px solid white;
}
#c1{
z-index: 100;
position: absolute;
top: 15%;
left: 75%;
cursor: pointer;
}
#location{
position: absolute;
text-shadow: 0px 8px 10px rgb(27, 27, 27);
z-index: 2;
left: 5.5%;
top: 73.9%;
border: 1px solid white;
font-size: 2.5vh;
background-color: rgb(68, 127, 182);
width: 32%;
padding: 1% 1%;
}
#flag{
position: absolute;
width: 30%;
height: 20%;
left: 30%;
top: 50%;
display: none;
}
#day{
position: absolute;
width:15%;
height: 10%;
top: 5.5%;
left: 77%;
border: 1px solid white;
border-radius: 50%;
background-color: rgb(33, 86, 136);
z-index: 1;
}
.lidown{
position: absolute;
font-size: 2.3vh;
z-index: 2;
top: 37%;
left: 7%;
}
#dewpoint{
position: absolute;
top: 80%;
}
#winddir{
position: absolute;
top: 83%;
}
#windspeed{
position: absolute;
top: 86%;
}
#humidity{
position: absolute;
top: 89%;
}
.geoloc{
position: absolute;
z-index: 2;
top: 88%;
left: 50%;
}
#longtitude{
position: absolute;
top: 74%;
left: 50%;
font-size: 2vh;
}
#latitude{
top: 80%;
left: 50%;
font-size: 2.2vh;
}
#weather{
top: 69.8%;
left:75.3%;
display:none;
}
/*Code wars*/
.codewars{
position: absolute;
z-index: 1;
}
#codewarsh1{
top: 110%;
position: absolute;
z-index: 1;
left: 18%;
letter-spacing: 5px;
}
#codewarspic{
top: 170%;
width: 100%;
left: -1%;
}
#codewarssvg{
position: absolute;
top: 130%;
height: 30%;
width: 15%;
border: 1px solid white;
z-index: 1;
}
.skillc{
z-index:1;
position: absolute;
}
#skill{
position: absolute;
}
#skills{
top: 190%;
position: absolute;
font-size: 3.5vh;
letter-spacing:2px;
background-color: rgb(41, 39, 39);
border: 1px solid white;
}
#jsskill{
top: 270%;
font-size: 2.8vh;
}
#pyskill{
top: 270%;
font-size: 2.8vh;
left:40%;
}
#cppskill{
top: 270%;
font-size: 2.8vh;
left: 75%;
}
#challenges{
position: absolute;
top: 360%;
background-color: rgb(37, 35, 35);
border:1px solid white;
z-index: 1;
font-size: 3vh;
}
} | 0.352982 | 0.0686 |
html,body{
background-color: #edecec !important;
}
.calibri{
font-family: Calibri !important;
}
.content{
width: 100%;
float: left;
}
.eventcreator{
border-right: 1px solid gray;
padding: 0px !important;
}
.titluimagine{
width: 70px;
}
.titluid{
width: 70px;
}
.deleteevent{
cursor: pointer;
color:red;
float:right;
margin-right: 15px;
}
.slideimages{
margin-top: 10px;
}
/*Acasa css*/
.homepage{
width: 100%;
float:left;
}
.homepage h1{
color:white;
margin:0px;
font-size:40px;
}
.homepage h3{
color:white;
margin:0px;
font-size:25px;
}
.homepage .col-lg-3{
margin-bottom: 15px;
margin-top: 10px;
}
.homepage a:hover{
text-decoration: none;
}
.imagehome{
max-width: 100px;
margin:0 auto;
padding-top: 10px;
margin-bottom: 10px;
}
.patrat{
height: 200px;
box-shadow: 3px 3px 15px #adacac;
}
.evenimentehome{
background-color: #ff4a43;
}
.evenimentehome:hover{
background-color: #e44040;
}
.problemahome{
background-color: #c75c5c;
}
.problemahome:hover{
background-color: #ff0000;
}
.slideshowhome{
background-color: #22beef;
}
.slideshowhome:hover{
background-color: #1cb8e8;
}
.administratiahome{
background-color: #607D8B;
}
.administratiahome:hover{
background-color: #547180;
}
.elevihome{
background-color: #27d411;
}
.elevihome:hover{
background-color: #25cc10;
}
.corpdidactichome{
background-color: #4885b7;
}
.corpdidactichome:hover{
background-color: #4179a7;
}
.regulamentehome{
background-color: #ff000c;
}
.regulamentehome:hover{
background-color: #dc050f;
}
.admitereahome{
background-color: #4caf50;
}
.admitereahome:hover{
background-color: #4ea752;
}
.galeriehome{
background-color: #3d4495;
}
.galeriehome:hover{
background-color: #343b8c;
}
.orarhome{
background-color: #009688;
}
.orarhome:hover{
background-color: #008477;
}
.parteneriatihome{
background-color: #264858;
}
.parteneriatihome:hover{
background-color: #234250;
}
.logonamehome{
background-color: #47866e;
}
.logonamehome:hover{
background-color: #447966;
}
.adminhome{
background-color: #f7a010;;
}
.adminhome:hover{
background-color: #e09210;
}
.fisierenefolositehome{
background-color: #ff5722;
}
.fisierenefolositehome:hover{
background-color: #f1450f;
} | public/adminstyle/admin.css | html,body{
background-color: #edecec !important;
}
.calibri{
font-family: Calibri !important;
}
.content{
width: 100%;
float: left;
}
.eventcreator{
border-right: 1px solid gray;
padding: 0px !important;
}
.titluimagine{
width: 70px;
}
.titluid{
width: 70px;
}
.deleteevent{
cursor: pointer;
color:red;
float:right;
margin-right: 15px;
}
.slideimages{
margin-top: 10px;
}
/*Acasa css*/
.homepage{
width: 100%;
float:left;
}
.homepage h1{
color:white;
margin:0px;
font-size:40px;
}
.homepage h3{
color:white;
margin:0px;
font-size:25px;
}
.homepage .col-lg-3{
margin-bottom: 15px;
margin-top: 10px;
}
.homepage a:hover{
text-decoration: none;
}
.imagehome{
max-width: 100px;
margin:0 auto;
padding-top: 10px;
margin-bottom: 10px;
}
.patrat{
height: 200px;
box-shadow: 3px 3px 15px #adacac;
}
.evenimentehome{
background-color: #ff4a43;
}
.evenimentehome:hover{
background-color: #e44040;
}
.problemahome{
background-color: #c75c5c;
}
.problemahome:hover{
background-color: #ff0000;
}
.slideshowhome{
background-color: #22beef;
}
.slideshowhome:hover{
background-color: #1cb8e8;
}
.administratiahome{
background-color: #607D8B;
}
.administratiahome:hover{
background-color: #547180;
}
.elevihome{
background-color: #27d411;
}
.elevihome:hover{
background-color: #25cc10;
}
.corpdidactichome{
background-color: #4885b7;
}
.corpdidactichome:hover{
background-color: #4179a7;
}
.regulamentehome{
background-color: #ff000c;
}
.regulamentehome:hover{
background-color: #dc050f;
}
.admitereahome{
background-color: #4caf50;
}
.admitereahome:hover{
background-color: #4ea752;
}
.galeriehome{
background-color: #3d4495;
}
.galeriehome:hover{
background-color: #343b8c;
}
.orarhome{
background-color: #009688;
}
.orarhome:hover{
background-color: #008477;
}
.parteneriatihome{
background-color: #264858;
}
.parteneriatihome:hover{
background-color: #234250;
}
.logonamehome{
background-color: #47866e;
}
.logonamehome:hover{
background-color: #447966;
}
.adminhome{
background-color: #f7a010;;
}
.adminhome:hover{
background-color: #e09210;
}
.fisierenefolositehome{
background-color: #ff5722;
}
.fisierenefolositehome:hover{
background-color: #f1450f;
} | 0.442155 | 0.091748 |
.icon {
background-repeat: no-repeat;
background-position: center center;
vertical-align: middle;
width: 16px; height: 16px;
}
.icon.size32 {
width: 32px; height: 32px;
}
#no_results .icon.document {
width: 60px; height: 75px;
background: url(/images/embed/documents/generic.png);
border: 0;
}
.icon.alert_gray {
background-image: url(/images/embed/icons/alert_gray.png);
}
.icon.alert_yellow {
background-image: url(/images/embed/icons/alert_yellow.png);
}
.icon.spinner,
#spinner {
background-image: url(/images/embed/ui/spinner_circle.gif);
}
.icon.spinner_dark {
background-image: url(/images/embed/ui/spinner_circle_dark.gif);
}
.icon.lock,
.DV-privateLock {
background-image: url(/images/embed/icons/lock.png);
background-position: center 0;
}
.icon.published {
background-image: url(/images/embed/icons/published.png);
background-position: center 0;
}
.icon.published:hover {
background-position: center -28px;
}
.icon.cancel_search, .icon.cancel_search_dark {
width: 11px; height: 11px;
background-position: center 0;
background-image: url(/images/embed/icons/cancel_search.png);
cursor: pointer;
}
.icon.cancel_search_dark {
background-image: url(/images/embed/icons/cancel_search_dark.png);
}
.icon.cancel_search:hover, .icon.cancel_search_dark:hover {
background-position: center -11px;
}
.icon.white_plus {
width: 10px; height: 10px;
background-image: url(/images/embed/icons/plus.png);
}
.icon.edit_glyph,
.DV-showEdit {
background-position: center 0;
background-image: url(/images/embed/icons/twopencils.png);
}
.icon.edit_glyph_dark {
background-position: center 0;
background-image: url(/images/embed/icons/twopencils_dark.png);
}
.icon.edit_glyph:hover,
.icon.edit_glyph_dark:hover,
.DV-showEdit:hover {
background-position: center -26px;
}
.icon.permalink {
background-position: center 0;
background-image: url(/images/embed/icons/link.png);
}
.icon.permalink:hover {
background-position: center -32px;
}
.icon.search_glyph {
width: 12px; height: 12px;
background-image: url(/images/embed/icons/search_glyph.png);
}
.icon.plus, .icon.minus {
display: block;
width: 14px; height: 14px;
background-position: center center;
}
.icon.plus {
background-image: url(/images/embed/ui/plus.png);
}
.icon.minus {
background-image: url(/images/embed/ui/minus.png);
}
.icon.toggle,
.DV-caret {
width: 12px; height: 12px;
background-position: 0 -12px;
background-image: url(/images/embed/ui/toggle.png);
}
.icon.toggle:hover {
background-position: 0 -36px;
}
.show_accounts .icon.toggle,
.icon.toggle.is_enabled,
.DV-caret {
background-position: 0 0;
}
.show_accounts .icon.toggle:hover,
.icon.toggle.is_enabled:hover,
.left_chosen .DV-caret,
.right_chosen .DV-caret {
background-position: 0 -24px;
}
.icon.file {
height: 32px;
width: 32px;
background-image: url(/images/rare/file.png);
}
.icon.file_pdf {
background-image: url(/images/rare/file_acrobat.png);
}
.icon.file_doc, .icon.file_docx, .icon.file_wps {
background-image: url(/images/rare/file_word.png);
}
.icon.file_ppt, .icon.file_pptx {
background-image: url(/images/rare/file_powerpoint.png);
}
.icon.file_xls, .icon.file_xlsx, .icon.file_csv {
background-image: url(/images/rare/file_excel.png);
}
.icon.mini_note, .icon.mini_note_private {
width: 12px; height: 7px;
background-image: url(/images/embed/icons/mini_note.png);
}
.icon.mini_note_private {
background-image: url(/images/embed/icons/mini_note_private.png);
}
.icon.mini_redaction {
width: 8px; height: 4px;
background: #6a6a6a;
border: 1px solid #333;
margin: 1px 0 0 1px;
}
#notifier.warn_style {
background-image: url(/images/embed/icons/bullet_red.png);
}
#notifier.info_style,
.menu_content .menu_item.checked {
background-image: url(/images/embed/icons/dark_check.png);
}
.menu_content .menu_item.plus {
background-image: url(/images/embed/icons/dark_plus.png);
} | public/stylesheets/ui/icons.css | .icon {
background-repeat: no-repeat;
background-position: center center;
vertical-align: middle;
width: 16px; height: 16px;
}
.icon.size32 {
width: 32px; height: 32px;
}
#no_results .icon.document {
width: 60px; height: 75px;
background: url(/images/embed/documents/generic.png);
border: 0;
}
.icon.alert_gray {
background-image: url(/images/embed/icons/alert_gray.png);
}
.icon.alert_yellow {
background-image: url(/images/embed/icons/alert_yellow.png);
}
.icon.spinner,
#spinner {
background-image: url(/images/embed/ui/spinner_circle.gif);
}
.icon.spinner_dark {
background-image: url(/images/embed/ui/spinner_circle_dark.gif);
}
.icon.lock,
.DV-privateLock {
background-image: url(/images/embed/icons/lock.png);
background-position: center 0;
}
.icon.published {
background-image: url(/images/embed/icons/published.png);
background-position: center 0;
}
.icon.published:hover {
background-position: center -28px;
}
.icon.cancel_search, .icon.cancel_search_dark {
width: 11px; height: 11px;
background-position: center 0;
background-image: url(/images/embed/icons/cancel_search.png);
cursor: pointer;
}
.icon.cancel_search_dark {
background-image: url(/images/embed/icons/cancel_search_dark.png);
}
.icon.cancel_search:hover, .icon.cancel_search_dark:hover {
background-position: center -11px;
}
.icon.white_plus {
width: 10px; height: 10px;
background-image: url(/images/embed/icons/plus.png);
}
.icon.edit_glyph,
.DV-showEdit {
background-position: center 0;
background-image: url(/images/embed/icons/twopencils.png);
}
.icon.edit_glyph_dark {
background-position: center 0;
background-image: url(/images/embed/icons/twopencils_dark.png);
}
.icon.edit_glyph:hover,
.icon.edit_glyph_dark:hover,
.DV-showEdit:hover {
background-position: center -26px;
}
.icon.permalink {
background-position: center 0;
background-image: url(/images/embed/icons/link.png);
}
.icon.permalink:hover {
background-position: center -32px;
}
.icon.search_glyph {
width: 12px; height: 12px;
background-image: url(/images/embed/icons/search_glyph.png);
}
.icon.plus, .icon.minus {
display: block;
width: 14px; height: 14px;
background-position: center center;
}
.icon.plus {
background-image: url(/images/embed/ui/plus.png);
}
.icon.minus {
background-image: url(/images/embed/ui/minus.png);
}
.icon.toggle,
.DV-caret {
width: 12px; height: 12px;
background-position: 0 -12px;
background-image: url(/images/embed/ui/toggle.png);
}
.icon.toggle:hover {
background-position: 0 -36px;
}
.show_accounts .icon.toggle,
.icon.toggle.is_enabled,
.DV-caret {
background-position: 0 0;
}
.show_accounts .icon.toggle:hover,
.icon.toggle.is_enabled:hover,
.left_chosen .DV-caret,
.right_chosen .DV-caret {
background-position: 0 -24px;
}
.icon.file {
height: 32px;
width: 32px;
background-image: url(/images/rare/file.png);
}
.icon.file_pdf {
background-image: url(/images/rare/file_acrobat.png);
}
.icon.file_doc, .icon.file_docx, .icon.file_wps {
background-image: url(/images/rare/file_word.png);
}
.icon.file_ppt, .icon.file_pptx {
background-image: url(/images/rare/file_powerpoint.png);
}
.icon.file_xls, .icon.file_xlsx, .icon.file_csv {
background-image: url(/images/rare/file_excel.png);
}
.icon.mini_note, .icon.mini_note_private {
width: 12px; height: 7px;
background-image: url(/images/embed/icons/mini_note.png);
}
.icon.mini_note_private {
background-image: url(/images/embed/icons/mini_note_private.png);
}
.icon.mini_redaction {
width: 8px; height: 4px;
background: #6a6a6a;
border: 1px solid #333;
margin: 1px 0 0 1px;
}
#notifier.warn_style {
background-image: url(/images/embed/icons/bullet_red.png);
}
#notifier.info_style,
.menu_content .menu_item.checked {
background-image: url(/images/embed/icons/dark_check.png);
}
.menu_content .menu_item.plus {
background-image: url(/images/embed/icons/dark_plus.png);
} | 0.266262 | 0.10683 |
.container-index {
margin: 97px auto 0 auto;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-index .index-offer-block {
border-bottom: 1px solid #ddd;
padding-bottom: 25px;
padding-top: 25px;
padding-left: 0;
}
.container-index .index-offer-block:last-child {
margin-top: 25px;
border-bottom: none;
}
#index-news-block {
padding-right: 30px;
border-right: 1px solid #ddd;
}
#index-news-block .new {
margin-bottom: 30px;
}
#index-offers-block {
padding-left: 20px;
padding-right: 0px;
}
#index-news-block h3,
#index-offers-block h3 {
margin-bottom: 70px;
}
/* ======================================= */
/* STATISTICS */
.container-two {
margin-top: 85px;
padding: 0;
box-shadow: 0 2px 5px #dddddd;
}
.panel-primary {
border: none;
margin-bottom: 0;
}
.btn-group, .btn-group-vertical {
margin-bottom: 21px;
margin-left: 15px;
width: 100%;
margin-top: 17px;
}
.timezone {
padding-left: 10px;
padding-bottom: 10px;
}
.btn {
margin-right: 12px;
}
.nav-pills {
text-align: center;
border-bottom: 1px solid #dddddd;
}
.nav-pills :last-child {
border-right: none;
}
.nav-pills > li {
float: none;
width: 9.5%;
border-right: 1px solid #dddddd;
white-space: nowrap;
}
.nav-pills a {
color: #6ca3c9;
font-size: 14px;
}
.statistics {
border: 1px solid #dddddd;
background-color: #fff;
}
table a {
border-bottom: 1px dashed #6ca3c9;
color: #6ca3c9;
font-weight: normal;
}
table a.is-icon {
border-bottom: none;
}
table a:hover {
text-decoration: none;
}
.theadx {
font-style: italic;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
font-weight: normal;
}
button.btnx {
border: 1px solid #d1d1d1;
border-bottom: 2px solid #ababab;
height: 34px;
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
font-size: 12px;
}
button.btnx:hover, button.btnx:focus {
background-color: #e0e0e0 !important;
background-position: 0 0;
}
.btn-default:active,
.btn-default.active {
outline: none;
}
.btn-botton {
margin-right: 0;
}
.btnx-small {
width: 34px;
text-align: center;
padding: 0;
}
.caret {
width: 17px;
height: 8px;
border: none;
background-image: url(/img/caret.png);
background-repeat: no-repeat;
}
.page-link {
margin-top: 21px;
padding-left: 0;
}
.btn-default {
background-image: none;
border-radius: 5px !important;
}
.table-hover > tbody > tr:hover {
background-color: #ecfcff;
}
.table tbody tr:hover,
.table tfoot tr:hover {
background-color: #ecfcff;
}
.table tbody td:hover {
background-color: #d3f2fe;
}
.statistics .table td:hover {
background-color: #d3f2fe !important;
}
.statistics .table tbody td.hover,
.statistics .table thead:not(.theadx) th.hover,
.statistics .table tfoot td.hover {
background-color: #ecfcff;
}
.statistics .grid-view .panel:not(#js-geo-grid) .table tbody tr:nth-child(2n) {
background-color: #f1f1f1;
}
.statistics .grid-view .panel:not(#js-geo-grid) .table tbody tr:hover {
background-color: #ecfcff !important;
}
.statistics .trimmed-block.select-value {
width: 100%;
}
#calculator {
padding: 15px;
}
#js-geo-grid .geo-country-collapse-name {
cursor: pointer;
color: #6ca3c9;
border-bottom: 1px dashed #6ca3c9;
}
#js-geo-grid .geo-country-collapse-name:hover {
color: #23527c;
border-color: #23527c;
}
.btn .caret {
margin-left: 3px;
}
.drp-container {
position: relative;
display: inline-block;
float: left;
width: 203px;
margin-right: 30px;
}
#date-range-picker {
cursor: pointer;
}
#daterange-caret {
position: absolute;
top: 15px;
right: -5px;
cursor: pointer;
}
.daterangepicker {
padding: 0;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
margin: 0;
padding: 5px;
}
.daterangepicker .ranges {
width: 235px;
border-left: 1px solid #e7e7e7;
padding-top: 12px !important;
padding-right: 10px;
}
.daterangepicker .ranges li {
background: none;
border: none;
border-radius: 0;
color: #08c;
cursor: pointer;
font-size: 13px;
margin-bottom: 0;
padding: 3px 12px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: none;
border: none;
color: #08c;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
color: #333;
display: inline-block;
float: left;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin-bottom: 2px;
margin-top: 5px;
text-shadow: 1px 1px 0 #fff;
text-transform: capitalize;
width: 20px;
}
.daterangepicker .ranges .input-mini {
border: 1px solid #ccc;
border-radius: 2px;
color: #555;
display: inline-block;
font-size: 11px;
height: 30px;
line-height: 30px;
margin: 0 0 10px;
padding: 0 6px;
vertical-align: middle;
width: 74px;
}
.daterangepicker .range_inputs {
padding-left: 10px;
padding-top: 15px;
}
.daterangepicker .cancelBtn {
display: none;
}
.daterangepicker .applyBtn {
width: 100%;
line-height: 18px;
margin-top: 10px;
color: #fff;
font-size: 16px;
text-transform: capitalize;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
box-shadow: 0 2px 1px #00688f;
background-color: #13c7f1;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
}
.daterangepicker .calendar-date {
background: none repeat scroll 0 0 #fff;
border: none;
border-radius: 0;
padding: 0;
}
.daterangepicker .calendar.first.right {
border-left: 1px solid #e7e7e7;
padding-left: 10px;
}
.daterangepicker .calendar.second.left {
border-left: 1px solid #e7e7e7;
padding-right: 10px;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
min-width: 35px;
}
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
padding: 8px;
}
.daterangepicker .calendar-date .table-condensed th {
font-weight: 100;
text-transform: capitalize;
}
.daterangepicker .calendar-date .table-condensed th:not(.month) {
color: #a6a6a6;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
border-color: transparent;
color: #000;
font-weight: bold;
background-color: #f1f1f1;
}
.daterangepicker td.in-range {
background: none repeat scroll 0 0 #f1f1f1;
}
#statistics-filter-form .dropdown {
float: left;
}
#statistics-filter-form .dropdown .filter-select {
padding: 15px;
}
.statistics .sub-id-filter {
padding: 15px;
}
.statistics .sub-id-filters {
margin-top: 15px;
width: 100%;
}
.statistics .btn-with-drop {
position: relative;
display: inline-block;
float: left;
}
.statistics .dropped {
background: none repeat scroll 0 0 #fff;
border: 1px solid #ddd;
border-radius: 4px;
left: 0;
min-width: 270px;
position: absolute;
top: 40px;
z-index: 1;
}
.statistics .filter-buttons button,
.statistics .filter-buttons a {
display: inline-block;
width: 49%;
font-size: 14px;
line-height: 14px;
}
.statistics .filter-buttons {
padding: 15px;
}
.statistics .filter-buttons .blue-button {
padding: 5px 10px;
margin: 0;
}
/* ============================================== */
/* PROFILE */
.container-profile {
position: relative;
margin: 96px auto 50px;
width: 684px;
border: 1px solid #dddddd;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-profile h1 {
display: inline-block;
margin-left: 15px;
margin-top: 30px;
font-size: 24px;
}
.hint-input-text {
color: #ababab;
}
.hint-input-text span {
color: #2980b9;
}
.logo-user {
display: none;
position: absolute;
width: 100px;
height: 100px;
right: 28px;
top: 30px;
background-image: url(/img/logo-user.jpg);
background-repeat: no-repeat;
}
.btn-primary {
border: 1px solid #d1d1d1;
border-bottom-width: 2px;
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
width: 120px;
margin-bottom: 16px;
margin-top: 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
border-color: #d1d1d1;
}
.box-prof {
margin-top: 85px;
}
.hint-text-prof {
font-size: 14px;
margin-top: 3px;
}
label.label-prof {
margin-bottom: 9px;
}
.container-profile .margin-top-25 {
margin-top: 25px;
}
.container-profile .email {
margin-top: 25px;
margin-bottom: -4px;
}
.hint-input-text span {
color: #2980b9;
}
.container-profile .subscriptions > label {
display: block;
font-weight: normal;
margin-bottom: 15px;
}
.container-profile .subscriptions-label {
margin-bottom: 19px;
}
/* ============================================ */
/* NEWS */
.container-news {
margin: 97px auto 0 auto;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-news .page-header {
border-bottom: none;
}
#index-news-block .row {
margin-bottom: 48px;
}
#index-news-block .index-all-news {
margin-left: 12%;
}
.container-news .head-news,
#index-news-block .head-news {
border-bottom: 1px solid #dddddd;
margin-bottom: 53px;
}
.container-news .header-news,
#index-news-block .header-news {
font-size: 24px;
margin-top: 19px;
margin-bottom: 42px;
}
.container-news .news-logo,
#index-news-block .news-logo {
width: 100px;
height: 108px;
display: inline-block;
}
.container-news .news-info,
#index-news-block .news-info {
display: inline-block;
vertical-align: top;
padding-left: 23px;
}
.container-news .news-info ul,
#index-news-block .news-info ul {
list-style-type: none;
padding-left: 0;
}
.container-news .new {
padding-left: 15px;
margin-bottom: 48px;
}
.container-news > .row > div:first-child {
padding-right: 20px;
}
.year-news {
font-size: 14px;
font-weight: bold;
margin-bottom: 4px;
}
.year-news span {
font-weight: normal;
color: #ababab;
}
.h-a-news {
font-size: 18px;
text-decoration: underline;
font-weight: bold;
color: #2980b9;
}
.h-span-news {
color: #000;
font-size: 18px;
font-weight: bold;
}
.container-news .filter-news {
padding-left: 0;
}
.container-news .filter-news .list-group-item a {
line-height: 42px;
padding-left: 18px;
color: #2980b9;
}
.small-p-news {
font-size: 12px;
background-color: #e9f2f8;
border-radius: 3px;
padding: 0 5px;
display: inline-block;
line-height: 21px;
margin-bottom: 25px;
margin-top: 5px;
}
#top-head-news {
display: inline-block;
width: 100%;
}
/* ============================================ */
/* OFFERS */
.container-offer {
margin-top: 97px;
padding-left: 15px;
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-offer .head-news {
margin-right: 0;
}
.header-offers {
float: left;
font-size: 24px;
margin-top: 20px;
margin-bottom: 26px;
padding-left: 5px;
}
.container-offer .head-news .select2-container {
float: right;
margin-right: 10px;
}
.container-offer .offer-search {
position: relative;
float: right;
width: 30%;
margin-right: 30px;
}
.container-offer .offer-search img {
position: absolute;
right: 5%;
top: 20%;
cursor: pointer;
}
.container-offer .head-news .select2-container:first-of-type {
margin-right: 30px;
}
.container-offer tbody tr :first-child {
border: 0;
}
.container-offer .table-striped > tbody > tr:nth-of-type(odd) {
background: none;
}
.container-offer .table tr:nth-child(2n) {
background: none;
}
.container-offer .table td {
border-right: none;
border-left: none;
}
.container-offer .table th {
border-right: none;
border-left: none;
}
.container-offer .table .alert {
padding: 0 10px;
margin-bottom: 0;
margin-top: 40px;
display: inline-block;
}
.container-offer .table td .underl-a {
display: inline-block;
}
.table-offer {
width: 60%;
}
.get-the-link {
border: 1px solid #2980b9;
background: #fff;
color: #2980b9;
border-radius: 5px;
line-height: 32px;
padding-bottom: 0;
margin-top: 40px;
}
.apply {
border: 1px solid #2dbf19;
background: #fff;
color: #2dbf19;
border-radius: 5px;
line-height: 32px;
vertical-align: top;
padding-bottom: 0;
margin-top: 40px;
}
.form-head-offer {
width: 59%;
display: inline-block;
float: right;
text-align: left;
margin-top: 17px;
}
.underl-a {
text-decoration: underline;
}
.offer-geo {
height: 60px;
overflow: hidden;
}
.container-oneoffer.offer-geo {
display: inline-block;
}
.offer-geo.open {
height: 100%;
}
#offers-grid .table > tbody > tr > td {
padding-bottom: 25px;
padding-top: 25px;
}
#offers-grid .table td:hover,
#offers-grid .table th:hover,
#offers-grid .table tr:hover {
background-color: #fff;
}
/* REGISTRATION */
.container-registration {
width: 558px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 28px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-registration h1 {
font-size: 26px;
font-weight: 100;
margin-left: 0;
margin-bottom: 36px;
margin-top: 0;
}
.blue-button {
width: 100%;
line-height: 44px;
background-color: #13c7f1;
color: #fff;
font-size: 22px;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
box-shadow: 0 2px 1px #00688f;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
}
.blue-button:hover {
border: 1px solid #67bcff;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-color: #0b9ae7;
color: #fff;
}
.container-registration .select2-44 {
width: 25%;
display: inline-block;
float: left;
margin-right: 15px;
}
.container-registration .form-control {
height: 44px;
}
.container-registration a {
text-decoration: underline;
color: #2980b9;
}
.container-registration .form-group {
margin-bottom: 30px;
}
.container-registration label {
margin-bottom: 12px;
}
/* ==================================== */
/* LOGIN */
.container-login {
width: 448px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 30px 30px 16px 30px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-login h1 {
margin-left: 0;
margin-bottom: 36px;
margin-top: 0;
font-size: 26px;
font-weight: 100;
}
.container-login .form-control {
height: 44px;
}
.container-login a {
text-decoration: underline;
color: #2980b9;
}
.container-login .form-group {
margin-bottom: 20px;
}
.container-login .checkbox {
margin-top: 0;
margin-bottom: 0;
}
.container-login label {
margin-bottom: 12px;
}
.container-login .a-login {
display: inline-block;
float: right;
width: 50%;
}
.container-login .login-button-div {
margin-bottom: 0;
}
/* ============================== */
/* REQUEST PASSWORD RESET PAGE */
.container-request-reset-password {
width: 448px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 30px 30px 16px 30px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-request-reset-password h1 {
margin-left: 0;
margin-bottom: 18px;
margin-top: 0;
font-size: 26px;
font-weight: 100;
}
.container-request-reset-password .form-control {
height: 44px;
}
.container-request-reset-password label {
margin-bottom: 12px;
}
/* =============================== */
/* CONTAINER OFFER VIEW */
.container-oneoffer {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
width: 1200px;
border: 1px solid #c6c6c6;
padding: 20px 20px 30px 20px;
}
.container-oneoffer h1 {
display: inline-block;
font-size: 26px;
font-weight: 100;
margin-top: 0;
vertical-align: top;
margin-left: 0;
letter-spacing: 0.3px;
}
.h1-head-oneoffer {
display: inline-block;
margin-left: 20px;
width: 67%;
}
.tail-h1 {
display: inline-block;
margin-right: 30px;
}
.h1-head-oneoffer .tail-h1:last-child {
width: 64%;
margin-right: 0;
}
.tail-h1 .trimmed-block {
width: 70%;
}
.price-offer {
background-color: #fda907;
color: #fff;
font-size: 42px;
font-weight: 100;
padding: 5px 10px;
}
.price-rub {
font-size: 22px;
font-weight: 100;
}
.head-oneoffer {
border-bottom: 1px solid #c6c6c6;
margin-right: 0;
height: 107px;
}
.container-oneoffer h2 {
font-size: 22px;
font-weight: 100;
}
.head-h2 {
margin-bottom: 36px;
}
.head2-h2 {
margin-bottom: 36px;
}
.price-oneoffer {
margin-top: -14px;
}
.price-oneoffer p {
margin-bottom: 6px;
}
.generation-offer {
border: 1px solid #c6c6c6;
margin-top: 41px;
}
.generation-offer-internal {
padding: 0 20px 14px 20px;
}
.generation-offer-internal input {
width: 190px;
margin-bottom: 16px;
}
.generation-offer h2 {
margin-bottom: 19px;
}
.generation-offer p {
margin-bottom: 5px;
}
.green {
background-color: #eeffed;
padding: 16px 20px 20px 20px;
height: 115px;
}
.green .input-group button {
width: 130px;
border: none;
background-color: #f6f6f6;
line-height: 22px;
outline: none;
font-size: 14px;
font-weight: bold;
}
.green .input-group span {
padding: 0;
background-color: #f6f6f6;
}
.post-back .input-group button {
width: 130px;
border: none;
background-color: #f6f6f6;
line-height: 22px;
outline: none;
font-size: 14px;
font-weight: bold;
}
.post-back .input-group span {
padding: 0;
background-color: #f6f6f6;
}
.post-back {
border: 1px solid #c6c6c6;
background-color: #fffaf4;
margin-top: 59px;
}
.post-back-internal {
padding: 20px;
}
.post-back h3 {
background-color: #fff;
margin: 0;
padding: 20px;
}
.preview-offer {
height: 34px;
display: inline-block;
width: 320px;
padding: 0 10px;
border: 1px solid #d4e7f6;
font-size: 12px;
text-align: left;
line-height: 28px;
}
.preview-offer .trimmed-block {
width: 50%;
}
.preview-offer .fa.fa-external-link {
color: #337ab7;
cursor: pointer;
}
.preview-offer .fa.fa-external-link:hover {
color: #23527c;
}
.preview-offer > div {
display: inline;
vertical-align: sub;
}
.preview-offer p {
line-height: 34px;
}
.preview-offer a {
text-decoration: underline;
}
.marker2 {
width: 22px;
height: 22px;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
}
.row-one-offer .form-control {
vertical-align: top;
margin-right: 10px;
}
.row-one-offer {
margin-bottom: 17px;
}
a.dop-info {
line-height: 30px;
border-bottom: 1px dashed #337ab7;
text-decoration: none;
}
.box-displaynone {
background-color: #fff;
padding: 10px;
border: 1px solid #e3dfd4;
margin-top: 12px;
}
.geo-offer {
position: relative;
margin-top: 40px;
}
.geo-offer span {
padding-left: 30px;
display: inline-block;
vertical-align: top;
line-height: 1.6;
}
.geo-offer:before {
content: '';
position: absolute;
width: 22px;
height: 21px;
background-image: url(/img/icon-geo.png);
background-repeat: no-repeat;
}
.sources-traffic {
background-color: #f8fff7;
border: 1px solid #eaefe8;
border-radius: 6px;
}
.sources-traffic h4 {
font-size: 14px;
font-weight: bold;
padding: 20px 11px 11px 11px;
margin-top: 0;
}
.sources-traffic ul {
padding-left: 0;
}
.sources-traffic .li-check {
list-style: none;
overflow: visible;
padding-left: 45px;
background-image: url(/img/marker1-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.sources-traffic .li-cross {
list-style: none;
overflow: visible;
padding-left: 45px;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.sources-traffic li.false {
padding-left: 45px;
list-style: none;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.button-plus {
width: 19px;
height: 19px;
border: 0;
margin-right: 10px;
background-image: url(/img/button-plus.png);
background-repeat: no-repeat;
background-color: transparent;
}
.button-minus {
width: 19px;
height: 19px;
border: 0;
background-image: url(/img/button-minus.png);
background-repeat: no-repeat;
background-color: transparent;
}
.form-control-offer {
display: inline-block;
margin-right: 6px;
}
.aside-offer {
padding: 0;
}
.aside-offer a {
margin-left: 60px;
}
.container-oneoffer footer {
margin-top: 87px;
}
/* ====================================== */
/* CONTAINER OFFER CLAIM */
.container-offer-claim .form-group:last-child {
margin-top: 30px;
margin-bottom: 0;
}
.container-offer-claim label {
display: inline-block;
margin-bottom: 10px;
}
/* ====================================== */
/* CONTAINER PAYMENTS */
.container-payment {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
width: 1200px;
border: 1px solid #c6c6c6;
padding: 20px 0 0 0;
}
.container-payment h1 {
font-size: 26px;
font-weight: 100;
margin-bottom: 28px;
margin-top: 0;
line-height: 0.9;
}
.container-payment h1 span {
color: #ababab;
font-size: 14px;
font-weight: normal;
}
.table-payment {
width: 100%;
}
.input-group-payment {
margin-right: 25px;
}
.table-payment tr {
border-bottom: 1px solid #c6c6c6;
height: 40px;
}
.table-payment tr td:first-child,
.table-payment tr th:first-child {
padding-left: 10px;
}
.table-payment tr:nth-child(2n) {
background-color: #f1f1f1;
}
.container-payment .approved {
color: #90d16a;
}
.container-payment .rejected {
color: #ed7b84;
}
.table-payment thead tr {
border-top: 1px solid #c6c6c6;
height: 46px;
}
.panel-payment {
margin-bottom: 40px;
}
.panel-payment label {
font-weight: normal;
}
.span-payment {
margin-right: 6px;
margin-left: 10px;
}
.container-payment .blue-button {
width: 154px;
margin: 0;
background-color: #13c7f1;
color: #fff;
font-size: 14px;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
height: 34px;
line-height: 14px;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
margin-bottom: 0;
margin-left: 5px;
}
.blue-button:hover {
border: 1px solid #67bcff;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-color: #0b9ae7;
color: #fff;
}
/* ====================================== */
/* HELP PAGE */
.container-static {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
border: 1px solid #c6c6c6;
padding: 30px;
margin-left: auto;
margin-right: auto;
}
.container-static h1 {
font-size: 26px;
font-weight: 100;
margin: 0;
}
.container-static h2 {
font-size: 22px;
font-weight: 100;
}
.container-static .box {
display: inline-block;
height: 70px;
margin-left: 5px;
vertical-align: top;
width: 76%;
}
.icon-skype {
background-image: url("/img/skype.png");
background-size: 100% auto;
cursor: pointer;
display: inline-block;
height: 32px;
margin-top: 5px;
width: 32px;
}
.icon-icq {
background-image: url("/img/icq.png");
background-size: 100% auto;
display: inline-block;
height: 32px;
width: 32px;
}
.icon-mail {
background-image: url("/img/mail.png");
background-size: 100% auto;
cursor: pointer;
display: inline-block;
height: 32px;
margin-top: 5px;
width: 32px;
}
.container-static p.footer-h {
font-weight: bold;
margin-bottom: 19px;
}
.container-static .h-six > div:last-child {
padding-left: 30px;
}
/* ====================================== */
.banner-title-image {
display: table-cell;
border-bottom: none;
}
.banner-title-a {
color: #333;
text-decoration: underline;
font-size: 12px;
line-height: 14px;
display: table-cell;
vertical-align: middle;
border-bottom: none;
padding-left:5px;
}
.banner-text {
color: #666;
text-align: justify;
display: inline-block;
font-size: 12px;
line-height: 14px;
} | frontend/web/css/style.css |
.container-index {
margin: 97px auto 0 auto;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-index .index-offer-block {
border-bottom: 1px solid #ddd;
padding-bottom: 25px;
padding-top: 25px;
padding-left: 0;
}
.container-index .index-offer-block:last-child {
margin-top: 25px;
border-bottom: none;
}
#index-news-block {
padding-right: 30px;
border-right: 1px solid #ddd;
}
#index-news-block .new {
margin-bottom: 30px;
}
#index-offers-block {
padding-left: 20px;
padding-right: 0px;
}
#index-news-block h3,
#index-offers-block h3 {
margin-bottom: 70px;
}
/* ======================================= */
/* STATISTICS */
.container-two {
margin-top: 85px;
padding: 0;
box-shadow: 0 2px 5px #dddddd;
}
.panel-primary {
border: none;
margin-bottom: 0;
}
.btn-group, .btn-group-vertical {
margin-bottom: 21px;
margin-left: 15px;
width: 100%;
margin-top: 17px;
}
.timezone {
padding-left: 10px;
padding-bottom: 10px;
}
.btn {
margin-right: 12px;
}
.nav-pills {
text-align: center;
border-bottom: 1px solid #dddddd;
}
.nav-pills :last-child {
border-right: none;
}
.nav-pills > li {
float: none;
width: 9.5%;
border-right: 1px solid #dddddd;
white-space: nowrap;
}
.nav-pills a {
color: #6ca3c9;
font-size: 14px;
}
.statistics {
border: 1px solid #dddddd;
background-color: #fff;
}
table a {
border-bottom: 1px dashed #6ca3c9;
color: #6ca3c9;
font-weight: normal;
}
table a.is-icon {
border-bottom: none;
}
table a:hover {
text-decoration: none;
}
.theadx {
font-style: italic;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
font-weight: normal;
}
button.btnx {
border: 1px solid #d1d1d1;
border-bottom: 2px solid #ababab;
height: 34px;
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
font-size: 12px;
}
button.btnx:hover, button.btnx:focus {
background-color: #e0e0e0 !important;
background-position: 0 0;
}
.btn-default:active,
.btn-default.active {
outline: none;
}
.btn-botton {
margin-right: 0;
}
.btnx-small {
width: 34px;
text-align: center;
padding: 0;
}
.caret {
width: 17px;
height: 8px;
border: none;
background-image: url(/img/caret.png);
background-repeat: no-repeat;
}
.page-link {
margin-top: 21px;
padding-left: 0;
}
.btn-default {
background-image: none;
border-radius: 5px !important;
}
.table-hover > tbody > tr:hover {
background-color: #ecfcff;
}
.table tbody tr:hover,
.table tfoot tr:hover {
background-color: #ecfcff;
}
.table tbody td:hover {
background-color: #d3f2fe;
}
.statistics .table td:hover {
background-color: #d3f2fe !important;
}
.statistics .table tbody td.hover,
.statistics .table thead:not(.theadx) th.hover,
.statistics .table tfoot td.hover {
background-color: #ecfcff;
}
.statistics .grid-view .panel:not(#js-geo-grid) .table tbody tr:nth-child(2n) {
background-color: #f1f1f1;
}
.statistics .grid-view .panel:not(#js-geo-grid) .table tbody tr:hover {
background-color: #ecfcff !important;
}
.statistics .trimmed-block.select-value {
width: 100%;
}
#calculator {
padding: 15px;
}
#js-geo-grid .geo-country-collapse-name {
cursor: pointer;
color: #6ca3c9;
border-bottom: 1px dashed #6ca3c9;
}
#js-geo-grid .geo-country-collapse-name:hover {
color: #23527c;
border-color: #23527c;
}
.btn .caret {
margin-left: 3px;
}
.drp-container {
position: relative;
display: inline-block;
float: left;
width: 203px;
margin-right: 30px;
}
#date-range-picker {
cursor: pointer;
}
#daterange-caret {
position: absolute;
top: 15px;
right: -5px;
cursor: pointer;
}
.daterangepicker {
padding: 0;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
margin: 0;
padding: 5px;
}
.daterangepicker .ranges {
width: 235px;
border-left: 1px solid #e7e7e7;
padding-top: 12px !important;
padding-right: 10px;
}
.daterangepicker .ranges li {
background: none;
border: none;
border-radius: 0;
color: #08c;
cursor: pointer;
font-size: 13px;
margin-bottom: 0;
padding: 3px 12px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: none;
border: none;
color: #08c;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
color: #333;
display: inline-block;
float: left;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin-bottom: 2px;
margin-top: 5px;
text-shadow: 1px 1px 0 #fff;
text-transform: capitalize;
width: 20px;
}
.daterangepicker .ranges .input-mini {
border: 1px solid #ccc;
border-radius: 2px;
color: #555;
display: inline-block;
font-size: 11px;
height: 30px;
line-height: 30px;
margin: 0 0 10px;
padding: 0 6px;
vertical-align: middle;
width: 74px;
}
.daterangepicker .range_inputs {
padding-left: 10px;
padding-top: 15px;
}
.daterangepicker .cancelBtn {
display: none;
}
.daterangepicker .applyBtn {
width: 100%;
line-height: 18px;
margin-top: 10px;
color: #fff;
font-size: 16px;
text-transform: capitalize;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
box-shadow: 0 2px 1px #00688f;
background-color: #13c7f1;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
}
.daterangepicker .calendar-date {
background: none repeat scroll 0 0 #fff;
border: none;
border-radius: 0;
padding: 0;
}
.daterangepicker .calendar.first.right {
border-left: 1px solid #e7e7e7;
padding-left: 10px;
}
.daterangepicker .calendar.second.left {
border-left: 1px solid #e7e7e7;
padding-right: 10px;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
min-width: 35px;
}
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
padding: 8px;
}
.daterangepicker .calendar-date .table-condensed th {
font-weight: 100;
text-transform: capitalize;
}
.daterangepicker .calendar-date .table-condensed th:not(.month) {
color: #a6a6a6;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
border-color: transparent;
color: #000;
font-weight: bold;
background-color: #f1f1f1;
}
.daterangepicker td.in-range {
background: none repeat scroll 0 0 #f1f1f1;
}
#statistics-filter-form .dropdown {
float: left;
}
#statistics-filter-form .dropdown .filter-select {
padding: 15px;
}
.statistics .sub-id-filter {
padding: 15px;
}
.statistics .sub-id-filters {
margin-top: 15px;
width: 100%;
}
.statistics .btn-with-drop {
position: relative;
display: inline-block;
float: left;
}
.statistics .dropped {
background: none repeat scroll 0 0 #fff;
border: 1px solid #ddd;
border-radius: 4px;
left: 0;
min-width: 270px;
position: absolute;
top: 40px;
z-index: 1;
}
.statistics .filter-buttons button,
.statistics .filter-buttons a {
display: inline-block;
width: 49%;
font-size: 14px;
line-height: 14px;
}
.statistics .filter-buttons {
padding: 15px;
}
.statistics .filter-buttons .blue-button {
padding: 5px 10px;
margin: 0;
}
/* ============================================== */
/* PROFILE */
.container-profile {
position: relative;
margin: 96px auto 50px;
width: 684px;
border: 1px solid #dddddd;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-profile h1 {
display: inline-block;
margin-left: 15px;
margin-top: 30px;
font-size: 24px;
}
.hint-input-text {
color: #ababab;
}
.hint-input-text span {
color: #2980b9;
}
.logo-user {
display: none;
position: absolute;
width: 100px;
height: 100px;
right: 28px;
top: 30px;
background-image: url(/img/logo-user.jpg);
background-repeat: no-repeat;
}
.btn-primary {
border: 1px solid #d1d1d1;
border-bottom-width: 2px;
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(254, 254, 254) 100%);
width: 120px;
margin-bottom: 16px;
margin-top: 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #000;
background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 50%, rgb(254, 254, 254) 100%);
border-color: #d1d1d1;
}
.box-prof {
margin-top: 85px;
}
.hint-text-prof {
font-size: 14px;
margin-top: 3px;
}
label.label-prof {
margin-bottom: 9px;
}
.container-profile .margin-top-25 {
margin-top: 25px;
}
.container-profile .email {
margin-top: 25px;
margin-bottom: -4px;
}
.hint-input-text span {
color: #2980b9;
}
.container-profile .subscriptions > label {
display: block;
font-weight: normal;
margin-bottom: 15px;
}
.container-profile .subscriptions-label {
margin-bottom: 19px;
}
/* ============================================ */
/* NEWS */
.container-news {
margin: 97px auto 0 auto;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-news .page-header {
border-bottom: none;
}
#index-news-block .row {
margin-bottom: 48px;
}
#index-news-block .index-all-news {
margin-left: 12%;
}
.container-news .head-news,
#index-news-block .head-news {
border-bottom: 1px solid #dddddd;
margin-bottom: 53px;
}
.container-news .header-news,
#index-news-block .header-news {
font-size: 24px;
margin-top: 19px;
margin-bottom: 42px;
}
.container-news .news-logo,
#index-news-block .news-logo {
width: 100px;
height: 108px;
display: inline-block;
}
.container-news .news-info,
#index-news-block .news-info {
display: inline-block;
vertical-align: top;
padding-left: 23px;
}
.container-news .news-info ul,
#index-news-block .news-info ul {
list-style-type: none;
padding-left: 0;
}
.container-news .new {
padding-left: 15px;
margin-bottom: 48px;
}
.container-news > .row > div:first-child {
padding-right: 20px;
}
.year-news {
font-size: 14px;
font-weight: bold;
margin-bottom: 4px;
}
.year-news span {
font-weight: normal;
color: #ababab;
}
.h-a-news {
font-size: 18px;
text-decoration: underline;
font-weight: bold;
color: #2980b9;
}
.h-span-news {
color: #000;
font-size: 18px;
font-weight: bold;
}
.container-news .filter-news {
padding-left: 0;
}
.container-news .filter-news .list-group-item a {
line-height: 42px;
padding-left: 18px;
color: #2980b9;
}
.small-p-news {
font-size: 12px;
background-color: #e9f2f8;
border-radius: 3px;
padding: 0 5px;
display: inline-block;
line-height: 21px;
margin-bottom: 25px;
margin-top: 5px;
}
#top-head-news {
display: inline-block;
width: 100%;
}
/* ============================================ */
/* OFFERS */
.container-offer {
margin-top: 97px;
padding-left: 15px;
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-offer .head-news {
margin-right: 0;
}
.header-offers {
float: left;
font-size: 24px;
margin-top: 20px;
margin-bottom: 26px;
padding-left: 5px;
}
.container-offer .head-news .select2-container {
float: right;
margin-right: 10px;
}
.container-offer .offer-search {
position: relative;
float: right;
width: 30%;
margin-right: 30px;
}
.container-offer .offer-search img {
position: absolute;
right: 5%;
top: 20%;
cursor: pointer;
}
.container-offer .head-news .select2-container:first-of-type {
margin-right: 30px;
}
.container-offer tbody tr :first-child {
border: 0;
}
.container-offer .table-striped > tbody > tr:nth-of-type(odd) {
background: none;
}
.container-offer .table tr:nth-child(2n) {
background: none;
}
.container-offer .table td {
border-right: none;
border-left: none;
}
.container-offer .table th {
border-right: none;
border-left: none;
}
.container-offer .table .alert {
padding: 0 10px;
margin-bottom: 0;
margin-top: 40px;
display: inline-block;
}
.container-offer .table td .underl-a {
display: inline-block;
}
.table-offer {
width: 60%;
}
.get-the-link {
border: 1px solid #2980b9;
background: #fff;
color: #2980b9;
border-radius: 5px;
line-height: 32px;
padding-bottom: 0;
margin-top: 40px;
}
.apply {
border: 1px solid #2dbf19;
background: #fff;
color: #2dbf19;
border-radius: 5px;
line-height: 32px;
vertical-align: top;
padding-bottom: 0;
margin-top: 40px;
}
.form-head-offer {
width: 59%;
display: inline-block;
float: right;
text-align: left;
margin-top: 17px;
}
.underl-a {
text-decoration: underline;
}
.offer-geo {
height: 60px;
overflow: hidden;
}
.container-oneoffer.offer-geo {
display: inline-block;
}
.offer-geo.open {
height: 100%;
}
#offers-grid .table > tbody > tr > td {
padding-bottom: 25px;
padding-top: 25px;
}
#offers-grid .table td:hover,
#offers-grid .table th:hover,
#offers-grid .table tr:hover {
background-color: #fff;
}
/* REGISTRATION */
.container-registration {
width: 558px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 28px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-registration h1 {
font-size: 26px;
font-weight: 100;
margin-left: 0;
margin-bottom: 36px;
margin-top: 0;
}
.blue-button {
width: 100%;
line-height: 44px;
background-color: #13c7f1;
color: #fff;
font-size: 22px;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
box-shadow: 0 2px 1px #00688f;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
}
.blue-button:hover {
border: 1px solid #67bcff;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-color: #0b9ae7;
color: #fff;
}
.container-registration .select2-44 {
width: 25%;
display: inline-block;
float: left;
margin-right: 15px;
}
.container-registration .form-control {
height: 44px;
}
.container-registration a {
text-decoration: underline;
color: #2980b9;
}
.container-registration .form-group {
margin-bottom: 30px;
}
.container-registration label {
margin-bottom: 12px;
}
/* ==================================== */
/* LOGIN */
.container-login {
width: 448px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 30px 30px 16px 30px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-login h1 {
margin-left: 0;
margin-bottom: 36px;
margin-top: 0;
font-size: 26px;
font-weight: 100;
}
.container-login .form-control {
height: 44px;
}
.container-login a {
text-decoration: underline;
color: #2980b9;
}
.container-login .form-group {
margin-bottom: 20px;
}
.container-login .checkbox {
margin-top: 0;
margin-bottom: 0;
}
.container-login label {
margin-bottom: 12px;
}
.container-login .a-login {
display: inline-block;
float: right;
width: 50%;
}
.container-login .login-button-div {
margin-bottom: 0;
}
/* ============================== */
/* REQUEST PASSWORD RESET PAGE */
.container-request-reset-password {
width: 448px;
margin-left: auto;
margin-right: auto;
margin-top: 97px;
margin-bottom: 120px;
padding: 30px 30px 16px 30px;
background-color: #fff;
box-shadow: 0 4px 8px #bdbdbd;
}
.container-request-reset-password h1 {
margin-left: 0;
margin-bottom: 18px;
margin-top: 0;
font-size: 26px;
font-weight: 100;
}
.container-request-reset-password .form-control {
height: 44px;
}
.container-request-reset-password label {
margin-bottom: 12px;
}
/* =============================== */
/* CONTAINER OFFER VIEW */
.container-oneoffer {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
width: 1200px;
border: 1px solid #c6c6c6;
padding: 20px 20px 30px 20px;
}
.container-oneoffer h1 {
display: inline-block;
font-size: 26px;
font-weight: 100;
margin-top: 0;
vertical-align: top;
margin-left: 0;
letter-spacing: 0.3px;
}
.h1-head-oneoffer {
display: inline-block;
margin-left: 20px;
width: 67%;
}
.tail-h1 {
display: inline-block;
margin-right: 30px;
}
.h1-head-oneoffer .tail-h1:last-child {
width: 64%;
margin-right: 0;
}
.tail-h1 .trimmed-block {
width: 70%;
}
.price-offer {
background-color: #fda907;
color: #fff;
font-size: 42px;
font-weight: 100;
padding: 5px 10px;
}
.price-rub {
font-size: 22px;
font-weight: 100;
}
.head-oneoffer {
border-bottom: 1px solid #c6c6c6;
margin-right: 0;
height: 107px;
}
.container-oneoffer h2 {
font-size: 22px;
font-weight: 100;
}
.head-h2 {
margin-bottom: 36px;
}
.head2-h2 {
margin-bottom: 36px;
}
.price-oneoffer {
margin-top: -14px;
}
.price-oneoffer p {
margin-bottom: 6px;
}
.generation-offer {
border: 1px solid #c6c6c6;
margin-top: 41px;
}
.generation-offer-internal {
padding: 0 20px 14px 20px;
}
.generation-offer-internal input {
width: 190px;
margin-bottom: 16px;
}
.generation-offer h2 {
margin-bottom: 19px;
}
.generation-offer p {
margin-bottom: 5px;
}
.green {
background-color: #eeffed;
padding: 16px 20px 20px 20px;
height: 115px;
}
.green .input-group button {
width: 130px;
border: none;
background-color: #f6f6f6;
line-height: 22px;
outline: none;
font-size: 14px;
font-weight: bold;
}
.green .input-group span {
padding: 0;
background-color: #f6f6f6;
}
.post-back .input-group button {
width: 130px;
border: none;
background-color: #f6f6f6;
line-height: 22px;
outline: none;
font-size: 14px;
font-weight: bold;
}
.post-back .input-group span {
padding: 0;
background-color: #f6f6f6;
}
.post-back {
border: 1px solid #c6c6c6;
background-color: #fffaf4;
margin-top: 59px;
}
.post-back-internal {
padding: 20px;
}
.post-back h3 {
background-color: #fff;
margin: 0;
padding: 20px;
}
.preview-offer {
height: 34px;
display: inline-block;
width: 320px;
padding: 0 10px;
border: 1px solid #d4e7f6;
font-size: 12px;
text-align: left;
line-height: 28px;
}
.preview-offer .trimmed-block {
width: 50%;
}
.preview-offer .fa.fa-external-link {
color: #337ab7;
cursor: pointer;
}
.preview-offer .fa.fa-external-link:hover {
color: #23527c;
}
.preview-offer > div {
display: inline;
vertical-align: sub;
}
.preview-offer p {
line-height: 34px;
}
.preview-offer a {
text-decoration: underline;
}
.marker2 {
width: 22px;
height: 22px;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
}
.row-one-offer .form-control {
vertical-align: top;
margin-right: 10px;
}
.row-one-offer {
margin-bottom: 17px;
}
a.dop-info {
line-height: 30px;
border-bottom: 1px dashed #337ab7;
text-decoration: none;
}
.box-displaynone {
background-color: #fff;
padding: 10px;
border: 1px solid #e3dfd4;
margin-top: 12px;
}
.geo-offer {
position: relative;
margin-top: 40px;
}
.geo-offer span {
padding-left: 30px;
display: inline-block;
vertical-align: top;
line-height: 1.6;
}
.geo-offer:before {
content: '';
position: absolute;
width: 22px;
height: 21px;
background-image: url(/img/icon-geo.png);
background-repeat: no-repeat;
}
.sources-traffic {
background-color: #f8fff7;
border: 1px solid #eaefe8;
border-radius: 6px;
}
.sources-traffic h4 {
font-size: 14px;
font-weight: bold;
padding: 20px 11px 11px 11px;
margin-top: 0;
}
.sources-traffic ul {
padding-left: 0;
}
.sources-traffic .li-check {
list-style: none;
overflow: visible;
padding-left: 45px;
background-image: url(/img/marker1-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.sources-traffic .li-cross {
list-style: none;
overflow: visible;
padding-left: 45px;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.sources-traffic li.false {
padding-left: 45px;
list-style: none;
background-image: url(/img/marker2-offer.png);
background-repeat: no-repeat;
background-position: 5% 50%;
}
.button-plus {
width: 19px;
height: 19px;
border: 0;
margin-right: 10px;
background-image: url(/img/button-plus.png);
background-repeat: no-repeat;
background-color: transparent;
}
.button-minus {
width: 19px;
height: 19px;
border: 0;
background-image: url(/img/button-minus.png);
background-repeat: no-repeat;
background-color: transparent;
}
.form-control-offer {
display: inline-block;
margin-right: 6px;
}
.aside-offer {
padding: 0;
}
.aside-offer a {
margin-left: 60px;
}
.container-oneoffer footer {
margin-top: 87px;
}
/* ====================================== */
/* CONTAINER OFFER CLAIM */
.container-offer-claim .form-group:last-child {
margin-top: 30px;
margin-bottom: 0;
}
.container-offer-claim label {
display: inline-block;
margin-bottom: 10px;
}
/* ====================================== */
/* CONTAINER PAYMENTS */
.container-payment {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
width: 1200px;
border: 1px solid #c6c6c6;
padding: 20px 0 0 0;
}
.container-payment h1 {
font-size: 26px;
font-weight: 100;
margin-bottom: 28px;
margin-top: 0;
line-height: 0.9;
}
.container-payment h1 span {
color: #ababab;
font-size: 14px;
font-weight: normal;
}
.table-payment {
width: 100%;
}
.input-group-payment {
margin-right: 25px;
}
.table-payment tr {
border-bottom: 1px solid #c6c6c6;
height: 40px;
}
.table-payment tr td:first-child,
.table-payment tr th:first-child {
padding-left: 10px;
}
.table-payment tr:nth-child(2n) {
background-color: #f1f1f1;
}
.container-payment .approved {
color: #90d16a;
}
.container-payment .rejected {
color: #ed7b84;
}
.table-payment thead tr {
border-top: 1px solid #c6c6c6;
height: 46px;
}
.panel-payment {
margin-bottom: 40px;
}
.panel-payment label {
font-weight: normal;
}
.span-payment {
margin-right: 6px;
margin-left: 10px;
}
.container-payment .blue-button {
width: 154px;
margin: 0;
background-color: #13c7f1;
color: #fff;
font-size: 14px;
border: 1px solid #67bcff;
text-shadow: 0 1px 0 #0384be;
height: 34px;
line-height: 14px;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 50%, rgb(37, 198, 245) 100%);
margin-bottom: 0;
margin-left: 5px;
}
.blue-button:hover {
border: 1px solid #67bcff;
background-image: -moz-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-image: -ms-linear-gradient(90deg, rgb(11, 154, 231) 10%, rgb(37, 198, 245) 100%);
background-color: #0b9ae7;
color: #fff;
}
/* ====================================== */
/* HELP PAGE */
.container-static {
background: #fff;
box-shadow: 0 4px 8px #bdbdbd;
margin-top: 97px;
border: 1px solid #c6c6c6;
padding: 30px;
margin-left: auto;
margin-right: auto;
}
.container-static h1 {
font-size: 26px;
font-weight: 100;
margin: 0;
}
.container-static h2 {
font-size: 22px;
font-weight: 100;
}
.container-static .box {
display: inline-block;
height: 70px;
margin-left: 5px;
vertical-align: top;
width: 76%;
}
.icon-skype {
background-image: url("/img/skype.png");
background-size: 100% auto;
cursor: pointer;
display: inline-block;
height: 32px;
margin-top: 5px;
width: 32px;
}
.icon-icq {
background-image: url("/img/icq.png");
background-size: 100% auto;
display: inline-block;
height: 32px;
width: 32px;
}
.icon-mail {
background-image: url("/img/mail.png");
background-size: 100% auto;
cursor: pointer;
display: inline-block;
height: 32px;
margin-top: 5px;
width: 32px;
}
.container-static p.footer-h {
font-weight: bold;
margin-bottom: 19px;
}
.container-static .h-six > div:last-child {
padding-left: 30px;
}
/* ====================================== */
.banner-title-image {
display: table-cell;
border-bottom: none;
}
.banner-title-a {
color: #333;
text-decoration: underline;
font-size: 12px;
line-height: 14px;
display: table-cell;
vertical-align: middle;
border-bottom: none;
padding-left:5px;
}
.banner-text {
color: #666;
text-align: justify;
display: inline-block;
font-size: 12px;
line-height: 14px;
} | 0.466603 | 0.135718 |
background: none !important;
background-color: rgb(249, 249, 249) !important;
color: #495057 !important;
padding: 20px !important;
width: 146px !important;
}
#tocItems {
line-height: 40px !important;
}
#font-color {
display: list-item !important;
}
li.acl-write.font-color-icon.ep_font_color {
display: none;
}
#users input[type=text],
.popup input[type=text] {
border: none !important;
border-bottom: 1px solid #d7d8da !important;
}
#connectivity,
#embed,
#import_export,
#settings,
#users {
top: 38px !important;
right: 30px;
}
table#otheruserstable {
margin-top: 10px !important;
}
body {
overflow: hidden;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
option {
text-transform: capitalize;
}
#colorpicker {
left: -200px !important;
top: 0px !important;
}
#colorpicker a.brightColorPicker-cancelButton {
background: none;
padding: 0;
padding-top: 10px;
font-family: Arial, sans-serif;
font-weight: bold;
border: none;
}
.brightColorPicker-colorPanel {
background-color: white !important;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08) !important;
border-radius: 3px !important;
padding: 15px !important;
}
#otheruserstable .swatch {
border: none !important;
border-radius: 50%;
width: 18px;
height: 18px;
margin: 0;
margin-left: 1px;
margin-right: 15px;
}
#users,
.popup {
border-radius: 3px;
padding: 20px 20px;
background: none;
background-color: white;
border: none;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}
.popup h1 {
margin-bottom: 15px;
}
.popup h2 {
margin-bottom: 15px;
}
.popup p {
margin: 10px 0;
}
.gritter-title {
text-shadow: none;
}
#gritter-notice-wrapper {
background-color: #fff;
/* color: #495057; */
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border-radius: 3px;
padding: 15px 20px 5px 30px;
bottom: 50px !important;
right: 30px !important;
}
@media (max-width: 1100px) {
#gritter-notice-wrapper {
display: none;
}
}
.gritter-item {
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
color: #4e545b;
font-size: 12px;
line-height: 20px;
padding: 0;
}
#myusernameform {
margin-left: 35px;
}
#myusernameedit {
width: 110px;
}
#myswatchbox {
background: none;
float: left;
position: relative;
left: 0;
top: 0;
border: none !important;
}
#myswatch {
border-radius: 50%;
}
#nootherusers {
padding: 0;
}
#editorcontainer {
padding-top: 0 !important;
background-color: #f9f9f9 !important;
}
#outerdocbody {
overflow-y: auto;
margin-top: 0px;
/* max-width: 100%; */
margin: 0 auto;
position: relative;
padding-top: 0px;
background-color: transparent;
width: 100% !important;
}
#outerdocbody iframe {
display: block;
position: relative;
left: -5px !important;
top: 0px;
box-shadow: 0 0 0 0.5px rgba(209, 209, 209, 0.32), 0 0 7pt 0pt rgba(204, 204, 204, 0.52);
padding: 0px 45px;
border: 0;
background-color: white;
padding-top: 10px !important;
}
#sidediv {
position: absolute;
width: auto;
right: calc(100% + -35px);
left: auto;
padding: 0 !important;
padding-top: 7px !important;
background-color: transparent;
border: none;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#sidedivinner>div:before {
font-size: 13px;
padding-right: 18px !important;
color: #6a6a6b;
font-family: Montserrat;
text-transform: uppercase;
font-size: 10px;
}
#sidedivinner>div,
#sidedivinner.authorColors>div,
#sidedivinner.authorColors>div.primary-none {
padding-right: 5px !important;
border-right: 5px solid transparent;
}
#sidedivinner>div {
padding-right: 5px;
line-height: 24px;
font-size: 10px;
color: #a0a0a0;
}
.outerBackground {
background-color: transparent !important;
}
#editorcontainer {
top: 41px !important;
background-color: #e9e9e9;
}
.toolbar {
height: 39px !important;
padding-top: 0;
margin: 0;
background-color: white !important;
background: none;
border: 1px solid #d2d2d2
}
.toolbar .buttonicon {
background-color: transparent;
font-size: 14px;
color: #767676;
}
.toolbar ul li.separator {
padding: 0;
visibility: visible;
width: 1px;
margin: 0 10px;
height: 39px;
background-color: rgba(78, 85, 92, 0.22);
}
.toolbar ul li a {
background-color: transparent;
background: none;
border: none;
margin-top: 6px;
}
.toolbar ul li a:hover,
.toolbar ul li a.selected,
.toolbar ul li a:focus {
background: none !important;
background-color: #f7f7f7 !important;
}
.toolbar ul li a:hover .buttonicon {
color: #495057;
}
.toolbar ul li select {
font-family: Cantarell;
border: none;
border-bottom: 1px solid #d7d8da;
border-radius: 0;
width: 90px;
color: #495057;
margin-top: 5px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.toolbar ul {
height: 39px;
}
.toolbar ul.menu_left {
left: 8px;
}
.toolbar ul.menu_right {
right: 0;
padding: 0;
}
.toolbar ul li a[data-l10n-id="pad.toolbar.showusers.title"] {
margin: 0;
height: 59px;
line-height: 25px;
width: 45px;
margin-left: -12px;
border-radius: 0;
}
#chatbox {
background: none;
padding: 0;
background-color: white;
border: none;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
width: 400px;
height: 300px;
}
#titlebar {
bottom: 0;
line-height: 39px;
height: 44px;
padding: 0 7px;
z-index: 20000;
border-bottom: 1px solid #d2d2d2;
}
#titlelabel {
font-family: Montserrat;
text-transform: uppercase;
font-weight: normal;
font-size: 16px;
color: #64d29b;
}
#chattext {
top: 45px;
font-size: 13px;
padding: 10px;
bottom: 45px;
color: #495057;
overflow-y: auto;
}
#chattext p b {
color: #4c4c4c;
}
#chattext::-webkit-scrollbar-track {
background-color: #f6f6f6;
;
border: 1px solid #f0f0f0;
}
#chattext::-webkit-scrollbar {
width: 7px;
}
#chattext::-webkit-scrollbar-thumb {
border-radius: 10px;
/* border: 3px solid #f6f6f6; */
background-color: #C5C5C5;
}
#chatinputbox {
padding: 0 5px 5px 10px;
}
#chatinput {
border: 1px solid #d2d2d2;
width: calc(100% - 20px);
float: right;
height: 18px;
border-radius: 3px;
padding: 8px 10px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
color: #495057;
}
#chatbox.stickyChat {
width: 193px !important;
background-color: #f9f9f9 !important;
border: none !important;
}
#chatbox.stickyChat #chattext {
padding: 6px;
}
#chatbox.stickyChat #chatinputbox {
padding: 5px 5px 3px 5px;
}
#chatlabel {
color: #495057;
margin-right: 15px;
font-family: Montserrat;
text-transform: uppercase;
font-weight: normal;
}
#chaticon {
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border: none;
padding: 10px 20px;
right: 30px;
}
#newComment {
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border: none;
padding: 15px;
}
p[data-l10n-id="ep_comments_page.comment"] {
font-weight: 900;
font-size: 16px;
color: #64d29b;
font-family: Montserrat;
text-transform: uppercase;
margin-bottom: 10px;
}
.sidebar-comment textarea {
border: 1px solid #d2d2d2;
width: calc(100% - 20px);
border-radius: 3px;
padding: 8px 10px;
color: #495057;
height: 60px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.comment-suggest {
margin-bottom: 8px;
}
.reply-comment-suggest input,
.comment-suggest input {
vertical-align: -2px;
margin-right: 5px;
}
.reply-comment-suggest label,
.comment-suggest label {
font-style: italic;
font-weight: normal;
color: #495057;
}
.sidebar-comment input,
.comment-buttons input {
border-radius: 4px;
text-transform: uppercase;
font-weight: 900;
font-family: Montserrat;
font-size: 13px;
line-height: 1.5;
width: auto;
border: none;
}
.sidebar-comment input[type=submit] {
background-color: #64d29b;
color: white;
margin-right: 10px;
padding: 0 10px;
}
.sidebar-comment input[type=reset] {
background-color: white;
color: #495057;
}
.comment-content:focus {
border: 2px solid rgba(33, 150, 243, 0.51);
}
.reply-comment-suggest-from-p,
.comment-changeFrom-value,
.comment-changeTo-value,
.reply-suggestion .reply-comment-suggest-from,
.suggestion .comment-suggest-from {
border: none;
font-weight: normal;
font-style: italic;
padding-left: 0;
width: 100% !important;
padding: 0;
padding-top: 8px;
/* width: inherit !important; */
color: rgba(41, 125, 191, 0.85);
}
textarea.comment-suggest-to {
margin-bottom: 8px;
}
.suggestion {
font-weight: normal;
color: #495057;
font-size: 11px;
text-transform: uppercase;
font-family: Montserrat;
}
#comments {
top: 0px;
left: calc(100% - 240px);
width: auto !important;
display: block;
}
#comments .sidebar-comment {
background-color: transparent;
font-size: 13px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
border: none;
box-shadow: none;
}
#comments .sidebar-comment:hover,
#comments .sidebar-comment.mouseover,
.comment-modal {
background-color: #fff;
padding: 0;
padding-top: 10px;
margin-top: -8px;
width: 250px;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}
#comments .sidebar-comment:hover time,
#comments .sidebar-comment.mouseover time,
.comment-modal-comment>time {
display: block !important;
}
#comments .sidebar-comment:hover>section,
#comments .sidebar-comment.mouseover>section,
.comment-modal-comment>section {
padding: 0 15px;
padding-bottom: 10px;
display: block;
}
.comment-delete-container {
float: right;
margin: 0;
height: 15px;
font-size: 15px;
background-color: transparent;
padding: 6px 15px 4px 8px;
color: #7b7777;
}
.comment-reply {
border-top: 1px solid #d2d2d2;
background-color: #f9f9f9;
margin: 0;
padding: 10px 15px 3px;
}
.comment-reply-input-label span {
color: #5cc390;
font-weight: bold;
}
.comment-reply-input {
border: 1px solid #d2d2d2 !important;
width: calc(100% - 20px) !important;
padding: 8px 10px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
text-transform: none !important;
color: #495057;
margin-top: 5px;
margin-bottom: 10px;
}
.reply-suggestion p:not(.reply-comment-suggest-from-p) {
text-transform: uppercase;
color: #495057;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
font-family: Montserrat;
}
.comment-changeTo-approve input {
height: 25px;
margin: 0;
margin-top: 5px;
}
.reply-suggestion {
margin-top: 8px;
}
.reply-comment-suggest-from-p {
padding: 0
}
.comment-text {
font-weight: normal;
color: #8a8a8a;
}
.sidebar-comment-reply:nth-child(even) {
background-color: transparent;
}
.sidebar-comment-reply {
padding: 0;
margin-bottom: 10px;
}
.comment-author-name {
font-style: normal;
color: #888888 !important;
}
.comment-changeFrom-label,
.comment-changeTo-label {
font-family: Montserrat;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
}
.comment-reply note {
line-height: 16px;
}
.reply-comment-suggest {
display: none !important
}
.comment-changeTo-form {
margin-bottom: 5px;
padding: 0 15px;
}
.sidebar-comment>.comment-author-name,
.comment-modal-comment>.comment-author-name {
padding-left: 15px;
}
.sidebar-comment>time,
.comment-modal-comment>time {
position: absolute;
top: 11px;
font-size: 11px;
right: 36px;
color: #555555;
font-style: italic;
}
.comment-changeTo-approve {
margin-bottom: 14px;
margin-top: 5px;
}
.comment-reply note:first-child {
margin-top: 8px;
}
.comment-modal {
padding: 0;
border: none;
width: 350px !important;
margin-top: 0;
padding-top: 10px;
} | pad.css | background: none !important;
background-color: rgb(249, 249, 249) !important;
color: #495057 !important;
padding: 20px !important;
width: 146px !important;
}
#tocItems {
line-height: 40px !important;
}
#font-color {
display: list-item !important;
}
li.acl-write.font-color-icon.ep_font_color {
display: none;
}
#users input[type=text],
.popup input[type=text] {
border: none !important;
border-bottom: 1px solid #d7d8da !important;
}
#connectivity,
#embed,
#import_export,
#settings,
#users {
top: 38px !important;
right: 30px;
}
table#otheruserstable {
margin-top: 10px !important;
}
body {
overflow: hidden;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
option {
text-transform: capitalize;
}
#colorpicker {
left: -200px !important;
top: 0px !important;
}
#colorpicker a.brightColorPicker-cancelButton {
background: none;
padding: 0;
padding-top: 10px;
font-family: Arial, sans-serif;
font-weight: bold;
border: none;
}
.brightColorPicker-colorPanel {
background-color: white !important;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08) !important;
border-radius: 3px !important;
padding: 15px !important;
}
#otheruserstable .swatch {
border: none !important;
border-radius: 50%;
width: 18px;
height: 18px;
margin: 0;
margin-left: 1px;
margin-right: 15px;
}
#users,
.popup {
border-radius: 3px;
padding: 20px 20px;
background: none;
background-color: white;
border: none;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}
.popup h1 {
margin-bottom: 15px;
}
.popup h2 {
margin-bottom: 15px;
}
.popup p {
margin: 10px 0;
}
.gritter-title {
text-shadow: none;
}
#gritter-notice-wrapper {
background-color: #fff;
/* color: #495057; */
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border-radius: 3px;
padding: 15px 20px 5px 30px;
bottom: 50px !important;
right: 30px !important;
}
@media (max-width: 1100px) {
#gritter-notice-wrapper {
display: none;
}
}
.gritter-item {
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
color: #4e545b;
font-size: 12px;
line-height: 20px;
padding: 0;
}
#myusernameform {
margin-left: 35px;
}
#myusernameedit {
width: 110px;
}
#myswatchbox {
background: none;
float: left;
position: relative;
left: 0;
top: 0;
border: none !important;
}
#myswatch {
border-radius: 50%;
}
#nootherusers {
padding: 0;
}
#editorcontainer {
padding-top: 0 !important;
background-color: #f9f9f9 !important;
}
#outerdocbody {
overflow-y: auto;
margin-top: 0px;
/* max-width: 100%; */
margin: 0 auto;
position: relative;
padding-top: 0px;
background-color: transparent;
width: 100% !important;
}
#outerdocbody iframe {
display: block;
position: relative;
left: -5px !important;
top: 0px;
box-shadow: 0 0 0 0.5px rgba(209, 209, 209, 0.32), 0 0 7pt 0pt rgba(204, 204, 204, 0.52);
padding: 0px 45px;
border: 0;
background-color: white;
padding-top: 10px !important;
}
#sidediv {
position: absolute;
width: auto;
right: calc(100% + -35px);
left: auto;
padding: 0 !important;
padding-top: 7px !important;
background-color: transparent;
border: none;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#sidedivinner>div:before {
font-size: 13px;
padding-right: 18px !important;
color: #6a6a6b;
font-family: Montserrat;
text-transform: uppercase;
font-size: 10px;
}
#sidedivinner>div,
#sidedivinner.authorColors>div,
#sidedivinner.authorColors>div.primary-none {
padding-right: 5px !important;
border-right: 5px solid transparent;
}
#sidedivinner>div {
padding-right: 5px;
line-height: 24px;
font-size: 10px;
color: #a0a0a0;
}
.outerBackground {
background-color: transparent !important;
}
#editorcontainer {
top: 41px !important;
background-color: #e9e9e9;
}
.toolbar {
height: 39px !important;
padding-top: 0;
margin: 0;
background-color: white !important;
background: none;
border: 1px solid #d2d2d2
}
.toolbar .buttonicon {
background-color: transparent;
font-size: 14px;
color: #767676;
}
.toolbar ul li.separator {
padding: 0;
visibility: visible;
width: 1px;
margin: 0 10px;
height: 39px;
background-color: rgba(78, 85, 92, 0.22);
}
.toolbar ul li a {
background-color: transparent;
background: none;
border: none;
margin-top: 6px;
}
.toolbar ul li a:hover,
.toolbar ul li a.selected,
.toolbar ul li a:focus {
background: none !important;
background-color: #f7f7f7 !important;
}
.toolbar ul li a:hover .buttonicon {
color: #495057;
}
.toolbar ul li select {
font-family: Cantarell;
border: none;
border-bottom: 1px solid #d7d8da;
border-radius: 0;
width: 90px;
color: #495057;
margin-top: 5px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.toolbar ul {
height: 39px;
}
.toolbar ul.menu_left {
left: 8px;
}
.toolbar ul.menu_right {
right: 0;
padding: 0;
}
.toolbar ul li a[data-l10n-id="pad.toolbar.showusers.title"] {
margin: 0;
height: 59px;
line-height: 25px;
width: 45px;
margin-left: -12px;
border-radius: 0;
}
#chatbox {
background: none;
padding: 0;
background-color: white;
border: none;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
width: 400px;
height: 300px;
}
#titlebar {
bottom: 0;
line-height: 39px;
height: 44px;
padding: 0 7px;
z-index: 20000;
border-bottom: 1px solid #d2d2d2;
}
#titlelabel {
font-family: Montserrat;
text-transform: uppercase;
font-weight: normal;
font-size: 16px;
color: #64d29b;
}
#chattext {
top: 45px;
font-size: 13px;
padding: 10px;
bottom: 45px;
color: #495057;
overflow-y: auto;
}
#chattext p b {
color: #4c4c4c;
}
#chattext::-webkit-scrollbar-track {
background-color: #f6f6f6;
;
border: 1px solid #f0f0f0;
}
#chattext::-webkit-scrollbar {
width: 7px;
}
#chattext::-webkit-scrollbar-thumb {
border-radius: 10px;
/* border: 3px solid #f6f6f6; */
background-color: #C5C5C5;
}
#chatinputbox {
padding: 0 5px 5px 10px;
}
#chatinput {
border: 1px solid #d2d2d2;
width: calc(100% - 20px);
float: right;
height: 18px;
border-radius: 3px;
padding: 8px 10px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
color: #495057;
}
#chatbox.stickyChat {
width: 193px !important;
background-color: #f9f9f9 !important;
border: none !important;
}
#chatbox.stickyChat #chattext {
padding: 6px;
}
#chatbox.stickyChat #chatinputbox {
padding: 5px 5px 3px 5px;
}
#chatlabel {
color: #495057;
margin-right: 15px;
font-family: Montserrat;
text-transform: uppercase;
font-weight: normal;
}
#chaticon {
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border: none;
padding: 10px 20px;
right: 30px;
}
#newComment {
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
border: none;
padding: 15px;
}
p[data-l10n-id="ep_comments_page.comment"] {
font-weight: 900;
font-size: 16px;
color: #64d29b;
font-family: Montserrat;
text-transform: uppercase;
margin-bottom: 10px;
}
.sidebar-comment textarea {
border: 1px solid #d2d2d2;
width: calc(100% - 20px);
border-radius: 3px;
padding: 8px 10px;
color: #495057;
height: 60px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.comment-suggest {
margin-bottom: 8px;
}
.reply-comment-suggest input,
.comment-suggest input {
vertical-align: -2px;
margin-right: 5px;
}
.reply-comment-suggest label,
.comment-suggest label {
font-style: italic;
font-weight: normal;
color: #495057;
}
.sidebar-comment input,
.comment-buttons input {
border-radius: 4px;
text-transform: uppercase;
font-weight: 900;
font-family: Montserrat;
font-size: 13px;
line-height: 1.5;
width: auto;
border: none;
}
.sidebar-comment input[type=submit] {
background-color: #64d29b;
color: white;
margin-right: 10px;
padding: 0 10px;
}
.sidebar-comment input[type=reset] {
background-color: white;
color: #495057;
}
.comment-content:focus {
border: 2px solid rgba(33, 150, 243, 0.51);
}
.reply-comment-suggest-from-p,
.comment-changeFrom-value,
.comment-changeTo-value,
.reply-suggestion .reply-comment-suggest-from,
.suggestion .comment-suggest-from {
border: none;
font-weight: normal;
font-style: italic;
padding-left: 0;
width: 100% !important;
padding: 0;
padding-top: 8px;
/* width: inherit !important; */
color: rgba(41, 125, 191, 0.85);
}
textarea.comment-suggest-to {
margin-bottom: 8px;
}
.suggestion {
font-weight: normal;
color: #495057;
font-size: 11px;
text-transform: uppercase;
font-family: Montserrat;
}
#comments {
top: 0px;
left: calc(100% - 240px);
width: auto !important;
display: block;
}
#comments .sidebar-comment {
background-color: transparent;
font-size: 13px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
border: none;
box-shadow: none;
}
#comments .sidebar-comment:hover,
#comments .sidebar-comment.mouseover,
.comment-modal {
background-color: #fff;
padding: 0;
padding-top: 10px;
margin-top: -8px;
width: 250px;
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}
#comments .sidebar-comment:hover time,
#comments .sidebar-comment.mouseover time,
.comment-modal-comment>time {
display: block !important;
}
#comments .sidebar-comment:hover>section,
#comments .sidebar-comment.mouseover>section,
.comment-modal-comment>section {
padding: 0 15px;
padding-bottom: 10px;
display: block;
}
.comment-delete-container {
float: right;
margin: 0;
height: 15px;
font-size: 15px;
background-color: transparent;
padding: 6px 15px 4px 8px;
color: #7b7777;
}
.comment-reply {
border-top: 1px solid #d2d2d2;
background-color: #f9f9f9;
margin: 0;
padding: 10px 15px 3px;
}
.comment-reply-input-label span {
color: #5cc390;
font-weight: bold;
}
.comment-reply-input {
border: 1px solid #d2d2d2 !important;
width: calc(100% - 20px) !important;
padding: 8px 10px;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
text-transform: none !important;
color: #495057;
margin-top: 5px;
margin-bottom: 10px;
}
.reply-suggestion p:not(.reply-comment-suggest-from-p) {
text-transform: uppercase;
color: #495057;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
font-family: Montserrat;
}
.comment-changeTo-approve input {
height: 25px;
margin: 0;
margin-top: 5px;
}
.reply-suggestion {
margin-top: 8px;
}
.reply-comment-suggest-from-p {
padding: 0
}
.comment-text {
font-weight: normal;
color: #8a8a8a;
}
.sidebar-comment-reply:nth-child(even) {
background-color: transparent;
}
.sidebar-comment-reply {
padding: 0;
margin-bottom: 10px;
}
.comment-author-name {
font-style: normal;
color: #888888 !important;
}
.comment-changeFrom-label,
.comment-changeTo-label {
font-family: Montserrat;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
}
.comment-reply note {
line-height: 16px;
}
.reply-comment-suggest {
display: none !important
}
.comment-changeTo-form {
margin-bottom: 5px;
padding: 0 15px;
}
.sidebar-comment>.comment-author-name,
.comment-modal-comment>.comment-author-name {
padding-left: 15px;
}
.sidebar-comment>time,
.comment-modal-comment>time {
position: absolute;
top: 11px;
font-size: 11px;
right: 36px;
color: #555555;
font-style: italic;
}
.comment-changeTo-approve {
margin-bottom: 14px;
margin-top: 5px;
}
.comment-reply note:first-child {
margin-top: 8px;
}
.comment-modal {
padding: 0;
border: none;
width: 350px !important;
margin-top: 0;
padding-top: 10px;
} | 0.298185 | 0.073963 |
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger {
text-shadow:0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)
}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active {
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn:active,.btn.active {
background-image:none
}
.btn-default {
text-shadow:0 1px 0 #fff;
background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
background-repeat:repeat-x;
border-color:#dbdbdb;
border-color:#ccc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-default:hover,.btn-default:focus {
background-color:#e0e0e0;
background-position:0 -15px
}
.btn-default:active,.btn-default.active {
background-color:#e0e0e0;
border-color:#dbdbdb
}
.btn-primary {
background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
background-repeat:repeat-x;
border-color:#2b669a;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover,.btn-primary:focus {
background-color:#2d6ca2;
background-position:0 -15px
}
.btn-primary:active,.btn-primary.active {
background-color:#2d6ca2;
border-color:#2b669a
}
.btn-success {
background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
background-repeat:repeat-x;
border-color:#3e8f3e;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover,.btn-success:focus {
background-color:#419641;
background-position:0 -15px
}
.btn-success:active,.btn-success.active {
background-color:#419641;
border-color:#3e8f3e
}
.btn-warning {
background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
background-repeat:repeat-x;
border-color:#e38d13;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,.btn-warning:focus {
background-color:#eb9316;
background-position:0 -15px
}
.btn-warning:active,.btn-warning.active {
background-color:#eb9316;
border-color:#e38d13
}
.btn-danger {
background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
background-repeat:repeat-x;
border-color:#b92c28;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover,.btn-danger:focus {
background-color:#c12e2a;
background-position:0 -15px
}
.btn-danger:active,.btn-danger.active {
background-color:#c12e2a;
border-color:#b92c28
}
.btn-info {
background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
background-repeat:repeat-x;
border-color:#28a4c9;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover,.btn-info:focus {
background-color:#2aabd2;
background-position:0 -15px
}
.btn-info:active,.btn-info.active {
background-color:#2aabd2;
border-color:#28a4c9
}
.thumbnail,.img-thumbnail {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
box-shadow:0 1px 2px rgba(0,0,0,0.075)
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
background-color:#e8e8e8;
background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
background-color:#357ebd;
background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}
.navbar-default {
background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
background-repeat:repeat-x;
border-radius:4px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)
}
.navbar-default .navbar-nav>.active>a {
background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);
-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);
box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)
}
.navbar-brand,.navbar-nav>li>a {
text-shadow:0 1px 0 rgba(255,255,255,0.25)
}
.navbar-inverse {
background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .navbar-nav>.active>a {
background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);
background-image:linear-gradient(to bottom,#222 0,#282828 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);
-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);
box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a {
text-shadow:0 -1px 0 rgba(0,0,0,0.25)
}
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom {
border-radius:0
}
.alert {
text-shadow:0 1px 0 rgba(255,255,255,0.2);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)
}
.alert-success {
background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
background-repeat:repeat-x;
border-color:#b2dba1;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)
}
.alert-info {
background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
background-repeat:repeat-x;
border-color:#9acfea;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)
}
.alert-warning {
background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
background-repeat:repeat-x;
border-color:#f5e79e;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)
}
.alert-danger {
background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
background-repeat:repeat-x;
border-color:#dca7a7;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)
}
.progress {
background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)
}
.progress-bar {
background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)
}
.progress-bar-success {
background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)
}
.progress-bar-info {
background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)
}
.progress-bar-warning {
background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)
}
.progress-bar-danger {
background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)
}
.list-group {
border-radius:4px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
box-shadow:0 1px 2px rgba(0,0,0,0.075)
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
text-shadow:0 -1px 0 #3071a9;
background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);
background-repeat:repeat-x;
border-color:#3278b3;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)
}
.panel {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
box-shadow:0 1px 2px rgba(0,0,0,0.05)
}
.panel-default>.panel-heading {
background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
}
.panel-primary>.panel-heading {
background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}
.panel-success>.panel-heading {
background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)
}
.panel-info>.panel-heading {
background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)
}
.panel-warning>.panel-heading {
background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)
}
.panel-danger>.panel-heading {
background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)
}
.well {
background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
background-repeat:repeat-x;
border-color:#dcdcdc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)
} | public/css/bootstrap-theme.min.css | .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger {
text-shadow:0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)
}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active {
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn:active,.btn.active {
background-image:none
}
.btn-default {
text-shadow:0 1px 0 #fff;
background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
background-repeat:repeat-x;
border-color:#dbdbdb;
border-color:#ccc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-default:hover,.btn-default:focus {
background-color:#e0e0e0;
background-position:0 -15px
}
.btn-default:active,.btn-default.active {
background-color:#e0e0e0;
border-color:#dbdbdb
}
.btn-primary {
background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
background-repeat:repeat-x;
border-color:#2b669a;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover,.btn-primary:focus {
background-color:#2d6ca2;
background-position:0 -15px
}
.btn-primary:active,.btn-primary.active {
background-color:#2d6ca2;
border-color:#2b669a
}
.btn-success {
background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
background-repeat:repeat-x;
border-color:#3e8f3e;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover,.btn-success:focus {
background-color:#419641;
background-position:0 -15px
}
.btn-success:active,.btn-success.active {
background-color:#419641;
border-color:#3e8f3e
}
.btn-warning {
background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
background-repeat:repeat-x;
border-color:#e38d13;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover,.btn-warning:focus {
background-color:#eb9316;
background-position:0 -15px
}
.btn-warning:active,.btn-warning.active {
background-color:#eb9316;
border-color:#e38d13
}
.btn-danger {
background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
background-repeat:repeat-x;
border-color:#b92c28;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover,.btn-danger:focus {
background-color:#c12e2a;
background-position:0 -15px
}
.btn-danger:active,.btn-danger.active {
background-color:#c12e2a;
border-color:#b92c28
}
.btn-info {
background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
background-repeat:repeat-x;
border-color:#28a4c9;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover,.btn-info:focus {
background-color:#2aabd2;
background-position:0 -15px
}
.btn-info:active,.btn-info.active {
background-color:#2aabd2;
border-color:#28a4c9
}
.thumbnail,.img-thumbnail {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
box-shadow:0 1px 2px rgba(0,0,0,0.075)
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
background-color:#e8e8e8;
background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
background-color:#357ebd;
background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}
.navbar-default {
background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
background-repeat:repeat-x;
border-radius:4px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)
}
.navbar-default .navbar-nav>.active>a {
background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);
-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);
box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)
}
.navbar-brand,.navbar-nav>li>a {
text-shadow:0 1px 0 rgba(255,255,255,0.25)
}
.navbar-inverse {
background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .navbar-nav>.active>a {
background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);
background-image:linear-gradient(to bottom,#222 0,#282828 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);
-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);
box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a {
text-shadow:0 -1px 0 rgba(0,0,0,0.25)
}
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom {
border-radius:0
}
.alert {
text-shadow:0 1px 0 rgba(255,255,255,0.2);
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)
}
.alert-success {
background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
background-repeat:repeat-x;
border-color:#b2dba1;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)
}
.alert-info {
background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
background-repeat:repeat-x;
border-color:#9acfea;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)
}
.alert-warning {
background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
background-repeat:repeat-x;
border-color:#f5e79e;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)
}
.alert-danger {
background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
background-repeat:repeat-x;
border-color:#dca7a7;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)
}
.progress {
background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)
}
.progress-bar {
background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)
}
.progress-bar-success {
background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)
}
.progress-bar-info {
background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)
}
.progress-bar-warning {
background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)
}
.progress-bar-danger {
background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)
}
.list-group {
border-radius:4px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
box-shadow:0 1px 2px rgba(0,0,0,0.075)
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
text-shadow:0 -1px 0 #3071a9;
background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);
background-repeat:repeat-x;
border-color:#3278b3;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)
}
.panel {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
box-shadow:0 1px 2px rgba(0,0,0,0.05)
}
.panel-default>.panel-heading {
background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
}
.panel-primary>.panel-heading {
background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
}
.panel-success>.panel-heading {
background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)
}
.panel-info>.panel-heading {
background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)
}
.panel-warning>.panel-heading {
background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)
}
.panel-danger>.panel-heading {
background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)
}
.well {
background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
background-repeat:repeat-x;
border-color:#dcdcdc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)
} | 0.293708 | 0.090253 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100%;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
}
.menu1 {
background-color: #ef7733;
width: 100%;
height: 30px;
color: white;
margin: 0 auto;
margin-bottom: 5px;
}
.right {
text-align: right;
}
.menu1 span a {
margin-right: 10px;
width: 40%;
color: white;
line-height: 30px;
}
.menu-logo {
width: 100%;
position: fixed;
left: 0;
height: 80px;
background-color: rgb(255, 255, 255);
top: 30px;
z-index: 99;
color: orangered;
}
.nav-logo {
width: 30%;
float: left;
height: 80px;
}
.nav-logo>img {
width: 100%;
height: 70px;
margin: 5px 0px;
object-fit: contain;
}
.nav-menu {
float: right;
width: 70%;
height: 80px;
}
.hienra {
width: 100%;
position: fixed;
left: 0;
height: 80px;
background-color: white;
color: black;
box-shadow: 5px 5px 5px #ccc;
top: 0;
z-index: 99;
}
/* dropdown */
.sub-menu {
position: absolute;
z-index: 99999;
content: '';
top: 60px;
display: inline-block;
width: 150px;
min-height: 100px;
left: 0;
background-color: #FFA000;
border-radius: 10px;
display: none;
}
.sub-menu>li {
line-height: 20px;
margin: 10px 0px;
list-style: none;
}
.sub-menu>li>a {
color: white;
cursor: pointer;
text-decoration: none;
padding: 5px 10px;
}
/* End */
.nav-menu>ul {
display: flex;
flex-direction: row;
justify-content: center;
}
.nav-menu>ul>li {
list-style: none;
position: relative;
/* width: 100px;
line-height: 80px; */
line-height: 80px;
padding: 0px 20px;
}
.nav-menu>ul>li:hover .sub-menu {
display: block;
}
.nav-menu>ul>li>a {
color: rgb(0, 0, 0) !important;
font-family: 'Roboto', sans-serif;
/* font-weight: bold; */
text-decoration: none;
font-weight: bolder;
}
.menu-logo-bg {
width: 90%;
/* margin-top: 20px; */
position: relative;
left: 5%;
top: 0;
}
.menutimkiem {
float: left;
width: 100%;
margin: 0 auto;
height: 50px;
background-color: rgb(211, 211, 211);
text-align: center;
}
.menutimkiem span {
margin: 0 auto;
width: 100%;
line-height: 50px;
font-size: 150%;
color: black;
font-weight: bolder;
cursor: pointer;
}
.menutimkiem span i {
background-color: #ef7733;
padding: 9px;
border-radius: 50%;
color: white;
}
.boxtim {
height: 500px;
background-color: #FFF;
margin: 0 auto;
top: 50px;
left: 0;
display: none;
}
#hien {
display: none;
}
/*Tièm kiếm*/
.tiemkiemtrong {
width: 90%;
margin: 0 auto;
}
.tiemkiemtrong h4 {
float: left;
color: #ef7733;
}
.formtimkiem {
float: left;
width: 100%;
height: 400px;
background-color: white;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
color: black;
}
.select {
height: 50px;
}
.select1 {
height: 40px;
border: 1px rgb(211, 211, 211) solid;
width: 90%;
padding: 0px 10px;
}
.pad {
padding: 0px 10px;
border: none;
border-bottom: 1px rgb(132, 132, 132) solid;
outline: none;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
}
.bgcam {
background-color: #ef7733;
border: none;
}
.mtop {
margin-top: 40px;
}
/* slide */
.carousel-inner img {
width: 100%;
height: 500px;
}
.carousel-inner {
width: 100%;
margin-top: 130px;
height: 500px;
}
.dangtin {
width: 100%;
height: 800px;
margin-bottom: 100px;
}
.dangtin h3 {
text-align: center;
font-weight: bolder;
margin: 50px 0px;
width: 100%;
}
.formdangtin {
margin: 0 auto;
width: 90%;
height: 800px;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
background-color: rgb(253, 253, 253);
}
.thongtinca {
width: 95%;
margin: 0 auto;
}
.formdangtin button {
margin-left: 30px;
padding: 10px 40px;
font-weight: bolder;
color: white;
background-color: #ef7733;
border: none;
outline: none;
}
.dichvu {
width: 100%;
height: 370px;
position: relative;
}
.dichvu img {
width: 100%;
height: 350px;
}
.dichvunew {
position: absolute;
top: 0;
width: 100%;
}
.sdichvu {
width: 80%;
margin: 0 auto;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.sdichvu h4 {
font-size: 25pt;
color: white;
}
.footer {
width: 79%;
margin: 0 auto;
display: flex;
height: 350px;
margin-top: 70px;
/* background-color: #FF4500; */
}
.footer .box4 {
width: calc(100%/3);
}
.footer .b1 img {
width: 120px;
}
.footer .b1 p {
margin: 30px 0px;
line-height: 25px;
color: #333333;
}
.footer .box4 .tieude4 {
width: 100%;
height: 30px;
margin-left: 70px;
/* background-color: blue; */
}
.footer .box4 .tieude4 h4 {
font-size: 17px;
color: black;
}
.footer .textquan {
display: flex;
/* background: chartreuse; */
}
.quan1 {
width: 50%;
margin-top: 20px;
color: #333333;
}
.l1 p {
margin-left: 70px;
line-height: 20px;
}
.l2 p {
line-height: 20px;
margin-right: 40px;
}
.box4 input {
height: 50px;
background: rgb(247, 243, 243);
color: rgb(150, 144, 144);
border: 0;
border-radius: 3px;
padding-left: 5px;
margin-bottom: 30px;
}
.box4 .ip2 {
color: white;
background-color: orangered;
border: 0;
width: 110px;
font-size: 14px;
font-weight: bold;
}
.divcuoi {
background-color: orangered;
color: aliceblue;
height: 40px;
width: 100%;
text-align: center;
}
.divcuoi span {
line-height: 40px;
}
.taianhlen::before {
content: 'Tải ảnh lên ';
position: absolute;
top: 0;
left: 0;
height: 35px;
background-color: #ccc;
width: 95%;
text-align: center;
line-height: 35px;
}
.tailen {
position: relative;
}
.loadh1 {
position: absolute;
top: 0;
right: 40px;
}
/* tai ảnh */ | site/views/css/dangtin.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100%;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
}
.menu1 {
background-color: #ef7733;
width: 100%;
height: 30px;
color: white;
margin: 0 auto;
margin-bottom: 5px;
}
.right {
text-align: right;
}
.menu1 span a {
margin-right: 10px;
width: 40%;
color: white;
line-height: 30px;
}
.menu-logo {
width: 100%;
position: fixed;
left: 0;
height: 80px;
background-color: rgb(255, 255, 255);
top: 30px;
z-index: 99;
color: orangered;
}
.nav-logo {
width: 30%;
float: left;
height: 80px;
}
.nav-logo>img {
width: 100%;
height: 70px;
margin: 5px 0px;
object-fit: contain;
}
.nav-menu {
float: right;
width: 70%;
height: 80px;
}
.hienra {
width: 100%;
position: fixed;
left: 0;
height: 80px;
background-color: white;
color: black;
box-shadow: 5px 5px 5px #ccc;
top: 0;
z-index: 99;
}
/* dropdown */
.sub-menu {
position: absolute;
z-index: 99999;
content: '';
top: 60px;
display: inline-block;
width: 150px;
min-height: 100px;
left: 0;
background-color: #FFA000;
border-radius: 10px;
display: none;
}
.sub-menu>li {
line-height: 20px;
margin: 10px 0px;
list-style: none;
}
.sub-menu>li>a {
color: white;
cursor: pointer;
text-decoration: none;
padding: 5px 10px;
}
/* End */
.nav-menu>ul {
display: flex;
flex-direction: row;
justify-content: center;
}
.nav-menu>ul>li {
list-style: none;
position: relative;
/* width: 100px;
line-height: 80px; */
line-height: 80px;
padding: 0px 20px;
}
.nav-menu>ul>li:hover .sub-menu {
display: block;
}
.nav-menu>ul>li>a {
color: rgb(0, 0, 0) !important;
font-family: 'Roboto', sans-serif;
/* font-weight: bold; */
text-decoration: none;
font-weight: bolder;
}
.menu-logo-bg {
width: 90%;
/* margin-top: 20px; */
position: relative;
left: 5%;
top: 0;
}
.menutimkiem {
float: left;
width: 100%;
margin: 0 auto;
height: 50px;
background-color: rgb(211, 211, 211);
text-align: center;
}
.menutimkiem span {
margin: 0 auto;
width: 100%;
line-height: 50px;
font-size: 150%;
color: black;
font-weight: bolder;
cursor: pointer;
}
.menutimkiem span i {
background-color: #ef7733;
padding: 9px;
border-radius: 50%;
color: white;
}
.boxtim {
height: 500px;
background-color: #FFF;
margin: 0 auto;
top: 50px;
left: 0;
display: none;
}
#hien {
display: none;
}
/*Tièm kiếm*/
.tiemkiemtrong {
width: 90%;
margin: 0 auto;
}
.tiemkiemtrong h4 {
float: left;
color: #ef7733;
}
.formtimkiem {
float: left;
width: 100%;
height: 400px;
background-color: white;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
color: black;
}
.select {
height: 50px;
}
.select1 {
height: 40px;
border: 1px rgb(211, 211, 211) solid;
width: 90%;
padding: 0px 10px;
}
.pad {
padding: 0px 10px;
border: none;
border-bottom: 1px rgb(132, 132, 132) solid;
outline: none;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
}
.bgcam {
background-color: #ef7733;
border: none;
}
.mtop {
margin-top: 40px;
}
/* slide */
.carousel-inner img {
width: 100%;
height: 500px;
}
.carousel-inner {
width: 100%;
margin-top: 130px;
height: 500px;
}
.dangtin {
width: 100%;
height: 800px;
margin-bottom: 100px;
}
.dangtin h3 {
text-align: center;
font-weight: bolder;
margin: 50px 0px;
width: 100%;
}
.formdangtin {
margin: 0 auto;
width: 90%;
height: 800px;
box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
background-color: rgb(253, 253, 253);
}
.thongtinca {
width: 95%;
margin: 0 auto;
}
.formdangtin button {
margin-left: 30px;
padding: 10px 40px;
font-weight: bolder;
color: white;
background-color: #ef7733;
border: none;
outline: none;
}
.dichvu {
width: 100%;
height: 370px;
position: relative;
}
.dichvu img {
width: 100%;
height: 350px;
}
.dichvunew {
position: absolute;
top: 0;
width: 100%;
}
.sdichvu {
width: 80%;
margin: 0 auto;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.sdichvu h4 {
font-size: 25pt;
color: white;
}
.footer {
width: 79%;
margin: 0 auto;
display: flex;
height: 350px;
margin-top: 70px;
/* background-color: #FF4500; */
}
.footer .box4 {
width: calc(100%/3);
}
.footer .b1 img {
width: 120px;
}
.footer .b1 p {
margin: 30px 0px;
line-height: 25px;
color: #333333;
}
.footer .box4 .tieude4 {
width: 100%;
height: 30px;
margin-left: 70px;
/* background-color: blue; */
}
.footer .box4 .tieude4 h4 {
font-size: 17px;
color: black;
}
.footer .textquan {
display: flex;
/* background: chartreuse; */
}
.quan1 {
width: 50%;
margin-top: 20px;
color: #333333;
}
.l1 p {
margin-left: 70px;
line-height: 20px;
}
.l2 p {
line-height: 20px;
margin-right: 40px;
}
.box4 input {
height: 50px;
background: rgb(247, 243, 243);
color: rgb(150, 144, 144);
border: 0;
border-radius: 3px;
padding-left: 5px;
margin-bottom: 30px;
}
.box4 .ip2 {
color: white;
background-color: orangered;
border: 0;
width: 110px;
font-size: 14px;
font-weight: bold;
}
.divcuoi {
background-color: orangered;
color: aliceblue;
height: 40px;
width: 100%;
text-align: center;
}
.divcuoi span {
line-height: 40px;
}
.taianhlen::before {
content: 'Tải ảnh lên ';
position: absolute;
top: 0;
left: 0;
height: 35px;
background-color: #ccc;
width: 95%;
text-align: center;
line-height: 35px;
}
.tailen {
position: relative;
}
.loadh1 {
position: absolute;
top: 0;
right: 40px;
}
/* tai ảnh */ | 0.449876 | 0.105303 |
html {
width: 100%;
height: 100%;
}
body {
background-color: #fff;
overflow-x: hidden
}
.clear {
float: none!important;
clear: both
}
a {
cursor: pointer;
text-decoration: none;
color: #fff
}
button:focus,
input:focus,
textarea:focus {
outline: none !important;
}
/*start header */
div.header {
position: relative;
background: #1B191A;
}
.header .logo-wrap {
width: 345px;
margin: 0 auto
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
/*start navbar*/
.navbar {
width: 100%;
/*height: 50px;*/
background-color: #1b191a;
border-color: #1b191a;
border-top: none;
margin-bottom: 0
}
.navbar-default {
box-shadow: none
}
.navbar-default .navbar-nav>li>a {
font-size: 14px;
color: #fff;
font-weight: bold
}
.navbar-default .navbar-nav>li>a:hover {
color: #b28643;
}
.navbar-default .navbar-nav>li>a:focus {
color: #b28643;
}
.navbar-default .navbar-nav>.active>a {
color: #b28643;
border-bottom: 2px solid #b28643
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
background-color: transparent;
color: #b28643
}
.class_navbar {
/* display: inline-block !important; */
text-align: left;
}
.navbar .direction {
width: 700px;
margin: 0 auto
}
/*end navbar*/
/***start material button**/
.material-button-anim {
position: fixed;
min-height: 200px;
text-align: center;
left: 0;
z-index: 9;
top: 70%;
max-width: 320px;
margin: 0 auto 20px;
}
.material-button {
position: relative;
top: 0;
z-index: 1;
width: 70px;
height: 70px;
font-size: 1.5em;
color: #b28643;
background: #333;
border: none;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
outline: none;
}
.material-button-toggle {
z-index: 3;
width: 90px;
height: 90px;
margin: 0 auto;
}
@media (max-width:800px) {
.material-button-toggle {
width: 70px;
height: 70px;
}
.material-button {
box-shadow: 0 2px 2px rgba(0, 0, 0, .275);
}
}
.material-button-toggle span {
-webkit-transform: none;
transform: none;
-webkit-transition: -webkit-transform .175s cubic-bazier(.175, .67, .83, .67);
transition: transform .175s cubic-bazier(.175, .67, .83, .67);
}
.material-button-toggle.open {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
-webkit-animation: toggleBtnAnim .175s;
animation: toggleBtnAnim .175s;
}
.material-button-toggle.open span {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .175s cubic-bazier(.175, .67, .83, .67);
transition: transform .175s cubic-bazier(.175, .67, .83, .67);
}
#options {
height: 70px;
}
.option {
position: relative;
}
.option .option1,
.option .option2,
.option .option3 {
filter: blur(5px);
-webkit-filter: blur(5px);
-webkit-transition: all .175s;
transition: all .175s;
}
.option .option1 {
-webkit-transform: translate3d(90px, 90px, 0) scale(.8, .8);
transform: translate3d(90px, 90px, 0) scale(.8, .8);
}
.option .option2 {
-webkit-transform: translate3d(0, 90px, 0) scale(.8, .8);
transform: translate3d(0, 90px, 0) scale(.8, .8);
}
.option .option3 {
-webkit-transform: translate3d(-90px, 90px, 0) scale(.8, .8);
transform: translate3d(-90px, 90px, 0) scale(.8, .8);
}
.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3 {
filter: blur(0);
-webkit-filter: blur(0);
-webkit-transform: none;
transform: none;
-webkit-transition: all .175s;
transition: all .175s;
}
.option.scale-on .option2 {
-webkit-transform: translateY(-28px) translateZ(0);
transform: translateY(-28px) translateZ(0);
-webkit-transition: all .175s;
transition: all .175s;
}
@keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
25% {
-webkit-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
}
75% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
100% {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
}
@-webkit-keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
25% {
-webkit-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
}
75% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
100% {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
}
/**end material button***/
/*start craowsel */
.carousel .carousel-inner .item .carousel-caption h1 {
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
/*margin-top:-380px;*/
color: #b28643
}
.carousel-caption h1 {
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
/*margin-top: -250px;*/
color: #b28643
}
.carousel-caption p {
font-size: 12px;
font-weight: bold;
color: #d8ba86;
}
.carousel .carousel-inner .item .carousel-caption p {
font-size: 25px;
font-weight: bold;
color: #d8ba86;
}
.carousel-indicators li {
height: 20px;
width: 20px;
border: 1px solid #fff
}
.carousel-indicators .active {
height: 22px;
width: 22px;
border: 1px solid #b28643;
background-color: #b28643;
}
.carousel .carousel-inner .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, .3);
}
/*end craowsel */
/*start desc*/
.desc {
min-height: 550px;
background-color: #f2f2f2;
}
.desc .h1 {
font-size: 25px;
margin-top: 120px;
margin-bottom: 40px;
text-transform: uppercase;
font-weight: bold;
color: #b28643
}
.desc .lead {
font-size: 15px;
color: #777;
font-weight: bold;
}
.desc img {
margin-top: 30px;
}
/*end desc*/
/*start providing*/
.features {
background: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://images.pexels.com/photos/681359/pexels-photo-681359.jpeg?w=940&h=650&auto=compress&cs=tinysrgb)no-repeat center center fixed;
background-size: cover;
width: 100%;
padding-bottom: 100px
}
/*start book-card*/
.book-card {
background: url(https://images.pexels.com/photos/681359/pexels-photo-681359.jpeg?w=940&h=650&auto=compress&cs=tinysrgb)no-repeat center center fixed;
background-size: cover;
width: 100%;
min-height: 450px;
}
.book-card .data .h1 {
font-size: 25px;
margin-top: 120px;
margin-bottom: 40px;
text-transform: uppercase;
font-weight: bold;
color: #b28643
}
.book-card .data .lead {
font-size: 15px;
color: #fff;
font-weight: bold;
}
.book-card .data {
text-align: center
}
.book-card .data button {
width: 240px;
height: 50px;
background-color: rgba(0, 0, 0, 0);
border: 2px solid #b28643;
border-radius: 30px;
color: #fff;
font-weight: bold;
outline: none;
}
@media(max-width:374px) {
.book-card .data button {
margin-left: 40px
}
}
.book-card .data {
background-color: rgba(3, 3, 3, .7);
color: #fff;
min-height: 450px;
padding-bottom: 70px
}
/*end book-card*/
/*start slider*/
.buttons {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 10px;
}
.see {
width: 140px;
height: 50px;
background-color: #b28643;
border: 2px solid #b28643;
border-radius: 30px;
color: #fff;
font-weight: bold;
outline: none;
margin-bottom: 15px;
}
/*end slider*/
/*start offers*/
.offers {
background: url(https://images.pexels.com/photos/1183099/pexels-photo-1183099.jpeg?auto=compress&cs=tinysrgb&h=350)no-repeat center center fixed;
background-size: cover;
width: 100%;
min-height: 400px;
}
.offers .data {
background-color: rgba(3, 3, 3, .7);
color: #fff;
min-height: 400px;
padding-bottom: 70px
}
.offers .data .lead {
text-align: center;
font-size: 20px;
color: #fff;
font-weight: bold;
margin-top: 50px
}
.offers .data .m {
text-align: center;
font-size: 20px;
color: #fff;
font-weight: bold;
margin-top: 5px
}
.offers .data .feat {
margin-top: 50px
}
.offers .data .feat h4,
.offers .data .feat p {
color: #fff
}
.offers .data .feat h4 {
font-size: 35px;
margin-top: 40px;
}
/*end offers*/
/*start connect*/
.connect-us {
min-height: 800px;
width: 100%;
background-color: #f2f2f2;
}
.connect-us .join {
min-height: 500px;
width: 100%;
background-color: #fff;
margin-top: 70px;
box-shadow: 2px 5px 10px #ccc;
}
.connect-us .join .h1,
.connect-us .connect .h1 {
font-size: 24px;
font-weight: bold;
margin-left: 25px;
padding-top: 30px
}
.connect-us .join .lead {
font-size: 14px;
margin-left: 15px;
margin-right: 45px;
text-align: justify;
font-weight: 100;
margin-top: 30px
}
.connect-us .join button {
width: 260px;
height: 50px;
background-color: #b28643;
border: 2px solid #b28643;
border-radius: 15px;
color: #fff;
font-weight: bold;
outline: none;
margin-top: 100px;
margin-bottom: 50px;
}
.connect-us .join button:hover {
color: black
}
/*start connect*/
.connect-us .connect {
min-height: 650px;
width: 100%;
background-color: #fff;
margin: 0 auto;
box-shadow: 3px 3px 8px 8px #ccc;
padding-bottom: 20px;
}
.connect-us .connect .h1 {
font-size: 24px;
font-weight: bold;
}
.connect-us .connect img {
width: 100%;
margin-top: 10px;
box-shadow: 2px 5px 10px #ccc;
}
.connect-us .connect p {
color: #999;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
@media(max-width:467px) {
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
box-shadow: none
}
}
/********/
input[type="text"] {
width: 300px;
height: 40px;
margin-top: 10px;
border-radius: 15px;
border: 1px solid #b28643;
}
/*placeholder properties*/
input[type="text"]:focus {
outline: none
}
input[type="text"]::placeholder {
font-size: 16px;
padding-left: 100px;
font-weight: bold;
color: black;
}
#your-input:focus::-webkit-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus::-moz-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus:-ms-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus:-moz-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
textarea {
width: 350px;
height: 80px;
margin-top: 10px;
border-radius: 15px;
border: 1px solid #b28643;
}
.btn {
width: 300px;
height: 50px;
margin-top: 10px;
border: 2px solid #b28643;
background-color: #b28643;
border-color: #b28643;
border-radius: 15px;
color: #fff;
font-weight: bold;
outline: none;
}
.btn:hover {
color: black
}
/*start join*/
.join-now {
width: 100%;
background-color: #f2f2f2;
padding: 30px 0 50px
}
.join-now .h1 {
font-size: 40px;
font-weight: bold;
}
.join-now p {
font-size: 24px;
font-weight: normal;
margin-top: 10px
}
.join-now button {
width: 400px;
height: 50px;
background-color: rgba(0, 0, 0, 0);
border-color: #b28643;
border-radius: 15px;
color: #000;
font-weight: bold;
outline: none;
margin-top: 10px;
margin-bottom: 0;
border: 2px solid #b28643;
}
@media only screen and (max-width: 425px) {
.join-now button {
width: 240px;
}
}
.join-now button:hover {
color: black
}
/*end join*/
/*footer*/
.footer {
width: 100%;
background-color: #222426;
padding: 40px 0;
color: #fff;
}
.footer_title {
font-size: 1.2em;
font-weight: 600;
}
.footer ul li {
display: block;
margin-left: 20px;
font-size: 13px;
line-height: 2em;
color: #ccc;
}
.footer ul li a {
font-size: 17px;
cursor: pointer;
font-weight: bold
}
.footer .third table {
text-align: center;
color: #fff;
}
.footer .third table tr td:first-child {
font-size: 32px
}
.footer .third table tr td:last-child {
text-align: left;
font-size: 16px;
padding-left: 10px
}
.footer .third table tr:first-child td:first-child {
font-size: 40px
}
.footer .third table tr td a {
color: #fff
}
.footer .third table tr td a:hover {
text-decoration: underline
}
.footer .my-icon {
margin-top: 30px
}
.footer .my-icon .fa {
color: #b28643;
width: 42px;
height: 42px;
line-height: 42px;
border: 2px solid #b28643;
border-radius: 50%;
margin-left: 9px
}
/*footer*/
.navbar {
margin-bottom: 0px;
text-align: center
}
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
}
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
}
.carousel .carousel-inner .item .carousel-caption p {
font-size: 1.4em;
font-weight: bold;
color: #d8ba86;
padding-bottom: 10px
} | public/css/style.css | html {
width: 100%;
height: 100%;
}
body {
background-color: #fff;
overflow-x: hidden
}
.clear {
float: none!important;
clear: both
}
a {
cursor: pointer;
text-decoration: none;
color: #fff
}
button:focus,
input:focus,
textarea:focus {
outline: none !important;
}
/*start header */
div.header {
position: relative;
background: #1B191A;
}
.header .logo-wrap {
width: 345px;
margin: 0 auto
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
/*start navbar*/
.navbar {
width: 100%;
/*height: 50px;*/
background-color: #1b191a;
border-color: #1b191a;
border-top: none;
margin-bottom: 0
}
.navbar-default {
box-shadow: none
}
.navbar-default .navbar-nav>li>a {
font-size: 14px;
color: #fff;
font-weight: bold
}
.navbar-default .navbar-nav>li>a:hover {
color: #b28643;
}
.navbar-default .navbar-nav>li>a:focus {
color: #b28643;
}
.navbar-default .navbar-nav>.active>a {
color: #b28643;
border-bottom: 2px solid #b28643
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
background-color: transparent;
color: #b28643
}
.class_navbar {
/* display: inline-block !important; */
text-align: left;
}
.navbar .direction {
width: 700px;
margin: 0 auto
}
/*end navbar*/
/***start material button**/
.material-button-anim {
position: fixed;
min-height: 200px;
text-align: center;
left: 0;
z-index: 9;
top: 70%;
max-width: 320px;
margin: 0 auto 20px;
}
.material-button {
position: relative;
top: 0;
z-index: 1;
width: 70px;
height: 70px;
font-size: 1.5em;
color: #b28643;
background: #333;
border: none;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
outline: none;
}
.material-button-toggle {
z-index: 3;
width: 90px;
height: 90px;
margin: 0 auto;
}
@media (max-width:800px) {
.material-button-toggle {
width: 70px;
height: 70px;
}
.material-button {
box-shadow: 0 2px 2px rgba(0, 0, 0, .275);
}
}
.material-button-toggle span {
-webkit-transform: none;
transform: none;
-webkit-transition: -webkit-transform .175s cubic-bazier(.175, .67, .83, .67);
transition: transform .175s cubic-bazier(.175, .67, .83, .67);
}
.material-button-toggle.open {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
-webkit-animation: toggleBtnAnim .175s;
animation: toggleBtnAnim .175s;
}
.material-button-toggle.open span {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .175s cubic-bazier(.175, .67, .83, .67);
transition: transform .175s cubic-bazier(.175, .67, .83, .67);
}
#options {
height: 70px;
}
.option {
position: relative;
}
.option .option1,
.option .option2,
.option .option3 {
filter: blur(5px);
-webkit-filter: blur(5px);
-webkit-transition: all .175s;
transition: all .175s;
}
.option .option1 {
-webkit-transform: translate3d(90px, 90px, 0) scale(.8, .8);
transform: translate3d(90px, 90px, 0) scale(.8, .8);
}
.option .option2 {
-webkit-transform: translate3d(0, 90px, 0) scale(.8, .8);
transform: translate3d(0, 90px, 0) scale(.8, .8);
}
.option .option3 {
-webkit-transform: translate3d(-90px, 90px, 0) scale(.8, .8);
transform: translate3d(-90px, 90px, 0) scale(.8, .8);
}
.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3 {
filter: blur(0);
-webkit-filter: blur(0);
-webkit-transform: none;
transform: none;
-webkit-transition: all .175s;
transition: all .175s;
}
.option.scale-on .option2 {
-webkit-transform: translateY(-28px) translateZ(0);
transform: translateY(-28px) translateZ(0);
-webkit-transition: all .175s;
transition: all .175s;
}
@keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
25% {
-webkit-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
}
75% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
100% {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
}
@-webkit-keyframes toggleBtnAnim {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
25% {
-webkit-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
}
75% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
100% {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
}
/**end material button***/
/*start craowsel */
.carousel .carousel-inner .item .carousel-caption h1 {
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
/*margin-top:-380px;*/
color: #b28643
}
.carousel-caption h1 {
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
/*margin-top: -250px;*/
color: #b28643
}
.carousel-caption p {
font-size: 12px;
font-weight: bold;
color: #d8ba86;
}
.carousel .carousel-inner .item .carousel-caption p {
font-size: 25px;
font-weight: bold;
color: #d8ba86;
}
.carousel-indicators li {
height: 20px;
width: 20px;
border: 1px solid #fff
}
.carousel-indicators .active {
height: 22px;
width: 22px;
border: 1px solid #b28643;
background-color: #b28643;
}
.carousel .carousel-inner .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, .3);
}
/*end craowsel */
/*start desc*/
.desc {
min-height: 550px;
background-color: #f2f2f2;
}
.desc .h1 {
font-size: 25px;
margin-top: 120px;
margin-bottom: 40px;
text-transform: uppercase;
font-weight: bold;
color: #b28643
}
.desc .lead {
font-size: 15px;
color: #777;
font-weight: bold;
}
.desc img {
margin-top: 30px;
}
/*end desc*/
/*start providing*/
.features {
background: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://images.pexels.com/photos/681359/pexels-photo-681359.jpeg?w=940&h=650&auto=compress&cs=tinysrgb)no-repeat center center fixed;
background-size: cover;
width: 100%;
padding-bottom: 100px
}
/*start book-card*/
.book-card {
background: url(https://images.pexels.com/photos/681359/pexels-photo-681359.jpeg?w=940&h=650&auto=compress&cs=tinysrgb)no-repeat center center fixed;
background-size: cover;
width: 100%;
min-height: 450px;
}
.book-card .data .h1 {
font-size: 25px;
margin-top: 120px;
margin-bottom: 40px;
text-transform: uppercase;
font-weight: bold;
color: #b28643
}
.book-card .data .lead {
font-size: 15px;
color: #fff;
font-weight: bold;
}
.book-card .data {
text-align: center
}
.book-card .data button {
width: 240px;
height: 50px;
background-color: rgba(0, 0, 0, 0);
border: 2px solid #b28643;
border-radius: 30px;
color: #fff;
font-weight: bold;
outline: none;
}
@media(max-width:374px) {
.book-card .data button {
margin-left: 40px
}
}
.book-card .data {
background-color: rgba(3, 3, 3, .7);
color: #fff;
min-height: 450px;
padding-bottom: 70px
}
/*end book-card*/
/*start slider*/
.buttons {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 10px;
}
.see {
width: 140px;
height: 50px;
background-color: #b28643;
border: 2px solid #b28643;
border-radius: 30px;
color: #fff;
font-weight: bold;
outline: none;
margin-bottom: 15px;
}
/*end slider*/
/*start offers*/
.offers {
background: url(https://images.pexels.com/photos/1183099/pexels-photo-1183099.jpeg?auto=compress&cs=tinysrgb&h=350)no-repeat center center fixed;
background-size: cover;
width: 100%;
min-height: 400px;
}
.offers .data {
background-color: rgba(3, 3, 3, .7);
color: #fff;
min-height: 400px;
padding-bottom: 70px
}
.offers .data .lead {
text-align: center;
font-size: 20px;
color: #fff;
font-weight: bold;
margin-top: 50px
}
.offers .data .m {
text-align: center;
font-size: 20px;
color: #fff;
font-weight: bold;
margin-top: 5px
}
.offers .data .feat {
margin-top: 50px
}
.offers .data .feat h4,
.offers .data .feat p {
color: #fff
}
.offers .data .feat h4 {
font-size: 35px;
margin-top: 40px;
}
/*end offers*/
/*start connect*/
.connect-us {
min-height: 800px;
width: 100%;
background-color: #f2f2f2;
}
.connect-us .join {
min-height: 500px;
width: 100%;
background-color: #fff;
margin-top: 70px;
box-shadow: 2px 5px 10px #ccc;
}
.connect-us .join .h1,
.connect-us .connect .h1 {
font-size: 24px;
font-weight: bold;
margin-left: 25px;
padding-top: 30px
}
.connect-us .join .lead {
font-size: 14px;
margin-left: 15px;
margin-right: 45px;
text-align: justify;
font-weight: 100;
margin-top: 30px
}
.connect-us .join button {
width: 260px;
height: 50px;
background-color: #b28643;
border: 2px solid #b28643;
border-radius: 15px;
color: #fff;
font-weight: bold;
outline: none;
margin-top: 100px;
margin-bottom: 50px;
}
.connect-us .join button:hover {
color: black
}
/*start connect*/
.connect-us .connect {
min-height: 650px;
width: 100%;
background-color: #fff;
margin: 0 auto;
box-shadow: 3px 3px 8px 8px #ccc;
padding-bottom: 20px;
}
.connect-us .connect .h1 {
font-size: 24px;
font-weight: bold;
}
.connect-us .connect img {
width: 100%;
margin-top: 10px;
box-shadow: 2px 5px 10px #ccc;
}
.connect-us .connect p {
color: #999;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
@media(max-width:467px) {
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
box-shadow: none
}
}
/********/
input[type="text"] {
width: 300px;
height: 40px;
margin-top: 10px;
border-radius: 15px;
border: 1px solid #b28643;
}
/*placeholder properties*/
input[type="text"]:focus {
outline: none
}
input[type="text"]::placeholder {
font-size: 16px;
padding-left: 100px;
font-weight: bold;
color: black;
}
#your-input:focus::-webkit-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus::-moz-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus:-ms-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#your-input:focus:-moz-input-placeholder {
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
textarea {
width: 350px;
height: 80px;
margin-top: 10px;
border-radius: 15px;
border: 1px solid #b28643;
}
.btn {
width: 300px;
height: 50px;
margin-top: 10px;
border: 2px solid #b28643;
background-color: #b28643;
border-color: #b28643;
border-radius: 15px;
color: #fff;
font-weight: bold;
outline: none;
}
.btn:hover {
color: black
}
/*start join*/
.join-now {
width: 100%;
background-color: #f2f2f2;
padding: 30px 0 50px
}
.join-now .h1 {
font-size: 40px;
font-weight: bold;
}
.join-now p {
font-size: 24px;
font-weight: normal;
margin-top: 10px
}
.join-now button {
width: 400px;
height: 50px;
background-color: rgba(0, 0, 0, 0);
border-color: #b28643;
border-radius: 15px;
color: #000;
font-weight: bold;
outline: none;
margin-top: 10px;
margin-bottom: 0;
border: 2px solid #b28643;
}
@media only screen and (max-width: 425px) {
.join-now button {
width: 240px;
}
}
.join-now button:hover {
color: black
}
/*end join*/
/*footer*/
.footer {
width: 100%;
background-color: #222426;
padding: 40px 0;
color: #fff;
}
.footer_title {
font-size: 1.2em;
font-weight: 600;
}
.footer ul li {
display: block;
margin-left: 20px;
font-size: 13px;
line-height: 2em;
color: #ccc;
}
.footer ul li a {
font-size: 17px;
cursor: pointer;
font-weight: bold
}
.footer .third table {
text-align: center;
color: #fff;
}
.footer .third table tr td:first-child {
font-size: 32px
}
.footer .third table tr td:last-child {
text-align: left;
font-size: 16px;
padding-left: 10px
}
.footer .third table tr:first-child td:first-child {
font-size: 40px
}
.footer .third table tr td a {
color: #fff
}
.footer .third table tr td a:hover {
text-decoration: underline
}
.footer .my-icon {
margin-top: 30px
}
.footer .my-icon .fa {
color: #b28643;
width: 42px;
height: 42px;
line-height: 42px;
border: 2px solid #b28643;
border-radius: 50%;
margin-left: 9px
}
/*footer*/
.navbar {
margin-bottom: 0px;
text-align: center
}
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
}
.navbar-default {
background-color: #1b191a;
border-color: #1b191a;
border-radius: 0px;
}
.carousel .carousel-inner .item .carousel-caption p {
font-size: 1.4em;
font-weight: bold;
color: #d8ba86;
padding-bottom: 10px
} | 0.440469 | 0.076684 |
:root{
--black:#1F1F1F;
--darkgrey:#666;
--grey:grey;
--purple:#A100FF;
--blue:#008CBA;
--white:#fff;
}
/*Fonts*/
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RODER-Zn1g.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RODFR-Zn1g.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
html{
scroll-behavior: smooth;
letter-spacing: 1px;
font-family: 'Libre Franklin', sans-serif;
font-size: 62.5%;
/* =10px */
}
/* Establece el tamaño base
en 10px lo que facilita
la conversión */
* {box-sizing:border-box}
body {
font-size: 1.6rem;
/* =16px */
color: var(--grey);
}
h1 {
font-size: 3.8rem;
color: var(--black);
}
h2 {
font-size: 2.4rem;
color: var(--black);
}
h3 {
font-size: 2.0rem;
color: var(--black);
font-family: 'Fjalla One', sans-serif;
}
h4 {
font-size: 1.8rem;
color: var(--black);
}
/*nav-logo*/
.nav{
margin: 15px 40px;
padding-bottom: 100px;
}
.logo img{
width: 15%;
height: 15%;
float: left;
}
.menu{
float: right;
overflow: hidden;
font-family: 'Fjalla One', sans-serif;
}
.menu a{
text-decoration: none;
color: var(--black);
letter-spacing: 1px;
float: left;
display: block;
text-align: center;
padding: 10px 10px;
}
.menu a:hover{
cursor: pointer;
}
/*articles*/
.row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 15px 35px;
}
.column{
flex: 50%;
padding: 20px;
}
.column img{
width: 60%;
float: left;
padding: 15px;
}
.button{
color: var(--white);
background-color: var(--black);
text-decoration: none;
padding: 5px 15px;
}
.button:hover{
background-color: var(--grey);
}
.banner{
background-image: url(images/banner.jpg);
margin:0;
background-repeat: no-repeat;
background-size: 100%;
}
.banner h1{
text-align: left;
padding: 10% 70% 0% 5%;
color: var(--white);
}
.banner p{
text-align: left;
padding:0 80% 10% 5%;
color: var(--white);
}
.btn{
margin: 5px;
padding: 15px 30px;
}
.adopt{
margin: 15px 40px 150px 40px;
}
.adopt article img{
width: 40%;
float: left;
padding-right: 50px;
}
.adopt article p{
margin: 0px 200px;
}
.cleafix:after{
content: "";
display: table;
clear: both;
}
footer{
background-color: var(--black);
color: var(--white);
margin: 0px;
padding: 25px 0px;
text-align: center;
}
footer h3{
color: var(--white);
}
.fab{
background-color: white;
color: var(--black);
padding: 15px;
border-radius: 50px;
}
/*On screens that are 992px wide or less*/
@media screen and (max-width: 600px){
.row{
flex-direction: column;
}
.column img{
width: 100%;
float: none;
}
.adopt article img{
width: 110%;
float: none;
padding-right: 50px;
}
.adopt article p{
margin: 0px 10px;
}
} | style.css | :root{
--black:#1F1F1F;
--darkgrey:#666;
--grey:grey;
--purple:#A100FF;
--blue:#008CBA;
--white:#fff;
}
/*Fonts*/
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RODER-Zn1g.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Libre Franklin';
font-style: italic;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RODFR-Zn1g.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
html{
scroll-behavior: smooth;
letter-spacing: 1px;
font-family: 'Libre Franklin', sans-serif;
font-size: 62.5%;
/* =10px */
}
/* Establece el tamaño base
en 10px lo que facilita
la conversión */
* {box-sizing:border-box}
body {
font-size: 1.6rem;
/* =16px */
color: var(--grey);
}
h1 {
font-size: 3.8rem;
color: var(--black);
}
h2 {
font-size: 2.4rem;
color: var(--black);
}
h3 {
font-size: 2.0rem;
color: var(--black);
font-family: 'Fjalla One', sans-serif;
}
h4 {
font-size: 1.8rem;
color: var(--black);
}
/*nav-logo*/
.nav{
margin: 15px 40px;
padding-bottom: 100px;
}
.logo img{
width: 15%;
height: 15%;
float: left;
}
.menu{
float: right;
overflow: hidden;
font-family: 'Fjalla One', sans-serif;
}
.menu a{
text-decoration: none;
color: var(--black);
letter-spacing: 1px;
float: left;
display: block;
text-align: center;
padding: 10px 10px;
}
.menu a:hover{
cursor: pointer;
}
/*articles*/
.row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 15px 35px;
}
.column{
flex: 50%;
padding: 20px;
}
.column img{
width: 60%;
float: left;
padding: 15px;
}
.button{
color: var(--white);
background-color: var(--black);
text-decoration: none;
padding: 5px 15px;
}
.button:hover{
background-color: var(--grey);
}
.banner{
background-image: url(images/banner.jpg);
margin:0;
background-repeat: no-repeat;
background-size: 100%;
}
.banner h1{
text-align: left;
padding: 10% 70% 0% 5%;
color: var(--white);
}
.banner p{
text-align: left;
padding:0 80% 10% 5%;
color: var(--white);
}
.btn{
margin: 5px;
padding: 15px 30px;
}
.adopt{
margin: 15px 40px 150px 40px;
}
.adopt article img{
width: 40%;
float: left;
padding-right: 50px;
}
.adopt article p{
margin: 0px 200px;
}
.cleafix:after{
content: "";
display: table;
clear: both;
}
footer{
background-color: var(--black);
color: var(--white);
margin: 0px;
padding: 25px 0px;
text-align: center;
}
footer h3{
color: var(--white);
}
.fab{
background-color: white;
color: var(--black);
padding: 15px;
border-radius: 50px;
}
/*On screens that are 992px wide or less*/
@media screen and (max-width: 600px){
.row{
flex-direction: column;
}
.column img{
width: 100%;
float: none;
}
.adopt article img{
width: 110%;
float: none;
padding-right: 50px;
}
.adopt article p{
margin: 0px 10px;
}
} | 0.267887 | 0.114319 |
.callout {
position: absolute;
float: left;
background: lightgray;
border: 1px solid rgb(185, 185, 185);
border-radius: 3px;
outline: none;
min-height: 25px;
min-width: 25px;
tabindex: -1;
z-index: 999999;
}
.callout .content {
top: 0;
left: 0;
text-overflow: ellipsis;
}
.callout .arrow {
margin: auto;
position: absolute;
background: lightgray;
}
.callout .arrow:after,
.callout .arrow:before {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
}
.callout .arrow.top {
top: 0%;
left: 50%;
}
.callout .arrow.top:after,
.callout .arrow.top:before {
bottom: 100%;
left: 50%;
}
.callout .arrow.top:after {
border-bottom-color: lightgray;
border-width: 9px;
margin-left: -9px;
}
.callout .arrow.top:before {
border-bottom-color: rgb(170, 170, 170);
border-width: 10px;
margin-left: -10px;
}
.callout .arrow.bottom {
bottom: 0%;
left: 50%;
}
.callout .arrow.bottom:after,
.callout .arrow.bottom:before {
top: 100%;
left: 50%;
}
.callout .arrow.bottom:after {
border-top-color: lightgray;
border-width: 9px;
margin-left: -9px;
}
.callout .arrow.bottom:before {
border-top-color: rgb(170, 170, 170);
border-width: 10px;
margin-left: -10px;
}
.callout .arrow.left {
top: 50%;
}
.callout .arrow.left:after,
.callout .arrow.left:before {
right: 100%;
top: 50%;
}
.callout .arrow.left:after {
border-right-color: lightgray;
border-width: 9px;
margin-top: -9px;
}
.callout .arrow.left:before {
border-right-color: rgb(170, 170, 170);
border-width: 10px;
margin-top: -10px;
}
.callout .arrow.right {
top: 50%;
right: 0;
}
.callout .arrow.right:after,
.callout .arrow.right:before {
left: 100%;
top: 50%;
}
.callout .arrow.right:after {
border-left-color: lightgray;
border-width: 9px;
margin-top: -9px;
}
.callout .arrow.right:before {
border-left-color: rgb(170, 170, 170);
border-width: 10px;
margin-top: -10px;
}
.callout .arrow.align-left {
left: 13px; /** Arrow height + margin **/
right: auto;
}
.callout .arrow.align-right {
right: 13px; /** Arrow height + margin **/
left: auto;
}
.callout .arrow.align-top {
top: 12px;
}
.callout .arrow.align-bottom {
margin-top: -12px;
top: 100%;
}
.callout.dark {
color: white;
background: rgb(53, 53, 53);
border: 1px solid rgb(78, 78, 78);
}
.callout.dark .arrow.top:after {
border-bottom-color: rgb(53, 53, 53);
}
.callout.dark .arrow.top:before {
border-bottom-color: rgb(78, 78, 78);
}
.callout.dark .arrow.bottom:after {
border-top-color: rgb(53, 53, 53);
}
.callout.dark .arrow.bottom:before {
border-top-color: rgb(78, 78, 78);
}
.callout.dark .arrow.left:after {
border-right-color: rgb(53, 53, 53);
}
.callout.dark .arrow.left:before {
border-right-color: rgb(78, 78, 78);
}
.callout.dark .arrow.right:after {
border-left-color: rgb(53, 53, 53);
}
.callout.dark .arrow.right:before {
border-left-color: rgb(78, 78, 78);
}
.callout.light {
color: dimgrey;
background: #fff;
border: 1px solid rgb(196, 196, 196);
}
.callout.light .arrow.top:after {
border-bottom-color: #fff;
}
.callout.light .arrow.top:before {
border-bottom-color: rgb(196, 196, 196);
}
.callout.light .arrow.bottom:after {
border-top-color: #fff;
}
.callout.light .arrow.bottom:before {
border-top-color: rgb(196, 196, 196);
}
.callout.light .arrow.left:after {
border-right-color: #fff;
}
.callout.light .arrow.left:before {
border-right-color: rgb(196, 196, 196);
}
.callout.light .arrow.right:after {
border-left-color: #fff;
}
.callout.light .arrow.right:before {
border-left-color: rgb(196, 196, 196);
} | src/css/callout.css | .callout {
position: absolute;
float: left;
background: lightgray;
border: 1px solid rgb(185, 185, 185);
border-radius: 3px;
outline: none;
min-height: 25px;
min-width: 25px;
tabindex: -1;
z-index: 999999;
}
.callout .content {
top: 0;
left: 0;
text-overflow: ellipsis;
}
.callout .arrow {
margin: auto;
position: absolute;
background: lightgray;
}
.callout .arrow:after,
.callout .arrow:before {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
}
.callout .arrow.top {
top: 0%;
left: 50%;
}
.callout .arrow.top:after,
.callout .arrow.top:before {
bottom: 100%;
left: 50%;
}
.callout .arrow.top:after {
border-bottom-color: lightgray;
border-width: 9px;
margin-left: -9px;
}
.callout .arrow.top:before {
border-bottom-color: rgb(170, 170, 170);
border-width: 10px;
margin-left: -10px;
}
.callout .arrow.bottom {
bottom: 0%;
left: 50%;
}
.callout .arrow.bottom:after,
.callout .arrow.bottom:before {
top: 100%;
left: 50%;
}
.callout .arrow.bottom:after {
border-top-color: lightgray;
border-width: 9px;
margin-left: -9px;
}
.callout .arrow.bottom:before {
border-top-color: rgb(170, 170, 170);
border-width: 10px;
margin-left: -10px;
}
.callout .arrow.left {
top: 50%;
}
.callout .arrow.left:after,
.callout .arrow.left:before {
right: 100%;
top: 50%;
}
.callout .arrow.left:after {
border-right-color: lightgray;
border-width: 9px;
margin-top: -9px;
}
.callout .arrow.left:before {
border-right-color: rgb(170, 170, 170);
border-width: 10px;
margin-top: -10px;
}
.callout .arrow.right {
top: 50%;
right: 0;
}
.callout .arrow.right:after,
.callout .arrow.right:before {
left: 100%;
top: 50%;
}
.callout .arrow.right:after {
border-left-color: lightgray;
border-width: 9px;
margin-top: -9px;
}
.callout .arrow.right:before {
border-left-color: rgb(170, 170, 170);
border-width: 10px;
margin-top: -10px;
}
.callout .arrow.align-left {
left: 13px; /** Arrow height + margin **/
right: auto;
}
.callout .arrow.align-right {
right: 13px; /** Arrow height + margin **/
left: auto;
}
.callout .arrow.align-top {
top: 12px;
}
.callout .arrow.align-bottom {
margin-top: -12px;
top: 100%;
}
.callout.dark {
color: white;
background: rgb(53, 53, 53);
border: 1px solid rgb(78, 78, 78);
}
.callout.dark .arrow.top:after {
border-bottom-color: rgb(53, 53, 53);
}
.callout.dark .arrow.top:before {
border-bottom-color: rgb(78, 78, 78);
}
.callout.dark .arrow.bottom:after {
border-top-color: rgb(53, 53, 53);
}
.callout.dark .arrow.bottom:before {
border-top-color: rgb(78, 78, 78);
}
.callout.dark .arrow.left:after {
border-right-color: rgb(53, 53, 53);
}
.callout.dark .arrow.left:before {
border-right-color: rgb(78, 78, 78);
}
.callout.dark .arrow.right:after {
border-left-color: rgb(53, 53, 53);
}
.callout.dark .arrow.right:before {
border-left-color: rgb(78, 78, 78);
}
.callout.light {
color: dimgrey;
background: #fff;
border: 1px solid rgb(196, 196, 196);
}
.callout.light .arrow.top:after {
border-bottom-color: #fff;
}
.callout.light .arrow.top:before {
border-bottom-color: rgb(196, 196, 196);
}
.callout.light .arrow.bottom:after {
border-top-color: #fff;
}
.callout.light .arrow.bottom:before {
border-top-color: rgb(196, 196, 196);
}
.callout.light .arrow.left:after {
border-right-color: #fff;
}
.callout.light .arrow.left:before {
border-right-color: rgb(196, 196, 196);
}
.callout.light .arrow.right:after {
border-left-color: #fff;
}
.callout.light .arrow.right:before {
border-left-color: rgb(196, 196, 196);
} | 0.746324 | 0.054525 |
* {
outline: none;
}
*:hover, *:active, *:focus {
outline: none;
}
html, body {
font-size: 100%;
font-family: 'Cormorant Infant', sans-serif;
/*stopping scroll-bar from appearing beacuse of wow*/
overflow-x: hidden;
}
body {
overflow: hidden;
background-color: #ffffff;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/diag.png);
}
p, body {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Abril Fatface', cursive;
margin: 0;
}
ul, label {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
.scrolloff {
pointer-events: none;
}
a:focus, a:hover {
text-decoration: none;
}
a {
cursor: pointer;
}
input {
outline: none;
}
.clearfix {
overflow: auto;
display: block;
}
.no-padding {
padding: 0;
}
.top-gap {
margin-top: 50px;
}
.fixed-height-ifrmae-wrapper {
height: 400px;
}
em {
font-style: normal;
color: #e81d62;
font-weight: bolder;
}
hr {
border: 1px solid rgba(128, 128, 128, 0.41);
margin-bottom: 40px;
}
/*#endregion General*/
/*#region index*/
/*#region Banner*/
.banner {
overflow: hidden;
display: block;
position: absolute;
z-index: 3;
margin: 0 auto;
min-height: 0px;
width: 100%;
}
rect, svg {
min-width: 150px;
/*width: 200px;*/
font-size: 150px; /* using font-size to define em size so that the svgs can pick up the width in all browsers */
}
/** Slider*/
#slider {
position: absolute;
z-index: 1;
}
.banner-content {
width: 100%;
margin: 0 auto;
}
#intro-head h1 {
text-align: center;
line-height: 2em;
color: white;
}
#intro-head {
background: lightblue;
background-image: url(../images/button-tex.png);
}
.slider-wrapper {
position: relative;
width: 100%;
height: 51vw;
background: #FFF;
/*stopping scroll-bar from appearing beacuse of wow*/
overflow: hidden;
}
.banner {
height: 51vw;
}
.slider-wrapper li {
display: none;
}
.slider-wrapper .current-slide {
display: block;
}
.slider-wrapper img {
position: absolute;
width: 100%;
height: auto;
top: 0;
left: 0;
}
/**
* ---[Caption] ----------------------
**/
.slider-wrapper .caption {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.65);
width: 100%;
padding: 30px 0;
color: #FFF;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.slider-wrapper li:hover .caption {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.slider-wrapper h3 {
color: #00c5b9;
text-align: center;
font-size: 2em;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
margin-bottom: 10px;
}
.slider-wrapper p {
text-align: center;
font-size: 17px;
color: #DADADA;
font-weight: inherit;
line-height: 1.4em;
}
.control-buttons {
display: none;
text-align: center;
z-index: 20;
}
/*-- /banner section --*/
.logo {
padding: 2em 0 0;
text-align: center;
}
.logo a {
font-size: 5em;
text-shadow: 1px 2px 2px #000;
color: #E91E63;
font-family: 'Josefin Sans', cursive;
text-decoration: none;
}
.logo a span {
display: block;
font-size: .2em;
color: #DFDFDF;
line-height: 0;
letter-spacing: 2px;
font-family: 'Josefin Sans', sans-serif;
}
/*#endregion Banner*/
/*#region website-nav*/
.shape {
stroke-dasharray: 140 540;
stroke-dashoffset: -292;
stroke-width: 0px;
fill: transparent;
stroke: white;
border-bottom: 5px solid black;
transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, fill 2s ease;
}
.active .shape {
stroke-width: 8px;
}
.text {
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
font-size: 20px;
text-align: center;
top: -48px;
position: relative;
fill: white;
}
.menu-effect:hover .shape {
stroke-width: 2px;
stroke-dashoffset: 0;
stroke-dasharray: 760;
fill: rgba(0, 0, 0, 0.31);
}
.menu-effect:hover .text {
font-size: 32px;
fill: #f72459;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-collapse {
padding: 0;
}
.navbar-nav {
float: none;
margin-top: 10px;
}
.navbar-default {
background: rgba(0, 0, 0, 0.21);
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
border-left: none;
border-right: none;
margin: 2.5em 0 0;
z-index: 1;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
border: 1px solid transparent;
transition: .5s all;
}
.navbar-nav > li > a {
padding: 10px 0px;
font-size: 1em;
}
.navbar-nav > li {
margin: 0 0 0 .5em;
}
.center-container {
text-align: center;
}
.main-nav {
display: inline-block;
text-align: center;
}
.jumbotron .container {
margin-top: 60px;
overflow: visible;
}
.jumbotron.motto {
background-color: transparent;
text-align: center;
overflow: hidden;
}
.jumbotron.motto h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 125px #E91E63, 0 0 5px #F44336;
}
.nav-button label {
font-weight: inherit;
width: 200px;
height: 100%;
transition: opacity .2s;
color: rgb(13, 104, 176);
font-size: 156pt;
text-align: center;
line-height: 144px;
font-family: sans-serif;
text-shadow: 0px 0px 15px rgb(27, 26, 26);
opacity: .9;
z-index: 2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s ease-out;
}
.nav-button label:active {
color: #11466f;
font-size: 176pt;
text-shadow: 0px 0px 15px #3F51B5;
}
.next-button {
float: right;
}
.prev-button {
float: left;
}
/*#endregion website-nav*/
/*#region sample */
.content-wrap {
margin-top: 51VW;
}
.buttons-section {
width: 100%;
height: 400px;
}
.navs-section {
width: 100%;
height: 590px;
}
.thumbs-section {
width: 100%;
height: 100%;
}
.appeal {
padding: 20px;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/appeal-tex.png);
}
.appeal p {
margin-left: 900px;
font-size: 33px;
}
.fixed-height-wrapper {
height: 590px;
}
/*#endregion sample */
/*#region footer*/
.footer-shape {
pointer-events: none;
padding: 2em 0;
height: 456px;
position: absolute;
width: 99%;
background-image: url("../images/triangles.png");
background-size: 900px auto;
background-position-x: -20px;
background-repeat: no-repeat;
margin-top: -440px;
}
.footer h2 {
font-size: 55px;
}
.social {
position: relative;
height: 6.5em;
width: 13.5em;
margin-left: 25px;
}
.social li {
display: block;
margin: -2.2em;
position: absolute;
/*prefixes for different browsers and rotating social media icons*/
-webkit-transition: -webkit-transform .7s;
-moz-transition: -moz-transform .7s;
-ms-transition: -ms-transform .7s;
-o-transition: -o-transform .7s;
transition: transform .7s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
text-align: center;
}
.social a {
color: #fffdf0;
display: block;
height: 4em;
line-height: 6em;
text-align: center;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 4em;
}
.social li:hover {
-webkit-transform: scale(1.3,1.3) rotate(45deg);
-moz-transform: scale(1.3,1.3) rotate(45deg);
-ms-transform: scale(1.3,1.3) rotate(45deg);
-o-transform: scale(1.3,1.3) rotate(45deg);
transform: scale(1.3,1.3) rotate(45deg);
}
.facebook {
background: #155b9d;
left: 0;
top: 0%;
}
.google {
background: #e32600;
top: 54px;
left: 25%;
}
.twitter {
background: #1a9ec4;
left: 50%;
top: 0%;
}
.youtube {
background: #e30000;
left: 75%;
top: 54px;
}
.linkedin-square {
background: #0081c4;
left: 100%;
top: 0%;
}
.valign {
position: relative;
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.footer-content {
overflow: hidden;
}
.footer {
background-color: #da004a;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/diag.png);
height: 250px;
width: 100%;
padding: 5px;
box-shadow: 0 0 32px 2px hsl(0, 0%, 54%);
}
#open-source {
font-weight: 600;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.62);
color: rgba(0, 0, 0, 0.57);
text-align: center;
}
#open-source span {
cursor: pointer;
}
.footer-links {
width: 50px;
text-align: center;
}
.footer-links a.menu {
display: block;
margin: 0;
width: 100%;
height: 50px;
background-color: #ccc;
font-size: 23px;
line-height: 50px;
}
.footer-links a.link {
position: relative;
display: block;
height: 50px;
margin-bottom: 10px;
}
.footer-links a.link span.active,
.footer-links a.link span.hover {
display: table;
position: absolute;
width: 100%;
height: 100%;
transform-origin: 0% 50% 0px;
-webkit-transform-origin: 0% 50% 0px;
transition: .2s;
-webkit-transition: .2s;
border-bottom: 1px solid #555;
}
.footer-links a.link span.active {
/*flip animation of span on hover over button with matrix*/
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0 1, 0, 0, 0, 0, 1);
left: 0;
background-color: #444;
}
.footer-links a.link:hover span.active {
background-color: #999;
transform: matrix3d(0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, 0, 0, 1);
-webkit-transform: matrix3d(0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, 0, 0, 1);
}
.footer-links a.link span.active .vertical {
color: #aaa;
}
.footer-links a.link span.hover {
transform: matrix3d(0, 0, -1, 0.00166, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1);
-webkit-transform: matrix3d(0, 0, -1, 0.00166, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1);
left: 100%;
background-color: #ccc;
}
.footer-links a.link:hover span.hover {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00166, -50, 0, 0, 1);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00166, -50, 0, 0, 1);
}
/*#endregion footer*/
/*#endregion*/
/*#region Feature*/
.tour-selection {
margin: 70px 0 250px;
}
.shape-mask {
cursor: pointer;
height: 280px;
-webkit-mask-repeat: no-repeat;
shape-margin: 15px;
shape-image-threshold: 0.5;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.shape-mask p {
font-size: 16px;
color: white;
padding: 10%;
text-shadow: 1px 1px 2px #222625, 0 0 25px #673AB7, 0 0 5px #bb8b8b;
opacity: 0;
}
.leaf-shaped-element {
/*clipping image with another png image*/
shape-outside: url(../Images/feature/leaf.png);
background: url(../Images/feature/bg-leaf.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/leaf.png);
}
.leaf-shaped-element:hover {
/*de-clipping image with another png image*/
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.shape-overlay {
text-align: center;
height: 280px;
background-color: rgba(41, 15, 15, 0.73);
opacity: 0;
}
.leaf-shaped-element:hover p, .leaf-shaped-element:hover .shape-overlay, .bird-shaped-element:hover p, .bird-shaped-element:hover .shape-overlay, .eye-shaped-element:hover p, .eye-shaped-element:hover .shape-overlay {
opacity: 1;
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird.png);
background: url(../Images/feature/bg-bird.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/bird.png);
}
.bird-shaped-element:hover {
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye.png);
background: url(../Images/feature/bg-eye.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/eye.png);
}
.eye-shaped-element:hover {
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.bg-feature {
background-color: rgba(140, 140, 140, 0.24);
}
/*#endregion*/
/*#region Pricing*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
.dollar {
font-weight: bold;
font-size: 50px;
margin: 0;
}
.price {
margin-bottom: 100px;
}
.price sub {
font-size: 13px;
color: darkgrey;
}
.scale sub {
font-size: 13px;
color: #7a7fc8;
}
.additional {
margin: 200px 0;
}
.additional h3 {
font-family: 'Cormorant Infant';
color: #E91E63;
text-align: center;
}
.price-drop {
overflow: hidden;
}
.promos {
max-width: 1080px;
margin: 0 auto;
}
.promo {
margin: 1em .5em 1.625em;
padding: .25em 0 2em;
background: #0F1012;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 1.625;
color: #f9f9f9;
text-align: center;
display: inline;
float: left;
margin: 1em 0 0;
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-o-transition: all 500ms ease-in 0s;
transition: all 500ms ease-in 0s;
}
.promo h4 {
margin: .25em 0 0;
font-size: 170%;
font-weight: normal;
}
.promo .features {
margin: 0;
padding: 0;
list-style-type: none;
color: #999999;
}
.promo li {
padding: .25em 0;
}
.promo .brief {
color: #f9f9f9;
}
.promo .price {
margin: .5em 0;
padding: .25em 0;
background: #292b2e;
font-size: 250%;
color: #f9f9f9;
}
.promo .buy {
margin: 1em 0 0;
}
.promo a {
padding: 1em 3.25em;
border: none;
border-radius: 40px;
background: #292b2e;
color: #f9f9f9;
cursor: pointer;
}
.survey-link a {
padding: 1em .25em;
border: none;
border-radius: 40px;
background: #d26489;
color: #f9f9f9;
cursor: pointer;
margin: 3px;
}
.promo a:hover {
background: #2748ab;
}
.survey-link a:hover {
background: #F44336;
}
.scale {
-webkit-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
transform: scale(1.2);
box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
z-index: 2;
}
.scale .price {
color: #989bc6;
}
.scale a {
background: #48529c;
}
.scale a:hover {
background: #3F51B5;
}
/* The Overlay (background) */
.overlay, .overlay-back {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
pointer-events: none;
overflow: hidden;
}
.overlay-back {
z-index: 99; /* Sit on top */
background-color: rgba(40, 52, 75, 0.9);
pointer-events: all;
}
/* Position the content inside the overlay */
#signup {
pointer-events: all;
background: #009aad;
position: relative;
top: 5vh;
text-align: center;
margin: 0 auto;
width: 500px;
max-height:650px;
}
.scrollbar {
overflow-y: scroll;
}
.force-overflow {
min-height: 450px;
position: absolute;
}
#signup::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#signup::-webkit-scrollbar {
border-radius: 6px;
width: 12px;
background-color: #535353;
}
#signup::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #535353;
}
#signup #check {
margin-left: 15px;
}
.overlay .closebtn {
position: absolute;
top: -3%;
right: -2%;
font-size: 50px;
font-weight: 700;
line-height: 0;
color: rgb(83, 83, 83);
}
#signup .closebtn {
position: absolute;
top: 6%;
right: 1%;
font-size: 50px;
font-weight: 700;
line-height: 0;
color: rgb(83, 83, 83);
}
#signup-mask {
position: fixed;
top: 0;
position: fixed;
background: rgba(47, 67, 180, 0.25);
z-index: 500;
width: 100%;
height: 100%;
display: none;
}
/* use :target to look for a link to the overlay then we find mask */
#signup:target, #signup:target + #signup-mask {
display: block;
opacity: 1;
}
.close {
font-size: 50px;
font-weight: 700;
line-height: 0;
}
#signup form {
color: #FDFCFB;
text-align: center;
margin: 10px auto;
padding: 30px 30px 30px 30px;
height: 85vh;
}
#signup form h1 {
font-size: 35px;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 20px;
}
#signup .signup-info {
font-size: 14px;
letter-spacing: 1px;
line-height: 1.3em;
margin: -2px 0 45px;
}
#signup .input {
display: flex;
align-items: center;
margin-bottom: 20px;
}
#signup .button {
height: 44px;
border: none;
background-color: #E86C8D;
}
#signup #email, #signup #name, #signup #special-req, #signup #phone, #signup #preferred-comm {
width: 75%;
background: #FDFCFB;
font-family: inherit;
color: #737373;
letter-spacing: 1px;
text-indent: 5%;
border-radius: 5px 0 0 5px;
}
#signup #name, #signup #special-req, #signup #phone, #signup #preferred-comm {
width: 92%;
}
#signup #date {
width: 92%;
background: #FDFCFB;
font-family: 'Cormorant Infant';
color: #737373;
letter-spacing: 1px;
text-indent: 5%;
border-radius: 5px 0 0 5px;
}
.checkboxes {
text-align: left;
margin-bottom: 10px;
}
.checkbox-inline {
margin-left:10px;
}
#signup #submit {
width: 25%;
height: 46px;
background: #E86C8D;
font-family: inherit;
font-weight: bold;
color: inherit;
letter-spacing: 1px;
border-radius: 0 5px 5px 0;
cursor: pointer;
transition: background .3s ease-in-out;
}
#signup #submit:hover {
background: #d45d7d;
}
#signup input:focus {
outline: none;
outline: 2px solid #E86C8D;
box-shadow: 0 0 2px #E86C8D;
}
#error-message-name {
text-align: left;
}
#error-message-signup, #error-message-signup-name {
text-align: left;
color: rgba(0, 0, 0, 0);
}
/*#endregion*/
/*#region Survey*/
.questions-section {
margin-bottom: 200px;
}
.slider-tick-label {
font-style: italic;
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 1em;
}
.slider.slider-horizontal {
width: 400px;
}
#slider-container {
margin-bottom: 90px;
}
.survey-heading {
text-align: center;
margin: 50px;
font-size: 40px;
font-family: inherit;
}
.survey-heading span {
color: #f72459;
}
#survey-options.visible {
display: block;
}
.survey-option.visible, .survey-question.visible, .survey-answer.visible {
display: block;
}
.survey-option, .survey-question, .survey-answer {
outline: none;
text-decoration: none;
position: relative;
font-size: 1.5em;
line-height: 1.3em;
color: #E91E63;
display: none;
}
.survey-question {
color: #1e1a1b;
}
.survey-option--takiri:hover {
color: #1e1a1b;
}
.survey-option--takiri {
font-family: 'Josefin Sans', serif;
font-size: 1.5em;
padding: 0 0px 20px;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}
.survey-option--takiri:hover {
color: #1e1a1b;
}
.survey-option--takiri.option-selected {
color: #9e9ba4;
}
.survey-option--takiri.option-selected:hover {
color: #9e9ba4;
}
.survey-option--takiri.option-selected::before {
content: '';
position: absolute;
height: 9px;
width: 87px;
top: 50%;
margin-top: -18px;
left: 85px;
z-index: 1;
background: rgba(34, 109, 165, 0.54);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.survey-option--takiri.option-selected::before {
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.slider-handle {
background-color: #009688;
}
.survey-option--takiri span {
font-size: 20%;
font-weight: 400;
position: absolute;
right: 15px;
color: #e53369;
bottom: 0;
opacity: 0;
-webkit-transform: translate3d(-10px,-10px,0);
transform: translate3d(-10px,-10px,0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.survey-option--takiri:hover span {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#feature-page-redirect {
margin-top: 20px;
}
.btn-overlay {
font-size: 16px;
color: #ec3b77;
font-family: serif;
background-color: transparent;
font-weight: bold;
transition: all ease-in-out 1s;
font-family: 'Cormorant Infant', sans-serif;
}
.survey-answer {
font-size: 20px;
}
#preview-overlay-back {
background-color: rgba(0, 0, 0, 0.46);
}
#preview-container {
pointer-events: all;
position: relative;
top: 15px;
text-align: center;
margin: 0 auto;
height: 95%;
width: 95%;
}
.switch-theme {
position: absolute;
top: 0px;
right: 0;
left: 0;
text-align: center;
margin: 0 auto;
font-size: 50px;
font-weight: 700;
line-height: 0;
z-index: 2;
pointer-events: all;
width: 310px;
}
.btn-switch-theme {
height: 15px;
transition: all 1s ease;
top: 0px;
right: 0;
left: 0;
}
.btn-switch-theme span {
opacity: 0;
vertical-align: text-bottom;
font-size: 16px;
color: #432a1b;
transition: opacity .25s ease;
}
.btn-switch-theme:hover {
height: 70px;
}
.btn-switch-theme:hover span {
opacity: 1;
transition: opacity 1s ease;
}
#switch-dark {
background-color: #5a666d;
}
#switch-light {
background-color: aliceblue;
}
#switch-autumn {
background-color: yellow;
}
#switch-original {
background-color: red;
}
#preview-iframe-container {
margin-top: 15px;
height: 100%;
}
#preview-container iframe {
width: 100%;
height: 100%;
}
.tooltip > .tooltip-inner {
margin-top: 10px;
height: 200px;
padding: 50px 20px;
color: #fff;
font-family: initial;
font-size: 2em;
text-align: center;
background-color: brown;
border-radius: 40px;
line-height: 50px;
font-family: 'Cormorant Infant', sans-serif;
width: 400px;
max-width: 400px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #f0f8ff;
}
/*#endregion*/
/*#region About*/
.social-icon ul li {
display: inline-block;
}
.social-icon ul li .icon-button .icon-twitter {
background: url(../images/about/social.png) no-repeat 0px -7px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-twitter:hover {
background: url(../images/about/social.png) no-repeat 0px -54px;
display: block;
}
.social-icon ul li .icon-button .icon-google {
background: url(../images/about/social.png) no-repeat -43px -7px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-google:hover {
background: url(../images/about/social.png) no-repeat -43px -52px;
display: block;
}
.social-icon ul li .icon-button .icon-v {
background: url(../images/about/social.png) no-repeat -83px -6px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-v:hover {
background: url(../images/about/social.png) no-repeat -83px -52px;
display: block;
}
.team-twitter span, .team-google span, .team-v span {
background-color: #f72459;
}
.social-icon a:hover {
background-color: #f72459;
}
.social-icon a {
-o-transition: all 0.3s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.icon-button i {
background: none;
color: white;
height: 2.6rem;
left: 0;
line-height: 2.6rem;
position: absolute;
top: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 2.6rem;
z-index: 10;
}
.icon-button span {
border-radius: 0;
display: block;
height: 0;
left: 50%;
margin: 0;
position: absolute;
top: 50%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 0;
}
.icon-button {
background-color: white;
border-radius: 2.6rem;
cursor: pointer;
display: inline-block;
font-size: 2.0rem;
height: 2.6rem;
line-height: 3.6rem;
margin: 0 5px;
position: relative;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 2.6rem;
}
.team h3 {
font-size: 2.5em;
margin: 0;
text-align: center;
}
.team h3 span {
color: #f72459;
}
.team-description {
text-align: center;
font-size: 20px;
}
.team-grids {
margin: 3em 0 0;
}
.team-grid {
padding: 0;
}
.team-grid .thumb {
position: relative;
width: 100%;
overflow: hidden;
}
.team-grid .thumb .caption {
float: left;
width: 100%;
height: 70px;
position: absolute;
left: 0;
bottom: -75px;
padding: 20px 30px;
text-align: center;
background-color: rgba(2, 160, 195, 0.68);
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-grid .thumb:hover .caption {
height: 58%;
padding: 40px 30px;
opacity: 1;
visibility: visible;
}
figure.thumb img {
width: 100%;
}
.caption h3 {
margin: 0;
}
.caption h3 a {
font-size: .8em;
color: #fff;
text-decoration: none;
}
.caption span {
font-size: 14px;
color: #fff;
display: block;
}
.caption p {
color: #fff;
font-size: 14px;
margin: 0;
line-height: 1.8em;
}
.caption ul {
padding: 1em 0 0;
}
.caption ul li {
list-style-type: none;
display: inline-block;
}
/*team members section*/
.team-overall {
margin-top: 400px;
overflow: hidden;
}
.team-overall-grid-left figure figcaption, .team-overall-grid-left figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.team-overall-grid-left figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-team figcaption::before {
position: absolute;
right: -100px;
bottom: -100px;
width: 285px;
height: 300px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.effect-team:hover figcaption::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figcaption p span {
color: #ff9fb7;
}
.team-overall-grid-right {
margin: 2em 0 0;
}
.team-overall-grid-right p span {
display: initial;
margin: 0;
}
figure.effect-team p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1em 1em 0em;
width: 140px;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(20px,20px,0);
transform: translate3d(20px,20px,0);
font-size: .8em;
line-height: 1.8em;
}
.team-overall-grids {
padding: 1.5em 0;
}
.team-overall-grid-right {
margin: 1.5em 0 0;
}
.team-overall-grid-right h3 {
font-size: 1em;
line-height: 1.5em;
}
.team-overall h2 {
width: 50%;
margin: 0 auto 3em;
color: #f72459;
font-style: italic;
font-size: 1.3em;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
line-height: 1.6em;
}
figure.effect-team h3 {
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
font-size: 1.8em;
color: #fff;
}
.team-overall-grid-right h3 {
font-size: 1.6em;
margin: 0;
text-transform: uppercase;
}
.team-overall-grid-right p {
margin: 2em 0 0;
color: #999;
font-size: 17px;
line-height: 1.8em;
}
.team-overall-grid-left figure {
position: relative;
float: left;
overflow: hidden;
margin: 0;
min-width: 100%;
max-width: 480px;
max-height: 360px;
width: 48%;
height: auto;
background: #3085a3;
text-align: center;
}
figure.effect-team {
background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.effect-team h3 span {
color: #F72459;
}
.team-overall-grid-right h3 span, basic-cycle h3 span {
color: #f72459;
}
.cycle-text, .basic-cycle-text {
display: none;
}
figure.effect-team:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-team img {
margin: -10px 0 0 -10px;
max-width: none;
width: -webkit-calc(100% + 10px);
width: calc(100% + 30px);
opacity: 0.9;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-team:hover h3, figure.effect-team:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*#endregion About*/
/*#region Contact*/
#contact-information {
overflow: hidden;
}
.contact {
margin-top: 320px;
}
.contact-map {
overflow: hidden;
height: 500px;
resize: none;
max-width: 100%;
}
#my-map-display {
width: 400px;
height: 400px;
background-size: cover;
transition: 0.4s cubic-bezier(1, -1, 0, 2);
-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
clip-path: polygon(100% 50%, 0 0, 0 100%);
overflow: hidden;
}
.mail ul {
padding: 2em 0;
border-top: 1px solid #EAEAEA;
list-style-type: none;
}
.mail ul li {
margin-bottom: .5em;
font-size: 1.2em;
padding-left: 1em;
color: #999;
font-weight: 600;
}
.mail ul li span {
display: block;
color: #777;
font-weight: 300;
padding-left: 1em;
font-size: .8em;
margin: .5em 0 0;
}
.mail ul li a {
color: #777;
text-decoration: none;
}
.mail ul li a:hover {
color: #f72459;
}
.mail ul li i {
left: -1em;
color: #02A0C3;
}
#envelope {
width: 530px;
margin: -325px auto 0;
height: 825px;
display:none;
}
#envelope * {
margin: 0;
border: none;
}
#envelope p {
text-shadow: 0 1px 0 #fff;
font-size: 24px;
margin: 0;
}
div h1.contactHeading, #envelope > .contactHeading {
font-family: 'Cormorant Infant', sans-serif;
margin: 20px;
text-align: center;
font-size: 38px;
text-shadow: 0 1px 0 #ede8d9;
}
#form_envelope {
overflow: hidden;
height: 446px;
position: relative;
top: 0px;
-webkit-transition: all 1s ease-in-out .3s;
-moz-transition: all 1s ease-in-out .3s;
-o-transition: all 1s ease-in-out .3s;
transition: all 1s ease-in-out .3s;
}
#form_envelope:before {
content: "";
position: absolute;
bottom: 128px;
left: 0px;
background: url('../Images/contact/before.png');
width: 530px;
height: 316px;
}
#form_envelope:after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
background: url('../Images/contact/after.png');
width: 530px;
height: 260px;
}
#form_envelope.hide:after, #form_envelope.hide:before {
display: none;
}
#form_envelope:hover {
height: 776px;
top: -200px;
}
#envelope form {
background: #f7f2ec url('../Images/contact/letter_bg.png');
position: relative;
top: 200px;
overflow: hidden;
height: 200px;
width: 400px;
margin: 0px auto;
padding: 20px;
border: 1px solid #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
-webkit-transition: all 1s ease-in-out .3s;
-moz-transition: all 1s ease-in-out .3s;
-o-transition: all 1s ease-in-out .3s;
transition: all 1s ease-in-out .3s;
}
#form_envelope:hover form {
height: 530px;
}
#envelope label {
font-size: 16px;
color: #b3aba1;
text-transform: uppercase;
text-shadow: 0px 1px 0px #fff;
}
#envelope input[type=text], textarea {
font: 14px normal normal uppercase helvetica, arial, serif;
color: #7c7873;
background: none;
width: 380px;
height: 36px;
padding: 0px 10px;
margin: 0 0 10px 0;
border: 1px solid #f8f5f1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0px 0px 1px #726959;
-webkit-box-shadow: inset 0px 0px 1px #b3a895;
box-shadow: inset 0px 0px 1px #b3a895;
}
#envelope textarea {
height: 80px;
padding-top: 14px;
}
#envelope textarea:focus, #envelope input[type=text]:focus {
background: rgba(255,255,255,.35);
}
#form_envelope input[type=submit] {
border: 0;
position: relative;
/*font-family: 'YanoneKaffeesatzRegular';*/
font-size: 24px;
color: #7c7873;
text-shadow: 0 1px 0 #fff;
width: 95%;
text-align: center;
opacity: 0;
background: none;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: opacity .6s ease-in-out 0s;
-moz-transition: opacity .6s ease-in-out 0s;
-o-transition: opacity .6s ease-in-out 0s;
transition: opacity .6s ease-in-out 0s;
}
#form_envelope:hover input[type=submit] {
z-index: 1;
opacity: 1;
-webkit-transition: opacity .5s ease-in-out 1.3s;
-moz-transition: opacity .5s ease-in-out 1.3s;
-o-transition: opacity .5s ease-in-out 1.3s;
transition: opacity .5s ease-in-out 1.3s;
}
#envelope #form_envelope:hover input:hover[type=submit] {
color: #435c70;
}
/*validation styles*/
#contact-info > .fa-check {
margin-top: 8px;
color: #8BC34A;
float: right;
display: none;
}
.error-message {
font-size: 9px;
color: red;
padding-left: 20px;
display: none;
}
/*#endregion*/
/*#region media*/
/*-----start-responsive-design------*/
@media (max-width:1366px) {
.call-to-action {
width: 280px;
margin-right: 0px;
float: right;
}
.appeal p {
margin-left: auto;
}
}
@media (min-width:1200px) {
rect, svg {
min-width: 200px;
/*width: 200px;*/
font-size: 200px;
}
.jumbotron {
margin-top: 6vw;
}
.fix-on-large {
width: 1160px;
}
.offers {
font-size: 14px;
}
}
@media (max-width:1200px) {
.shape {
stroke-dashoffset: -214;
}
.jumbotron {
margin-top: 1vw;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 53px;
}
.team-grid .thumb:hover .caption {
height: 76%;
}
.footer-shape {
right: 300px;
/* background-color: blue; */
background-position: center right;
}
.promo {
/*width: 31.5%;*/
}
.offers {
font-size: 13px;
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye-m.png);
-webkit-mask-image: url(../Images/feature/eye-m.png);
}
.leaf-shaped-element {
shape-outside: url(../Images/feature/leaf-m.png);
-webkit-mask-image: url(../Images/feature/leaf-m.png);
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird-m.png);
-webkit-mask-image: url(../Images/feature/bird-m.png);
}
}
@media (max-width:1000px) {
rect, svg {
min-width: 100px;
/*width: 100px;*/
font-size: 100px;
}
.shape {
stroke-dasharray: 82 540;
stroke-dashoffset: -168;
}
text {
font-size: 15px;
}
.menu-effect:hover .text {
font-size: 20px;
}
.navbar-nav > li > a {
padding: 6px 0px;
}
}
@media (max-width:1024px) {
.logo a {
font-size: 4em;
}
.navbar-nav > li > a {
padding: 0px 0px;
}
}
@media (max-width:991px) {
body > section > div.row > div > h3.survey-link.wow.fadeInDown.animated {
line-height: 56px;
}
.contact {
margin-top: 0px;
}
#envelope {
margin: -20px auto 0;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 45px;
}
.nav-button label {
margin-right: 20px;
}
.slider-wrapper, .banner {
height: 64vw;
}
.banner {
height: auto;
}
.team-overall {
margin-top: 325px;
}
.content-wrap {
margin-top: 64vw;
}
.team-overall-grid-right {
margin: 24.5em 0 0;
}
.team-overall-grid-right p {
margin: 0;
}
.banner-info {
width: 70%;
}
.banner-info h1 {
font-size: 2em;
}
.team-overall h2 {
font-size: 1em;
}
.item h3 {
font-size: 1.1em;
}
.item p {
width: 88%;
}
.team-grid {
float: left;
width: 25%;
}
.team-grid .thumb:hover .caption {
height: 100%;
padding: 10px 10px;
}
.team-overall1-left, .team-overall1-right {
min-height: 315px;
}
.footer-grid-left:nth-child(2) {
margin: 0 0 2em;
}
.news-grid {
float: left;
width: 33.33%;
}
.testimonials-grid {
float: left;
width: 50%;
}
.testimonials-grid-pos {
bottom: -70%;
}
.services-grid-left1 ul li {
display: block;
}
.services-grid-left {
width: 80%;
margin: 0 auto 2em;
}
.service-bottom-right {
margin: 0 1em;
}
.blog-grid-right, .blog-grid-left {
float: left;
width: 50%;
}
.blog-grid-left h4 a {
font-size: 1.2em;
line-height: 1.5em;
}
.blog-grid-left {
padding: 1em 1em 0;
}
.single-grid-right {
margin: 5em 0 0;
}
.leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea {
width: 32.1%;
}
.team-grid .thumb:hover .caption {
height: 103%;
}
.caption ul {
width: 92%;
}
}
@media (min-width:768px) and (max-width:1200px) {
.footer-align {
width: 700px;
margin-right: 0px;
margin-left: auto;
}
#open-source {
margin-left: -43px;
}
}
@media (min-width:768px) and (max-width:991px) {
.promo .offers {
padding: .25em 2em;
}
}
@media (max-width:784px) {
.expand-height-thumbs-mob {
height: 1100px;
}
#my-map-display {
margin: 0 auto;
}
body > section > div.row > div > h3.survey-link.wow.fadeInDown.animated {
line-height: 56px;
margin-bottom: 100px;
}
}
@media (max-width:767px) {
.scale {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
transform: none;
box-shadow: none;
}
.survey-heading {
font-size: 30px;
}
.questions-section {
padding-left: 50px;
}
.slider.slider-horizontal {
width: 250px;
}
.slider-tick-label {
font-size: .8em;
}
.promo {
margin-top: 1em;
margin-left: 8.33333333%;
}
.price-drop {
display: none;
}
.additional {
margin: 70px 0 0 0;
}
#my-map-display {
-webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
.team-overall h2 {
width: 80%;
}
.appeal {
margin-top: 90px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background: rgba(0, 32, 60, 0.8);
}
.jumbotron h1, .jumbotron .h1 {
font-size: 36px;
}
.call-to-action {
width: 100%;
text-align: center;
}
.footer {
height: 450px;
}
.footer-shape {
display: none;
}
.navbar-toggle {
float: none;
}
.navbar-header {
background-color: transparent;
text-align: center;
margin: 0;
text-align: center;
}
.navs-section {
height: 680px;
}
.social {
margin: 30px auto 0px auto;
}
.navbar-default {
margin: 1.5em 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.mail ul {
text-align: center;
}
#envelope {
margin: -180px auto 0;
}
#form_envelope:before {
background: none;
}
#form_envelope:after {
background: none;
}
.contact {
margin-top: 160px;
}
.jumbotron .container {
margin-top: 67px;
}
#envelope {
height: 575px;
}
#form_envelope:hover {
height: 776px;
top: 0;
}
#form_envelope {
height: 776px;
top: 0;
}
#envelope form {
height: 400px;
top: -200px;
}
#form_envelope:hover form {
height: 400px;
}
#form_envelope form {
margin-top: 220px;
}
#form_envelope input[type=submit] {
opacity: 1;
}
.team-grid .thumb:hover .caption {
height: 45%;
}
.team-grid {
float: left;
width: 50%;
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye-s.png);
-webkit-mask-image: url(../Images/feature/eye-s.png);
}
.leaf-shaped-element {
shape-outside: url(../Images/feature/leaf-s.png);
-webkit-mask-image: url(../Images/feature/leaf-s.png);
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird-s.png);
-webkit-mask-image: url(../Images/feature/bird-s.png);
}
}
@media (max-width: 640px) {
#intro-head h1 {
font-size: 5vw;
}
.nav-button label {
font-size: 110pt;
}
.nav-button label:active {
font-size: 130pt;
}
.jumbotron {
margin-top: -62px;
}
.team-grid .thumb:hover .caption {
height: 62%;
}
.caption ul {
width: 100%;
}
#signup {
width: 90%;
height: 635px;
}
.label {
font-size: 60%;
}
.team h3 {
font-size: 2em;
}
}
@media (max-width:574px) {
#envelope {
width: auto;
}
#envelope form {
width: auto;
}
}
@media (min-width:480px) and (max-width:767px) {
.footer-content .offset-16 {
margin-left: 16.66666667%;
width: 33.33333333%;
}
.footer-content .offset-8 {
margin-left: 8.333333333%;
width: 33.33333333%;
}
}
@media (max-width:480px) {
.jumbotron .container {
margin-top: 67px;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 20px;
margin-right: -32px;
}
.nav-button label {
margin-right: 0px;
}
.slider-wrapper {
height: 310px;
}
.team-overall {
margin-top: 230px;
}
.team-overall h2 {
width: 100%;
}
.team-overall-grid-right {
margin: 73% 0 0;
}
.content-wrap {
margin-top: 310px;
}
.slider-wrapper img {
width: auto;
height: 310px;
}
figure.effect-team h3 {
font-size: 1.2em;
margin: -20px;
}
.highlighted-line {
width: 78%;
}
.social li {
margin: -1.2em;
}
.social {
width: 11.5em;
margin: 0 auto;
}
.social a {
width: 3em;
height: 3em;
line-height: 4em;
}
.social a i {
font-size: 2em;
}
.facebook {
background: #155b9d;
left: 0;
top: 0%;
}
.google {
background: #e32600;
top: 43px;
left: 43px;
}
.twitter {
background: #1a9ec4;
left: 86px;
top: 0px;
}
.youtube {
background: #e30000;
left: 129px;
top: 43px;
}
.linkedin-square {
background: #0081c4;
left: 172px;
top: 0px;
}
.team-grid .thumb:hover .caption {
height: 96%;
}
.caption ul {
transform: scale(.8);
width: 100%;
}
.team h3 {
font-size: 1em;
}
.nav-button label {
font-size: 63pt;
}
.nav-button label:active {
font-size: 73pt;
}
.expand-height-thumbs-mob {
height: 240vw;
}
#envelope {
margin-top: 0px;
}
.promo {
width: 83%;
}
#signup {
height: 690px;
}
}
@media (max-width: 420px) {
.tooltip > .tooltip-inner {
margin-top: 10px;
height: 100px;
padding: 20px 20px;
color: #fff;
font-family: initial;
font-size: 1.5em;
text-align: center;
background-color: brown;
border-radius: 40px;
line-height: 20px;
font-family: 'Cormorant Infant', sans-serif;
width: 200px;
max-width: 200px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #f0f8ff;
}
#signup #email {
font-size: 12px;
}
.navbar-nav > li > a, .banner-info p {
font-size: 13px;
}
.contact-map {
height: 250px;
}
#my-map-display {
width: 220px;
height: 220px;
-webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
figure.effect-team figcaption::before {
width: 260px;
height: 230px;
}
figure.effect-team p {
font-size: .6em;
}
.caption ul {
margin: -31px auto;
transform: scale(.5);
}
.btn-switch-theme {
width: 18%;
}
.btn-switch-theme span {
font-size: 10px;
}
.survey-heading {
font-size: 20px;
}
.slider.slider-horizontal {
width: 235px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
margin-left: -3px;
}
.slider-tick-label {
font-size: .7em;
}
}
@media (max-width: 360px) {
.shape-mask-container {
width:100%;
margin-left: 10%;
}
}
@media (max-width: 330px) {
.survey-heading {
font-size: 20px;
}
.slider.slider-horizontal {
width: 190px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
margin-left: -3px;
}
.slider-tick-label {
font-size: .5em;
}
.caption ul {
margin: -45px auto;
}
}
@media (max-width:320px) {
.highlighted-line {
width: 65%;
}
.logo a {
font-size: 2em;
}
.banner {
height: auto;
}
.team-grid .thumb:hover .caption {
height: 145%;
}
.caption h3 {
font-size: 18px;
margin-top: 10px;
}
.team-overall-grid-left, .team-overall-grid-right {
padding: 5px;
}
.team-overall h2 {
margin: 0 auto 2em;
}
}
/*#endregion footer*/ | WebMartSite/Content/style.css | * {
outline: none;
}
*:hover, *:active, *:focus {
outline: none;
}
html, body {
font-size: 100%;
font-family: 'Cormorant Infant', sans-serif;
/*stopping scroll-bar from appearing beacuse of wow*/
overflow-x: hidden;
}
body {
overflow: hidden;
background-color: #ffffff;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/diag.png);
}
p, body {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Abril Fatface', cursive;
margin: 0;
}
ul, label {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
.scrolloff {
pointer-events: none;
}
a:focus, a:hover {
text-decoration: none;
}
a {
cursor: pointer;
}
input {
outline: none;
}
.clearfix {
overflow: auto;
display: block;
}
.no-padding {
padding: 0;
}
.top-gap {
margin-top: 50px;
}
.fixed-height-ifrmae-wrapper {
height: 400px;
}
em {
font-style: normal;
color: #e81d62;
font-weight: bolder;
}
hr {
border: 1px solid rgba(128, 128, 128, 0.41);
margin-bottom: 40px;
}
/*#endregion General*/
/*#region index*/
/*#region Banner*/
.banner {
overflow: hidden;
display: block;
position: absolute;
z-index: 3;
margin: 0 auto;
min-height: 0px;
width: 100%;
}
rect, svg {
min-width: 150px;
/*width: 200px;*/
font-size: 150px; /* using font-size to define em size so that the svgs can pick up the width in all browsers */
}
/** Slider*/
#slider {
position: absolute;
z-index: 1;
}
.banner-content {
width: 100%;
margin: 0 auto;
}
#intro-head h1 {
text-align: center;
line-height: 2em;
color: white;
}
#intro-head {
background: lightblue;
background-image: url(../images/button-tex.png);
}
.slider-wrapper {
position: relative;
width: 100%;
height: 51vw;
background: #FFF;
/*stopping scroll-bar from appearing beacuse of wow*/
overflow: hidden;
}
.banner {
height: 51vw;
}
.slider-wrapper li {
display: none;
}
.slider-wrapper .current-slide {
display: block;
}
.slider-wrapper img {
position: absolute;
width: 100%;
height: auto;
top: 0;
left: 0;
}
/**
* ---[Caption] ----------------------
**/
.slider-wrapper .caption {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.65);
width: 100%;
padding: 30px 0;
color: #FFF;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.slider-wrapper li:hover .caption {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.slider-wrapper h3 {
color: #00c5b9;
text-align: center;
font-size: 2em;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
margin-bottom: 10px;
}
.slider-wrapper p {
text-align: center;
font-size: 17px;
color: #DADADA;
font-weight: inherit;
line-height: 1.4em;
}
.control-buttons {
display: none;
text-align: center;
z-index: 20;
}
/*-- /banner section --*/
.logo {
padding: 2em 0 0;
text-align: center;
}
.logo a {
font-size: 5em;
text-shadow: 1px 2px 2px #000;
color: #E91E63;
font-family: 'Josefin Sans', cursive;
text-decoration: none;
}
.logo a span {
display: block;
font-size: .2em;
color: #DFDFDF;
line-height: 0;
letter-spacing: 2px;
font-family: 'Josefin Sans', sans-serif;
}
/*#endregion Banner*/
/*#region website-nav*/
.shape {
stroke-dasharray: 140 540;
stroke-dashoffset: -292;
stroke-width: 0px;
fill: transparent;
stroke: white;
border-bottom: 5px solid black;
transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, fill 2s ease;
}
.active .shape {
stroke-width: 8px;
}
.text {
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
font-size: 20px;
text-align: center;
top: -48px;
position: relative;
fill: white;
}
.menu-effect:hover .shape {
stroke-width: 2px;
stroke-dashoffset: 0;
stroke-dasharray: 760;
fill: rgba(0, 0, 0, 0.31);
}
.menu-effect:hover .text {
font-size: 32px;
fill: #f72459;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-collapse {
padding: 0;
}
.navbar-nav {
float: none;
margin-top: 10px;
}
.navbar-default {
background: rgba(0, 0, 0, 0.21);
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
border-left: none;
border-right: none;
margin: 2.5em 0 0;
z-index: 1;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
border: 1px solid transparent;
transition: .5s all;
}
.navbar-nav > li > a {
padding: 10px 0px;
font-size: 1em;
}
.navbar-nav > li {
margin: 0 0 0 .5em;
}
.center-container {
text-align: center;
}
.main-nav {
display: inline-block;
text-align: center;
}
.jumbotron .container {
margin-top: 60px;
overflow: visible;
}
.jumbotron.motto {
background-color: transparent;
text-align: center;
overflow: hidden;
}
.jumbotron.motto h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 125px #E91E63, 0 0 5px #F44336;
}
.nav-button label {
font-weight: inherit;
width: 200px;
height: 100%;
transition: opacity .2s;
color: rgb(13, 104, 176);
font-size: 156pt;
text-align: center;
line-height: 144px;
font-family: sans-serif;
text-shadow: 0px 0px 15px rgb(27, 26, 26);
opacity: .9;
z-index: 2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s ease-out;
}
.nav-button label:active {
color: #11466f;
font-size: 176pt;
text-shadow: 0px 0px 15px #3F51B5;
}
.next-button {
float: right;
}
.prev-button {
float: left;
}
/*#endregion website-nav*/
/*#region sample */
.content-wrap {
margin-top: 51VW;
}
.buttons-section {
width: 100%;
height: 400px;
}
.navs-section {
width: 100%;
height: 590px;
}
.thumbs-section {
width: 100%;
height: 100%;
}
.appeal {
padding: 20px;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/appeal-tex.png);
}
.appeal p {
margin-left: 900px;
font-size: 33px;
}
.fixed-height-wrapper {
height: 590px;
}
/*#endregion sample */
/*#region footer*/
.footer-shape {
pointer-events: none;
padding: 2em 0;
height: 456px;
position: absolute;
width: 99%;
background-image: url("../images/triangles.png");
background-size: 900px auto;
background-position-x: -20px;
background-repeat: no-repeat;
margin-top: -440px;
}
.footer h2 {
font-size: 55px;
}
.social {
position: relative;
height: 6.5em;
width: 13.5em;
margin-left: 25px;
}
.social li {
display: block;
margin: -2.2em;
position: absolute;
/*prefixes for different browsers and rotating social media icons*/
-webkit-transition: -webkit-transform .7s;
-moz-transition: -moz-transform .7s;
-ms-transition: -ms-transform .7s;
-o-transition: -o-transform .7s;
transition: transform .7s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
text-align: center;
}
.social a {
color: #fffdf0;
display: block;
height: 4em;
line-height: 6em;
text-align: center;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 4em;
}
.social li:hover {
-webkit-transform: scale(1.3,1.3) rotate(45deg);
-moz-transform: scale(1.3,1.3) rotate(45deg);
-ms-transform: scale(1.3,1.3) rotate(45deg);
-o-transform: scale(1.3,1.3) rotate(45deg);
transform: scale(1.3,1.3) rotate(45deg);
}
.facebook {
background: #155b9d;
left: 0;
top: 0%;
}
.google {
background: #e32600;
top: 54px;
left: 25%;
}
.twitter {
background: #1a9ec4;
left: 50%;
top: 0%;
}
.youtube {
background: #e30000;
left: 75%;
top: 54px;
}
.linkedin-square {
background: #0081c4;
left: 100%;
top: 0%;
}
.valign {
position: relative;
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.footer-content {
overflow: hidden;
}
.footer {
background-color: #da004a;
/* Background pattern from subtlepatterns.com */
background-image: url(../images/diag.png);
height: 250px;
width: 100%;
padding: 5px;
box-shadow: 0 0 32px 2px hsl(0, 0%, 54%);
}
#open-source {
font-weight: 600;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.62);
color: rgba(0, 0, 0, 0.57);
text-align: center;
}
#open-source span {
cursor: pointer;
}
.footer-links {
width: 50px;
text-align: center;
}
.footer-links a.menu {
display: block;
margin: 0;
width: 100%;
height: 50px;
background-color: #ccc;
font-size: 23px;
line-height: 50px;
}
.footer-links a.link {
position: relative;
display: block;
height: 50px;
margin-bottom: 10px;
}
.footer-links a.link span.active,
.footer-links a.link span.hover {
display: table;
position: absolute;
width: 100%;
height: 100%;
transform-origin: 0% 50% 0px;
-webkit-transform-origin: 0% 50% 0px;
transition: .2s;
-webkit-transition: .2s;
border-bottom: 1px solid #555;
}
.footer-links a.link span.active {
/*flip animation of span on hover over button with matrix*/
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0 1, 0, 0, 0, 0, 1);
left: 0;
background-color: #444;
}
.footer-links a.link:hover span.active {
background-color: #999;
transform: matrix3d(0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, 0, 0, 1);
-webkit-transform: matrix3d(0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, 0, 0, 1);
}
.footer-links a.link span.active .vertical {
color: #aaa;
}
.footer-links a.link span.hover {
transform: matrix3d(0, 0, -1, 0.00166, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1);
-webkit-transform: matrix3d(0, 0, -1, 0.00166, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1);
left: 100%;
background-color: #ccc;
}
.footer-links a.link:hover span.hover {
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00166, -50, 0, 0, 1);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00166, -50, 0, 0, 1);
}
/*#endregion footer*/
/*#endregion*/
/*#region Feature*/
.tour-selection {
margin: 70px 0 250px;
}
.shape-mask {
cursor: pointer;
height: 280px;
-webkit-mask-repeat: no-repeat;
shape-margin: 15px;
shape-image-threshold: 0.5;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.shape-mask p {
font-size: 16px;
color: white;
padding: 10%;
text-shadow: 1px 1px 2px #222625, 0 0 25px #673AB7, 0 0 5px #bb8b8b;
opacity: 0;
}
.leaf-shaped-element {
/*clipping image with another png image*/
shape-outside: url(../Images/feature/leaf.png);
background: url(../Images/feature/bg-leaf.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/leaf.png);
}
.leaf-shaped-element:hover {
/*de-clipping image with another png image*/
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.shape-overlay {
text-align: center;
height: 280px;
background-color: rgba(41, 15, 15, 0.73);
opacity: 0;
}
.leaf-shaped-element:hover p, .leaf-shaped-element:hover .shape-overlay, .bird-shaped-element:hover p, .bird-shaped-element:hover .shape-overlay, .eye-shaped-element:hover p, .eye-shaped-element:hover .shape-overlay {
opacity: 1;
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird.png);
background: url(../Images/feature/bg-bird.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/bird.png);
}
.bird-shaped-element:hover {
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye.png);
background: url(../Images/feature/bg-eye.jpg);
mask-image: url(leaf.png);
-webkit-mask-image: url(../Images/feature/eye.png);
}
.eye-shaped-element:hover {
shape-outside: url(../Images/feature/vid.png);
-webkit-mask-image: url(../Images/feature/vid.png);
}
.bg-feature {
background-color: rgba(140, 140, 140, 0.24);
}
/*#endregion*/
/*#region Pricing*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
.dollar {
font-weight: bold;
font-size: 50px;
margin: 0;
}
.price {
margin-bottom: 100px;
}
.price sub {
font-size: 13px;
color: darkgrey;
}
.scale sub {
font-size: 13px;
color: #7a7fc8;
}
.additional {
margin: 200px 0;
}
.additional h3 {
font-family: 'Cormorant Infant';
color: #E91E63;
text-align: center;
}
.price-drop {
overflow: hidden;
}
.promos {
max-width: 1080px;
margin: 0 auto;
}
.promo {
margin: 1em .5em 1.625em;
padding: .25em 0 2em;
background: #0F1012;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 1.625;
color: #f9f9f9;
text-align: center;
display: inline;
float: left;
margin: 1em 0 0;
-webkit-transition: all 500ms ease-in 0s;
-moz-transition: all 500ms ease-in 0s;
-o-transition: all 500ms ease-in 0s;
transition: all 500ms ease-in 0s;
}
.promo h4 {
margin: .25em 0 0;
font-size: 170%;
font-weight: normal;
}
.promo .features {
margin: 0;
padding: 0;
list-style-type: none;
color: #999999;
}
.promo li {
padding: .25em 0;
}
.promo .brief {
color: #f9f9f9;
}
.promo .price {
margin: .5em 0;
padding: .25em 0;
background: #292b2e;
font-size: 250%;
color: #f9f9f9;
}
.promo .buy {
margin: 1em 0 0;
}
.promo a {
padding: 1em 3.25em;
border: none;
border-radius: 40px;
background: #292b2e;
color: #f9f9f9;
cursor: pointer;
}
.survey-link a {
padding: 1em .25em;
border: none;
border-radius: 40px;
background: #d26489;
color: #f9f9f9;
cursor: pointer;
margin: 3px;
}
.promo a:hover {
background: #2748ab;
}
.survey-link a:hover {
background: #F44336;
}
.scale {
-webkit-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
transform: scale(1.2);
box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
z-index: 2;
}
.scale .price {
color: #989bc6;
}
.scale a {
background: #48529c;
}
.scale a:hover {
background: #3F51B5;
}
/* The Overlay (background) */
.overlay, .overlay-back {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
pointer-events: none;
overflow: hidden;
}
.overlay-back {
z-index: 99; /* Sit on top */
background-color: rgba(40, 52, 75, 0.9);
pointer-events: all;
}
/* Position the content inside the overlay */
#signup {
pointer-events: all;
background: #009aad;
position: relative;
top: 5vh;
text-align: center;
margin: 0 auto;
width: 500px;
max-height:650px;
}
.scrollbar {
overflow-y: scroll;
}
.force-overflow {
min-height: 450px;
position: absolute;
}
#signup::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#signup::-webkit-scrollbar {
border-radius: 6px;
width: 12px;
background-color: #535353;
}
#signup::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #535353;
}
#signup #check {
margin-left: 15px;
}
.overlay .closebtn {
position: absolute;
top: -3%;
right: -2%;
font-size: 50px;
font-weight: 700;
line-height: 0;
color: rgb(83, 83, 83);
}
#signup .closebtn {
position: absolute;
top: 6%;
right: 1%;
font-size: 50px;
font-weight: 700;
line-height: 0;
color: rgb(83, 83, 83);
}
#signup-mask {
position: fixed;
top: 0;
position: fixed;
background: rgba(47, 67, 180, 0.25);
z-index: 500;
width: 100%;
height: 100%;
display: none;
}
/* use :target to look for a link to the overlay then we find mask */
#signup:target, #signup:target + #signup-mask {
display: block;
opacity: 1;
}
.close {
font-size: 50px;
font-weight: 700;
line-height: 0;
}
#signup form {
color: #FDFCFB;
text-align: center;
margin: 10px auto;
padding: 30px 30px 30px 30px;
height: 85vh;
}
#signup form h1 {
font-size: 35px;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 20px;
}
#signup .signup-info {
font-size: 14px;
letter-spacing: 1px;
line-height: 1.3em;
margin: -2px 0 45px;
}
#signup .input {
display: flex;
align-items: center;
margin-bottom: 20px;
}
#signup .button {
height: 44px;
border: none;
background-color: #E86C8D;
}
#signup #email, #signup #name, #signup #special-req, #signup #phone, #signup #preferred-comm {
width: 75%;
background: #FDFCFB;
font-family: inherit;
color: #737373;
letter-spacing: 1px;
text-indent: 5%;
border-radius: 5px 0 0 5px;
}
#signup #name, #signup #special-req, #signup #phone, #signup #preferred-comm {
width: 92%;
}
#signup #date {
width: 92%;
background: #FDFCFB;
font-family: 'Cormorant Infant';
color: #737373;
letter-spacing: 1px;
text-indent: 5%;
border-radius: 5px 0 0 5px;
}
.checkboxes {
text-align: left;
margin-bottom: 10px;
}
.checkbox-inline {
margin-left:10px;
}
#signup #submit {
width: 25%;
height: 46px;
background: #E86C8D;
font-family: inherit;
font-weight: bold;
color: inherit;
letter-spacing: 1px;
border-radius: 0 5px 5px 0;
cursor: pointer;
transition: background .3s ease-in-out;
}
#signup #submit:hover {
background: #d45d7d;
}
#signup input:focus {
outline: none;
outline: 2px solid #E86C8D;
box-shadow: 0 0 2px #E86C8D;
}
#error-message-name {
text-align: left;
}
#error-message-signup, #error-message-signup-name {
text-align: left;
color: rgba(0, 0, 0, 0);
}
/*#endregion*/
/*#region Survey*/
.questions-section {
margin-bottom: 200px;
}
.slider-tick-label {
font-style: italic;
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 1em;
}
.slider.slider-horizontal {
width: 400px;
}
#slider-container {
margin-bottom: 90px;
}
.survey-heading {
text-align: center;
margin: 50px;
font-size: 40px;
font-family: inherit;
}
.survey-heading span {
color: #f72459;
}
#survey-options.visible {
display: block;
}
.survey-option.visible, .survey-question.visible, .survey-answer.visible {
display: block;
}
.survey-option, .survey-question, .survey-answer {
outline: none;
text-decoration: none;
position: relative;
font-size: 1.5em;
line-height: 1.3em;
color: #E91E63;
display: none;
}
.survey-question {
color: #1e1a1b;
}
.survey-option--takiri:hover {
color: #1e1a1b;
}
.survey-option--takiri {
font-family: 'Josefin Sans', serif;
font-size: 1.5em;
padding: 0 0px 20px;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}
.survey-option--takiri:hover {
color: #1e1a1b;
}
.survey-option--takiri.option-selected {
color: #9e9ba4;
}
.survey-option--takiri.option-selected:hover {
color: #9e9ba4;
}
.survey-option--takiri.option-selected::before {
content: '';
position: absolute;
height: 9px;
width: 87px;
top: 50%;
margin-top: -18px;
left: 85px;
z-index: 1;
background: rgba(34, 109, 165, 0.54);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.survey-option--takiri.option-selected::before {
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.slider-handle {
background-color: #009688;
}
.survey-option--takiri span {
font-size: 20%;
font-weight: 400;
position: absolute;
right: 15px;
color: #e53369;
bottom: 0;
opacity: 0;
-webkit-transform: translate3d(-10px,-10px,0);
transform: translate3d(-10px,-10px,0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.survey-option--takiri:hover span {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#feature-page-redirect {
margin-top: 20px;
}
.btn-overlay {
font-size: 16px;
color: #ec3b77;
font-family: serif;
background-color: transparent;
font-weight: bold;
transition: all ease-in-out 1s;
font-family: 'Cormorant Infant', sans-serif;
}
.survey-answer {
font-size: 20px;
}
#preview-overlay-back {
background-color: rgba(0, 0, 0, 0.46);
}
#preview-container {
pointer-events: all;
position: relative;
top: 15px;
text-align: center;
margin: 0 auto;
height: 95%;
width: 95%;
}
.switch-theme {
position: absolute;
top: 0px;
right: 0;
left: 0;
text-align: center;
margin: 0 auto;
font-size: 50px;
font-weight: 700;
line-height: 0;
z-index: 2;
pointer-events: all;
width: 310px;
}
.btn-switch-theme {
height: 15px;
transition: all 1s ease;
top: 0px;
right: 0;
left: 0;
}
.btn-switch-theme span {
opacity: 0;
vertical-align: text-bottom;
font-size: 16px;
color: #432a1b;
transition: opacity .25s ease;
}
.btn-switch-theme:hover {
height: 70px;
}
.btn-switch-theme:hover span {
opacity: 1;
transition: opacity 1s ease;
}
#switch-dark {
background-color: #5a666d;
}
#switch-light {
background-color: aliceblue;
}
#switch-autumn {
background-color: yellow;
}
#switch-original {
background-color: red;
}
#preview-iframe-container {
margin-top: 15px;
height: 100%;
}
#preview-container iframe {
width: 100%;
height: 100%;
}
.tooltip > .tooltip-inner {
margin-top: 10px;
height: 200px;
padding: 50px 20px;
color: #fff;
font-family: initial;
font-size: 2em;
text-align: center;
background-color: brown;
border-radius: 40px;
line-height: 50px;
font-family: 'Cormorant Infant', sans-serif;
width: 400px;
max-width: 400px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #f0f8ff;
}
/*#endregion*/
/*#region About*/
.social-icon ul li {
display: inline-block;
}
.social-icon ul li .icon-button .icon-twitter {
background: url(../images/about/social.png) no-repeat 0px -7px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-twitter:hover {
background: url(../images/about/social.png) no-repeat 0px -54px;
display: block;
}
.social-icon ul li .icon-button .icon-google {
background: url(../images/about/social.png) no-repeat -43px -7px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-google:hover {
background: url(../images/about/social.png) no-repeat -43px -52px;
display: block;
}
.social-icon ul li .icon-button .icon-v {
background: url(../images/about/social.png) no-repeat -83px -6px;
display: block;
width: 43px;
height: 43px;
}
.social-icon ul li .icon-button .icon-v:hover {
background: url(../images/about/social.png) no-repeat -83px -52px;
display: block;
}
.team-twitter span, .team-google span, .team-v span {
background-color: #f72459;
}
.social-icon a:hover {
background-color: #f72459;
}
.social-icon a {
-o-transition: all 0.3s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.icon-button i {
background: none;
color: white;
height: 2.6rem;
left: 0;
line-height: 2.6rem;
position: absolute;
top: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 2.6rem;
z-index: 10;
}
.icon-button span {
border-radius: 0;
display: block;
height: 0;
left: 50%;
margin: 0;
position: absolute;
top: 50%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 0;
}
.icon-button {
background-color: white;
border-radius: 2.6rem;
cursor: pointer;
display: inline-block;
font-size: 2.0rem;
height: 2.6rem;
line-height: 3.6rem;
margin: 0 5px;
position: relative;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 2.6rem;
}
.team h3 {
font-size: 2.5em;
margin: 0;
text-align: center;
}
.team h3 span {
color: #f72459;
}
.team-description {
text-align: center;
font-size: 20px;
}
.team-grids {
margin: 3em 0 0;
}
.team-grid {
padding: 0;
}
.team-grid .thumb {
position: relative;
width: 100%;
overflow: hidden;
}
.team-grid .thumb .caption {
float: left;
width: 100%;
height: 70px;
position: absolute;
left: 0;
bottom: -75px;
padding: 20px 30px;
text-align: center;
background-color: rgba(2, 160, 195, 0.68);
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-grid .thumb:hover .caption {
height: 58%;
padding: 40px 30px;
opacity: 1;
visibility: visible;
}
figure.thumb img {
width: 100%;
}
.caption h3 {
margin: 0;
}
.caption h3 a {
font-size: .8em;
color: #fff;
text-decoration: none;
}
.caption span {
font-size: 14px;
color: #fff;
display: block;
}
.caption p {
color: #fff;
font-size: 14px;
margin: 0;
line-height: 1.8em;
}
.caption ul {
padding: 1em 0 0;
}
.caption ul li {
list-style-type: none;
display: inline-block;
}
/*team members section*/
.team-overall {
margin-top: 400px;
overflow: hidden;
}
.team-overall-grid-left figure figcaption, .team-overall-grid-left figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.team-overall-grid-left figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-team figcaption::before {
position: absolute;
right: -100px;
bottom: -100px;
width: 285px;
height: 300px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.effect-team:hover figcaption::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figcaption p span {
color: #ff9fb7;
}
.team-overall-grid-right {
margin: 2em 0 0;
}
.team-overall-grid-right p span {
display: initial;
margin: 0;
}
figure.effect-team p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1em 1em 0em;
width: 140px;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(20px,20px,0);
transform: translate3d(20px,20px,0);
font-size: .8em;
line-height: 1.8em;
}
.team-overall-grids {
padding: 1.5em 0;
}
.team-overall-grid-right {
margin: 1.5em 0 0;
}
.team-overall-grid-right h3 {
font-size: 1em;
line-height: 1.5em;
}
.team-overall h2 {
width: 50%;
margin: 0 auto 3em;
color: #f72459;
font-style: italic;
font-size: 1.3em;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
line-height: 1.6em;
}
figure.effect-team h3 {
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
font-size: 1.8em;
color: #fff;
}
.team-overall-grid-right h3 {
font-size: 1.6em;
margin: 0;
text-transform: uppercase;
}
.team-overall-grid-right p {
margin: 2em 0 0;
color: #999;
font-size: 17px;
line-height: 1.8em;
}
.team-overall-grid-left figure {
position: relative;
float: left;
overflow: hidden;
margin: 0;
min-width: 100%;
max-width: 480px;
max-height: 360px;
width: 48%;
height: auto;
background: #3085a3;
text-align: center;
}
figure.effect-team {
background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.effect-team h3 span {
color: #F72459;
}
.team-overall-grid-right h3 span, basic-cycle h3 span {
color: #f72459;
}
.cycle-text, .basic-cycle-text {
display: none;
}
figure.effect-team:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-team img {
margin: -10px 0 0 -10px;
max-width: none;
width: -webkit-calc(100% + 10px);
width: calc(100% + 30px);
opacity: 0.9;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.effect-team:hover h3, figure.effect-team:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/*#endregion About*/
/*#region Contact*/
#contact-information {
overflow: hidden;
}
.contact {
margin-top: 320px;
}
.contact-map {
overflow: hidden;
height: 500px;
resize: none;
max-width: 100%;
}
#my-map-display {
width: 400px;
height: 400px;
background-size: cover;
transition: 0.4s cubic-bezier(1, -1, 0, 2);
-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
clip-path: polygon(100% 50%, 0 0, 0 100%);
overflow: hidden;
}
.mail ul {
padding: 2em 0;
border-top: 1px solid #EAEAEA;
list-style-type: none;
}
.mail ul li {
margin-bottom: .5em;
font-size: 1.2em;
padding-left: 1em;
color: #999;
font-weight: 600;
}
.mail ul li span {
display: block;
color: #777;
font-weight: 300;
padding-left: 1em;
font-size: .8em;
margin: .5em 0 0;
}
.mail ul li a {
color: #777;
text-decoration: none;
}
.mail ul li a:hover {
color: #f72459;
}
.mail ul li i {
left: -1em;
color: #02A0C3;
}
#envelope {
width: 530px;
margin: -325px auto 0;
height: 825px;
display:none;
}
#envelope * {
margin: 0;
border: none;
}
#envelope p {
text-shadow: 0 1px 0 #fff;
font-size: 24px;
margin: 0;
}
div h1.contactHeading, #envelope > .contactHeading {
font-family: 'Cormorant Infant', sans-serif;
margin: 20px;
text-align: center;
font-size: 38px;
text-shadow: 0 1px 0 #ede8d9;
}
#form_envelope {
overflow: hidden;
height: 446px;
position: relative;
top: 0px;
-webkit-transition: all 1s ease-in-out .3s;
-moz-transition: all 1s ease-in-out .3s;
-o-transition: all 1s ease-in-out .3s;
transition: all 1s ease-in-out .3s;
}
#form_envelope:before {
content: "";
position: absolute;
bottom: 128px;
left: 0px;
background: url('../Images/contact/before.png');
width: 530px;
height: 316px;
}
#form_envelope:after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
background: url('../Images/contact/after.png');
width: 530px;
height: 260px;
}
#form_envelope.hide:after, #form_envelope.hide:before {
display: none;
}
#form_envelope:hover {
height: 776px;
top: -200px;
}
#envelope form {
background: #f7f2ec url('../Images/contact/letter_bg.png');
position: relative;
top: 200px;
overflow: hidden;
height: 200px;
width: 400px;
margin: 0px auto;
padding: 20px;
border: 1px solid #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
-webkit-transition: all 1s ease-in-out .3s;
-moz-transition: all 1s ease-in-out .3s;
-o-transition: all 1s ease-in-out .3s;
transition: all 1s ease-in-out .3s;
}
#form_envelope:hover form {
height: 530px;
}
#envelope label {
font-size: 16px;
color: #b3aba1;
text-transform: uppercase;
text-shadow: 0px 1px 0px #fff;
}
#envelope input[type=text], textarea {
font: 14px normal normal uppercase helvetica, arial, serif;
color: #7c7873;
background: none;
width: 380px;
height: 36px;
padding: 0px 10px;
margin: 0 0 10px 0;
border: 1px solid #f8f5f1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0px 0px 1px #726959;
-webkit-box-shadow: inset 0px 0px 1px #b3a895;
box-shadow: inset 0px 0px 1px #b3a895;
}
#envelope textarea {
height: 80px;
padding-top: 14px;
}
#envelope textarea:focus, #envelope input[type=text]:focus {
background: rgba(255,255,255,.35);
}
#form_envelope input[type=submit] {
border: 0;
position: relative;
/*font-family: 'YanoneKaffeesatzRegular';*/
font-size: 24px;
color: #7c7873;
text-shadow: 0 1px 0 #fff;
width: 95%;
text-align: center;
opacity: 0;
background: none;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: opacity .6s ease-in-out 0s;
-moz-transition: opacity .6s ease-in-out 0s;
-o-transition: opacity .6s ease-in-out 0s;
transition: opacity .6s ease-in-out 0s;
}
#form_envelope:hover input[type=submit] {
z-index: 1;
opacity: 1;
-webkit-transition: opacity .5s ease-in-out 1.3s;
-moz-transition: opacity .5s ease-in-out 1.3s;
-o-transition: opacity .5s ease-in-out 1.3s;
transition: opacity .5s ease-in-out 1.3s;
}
#envelope #form_envelope:hover input:hover[type=submit] {
color: #435c70;
}
/*validation styles*/
#contact-info > .fa-check {
margin-top: 8px;
color: #8BC34A;
float: right;
display: none;
}
.error-message {
font-size: 9px;
color: red;
padding-left: 20px;
display: none;
}
/*#endregion*/
/*#region media*/
/*-----start-responsive-design------*/
@media (max-width:1366px) {
.call-to-action {
width: 280px;
margin-right: 0px;
float: right;
}
.appeal p {
margin-left: auto;
}
}
@media (min-width:1200px) {
rect, svg {
min-width: 200px;
/*width: 200px;*/
font-size: 200px;
}
.jumbotron {
margin-top: 6vw;
}
.fix-on-large {
width: 1160px;
}
.offers {
font-size: 14px;
}
}
@media (max-width:1200px) {
.shape {
stroke-dashoffset: -214;
}
.jumbotron {
margin-top: 1vw;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 53px;
}
.team-grid .thumb:hover .caption {
height: 76%;
}
.footer-shape {
right: 300px;
/* background-color: blue; */
background-position: center right;
}
.promo {
/*width: 31.5%;*/
}
.offers {
font-size: 13px;
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye-m.png);
-webkit-mask-image: url(../Images/feature/eye-m.png);
}
.leaf-shaped-element {
shape-outside: url(../Images/feature/leaf-m.png);
-webkit-mask-image: url(../Images/feature/leaf-m.png);
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird-m.png);
-webkit-mask-image: url(../Images/feature/bird-m.png);
}
}
@media (max-width:1000px) {
rect, svg {
min-width: 100px;
/*width: 100px;*/
font-size: 100px;
}
.shape {
stroke-dasharray: 82 540;
stroke-dashoffset: -168;
}
text {
font-size: 15px;
}
.menu-effect:hover .text {
font-size: 20px;
}
.navbar-nav > li > a {
padding: 6px 0px;
}
}
@media (max-width:1024px) {
.logo a {
font-size: 4em;
}
.navbar-nav > li > a {
padding: 0px 0px;
}
}
@media (max-width:991px) {
body > section > div.row > div > h3.survey-link.wow.fadeInDown.animated {
line-height: 56px;
}
.contact {
margin-top: 0px;
}
#envelope {
margin: -20px auto 0;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 45px;
}
.nav-button label {
margin-right: 20px;
}
.slider-wrapper, .banner {
height: 64vw;
}
.banner {
height: auto;
}
.team-overall {
margin-top: 325px;
}
.content-wrap {
margin-top: 64vw;
}
.team-overall-grid-right {
margin: 24.5em 0 0;
}
.team-overall-grid-right p {
margin: 0;
}
.banner-info {
width: 70%;
}
.banner-info h1 {
font-size: 2em;
}
.team-overall h2 {
font-size: 1em;
}
.item h3 {
font-size: 1.1em;
}
.item p {
width: 88%;
}
.team-grid {
float: left;
width: 25%;
}
.team-grid .thumb:hover .caption {
height: 100%;
padding: 10px 10px;
}
.team-overall1-left, .team-overall1-right {
min-height: 315px;
}
.footer-grid-left:nth-child(2) {
margin: 0 0 2em;
}
.news-grid {
float: left;
width: 33.33%;
}
.testimonials-grid {
float: left;
width: 50%;
}
.testimonials-grid-pos {
bottom: -70%;
}
.services-grid-left1 ul li {
display: block;
}
.services-grid-left {
width: 80%;
margin: 0 auto 2em;
}
.service-bottom-right {
margin: 0 1em;
}
.blog-grid-right, .blog-grid-left {
float: left;
width: 50%;
}
.blog-grid-left h4 a {
font-size: 1.2em;
line-height: 1.5em;
}
.blog-grid-left {
padding: 1em 1em 0;
}
.single-grid-right {
margin: 5em 0 0;
}
.leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea {
width: 32.1%;
}
.team-grid .thumb:hover .caption {
height: 103%;
}
.caption ul {
width: 92%;
}
}
@media (min-width:768px) and (max-width:1200px) {
.footer-align {
width: 700px;
margin-right: 0px;
margin-left: auto;
}
#open-source {
margin-left: -43px;
}
}
@media (min-width:768px) and (max-width:991px) {
.promo .offers {
padding: .25em 2em;
}
}
@media (max-width:784px) {
.expand-height-thumbs-mob {
height: 1100px;
}
#my-map-display {
margin: 0 auto;
}
body > section > div.row > div > h3.survey-link.wow.fadeInDown.animated {
line-height: 56px;
margin-bottom: 100px;
}
}
@media (max-width:767px) {
.scale {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
transform: none;
box-shadow: none;
}
.survey-heading {
font-size: 30px;
}
.questions-section {
padding-left: 50px;
}
.slider.slider-horizontal {
width: 250px;
}
.slider-tick-label {
font-size: .8em;
}
.promo {
margin-top: 1em;
margin-left: 8.33333333%;
}
.price-drop {
display: none;
}
.additional {
margin: 70px 0 0 0;
}
#my-map-display {
-webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
.team-overall h2 {
width: 80%;
}
.appeal {
margin-top: 90px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background: rgba(0, 32, 60, 0.8);
}
.jumbotron h1, .jumbotron .h1 {
font-size: 36px;
}
.call-to-action {
width: 100%;
text-align: center;
}
.footer {
height: 450px;
}
.footer-shape {
display: none;
}
.navbar-toggle {
float: none;
}
.navbar-header {
background-color: transparent;
text-align: center;
margin: 0;
text-align: center;
}
.navs-section {
height: 680px;
}
.social {
margin: 30px auto 0px auto;
}
.navbar-default {
margin: 1.5em 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.mail ul {
text-align: center;
}
#envelope {
margin: -180px auto 0;
}
#form_envelope:before {
background: none;
}
#form_envelope:after {
background: none;
}
.contact {
margin-top: 160px;
}
.jumbotron .container {
margin-top: 67px;
}
#envelope {
height: 575px;
}
#form_envelope:hover {
height: 776px;
top: 0;
}
#form_envelope {
height: 776px;
top: 0;
}
#envelope form {
height: 400px;
top: -200px;
}
#form_envelope:hover form {
height: 400px;
}
#form_envelope form {
margin-top: 220px;
}
#form_envelope input[type=submit] {
opacity: 1;
}
.team-grid .thumb:hover .caption {
height: 45%;
}
.team-grid {
float: left;
width: 50%;
}
.eye-shaped-element {
shape-outside: url(../Images/feature/eye-s.png);
-webkit-mask-image: url(../Images/feature/eye-s.png);
}
.leaf-shaped-element {
shape-outside: url(../Images/feature/leaf-s.png);
-webkit-mask-image: url(../Images/feature/leaf-s.png);
}
.bird-shaped-element {
shape-outside: url(../Images/feature/bird-s.png);
-webkit-mask-image: url(../Images/feature/bird-s.png);
}
}
@media (max-width: 640px) {
#intro-head h1 {
font-size: 5vw;
}
.nav-button label {
font-size: 110pt;
}
.nav-button label:active {
font-size: 130pt;
}
.jumbotron {
margin-top: -62px;
}
.team-grid .thumb:hover .caption {
height: 62%;
}
.caption ul {
width: 100%;
}
#signup {
width: 90%;
height: 635px;
}
.label {
font-size: 60%;
}
.team h3 {
font-size: 2em;
}
}
@media (max-width:574px) {
#envelope {
width: auto;
}
#envelope form {
width: auto;
}
}
@media (min-width:480px) and (max-width:767px) {
.footer-content .offset-16 {
margin-left: 16.66666667%;
width: 33.33333333%;
}
.footer-content .offset-8 {
margin-left: 8.333333333%;
width: 33.33333333%;
}
}
@media (max-width:480px) {
.jumbotron .container {
margin-top: 67px;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 20px;
margin-right: -32px;
}
.nav-button label {
margin-right: 0px;
}
.slider-wrapper {
height: 310px;
}
.team-overall {
margin-top: 230px;
}
.team-overall h2 {
width: 100%;
}
.team-overall-grid-right {
margin: 73% 0 0;
}
.content-wrap {
margin-top: 310px;
}
.slider-wrapper img {
width: auto;
height: 310px;
}
figure.effect-team h3 {
font-size: 1.2em;
margin: -20px;
}
.highlighted-line {
width: 78%;
}
.social li {
margin: -1.2em;
}
.social {
width: 11.5em;
margin: 0 auto;
}
.social a {
width: 3em;
height: 3em;
line-height: 4em;
}
.social a i {
font-size: 2em;
}
.facebook {
background: #155b9d;
left: 0;
top: 0%;
}
.google {
background: #e32600;
top: 43px;
left: 43px;
}
.twitter {
background: #1a9ec4;
left: 86px;
top: 0px;
}
.youtube {
background: #e30000;
left: 129px;
top: 43px;
}
.linkedin-square {
background: #0081c4;
left: 172px;
top: 0px;
}
.team-grid .thumb:hover .caption {
height: 96%;
}
.caption ul {
transform: scale(.8);
width: 100%;
}
.team h3 {
font-size: 1em;
}
.nav-button label {
font-size: 63pt;
}
.nav-button label:active {
font-size: 73pt;
}
.expand-height-thumbs-mob {
height: 240vw;
}
#envelope {
margin-top: 0px;
}
.promo {
width: 83%;
}
#signup {
height: 690px;
}
}
@media (max-width: 420px) {
.tooltip > .tooltip-inner {
margin-top: 10px;
height: 100px;
padding: 20px 20px;
color: #fff;
font-family: initial;
font-size: 1.5em;
text-align: center;
background-color: brown;
border-radius: 40px;
line-height: 20px;
font-family: 'Cormorant Infant', sans-serif;
width: 200px;
max-width: 200px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #f0f8ff;
}
#signup #email {
font-size: 12px;
}
.navbar-nav > li > a, .banner-info p {
font-size: 13px;
}
.contact-map {
height: 250px;
}
#my-map-display {
width: 220px;
height: 220px;
-webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
figure.effect-team figcaption::before {
width: 260px;
height: 230px;
}
figure.effect-team p {
font-size: .6em;
}
.caption ul {
margin: -31px auto;
transform: scale(.5);
}
.btn-switch-theme {
width: 18%;
}
.btn-switch-theme span {
font-size: 10px;
}
.survey-heading {
font-size: 20px;
}
.slider.slider-horizontal {
width: 235px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
margin-left: -3px;
}
.slider-tick-label {
font-size: .7em;
}
}
@media (max-width: 360px) {
.shape-mask-container {
width:100%;
margin-left: 10%;
}
}
@media (max-width: 330px) {
.survey-heading {
font-size: 20px;
}
.slider.slider-horizontal {
width: 190px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
margin-left: -3px;
}
.slider-tick-label {
font-size: .5em;
}
.caption ul {
margin: -45px auto;
}
}
@media (max-width:320px) {
.highlighted-line {
width: 65%;
}
.logo a {
font-size: 2em;
}
.banner {
height: auto;
}
.team-grid .thumb:hover .caption {
height: 145%;
}
.caption h3 {
font-size: 18px;
margin-top: 10px;
}
.team-overall-grid-left, .team-overall-grid-right {
padding: 5px;
}
.team-overall h2 {
margin: 0 auto 2em;
}
}
/*#endregion footer*/ | 0.452778 | 0.106784 |
@media (min-width: 992px) {
/* Navabar style */
.nav-link:hover::after{
content: '';
display: block;
border-bottom: 1px solid #000000;
width: 40%;
margin: auto;
padding-bottom: 2px;
margin-bottom: -3px;
}
.lacak p{
margin-bottom: 0 !important;
}
.lapor h3{
text-align: none !important;
margin-top: 0 !important;
}
/* jumbotron */
.bgJumbotron h1 {
padding-top: 250px !important;
font-size: 40px !important;
font-weight: lighter;
}
.bgJumbotron span{
color: white;
font-style: normal;
font-weight: 500;
}
.bgJumbotron h1 , p{
margin: auto;
width: 95% !important;
color: white;
}
.bgJumbotron p{
font-style: italic;
font-size: 17px !important;
}
/* Pelaporan $ Pelacakan */
.lapor .col-sm-6 h1{
margin-top: 10%
}
.lacak .col-sm-6 h1{
margin-top: 10%
}
.statistik{
margin-top: 0 !important;
}
.laporBtn{
margin-top: 20px !important;
background-color: #000000;
margin-left: 0 !important;
padding-left: 45px !important;
padding-right: 45px !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
color: white;
font-size: 16px !important;
}
.lapor{
padding-top: 70px !important;
min-height: 100%;
}
.lacak{
min-height: 100%;
padding-top: 70px;
}
.statistik{
padding-top: 50px !important;
}
.lapor p{
margin-bottom: 0 !important;
}
.aboutsUs3 .col-sm-4{
margin-bottom: 0 !important;
}
.dendyy{
margin-top: 0 !important;
}
.sulu{
margin-top: 0 !important;
}
/* <NAME> */
}
body{
overflow-x: hidden;
}
/* ---------------------------------------------------
Navbar STYLE
----------------------------------------------------- */
.alertHome{
border-radius: 3px;
box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.3), 0 5px 23px 0 rgba(0, 0, 0, 0.4);
/* padding-left: 50px;
padding-right: 40px; */
padding-bottom: 50px;
padding-top: 50px;
padding-bottom: 50px;
margin-top: 15%;
background-color: white;
min-width: 400.1px;
text-shadow: none;
text-align: center;
font-size: 24px;
font-style: italic;
}
/* ---------------------------------------------------
Jumbotron STYLE
----------------------------------------------------- */
.bgJumbotron{
background-image: url(../image/29.jpg);
background-size: cover;
background-position: 0 0;
/* min-height: 100vh; */
height: 100vh;
width: 100vw;
/* background-attachment: fixed; */
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
overflow: hidden;
position: relative;
}
.beranda h1{
font-size: 30px;
padding-top: 200px;
font-weight: lighter;
}
.bgJumbotron h1, p{
margin: auto;
width: 90%;
color: white;
}
.bgJumbotron h1 span{
color: white;
font-weight: 500;
font-style: normal;
}
.bgJumbotron p{
font-style: italic;
padding-top: 5px;
}
.overlayJumbotron{
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
position: absolute;
}
/* ---------------------------------------------------
Pelaporan dan Pelacakan STYLE
----------------------------------------------------- */
.text-right{
margin-right: 10px;
color: black;
}
.text-center{
color: black;
}
.gambar1{
max-width: 100%;
}
.lacakLapor{
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 22px 0 rgba(0, 0, 0, 0.25);
}
.lapor{
padding-bottom: 30px;
/* border: 1px solid black; */
padding-top: 5%;
}
.lapor h3{
text-align: center;
margin-top: 20px;
}
.lacak h3{
text-align: center;
}
.lacak p{
margin-bottom: 20px;
}
.lapor p{
margin-bottom: 20px;
}
.lacak{
padding-bottom: 30px;
/* border: 1px solid black; */
}
.lacak .lacakLapor{
margin-top: 30px;
}
.laporBtn{
margin-left: 25%;
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
padding-left: 30px;
background-color:#000000;
color: white;
}
.aboutsUs3 .col-sm-4{
/* margin-bottom: 10px; */
}
.statistik{
margin-top: 20px;
}
.laporBtn:hover{
background-color: #313335;
color: white;
text-decoration: none;
}
/* ---------------------------------------------------
Bagian Statistik STYLE
----------------------------------------------------- */
.statistik{
min-height: 600px;
}
/* ---------------------------------------------------
Tentang Kami STYLE
----------------------------------------------------- */
.aboutUs{
background-image: url(../image/5.png);
background-size: cover;
background-position: 0 0;
background-attachment: fixed;
min-height: 150px;
}
.artha{transform: rotate(90deg);}
.tenntangkami{
background-image: url(../image/12.jpg);
background-size: cover;
background-attachment: fixed;
min-height: 140px;
position: relative;
}
.tenntangkami h2{
margin-top: 15px;
font-weight: bold;
color: white;
}
.tenntangkami p{
font-size: 23px;
color: white;
}
.overlay{
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
position: absolute;
}
.aboutUs2{
background-color: white;
min-height: 130px;
}
.aboutUs2 p{
color: black;
padding-bottom: 30px;
padding-top: 10px;
}
.aboutUs2P{margin-top: 20px;}
.aboutsUs3{min-height: auto;}
.aboutsUs3{
background-color: #EEF2F5;
}
.ff{
margin-top: 3%;
color: #4D5667;
}
.aboutsUs3 .col-sm-12 p{
color: #888f9b;
}
.aboutsUs3 .container{
margin-top: 2%;
padding-bottom: 3%;
}
.aboutsUs3 .container h6{
margin-top: 10px;
margin-bottom: 10px;
}
.ee{
margin-top: 20px;
background-color:white;
min-height: auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.col-sm-3{
padding: 30px;
margin-left: 30px;
}
.col-sm-3 p{
color: black;
}
.aboutsUs3 .container p{
margin-top: -8px;
margin-left: 0;
font-style: italic;
}
.aboutsUs3 .container .kolomBawah{
margin-top: 30px;
}
.aboutsUs3 .col-sm-4{
margin-bottom: 13px;
}
.quote{
font-style: italic;
}
.aboutsUs3 .img-fluid{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 19px 0 rgba(0, 0, 0, 0.100);
}
.col-sm-4{
opacity: 0;
transform: translateY(0px);
transition: all .5s ease-in-out;
}
.col-sm-4.showing{
opacity: 1;
}
.fab{
margin-right: 5px;
}
.aboutsUs3 .container h6{
padding-top: 5px;
font-size: 20px;
}
.aboutsUs3 .container a{
text-decoration: none;
color: #888F9B;
}
.aboutsUs3 .container a:hover{
text-decoration: none;
color: #51586b;
}
.dendyy{
margin-top: 20px;
}
.sulu{
margin-top: 20px;
}
/* ---------------------------------------------------
Footer STYLE
----------------------------------------------------- */
footer p{
color: black;
}
footer{
padding: 20px;
}
span{
color: #DC3545;
font-style: italic;
} | public/css/beranda.css | @media (min-width: 992px) {
/* Navabar style */
.nav-link:hover::after{
content: '';
display: block;
border-bottom: 1px solid #000000;
width: 40%;
margin: auto;
padding-bottom: 2px;
margin-bottom: -3px;
}
.lacak p{
margin-bottom: 0 !important;
}
.lapor h3{
text-align: none !important;
margin-top: 0 !important;
}
/* jumbotron */
.bgJumbotron h1 {
padding-top: 250px !important;
font-size: 40px !important;
font-weight: lighter;
}
.bgJumbotron span{
color: white;
font-style: normal;
font-weight: 500;
}
.bgJumbotron h1 , p{
margin: auto;
width: 95% !important;
color: white;
}
.bgJumbotron p{
font-style: italic;
font-size: 17px !important;
}
/* Pelaporan $ Pelacakan */
.lapor .col-sm-6 h1{
margin-top: 10%
}
.lacak .col-sm-6 h1{
margin-top: 10%
}
.statistik{
margin-top: 0 !important;
}
.laporBtn{
margin-top: 20px !important;
background-color: #000000;
margin-left: 0 !important;
padding-left: 45px !important;
padding-right: 45px !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
color: white;
font-size: 16px !important;
}
.lapor{
padding-top: 70px !important;
min-height: 100%;
}
.lacak{
min-height: 100%;
padding-top: 70px;
}
.statistik{
padding-top: 50px !important;
}
.lapor p{
margin-bottom: 0 !important;
}
.aboutsUs3 .col-sm-4{
margin-bottom: 0 !important;
}
.dendyy{
margin-top: 0 !important;
}
.sulu{
margin-top: 0 !important;
}
/* <NAME> */
}
body{
overflow-x: hidden;
}
/* ---------------------------------------------------
Navbar STYLE
----------------------------------------------------- */
.alertHome{
border-radius: 3px;
box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.3), 0 5px 23px 0 rgba(0, 0, 0, 0.4);
/* padding-left: 50px;
padding-right: 40px; */
padding-bottom: 50px;
padding-top: 50px;
padding-bottom: 50px;
margin-top: 15%;
background-color: white;
min-width: 400.1px;
text-shadow: none;
text-align: center;
font-size: 24px;
font-style: italic;
}
/* ---------------------------------------------------
Jumbotron STYLE
----------------------------------------------------- */
.bgJumbotron{
background-image: url(../image/29.jpg);
background-size: cover;
background-position: 0 0;
/* min-height: 100vh; */
height: 100vh;
width: 100vw;
/* background-attachment: fixed; */
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
overflow: hidden;
position: relative;
}
.beranda h1{
font-size: 30px;
padding-top: 200px;
font-weight: lighter;
}
.bgJumbotron h1, p{
margin: auto;
width: 90%;
color: white;
}
.bgJumbotron h1 span{
color: white;
font-weight: 500;
font-style: normal;
}
.bgJumbotron p{
font-style: italic;
padding-top: 5px;
}
.overlayJumbotron{
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
position: absolute;
}
/* ---------------------------------------------------
Pelaporan dan Pelacakan STYLE
----------------------------------------------------- */
.text-right{
margin-right: 10px;
color: black;
}
.text-center{
color: black;
}
.gambar1{
max-width: 100%;
}
.lacakLapor{
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 22px 0 rgba(0, 0, 0, 0.25);
}
.lapor{
padding-bottom: 30px;
/* border: 1px solid black; */
padding-top: 5%;
}
.lapor h3{
text-align: center;
margin-top: 20px;
}
.lacak h3{
text-align: center;
}
.lacak p{
margin-bottom: 20px;
}
.lapor p{
margin-bottom: 20px;
}
.lacak{
padding-bottom: 30px;
/* border: 1px solid black; */
}
.lacak .lacakLapor{
margin-top: 30px;
}
.laporBtn{
margin-left: 25%;
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
padding-left: 30px;
background-color:#000000;
color: white;
}
.aboutsUs3 .col-sm-4{
/* margin-bottom: 10px; */
}
.statistik{
margin-top: 20px;
}
.laporBtn:hover{
background-color: #313335;
color: white;
text-decoration: none;
}
/* ---------------------------------------------------
Bagian Statistik STYLE
----------------------------------------------------- */
.statistik{
min-height: 600px;
}
/* ---------------------------------------------------
Tentang Kami STYLE
----------------------------------------------------- */
.aboutUs{
background-image: url(../image/5.png);
background-size: cover;
background-position: 0 0;
background-attachment: fixed;
min-height: 150px;
}
.artha{transform: rotate(90deg);}
.tenntangkami{
background-image: url(../image/12.jpg);
background-size: cover;
background-attachment: fixed;
min-height: 140px;
position: relative;
}
.tenntangkami h2{
margin-top: 15px;
font-weight: bold;
color: white;
}
.tenntangkami p{
font-size: 23px;
color: white;
}
.overlay{
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
position: absolute;
}
.aboutUs2{
background-color: white;
min-height: 130px;
}
.aboutUs2 p{
color: black;
padding-bottom: 30px;
padding-top: 10px;
}
.aboutUs2P{margin-top: 20px;}
.aboutsUs3{min-height: auto;}
.aboutsUs3{
background-color: #EEF2F5;
}
.ff{
margin-top: 3%;
color: #4D5667;
}
.aboutsUs3 .col-sm-12 p{
color: #888f9b;
}
.aboutsUs3 .container{
margin-top: 2%;
padding-bottom: 3%;
}
.aboutsUs3 .container h6{
margin-top: 10px;
margin-bottom: 10px;
}
.ee{
margin-top: 20px;
background-color:white;
min-height: auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.col-sm-3{
padding: 30px;
margin-left: 30px;
}
.col-sm-3 p{
color: black;
}
.aboutsUs3 .container p{
margin-top: -8px;
margin-left: 0;
font-style: italic;
}
.aboutsUs3 .container .kolomBawah{
margin-top: 30px;
}
.aboutsUs3 .col-sm-4{
margin-bottom: 13px;
}
.quote{
font-style: italic;
}
.aboutsUs3 .img-fluid{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 19px 0 rgba(0, 0, 0, 0.100);
}
.col-sm-4{
opacity: 0;
transform: translateY(0px);
transition: all .5s ease-in-out;
}
.col-sm-4.showing{
opacity: 1;
}
.fab{
margin-right: 5px;
}
.aboutsUs3 .container h6{
padding-top: 5px;
font-size: 20px;
}
.aboutsUs3 .container a{
text-decoration: none;
color: #888F9B;
}
.aboutsUs3 .container a:hover{
text-decoration: none;
color: #51586b;
}
.dendyy{
margin-top: 20px;
}
.sulu{
margin-top: 20px;
}
/* ---------------------------------------------------
Footer STYLE
----------------------------------------------------- */
footer p{
color: black;
}
footer{
padding: 20px;
}
span{
color: #DC3545;
font-style: italic;
} | 0.372848 | 0.068975 |
h1, h3 {
color:#666;
font-family:sans-serif;
}
.screen {
background:url(train.jpg);
width:1000px;
height:500px;
overflow:hidden;
position:relative;
-moz-perspective:600px;
}
.cube {
width:300px;
height:200px;
position:absolute;
}
.cube .title {
color:#fff;
font-family:sans-serif;
font-weight:lighter;
padding:16px;
}
.title span {
display:block;
font-size:12px;
padding-top:8px;
}
.red {
background:#ed4343;
top:50px;
left:550px;
-moz-transform-origin: right center;
-moz-transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s ease-in-out;
z-index:50;
}
.blue {
background:#43b7ed;
top:50px;
left:150px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s ease-in-out;
z-index:50;
}
.header {
background:#222222;
position:absolute;
top:-40px;
height:40px;
line-height:40px;
color:#fff;
font-weight:bold;
font-family:sans-serif;
text-align:center;
width:100%;
opacity:0.8;
-moz-transition: -moz-transform 0.5s ease;
}
.screen:hover .red {
-moz-transform: rotateY(-70deg) translateX(150px) translateY(24px) translateZ(50px);
}
.screen:hover .blue {
-moz-transform: rotateY(70deg) translateX( -150px ) translateY(24px) translateZ(50px);
}
.screen:hover .header {
-moz-transform: translateY(40px);
}
.screen:hover .next {
opacity:1;
margin-top:0px;
}
.next {
background: magenta;
top:50px;
left:350px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: all 0.6s ease-in-out;
z-index:1;
-moz-transform: translate3d( -50px, 400px, -800px );
box-shadow:0px 0px 30px 10px #eee;
opacity:0.4;
}
.screen .next {
-moz-transform: translate3d( 0px, 20px, 0px );
box-shadow:none;
opacity:0;
margin-top:250px;
}
.nextNext {
background:#0f0;
top:50px;
left:350px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: all 0.6s ease-in-out;
z-index:100;
-moz-transform: translate3d( 0px, 600px, 600px );
box-shadow:0px 0px 20px 10px #ed4343;
opacity:0.4;
}
.screen:hover .nextNext {
-moz-transform: translate3d( 0px, 240px, 0px );
box-shadow:none;
opacity:0.9;
} | win.css | h1, h3 {
color:#666;
font-family:sans-serif;
}
.screen {
background:url(train.jpg);
width:1000px;
height:500px;
overflow:hidden;
position:relative;
-moz-perspective:600px;
}
.cube {
width:300px;
height:200px;
position:absolute;
}
.cube .title {
color:#fff;
font-family:sans-serif;
font-weight:lighter;
padding:16px;
}
.title span {
display:block;
font-size:12px;
padding-top:8px;
}
.red {
background:#ed4343;
top:50px;
left:550px;
-moz-transform-origin: right center;
-moz-transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s ease-in-out;
z-index:50;
}
.blue {
background:#43b7ed;
top:50px;
left:150px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: -moz-transform 0.5s ease-in-out;
z-index:50;
}
.header {
background:#222222;
position:absolute;
top:-40px;
height:40px;
line-height:40px;
color:#fff;
font-weight:bold;
font-family:sans-serif;
text-align:center;
width:100%;
opacity:0.8;
-moz-transition: -moz-transform 0.5s ease;
}
.screen:hover .red {
-moz-transform: rotateY(-70deg) translateX(150px) translateY(24px) translateZ(50px);
}
.screen:hover .blue {
-moz-transform: rotateY(70deg) translateX( -150px ) translateY(24px) translateZ(50px);
}
.screen:hover .header {
-moz-transform: translateY(40px);
}
.screen:hover .next {
opacity:1;
margin-top:0px;
}
.next {
background: magenta;
top:50px;
left:350px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: all 0.6s ease-in-out;
z-index:1;
-moz-transform: translate3d( -50px, 400px, -800px );
box-shadow:0px 0px 30px 10px #eee;
opacity:0.4;
}
.screen .next {
-moz-transform: translate3d( 0px, 20px, 0px );
box-shadow:none;
opacity:0;
margin-top:250px;
}
.nextNext {
background:#0f0;
top:50px;
left:350px;
-moz-transform-origin: left center;
-moz-transform-style: preserve-3d;
-moz-transition: all 0.6s ease-in-out;
z-index:100;
-moz-transform: translate3d( 0px, 600px, 600px );
box-shadow:0px 0px 20px 10px #ed4343;
opacity:0.4;
}
.screen:hover .nextNext {
-moz-transform: translate3d( 0px, 240px, 0px );
box-shadow:none;
opacity:0.9;
} | 0.463201 | 0.081447 |
h1 {
color: #a100ff;
}
.heading {
text-align: center;
width: 100%;
}
.problem {
display: flex;
flex-direction: row;
}
.links {
font-size: 25px;
margin: 0px;
padding: 0px;
color: #fbf9fc;
background-color: #0a0a0a;
width: 30%;
line-height: 1em;
float: left;
text-decoration: none;
}
a {
text-decoration: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #9615f2;
}
.photo {
width: 70%;
float: right;
}
.wide {
width: 100%;
}
h2 {
font-size: 20px;
margin: 15px;
}
.track_fees {
background: #004A87;
background-image: url(https://jcarter2590.github.io/peak_performance/images/medium_sized.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.track_fees h1 {
text-align: center;
}
.track_fees .underline {
color: red;
}
.track_fees:not(h1) {
color: white;
text-shadow: .5px .5px 5px black;
}
.track_fees table,
.track_fees th,
.track_fees td {
border: 1px solid black;
border-collapse: collapse;
}
.track_fees table {
width: 75%;
}
.faqs h1,
.faqs h2,
.faqs h3,
.faqs h4 {
text-align: center;
}
.faqs h1 {
color: #780cb2;
}
.faqs h2,
.faqs h3,
.faqs h4 {
color: #830bc4;
}
.faqs h4 {
font-size: 23px;
}
.faqs p {
font-size: 19px;
}
.meet_info {
text-align: center;
font-size: 17px;
font-weight: bold;
background-image: url("http://ak.c.ooyala.com/d5bGNuYzplfUXFqTDAlrrRPBHvFHK6L-/Ut_HKthATH4eww8X4xMDoxOjA4MTsiGN");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.meet_info h1 {
text-align: center;
}
.meet_info h2,
.meet_info h3,
.meet_info h4 {
font-size: 20px;
}
.meet_info h5 {
font-size: 35px;
}
.meet_info p {
color: #a3a3a3;
}
.club_info h1 {
text-align: center;
}
.club_info #first-paragraph {
text-align: center;
color: #ae00ff;
font-size: 25px;
}
.coach .bg-image {
height: 100vh;
width: 100%;
}
.registration h1 {
text-align: center;
}
.bg-image {
background-image: url("https://jcarter2590.github.io/peak_performance/images/coach_picture.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
}
.spirit {
text-align: center;
font-size: 150px;
}
.spirit_body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
} | styles/index.processed.css | h1 {
color: #a100ff;
}
.heading {
text-align: center;
width: 100%;
}
.problem {
display: flex;
flex-direction: row;
}
.links {
font-size: 25px;
margin: 0px;
padding: 0px;
color: #fbf9fc;
background-color: #0a0a0a;
width: 30%;
line-height: 1em;
float: left;
text-decoration: none;
}
a {
text-decoration: none;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #9615f2;
}
.photo {
width: 70%;
float: right;
}
.wide {
width: 100%;
}
h2 {
font-size: 20px;
margin: 15px;
}
.track_fees {
background: #004A87;
background-image: url(https://jcarter2590.github.io/peak_performance/images/medium_sized.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.track_fees h1 {
text-align: center;
}
.track_fees .underline {
color: red;
}
.track_fees:not(h1) {
color: white;
text-shadow: .5px .5px 5px black;
}
.track_fees table,
.track_fees th,
.track_fees td {
border: 1px solid black;
border-collapse: collapse;
}
.track_fees table {
width: 75%;
}
.faqs h1,
.faqs h2,
.faqs h3,
.faqs h4 {
text-align: center;
}
.faqs h1 {
color: #780cb2;
}
.faqs h2,
.faqs h3,
.faqs h4 {
color: #830bc4;
}
.faqs h4 {
font-size: 23px;
}
.faqs p {
font-size: 19px;
}
.meet_info {
text-align: center;
font-size: 17px;
font-weight: bold;
background-image: url("http://ak.c.ooyala.com/d5bGNuYzplfUXFqTDAlrrRPBHvFHK6L-/Ut_HKthATH4eww8X4xMDoxOjA4MTsiGN");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.meet_info h1 {
text-align: center;
}
.meet_info h2,
.meet_info h3,
.meet_info h4 {
font-size: 20px;
}
.meet_info h5 {
font-size: 35px;
}
.meet_info p {
color: #a3a3a3;
}
.club_info h1 {
text-align: center;
}
.club_info #first-paragraph {
text-align: center;
color: #ae00ff;
font-size: 25px;
}
.coach .bg-image {
height: 100vh;
width: 100%;
}
.registration h1 {
text-align: center;
}
.bg-image {
background-image: url("https://jcarter2590.github.io/peak_performance/images/coach_picture.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
}
.spirit {
text-align: center;
font-size: 150px;
}
.spirit_body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
} | 0.645567 | 0.143098 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
/** Main Style goes here**/
body {
background: #34aadc;
color: #fff;
font-family: 'Open Sans', sans-serif;
}
button,
select {
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 3px;
cursor: pointer;
font-family: inherit;
font-size: 16px;
margin: 24px auto;
outline: none;
padding: 16px 32px;
text-align: center;
text-decoration: none;
transition: all 100ms ease-in;
background-color: transparent;
background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.04));
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.05),
inset 0 1px 0 0 rgba(255, 255, 255, 0.45),
inset 0 -1px 0 0 rgba(255, 255, 255, 0.15),
0 1px 0 0 rgba(255, 255, 255, 0.15);
color: #333;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
cursor: pointer;
}
button:focus {
border-color: rgba(77, 156, 209, 0.8);
text-decoration: none;
}
button:active {
background-color: rgba(0, 0, 0, 0.05);
background-image: none;
color: inherit;
border-color: rgba(0, 0, 0, 0.25);
}
input,
textarea {
background-color: #fff;
background-image: linear-gradient(to bottom, #fafafa, #fdfdfd);
border: 1px solid rgba(0, 0, 0, 0.22);
box-shadow:
inset 0 1px 0 0 rgba(0, 0, 0, 0.04),
inset 0 0 0 1px rgba(0, 0, 0, 0.02),
0 1px 0 1px rgba(255, 255, 255, 0.3);
color: #323232;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
input,
textarea {
margin: 0.7em auto;
padding: 0.5em;
border: 0;
outline: 0;
border-radius: 3px;
}
input,
textarea {
background-color: #fff;
background-image: linear-gradient(to bottom, #fafafa, #fdfdfd);
border: 1px solid rgba(0, 0, 0, 0.22);
box-shadow:
inset 0 1px 0 0 rgba(0, 0, 0, 0.04),
inset 0 0 0 1px rgba(0, 0, 0, 0.02),
0 1px 0 1px rgba(255, 255, 255, 0.3);
color: #323232;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
[type='submit'],
.suggested-action {
background: #268bd2;
color: #fff;
}
[type='reset'] {
background: #d53c12;
color: #fff;
}
[type='submit']:active,
.suggested-action:active {
color: #268bd2;
border: 1px solid #268bd2;
background: #fff;
}
[type='reset']:active {
color: #d53c12;
border: 1px solid #d53c12;
background: #fff;
}
img.logo {
width: 10vmax;
height: 10vmax;
display: inline-block;
vertical-align: middle;
}
header h1 {
display: inline-block;
vertical-align: middle;
margin: 0;
margin-left: 2rem;
font-size: 8vmax;
}
header small {
display: block;
font-size: 1.5vmax;
}
header {
padding: 3rem 0;
background: #fff;
color: #424242;
}
section {
font-size: 120%;
}
[data-content='flavors'],
[data-content="screenshots"],
[data-form="register"] {
background: #fff;
color: #424242;
}
[data-content="screenshots"] {
cursor: pointer;
}
[data-content='faq'] {
padding-bottom: 0 !important;
}
[data-content='summary'] {
font-size: 1.5rem;
padding: 2em;
}
form {
display: none;
}
footer img {
height: 5em;
width: 5em;
margin-top: 4em;
drag: none;
user-drag: none;
}
/** Place here all Media Queries and it's styles.**/
/** Default Style. Don't change. (320px) **/
@media screen and (max-width: 20em) {}
/** Extra Small Devices, Phones (480px) **/
@media screen and (min-width : 30em) {
}
/** Medium Screens, Tablets (601px) **/
@media screen and (min-width: 37.56255em) {
.details {
width: 80%;
}
[data-content='faq'] {
padding: 2em;
}
header {
padding: 4rem 0;
}
[data-content="screenshots"]
[data-content='flavors'],
[data-content="features"] {
padding: 2em;
}
[data-content='summary'] {
padding: 3em;
}
}
/** Medium Devices, Desktops (992px)**/
@media screen and (min-width: 62em) {
[data-content='faq'] {
padding: 3em;
}
[data-content="screenshots"] .row,
[data-content="features"] .row {
padding; 2em;
}
[data-content='summary'] {
padding: 4em;
}
}
/** HD Screen, Large Devices, Wide Screens (1200px) **/
@media screen and (min-width: 75em) {
[data-content='faq'] {
padding: 5em;
}
[data-content='summary'] {
padding: 5em;
}
}
/** Full HD Screen, Large Devices, Wide Screens (1920px) **/
@media screen and (min-width: 120em) {
}
/** Retina Screen , Large Devices, Wide Screens(2560px) **/
@media screen and (min-width: 160em) {
}
/** 4k Screens, Large Devices, Wide Screens (3840px) **/
@media screen and (min-width: 240em) {
}
/** 5k Screens, Large Devices, Wide Screens (5120px) **/
@media screen and (min-width: 320em) {
}
/** CSS for Printing **/
@media print {
} | style/main.css |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
/** Main Style goes here**/
body {
background: #34aadc;
color: #fff;
font-family: 'Open Sans', sans-serif;
}
button,
select {
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 3px;
cursor: pointer;
font-family: inherit;
font-size: 16px;
margin: 24px auto;
outline: none;
padding: 16px 32px;
text-align: center;
text-decoration: none;
transition: all 100ms ease-in;
background-color: transparent;
background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.04));
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.05),
inset 0 1px 0 0 rgba(255, 255, 255, 0.45),
inset 0 -1px 0 0 rgba(255, 255, 255, 0.15),
0 1px 0 0 rgba(255, 255, 255, 0.15);
color: #333;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
cursor: pointer;
}
button:focus {
border-color: rgba(77, 156, 209, 0.8);
text-decoration: none;
}
button:active {
background-color: rgba(0, 0, 0, 0.05);
background-image: none;
color: inherit;
border-color: rgba(0, 0, 0, 0.25);
}
input,
textarea {
background-color: #fff;
background-image: linear-gradient(to bottom, #fafafa, #fdfdfd);
border: 1px solid rgba(0, 0, 0, 0.22);
box-shadow:
inset 0 1px 0 0 rgba(0, 0, 0, 0.04),
inset 0 0 0 1px rgba(0, 0, 0, 0.02),
0 1px 0 1px rgba(255, 255, 255, 0.3);
color: #323232;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
input,
textarea {
margin: 0.7em auto;
padding: 0.5em;
border: 0;
outline: 0;
border-radius: 3px;
}
input,
textarea {
background-color: #fff;
background-image: linear-gradient(to bottom, #fafafa, #fdfdfd);
border: 1px solid rgba(0, 0, 0, 0.22);
box-shadow:
inset 0 1px 0 0 rgba(0, 0, 0, 0.04),
inset 0 0 0 1px rgba(0, 0, 0, 0.02),
0 1px 0 1px rgba(255, 255, 255, 0.3);
color: #323232;
text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
[type='submit'],
.suggested-action {
background: #268bd2;
color: #fff;
}
[type='reset'] {
background: #d53c12;
color: #fff;
}
[type='submit']:active,
.suggested-action:active {
color: #268bd2;
border: 1px solid #268bd2;
background: #fff;
}
[type='reset']:active {
color: #d53c12;
border: 1px solid #d53c12;
background: #fff;
}
img.logo {
width: 10vmax;
height: 10vmax;
display: inline-block;
vertical-align: middle;
}
header h1 {
display: inline-block;
vertical-align: middle;
margin: 0;
margin-left: 2rem;
font-size: 8vmax;
}
header small {
display: block;
font-size: 1.5vmax;
}
header {
padding: 3rem 0;
background: #fff;
color: #424242;
}
section {
font-size: 120%;
}
[data-content='flavors'],
[data-content="screenshots"],
[data-form="register"] {
background: #fff;
color: #424242;
}
[data-content="screenshots"] {
cursor: pointer;
}
[data-content='faq'] {
padding-bottom: 0 !important;
}
[data-content='summary'] {
font-size: 1.5rem;
padding: 2em;
}
form {
display: none;
}
footer img {
height: 5em;
width: 5em;
margin-top: 4em;
drag: none;
user-drag: none;
}
/** Place here all Media Queries and it's styles.**/
/** Default Style. Don't change. (320px) **/
@media screen and (max-width: 20em) {}
/** Extra Small Devices, Phones (480px) **/
@media screen and (min-width : 30em) {
}
/** Medium Screens, Tablets (601px) **/
@media screen and (min-width: 37.56255em) {
.details {
width: 80%;
}
[data-content='faq'] {
padding: 2em;
}
header {
padding: 4rem 0;
}
[data-content="screenshots"]
[data-content='flavors'],
[data-content="features"] {
padding: 2em;
}
[data-content='summary'] {
padding: 3em;
}
}
/** Medium Devices, Desktops (992px)**/
@media screen and (min-width: 62em) {
[data-content='faq'] {
padding: 3em;
}
[data-content="screenshots"] .row,
[data-content="features"] .row {
padding; 2em;
}
[data-content='summary'] {
padding: 4em;
}
}
/** HD Screen, Large Devices, Wide Screens (1200px) **/
@media screen and (min-width: 75em) {
[data-content='faq'] {
padding: 5em;
}
[data-content='summary'] {
padding: 5em;
}
}
/** Full HD Screen, Large Devices, Wide Screens (1920px) **/
@media screen and (min-width: 120em) {
}
/** Retina Screen , Large Devices, Wide Screens(2560px) **/
@media screen and (min-width: 160em) {
}
/** 4k Screens, Large Devices, Wide Screens (3840px) **/
@media screen and (min-width: 240em) {
}
/** 5k Screens, Large Devices, Wide Screens (5120px) **/
@media screen and (min-width: 320em) {
}
/** CSS for Printing **/
@media print {
} | 0.416559 | 0.099952 |
@font-face {
font-family: 'Gilroy';
src: url('../fonts/Gilroy-ExtraBold.otf');
font-weight: 700;
font-style: normal;
/* название одно */
/* разные файлы */
/* разная плотность */
}
@font-face {
font-family: 'Gilroy';
src: url('../fonts/Gilroy-Light.otf');
font-weight: 300;
font-style: normal;
/* название одно */
/* разные файлы */
/* разная плотность */
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 64px;
}
.btn {
width: 285px;
height: 75px;
background-color: #5BA43A;
border: none;
color: #fff;
display: block;
font-family: "Rubik", sans-serif;
font-size: 16px;
text-align: center;
line-height: 75px;
text-transform: uppercase;
}
p {
font-family: "Rubik", sans-serif;
}
.line {
margin: 0 0 60px 0;
width: 200px;
height: 6px;
background-color: #C6E0BA;
border: none;
}
.block {
width: 1250px;
margin: 0 auto;
}
.header__wrap {
padding: 0 60px 0 60px;
}
.header__wrap nav {
padding: 25px 0 25px 0;
display: flex;
justify-content: space-between;
}
.header__wrap nav .nav__elements {
font-family: "Rubik", sans-serif;
display: flex;
justify-content: space-between;
width: 60%;
}
.header__wrap nav .nav__elements .nav__element {
font-size: 18px;
line-height: 55px;
}
.header__wrap nav .nav__elements .nav__element a {
color: #000000;
}
.header__wrap nav .nav__btn .btn_nav {
width: 250px;
height: 55px;
font-size: 14px;
line-height: 55px;
}
.gray-line {
border: 1px solid #ADC5E9;
}
.main .main__info {
padding-top: 150px;
width: 500px;
}
.main .main__info .main__conf {
margin-bottom: 50px;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 18px;
}
.main .main__info .main__title {
font-size: 36px;
margin-bottom: 20px;
line-height: 1.15;
}
.main .main__info .btn_info {
margin-bottom: 75px;
}
.main .main__info .main__date {
margin-bottom: 30px;
display: block;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 24px;
}
.main .main__info .main__address {
width: 210px;
line-height: 1.4;
font-size: 14px;
}
.for-whom:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url("../image/for_whom_bg_white.png");
background-repeat: repeat-x;
top: 65%;
}
.for-whom {
padding-top: 60px;
padding-bottom: 250px;
background-image: url("../image/for_whom_bg.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.for-whom .for-whom__title {
margin-bottom: 40px;
}
.for-whom .for-whom__line {
margin-bottom: 65px;
}
.for-whom .list-prof {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.for-whom .list-prof .list-prof__element {
margin-bottom: 80px;
margin-right: 3%;
width: 30%;
display: flex;
align-items: flex-start;
font-family: "Rubik", sans-serif;
font-weight: 300;
font-size: 22px;
line-height: 1.4;
}
.for-whom .list-prof .list-prof__element span {
line-height: 1;
margin-right: 40px;
font-family: "Gilroy", sans-serif;
font-weight: 300;
font-size: 64px;
color: #C6E0BA;
}
.for-whom .list-prof .list-prof__element .list-prof__text {
width: 300px;
}
.for-whom .for-whom__buttons {
display: flex;
justify-content: space-around;
}
.sections {
padding-top: 60px;
padding-bottom: 80px;
}
.sections .sections__p {
margin-bottom: 30px;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 22px;
}
.sections .sections__title {
margin-bottom: 40px;
}
.sections .list-sections__line {
margin-bottom: 60px;
}
.sections .list-sections .list-sections__element {
display: flex;
justify-content: space-between;
align-items: center;
}
.sections .list-sections .list-sections__info {
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 50px 0 50px;
}
.sections .list-sections .list-sections__info .list-sections__title {
font-size: 22px;
margin-bottom: 10px;
}
.sections .list-sections .list-sections__info .list-sections__text {
font-size: 22px;
line-height: 1.4;
font-weight: 300;
}
.sections .list-sections .list-sections__bg {
width: 50%;
height: 420px;
background-image: url("../image/sections-1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.sections .list-sections .list-sections__bg_left {
order: -1;
}
.program__wrap {
height: 620px;
overflow: hidden;
display: flex;
}
.program__wrap .program__left-info {
padding: 150px 60px 150px 60px;
width: 40%;
position: relative;
}
.program__wrap .program__left-info .left-info__wrap {
width: auto;
display: inline-block;
text-align: center;
}
.program__wrap .program__left-info .left-info__wrap .program__title {
margin-bottom: 60px;
}
.program__wrap .program__left-info .left-info__wrap .program__text {
margin-bottom: 60px;
width: 99.99999%;
font-family: "Gilroy", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 1.4;
}
.program__wrap .program__left-info .left-info__wrap .btn_program {
margin: 0 auto;
}
.program__wrap .program__left-info:after {
content: '';
position: absolute;
width: 20%;
height: 1000px;
left: 85%;
top: -50px;
display: block;
transform: rotate(10deg);
background-color: #fff;
z-index: 5;
}
.program__wrap .program__right-bg {
width: 60%;
height: 100%;
border: 1px solid #fff;
position: relative;
z-index: 0;
}
.program__wrap .program__right-bg:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url("../image/road.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.price {
background: linear-gradient(180deg, #575757, #fcfcfc);
padding: 60px 0 120px 0;
}
.price .price__title {
margin-bottom: 60px;
color: #fff;
}
.price .price__wrap {
display: flex;
}
.price .price__wrap .price__item {
width: 49%;
box-sizing: border-box;
margin-right: 4%;
background-color: #FAFAFA;
text-align: center;
}
.price .price__wrap .price__item .price__roll {
margin-bottom: 25px;
width: 100%;
font-size: 36px;
text-transform: uppercase;
line-height: 100px;
background-color: #fff;
}
.price .price__wrap .price__item .price__sum {
margin-bottom: 25px;
font-family: "Gilroy", sans-serif;
font-size: 48px;
font-weight: 700;
color: #5BA43A;
}
.price .price__wrap .price__item .price__include {
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.price .price__wrap .price__item .price__line {
margin: 0 40px 20px 40px;
height: 1px;
background-color: #000;
border: none;
}
.price .price__wrap .price__item .price__list {
padding: 0 70px 0 70px;
}
.price .price__wrap .price__item .price__list .price__item {
position: relative;
width: 100%;
margin-bottom: 25px;
text-align: left;
line-height: 1.4;
font-family: "Rubik", sans-serif;
font-size: 18px;
}
.price .price__wrap .price__item .price__list .price__item:before {
content: '';
position: absolute;
border: 6px solid transparent;
border-bottom: 10px solid #5BA43A;
left: -30px;
bottom: 40%;
} | site/templates/assets/lib/css/main.css | @font-face {
font-family: 'Gilroy';
src: url('../fonts/Gilroy-ExtraBold.otf');
font-weight: 700;
font-style: normal;
/* название одно */
/* разные файлы */
/* разная плотность */
}
@font-face {
font-family: 'Gilroy';
src: url('../fonts/Gilroy-Light.otf');
font-weight: 300;
font-style: normal;
/* название одно */
/* разные файлы */
/* разная плотность */
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 64px;
}
.btn {
width: 285px;
height: 75px;
background-color: #5BA43A;
border: none;
color: #fff;
display: block;
font-family: "Rubik", sans-serif;
font-size: 16px;
text-align: center;
line-height: 75px;
text-transform: uppercase;
}
p {
font-family: "Rubik", sans-serif;
}
.line {
margin: 0 0 60px 0;
width: 200px;
height: 6px;
background-color: #C6E0BA;
border: none;
}
.block {
width: 1250px;
margin: 0 auto;
}
.header__wrap {
padding: 0 60px 0 60px;
}
.header__wrap nav {
padding: 25px 0 25px 0;
display: flex;
justify-content: space-between;
}
.header__wrap nav .nav__elements {
font-family: "Rubik", sans-serif;
display: flex;
justify-content: space-between;
width: 60%;
}
.header__wrap nav .nav__elements .nav__element {
font-size: 18px;
line-height: 55px;
}
.header__wrap nav .nav__elements .nav__element a {
color: #000000;
}
.header__wrap nav .nav__btn .btn_nav {
width: 250px;
height: 55px;
font-size: 14px;
line-height: 55px;
}
.gray-line {
border: 1px solid #ADC5E9;
}
.main .main__info {
padding-top: 150px;
width: 500px;
}
.main .main__info .main__conf {
margin-bottom: 50px;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 18px;
}
.main .main__info .main__title {
font-size: 36px;
margin-bottom: 20px;
line-height: 1.15;
}
.main .main__info .btn_info {
margin-bottom: 75px;
}
.main .main__info .main__date {
margin-bottom: 30px;
display: block;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 24px;
}
.main .main__info .main__address {
width: 210px;
line-height: 1.4;
font-size: 14px;
}
.for-whom:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url("../image/for_whom_bg_white.png");
background-repeat: repeat-x;
top: 65%;
}
.for-whom {
padding-top: 60px;
padding-bottom: 250px;
background-image: url("../image/for_whom_bg.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.for-whom .for-whom__title {
margin-bottom: 40px;
}
.for-whom .for-whom__line {
margin-bottom: 65px;
}
.for-whom .list-prof {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.for-whom .list-prof .list-prof__element {
margin-bottom: 80px;
margin-right: 3%;
width: 30%;
display: flex;
align-items: flex-start;
font-family: "Rubik", sans-serif;
font-weight: 300;
font-size: 22px;
line-height: 1.4;
}
.for-whom .list-prof .list-prof__element span {
line-height: 1;
margin-right: 40px;
font-family: "Gilroy", sans-serif;
font-weight: 300;
font-size: 64px;
color: #C6E0BA;
}
.for-whom .list-prof .list-prof__element .list-prof__text {
width: 300px;
}
.for-whom .for-whom__buttons {
display: flex;
justify-content: space-around;
}
.sections {
padding-top: 60px;
padding-bottom: 80px;
}
.sections .sections__p {
margin-bottom: 30px;
font-family: "Gilroy", sans-serif;
font-weight: 700;
font-size: 22px;
}
.sections .sections__title {
margin-bottom: 40px;
}
.sections .list-sections__line {
margin-bottom: 60px;
}
.sections .list-sections .list-sections__element {
display: flex;
justify-content: space-between;
align-items: center;
}
.sections .list-sections .list-sections__info {
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 50px 0 50px;
}
.sections .list-sections .list-sections__info .list-sections__title {
font-size: 22px;
margin-bottom: 10px;
}
.sections .list-sections .list-sections__info .list-sections__text {
font-size: 22px;
line-height: 1.4;
font-weight: 300;
}
.sections .list-sections .list-sections__bg {
width: 50%;
height: 420px;
background-image: url("../image/sections-1.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.sections .list-sections .list-sections__bg_left {
order: -1;
}
.program__wrap {
height: 620px;
overflow: hidden;
display: flex;
}
.program__wrap .program__left-info {
padding: 150px 60px 150px 60px;
width: 40%;
position: relative;
}
.program__wrap .program__left-info .left-info__wrap {
width: auto;
display: inline-block;
text-align: center;
}
.program__wrap .program__left-info .left-info__wrap .program__title {
margin-bottom: 60px;
}
.program__wrap .program__left-info .left-info__wrap .program__text {
margin-bottom: 60px;
width: 99.99999%;
font-family: "Gilroy", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 1.4;
}
.program__wrap .program__left-info .left-info__wrap .btn_program {
margin: 0 auto;
}
.program__wrap .program__left-info:after {
content: '';
position: absolute;
width: 20%;
height: 1000px;
left: 85%;
top: -50px;
display: block;
transform: rotate(10deg);
background-color: #fff;
z-index: 5;
}
.program__wrap .program__right-bg {
width: 60%;
height: 100%;
border: 1px solid #fff;
position: relative;
z-index: 0;
}
.program__wrap .program__right-bg:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url("../image/road.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.price {
background: linear-gradient(180deg, #575757, #fcfcfc);
padding: 60px 0 120px 0;
}
.price .price__title {
margin-bottom: 60px;
color: #fff;
}
.price .price__wrap {
display: flex;
}
.price .price__wrap .price__item {
width: 49%;
box-sizing: border-box;
margin-right: 4%;
background-color: #FAFAFA;
text-align: center;
}
.price .price__wrap .price__item .price__roll {
margin-bottom: 25px;
width: 100%;
font-size: 36px;
text-transform: uppercase;
line-height: 100px;
background-color: #fff;
}
.price .price__wrap .price__item .price__sum {
margin-bottom: 25px;
font-family: "Gilroy", sans-serif;
font-size: 48px;
font-weight: 700;
color: #5BA43A;
}
.price .price__wrap .price__item .price__include {
margin-bottom: 20px;
font-family: "Gilroy", sans-serif;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.price .price__wrap .price__item .price__line {
margin: 0 40px 20px 40px;
height: 1px;
background-color: #000;
border: none;
}
.price .price__wrap .price__item .price__list {
padding: 0 70px 0 70px;
}
.price .price__wrap .price__item .price__list .price__item {
position: relative;
width: 100%;
margin-bottom: 25px;
text-align: left;
line-height: 1.4;
font-family: "Rubik", sans-serif;
font-size: 18px;
}
.price .price__wrap .price__item .price__list .price__item:before {
content: '';
position: absolute;
border: 6px solid transparent;
border-bottom: 10px solid #5BA43A;
left: -30px;
bottom: 40%;
} | 0.270095 | 0.042186 |
@media(max-width:600px){
.intro{
width: 70%;
position: absolute;
left: 0;
right: 0;
bottom: 35px;
margin: auto;
text-align: center;
}
.parallax-img{
height: 100%;
width: auto;
padding-right: 75%;
}
.about-panel{
height: 55vh;
padding-top: 5%;
background-color: #282828;
text-align: center;
}
.about-content{
height: 50vh;
margin: auto;
}
.project-img{
height: auto;
width: 100%;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
h1{
font-size: xx-large;
}
.project-title{
font-size: smaller;
}
.gallery-img{
width: 100%;
height: 20vh;
object-fit: cover;
}
}
@media(min-width:601px) and (max-width:992px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 15%;
}
.parallax-img{
height: 100%;
width: auto;
padding-right: 50%;
}
.about-panel{
height: 35vh;
padding-top: 5%;
background-color: #282828;
text-align: center;
}
.about-content{
height: 30vh;
margin: auto;
}
.project-img{
height: 50vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel{
height: 30vh;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 20vh;
object-fit: cover;
}
}
@media(min-width:993px) and (max-width:1200px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 15%;
}
.parallax-img{
height: 100%;
width: auto;
}
.about-panel{
height: 35vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.about-content{
height: 20vh;
margin: auto;
}
.project-img{
height: 60vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 25vh;
object-fit: cover;
}
}
@media(min-width:1201px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 20%;
}
.parallax-img{
width: 102%;
height: auto;
}
.about-panel{
height: 40vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.about-content{
height: 20vh;
margin: auto;
}
.project-img{
height: 60vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 30vh;
object-fit: cover;
}
}
.parallax-container {
height: 100vh;
}
/* .carousel.carousel-slider {
height: 80vh !important;
} */
.carousel{
height: 40vh;
}
.glass{
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
box-shadow: inset 0 0 0 3000px rgba(28, 28, 28, 0.55);
position: absolute;
}
body{
font-family: 'Montserrat', sans-serif;
}
.side-nav{
padding-left: 15px;
position: fixed;
width: 18%;
top: 0;
right: 0;
margin-top: 50%;
border-left: 3px solid #2cb5d5;
z-index: 3000;
}
a{
color: white;
}
.static{
position: fixed;
width: 10%;
top: 40%;
right: 0;
padding-left: 10px;
border-left: #2cb5d5 solid 2px;
z-index: 3000;
}ul li {
color: white;
}
.gallery-div{
padding: 0;
margin: 0;
}
/* .gallery-img{
width: 100%;
height: 30vh;
object-fit: cover;
} */ | css/custom.css | @media(max-width:600px){
.intro{
width: 70%;
position: absolute;
left: 0;
right: 0;
bottom: 35px;
margin: auto;
text-align: center;
}
.parallax-img{
height: 100%;
width: auto;
padding-right: 75%;
}
.about-panel{
height: 55vh;
padding-top: 5%;
background-color: #282828;
text-align: center;
}
.about-content{
height: 50vh;
margin: auto;
}
.project-img{
height: auto;
width: 100%;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
h1{
font-size: xx-large;
}
.project-title{
font-size: smaller;
}
.gallery-img{
width: 100%;
height: 20vh;
object-fit: cover;
}
}
@media(min-width:601px) and (max-width:992px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 15%;
}
.parallax-img{
height: 100%;
width: auto;
padding-right: 50%;
}
.about-panel{
height: 35vh;
padding-top: 5%;
background-color: #282828;
text-align: center;
}
.about-content{
height: 30vh;
margin: auto;
}
.project-img{
height: 50vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel{
height: 30vh;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 20vh;
object-fit: cover;
}
}
@media(min-width:993px) and (max-width:1200px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 15%;
}
.parallax-img{
height: 100%;
width: auto;
}
.about-panel{
height: 35vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.about-content{
height: 20vh;
margin: auto;
}
.project-img{
height: 60vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 25vh;
object-fit: cover;
}
}
@media(min-width:1201px){
.intro{
width: 45%;
margin-left: 5%;
margin-top: 20%;
}
.parallax-img{
width: 102%;
height: auto;
}
.about-panel{
height: 40vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.about-content{
height: 20vh;
margin: auto;
}
.project-img{
height: 60vh;
width: auto;
}
.skills-panel{
height: 60vh;
padding-top: 1vh;
background-color: #282828;
text-align: center;
}
.carousel.carousel-slider {
height: 80vh !important;
}
.gallery-img{
width: 100%;
height: 30vh;
object-fit: cover;
}
}
.parallax-container {
height: 100vh;
}
/* .carousel.carousel-slider {
height: 80vh !important;
} */
.carousel{
height: 40vh;
}
.glass{
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
box-shadow: inset 0 0 0 3000px rgba(28, 28, 28, 0.55);
position: absolute;
}
body{
font-family: 'Montserrat', sans-serif;
}
.side-nav{
padding-left: 15px;
position: fixed;
width: 18%;
top: 0;
right: 0;
margin-top: 50%;
border-left: 3px solid #2cb5d5;
z-index: 3000;
}
a{
color: white;
}
.static{
position: fixed;
width: 10%;
top: 40%;
right: 0;
padding-left: 10px;
border-left: #2cb5d5 solid 2px;
z-index: 3000;
}ul li {
color: white;
}
.gallery-div{
padding: 0;
margin: 0;
}
/* .gallery-img{
width: 100%;
height: 30vh;
object-fit: cover;
} */ | 0.337749 | 0.052473 |
.header {
margin-bottom: 1.45rem;
/* box-shadow: 0 0.5em 1.5em -0.5em #502505; */
padding: 1rem;
background-color: rgb(50, 25, 5);
color: rgb(245, 235, 200);
opacity: 0.9;
}
.menuButton {
margin: 0;
display: flex;
background-color: rgb(50, 25, 5);
color: rgb(245, 235, 200);
border: none;
border-radius: 0.2em;
outline: none;
cursor: pointer;
font-size: 1.5em;
}
.navAreaWide {
display: none;
}
.navAreaAll {
width: 60%;
margin: auto;
}
.navAreaAll > ul{
display: flex;
flex-flow: column nowrap;
margin-left: 0;
}
.navAreaAll li {
list-style-type: none;
margin: 0.5em 1px 0 1px;
cursor: pointer;
}
.navAreaAll li > a > p {
padding: 0.4rem 1rem;
}
.header a:link {
text-decoration: none;
color: inherit;
}
.header a:visited {
text-decoration: none;
color: inherit;
}
.header a:hover {
text-decoration: none;
color: inherit;
}
.header a:active {
text-decoration: none;
color: inherit;
}
.navItemFocus {
background-color: white;
color: rgb(50, 25, 5);
}
.navItem {
background-color: inherit;
}
.navItem:hover, .navItem:active, .menuButton:hover, .menuButton:active {
color: white;
background-color: rgb(90, 45, 10);
}
.navItem p, .navItemFocus p {
text-align: center;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.header ul::-webkit-scrollbar {
display:none;
}
.header ul{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media only screen and (min-width: 720px) {
.header {
padding: 0;
}
.menuButton {
display: none;
}
.navAreaWide {
display: block;
}
.navAreaAll, .navAreaWide {
width: 100%;
}
.navAreaAll > ul, .navAreaWide > ul {
display: flex;
flex-flow: row nowrap;
overflow-x: auto;
margin-left: 0;
}
.navAreaAll li, .navAreaWide li {
list-style-type: none;
margin: 0.5em 1px 0 1px;
cursor: pointer;
}
.navAreaAll li > a > p, .navAreaWide li > a > p {
padding: 0.4rem 1rem;
}
.header a:link {
text-decoration: none;
color: inherit;
}
.header a:visited {
text-decoration: none;
color: inherit;
}
.header a:hover {
text-decoration: none;
color: inherit;
}
.header a:active {
text-decoration: none;
color: inherit;
}
.navItemFocus {
background-color: white;
color: rgb(50, 25, 5);
}
.navItem {
background-color: rgb(100, 60, 40);
}
.navItem:hover, .navItem:active {
color: white;
background-color: rgb(90, 45, 10);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.header ul::-webkit-scrollbar {
display:none;
}
.header ul{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
} | src/components/header.module.css | .header {
margin-bottom: 1.45rem;
/* box-shadow: 0 0.5em 1.5em -0.5em #502505; */
padding: 1rem;
background-color: rgb(50, 25, 5);
color: rgb(245, 235, 200);
opacity: 0.9;
}
.menuButton {
margin: 0;
display: flex;
background-color: rgb(50, 25, 5);
color: rgb(245, 235, 200);
border: none;
border-radius: 0.2em;
outline: none;
cursor: pointer;
font-size: 1.5em;
}
.navAreaWide {
display: none;
}
.navAreaAll {
width: 60%;
margin: auto;
}
.navAreaAll > ul{
display: flex;
flex-flow: column nowrap;
margin-left: 0;
}
.navAreaAll li {
list-style-type: none;
margin: 0.5em 1px 0 1px;
cursor: pointer;
}
.navAreaAll li > a > p {
padding: 0.4rem 1rem;
}
.header a:link {
text-decoration: none;
color: inherit;
}
.header a:visited {
text-decoration: none;
color: inherit;
}
.header a:hover {
text-decoration: none;
color: inherit;
}
.header a:active {
text-decoration: none;
color: inherit;
}
.navItemFocus {
background-color: white;
color: rgb(50, 25, 5);
}
.navItem {
background-color: inherit;
}
.navItem:hover, .navItem:active, .menuButton:hover, .menuButton:active {
color: white;
background-color: rgb(90, 45, 10);
}
.navItem p, .navItemFocus p {
text-align: center;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.header ul::-webkit-scrollbar {
display:none;
}
.header ul{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
@media only screen and (min-width: 720px) {
.header {
padding: 0;
}
.menuButton {
display: none;
}
.navAreaWide {
display: block;
}
.navAreaAll, .navAreaWide {
width: 100%;
}
.navAreaAll > ul, .navAreaWide > ul {
display: flex;
flex-flow: row nowrap;
overflow-x: auto;
margin-left: 0;
}
.navAreaAll li, .navAreaWide li {
list-style-type: none;
margin: 0.5em 1px 0 1px;
cursor: pointer;
}
.navAreaAll li > a > p, .navAreaWide li > a > p {
padding: 0.4rem 1rem;
}
.header a:link {
text-decoration: none;
color: inherit;
}
.header a:visited {
text-decoration: none;
color: inherit;
}
.header a:hover {
text-decoration: none;
color: inherit;
}
.header a:active {
text-decoration: none;
color: inherit;
}
.navItemFocus {
background-color: white;
color: rgb(50, 25, 5);
}
.navItem {
background-color: rgb(100, 60, 40);
}
.navItem:hover, .navItem:active {
color: white;
background-color: rgb(90, 45, 10);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.header ul::-webkit-scrollbar {
display:none;
}
.header ul{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
} | 0.445771 | 0.110807 |
select {
border: 0.1em #ddd solid;
border-radius: 0em;
color: #444;
}
input[type="button"]{
background: -webkit-linear-gradient(top, rgba( 61,175, 111,1), rgba( 31,145, 81,1));
border: 0.1em solid rgba( 51,165, 101,1);
box-shadow: 0em 0.1em .1em #999;
color: white;
}
/*
Hover style for all buttons
*/
input[type="button"]:hover {
box-shadow: 0 0 0.5em #555;
background: -webkit-linear-gradient(top, rgba( 31,145, 81,1), rgba( 1,115, 51,1));
border: 0.1em solid rgba( 1,115, 51,1);
}
/********************************************************************************************************************************************
DROP-DOWN LIST
********************************************************************************************************************************************/
.wrapper-dropdown {
border-radius: 0em;
}
.wrapper-dropdown span {
color: #1f6080;
}
.wrapper-dropdown:after { /* Little arrow */
border-width: 6px 6px 0px 6px;;
border-style: solid;
border-color: rgba( 61,175, 111,1) transparent transparent;
}
.dropdown-list-icon {
border-radius: 0em;
}
.wrapper-dropdown .dropdown { /*ul*/
border-radius: 0em;
}
/* Active state */
.wrapper-dropdown.active {
background: rgba( 61,175, 111,1);
border-radius: 0em;
color: white;
}
/********************************************************************************************************************************************
ACCORDION
********************************************************************************************************************************************/
.accordion-header {
background: whitesmoke;
border-radius: 0em;
}
.accordion-header span {
color: #1f6080;
}
.accordion-header:after { /* Little arrow */
border-width: 6px 6px 0px 6px;;
border-style: solid;
border-color: rgba( 61,175, 111,1) transparent transparent;
}
.accordion-header-color-icon {
border-radius: 0em;
}
.accordion-content {
border-radius: 0em;
}
/* Active state */
.accordion-header.active {
background: rgba( 61,175, 111,1);
border-radius: 0em;
color: white;
}
/********************************************************************************************************************************************
Header panel (top of screen)
********************************************************************************************************************************************/
/*
Div wrapping the whole header (green bar on the top of the iFrame)
*/
#eexcess_header {
background-color: rgba(241, 241, 230, 1);
border: solid 0.1em rgba( 31,145, 81,1);
box-shadow: 0.1em .1em .5em #555;
}
/*
<span> inside #eexcess_header_search
Displays message like "Query Results : xx"
*/
#eexcess_header_text {
color: rgba( 31,145, 81,1);
text-shadow: 0em .1em #ccc;
}
/*
<input> field text on left upper corner of screen
*/
.eexcess_query_field {
border-radius: 0em;
}
/********************************************************************************************************************************************
Main Containers
********************************************************************************************************************************************/
/*
<div> containinig "#eexcess_controls" (left) and "#eexcess_vis_panel" (center). the first one holds the control Panel and the latter the visualization Panel
*/
#eexcess_vis {
border-radius: 0em;
}
/********************************************************************************************************************************************
Control Panel (left of screen)
********************************************************************************************************************************************/
/*
Main panel (div) on the left side (green)
*/
#eexcess_controls {
background-color: rgba(241, 241, 230, 1);
border: solid 0.1em rgba( 31,145, 81,1);
border-radius: 0em;
box-shadow: 0.1em .1em 1em #555;
}
/*
Class for <span> elements labelling the <select> elements
*/
.eexcess_controls_title {
color: rgba( 31,145, 81,1);
text-shadow: 0em 0.1em #ccc;
}
/*
All <select> elements
*/
#eexcess_select_chart,
.eexcess_select {
background: -webkit-linear-gradient(top,#f5f5f5, #fff , #f5f5f5);
box-shadow: 0em 0.1em .1em #999;
}
/*
Hover effect for all <select>
*/
#eexcess_select_chart:hover,
.eexcess_select:hover {
background: -webkit-linear-gradient(top, rgba( 41,155, 91,1), rgba( 61,175, 111,1), rgba( 41,155, 91,1));
border: 0.1em rgba( 31,145, 81,1) solid;
color: #fff;
}
#eexcess_select_chart > option,
.eexcess_select > option {
color: #666;
}
.eexcess_controls_facet_static {
background: -webkit-linear-gradient(top,#f5f5f5, #fff , #f5f5f5);
border: 0.1em #ddd solid;
color: #555;
box-shadow: 0em 0.1em .1em #999;
}
/********************************************************************************************************************************************
Visualization Panel (center of screen)
********************************************************************************************************************************************/
/*
Wraps 2 <div> elements: "#eexcess_vis_controls_wrapper" (lower green bar on upper side) and "#eexcess_canvas" (center)
*/
#eexcess_vis_panel {
background-color: white;
box-shadow: 0.1em .1em 1em #555;
border: solid 0.1em rgba( 31,145, 81,1);
}
/********************************************************************************************************************************************
Content List Panel (right side of screen)
********************************************************************************************************************************************/
/*
<li> items in "#eexcess_content ul". Each <li> wraps 2 container <div>s: ".eexcess_item_ctl" and ".eexcess_ritem_container"
*/
.eexcess_list {
background: -webkit-linear-gradient(top, white 75%, rgba(241, 241, 230, 1));
border: solid 0.1em rgba( 31,145, 81,1);
border-radius: 0em;
box-shadow: 0.1em .1em 1em #555;
}
/*
<li> itmes' hover style
*/
.eexcess_list:hover {
background: -webkit-linear-gradient(top, rgba( 31,145, 81,.3) 75%, rgba( 31,145, 81,.5));
}
/*
Partner icon
*/
.eexcess_partner_icon {
border-radius: 0.2em;
}
/*
Color icon
*/
.color_icon {
border-radius: 0.2em;
}
/********************************************************************************************************************************************
Bookmark addition panel (appears on favicon clicked)
********************************************************************************************************************************************/
.eexcess-bookmark-dialog {
background-color: rgba(241, 241, 230, 1);
border-radius: 0em;
box-shadow: .5em .5em 1.5em #222, -.5em 0em 1.5em #222;
}
.eexcess-bookmark-dialog span {
color: #1f6080;
}
.eexcess-bookmark-dialog-title {
color: #114a66 !important;
}
.eexcess-bookmark-dropdown-list-icon {
background-color: #fff;
border-radius: 0em;
}
/* Color picker */
#eexcess-bookmak-dialog-color-picker {
border-radius: 0em;
}
.eexcess-bookmark-dialog-input-wrapper input {
border-radius: 0em;
}
.eexcess-bookmark-bookmarked-in {
background: rgba(231, 231, 220, 1);
border: 0.1em #ddd solid;
}
.eexcess-bookmark-color-icon {
background-color: inherit;
} | media/css/vis-template-style-alternative-2-test.css | select {
border: 0.1em #ddd solid;
border-radius: 0em;
color: #444;
}
input[type="button"]{
background: -webkit-linear-gradient(top, rgba( 61,175, 111,1), rgba( 31,145, 81,1));
border: 0.1em solid rgba( 51,165, 101,1);
box-shadow: 0em 0.1em .1em #999;
color: white;
}
/*
Hover style for all buttons
*/
input[type="button"]:hover {
box-shadow: 0 0 0.5em #555;
background: -webkit-linear-gradient(top, rgba( 31,145, 81,1), rgba( 1,115, 51,1));
border: 0.1em solid rgba( 1,115, 51,1);
}
/********************************************************************************************************************************************
DROP-DOWN LIST
********************************************************************************************************************************************/
.wrapper-dropdown {
border-radius: 0em;
}
.wrapper-dropdown span {
color: #1f6080;
}
.wrapper-dropdown:after { /* Little arrow */
border-width: 6px 6px 0px 6px;;
border-style: solid;
border-color: rgba( 61,175, 111,1) transparent transparent;
}
.dropdown-list-icon {
border-radius: 0em;
}
.wrapper-dropdown .dropdown { /*ul*/
border-radius: 0em;
}
/* Active state */
.wrapper-dropdown.active {
background: rgba( 61,175, 111,1);
border-radius: 0em;
color: white;
}
/********************************************************************************************************************************************
ACCORDION
********************************************************************************************************************************************/
.accordion-header {
background: whitesmoke;
border-radius: 0em;
}
.accordion-header span {
color: #1f6080;
}
.accordion-header:after { /* Little arrow */
border-width: 6px 6px 0px 6px;;
border-style: solid;
border-color: rgba( 61,175, 111,1) transparent transparent;
}
.accordion-header-color-icon {
border-radius: 0em;
}
.accordion-content {
border-radius: 0em;
}
/* Active state */
.accordion-header.active {
background: rgba( 61,175, 111,1);
border-radius: 0em;
color: white;
}
/********************************************************************************************************************************************
Header panel (top of screen)
********************************************************************************************************************************************/
/*
Div wrapping the whole header (green bar on the top of the iFrame)
*/
#eexcess_header {
background-color: rgba(241, 241, 230, 1);
border: solid 0.1em rgba( 31,145, 81,1);
box-shadow: 0.1em .1em .5em #555;
}
/*
<span> inside #eexcess_header_search
Displays message like "Query Results : xx"
*/
#eexcess_header_text {
color: rgba( 31,145, 81,1);
text-shadow: 0em .1em #ccc;
}
/*
<input> field text on left upper corner of screen
*/
.eexcess_query_field {
border-radius: 0em;
}
/********************************************************************************************************************************************
Main Containers
********************************************************************************************************************************************/
/*
<div> containinig "#eexcess_controls" (left) and "#eexcess_vis_panel" (center). the first one holds the control Panel and the latter the visualization Panel
*/
#eexcess_vis {
border-radius: 0em;
}
/********************************************************************************************************************************************
Control Panel (left of screen)
********************************************************************************************************************************************/
/*
Main panel (div) on the left side (green)
*/
#eexcess_controls {
background-color: rgba(241, 241, 230, 1);
border: solid 0.1em rgba( 31,145, 81,1);
border-radius: 0em;
box-shadow: 0.1em .1em 1em #555;
}
/*
Class for <span> elements labelling the <select> elements
*/
.eexcess_controls_title {
color: rgba( 31,145, 81,1);
text-shadow: 0em 0.1em #ccc;
}
/*
All <select> elements
*/
#eexcess_select_chart,
.eexcess_select {
background: -webkit-linear-gradient(top,#f5f5f5, #fff , #f5f5f5);
box-shadow: 0em 0.1em .1em #999;
}
/*
Hover effect for all <select>
*/
#eexcess_select_chart:hover,
.eexcess_select:hover {
background: -webkit-linear-gradient(top, rgba( 41,155, 91,1), rgba( 61,175, 111,1), rgba( 41,155, 91,1));
border: 0.1em rgba( 31,145, 81,1) solid;
color: #fff;
}
#eexcess_select_chart > option,
.eexcess_select > option {
color: #666;
}
.eexcess_controls_facet_static {
background: -webkit-linear-gradient(top,#f5f5f5, #fff , #f5f5f5);
border: 0.1em #ddd solid;
color: #555;
box-shadow: 0em 0.1em .1em #999;
}
/********************************************************************************************************************************************
Visualization Panel (center of screen)
********************************************************************************************************************************************/
/*
Wraps 2 <div> elements: "#eexcess_vis_controls_wrapper" (lower green bar on upper side) and "#eexcess_canvas" (center)
*/
#eexcess_vis_panel {
background-color: white;
box-shadow: 0.1em .1em 1em #555;
border: solid 0.1em rgba( 31,145, 81,1);
}
/********************************************************************************************************************************************
Content List Panel (right side of screen)
********************************************************************************************************************************************/
/*
<li> items in "#eexcess_content ul". Each <li> wraps 2 container <div>s: ".eexcess_item_ctl" and ".eexcess_ritem_container"
*/
.eexcess_list {
background: -webkit-linear-gradient(top, white 75%, rgba(241, 241, 230, 1));
border: solid 0.1em rgba( 31,145, 81,1);
border-radius: 0em;
box-shadow: 0.1em .1em 1em #555;
}
/*
<li> itmes' hover style
*/
.eexcess_list:hover {
background: -webkit-linear-gradient(top, rgba( 31,145, 81,.3) 75%, rgba( 31,145, 81,.5));
}
/*
Partner icon
*/
.eexcess_partner_icon {
border-radius: 0.2em;
}
/*
Color icon
*/
.color_icon {
border-radius: 0.2em;
}
/********************************************************************************************************************************************
Bookmark addition panel (appears on favicon clicked)
********************************************************************************************************************************************/
.eexcess-bookmark-dialog {
background-color: rgba(241, 241, 230, 1);
border-radius: 0em;
box-shadow: .5em .5em 1.5em #222, -.5em 0em 1.5em #222;
}
.eexcess-bookmark-dialog span {
color: #1f6080;
}
.eexcess-bookmark-dialog-title {
color: #114a66 !important;
}
.eexcess-bookmark-dropdown-list-icon {
background-color: #fff;
border-radius: 0em;
}
/* Color picker */
#eexcess-bookmak-dialog-color-picker {
border-radius: 0em;
}
.eexcess-bookmark-dialog-input-wrapper input {
border-radius: 0em;
}
.eexcess-bookmark-bookmarked-in {
background: rgba(231, 231, 220, 1);
border: 0.1em #ddd solid;
}
.eexcess-bookmark-color-icon {
background-color: inherit;
} | 0.257112 | 0.191952 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* ----- ----- */
/* bODY AND HTML STYLING */
html {
width: 100%;
height: 100%;
margin: 0px auto;
}
body {
width: 100%;
height: 100%;
color: #000;
background-color: #FFF;
margin: 0px auto;
position: relative;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
font-weight: normal;
}
/* ----- TYPOGRAPHY ----- */
/* headings and paragraphs */
h1 {
font-size: 1.80em; margin: 0.8em 0 0.4em 0; line-height: 1.2; letter-spacing: -2px;
}
h2 {
font-size: 1.20em; margin: 1.0em 0 0.6em 0; line-height: 1.3; letter-spacing: -1px;
}
h3 {
font-size: 1.00em; margin: 1.0em 0 .6em 0;
}
h4 {
font-size: 0.75em; margin: 2.0em 0 .6em 0;
}
h5 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
h6 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
.intro{
word-wrap: break-word;
font-size: 18px;
font-family:helvetica;
color:black;
}
.work legend{
font-size: 15px;
font-weight: 400;
}
/* ---------- */
/* iNTRO IMAGES */
#link{
width: 11%;}
/* ======= SERVICES ======= */
#services {
padding-top: 100px;
padding-bottom: 100px;
background-color: #F0F0F0;
}
#services h3 {
font-weight: 400;
}
#services p {
font-size: 15px;
margin: 0px auto 40px auto;
max-width: 80%;
}
#services a {
font-weight: 500;
}
.service{
display: flex;
}
@media screen and (max-width: 480px)
.service {
justify-content: center;
align-items: center;
}
.icon {
width: 175px;
height: 175px;
line-height: 175px;
max-width: 100%;
background: #666;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display;
block;
color: #FFF;
font-size: 55px;
text-align: center;
vertical-align: middle;
position: relative;
margin: 0 auto 40px;
}
.icon:hover {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all ease .7s;
-moz-transition: all ease .7s;
transition: all ease .7s;
}
@media screen and (max-width: 480px) {
#services {
padding: 60px 10px;
}
#services h3 {
margin-bottom: 20px;
}
#services p {
font-size: 14px;
max-width: 100%;
}
}
@media (min-width: 992px)
.col-md-4 {
width: 33.33333333%;
}
@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left !important;
}
/* ======= Waypoints ======= */
.wp2,
.wp3,
{
visibility: hidden;
}
.bounceIn,
.bounceInLeft,
.bounceInRight,
.bounceInDown,
.fadeIn,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.slideInUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.zoomIn,
.swing,
.pulse,
.bounce,
.progress1-delay,
.progress2-delay,
.progress3-delay,
.progress4-delay,
.progress5-delay {
visibility: visible;
}
.delay-01s {
animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}
.delay-02s {
animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
}
.delay-025s {
animation-delay: 0.25s;
-webkit-animation-delay: 0.25s;
}
.delay-05s {
animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
}
.delay-1s {
animation-delay: 1s;
-webkit-animation-delay: 1s;
}
.delay-4s {
animation-delay: 4s;
-webkit-animation-delay: 4s;
}
.delay-4-5s {
animation-delay: 4.5s;
-webkit-animation-delay: 4.5s;
}
/* ----- ----- */
/* SOCIAL MEDIA ICONS */
.social-buttons i{
color:black;
} | css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* ----- ----- */
/* bODY AND HTML STYLING */
html {
width: 100%;
height: 100%;
margin: 0px auto;
}
body {
width: 100%;
height: 100%;
color: #000;
background-color: #FFF;
margin: 0px auto;
position: relative;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
font-weight: normal;
}
/* ----- TYPOGRAPHY ----- */
/* headings and paragraphs */
h1 {
font-size: 1.80em; margin: 0.8em 0 0.4em 0; line-height: 1.2; letter-spacing: -2px;
}
h2 {
font-size: 1.20em; margin: 1.0em 0 0.6em 0; line-height: 1.3; letter-spacing: -1px;
}
h3 {
font-size: 1.00em; margin: 1.0em 0 .6em 0;
}
h4 {
font-size: 0.75em; margin: 2.0em 0 .6em 0;
}
h5 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
h6 {
font-size: 0.75em; margin: 1.0em 0 .6em 0;
}
.intro{
word-wrap: break-word;
font-size: 18px;
font-family:helvetica;
color:black;
}
.work legend{
font-size: 15px;
font-weight: 400;
}
/* ---------- */
/* iNTRO IMAGES */
#link{
width: 11%;}
/* ======= SERVICES ======= */
#services {
padding-top: 100px;
padding-bottom: 100px;
background-color: #F0F0F0;
}
#services h3 {
font-weight: 400;
}
#services p {
font-size: 15px;
margin: 0px auto 40px auto;
max-width: 80%;
}
#services a {
font-weight: 500;
}
.service{
display: flex;
}
@media screen and (max-width: 480px)
.service {
justify-content: center;
align-items: center;
}
.icon {
width: 175px;
height: 175px;
line-height: 175px;
max-width: 100%;
background: #666;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display;
block;
color: #FFF;
font-size: 55px;
text-align: center;
vertical-align: middle;
position: relative;
margin: 0 auto 40px;
}
.icon:hover {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all ease .7s;
-moz-transition: all ease .7s;
transition: all ease .7s;
}
@media screen and (max-width: 480px) {
#services {
padding: 60px 10px;
}
#services h3 {
margin-bottom: 20px;
}
#services p {
font-size: 14px;
max-width: 100%;
}
}
@media (min-width: 992px)
.col-md-4 {
width: 33.33333333%;
}
@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left !important;
}
/* ======= Waypoints ======= */
.wp2,
.wp3,
{
visibility: hidden;
}
.bounceIn,
.bounceInLeft,
.bounceInRight,
.bounceInDown,
.fadeIn,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.slideInUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.zoomIn,
.swing,
.pulse,
.bounce,
.progress1-delay,
.progress2-delay,
.progress3-delay,
.progress4-delay,
.progress5-delay {
visibility: visible;
}
.delay-01s {
animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}
.delay-02s {
animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
}
.delay-025s {
animation-delay: 0.25s;
-webkit-animation-delay: 0.25s;
}
.delay-05s {
animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
}
.delay-1s {
animation-delay: 1s;
-webkit-animation-delay: 1s;
}
.delay-4s {
animation-delay: 4s;
-webkit-animation-delay: 4s;
}
.delay-4-5s {
animation-delay: 4.5s;
-webkit-animation-delay: 4.5s;
}
/* ----- ----- */
/* SOCIAL MEDIA ICONS */
.social-buttons i{
color:black;
} | 0.211824 | 0.07843 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
border: 1px solid white;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Lato', sans-serif;
font-weight: bold;
color: white;
/*background: linear-gradient(90.4deg, #6AD1A4 0.21%, #A0D3BD 99.73%);*/
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Lato', sans-serif;
font-weight: 900;
color: white;
}
h2 {
font-size: 3.2rem;
color: black;
}
h3 {
font-size: 2.8rem;
}
.navigation {
height: 10vh;
display: flex;
flex-flow: row wrap;
justify-content: center;
text-align: center;
width: 95%;
padding-top: 2rem;
}
@media (max-width:530px) {
.navigation {
height: 20vh;
display: flex;
flex-flow: column wrap;
width: 100%;
}
}
.navigation .kickstarter-success-logo {
display: flex;
flex-flow: row wrap;
align-items: center;
margin-left: 5rem;
}
@media (max-width: 1550px) {
.navigation .kickstarter-success-logo {
margin-left: 0;
}
}
.navigation .kickstarter-success-logo img {
width: 6rem;
margin: auto;
margin-left: 3rem;
font-size: 4rem;
}
@media (max-width:530px) {
.navigation .kickstarter-success-logo img {
width: 12%;
align-content: center;
margin-left: 6rem;
}
}
.navigation .kickstarter-success-logo p {
font-size: 3rem;
font-weight: 400;
}
.navigation nav {
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
width: 30%;
margin-right: 1rem;
}
@media (max-width:530px) {
.navigation nav {
margin: 0 auto;
width: 100%;
text-align: center;
justify-content: space-evenly;
}
}
.navigation nav a {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 3.2rem;
line-height: 3.2rem;
text-decoration: none;
}
@media (max-width:530px) {
.navigation nav a {
text-align: center;
align-items: center;
font-size: 3rem;
margin-left: 3rem;
}
}
footer {
margin: 0 auto;
width: 100%;
align-items: center;
text-align: center;
font-size: 1.7rem;
padding: 2rem;
background-color: #74d5abff;
color: white;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
}
.upper-portion {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
width: 100%;
height: 100vh;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
}
.intro-section {
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 10rem;
width: 100%;
/*background-image: url("../img/newspapers.jpg");
background-repeat: no-repeat;
background-position: center;
*/
}
@media (max-width:530px) {
.intro-section {
display: flex;
flex-flow: column wrap;
padding: 0;
}
}
.intro-section .cta-text {
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 800;
width: 50%;
line-height: 9rem;
letter-spacing: 0.04em;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
}
@media (max-width: 1550px) {
.intro-section .cta-text {
flex-flow: row nowrap;
width: 30%;
}
}
@media (max-width:530px) {
.intro-section .cta-text {
width: 100%;
flex-flow: column wrap;
line-height: 4rem;
}
}
.intro-section .cta-text .white-line {
border-top: 6px solid white;
width: 30%;
height: 0;
}
@media (max-width:530px) {
.intro-section .cta-text .white-line {
display: none;
}
}
.intro-section .cta-text h1 {
width: 80%;
font-size: 10rem;
padding: 1.3rem 0;
text-align: left;
padding-bottom: 10rem;
}
@media (max-width: 1550px) {
.intro-section .cta-text h1 {
font-size: 10rem;
width: 100%;
}
}
@media (max-width:530px) {
.intro-section .cta-text h1 {
width: 100%;
font-size: 3rem;
text-align: center;
}
}
.intro-section img {
width: 50%;
}
@media (max-width: 1550px) {
.intro-section img {
width: 70%;
padding-left: 12rem;
}
}
@media (max-width:530px) {
.intro-section img {
width: 100vw;
padding-bottom: 5rem;
}
}
.body-content {
align-items: center;
color: black;
background-image: url('/img/KICK-3.png');
background-repeat: no-repeat;
background-position: right top;
background-size: 1500px;
}
.body-content .what-is-section {
align-items: center;
margin-left: 8rem;
padding-bottom: 8rem;
}
@media (max-width:530px) {
.body-content .what-is-section {
display: flex;
flex-flow: column wrap;
text-align: center;
margin-left: 0;
}
}
.body-content .what-is-section h1 {
width: 40%;
font-size: 10rem;
color: black;
font-weight: 900;
padding-top: 5rem;
}
@media (max-width:530px) {
.body-content .what-is-section h1 {
width: 70%;
font-size: 3rem;
}
}
.body-content .what-is-section p {
width: 45%;
font-size: 4rem;
font-weight: 300;
padding-top: 5rem;
}
.body-content .what-is-section p .bold {
font-weight: 900;
}
@media (max-width:530px) {
.body-content .what-is-section p {
width: 100%;
font-size: 2.2rem;
padding: 2rem;
text-align: center;
}
}
.body-content .chart {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width:530px) {
.body-content .chart {
display: none;
}
}
.body-content .chart .chart-inner-content {
display: flex;
flex-direction: column;
width: 100%;
height: 80%;
margin: 0 55px;
align-items: center;
}
.body-content .chart .chart-inner-content div {
width: 78.5%;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.body-content .chart .chart-inner-content div h2 {
font-size: 8rem;
font-weight: 900;
margin-bottom: 25px;
color: white;
}
.body-content .chart .chart-inner-content div p {
margin-bottom: 25px;
font-size: 4rem;
font-weight: 300;
}
.body-content .chart .chart-inner-content iframe {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
background: white;
}
.body-content .green-1 {
background-color: #48c891ff;
}
.body-content .green-2 {
background-color: #05ce78ff;
}
.body-content .green-3 {
background-color: #74d5abff;
}
.body-content .green-3b {
background-color: #74d5abff;
}
.body-content .green-4 {
background-color: #abd7c4ff;
}
.body-content .kickstarter-stats-container {
display: flex;
flex-direction: column;
padding-top: 15rem;
width: 80%;
margin: 0 auto;
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container {
width: 90%;
}
}
@media (max-width:530px) {
.body-content .kickstarter-stats-container {
display: none;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-top {
display: flex;
flex-direction: row;
width: 100%;
height: 400px;
margin-bottom: 5rem;
line-height: 100%;
}
.body-content .kickstarter-stats-container .kickstarter-stats-top p {
display: flex;
flex-direction: column;
justify-content: center;
width: 25%;
height: 400px;
font-size: 4rem;
align-items: center;
padding: 3rem;
text-align: center;
font-weight: 400;
line-height: 5rem;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-top p {
width: 30%;
font-size: 3rem;
line-height: 4rem;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-top p b {
font-size: 6.5rem;
font-weight: 500;
margin: 4rem 0;
font-family: 'Prata', serif;
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot {
display: flex;
flex-direction: row;
width: 100%;
height: 400px;
margin-bottom: 5rem;
line-height: 100%;
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot p {
display: flex;
flex-direction: column;
justify-content: center;
width: 25%;
height: 400px;
font-size: 3.8rem;
align-items: center;
padding: 3rem;
text-align: center;
font-weight: 400;
line-height: 5rem;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-bot p {
width: 30%;
font-size: 3rem;
line-height: 4rem;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot p b {
font-size: 6.5rem;
font-weight: 500;
margin: 2.5rem 0;
line-height: 6rem;
font-family: 'Prata', serif;
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-bot p b {
font-size: 5.5rem;
}
}
.body-content .bottom-portion {
margin: 0 8rem;
padding-top: 7.5rem;
}
@media (max-width:530px) {
.body-content .bottom-portion {
margin: 0;
}
}
.body-content .bottom-portion .green-line {
border-top: 6px solid #74d5abff;
width: 250px;
height: 0;
}
@media (max-width:530px) {
.body-content .bottom-portion .green-line {
width: 100%;
}
}
.body-content .bottom-portion .natural-language {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding-bottom: 8rem;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language {
padding: 0;
flex-direction: column;
}
}
.body-content .bottom-portion .natural-language img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language img {
width: 100%;
display: flex;
flex-flow: column wrap;
}
}
.body-content .bottom-portion .natural-language .natural-text {
width: 45%;
display: flex;
flex-direction: column;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
}
.body-content .bottom-portion .natural-language .natural-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 6rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text h2 {
line-height: 6rem;
font-size: 4rem;
width: 100%;
}
}
.body-content .bottom-portion .natural-language .natural-text p {
font-weight: 300;
font-size: 3rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text p {
font-size: 2rem;
text-align: center;
padding-bottom: 2rem;
}
}
.body-content .bottom-portion .machine-learning {
display: flex;
flex-flow: row wrap;
padding-bottom: 8rem;
justify-content: space-between;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning {
padding: 0;
flex-direction: column-reverse;
}
}
.body-content .bottom-portion .machine-learning img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning img {
width: 100%;
display: flex;
flex-flow: column wrap;
}
}
.body-content .bottom-portion .machine-learning .machine-text {
width: 45%;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
}
}
.body-content .bottom-portion .machine-learning .machine-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 10rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text h2 {
line-height: 1rem;
font-size: 4rem;
width: 100%;
padding-top: 3rem;
}
}
.body-content .bottom-portion .machine-learning .machine-text p {
font-weight: 300;
font-size: 3rem;
text-align: right;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text p {
font-size: 2rem;
text-align: center;
padding-top: 2rem;
}
}
.body-content .bottom-portion .data-analysis {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding-bottom: 8rem;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis {
padding: 0;
flex-direction: column;
}
}
.body-content .bottom-portion .data-analysis img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis img {
width: 100%;
display: flex;
flex-flow: column wrap;
padding-top: 4rem;
}
}
.body-content .bottom-portion .data-analysis .data-text {
width: 45%;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
padding-bottom: 3rem;
}
}
.body-content .bottom-portion .data-analysis .data-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 10rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text h2 {
line-height: 1rem;
font-size: 4rem;
width: 100%;
padding-top: 3rem;
}
}
.body-content .bottom-portion .data-analysis .data-text p {
font-size: 3rem;
font-weight: 300;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text p {
font-size: 2rem;
text-align: center;
padding-top: 2rem;
}
}
.about-upper-portion {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
padding-bottom: 10rem;
}
@media (max-width: 1550px) {
.about-upper-portion {
padding-bottom: 0rem;
}
}
@media (max-width:530px) {
.about-upper-portion {
padding-bottom: 8rem;
}
}
.about-upper-portion .about-us {
display: flex;
flex-flow: column wrap;
align-items: center;
margin: 0 auto;
padding: 5rem;
}
@media (max-width: 1550px) {
.about-upper-portion .about-us {
padding: 5rem 0;
}
}
@media (max-width:530px) {
.about-upper-portion .about-us {
width: 100%;
}
}
.about-upper-portion .about-us .about-info {
width: 40%;
line-height: 5rem;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info {
width: 100%;
}
}
.about-upper-portion .about-us .about-info h1 {
text-align: center;
font-size: 6rem;
padding-bottom: 2rem;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info h1 {
font-size: 5rem;
padding-top: 2rem;
}
}
.about-upper-portion .about-us .about-info p {
font-size: 3rem;
text-align: center;
font-weight: 400;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info p {
font-size: 2.5rem;
}
}
.meet-the-team {
margin: 0 auto;
display: flex;
flex-flow: column wrap;
align-items: center;
padding: 2rem 0;
font-size: 3rem;
}
@media (max-width:530px) {
.meet-the-team {
padding: 3rem;
}
}
.meet-the-team h2 {
text-align: center;
font-size: 2.5rem;
}
.team-profiles {
display: flex;
flex-wrap: wrap;
width: 80%;
padding: 1rem 0;
}
.team-profiles .team-profile {
width: 30vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex: 1 1 0;
padding: 8rem;
border-radius: 6px;
background: whitesmoke;
color: #6e6e6e;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
margin: 1rem;
}
@media (max-width:530px) {
.team-profiles .team-profile {
padding: 4rem;
}
}
.team-profiles .team-profile .team-profile-img {
width: 150px;
height: 150px;
justify-self: center;
border-radius: 50%;
box-shadow: 2px 2px 2px #a7a6a6;
}
.team-profiles .team-profile .team-profile-img img {
width: 100%;
border-radius: 50%;
align-self: center;
filter: grayscale(40%);
}
.team-profiles .team-profile .team-role {
padding: 2rem;
text-align: center;
font-size: 1.5rem;
}
.team-profiles .team-profile .github-link {
align-self: center;
}
.team-profiles .team-profile .github-link i {
font-size: 3rem;
color: #74d5abff;
} | css/index.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
border: 1px solid white;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'Lato', sans-serif;
font-weight: bold;
color: white;
/*background: linear-gradient(90.4deg, #6AD1A4 0.21%, #A0D3BD 99.73%);*/
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Lato', sans-serif;
font-weight: 900;
color: white;
}
h2 {
font-size: 3.2rem;
color: black;
}
h3 {
font-size: 2.8rem;
}
.navigation {
height: 10vh;
display: flex;
flex-flow: row wrap;
justify-content: center;
text-align: center;
width: 95%;
padding-top: 2rem;
}
@media (max-width:530px) {
.navigation {
height: 20vh;
display: flex;
flex-flow: column wrap;
width: 100%;
}
}
.navigation .kickstarter-success-logo {
display: flex;
flex-flow: row wrap;
align-items: center;
margin-left: 5rem;
}
@media (max-width: 1550px) {
.navigation .kickstarter-success-logo {
margin-left: 0;
}
}
.navigation .kickstarter-success-logo img {
width: 6rem;
margin: auto;
margin-left: 3rem;
font-size: 4rem;
}
@media (max-width:530px) {
.navigation .kickstarter-success-logo img {
width: 12%;
align-content: center;
margin-left: 6rem;
}
}
.navigation .kickstarter-success-logo p {
font-size: 3rem;
font-weight: 400;
}
.navigation nav {
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
width: 30%;
margin-right: 1rem;
}
@media (max-width:530px) {
.navigation nav {
margin: 0 auto;
width: 100%;
text-align: center;
justify-content: space-evenly;
}
}
.navigation nav a {
color: #ffffff;
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 3.2rem;
line-height: 3.2rem;
text-decoration: none;
}
@media (max-width:530px) {
.navigation nav a {
text-align: center;
align-items: center;
font-size: 3rem;
margin-left: 3rem;
}
}
footer {
margin: 0 auto;
width: 100%;
align-items: center;
text-align: center;
font-size: 1.7rem;
padding: 2rem;
background-color: #74d5abff;
color: white;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
}
.upper-portion {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
width: 100%;
height: 100vh;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.85);
}
.intro-section {
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 10rem;
width: 100%;
/*background-image: url("../img/newspapers.jpg");
background-repeat: no-repeat;
background-position: center;
*/
}
@media (max-width:530px) {
.intro-section {
display: flex;
flex-flow: column wrap;
padding: 0;
}
}
.intro-section .cta-text {
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 800;
width: 50%;
line-height: 9rem;
letter-spacing: 0.04em;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
}
@media (max-width: 1550px) {
.intro-section .cta-text {
flex-flow: row nowrap;
width: 30%;
}
}
@media (max-width:530px) {
.intro-section .cta-text {
width: 100%;
flex-flow: column wrap;
line-height: 4rem;
}
}
.intro-section .cta-text .white-line {
border-top: 6px solid white;
width: 30%;
height: 0;
}
@media (max-width:530px) {
.intro-section .cta-text .white-line {
display: none;
}
}
.intro-section .cta-text h1 {
width: 80%;
font-size: 10rem;
padding: 1.3rem 0;
text-align: left;
padding-bottom: 10rem;
}
@media (max-width: 1550px) {
.intro-section .cta-text h1 {
font-size: 10rem;
width: 100%;
}
}
@media (max-width:530px) {
.intro-section .cta-text h1 {
width: 100%;
font-size: 3rem;
text-align: center;
}
}
.intro-section img {
width: 50%;
}
@media (max-width: 1550px) {
.intro-section img {
width: 70%;
padding-left: 12rem;
}
}
@media (max-width:530px) {
.intro-section img {
width: 100vw;
padding-bottom: 5rem;
}
}
.body-content {
align-items: center;
color: black;
background-image: url('/img/KICK-3.png');
background-repeat: no-repeat;
background-position: right top;
background-size: 1500px;
}
.body-content .what-is-section {
align-items: center;
margin-left: 8rem;
padding-bottom: 8rem;
}
@media (max-width:530px) {
.body-content .what-is-section {
display: flex;
flex-flow: column wrap;
text-align: center;
margin-left: 0;
}
}
.body-content .what-is-section h1 {
width: 40%;
font-size: 10rem;
color: black;
font-weight: 900;
padding-top: 5rem;
}
@media (max-width:530px) {
.body-content .what-is-section h1 {
width: 70%;
font-size: 3rem;
}
}
.body-content .what-is-section p {
width: 45%;
font-size: 4rem;
font-weight: 300;
padding-top: 5rem;
}
.body-content .what-is-section p .bold {
font-weight: 900;
}
@media (max-width:530px) {
.body-content .what-is-section p {
width: 100%;
font-size: 2.2rem;
padding: 2rem;
text-align: center;
}
}
.body-content .chart {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width:530px) {
.body-content .chart {
display: none;
}
}
.body-content .chart .chart-inner-content {
display: flex;
flex-direction: column;
width: 100%;
height: 80%;
margin: 0 55px;
align-items: center;
}
.body-content .chart .chart-inner-content div {
width: 78.5%;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.body-content .chart .chart-inner-content div h2 {
font-size: 8rem;
font-weight: 900;
margin-bottom: 25px;
color: white;
}
.body-content .chart .chart-inner-content div p {
margin-bottom: 25px;
font-size: 4rem;
font-weight: 300;
}
.body-content .chart .chart-inner-content iframe {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
background: white;
}
.body-content .green-1 {
background-color: #48c891ff;
}
.body-content .green-2 {
background-color: #05ce78ff;
}
.body-content .green-3 {
background-color: #74d5abff;
}
.body-content .green-3b {
background-color: #74d5abff;
}
.body-content .green-4 {
background-color: #abd7c4ff;
}
.body-content .kickstarter-stats-container {
display: flex;
flex-direction: column;
padding-top: 15rem;
width: 80%;
margin: 0 auto;
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container {
width: 90%;
}
}
@media (max-width:530px) {
.body-content .kickstarter-stats-container {
display: none;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-top {
display: flex;
flex-direction: row;
width: 100%;
height: 400px;
margin-bottom: 5rem;
line-height: 100%;
}
.body-content .kickstarter-stats-container .kickstarter-stats-top p {
display: flex;
flex-direction: column;
justify-content: center;
width: 25%;
height: 400px;
font-size: 4rem;
align-items: center;
padding: 3rem;
text-align: center;
font-weight: 400;
line-height: 5rem;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-top p {
width: 30%;
font-size: 3rem;
line-height: 4rem;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-top p b {
font-size: 6.5rem;
font-weight: 500;
margin: 4rem 0;
font-family: 'Prata', serif;
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot {
display: flex;
flex-direction: row;
width: 100%;
height: 400px;
margin-bottom: 5rem;
line-height: 100%;
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot p {
display: flex;
flex-direction: column;
justify-content: center;
width: 25%;
height: 400px;
font-size: 3.8rem;
align-items: center;
padding: 3rem;
text-align: center;
font-weight: 400;
line-height: 5rem;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-bot p {
width: 30%;
font-size: 3rem;
line-height: 4rem;
}
}
.body-content .kickstarter-stats-container .kickstarter-stats-bot p b {
font-size: 6.5rem;
font-weight: 500;
margin: 2.5rem 0;
line-height: 6rem;
font-family: 'Prata', serif;
}
@media (max-width: 1550px) {
.body-content .kickstarter-stats-container .kickstarter-stats-bot p b {
font-size: 5.5rem;
}
}
.body-content .bottom-portion {
margin: 0 8rem;
padding-top: 7.5rem;
}
@media (max-width:530px) {
.body-content .bottom-portion {
margin: 0;
}
}
.body-content .bottom-portion .green-line {
border-top: 6px solid #74d5abff;
width: 250px;
height: 0;
}
@media (max-width:530px) {
.body-content .bottom-portion .green-line {
width: 100%;
}
}
.body-content .bottom-portion .natural-language {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding-bottom: 8rem;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language {
padding: 0;
flex-direction: column;
}
}
.body-content .bottom-portion .natural-language img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language img {
width: 100%;
display: flex;
flex-flow: column wrap;
}
}
.body-content .bottom-portion .natural-language .natural-text {
width: 45%;
display: flex;
flex-direction: column;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
}
.body-content .bottom-portion .natural-language .natural-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 6rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text h2 {
line-height: 6rem;
font-size: 4rem;
width: 100%;
}
}
.body-content .bottom-portion .natural-language .natural-text p {
font-weight: 300;
font-size: 3rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .natural-language .natural-text p {
font-size: 2rem;
text-align: center;
padding-bottom: 2rem;
}
}
.body-content .bottom-portion .machine-learning {
display: flex;
flex-flow: row wrap;
padding-bottom: 8rem;
justify-content: space-between;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning {
padding: 0;
flex-direction: column-reverse;
}
}
.body-content .bottom-portion .machine-learning img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning img {
width: 100%;
display: flex;
flex-flow: column wrap;
}
}
.body-content .bottom-portion .machine-learning .machine-text {
width: 45%;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
}
}
.body-content .bottom-portion .machine-learning .machine-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 10rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text h2 {
line-height: 1rem;
font-size: 4rem;
width: 100%;
padding-top: 3rem;
}
}
.body-content .bottom-portion .machine-learning .machine-text p {
font-weight: 300;
font-size: 3rem;
text-align: right;
}
@media (max-width:530px) {
.body-content .bottom-portion .machine-learning .machine-text p {
font-size: 2rem;
text-align: center;
padding-top: 2rem;
}
}
.body-content .bottom-portion .data-analysis {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding-bottom: 8rem;
width: 100%;
border: 1px solid white;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis {
padding: 0;
flex-direction: column;
}
}
.body-content .bottom-portion .data-analysis img {
width: 45%;
border-radius: 3px;
box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.85);
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis img {
width: 100%;
display: flex;
flex-flow: column wrap;
padding-top: 4rem;
}
}
.body-content .bottom-portion .data-analysis .data-text {
width: 45%;
padding-top: 55px;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text {
width: 100%;
align-items: center;
text-align: center;
padding-top: 2rem;
padding-bottom: 3rem;
}
}
.body-content .bottom-portion .data-analysis .data-text h2 {
font-size: 6rem;
padding-bottom: 2rem;
color: black;
font-weight: 900;
line-height: 10rem;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text h2 {
line-height: 1rem;
font-size: 4rem;
width: 100%;
padding-top: 3rem;
}
}
.body-content .bottom-portion .data-analysis .data-text p {
font-size: 3rem;
font-weight: 300;
}
@media (max-width:530px) {
.body-content .bottom-portion .data-analysis .data-text p {
font-size: 2rem;
text-align: center;
padding-top: 2rem;
}
}
.about-upper-portion {
background: linear-gradient(90.4deg, #74d5ab 0.21%, #abd7c4 99.73%);
padding-bottom: 10rem;
}
@media (max-width: 1550px) {
.about-upper-portion {
padding-bottom: 0rem;
}
}
@media (max-width:530px) {
.about-upper-portion {
padding-bottom: 8rem;
}
}
.about-upper-portion .about-us {
display: flex;
flex-flow: column wrap;
align-items: center;
margin: 0 auto;
padding: 5rem;
}
@media (max-width: 1550px) {
.about-upper-portion .about-us {
padding: 5rem 0;
}
}
@media (max-width:530px) {
.about-upper-portion .about-us {
width: 100%;
}
}
.about-upper-portion .about-us .about-info {
width: 40%;
line-height: 5rem;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info {
width: 100%;
}
}
.about-upper-portion .about-us .about-info h1 {
text-align: center;
font-size: 6rem;
padding-bottom: 2rem;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info h1 {
font-size: 5rem;
padding-top: 2rem;
}
}
.about-upper-portion .about-us .about-info p {
font-size: 3rem;
text-align: center;
font-weight: 400;
}
@media (max-width:530px) {
.about-upper-portion .about-us .about-info p {
font-size: 2.5rem;
}
}
.meet-the-team {
margin: 0 auto;
display: flex;
flex-flow: column wrap;
align-items: center;
padding: 2rem 0;
font-size: 3rem;
}
@media (max-width:530px) {
.meet-the-team {
padding: 3rem;
}
}
.meet-the-team h2 {
text-align: center;
font-size: 2.5rem;
}
.team-profiles {
display: flex;
flex-wrap: wrap;
width: 80%;
padding: 1rem 0;
}
.team-profiles .team-profile {
width: 30vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex: 1 1 0;
padding: 8rem;
border-radius: 6px;
background: whitesmoke;
color: #6e6e6e;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
margin: 1rem;
}
@media (max-width:530px) {
.team-profiles .team-profile {
padding: 4rem;
}
}
.team-profiles .team-profile .team-profile-img {
width: 150px;
height: 150px;
justify-self: center;
border-radius: 50%;
box-shadow: 2px 2px 2px #a7a6a6;
}
.team-profiles .team-profile .team-profile-img img {
width: 100%;
border-radius: 50%;
align-self: center;
filter: grayscale(40%);
}
.team-profiles .team-profile .team-role {
padding: 2rem;
text-align: center;
font-size: 1.5rem;
}
.team-profiles .team-profile .github-link {
align-self: center;
}
.team-profiles .team-profile .github-link i {
font-size: 3rem;
color: #74d5abff;
} | 0.46952 | 0.061989 |
*, *:before, *:after {
box-sizing: border-box;
}
.home {
background-color: #F9F8FB;
}
.home__container {
position: relative;
width: 1175px;
height: 900px;
margin: 0 auto;
background-image: url(../images/home-background.png);
background-size: 100%;
background-repeat: no-repeat;
}
.home__logo {
width: 127px;
height: 52px;
color: #262626;
font-family: "Pacifico", cursive;
font-size: 50px;
font-weight: 400;
line-height: 25px;
}
.home__header {
display: flex;
justify-content: space-between;
padding-top: 60px;
}
.home__body {
height: 270px;
width: 380px;
margin-top: 250px;
}
.home__title {
color: #262626;
font-family: "Raleway", sans-serif;
font-weight: bold;
font-size: 60px;
line-height: 25px;
padding-top: 20px;
margin-bottom: 40px;
}
.home__info {
width: 368px;
height: 75px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 30px;
}
.home__btn {
background-color: #ff6033;
width: 210px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
border: transparent;
box-shadow: 5px 15px 25px 10px #fbcdc3;
cursor: pointer;
}
.home__scroll-icon {
position: absolute;
bottom: 50px;
margin-left: 50%;
transform: translateX(-50%);
}
.home__scroll-icon:hover {
cursor: pointer;
}
.top-menu {
list-style-type: none;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 25px;
text-transform: uppercase;
}
.top-menu__item {
display: inline;
padding-right: 30px;
}
.top-menu__item:first-child .top-menu__link {
border-top: 3px solid red;
transition: all 0.1s ease-in;
}
.top-menu__item:last-child {
padding-right: 0;
}
.top-menu__link {
text-decoration: none;
display: inline-block;
color: #262626;
padding-top: 7px;
border-top: 3px solid transparent;
}
.top-menu__link:target, .top-menu__link:hover {
border-top: 3px solid red;
transition: all 0.1s ease-in;
}
.about-us {
height: 675px;
background-color: #00b0b0;
}
.about-us__container {
width: 1175px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.about-us__title {
width: 394px;
height: 64px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 27px;
padding-top: 30px;
padding-bottom: 10px;
margin-bottom: 30px;
}
.about-us__info {
width: 499px;
height: 205px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
}
.about-us__info p:nth-child(2) {
margin-top: 14px;
}
.about-us__content {
margin-top: 175px;
}
.about-us__background-img {
margin: 40px 0 0 -35px;
}
.services {
height: 775px;
background-color: #70bfff;
}
.services__container {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: row-reverse;
position: relative;
}
.services__img {
margin: 120px 10px 120px 302px;
}
.services__title {
width: 539px;
height: 67px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 85px;
font-weight: 700;
line-height: 27px;
position: absolute;
top: 360px;
right: -35px;
}
.services__list {
list-style-type: none;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 27px;
height: 100px;
width: 400px;
margin-top: 165px;
}
.services__list li {
height: 100px;
width: 400px;
background-color: #ffffff;
margin-bottom: 20px;
}
.services__list li:hover {
box-shadow: 5px 12px 22px 10px #5a99cc;
}
.services__list li div {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.services__list_name {
height: 59px;
width: 226px;
display: inline-block;
float: left;
padding-top: 40px;
padding-left: 70px;
}
.services__list_icon {
border-left: 1px solid #888888;
height: 100px;
width: 100px;
display: inline-block;
float: right;
padding-top: 20px;
padding-left: 20px;
}
.services #delivery {
height: 59px;
width: 296px;
padding-left: 0;
padding-top: 25px;
text-align: center;
}
.gallery {
background-color: #ffe92f;
height: 1570px;
}
.gallery__container {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.gallery__title {
width: 300px;
height: 82px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 27px;
padding-top: 30px;
margin-top: 90px;
margin-bottom: 25px;
}
.gallery__info {
width: 600px;
height: 90px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 45px;
text-align: center;
}
.gallery__images {
width: 1175px;
height: 1020px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallery__images_img-piece {
display: flex;
flex-direction: column;
}
.gallery__images_img {
padding-bottom: 30px;
}
.gallery__images_img-piece1 {
padding-bottom: 30px;
}
.gallery__images_img-piece2 {
padding-bottom: 30px;
}
.gallery__images_img-piece {
padding-left: 30px;
}
.gallery__btn {
border: transparent;
width: 190px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
background-color: #5585a2;
cursor: pointer;
margin-top: 40px;
}
.subscribe {
height: 500px;
}
.subscribe__container {
width: 1175px;
height: 500px;
margin: 0 auto;
background-image: url(../images/background_berries.png);
background-size: 100%;
background-repeat: no-repeat;
}
.subscribe__title {
width: 305px;
height: 29px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 27px;
margin-bottom: 30px;
padding-top: 145px;
}
.subscribe__info {
width: 551px;
height: 47px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 30px;
}
.subscribe__form input[type=text] {
box-sizing: border-box;
width: 560px;
height: 50px;
border: 2px solid #AEA5A0;
font-size: 17px;
padding-left: 10px;
padding-top: 3px;
}
.subscribe__form input[type=submit] {
cursor: pointer;
width: 170px;
height: 50px;
box-shadow: 0 20px 30px rgba(150, 185, 44, 0.3);
background-color: #96b92c;
border: transparent;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 19px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
margin-left: 25px;
}
.blog {
height: 910px;
background-color: #b07cf7;
}
.blog__container {
display: flex;
flex-direction: column;
align-items: center;
width: 1175px;
margin: 0 auto;
}
.blog__title {
width: 190px;
height: 70px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 25px;
padding-top: 30px;
margin-top: 110px;
margin-bottom: 50px;
}
.blog__info {
width: 583px;
height: 76px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 25px;
text-align: center;
margin-bottom: 50px;
}
.blog__content {
width: 1170px;
height: 310px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.blog__btn {
border: transparent;
width: 190px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
background-color: #f72b3b;
box-shadow: 0 20px 30px rgba(247, 43, 59, 0.3);
margin-top: 55px;
cursor: pointer;
}
.article-preview {
font-family: "Raleway", sans-serif;
width: 370px;
height: 310px;
background-size: 100%;
}
.article-preview.article-preview--green-smoothies {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img.png);
}
.article-preview.article-preview--growing-food {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img1.png);
}
.article-preview.article-preview--pesticides {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img2.png);
}
.article-preview__date {
width: 60px;
height: 55px;
border-radius: 5px;
background-color: #262626;
opacity: 0.7;
color: #ffffff;
font-size: 21px;
font-weight: 700;
line-height: 25px;
text-align: center;
padding-top: 5px;
margin-top: 30px;
margin-left: 30px;
}
.article-preview__title {
height: 55px;
width: 327px;
color: #ffffff;
font-size: 20px;
font-weight: 700;
line-height: 25px;
margin-left: 20px;
margin-top: 115px;
margin-bottom: 0;
}
.article-preview__details {
height: 42px;
width: 370px;
font-size: 13px;
font-weight: 300;
color: #ffffff;
margin-left: 20px;
margin-top: 12px;
}
.contact {
height: 950px;
background-image: url(../images/background2.png);
background-size: cover;
}
.contact__container {
width: 1175px;
height: 950px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contact__header {
height: 180px;
width: 362px;
}
.contact__title {
width: 337px;
height: 52px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 90px;
font-weight: 700;
line-height: 25px;
padding-top: 25px;
}
.contact__info {
width: 362px;
height: 51px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 25px;
text-align: center;
margin-top: 40px;
}
.contact__wrapper {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 30px;
}
.contact__form {
width: 470px;
height: 540px;
}
.contact__form input[type=text] {
width: 470px;
height: 50px;
background-color: #00c4c4;
opacity: 0.5;
border: transparent;
margin-bottom: 15px;
padding-left: 21px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 25px;
}
.contact__form input[type=text]:focus {
opacity: 1;
outline: none;
border-left: 4px solid #355b82;
}
.contact__form input[type=text]::placeholder {
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 16px;
}
.contact__form input[type=text]:focus::-webkit-input-placeholder {
color: transparent;
}
.contact__form textarea::placeholder {
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 16px;
}
.contact__form textarea {
width: 465px;
height: 250px;
background-color: #00c4c4;
opacity: 0.5;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 21px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 25px;
}
.contact__form textarea:focus {
opacity: 0.9;
outline: none;
border-left: 4px solid #355b82;
}
.contact__form textarea:focus::-webkit-input-placeholder {
color: transparent;
}
.contact__form input[type=submit] {
width: 170px;
height: 50px;
box-shadow: 0 20px 30px rgba(52, 119, 172, 0.3);
background-color: #3477ac;
border: transparent;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
cursor: pointer;
}
.contact__description {
width: 337px;
height: 160px;
}
.contact__description_title {
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 700;
color: #262626;
}
.contact__description_data {
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 25px;
margin-bottom: 20px;
}
.footer {
background-color: #262626;
}
.footer__container {
width: 1175px;
height: 90px;
margin: 0 auto;
background-color: #262626;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #b9b9b9;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
.footer__container div:nth-child(2) {
width: 64px;
height: 27px;
color: #b9b9b9;
font-family: "Pacifico", cursive;
font-size: 25px;
font-weight: 400;
line-height: 25px;
}
.footer__container span {
color: #ff2b58;
font-weight: bold;
}
@media (max-width: 1200px) {
.home__container {
width: 100%;
height: 760px;
padding: 0 40px;
}
.about-us__container {
width: 100%;
}
.about-us__title {
font-size: 67px;
}
.about-us__info {
width: 370px;
padding-top: 40px;
}
.services__container {
width: 100%;
}
.services__img {
margin: 120px 12px 120px 95px;
}
.services__list li {
height: 90px;
}
.services__list_name {
padding-top: 30px;
padding-left: 70px;
}
.services__list_icon {
padding-right: 20px;
height: 90px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #glass {
padding-left: 160px;
}
.gallery #persimmon {
padding-left: 168px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: row;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 30px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe__container {
width: 100%;
padding-left: 50px;
}
.subscribe__info {
padding-top: 10px;
}
.blog__container {
width: 100%;
}
.blog__content {
width: 950px;
}
.article-preview {
width: 300px;
}
.article-preview__title {
width: 250px;
}
.contact__container {
width: 100%;
}
.contact__wrapper {
width: 900px;
}
.footer__container {
width: 900px;
}
}
@media (max-width: 992px) {
.home__container {
height: 560px;
}
.home__body {
margin-top: 115px;
}
.top-menu {
font-size: 14px;
}
.top-menu__item {
padding-right: 15px;
}
.about-us__container {
width: 100%;
}
.about-us__title {
font-size: 55px;
}
.about-us__content {
margin-top: 110px;
margin-left: 5px;
}
.about-us__info {
width: 270px;
padding-top: 20px;
}
.about-us__background-img {
width: 490px;
height: 470px;
margin-top: 100px;
padding-left: 25px;
}
.services {
height: 740px;
}
.services__container {
width: 100%;
}
.services__img {
margin: 195px 12px 120px 200px;
width: 330px;
height: 330px;
}
.services__title {
font-size: 50px;
right: -225px;
top: 345px;
}
.services__list {
margin-left: 10px;
width: 200px;
font-size: 17px;
}
.services__list li {
width: 290px;
}
.services__list_name {
padding-left: 30px;
width: 180px;
}
.services #delivery {
width: 180px;
padding-left: 7px;
padding-top: 20px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #glass {
padding-left: 160px;
}
.gallery #persimmon {
padding-left: 168px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: row;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 30px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe {
height: 325px;
}
.subscribe__container {
width: 100%;
height: 325px;
padding-left: 30px;
}
.subscribe__title {
padding-top: 50px;
}
.subscribe__info {
width: 351px;
margin-bottom: 80px;
}
.subscribe__form input[type=text] {
width: 440px;
}
.blog {
height: 880px;
}
.blog__container {
width: 100%;
}
.blog__content {
width: 720px;
}
.article-preview {
width: 235px;
background-size: cover;
height: 290px;
}
.article-preview__date {
margin-left: 10px;
margin-top: 20px;
}
.article-preview__title {
width: 230px;
margin-left: 8px;
}
.article-preview__details {
margin-left: 8px;
}
.contact__container {
width: 100%;
}
.contact__wrapper {
width: 720px;
}
.contact__form input[type=text] {
width: 400px;
}
.contact__form textarea {
width: 400px;
}
.contact__description {
width: 220px;
}
.footer__container {
width: 720px;
}
}
@media (max-width: 768px) {
.home__container {
height: 620px;
background-size: cover;
}
.home__logo {
margin-bottom: 15px;
}
.home__header {
flex-direction: column;
align-items: center;
}
.about-us {
height: 700px;
}
.about-us__container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 0 40px;
}
.about-us__title {
font-size: 52px;
text-align: center;
width: 570px;
}
.about-us__content {
margin-top: 10px;
padding-left: 15px;
}
.about-us__info {
width: 100%;
height: auto;
padding-top: 10px;
}
.about-us__background-img {
width: 400px;
height: 380px;
margin-top: -10px;
}
.services {
height: 780px;
}
.services__container {
width: 100%;
flex-direction: column;
padding: 0 40px;
}
.services__body {
margin-top: 80px;
}
.services__img {
margin: 30px auto 0;
width: 290px;
height: 300px;
}
.services__title {
font-size: 40px;
position: static;
text-align: center;
width: 100%;
margin-top: -165px;
}
.services__list {
margin-left: 10px;
width: 100%;
font-size: 17px;
margin-top: 30px;
}
.services__list li {
width: 100%;
font-size: 20px;
}
.services__list_name {
width: 390px;
text-align: center;
}
.services #delivery {
padding-left: 35px;
width: 390px;
padding-top: 30px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
padding: 0 40px;
}
.gallery__info {
width: 514px;
font-size: 16px;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #peaches {
width: 510px;
height: 380px;
margin-left: 150px;
}
.gallery #blueberries {
width: 510px;
height: 350px;
margin-left: 40px;
}
.gallery #persimmon1 {
width: 510px;
height: 350px;
margin-left: 32px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: column;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
margin-left: 190px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 190px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe {
height: 350px;
}
.subscribe__container {
height: 350px;
width: 100%;
padding: 0 40px;
background-size: cover;
}
.subscribe__form input[type=text] {
width: 350px;
}
.subscribe__form input[type=submit] {
width: 120px;
margin-left: 5px;
}
.blog {
height: 1430px;
}
.blog__container {
width: 100%;
padding: 0 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.blog__info {
width: 100%;
height: auto;
}
.blog__content {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 10px;
width: auto;
}
.blog .article-preview {
width: 450px;
margin-bottom: 30px;
}
.blog .article-preview__title {
width: 250px;
}
.blog__btn {
margin-top: 650px;
}
.contact__container {
width: 100%;
padding: 0 70px;
}
.contact__wrapper {
display: flex;
flex-direction: column-reverse;
}
.contact__description {
margin-bottom: 60px;
}
.contact__title {
margin-top: 30px;
}
.footer__container {
display: flex;
flex-direction: column;
justify-content: center;
width: 577px;
}
}
@media (max-width: 576px) {
.home__header {
padding-top: 40px;
}
.home__container {
padding: 0 10px;
height: 690px;
background-size: 200%;
background-position: -115px 200px;
}
.home__body {
width: 100%;
}
.home__info {
width: 100%;
height: auto;
}
.home__title {
font-size: 45px;
margin-bottom: 20px;
}
.home__scroll-icon {
bottom: 25px;
}
.top-menu {
text-align: center;
}
.top-menu__item {
padding: 0 10px;
}
.about-us {
height: 900px;
}
.about-us__container {
width: 100%;
padding: 0 40px;
}
.about-us__background-img {
width: 375px;
height: 360px;
}
.about-us__info {
padding: 0 125px;
}
.services__container {
width: 100%;
padding: 0 40px;
}
.services__img {
width: 280px;
height: 300px;
}
.services__list_icon {
width: 70px;
}
.services__list_name {
width: 142px;
font-size: 14px;
padding-left: 25px;
}
.services #delivery {
width: 172px;
text-align: left;
padding-left: 25px;
margin-top: -6px;
}
.gallery__container {
width: 100%;
padding: 0 40px;
}
.gallery__title {
font-size: 55px;
text-align: center;
}
.gallery__images_img {
height: auto;
}
.gallery__info {
width: 100%;
height: auto;
}
.gallery #peaches {
width: 330px;
height: 290px;
margin-left: 232px;
}
.gallery__images_img-piece1 {
width: 330px;
margin-top: -110px;
}
.gallery__images_img-piece2 {
width: 330px;
margin-top: 25px;
}
.gallery #blueberries {
width: 330px;
margin-left: 120px;
height: 270px;
margin-top: -110px;
}
.gallery #persimmon1 {
width: 330px;
margin-left: 115px;
height: 270px;
margin-top: -110px;
}
.gallery__btn {
margin-top: -110px;
}
.subscribe {
height: 650px;
}
.subscribe__container {
padding: 0 10px;
height: 650px;
background-size: 200%;
background-position: -115px 200px;
}
.subscribe__info {
width: 100%;
height: auto;
padding-top: 35px;
}
.subscribe__form input[type=text] {
width: 100%;
}
.subscribe__form input[type=submit] {
width: 100%;
margin-left: -1.1px;
}
.blog {
height: 1515px;
}
.blog__container {
width: 100%;
padding: 0 40px;
}
.blog__title {
font-size: 55px;
text-align: center;
}
.blog .article-preview {
width: 260px;
background-size: cover;
height: 290px;
}
.contact__container {
width: 100%;
padding: 0 27px;
}
.contact__info {
padding: 0 27px;
}
.contact__title {
font-size: 55px;
text-align: center;
}
.contact__form {
width: 322px;
}
.contact__form textarea {
width: 290px;
}
.contact__form input[type=text] {
width: 290px;
}
.footer {
height: 120px;
}
.footer__container {
width: 100%;
flex-direction: column;
padding: 0 40px;
text-align: center;
height: 120px;
}
}
/*# sourceMappingURL=main.css.map */ | styles/main.css | *, *:before, *:after {
box-sizing: border-box;
}
.home {
background-color: #F9F8FB;
}
.home__container {
position: relative;
width: 1175px;
height: 900px;
margin: 0 auto;
background-image: url(../images/home-background.png);
background-size: 100%;
background-repeat: no-repeat;
}
.home__logo {
width: 127px;
height: 52px;
color: #262626;
font-family: "Pacifico", cursive;
font-size: 50px;
font-weight: 400;
line-height: 25px;
}
.home__header {
display: flex;
justify-content: space-between;
padding-top: 60px;
}
.home__body {
height: 270px;
width: 380px;
margin-top: 250px;
}
.home__title {
color: #262626;
font-family: "Raleway", sans-serif;
font-weight: bold;
font-size: 60px;
line-height: 25px;
padding-top: 20px;
margin-bottom: 40px;
}
.home__info {
width: 368px;
height: 75px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 30px;
}
.home__btn {
background-color: #ff6033;
width: 210px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
border: transparent;
box-shadow: 5px 15px 25px 10px #fbcdc3;
cursor: pointer;
}
.home__scroll-icon {
position: absolute;
bottom: 50px;
margin-left: 50%;
transform: translateX(-50%);
}
.home__scroll-icon:hover {
cursor: pointer;
}
.top-menu {
list-style-type: none;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 25px;
text-transform: uppercase;
}
.top-menu__item {
display: inline;
padding-right: 30px;
}
.top-menu__item:first-child .top-menu__link {
border-top: 3px solid red;
transition: all 0.1s ease-in;
}
.top-menu__item:last-child {
padding-right: 0;
}
.top-menu__link {
text-decoration: none;
display: inline-block;
color: #262626;
padding-top: 7px;
border-top: 3px solid transparent;
}
.top-menu__link:target, .top-menu__link:hover {
border-top: 3px solid red;
transition: all 0.1s ease-in;
}
.about-us {
height: 675px;
background-color: #00b0b0;
}
.about-us__container {
width: 1175px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.about-us__title {
width: 394px;
height: 64px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 27px;
padding-top: 30px;
padding-bottom: 10px;
margin-bottom: 30px;
}
.about-us__info {
width: 499px;
height: 205px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
}
.about-us__info p:nth-child(2) {
margin-top: 14px;
}
.about-us__content {
margin-top: 175px;
}
.about-us__background-img {
margin: 40px 0 0 -35px;
}
.services {
height: 775px;
background-color: #70bfff;
}
.services__container {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: row-reverse;
position: relative;
}
.services__img {
margin: 120px 10px 120px 302px;
}
.services__title {
width: 539px;
height: 67px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 85px;
font-weight: 700;
line-height: 27px;
position: absolute;
top: 360px;
right: -35px;
}
.services__list {
list-style-type: none;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 27px;
height: 100px;
width: 400px;
margin-top: 165px;
}
.services__list li {
height: 100px;
width: 400px;
background-color: #ffffff;
margin-bottom: 20px;
}
.services__list li:hover {
box-shadow: 5px 12px 22px 10px #5a99cc;
}
.services__list li div {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.services__list_name {
height: 59px;
width: 226px;
display: inline-block;
float: left;
padding-top: 40px;
padding-left: 70px;
}
.services__list_icon {
border-left: 1px solid #888888;
height: 100px;
width: 100px;
display: inline-block;
float: right;
padding-top: 20px;
padding-left: 20px;
}
.services #delivery {
height: 59px;
width: 296px;
padding-left: 0;
padding-top: 25px;
text-align: center;
}
.gallery {
background-color: #ffe92f;
height: 1570px;
}
.gallery__container {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.gallery__title {
width: 300px;
height: 82px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 27px;
padding-top: 30px;
margin-top: 90px;
margin-bottom: 25px;
}
.gallery__info {
width: 600px;
height: 90px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 45px;
text-align: center;
}
.gallery__images {
width: 1175px;
height: 1020px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gallery__images_img-piece {
display: flex;
flex-direction: column;
}
.gallery__images_img {
padding-bottom: 30px;
}
.gallery__images_img-piece1 {
padding-bottom: 30px;
}
.gallery__images_img-piece2 {
padding-bottom: 30px;
}
.gallery__images_img-piece {
padding-left: 30px;
}
.gallery__btn {
border: transparent;
width: 190px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
background-color: #5585a2;
cursor: pointer;
margin-top: 40px;
}
.subscribe {
height: 500px;
}
.subscribe__container {
width: 1175px;
height: 500px;
margin: 0 auto;
background-image: url(../images/background_berries.png);
background-size: 100%;
background-repeat: no-repeat;
}
.subscribe__title {
width: 305px;
height: 29px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 27px;
margin-bottom: 30px;
padding-top: 145px;
}
.subscribe__info {
width: 551px;
height: 47px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 27px;
margin-bottom: 30px;
}
.subscribe__form input[type=text] {
box-sizing: border-box;
width: 560px;
height: 50px;
border: 2px solid #AEA5A0;
font-size: 17px;
padding-left: 10px;
padding-top: 3px;
}
.subscribe__form input[type=submit] {
cursor: pointer;
width: 170px;
height: 50px;
box-shadow: 0 20px 30px rgba(150, 185, 44, 0.3);
background-color: #96b92c;
border: transparent;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 19px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
margin-left: 25px;
}
.blog {
height: 910px;
background-color: #b07cf7;
}
.blog__container {
display: flex;
flex-direction: column;
align-items: center;
width: 1175px;
margin: 0 auto;
}
.blog__title {
width: 190px;
height: 70px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 86px;
font-weight: 700;
line-height: 25px;
padding-top: 30px;
margin-top: 110px;
margin-bottom: 50px;
}
.blog__info {
width: 583px;
height: 76px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 25px;
text-align: center;
margin-bottom: 50px;
}
.blog__content {
width: 1170px;
height: 310px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.blog__btn {
border: transparent;
width: 190px;
height: 55px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
background-color: #f72b3b;
box-shadow: 0 20px 30px rgba(247, 43, 59, 0.3);
margin-top: 55px;
cursor: pointer;
}
.article-preview {
font-family: "Raleway", sans-serif;
width: 370px;
height: 310px;
background-size: 100%;
}
.article-preview.article-preview--green-smoothies {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img.png);
}
.article-preview.article-preview--growing-food {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img1.png);
}
.article-preview.article-preview--pesticides {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../images/img2.png);
}
.article-preview__date {
width: 60px;
height: 55px;
border-radius: 5px;
background-color: #262626;
opacity: 0.7;
color: #ffffff;
font-size: 21px;
font-weight: 700;
line-height: 25px;
text-align: center;
padding-top: 5px;
margin-top: 30px;
margin-left: 30px;
}
.article-preview__title {
height: 55px;
width: 327px;
color: #ffffff;
font-size: 20px;
font-weight: 700;
line-height: 25px;
margin-left: 20px;
margin-top: 115px;
margin-bottom: 0;
}
.article-preview__details {
height: 42px;
width: 370px;
font-size: 13px;
font-weight: 300;
color: #ffffff;
margin-left: 20px;
margin-top: 12px;
}
.contact {
height: 950px;
background-image: url(../images/background2.png);
background-size: cover;
}
.contact__container {
width: 1175px;
height: 950px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contact__header {
height: 180px;
width: 362px;
}
.contact__title {
width: 337px;
height: 52px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 90px;
font-weight: 700;
line-height: 25px;
padding-top: 25px;
}
.contact__info {
width: 362px;
height: 51px;
color: #262626;
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 25px;
text-align: center;
margin-top: 40px;
}
.contact__wrapper {
width: 1175px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 30px;
}
.contact__form {
width: 470px;
height: 540px;
}
.contact__form input[type=text] {
width: 470px;
height: 50px;
background-color: #00c4c4;
opacity: 0.5;
border: transparent;
margin-bottom: 15px;
padding-left: 21px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 25px;
}
.contact__form input[type=text]:focus {
opacity: 1;
outline: none;
border-left: 4px solid #355b82;
}
.contact__form input[type=text]::placeholder {
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 16px;
}
.contact__form input[type=text]:focus::-webkit-input-placeholder {
color: transparent;
}
.contact__form textarea::placeholder {
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 16px;
}
.contact__form textarea {
width: 465px;
height: 250px;
background-color: #00c4c4;
opacity: 0.5;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 21px;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 25px;
}
.contact__form textarea:focus {
opacity: 0.9;
outline: none;
border-left: 4px solid #355b82;
}
.contact__form textarea:focus::-webkit-input-placeholder {
color: transparent;
}
.contact__form input[type=submit] {
width: 170px;
height: 50px;
box-shadow: 0 20px 30px rgba(52, 119, 172, 0.3);
background-color: #3477ac;
border: transparent;
color: #ffffff;
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 27px;
text-transform: uppercase;
cursor: pointer;
}
.contact__description {
width: 337px;
height: 160px;
}
.contact__description_title {
font-family: "Raleway", sans-serif;
font-size: 17px;
font-weight: 700;
color: #262626;
}
.contact__description_data {
font-family: "Raleway", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 25px;
margin-bottom: 20px;
}
.footer {
background-color: #262626;
}
.footer__container {
width: 1175px;
height: 90px;
margin: 0 auto;
background-color: #262626;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #b9b9b9;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
.footer__container div:nth-child(2) {
width: 64px;
height: 27px;
color: #b9b9b9;
font-family: "Pacifico", cursive;
font-size: 25px;
font-weight: 400;
line-height: 25px;
}
.footer__container span {
color: #ff2b58;
font-weight: bold;
}
@media (max-width: 1200px) {
.home__container {
width: 100%;
height: 760px;
padding: 0 40px;
}
.about-us__container {
width: 100%;
}
.about-us__title {
font-size: 67px;
}
.about-us__info {
width: 370px;
padding-top: 40px;
}
.services__container {
width: 100%;
}
.services__img {
margin: 120px 12px 120px 95px;
}
.services__list li {
height: 90px;
}
.services__list_name {
padding-top: 30px;
padding-left: 70px;
}
.services__list_icon {
padding-right: 20px;
height: 90px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #glass {
padding-left: 160px;
}
.gallery #persimmon {
padding-left: 168px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: row;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 30px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe__container {
width: 100%;
padding-left: 50px;
}
.subscribe__info {
padding-top: 10px;
}
.blog__container {
width: 100%;
}
.blog__content {
width: 950px;
}
.article-preview {
width: 300px;
}
.article-preview__title {
width: 250px;
}
.contact__container {
width: 100%;
}
.contact__wrapper {
width: 900px;
}
.footer__container {
width: 900px;
}
}
@media (max-width: 992px) {
.home__container {
height: 560px;
}
.home__body {
margin-top: 115px;
}
.top-menu {
font-size: 14px;
}
.top-menu__item {
padding-right: 15px;
}
.about-us__container {
width: 100%;
}
.about-us__title {
font-size: 55px;
}
.about-us__content {
margin-top: 110px;
margin-left: 5px;
}
.about-us__info {
width: 270px;
padding-top: 20px;
}
.about-us__background-img {
width: 490px;
height: 470px;
margin-top: 100px;
padding-left: 25px;
}
.services {
height: 740px;
}
.services__container {
width: 100%;
}
.services__img {
margin: 195px 12px 120px 200px;
width: 330px;
height: 330px;
}
.services__title {
font-size: 50px;
right: -225px;
top: 345px;
}
.services__list {
margin-left: 10px;
width: 200px;
font-size: 17px;
}
.services__list li {
width: 290px;
}
.services__list_name {
padding-left: 30px;
width: 180px;
}
.services #delivery {
width: 180px;
padding-left: 7px;
padding-top: 20px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #glass {
padding-left: 160px;
}
.gallery #persimmon {
padding-left: 168px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: row;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 30px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe {
height: 325px;
}
.subscribe__container {
width: 100%;
height: 325px;
padding-left: 30px;
}
.subscribe__title {
padding-top: 50px;
}
.subscribe__info {
width: 351px;
margin-bottom: 80px;
}
.subscribe__form input[type=text] {
width: 440px;
}
.blog {
height: 880px;
}
.blog__container {
width: 100%;
}
.blog__content {
width: 720px;
}
.article-preview {
width: 235px;
background-size: cover;
height: 290px;
}
.article-preview__date {
margin-left: 10px;
margin-top: 20px;
}
.article-preview__title {
width: 230px;
margin-left: 8px;
}
.article-preview__details {
margin-left: 8px;
}
.contact__container {
width: 100%;
}
.contact__wrapper {
width: 720px;
}
.contact__form input[type=text] {
width: 400px;
}
.contact__form textarea {
width: 400px;
}
.contact__description {
width: 220px;
}
.footer__container {
width: 720px;
}
}
@media (max-width: 768px) {
.home__container {
height: 620px;
background-size: cover;
}
.home__logo {
margin-bottom: 15px;
}
.home__header {
flex-direction: column;
align-items: center;
}
.about-us {
height: 700px;
}
.about-us__container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 0 40px;
}
.about-us__title {
font-size: 52px;
text-align: center;
width: 570px;
}
.about-us__content {
margin-top: 10px;
padding-left: 15px;
}
.about-us__info {
width: 100%;
height: auto;
padding-top: 10px;
}
.about-us__background-img {
width: 400px;
height: 380px;
margin-top: -10px;
}
.services {
height: 780px;
}
.services__container {
width: 100%;
flex-direction: column;
padding: 0 40px;
}
.services__body {
margin-top: 80px;
}
.services__img {
margin: 30px auto 0;
width: 290px;
height: 300px;
}
.services__title {
font-size: 40px;
position: static;
text-align: center;
width: 100%;
margin-top: -165px;
}
.services__list {
margin-left: 10px;
width: 100%;
font-size: 17px;
margin-top: 30px;
}
.services__list li {
width: 100%;
font-size: 20px;
}
.services__list_name {
width: 390px;
text-align: center;
}
.services #delivery {
padding-left: 35px;
width: 390px;
padding-top: 30px;
}
.gallery {
height: 2200px;
}
.gallery__container {
width: 100%;
padding: 0 40px;
}
.gallery__info {
width: 514px;
font-size: 16px;
}
.gallery__images {
width: 900px;
height: 1720px;
}
.gallery__images_img {
padding-bottom: 20px;
padding-left: 50px;
}
.gallery #peaches {
width: 510px;
height: 380px;
margin-left: 150px;
}
.gallery #blueberries {
width: 510px;
height: 350px;
margin-left: 40px;
}
.gallery #persimmon1 {
width: 510px;
height: 350px;
margin-left: 32px;
}
.gallery__images_img-piece {
display: flex;
flex-direction: column;
}
.gallery__images_img-piece1 {
padding-bottom: 20px;
margin-left: 190px;
}
.gallery__images_img-piece2 {
padding-bottom: 20px;
margin-left: 190px;
}
.gallery__images_img-piece {
padding-left: 90px;
}
.subscribe {
height: 350px;
}
.subscribe__container {
height: 350px;
width: 100%;
padding: 0 40px;
background-size: cover;
}
.subscribe__form input[type=text] {
width: 350px;
}
.subscribe__form input[type=submit] {
width: 120px;
margin-left: 5px;
}
.blog {
height: 1430px;
}
.blog__container {
width: 100%;
padding: 0 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.blog__info {
width: 100%;
height: auto;
}
.blog__content {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 10px;
width: auto;
}
.blog .article-preview {
width: 450px;
margin-bottom: 30px;
}
.blog .article-preview__title {
width: 250px;
}
.blog__btn {
margin-top: 650px;
}
.contact__container {
width: 100%;
padding: 0 70px;
}
.contact__wrapper {
display: flex;
flex-direction: column-reverse;
}
.contact__description {
margin-bottom: 60px;
}
.contact__title {
margin-top: 30px;
}
.footer__container {
display: flex;
flex-direction: column;
justify-content: center;
width: 577px;
}
}
@media (max-width: 576px) {
.home__header {
padding-top: 40px;
}
.home__container {
padding: 0 10px;
height: 690px;
background-size: 200%;
background-position: -115px 200px;
}
.home__body {
width: 100%;
}
.home__info {
width: 100%;
height: auto;
}
.home__title {
font-size: 45px;
margin-bottom: 20px;
}
.home__scroll-icon {
bottom: 25px;
}
.top-menu {
text-align: center;
}
.top-menu__item {
padding: 0 10px;
}
.about-us {
height: 900px;
}
.about-us__container {
width: 100%;
padding: 0 40px;
}
.about-us__background-img {
width: 375px;
height: 360px;
}
.about-us__info {
padding: 0 125px;
}
.services__container {
width: 100%;
padding: 0 40px;
}
.services__img {
width: 280px;
height: 300px;
}
.services__list_icon {
width: 70px;
}
.services__list_name {
width: 142px;
font-size: 14px;
padding-left: 25px;
}
.services #delivery {
width: 172px;
text-align: left;
padding-left: 25px;
margin-top: -6px;
}
.gallery__container {
width: 100%;
padding: 0 40px;
}
.gallery__title {
font-size: 55px;
text-align: center;
}
.gallery__images_img {
height: auto;
}
.gallery__info {
width: 100%;
height: auto;
}
.gallery #peaches {
width: 330px;
height: 290px;
margin-left: 232px;
}
.gallery__images_img-piece1 {
width: 330px;
margin-top: -110px;
}
.gallery__images_img-piece2 {
width: 330px;
margin-top: 25px;
}
.gallery #blueberries {
width: 330px;
margin-left: 120px;
height: 270px;
margin-top: -110px;
}
.gallery #persimmon1 {
width: 330px;
margin-left: 115px;
height: 270px;
margin-top: -110px;
}
.gallery__btn {
margin-top: -110px;
}
.subscribe {
height: 650px;
}
.subscribe__container {
padding: 0 10px;
height: 650px;
background-size: 200%;
background-position: -115px 200px;
}
.subscribe__info {
width: 100%;
height: auto;
padding-top: 35px;
}
.subscribe__form input[type=text] {
width: 100%;
}
.subscribe__form input[type=submit] {
width: 100%;
margin-left: -1.1px;
}
.blog {
height: 1515px;
}
.blog__container {
width: 100%;
padding: 0 40px;
}
.blog__title {
font-size: 55px;
text-align: center;
}
.blog .article-preview {
width: 260px;
background-size: cover;
height: 290px;
}
.contact__container {
width: 100%;
padding: 0 27px;
}
.contact__info {
padding: 0 27px;
}
.contact__title {
font-size: 55px;
text-align: center;
}
.contact__form {
width: 322px;
}
.contact__form textarea {
width: 290px;
}
.contact__form input[type=text] {
width: 290px;
}
.footer {
height: 120px;
}
.footer__container {
width: 100%;
flex-direction: column;
padding: 0 40px;
text-align: center;
height: 120px;
}
}
/*# sourceMappingURL=main.css.map */ | 0.350199 | 0.045353 |
button svg {
width: 1rem;
height: 1rem;
margin: 0 0.75rem;
}
button svg path {
fill: #FFFFFF;
}
.btn-default,
.btn-reset,
.btn-cancel,
.btn-approve {
display: flex;
justify-content: center;
align-items: center;
background: #008898;
padding: 0.25rem 1.5rem;
border: 0;
color: white;
border-radius: 5px;
font-size: 15px;
}
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
outline: 0;
background: #177f8b;
}
.btn-reset {
background: #ef6c00;
}
.btn-reset:focus,
.btn-reset:active,
.btn-reset:hover {
outline: 0;
background: #bf5600;
}
.btn-cancel {
background: red;
}
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel:hover {
outline: 0;
background: darkred;
}
.btn-approve {
background: #34a86b;
}
.btn-approve:focus,
.btn-approve:active,
.btn-approve:hover {
outline: 0;
background: #2b8d5a;
}
.btn-default[disabled],
.btn-reset[disabled],
.btn-cancel[disabled],
.btn-approve[disabled] {
background: #888888;
opacity: 0.5;
}
.btn-filter {
border: none;
background-color: transparent;
color: black;
border-radius: 0;
margin: 0;
font-weight: 600;
font-size: 0.875rem;
box-shadow: none;
padding: 0.5rem 1rem;
}
.btn-filter.active {
background-color: rgba(247, 247, 247, 0.8);
color: white;
}
.btn-filter:focus,
.btn-filter:not(:disabled):not(.disabled):active {
border: none !important;
outline: none;
box-shadow: none;
}
.btn-filter label:hover {
cursor: pointer;
}
.btn-filter:disabled,
.btn-filter:disabled label {
cursor: default;
font-weight: 600;
color: black;
text-shadow: 0 0 black;
}
.btn-filter:active,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter.selected {
color: rgba(0, 136, 152, 0.8);
cursor: pointer;
}
.btn-bare {
border: none;
background-color: white;
color: black;
border-radius: 0;
margin: 0;
font-weight: 600;
font-size: 0.95rem;
box-shadow: none;
text-align: left;
vertical-align: bottom;
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.btn-bare.active {
background-color: rgba(247, 247, 247, 0.8);
color: white;
}
.btn-bare:focus,
.btn-bare:not(:disabled):not(.disabled):active {
border: none;
outline: none;
box-shadow: none;
}
.btn-bare label:hover {
cursor: pointer;
}
.btn-bare:disabled,
.btn-bare:disabled label {
cursor: default;
font-weight: 600;
color: black;
text-shadow: 0 0 black;
}
button.btn-bare svg {
width: 2rem;
height: 2rem;
margin: 0;
}
button.btn-bare svg path {
fill: #008898;
}
button.warning.btn-bare svg path {
fill: orange;
}
.btn-download-small {
display: flex;
justify-content: center;
align-items: center;
background: #008898;
text-align: center;
outline: none !important;
border: none !important;
border-radius: 0.25rem;
}
.btn-download-small:hover,
.btn-download-small:active,
.btn-download-small:focus {
box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.75)
}
.btn-download-small svg {
width: 32px;
height: 32px;
margin: 0;
padding: 0;
}
.btn-download-small svg path {
fill: #FFFFFF;
}
button.scan-again-button[disabled]{
visibility: hidden;
} | src/sections/button.css | button svg {
width: 1rem;
height: 1rem;
margin: 0 0.75rem;
}
button svg path {
fill: #FFFFFF;
}
.btn-default,
.btn-reset,
.btn-cancel,
.btn-approve {
display: flex;
justify-content: center;
align-items: center;
background: #008898;
padding: 0.25rem 1.5rem;
border: 0;
color: white;
border-radius: 5px;
font-size: 15px;
}
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
outline: 0;
background: #177f8b;
}
.btn-reset {
background: #ef6c00;
}
.btn-reset:focus,
.btn-reset:active,
.btn-reset:hover {
outline: 0;
background: #bf5600;
}
.btn-cancel {
background: red;
}
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel:hover {
outline: 0;
background: darkred;
}
.btn-approve {
background: #34a86b;
}
.btn-approve:focus,
.btn-approve:active,
.btn-approve:hover {
outline: 0;
background: #2b8d5a;
}
.btn-default[disabled],
.btn-reset[disabled],
.btn-cancel[disabled],
.btn-approve[disabled] {
background: #888888;
opacity: 0.5;
}
.btn-filter {
border: none;
background-color: transparent;
color: black;
border-radius: 0;
margin: 0;
font-weight: 600;
font-size: 0.875rem;
box-shadow: none;
padding: 0.5rem 1rem;
}
.btn-filter.active {
background-color: rgba(247, 247, 247, 0.8);
color: white;
}
.btn-filter:focus,
.btn-filter:not(:disabled):not(.disabled):active {
border: none !important;
outline: none;
box-shadow: none;
}
.btn-filter label:hover {
cursor: pointer;
}
.btn-filter:disabled,
.btn-filter:disabled label {
cursor: default;
font-weight: 600;
color: black;
text-shadow: 0 0 black;
}
.btn-filter:active,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter.selected {
color: rgba(0, 136, 152, 0.8);
cursor: pointer;
}
.btn-bare {
border: none;
background-color: white;
color: black;
border-radius: 0;
margin: 0;
font-weight: 600;
font-size: 0.95rem;
box-shadow: none;
text-align: left;
vertical-align: bottom;
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.btn-bare.active {
background-color: rgba(247, 247, 247, 0.8);
color: white;
}
.btn-bare:focus,
.btn-bare:not(:disabled):not(.disabled):active {
border: none;
outline: none;
box-shadow: none;
}
.btn-bare label:hover {
cursor: pointer;
}
.btn-bare:disabled,
.btn-bare:disabled label {
cursor: default;
font-weight: 600;
color: black;
text-shadow: 0 0 black;
}
button.btn-bare svg {
width: 2rem;
height: 2rem;
margin: 0;
}
button.btn-bare svg path {
fill: #008898;
}
button.warning.btn-bare svg path {
fill: orange;
}
.btn-download-small {
display: flex;
justify-content: center;
align-items: center;
background: #008898;
text-align: center;
outline: none !important;
border: none !important;
border-radius: 0.25rem;
}
.btn-download-small:hover,
.btn-download-small:active,
.btn-download-small:focus {
box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.75)
}
.btn-download-small svg {
width: 32px;
height: 32px;
margin: 0;
padding: 0;
}
.btn-download-small svg path {
fill: #FFFFFF;
}
button.scan-again-button[disabled]{
visibility: hidden;
} | 0.471467 | 0.061933 |
html,
body {
padding-top: 20px;
background-color: #e8e8e8;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/*
* Base structure
*/
/* Move down content because we have a fixed r that is 50px tall */
body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
#nav{
background-color: #f8f8f8;
border-bottom: 3px solid #337ab7;
}
#logo{
padding-top: 7px;
padding-right: 10px;
}
#headtext-left{
color: #ffffff;
font-size: 24px;
margin-left: 0px;
margin-bottom: 0px;
font-family: 黑体;
}
#headtext-middle{
color: #666;
font-size: 16px;
margin-bottom: 0px;
margin-left: 50px;
font-family: 微软雅黑;
}
#helloword{
color: #666;
padding-left: 15px;
}
.navbar-default .navbar-nav > li > a:hover
{
color: #000;
background-color: #eee;
}
#headtext{
font-size: 18px;
font-weight: bolder;
}
#divider{
border-bottom:2px solid #1ABC9C;
padding-bottom: 6px;
margin-bottom: 20px;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f8f8f8;
border-right: thin solid #dedede;
padding-top:3px;
/*box-shadow:0 0 10px 0 #eee;*/
margin-right: 12px;
}
.nav-sidebar > li > a> span.title{
display: none;
}
.nav-sidebar > li > a>{
padding-left: 18px;
}
#paneltosiderbar{
padding-left: 72px;
}
@media (min-width: 768px) {
.nav-sidebar > li > a> span.title{
display: inline;
font-family: 微软雅黑;
}
.nav-sidebar > li > a {
padding:12px;
padding-left: 30px;
}
#paneltosiderbar{
padding-left: 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -40px;
padding-right: 0px;
}
}
#w2>.container{
width: 190px;
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
border-bottom: thin solid #dedede;
/*border-bottom: 1px solid #18191d;*/
color: #666;
border-left: 3px solid #f8f8f8;
}
.nav-sidebar > li > a:hover {
color: #666;
background-color: #eee;
border-left: 3px solid #F56C0B;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
color: #5c5c5c;
background-color:#eee;
}
.badge {
color: #fff;
background-color: #F56C0B;
margin-left: 15px;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
/*.panel-default > .panel-heading {
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;border: 1px solid #cccccc;
}
*/
.panel {
margin-bottom: 20px;
min-width: 528px;
}
.page-header {
margin: 10px 0 20px;
border-bottom: 0px;
margin-bottom: 0px;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
/* background-color: #d9e9c6;*/
}
.table > thead > tr > td.unread,
.table > tbody > tr > td.unread,
.table > tfoot > tr > td.unread,
.table > thead > tr > th.unread,
.table > tbody > tr > th.unread,
.table > tfoot > tr > th.unread,
.table > thead > tr.unread > td,
.table > tbody > tr.unread > td,
.table > tfoot > tr.unread > td,
.table > thead > tr.unread > th,
.table > tbody > tr.unread > th,
.table > tfoot > tr.unread > th {
/*font-weight: bolder;*/
}
.unreadtitle{
font-weight: bolder;
}
.bidstate{
color: #fff;
border-radius: 3px;
background-clip: padding-box;
padding: .3em .6em .3em;
font-size: 12px;
}
.bidnow {
background-color: #5cb85c;
}
.biddone{
background-color: #f0ad4e;
}
.bidover{
background-color: #428bca;
}
.bidout{
background-color: #777;
}
.useritem{
padding-right: 0;
padding-left: 5px;
}
/*
* Placeholder dashboard ideas
*/
.itemfoot{
text-align: right;
}
.itemnum{
display:inline-block;
vertical-align:middle;
margin:auto;
margin-right:30px;
}
.itempage{
display:inline-block;
vertical-align:middle;
margin:auto;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
background-color: #BABEBA;
border-color: #ACBCAD;
}
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
/*
*table
*/
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
.bidform >.table tbody>tr>td {
font-size:1em;
vertical-align: middle;
border-top: 1px solid #e7ebee;
padding: 12px 8px;
}
.bidform >.table-bordered {
border: 0 !important;
}
.bidform >.table-bordered th,
.bidform >.table-bordered td {
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 1px solid #ddd !important;
}
.bidform >.table-bordered th{
border-bottom: 2px solid #ddd !important;
}
/*
*end
*/
.statescontrol{
white-space: nowrap;
}
.newstime{
color: #888;
padding-left: 20px;
padding-right: 20px;
}
#mestitle{
font-weight: bolder;
border-bottom:2px solid #1ABC9C;
padding-bottom: 0px;
margin-left: 15px;
margin-right: 15px;
}
#newsubline{
margin-top: 10px;
margin-bottom: 10px;
}
.download{
padding-top: 30px;
margin-left: 15px;
}
#message{
padding-left: 15px;
padding-right: 15px;
color:#666;
}
#hr{
height:2px;
border:none;
border-top:1px solid #ddd;
margin-top: 15px;
}
#mailmsgbk{
background-color: rgba(199, 216, 231, 0.41);
border-bottom:2px solid #e5e5e5;
}
#mailmsg{
padding:15px;
}
.mailmst{
color: #888;
}
#mailtext{
padding: 15px;
}
.submenu > li{
padding: 12px;
list-style: none;
padding-left: 50px;
border-left: 3px solid #f8f8f8;
}
.submenu > li >a{
padding-left: 15px;
color: #666;
font-family: "微软雅黑";
}
.submenu>li>a:hover{
text-decoration: none;
}
.submenu >li:hover{
background-color: #eee;
border-left: 3px solid #F56C0B;
}
ul.submenu{
padding: 0px;
}
#subdivider{
border-bottom: 1px solid #dedede;
}
.mailtt{
font-weight: bold;
font-size: 18px;
margin-top: 5px;
}
select{
width: 220px;
border: 1px solid #cccccc;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.bidform >.table tbody>tr>td {
font-size:1em;
vertical-align: middle;
border-top: 1px solid #e7ebee;
padding: 12px 8px;
}
.bidform >.table-bordered {
border: 0 !important;
}
.bidform >.table-bordered th,
.bidform >.table-bordered td {
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 1px solid #ddd !important;
}
.bidform >.table-bordered th{
border-bottom: 2px solid #ddd !important;
} | web/css/index.css | html,
body {
padding-top: 20px;
background-color: #e8e8e8;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/*
* Base structure
*/
/* Move down content because we have a fixed r that is 50px tall */
body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
#nav{
background-color: #f8f8f8;
border-bottom: 3px solid #337ab7;
}
#logo{
padding-top: 7px;
padding-right: 10px;
}
#headtext-left{
color: #ffffff;
font-size: 24px;
margin-left: 0px;
margin-bottom: 0px;
font-family: 黑体;
}
#headtext-middle{
color: #666;
font-size: 16px;
margin-bottom: 0px;
margin-left: 50px;
font-family: 微软雅黑;
}
#helloword{
color: #666;
padding-left: 15px;
}
.navbar-default .navbar-nav > li > a:hover
{
color: #000;
background-color: #eee;
}
#headtext{
font-size: 18px;
font-weight: bolder;
}
#divider{
border-bottom:2px solid #1ABC9C;
padding-bottom: 6px;
margin-bottom: 20px;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f8f8f8;
border-right: thin solid #dedede;
padding-top:3px;
/*box-shadow:0 0 10px 0 #eee;*/
margin-right: 12px;
}
.nav-sidebar > li > a> span.title{
display: none;
}
.nav-sidebar > li > a>{
padding-left: 18px;
}
#paneltosiderbar{
padding-left: 72px;
}
@media (min-width: 768px) {
.nav-sidebar > li > a> span.title{
display: inline;
font-family: 微软雅黑;
}
.nav-sidebar > li > a {
padding:12px;
padding-left: 30px;
}
#paneltosiderbar{
padding-left: 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -40px;
padding-right: 0px;
}
}
#w2>.container{
width: 190px;
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
border-bottom: thin solid #dedede;
/*border-bottom: 1px solid #18191d;*/
color: #666;
border-left: 3px solid #f8f8f8;
}
.nav-sidebar > li > a:hover {
color: #666;
background-color: #eee;
border-left: 3px solid #F56C0B;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover,
.nav-sidebar > li.active > a:focus {
color: #5c5c5c;
background-color:#eee;
}
.badge {
color: #fff;
background-color: #F56C0B;
margin-left: 15px;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
padding-right: 40px;
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
/*.panel-default > .panel-heading {
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;border: 1px solid #cccccc;
}
*/
.panel {
margin-bottom: 20px;
min-width: 528px;
}
.page-header {
margin: 10px 0 20px;
border-bottom: 0px;
margin-bottom: 0px;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
/* background-color: #d9e9c6;*/
}
.table > thead > tr > td.unread,
.table > tbody > tr > td.unread,
.table > tfoot > tr > td.unread,
.table > thead > tr > th.unread,
.table > tbody > tr > th.unread,
.table > tfoot > tr > th.unread,
.table > thead > tr.unread > td,
.table > tbody > tr.unread > td,
.table > tfoot > tr.unread > td,
.table > thead > tr.unread > th,
.table > tbody > tr.unread > th,
.table > tfoot > tr.unread > th {
/*font-weight: bolder;*/
}
.unreadtitle{
font-weight: bolder;
}
.bidstate{
color: #fff;
border-radius: 3px;
background-clip: padding-box;
padding: .3em .6em .3em;
font-size: 12px;
}
.bidnow {
background-color: #5cb85c;
}
.biddone{
background-color: #f0ad4e;
}
.bidover{
background-color: #428bca;
}
.bidout{
background-color: #777;
}
.useritem{
padding-right: 0;
padding-left: 5px;
}
/*
* Placeholder dashboard ideas
*/
.itemfoot{
text-align: right;
}
.itemnum{
display:inline-block;
vertical-align:middle;
margin:auto;
margin-right:30px;
}
.itempage{
display:inline-block;
vertical-align:middle;
margin:auto;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
background-color: #BABEBA;
border-color: #ACBCAD;
}
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
/*
*table
*/
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
.bidform >.table tbody>tr>td {
font-size:1em;
vertical-align: middle;
border-top: 1px solid #e7ebee;
padding: 12px 8px;
}
.bidform >.table-bordered {
border: 0 !important;
}
.bidform >.table-bordered th,
.bidform >.table-bordered td {
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 1px solid #ddd !important;
}
.bidform >.table-bordered th{
border-bottom: 2px solid #ddd !important;
}
/*
*end
*/
.statescontrol{
white-space: nowrap;
}
.newstime{
color: #888;
padding-left: 20px;
padding-right: 20px;
}
#mestitle{
font-weight: bolder;
border-bottom:2px solid #1ABC9C;
padding-bottom: 0px;
margin-left: 15px;
margin-right: 15px;
}
#newsubline{
margin-top: 10px;
margin-bottom: 10px;
}
.download{
padding-top: 30px;
margin-left: 15px;
}
#message{
padding-left: 15px;
padding-right: 15px;
color:#666;
}
#hr{
height:2px;
border:none;
border-top:1px solid #ddd;
margin-top: 15px;
}
#mailmsgbk{
background-color: rgba(199, 216, 231, 0.41);
border-bottom:2px solid #e5e5e5;
}
#mailmsg{
padding:15px;
}
.mailmst{
color: #888;
}
#mailtext{
padding: 15px;
}
.submenu > li{
padding: 12px;
list-style: none;
padding-left: 50px;
border-left: 3px solid #f8f8f8;
}
.submenu > li >a{
padding-left: 15px;
color: #666;
font-family: "微软雅黑";
}
.submenu>li>a:hover{
text-decoration: none;
}
.submenu >li:hover{
background-color: #eee;
border-left: 3px solid #F56C0B;
}
ul.submenu{
padding: 0px;
}
#subdivider{
border-bottom: 1px solid #dedede;
}
.mailtt{
font-weight: bold;
font-size: 18px;
margin-top: 5px;
}
select{
width: 220px;
border: 1px solid #cccccc;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.bidform >.table tbody>tr>td {
font-size:1em;
vertical-align: middle;
border-top: 1px solid #e7ebee;
padding: 12px 8px;
}
.bidform >.table-bordered {
border: 0 !important;
}
.bidform >.table-bordered th,
.bidform >.table-bordered td {
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 1px solid #ddd !important;
}
.bidform >.table-bordered th{
border-bottom: 2px solid #ddd !important;
} | 0.438304 | 0.089733 |
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #f4f4f4;
}
.container {
width: 90%;
}
/* Start Navbar style*/
.navbar {
background-color: #00001a;
opacity: 1;
height: 10vh;
}
.navbar a {
font-size: 18px;
text-transform: uppercase;
}
.navbar-light .navbar-brand {
color: #0077dd;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: #0077dd;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #0077dd;
}
.navbar-light .navbar-nav .nav-link {
color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #0077dd !important;
}
.navbar-nav {
text-align: center;
margin-left: 50px;
}
.nav-link {
padding: .2rem 1rem;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #0077dd;
}
/*navbar search style*/
.search-box {
position: absolute;
top: 50%;
left: 71.5%;
transform: translate(-50%, -50%);
background: #2f3640;
height: 40px;
border-radius: 40px;
}
.search-txt {
border: none;
background: none;
outline: none;
float: left;
padding: 0;
color: #FFF;
font-size: 16px;
transition: .4s;
line-height: 40px;
width: 0px;
}
.search-btn {
color: #000000;
float: right;
width: 40px;
height: 40px;
border-radius: 50%;
background: #156ce6;
display: flex;
justify-content: center;
align-items: center;
transition: .4s;
}
.search-box:hover>.search-txt {
width: 90px;
padding: 0;
padding-left: 5px;
}
.search-box:hover>.search-btn {
background: #FFF;
}
.search::placeholder {
color: #FFF;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #0077dd;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: #F4F4F4;
padding: 15px 16px;
text-decoration: none;
display: block;
font-size: 15px;
}
.dropdown-content a:hover {
background-color: rgb(0, 0, 0);
}
.dropdown:hover .dropdown-content {
display: block;
}
/* End Navbar Style*/
.about {
margin-top: 80px;
margin-bottom: 80px;
}
/*================================*/
/*Start style image overlay*/
.images img {
width: 100%;
height: 100%;
}
.ftco-about .thumb:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
border: 4px solid #0077dd;
opacity: 0;
}
.view {
position: relative;
width: 50%;
}
.view .image {
display: block;
width: 100%;
height: auto;
}
.view .overlay {
position: absolute;
bottom: 0;
left: 100%;
right: 0;
background-color: rgba(0, 0, 0, .7);
overflow: hidden;
width: 0;
height: 100%;
transition: .5s ease;
}
.view:hover .overlay {
width: 100%;
left: 0;
}
.view .text {
color: #0077dd;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
white-space: nowrap;
}
/*================================*/
/*End style image overlay*/
/*Style info*/
.about .info {
flex: 50%;
max-width: 50%;
font-family: Arial, Helvetica, sans-serif;
}
.about .info h5 {
color: #0077dd;
font-weight: bold;
margin-top: 10px;
}
.about .info h1 {
margin: 15px 0;
font-weight: 900;
font-size: 40px;
letter-spacing: 4px;
}
.about .info h1 span {
display: block;
color: #0077dd;
}
.about .info p {
margin-top: 15px;
line-height: 2.1;
color: rgb(155, 150, 150);
}
.about .info a {
padding: 10px 30px;
margin-top: 15px;
border-radius: 20px;
cursor: pointer;
color: #FFF;
background: #0077dd;
border: 1px solid #0077dd;
font-size: 20px;
font-weight: bold;
transition: .3s;
}
.about .info a:hover {
color: #0077dd;
outline: none;
cursor: pointer;
background: transparent;
border: 1px solid #0077dd;
}
/*This style for section ==[ why to choise us ]== */
.choseus-section .section-title h2 {
color: #0077dd;
margin-bottom: 46px;
font-weight: 600;
}
.choseus-section .section-title h2:before {
width: 110px;
height: 3px;
right: 0;
left: 0;
top: 49px;
margin: 0 auto;
margin-top: 5px;
}
.choseus-section .section-title p {
color: #F4F4F4;
line-height: 24px;
font-size: 16px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin: 0 0 15px 0;
}
.choseus-section .chose-items .ci-item {
margin-bottom: 30px;
text-align: center;
}
.choseus-section .chose-items .ci-item h5 {
font-size: 19px;
color: #FFF;
}
.choseus-section .chose-items .ci-item p {
color: #aaa;
}
.choseus-section .chose-items .ci-item i {
font-size: 48px;
color: #0077dd;
margin-bottom: 30px;
}
/*Style for table in page about*/
.class-timetable {
margin: 80px;
}
.trainer-schedule {
padding: 0;
margin: 0;
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/as2.jpg');
background-size: cover;
background-attachment: fixed;
}
.class-timetable .section-title h2 {
color: #0077dd;
font-size: 30px;
font-weight: bold;
text-align: center;
}
.class-timetable .nav-controls ul {
text-align: center;
}
.class-timetable .nav-controls ul {
padding: 0;
margin: 0;
list-style: none;
}
.class-timetable .nav-controls ul li {
font-weight: bold;
text-transform: uppercase;
border-radius: 50px;
cursor: pointer;
margin-bottom: 60px;
margin: 34px 4px;
background: #fff;
font-size: 18px;
display: inline-block;
padding: 10px 30px;
color: #0077dd;
}
.class-timetable .nav-controls ul li.minitup-control-active {
background: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
.spad {
padding-top: 100px;
padding-bottom: 100px;
}
.trainer-schedule .section-title,
.choseus-section .section-title,
.about-page-trainer .section-title {
text-align: center;
}
.section-title {
margin-bottom: 45px;
}
.trainer-schedule .section-title h2:before,
.choseus-section .section-title h2:before,
.about-page-trainer .section-title h2:before {
width: 70px;
height: 3px;
right: 0;
left: 0;
top: 49px;
margin: 0 auto;
}
.section-title h2:before {
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 29px;
background: #0077dd;
content: "";
}
.schedule-table {
overflow-x: auto;
}
.schedule-table table {
width: 100%;
text-align: center;
border: 1px solid #e1e1e1;
}
.schedule-table table thead tr {
background-color: #0077dd;
border: 1px solid #f4f4f4;
}
.schedule-table table thead tr th {
color: #fff;
font-size: 16px;
font-family: "Oswald", sans-serif;
font-weight: 500;
border: 1px solid #f4f4f4;
text-transform: uppercase;
padding: 25px 0;
}
.schedule-table table tbody {
border-top: 1px solid #e5e5e5;
}
.schedule-table table tbody tr {
border-bottom: 1px solid #e5e5e5;
background: #F0F0F0;
}
.schedule-table table tbody tr .workout-time {
color: #000000;
font-size: 16px;
font-weight: 500;
}
.schedule-table table tbody tr td {
border-right: 1px solid #e5e5e5;
padding: 20px 10px 16px;
width: 146px;
font-family: "Oswald", sans-serif;
font-weight: 500;
}
.schedule-table .ts-item {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.schedule-table table tbody tr td.gym h6,
.schedule-table table tbody tr td.yoga h6 {
color: rgb(5, 204, 5);
}
.schedule-table table tbody tr td.crossfit h6,
.schedule-table table tbody tr td.running h6 {
color: #0077dd;
}
.schedule-table table tbody tr td.box h6,
.schedule-table table tbody tr td.body h6,
.schedule-table table tbody tr td.cardio h6 {
color: #06b8e0;
}
.schedule-table table tbody tr td h6 {
font-weight: 500;
text-transform: uppercase;
margin-bottom: 6px;
}
.schedule-table table tbody tr td span {
font-size: 14px;
display: block;
color: #191919;
font-family: "Roboto", sans-serif;
font-weight: 500;
line-height: 26px;
}
.schedule-table table tbody tr td .trainer-name {
font-size: 14px;
color: #6e6e6e;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
/*Footer*/
.page-footer {
color: #ccc;
margin-top: 0;
}
.page-footer a i {
font-size: 30px;
margin: 10px;
}
/* Start Responsive css*/
@media only screen and (max-width: 991px) {
.navbar-nav {
background: rgba(0, 0, 0, 0.6);
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: #FFF;
}
}
@media(max-width:766px) {
.carousel-caption h5 {
font-size: 20px;
}
.carousel-caption p {
font-size: 12px;
display: none;
}
}
@media only screen and (max-width: 991px) {
.navbar-nav.ml-auto {
background: rgba(0, 0, 0, 0.5);
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: #FFF;
}
}
@media (max-width: 767px) {
.carousel-caption h5 {
font-size: 20px;
}
.carousel-caption p {
font-size: 12px;
display: none;
}
.testimonial6 .testi6 .nav-link {
margin: 0px 0px -2px 0;
padding: 10px;
}
.testimonial6 .testi6 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
border-right: 0px solid rgba(120, 130, 140, 0.13);
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
margin-bottom: 40px;
}
.testimonial6 .testi6 .nav-link img {
width: 40px;
}
.testimonial6 .testi6 .nav-link.active {
border-right: 0px solid #0077dd;
border-bottom: 3px solid #0077dd;
}
}
/* End Responsive css*/ | public/css/about.css |
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #f4f4f4;
}
.container {
width: 90%;
}
/* Start Navbar style*/
.navbar {
background-color: #00001a;
opacity: 1;
height: 10vh;
}
.navbar a {
font-size: 18px;
text-transform: uppercase;
}
.navbar-light .navbar-brand {
color: #0077dd;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: #0077dd;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #0077dd;
}
.navbar-light .navbar-nav .nav-link {
color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #0077dd !important;
}
.navbar-nav {
text-align: center;
margin-left: 50px;
}
.nav-link {
padding: .2rem 1rem;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #0077dd;
}
/*navbar search style*/
.search-box {
position: absolute;
top: 50%;
left: 71.5%;
transform: translate(-50%, -50%);
background: #2f3640;
height: 40px;
border-radius: 40px;
}
.search-txt {
border: none;
background: none;
outline: none;
float: left;
padding: 0;
color: #FFF;
font-size: 16px;
transition: .4s;
line-height: 40px;
width: 0px;
}
.search-btn {
color: #000000;
float: right;
width: 40px;
height: 40px;
border-radius: 50%;
background: #156ce6;
display: flex;
justify-content: center;
align-items: center;
transition: .4s;
}
.search-box:hover>.search-txt {
width: 90px;
padding: 0;
padding-left: 5px;
}
.search-box:hover>.search-btn {
background: #FFF;
}
.search::placeholder {
color: #FFF;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #0077dd;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: #F4F4F4;
padding: 15px 16px;
text-decoration: none;
display: block;
font-size: 15px;
}
.dropdown-content a:hover {
background-color: rgb(0, 0, 0);
}
.dropdown:hover .dropdown-content {
display: block;
}
/* End Navbar Style*/
.about {
margin-top: 80px;
margin-bottom: 80px;
}
/*================================*/
/*Start style image overlay*/
.images img {
width: 100%;
height: 100%;
}
.ftco-about .thumb:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
border: 4px solid #0077dd;
opacity: 0;
}
.view {
position: relative;
width: 50%;
}
.view .image {
display: block;
width: 100%;
height: auto;
}
.view .overlay {
position: absolute;
bottom: 0;
left: 100%;
right: 0;
background-color: rgba(0, 0, 0, .7);
overflow: hidden;
width: 0;
height: 100%;
transition: .5s ease;
}
.view:hover .overlay {
width: 100%;
left: 0;
}
.view .text {
color: #0077dd;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
white-space: nowrap;
}
/*================================*/
/*End style image overlay*/
/*Style info*/
.about .info {
flex: 50%;
max-width: 50%;
font-family: Arial, Helvetica, sans-serif;
}
.about .info h5 {
color: #0077dd;
font-weight: bold;
margin-top: 10px;
}
.about .info h1 {
margin: 15px 0;
font-weight: 900;
font-size: 40px;
letter-spacing: 4px;
}
.about .info h1 span {
display: block;
color: #0077dd;
}
.about .info p {
margin-top: 15px;
line-height: 2.1;
color: rgb(155, 150, 150);
}
.about .info a {
padding: 10px 30px;
margin-top: 15px;
border-radius: 20px;
cursor: pointer;
color: #FFF;
background: #0077dd;
border: 1px solid #0077dd;
font-size: 20px;
font-weight: bold;
transition: .3s;
}
.about .info a:hover {
color: #0077dd;
outline: none;
cursor: pointer;
background: transparent;
border: 1px solid #0077dd;
}
/*This style for section ==[ why to choise us ]== */
.choseus-section .section-title h2 {
color: #0077dd;
margin-bottom: 46px;
font-weight: 600;
}
.choseus-section .section-title h2:before {
width: 110px;
height: 3px;
right: 0;
left: 0;
top: 49px;
margin: 0 auto;
margin-top: 5px;
}
.choseus-section .section-title p {
color: #F4F4F4;
line-height: 24px;
font-size: 16px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 26px;
margin: 0 0 15px 0;
}
.choseus-section .chose-items .ci-item {
margin-bottom: 30px;
text-align: center;
}
.choseus-section .chose-items .ci-item h5 {
font-size: 19px;
color: #FFF;
}
.choseus-section .chose-items .ci-item p {
color: #aaa;
}
.choseus-section .chose-items .ci-item i {
font-size: 48px;
color: #0077dd;
margin-bottom: 30px;
}
/*Style for table in page about*/
.class-timetable {
margin: 80px;
}
.trainer-schedule {
padding: 0;
margin: 0;
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/as2.jpg');
background-size: cover;
background-attachment: fixed;
}
.class-timetable .section-title h2 {
color: #0077dd;
font-size: 30px;
font-weight: bold;
text-align: center;
}
.class-timetable .nav-controls ul {
text-align: center;
}
.class-timetable .nav-controls ul {
padding: 0;
margin: 0;
list-style: none;
}
.class-timetable .nav-controls ul li {
font-weight: bold;
text-transform: uppercase;
border-radius: 50px;
cursor: pointer;
margin-bottom: 60px;
margin: 34px 4px;
background: #fff;
font-size: 18px;
display: inline-block;
padding: 10px 30px;
color: #0077dd;
}
.class-timetable .nav-controls ul li.minitup-control-active {
background: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
.spad {
padding-top: 100px;
padding-bottom: 100px;
}
.trainer-schedule .section-title,
.choseus-section .section-title,
.about-page-trainer .section-title {
text-align: center;
}
.section-title {
margin-bottom: 45px;
}
.trainer-schedule .section-title h2:before,
.choseus-section .section-title h2:before,
.about-page-trainer .section-title h2:before {
width: 70px;
height: 3px;
right: 0;
left: 0;
top: 49px;
margin: 0 auto;
}
.section-title h2:before {
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 29px;
background: #0077dd;
content: "";
}
.schedule-table {
overflow-x: auto;
}
.schedule-table table {
width: 100%;
text-align: center;
border: 1px solid #e1e1e1;
}
.schedule-table table thead tr {
background-color: #0077dd;
border: 1px solid #f4f4f4;
}
.schedule-table table thead tr th {
color: #fff;
font-size: 16px;
font-family: "Oswald", sans-serif;
font-weight: 500;
border: 1px solid #f4f4f4;
text-transform: uppercase;
padding: 25px 0;
}
.schedule-table table tbody {
border-top: 1px solid #e5e5e5;
}
.schedule-table table tbody tr {
border-bottom: 1px solid #e5e5e5;
background: #F0F0F0;
}
.schedule-table table tbody tr .workout-time {
color: #000000;
font-size: 16px;
font-weight: 500;
}
.schedule-table table tbody tr td {
border-right: 1px solid #e5e5e5;
padding: 20px 10px 16px;
width: 146px;
font-family: "Oswald", sans-serif;
font-weight: 500;
}
.schedule-table .ts-item {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.schedule-table table tbody tr td.gym h6,
.schedule-table table tbody tr td.yoga h6 {
color: rgb(5, 204, 5);
}
.schedule-table table tbody tr td.crossfit h6,
.schedule-table table tbody tr td.running h6 {
color: #0077dd;
}
.schedule-table table tbody tr td.box h6,
.schedule-table table tbody tr td.body h6,
.schedule-table table tbody tr td.cardio h6 {
color: #06b8e0;
}
.schedule-table table tbody tr td h6 {
font-weight: 500;
text-transform: uppercase;
margin-bottom: 6px;
}
.schedule-table table tbody tr td span {
font-size: 14px;
display: block;
color: #191919;
font-family: "Roboto", sans-serif;
font-weight: 500;
line-height: 26px;
}
.schedule-table table tbody tr td .trainer-name {
font-size: 14px;
color: #6e6e6e;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
/*Footer*/
.page-footer {
color: #ccc;
margin-top: 0;
}
.page-footer a i {
font-size: 30px;
margin: 10px;
}
/* Start Responsive css*/
@media only screen and (max-width: 991px) {
.navbar-nav {
background: rgba(0, 0, 0, 0.6);
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: #FFF;
}
}
@media(max-width:766px) {
.carousel-caption h5 {
font-size: 20px;
}
.carousel-caption p {
font-size: 12px;
display: none;
}
}
@media only screen and (max-width: 991px) {
.navbar-nav.ml-auto {
background: rgba(0, 0, 0, 0.5);
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: #FFF;
}
}
@media (max-width: 767px) {
.carousel-caption h5 {
font-size: 20px;
}
.carousel-caption p {
font-size: 12px;
display: none;
}
.testimonial6 .testi6 .nav-link {
margin: 0px 0px -2px 0;
padding: 10px;
}
.testimonial6 .testi6 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
border-right: 0px solid rgba(120, 130, 140, 0.13);
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
margin-bottom: 40px;
}
.testimonial6 .testi6 .nav-link img {
width: 40px;
}
.testimonial6 .testi6 .nav-link.active {
border-right: 0px solid #0077dd;
border-bottom: 3px solid #0077dd;
}
}
/* End Responsive css*/ | 0.49048 | 0.077588 |
* {
box-sizing: border-box
}
.m {
/* Don't cut off dropdowns! */
overflow: initial;
}
.m.adapter-container,
.m.adapter-container > div.App {
/* Fix layout/scrolling issues with tabs */
height: 100%;
width: 100%;
position: relative;
}
.m .select-wrapper + label {
/* The positioning for dropdown labels is messed up */
transform: none !important;
}
label > i[title] {
/* Display the help cursor for the tooltip icons and fix their positioning */
cursor: help;
margin-left: 0.25em;
}
.dropdown-content {
/* Don't wrap text in dropdowns */
white-space: nowrap;
}
/* Add your styles here */
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
border-left: none;
border-top: none;
height: min-content;
}
.col-container {
display: table; /* Make the container element behave like a table */
width: 100%; /* Set full-width to expand the whole page */
height: 25px;
}
.col {
display: table-cell; /* Make elements inside the container behave like table cells */
width: 300px;
height: 10px;
}
.row {
height: 15px;
width: 100%;
}
.table{
border: none;
}
.tg {border-bottom: none; border-top: none; border-left: none; border-right: none;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-bottom: none; border-top: none; border-left: none; border-right: none; overflow:hidden;word-break:normal;}
.tg th{width: 15px; max-width: fit-content; font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-bottom: none; border-top: none; border-left: none; border-right: none; overflow:hidden;word-break:normal;}
.tg tr{border-bottom: none; border-top: none; border-left: none; border-right: none;}
.rotate{
max-width: 20px;
}
.rotate div
{
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
transform: rotate(180deg);
white-space: nowrap;
text-align: center;
} | admin/style.css | * {
box-sizing: border-box
}
.m {
/* Don't cut off dropdowns! */
overflow: initial;
}
.m.adapter-container,
.m.adapter-container > div.App {
/* Fix layout/scrolling issues with tabs */
height: 100%;
width: 100%;
position: relative;
}
.m .select-wrapper + label {
/* The positioning for dropdown labels is messed up */
transform: none !important;
}
label > i[title] {
/* Display the help cursor for the tooltip icons and fix their positioning */
cursor: help;
margin-left: 0.25em;
}
.dropdown-content {
/* Don't wrap text in dropdowns */
white-space: nowrap;
}
/* Add your styles here */
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
border-left: none;
border-top: none;
height: min-content;
}
.col-container {
display: table; /* Make the container element behave like a table */
width: 100%; /* Set full-width to expand the whole page */
height: 25px;
}
.col {
display: table-cell; /* Make elements inside the container behave like table cells */
width: 300px;
height: 10px;
}
.row {
height: 15px;
width: 100%;
}
.table{
border: none;
}
.tg {border-bottom: none; border-top: none; border-left: none; border-right: none;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-bottom: none; border-top: none; border-left: none; border-right: none; overflow:hidden;word-break:normal;}
.tg th{width: 15px; max-width: fit-content; font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-bottom: none; border-top: none; border-left: none; border-right: none; overflow:hidden;word-break:normal;}
.tg tr{border-bottom: none; border-top: none; border-left: none; border-right: none;}
.rotate{
max-width: 20px;
}
.rotate div
{
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
transform: rotate(180deg);
white-space: nowrap;
text-align: center;
} | 0.343892 | 0.06951 |
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: normal;
src: local('Merriweather Sans'), url('fonts/MerriweatherSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: bold;
src: local('Merriweather Sans'), url('fonts/MerriweatherSans-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}
:root {
--grid-size: 100px;
--active-color: rgb(0 200 0);
}
html {
box-sizing: border-box;
font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
font-size: 10px;
}
*, ::before, ::after {
box-sizing: inherit;
}
body {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
height: fit-content;
width: min-content;
font-family: inherit;
font-size: 1.2rem;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
}
input[type="number"] {
font-family: 'Open Sans';
font-weight: 600;
}
/* BUTTON STYLING */
.button, .scroll-button, .tab {
cursor: pointer;
}
.button {
background-color: hsl(0deg 0% 95%);
border-radius: 5px;
border: 3px solid #000;
padding: 5px;
fill: #000;
}
.button:hover {
background-color: hsl(0deg 0% 85%);
}
.scroll-button:hover {
fill: hsl(0deg 0% 30%);
}
.button:active, .scroll-button:active {
border-color: var(--active-color);
stroke: var(--active-color);
fill: var(--active-color);
}
.button:active *, .scroll-button:active {
/* fill: currentColor; */
stroke: inherit;
}
/* MESSAGES */
.centred {
text-align: center;
}
.message {
width: 100%;
border: 1px solid black;
padding: 3px;
background-color: #fff;
/* text-align: center; */
}
body > .message {
border: 2px solid black;
}
/* SPEED CONTROL BUTTONS */
.scroll-button.up, .scroll-button.down {
width: var(--grid-size);
}
.scroll-button.left, .scroll-button.right {
height: var(--grid-size);
}
.button-grid {
display: grid;
grid-template-areas:
" . up . "
"left centre right"
" . down . ";
grid-auto-rows: max-content;
grid-auto-columns: max-content;
gap: 10px;
align-items: center;
justify-items: center;
border: 3px solid black;
border-radius: 50%;
padding: 5px;
overflow: hidden;
font-size: calc(0.3 * var(--grid-size));
}
.button-grid .up {
grid-area: up;
align-self: end;
}
.button-grid .right {
grid-area: right;
justify-self: start;
}
.button-grid .down {
grid-area: down;
align-self: start;
}
.button-grid .left {
grid-area: left;
justify-self: end;
}
.button-grid .centre {
grid-area: centre;
align-self: stretch;
width: var(--grid-size);
height: var(--grid-size);
}
.speed-field {
text-align: center;
border: inherit;
border-radius: 50%;
border-width: 2px;
/* -webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield; */
font-size: inherit;
}
.speed-field::-webkit-inner-spin-button,
.speed-field::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.speed-field:hover {
border-color: var(--active-color);
}
/* BUTTON ROWS */
.button-container {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.button-container .button {
width: 48px;
}
/* TABS STYLING */
input[type="radio"][name="tab"] {
display: none;
}
input[type="radio"][name="tab"]:checked + .tab {
font-weight: bold;
background-color: unset;
cursor: default;
}
input[type="radio"][name="tab"]:not(:checked) + * + .content {
display: none;
}
.tab {
display: inline-block;
width: 100%;
border-bottom: 1px solid black;
background-color: #ddd;
text-align: center;
font-size: 1.2rem;
line-height: 3rem;
font-family: 'Merriweather Sans';
font-weight: bold;
}
.tab:hover {
background-color: #aaa;
}
.tab ~ .tab {
border-left: 1px solid black;
}
.tabs-grid {
width: 100%;
border: 1px solid black;
border-radius: 5px;
background-color: inherit;
overflow: auto;
display: grid;
grid-template-areas:
"tab-1 tab-2 tab-3"
"content content content";
grid-template-columns: repeat(3, 1fr);
}
.tab-1 {grid-area: tab-1;}
.tab-2 {grid-area: tab-2;}
.tab-3 {grid-area: tab-3;}
.content {
grid-area: content;
padding: 10px;
}
/* PERIODIC CONTROLS */
.periodic-grid {
display: grid;
grid-template-columns: max-content 1fr max-content max-content;
gap: 5px;
align-items: baseline;
}
.periodic-grid input {
width: 100%;
}
/* PERIODIC/WAYPOINT CONTROLS */
.column-container {
width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
}
.autosized-row {
display: flex;
width: 100%;
flex-direction: row;
align-items: baseline;
gap: 5px;
}
.autosized-row input {
width: 100%;
flex: 1;
} | src/popup.css | @font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: normal;
src: local('Merriweather Sans'), url('fonts/MerriweatherSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: bold;
src: local('Merriweather Sans'), url('fonts/MerriweatherSans-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}
:root {
--grid-size: 100px;
--active-color: rgb(0 200 0);
}
html {
box-sizing: border-box;
font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
font-size: 10px;
}
*, ::before, ::after {
box-sizing: inherit;
}
body {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
height: fit-content;
width: min-content;
font-family: inherit;
font-size: 1.2rem;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
}
input[type="number"] {
font-family: 'Open Sans';
font-weight: 600;
}
/* BUTTON STYLING */
.button, .scroll-button, .tab {
cursor: pointer;
}
.button {
background-color: hsl(0deg 0% 95%);
border-radius: 5px;
border: 3px solid #000;
padding: 5px;
fill: #000;
}
.button:hover {
background-color: hsl(0deg 0% 85%);
}
.scroll-button:hover {
fill: hsl(0deg 0% 30%);
}
.button:active, .scroll-button:active {
border-color: var(--active-color);
stroke: var(--active-color);
fill: var(--active-color);
}
.button:active *, .scroll-button:active {
/* fill: currentColor; */
stroke: inherit;
}
/* MESSAGES */
.centred {
text-align: center;
}
.message {
width: 100%;
border: 1px solid black;
padding: 3px;
background-color: #fff;
/* text-align: center; */
}
body > .message {
border: 2px solid black;
}
/* SPEED CONTROL BUTTONS */
.scroll-button.up, .scroll-button.down {
width: var(--grid-size);
}
.scroll-button.left, .scroll-button.right {
height: var(--grid-size);
}
.button-grid {
display: grid;
grid-template-areas:
" . up . "
"left centre right"
" . down . ";
grid-auto-rows: max-content;
grid-auto-columns: max-content;
gap: 10px;
align-items: center;
justify-items: center;
border: 3px solid black;
border-radius: 50%;
padding: 5px;
overflow: hidden;
font-size: calc(0.3 * var(--grid-size));
}
.button-grid .up {
grid-area: up;
align-self: end;
}
.button-grid .right {
grid-area: right;
justify-self: start;
}
.button-grid .down {
grid-area: down;
align-self: start;
}
.button-grid .left {
grid-area: left;
justify-self: end;
}
.button-grid .centre {
grid-area: centre;
align-self: stretch;
width: var(--grid-size);
height: var(--grid-size);
}
.speed-field {
text-align: center;
border: inherit;
border-radius: 50%;
border-width: 2px;
/* -webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield; */
font-size: inherit;
}
.speed-field::-webkit-inner-spin-button,
.speed-field::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.speed-field:hover {
border-color: var(--active-color);
}
/* BUTTON ROWS */
.button-container {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.button-container .button {
width: 48px;
}
/* TABS STYLING */
input[type="radio"][name="tab"] {
display: none;
}
input[type="radio"][name="tab"]:checked + .tab {
font-weight: bold;
background-color: unset;
cursor: default;
}
input[type="radio"][name="tab"]:not(:checked) + * + .content {
display: none;
}
.tab {
display: inline-block;
width: 100%;
border-bottom: 1px solid black;
background-color: #ddd;
text-align: center;
font-size: 1.2rem;
line-height: 3rem;
font-family: 'Merriweather Sans';
font-weight: bold;
}
.tab:hover {
background-color: #aaa;
}
.tab ~ .tab {
border-left: 1px solid black;
}
.tabs-grid {
width: 100%;
border: 1px solid black;
border-radius: 5px;
background-color: inherit;
overflow: auto;
display: grid;
grid-template-areas:
"tab-1 tab-2 tab-3"
"content content content";
grid-template-columns: repeat(3, 1fr);
}
.tab-1 {grid-area: tab-1;}
.tab-2 {grid-area: tab-2;}
.tab-3 {grid-area: tab-3;}
.content {
grid-area: content;
padding: 10px;
}
/* PERIODIC CONTROLS */
.periodic-grid {
display: grid;
grid-template-columns: max-content 1fr max-content max-content;
gap: 5px;
align-items: baseline;
}
.periodic-grid input {
width: 100%;
}
/* PERIODIC/WAYPOINT CONTROLS */
.column-container {
width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
}
.autosized-row {
display: flex;
width: 100%;
flex-direction: row;
align-items: baseline;
gap: 5px;
}
.autosized-row input {
width: 100%;
flex: 1;
} | 0.457621 | 0.099821 |
html {
scroll-behavior: smooth;
}
body{
margin: 0;
font-family: 'Source Sans Pro', sans-serif !important;
font-size:16px;
color:#262626;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stickyinfo{
position:fixed;
text-align: center;
font-style: italic;
color: #1992f6;
background-color: #aacce2;
border-bottom: 1px solid #1992f6;
padding:10px 0;
width:100%;
font-weight: 700;
}
.head{
padding:40px 20px 60px 20px;
max-width:720px;
margin: auto;
background-color: rgb(250,250,250);
font-size:18px;
line-height:28px;
}
.headImg{
margin:auto;
display: flex;
justify-content: center;
margin:20px 0 20px 0;
}
.head-text{
font-size: 24px;
font-weight: 700;
text-align: center;
margin-bottom: 50px;
}
.main-body{
background-color: rgb(250,250,250);
}
.heading{
font-size: 32px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
margin: 10px auto;
text-align: center;
}
.subNote{
font-style:italic;
}
.subHead{
margin-bottom:20px;
}
.title{
display: flex;
max-width: 1272px;
font-size:32px;
font-weight: 700;
justify-content: space-between;
align-items: center;
color: #1992f6;
border-bottom:4px solid #1992f6;
margin:auto;
padding-top:20px;
}
.filters{
display: flex;
align-items: center;
color: #1992f6;
margin-top:10px;
}
.filter-title{
font-size: 16px;
font-weight: 700;
color:#bbb;
margin-right:5px;
}
.filters-unit{
margin: 0;
font-weight: 700;
color:#262626;
margin-top:20px;
}
.filters-unit-top{
margin: 20px 100px 0 0px;
font-weight: 700;
color:#262626;
}
.note{
position: relative;
display: inline-block;
top: 600px;
left: 640px;
margin-left:-250px;
width:250px;
}
.infoBox{
background-color: #Fafafa;
margin-bottom:10px;
padding:20px;
border-radius: 2px;
border:1px solid #ddd;
}
.legendBox{
background-color: #Fafafa;
margin-bottom:10px;
padding:20px;
border-radius: 2px;
border:1px solid #ddd;
}
.infoBoxTitle{
font-size:18px;
font-weight:700;
margin-bottom:10px;
}
.infoBoxValue{
font-size:36px;
margin-top:20px;
}
.filters-top{
color: #1992f6;
margin:auto;
}
.filters-level-one{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.filters-container{
background-color: rgb(245, 245, 245);
border:1px solid #ddd;
padding:0px 20px 20px 20px;
}
.allianceSelection{
margin-right:30px;
}
.vizArea{
margin:auto;
flex-grow:1;
}
.infoTitle{
font-size: 28px;
font-weight:700;
}
.infoSection::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #F5F5F5;
display:none;
}
.infoSection::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
.infoSection::-webkit-scrollbar-thumb
{
background-color: #ddd;
border-radius: 10px;
}
.filterBar::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #F5F5F5;
display:none;
}
.filterBar::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
.filterBar::-webkit-scrollbar-thumb
{
background-color: #ddd;
border-radius: 10px;
}
.partyBars{
margin:15px 0;
display: flex;
cursor: pointer;
}
.party_bars{
margin:15px 0;
display: flex;
cursor: pointer;
}
.partyNames{
font-weight: 700;
width:50px;
}
.partyBarBG{
background-color: #fff;
border:1px solid #eee;
flex-grow: 1;
display: flex;
}
.text{
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Source Sans Pro', sans-serif !important;
}
.ui.selection.dropdown{
width: 100% !important;
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Source Sans Pro', sans-serif !important;
border:1px solid #c5c9d0 !important;
padding-top:5px !important;
padding-bottom:5px !important;
padding-left:10px !important;
}
.filters-unit-two{
flex-grow:1;
}
div.text{
width:225px;
text-transform: none !important;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.AllianceBars{
margin:15px 0;
}
.AllianceNames{
font-weight: 700;
font-size:18px;
width:100%;
margin-bottom:10px;
padding-top:20px;
border-top:1px solid rgba(0,0,0,0.1)
}
.AllianceBarsBG{
background-color: #fff;
border:1px solid #eee;
flex-grow: 1;
display: flex;
margin-bottom: 5px;
}
.seatShare{
font-weight: 700;
margin-left: 5px;
}
.tooltip {
position: absolute;
background-color: rgba(250,250,250,1);
opacity:0.75;
padding:10px;
display:none;
}
.tooltip-section2 {
position: absolute;
background-color: rgba(250,250,250,1);
opacity:0.75;
padding:10px;
display:none;
}
.tooltip_Head{
display: flex;
justify-content: space-between;
padding-bottom: 10px;
border-bottom:1px solid #ddd;
align-items: baseline;
}
.bold{
font-weight:700;
}
.const_Name{
font-size:16px;
font-weight:700;
margin-right: 20px;
}
.Winner_Name{
font-size:18px;
margin-bottom: 5px;
margin-right: 20px;
text-transform: capitalize;
}
.Winner_Party{
font-size:20px;
margin-bottom: 5px;
}
.Winner_Info{
display: flex;
justify-content: space-between;
align-items: baseline;
}
.Category_Name{
font-size:14px;
color:#999;
margin-bottom:15px;
font-weight: 700;
}
.Voter_Turnout_tooltip{
font-size:18px;
color:#666;
}
.Margin_Percent{
font-size:18px;
color:#666;
}
.hexHighlight{
pointer-events:none;
}
.seat_total{
font-size: 20px;
}
.AllianceBar{
display: flex;
cursor: pointer;
}
.alliancepartyNames{
opacity: 0.4;
}
.share {
padding:20px 0;
background-color: rgb(245, 245, 245);
margin:auto;
font-size:18px;
color:"#262626";
text-align: center;
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}
.footerInfo{
background-color: rgb(250,250,250);
padding: 40px 20px;
font-size:14px;
line-height: 28px;
font-weight: 700;
}
.privacy{
font-weight: 400;
}
.footerText{
max-width: 1272px;
margin:auto;
}
.icons{
display: flex;
justify-content: center;
margin-top:20px;
}
.SocialMediaShareButton--facebook {
margin-right:20px;
}
.map{
width: 808px;
margin:auto;
}
a{
text-decoration: none;
color:#1992f6;
}
a:visited{
color:#1992f6;
}
.winner_party_text{
display: flex;
align-items: baseline;
}
.Winner_Party_Full_Name{
font-size: 14px;
font-weight: 700;
color:#999;
margin-left:3px;
}
.graphArea{
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}
.filterBar{
width: 20vw;
height: 900px;
background: #fcfcfc;
border-right: 1px solid #f1f1f1;
padding: 10px 10px 40px 25px;
overflow: auto;
}
.infoBar{
width: 25vw;
height: 900px;
background: #fcfcfc;
border-left: 1px solid #f1f1f1;
padding: 10px 10px 40px 10px;
display: inline;
overflow: auto;
}
@media only screen and (max-width: 1439px) {
.graphArea {
flex-wrap: wrap;
}
.infoBar {
padding:30px 20px;
width: 100%;
height: auto;
border-top: 1px solid #f1f1f1;
border-left: 0px solid #f1f1f1;
}
}
@media only screen and (max-width: 1230px) {
.filterBar {
padding:20px 20px;
width: 100%;
height: auto;
border-bottom: 1px solid #f1f1f1;
border-left: 0px solid #f1f1f1;
}
.filters-checkbox-unit{
display:flex;
flex-wrap: wrap;
}
.filters-unit-two{
flex-shrink: 0;
width:18vw;
margin-right:40px;
justify-content: flex-start;
}
.partyDropDown{
flex-shrink: 0;
width: 95vw;
margin-right:40px;
justify-content: flex-start;
}
}
.filterCheckBox{
display: grid !important;
margin-top: 0px !important;
}
.ui.checkbox label, .ui.checkbox+label {
color: inherit !important;
}
.ui.checkbox{
margin: 0 !important;
margin-top: 10px !important;
font-weight:700 !important;
text-transform: capitalize !important;
color:#666 !important;
}
.ui.checkbox.checked{
font-weight:700 !important;
color: #1992f6 !important;
}
.filterBarTitle{
color: #262626 !important;
font-weight: 700;
margin:40px 0px;
font-size:30px;
}
.infoTitle{
color: #262626 !important;
font-weight: 700;
margin:40px 0 10px 0;
font-size:30px;
}
.map-message{
background-color: rgb(250,250,250);
margin:auto;
margin-top:25px;
width:calc(100% - 50px);
padding:15px 10px;
display: flex;
justify-content: center;
border:1px solid #f1f1f1;
border-radius: 2px;
font-size: 18px;
text-align: center;
}
.map-message-animated-map{
margin-left:300px;
margin-top:25px;
width:375px;
justify-content: space-between;
border-radius: 2px;
font-size: 20px;
line-height: 28px;
position: absolute;
}
.year{
font-size:30px;
margin-bottom: 10px;
margin-right: 10px;
}
.ui.celled.table tr td, .ui.celled.table tr th {
border-left: 0 !important;
}
.ui.table thead th{
padding:5px 15px 5px 5px !important;
background-color: none !important;
}
.ui.table{
border: 0 !important;
background: none !important;
}
.tooltip-td{
padding:5px !important;
padding-right:15px !important;
}
.right{
text-align: right !important;
}
.ui.table thead th{
background: none !important;
}
.section2{
background-color: rgb(250,250,250);
border-top:1px solid #ccc;
padding: 100px 20px 40px 20px;
}
.section3{
border-top:1px solid #ccc;
padding: 100px 20px 40px 20px;
}
.section-head{
font-size:20px;
color:#262626 !important;
font-weight:700;
text-align: center;
text-transform: uppercase;
}
.section-byline{
font-size:16px;
max-width:720px;
font-style: italic;
line-height: 28px;
text-align: center;
margin:20px auto;
color:#262626;
}
.section2-selection{
display:flex;
justify-content: center;
align-items: center;
margin: 50px auto 10px auto;
}
.section-subhead{
font-size: 16px;
font-weight: 700;
margin-right:10px;
}
.ui.selection.dropdown.section2-dropdown{
padding-top: 8px !important;
flex-grow:0 !important;
width:auto !important;
min-width: 0px !important;
}
.ui.dropdown.section2-dropdown>.text{
font-size:16px !important;
font-weight:700 !important;
color: #262626 !important;
line-height: 20px !important;
width:auto !important;
}
.small-multiple-cartogram{
width:480px;
}
.section2-viz{
display:flex;
flex-wrap: wrap;
margin-top:30px;
margin-bottom:40px;
}
.vizArea{
flex-grow: 0;
}
.ui.selection.dropdown.state-dropdown{
padding-top: 8px !important;
margin-right:10px;
flex-grow:0 !important;
width:auto !important;
min-width: 0px !important;
}
.ui.dropdown.state-dropdown>.text{
font-size:16px !important;
font-weight:700 !important;
color: #262626 !important;
line-height: 20px !important;
width:auto !important;
}
.ui.dropdown.state-dropdown>.visible.menu.transition{
min-width: 220px !important;
}
.ui.dropdown.section2-dropdown>.visible.menu.transition{
min-width: 220px !important;
}
.italic{
font-style: italic;
font-size: 18px;
}
.middle{
margin-left:10px;
margin-right:10px;
}
.arrow-icon{
margin-top: 24px;
margin-right: 7px;
}
filter-unit{
display: flex;
justify-content: center;
}
.subText{
font-size:14px;
font-style: italic;
margin-top:-20px;
}
.subTextCopy{
color:#aaa;
width:260px;
}
@media only screen and (max-width: 900px) {
.subText {
display: none;
}
.arrow-icon{
display: none;
}
}
.map-animated-voteShare-map{
display:flex;
justify-content: center;
}
.play-pause-icon{
pointer-events: none;
}
.year-sub-text{
font-size: 14px;
font-style: italic;
color: #999;
}
.scrollOptions{
display: flex;
justify-content: center;
margin:40px 0 20px 0;
}
.infoText{
font-size: 16px;
color:#999;
font-style: italic;
}
#minister-list{
padding:100px 20px 60px 20px;
border-top:1px solid #ccc;
} | src/App.css | html {
scroll-behavior: smooth;
}
body{
margin: 0;
font-family: 'Source Sans Pro', sans-serif !important;
font-size:16px;
color:#262626;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stickyinfo{
position:fixed;
text-align: center;
font-style: italic;
color: #1992f6;
background-color: #aacce2;
border-bottom: 1px solid #1992f6;
padding:10px 0;
width:100%;
font-weight: 700;
}
.head{
padding:40px 20px 60px 20px;
max-width:720px;
margin: auto;
background-color: rgb(250,250,250);
font-size:18px;
line-height:28px;
}
.headImg{
margin:auto;
display: flex;
justify-content: center;
margin:20px 0 20px 0;
}
.head-text{
font-size: 24px;
font-weight: 700;
text-align: center;
margin-bottom: 50px;
}
.main-body{
background-color: rgb(250,250,250);
}
.heading{
font-size: 32px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
margin: 10px auto;
text-align: center;
}
.subNote{
font-style:italic;
}
.subHead{
margin-bottom:20px;
}
.title{
display: flex;
max-width: 1272px;
font-size:32px;
font-weight: 700;
justify-content: space-between;
align-items: center;
color: #1992f6;
border-bottom:4px solid #1992f6;
margin:auto;
padding-top:20px;
}
.filters{
display: flex;
align-items: center;
color: #1992f6;
margin-top:10px;
}
.filter-title{
font-size: 16px;
font-weight: 700;
color:#bbb;
margin-right:5px;
}
.filters-unit{
margin: 0;
font-weight: 700;
color:#262626;
margin-top:20px;
}
.filters-unit-top{
margin: 20px 100px 0 0px;
font-weight: 700;
color:#262626;
}
.note{
position: relative;
display: inline-block;
top: 600px;
left: 640px;
margin-left:-250px;
width:250px;
}
.infoBox{
background-color: #Fafafa;
margin-bottom:10px;
padding:20px;
border-radius: 2px;
border:1px solid #ddd;
}
.legendBox{
background-color: #Fafafa;
margin-bottom:10px;
padding:20px;
border-radius: 2px;
border:1px solid #ddd;
}
.infoBoxTitle{
font-size:18px;
font-weight:700;
margin-bottom:10px;
}
.infoBoxValue{
font-size:36px;
margin-top:20px;
}
.filters-top{
color: #1992f6;
margin:auto;
}
.filters-level-one{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.filters-container{
background-color: rgb(245, 245, 245);
border:1px solid #ddd;
padding:0px 20px 20px 20px;
}
.allianceSelection{
margin-right:30px;
}
.vizArea{
margin:auto;
flex-grow:1;
}
.infoTitle{
font-size: 28px;
font-weight:700;
}
.infoSection::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #F5F5F5;
display:none;
}
.infoSection::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
.infoSection::-webkit-scrollbar-thumb
{
background-color: #ddd;
border-radius: 10px;
}
.filterBar::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #F5F5F5;
display:none;
}
.filterBar::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}
.filterBar::-webkit-scrollbar-thumb
{
background-color: #ddd;
border-radius: 10px;
}
.partyBars{
margin:15px 0;
display: flex;
cursor: pointer;
}
.party_bars{
margin:15px 0;
display: flex;
cursor: pointer;
}
.partyNames{
font-weight: 700;
width:50px;
}
.partyBarBG{
background-color: #fff;
border:1px solid #eee;
flex-grow: 1;
display: flex;
}
.text{
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Source Sans Pro', sans-serif !important;
}
.ui.selection.dropdown{
width: 100% !important;
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Source Sans Pro', sans-serif !important;
border:1px solid #c5c9d0 !important;
padding-top:5px !important;
padding-bottom:5px !important;
padding-left:10px !important;
}
.filters-unit-two{
flex-grow:1;
}
div.text{
width:225px;
text-transform: none !important;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.AllianceBars{
margin:15px 0;
}
.AllianceNames{
font-weight: 700;
font-size:18px;
width:100%;
margin-bottom:10px;
padding-top:20px;
border-top:1px solid rgba(0,0,0,0.1)
}
.AllianceBarsBG{
background-color: #fff;
border:1px solid #eee;
flex-grow: 1;
display: flex;
margin-bottom: 5px;
}
.seatShare{
font-weight: 700;
margin-left: 5px;
}
.tooltip {
position: absolute;
background-color: rgba(250,250,250,1);
opacity:0.75;
padding:10px;
display:none;
}
.tooltip-section2 {
position: absolute;
background-color: rgba(250,250,250,1);
opacity:0.75;
padding:10px;
display:none;
}
.tooltip_Head{
display: flex;
justify-content: space-between;
padding-bottom: 10px;
border-bottom:1px solid #ddd;
align-items: baseline;
}
.bold{
font-weight:700;
}
.const_Name{
font-size:16px;
font-weight:700;
margin-right: 20px;
}
.Winner_Name{
font-size:18px;
margin-bottom: 5px;
margin-right: 20px;
text-transform: capitalize;
}
.Winner_Party{
font-size:20px;
margin-bottom: 5px;
}
.Winner_Info{
display: flex;
justify-content: space-between;
align-items: baseline;
}
.Category_Name{
font-size:14px;
color:#999;
margin-bottom:15px;
font-weight: 700;
}
.Voter_Turnout_tooltip{
font-size:18px;
color:#666;
}
.Margin_Percent{
font-size:18px;
color:#666;
}
.hexHighlight{
pointer-events:none;
}
.seat_total{
font-size: 20px;
}
.AllianceBar{
display: flex;
cursor: pointer;
}
.alliancepartyNames{
opacity: 0.4;
}
.share {
padding:20px 0;
background-color: rgb(245, 245, 245);
margin:auto;
font-size:18px;
color:"#262626";
text-align: center;
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}
.footerInfo{
background-color: rgb(250,250,250);
padding: 40px 20px;
font-size:14px;
line-height: 28px;
font-weight: 700;
}
.privacy{
font-weight: 400;
}
.footerText{
max-width: 1272px;
margin:auto;
}
.icons{
display: flex;
justify-content: center;
margin-top:20px;
}
.SocialMediaShareButton--facebook {
margin-right:20px;
}
.map{
width: 808px;
margin:auto;
}
a{
text-decoration: none;
color:#1992f6;
}
a:visited{
color:#1992f6;
}
.winner_party_text{
display: flex;
align-items: baseline;
}
.Winner_Party_Full_Name{
font-size: 14px;
font-weight: 700;
color:#999;
margin-left:3px;
}
.graphArea{
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}
.filterBar{
width: 20vw;
height: 900px;
background: #fcfcfc;
border-right: 1px solid #f1f1f1;
padding: 10px 10px 40px 25px;
overflow: auto;
}
.infoBar{
width: 25vw;
height: 900px;
background: #fcfcfc;
border-left: 1px solid #f1f1f1;
padding: 10px 10px 40px 10px;
display: inline;
overflow: auto;
}
@media only screen and (max-width: 1439px) {
.graphArea {
flex-wrap: wrap;
}
.infoBar {
padding:30px 20px;
width: 100%;
height: auto;
border-top: 1px solid #f1f1f1;
border-left: 0px solid #f1f1f1;
}
}
@media only screen and (max-width: 1230px) {
.filterBar {
padding:20px 20px;
width: 100%;
height: auto;
border-bottom: 1px solid #f1f1f1;
border-left: 0px solid #f1f1f1;
}
.filters-checkbox-unit{
display:flex;
flex-wrap: wrap;
}
.filters-unit-two{
flex-shrink: 0;
width:18vw;
margin-right:40px;
justify-content: flex-start;
}
.partyDropDown{
flex-shrink: 0;
width: 95vw;
margin-right:40px;
justify-content: flex-start;
}
}
.filterCheckBox{
display: grid !important;
margin-top: 0px !important;
}
.ui.checkbox label, .ui.checkbox+label {
color: inherit !important;
}
.ui.checkbox{
margin: 0 !important;
margin-top: 10px !important;
font-weight:700 !important;
text-transform: capitalize !important;
color:#666 !important;
}
.ui.checkbox.checked{
font-weight:700 !important;
color: #1992f6 !important;
}
.filterBarTitle{
color: #262626 !important;
font-weight: 700;
margin:40px 0px;
font-size:30px;
}
.infoTitle{
color: #262626 !important;
font-weight: 700;
margin:40px 0 10px 0;
font-size:30px;
}
.map-message{
background-color: rgb(250,250,250);
margin:auto;
margin-top:25px;
width:calc(100% - 50px);
padding:15px 10px;
display: flex;
justify-content: center;
border:1px solid #f1f1f1;
border-radius: 2px;
font-size: 18px;
text-align: center;
}
.map-message-animated-map{
margin-left:300px;
margin-top:25px;
width:375px;
justify-content: space-between;
border-radius: 2px;
font-size: 20px;
line-height: 28px;
position: absolute;
}
.year{
font-size:30px;
margin-bottom: 10px;
margin-right: 10px;
}
.ui.celled.table tr td, .ui.celled.table tr th {
border-left: 0 !important;
}
.ui.table thead th{
padding:5px 15px 5px 5px !important;
background-color: none !important;
}
.ui.table{
border: 0 !important;
background: none !important;
}
.tooltip-td{
padding:5px !important;
padding-right:15px !important;
}
.right{
text-align: right !important;
}
.ui.table thead th{
background: none !important;
}
.section2{
background-color: rgb(250,250,250);
border-top:1px solid #ccc;
padding: 100px 20px 40px 20px;
}
.section3{
border-top:1px solid #ccc;
padding: 100px 20px 40px 20px;
}
.section-head{
font-size:20px;
color:#262626 !important;
font-weight:700;
text-align: center;
text-transform: uppercase;
}
.section-byline{
font-size:16px;
max-width:720px;
font-style: italic;
line-height: 28px;
text-align: center;
margin:20px auto;
color:#262626;
}
.section2-selection{
display:flex;
justify-content: center;
align-items: center;
margin: 50px auto 10px auto;
}
.section-subhead{
font-size: 16px;
font-weight: 700;
margin-right:10px;
}
.ui.selection.dropdown.section2-dropdown{
padding-top: 8px !important;
flex-grow:0 !important;
width:auto !important;
min-width: 0px !important;
}
.ui.dropdown.section2-dropdown>.text{
font-size:16px !important;
font-weight:700 !important;
color: #262626 !important;
line-height: 20px !important;
width:auto !important;
}
.small-multiple-cartogram{
width:480px;
}
.section2-viz{
display:flex;
flex-wrap: wrap;
margin-top:30px;
margin-bottom:40px;
}
.vizArea{
flex-grow: 0;
}
.ui.selection.dropdown.state-dropdown{
padding-top: 8px !important;
margin-right:10px;
flex-grow:0 !important;
width:auto !important;
min-width: 0px !important;
}
.ui.dropdown.state-dropdown>.text{
font-size:16px !important;
font-weight:700 !important;
color: #262626 !important;
line-height: 20px !important;
width:auto !important;
}
.ui.dropdown.state-dropdown>.visible.menu.transition{
min-width: 220px !important;
}
.ui.dropdown.section2-dropdown>.visible.menu.transition{
min-width: 220px !important;
}
.italic{
font-style: italic;
font-size: 18px;
}
.middle{
margin-left:10px;
margin-right:10px;
}
.arrow-icon{
margin-top: 24px;
margin-right: 7px;
}
filter-unit{
display: flex;
justify-content: center;
}
.subText{
font-size:14px;
font-style: italic;
margin-top:-20px;
}
.subTextCopy{
color:#aaa;
width:260px;
}
@media only screen and (max-width: 900px) {
.subText {
display: none;
}
.arrow-icon{
display: none;
}
}
.map-animated-voteShare-map{
display:flex;
justify-content: center;
}
.play-pause-icon{
pointer-events: none;
}
.year-sub-text{
font-size: 14px;
font-style: italic;
color: #999;
}
.scrollOptions{
display: flex;
justify-content: center;
margin:40px 0 20px 0;
}
.infoText{
font-size: 16px;
color:#999;
font-style: italic;
}
#minister-list{
padding:100px 20px 60px 20px;
border-top:1px solid #ccc;
} | 0.361052 | 0.052741 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2? family= Fredericka+the+Great & family = Mão livre & family= Kaushan+Script & family= Oswald:wght@200 & family= Work+ Sans:wght@200;400;500 & display=swap');
@import url('https://fonts.googleapis.com/css2? family= Bebas+Neue display=swap');
@font-face {
font-family: 'idroid';
src: url(pacote-projeto-d010/fontes/idroid.otf)
format('opentype');
}
body{
background-color: rgb(110, 250, 173);
font-family: 'Oswald', Helvetica, sans-serif;
margin: auto;
padding-top:auto;
}
header{
background-image:linear-gradient(rgb(93, 230, 93), rgb(14, 83, 14), rgb(2, 48, 2)
);
color: white;
padding-top: 10px;
padding-bottom: 5px;
}
header > h1 {
font-family: 'bebas neue';
color: white;
text-align: center;
}
header > p {
text-align: center;
}
nav > a{
text-decoration: none;
color: white;
margin-right: 10px;
margin-left: 10px;
}
nav > :hover{
background-color: rgb(55, 180, 139);
}
main{
background-color: white;
margin-left: 10%;
margin-right: 10%;
padding: 10px;
text-align: justify;
}
picture > img{
width: 100%;
}
img.bug{
margin: auto;
display: block;
}
iframe{
width: 100%;
}
h1{
font-family: 'idroid';
color: darkgreen
}
h2{
background-image:linear-gradient(to right, lightgreen, white) ;
font-family: 'idroid';
color: darkgreen
}
span{
color: darkgreen;
}
.dan::after{
content: icon;
}
div{
background-color: rgb(166, 194, 166);
border-radius: 10px;
padding-bottom: 10px;
margin: 10px;
}
h4{
background-color: rgb(42, 129, 42);
color: white;
padding:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
table{
margin: 20px;
}
td{
vertical-align: top;
width: 50%;
}
a{
font-weight: bold;
color: darkgreen;
text-decoration: none;
}
.pd{
margin: 20px;
}
footer{
background-color: rgb(10, 71, 10);
color: white;
text-align: center;
padding: 5px;
} | Desasfios/mod10/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2? family= Fredericka+the+Great & family = Mão livre & family= Kaushan+Script & family= Oswald:wght@200 & family= Work+ Sans:wght@200;400;500 & display=swap');
@import url('https://fonts.googleapis.com/css2? family= Bebas+Neue display=swap');
@font-face {
font-family: 'idroid';
src: url(pacote-projeto-d010/fontes/idroid.otf)
format('opentype');
}
body{
background-color: rgb(110, 250, 173);
font-family: 'Oswald', Helvetica, sans-serif;
margin: auto;
padding-top:auto;
}
header{
background-image:linear-gradient(rgb(93, 230, 93), rgb(14, 83, 14), rgb(2, 48, 2)
);
color: white;
padding-top: 10px;
padding-bottom: 5px;
}
header > h1 {
font-family: 'bebas neue';
color: white;
text-align: center;
}
header > p {
text-align: center;
}
nav > a{
text-decoration: none;
color: white;
margin-right: 10px;
margin-left: 10px;
}
nav > :hover{
background-color: rgb(55, 180, 139);
}
main{
background-color: white;
margin-left: 10%;
margin-right: 10%;
padding: 10px;
text-align: justify;
}
picture > img{
width: 100%;
}
img.bug{
margin: auto;
display: block;
}
iframe{
width: 100%;
}
h1{
font-family: 'idroid';
color: darkgreen
}
h2{
background-image:linear-gradient(to right, lightgreen, white) ;
font-family: 'idroid';
color: darkgreen
}
span{
color: darkgreen;
}
.dan::after{
content: icon;
}
div{
background-color: rgb(166, 194, 166);
border-radius: 10px;
padding-bottom: 10px;
margin: 10px;
}
h4{
background-color: rgb(42, 129, 42);
color: white;
padding:10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
table{
margin: 20px;
}
td{
vertical-align: top;
width: 50%;
}
a{
font-weight: bold;
color: darkgreen;
text-decoration: none;
}
.pd{
margin: 20px;
}
footer{
background-color: rgb(10, 71, 10);
color: white;
text-align: center;
padding: 5px;
} | 0.510741 | 0.112162 |
.tippy-popper[x-placement^='top'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.cindy-theme [x-arrow] {
border-top: 7px solid #c6b571;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-top: 5px solid #c6b571;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-top: 10px solid #c6b571;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
/* bottom */
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.cindy-theme [x-arrow] {
border-bottom: 7px solid #c6b571;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-bottom: 5px solid #c6b571;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-bottom: 10px solid #c6b571;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
/* left */
.tippy-popper[x-placement^='left'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.cindy-theme [x-arrow] {
border-left: 7px solid #c6b571;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-left: 5px solid #c6b571;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-left: 10px solid #c6b571;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
/* right */
.tippy-popper[x-placement^='right'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.cindy-theme [x-arrow] {
border-right: 7px solid #c6b571;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-right: 5px solid #c6b571;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-right: 10px solid #c6b571;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.tippy-popper .tippy-tooltip.cindy-theme {
color: #5f293e;
box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1),
0 4px 80px -8px rgba(0, 20, 60, 0.2);
background-color: #c6b571;
}
.tippy-popper .tippy-tooltip.cindy-theme[data-animatefill] {
background-color: transparent;
}
/* nav-theme */
/* top */
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-arrow].arrow-big {
border: none;
}
/* bottom */
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
/* left */
.tippy-popper[x-placement^='left'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
/* right */
.tippy-popper[x-placement^='right'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
.tippy-popper .tippy-tooltip.nav-theme {
box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1),
0 4px 80px -8px rgba(0, 20, 60, 0.2);
background-color: #d7c682;
color: inherit;
padding: 1em 0;
}
.tippy-popper .tippy-tooltip.nav-theme[data-animatefill] {
background-color: #d7c682;
} | react-boilerplate/app/tippy-custom.css | .tippy-popper[x-placement^='top'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.cindy-theme [x-arrow] {
border-top: 7px solid #c6b571;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-top: 5px solid #c6b571;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-top: 10px solid #c6b571;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
/* bottom */
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.cindy-theme [x-arrow] {
border-bottom: 7px solid #c6b571;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-bottom: 5px solid #c6b571;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-bottom: 10px solid #c6b571;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
/* left */
.tippy-popper[x-placement^='left'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.cindy-theme [x-arrow] {
border-left: 7px solid #c6b571;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-left: 5px solid #c6b571;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-left: 10px solid #c6b571;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
/* right */
.tippy-popper[x-placement^='right'] .tippy-tooltip.cindy-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.cindy-theme [x-arrow] {
border-right: 7px solid #c6b571;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-small {
border-right: 5px solid #c6b571;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.cindy-theme
[x-arrow].arrow-big {
border-right: 10px solid #c6b571;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.tippy-popper .tippy-tooltip.cindy-theme {
color: #5f293e;
box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1),
0 4px 80px -8px rgba(0, 20, 60, 0.2);
background-color: #c6b571;
}
.tippy-popper .tippy-tooltip.cindy-theme[data-animatefill] {
background-color: transparent;
}
/* nav-theme */
/* top */
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-circle] {
background-color: #c6b571;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='top']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.nav-theme [x-arrow].arrow-big {
border: none;
}
/* bottom */
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
/* left */
.tippy-popper[x-placement^='left'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='left']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
/* right */
.tippy-popper[x-placement^='right'] .tippy-tooltip.nav-theme [x-circle] {
background-color: transparent;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.nav-theme [x-arrow] {
border: none;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.nav-theme
[x-arrow].arrow-small {
border: none;
}
.tippy-popper[x-placement^='right']
.tippy-tooltip.nav-theme
[x-arrow].arrow-big {
border: none;
}
.tippy-popper .tippy-tooltip.nav-theme {
box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1),
0 4px 80px -8px rgba(0, 20, 60, 0.2);
background-color: #d7c682;
color: inherit;
padding: 1em 0;
}
.tippy-popper .tippy-tooltip.nav-theme[data-animatefill] {
background-color: #d7c682;
} | 0.350755 | 0.299841 |
[notify] {
min-height: 100px;
width: 300px;
display: block !important;
position: absolute !important;
z-index: 9999;
}
[notify][horizontal='right'] {
left: 100%;
margin-left: -310px;
}
[notify][horizontal='left'] {
margin-left: 10px;
}
[notify][horizontal='center'] {
left: 50%;
margin-left: -150px;
}
[notify][vertical='top'] {
margin-top: 10px;
}
[notify] [note] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
min-height: 100px;
min-width: 100%;
height: 100%;
z-index: 9999;
margin-bottom: .5em;
}
[notify] [note] [title] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-weight: 900;
border: none;
width: 100%;
padding: .5em 0 0 .5em;
font-size: 14px;
margin-bottom: 0px;
text-transform: uppercase;
}
[notify] [note] [title] [icon] {
float: left;
margin-left: .5em;
padding: 0 .3em 0 .3em;
}
[notify] [note] [title] [close] {
float: right;
padding: 0 .3em 0 .3em;
margin-right: .5em;
font-style: normal;
}
[notify] [note] [title] [close]::after {
content: '×';
opacity: .5;
}
[notify] [note] [envelope] {
vertical-align: middle;
padding: .5em .5em .5em .5em;
height: 100%;
width: 100%;
}
[notify] [note] [envelope] [message] {
font-weight: 900;
text-align: center;
font-style: italic;
width: 100%;
height: 100%;
}
[notify] [note][level='error'] {
background-color: #d9534f;
}
[notify] [note][level='error'] * {
color: #ffffff;
}
[notify] [note][level='error'] [title] [icon] {
/*&::after {
content: '×';
}*/
}
[notify] [note][level] [title] [icon] {
font-style: normal;
}
[notify] [note][level='warning'] {
background-color: #f0ad4e;
}
[notify] [note][level='warning'] * {
color: #ffffff;
}
[notify] [note][level='warning'] [title] [icon] {
/*&::after {
content: '⚠';
}*/
}
[notify] [note][level='info'] {
background-color: #5bc0de;
}
[notify] [note][level='info'] * {
color: #ffffff;
}
[notify] [note][level='info'] [title] [icon] {
/*&::after {
content: '!';
}*/
}
[notify] [note][level='success'] {
background-color: #5cb85c;
}
[notify] [note][level='success'] * {
color: #ffffff;
}
[notify] [note][level='success'] [title] [icon] {
/*&::after {
content: '✓';
}*/
} | dist/angular-notify.css | [notify] {
min-height: 100px;
width: 300px;
display: block !important;
position: absolute !important;
z-index: 9999;
}
[notify][horizontal='right'] {
left: 100%;
margin-left: -310px;
}
[notify][horizontal='left'] {
margin-left: 10px;
}
[notify][horizontal='center'] {
left: 50%;
margin-left: -150px;
}
[notify][vertical='top'] {
margin-top: 10px;
}
[notify] [note] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
min-height: 100px;
min-width: 100%;
height: 100%;
z-index: 9999;
margin-bottom: .5em;
}
[notify] [note] [title] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-weight: 900;
border: none;
width: 100%;
padding: .5em 0 0 .5em;
font-size: 14px;
margin-bottom: 0px;
text-transform: uppercase;
}
[notify] [note] [title] [icon] {
float: left;
margin-left: .5em;
padding: 0 .3em 0 .3em;
}
[notify] [note] [title] [close] {
float: right;
padding: 0 .3em 0 .3em;
margin-right: .5em;
font-style: normal;
}
[notify] [note] [title] [close]::after {
content: '×';
opacity: .5;
}
[notify] [note] [envelope] {
vertical-align: middle;
padding: .5em .5em .5em .5em;
height: 100%;
width: 100%;
}
[notify] [note] [envelope] [message] {
font-weight: 900;
text-align: center;
font-style: italic;
width: 100%;
height: 100%;
}
[notify] [note][level='error'] {
background-color: #d9534f;
}
[notify] [note][level='error'] * {
color: #ffffff;
}
[notify] [note][level='error'] [title] [icon] {
/*&::after {
content: '×';
}*/
}
[notify] [note][level] [title] [icon] {
font-style: normal;
}
[notify] [note][level='warning'] {
background-color: #f0ad4e;
}
[notify] [note][level='warning'] * {
color: #ffffff;
}
[notify] [note][level='warning'] [title] [icon] {
/*&::after {
content: '⚠';
}*/
}
[notify] [note][level='info'] {
background-color: #5bc0de;
}
[notify] [note][level='info'] * {
color: #ffffff;
}
[notify] [note][level='info'] [title] [icon] {
/*&::after {
content: '!';
}*/
}
[notify] [note][level='success'] {
background-color: #5cb85c;
}
[notify] [note][level='success'] * {
color: #ffffff;
}
[notify] [note][level='success'] [title] [icon] {
/*&::after {
content: '✓';
}*/
} | 0.321993 | 0.210077 |
@-webkit-keyframes rotate {
from {
transform: rotate(45deg);
}
to {
transform: rotate(135deg);
}
}
@keyframes rotate {
from {
transform: rotate(45deg);
}
to {
transform: rotate(135deg);
}
}
@-webkit-keyframes rotateBackwards {
from {
transform: rotate(135deg);
}
to {
transform: rotate(45deg);
}
}
@keyframes rotateBackwards {
from {
transform: rotate(135deg);
}
to {
transform: rotate(45deg);
}
}
@-webkit-keyframes changeColor1 {
from {
box-shadow: inset 0px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@keyframes changeColor1 {
from {
box-shadow: inset 0px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@-webkit-keyframes changeColor2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #A83279;
}
}
@keyframes changeColor2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #A83279;
}
}
@-webkit-keyframes changeColorBackward1 {
from {
box-shadow: inset 1000px 0 0 0 #A83279;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@keyframes changeColorBackward1 {
from {
box-shadow: inset 1000px 0 0 0 #A83279;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@-webkit-keyframes changeColorBackward2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 0px 0 0 0 #ef795a;
}
}
@keyframes changeColorBackward2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 0px 0 0 0 #ef795a;
}
}
body {
margin: 0;
padding: 0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body #header {
display: flex;
align-items: center;
justify-content: center;
height: 300px;
background-color: black;
color: white;
font-size: 4em;
font-weight: bold;
}
body #timeline #timeline-list {
position: relative;
list-style: none;
margin: 4em auto;
}
body #timeline #timeline-list:before {
content: "";
background-color: black;
position: absolute;
left: 50%;
width: 2px;
height: 100%;
}
body #timeline .timeline-list-item {
margin-left: 52%;
max-width: 26em;
}
body #timeline .timeline-list-item:nth-child(even) {
margin: auto;
margin-right: 54%;
}
body #timeline .timeline-list-item .timeline-item {
margin-bottom: 4em;
}
body #timeline .timeline-list-item .timeline-item time {
background-color: black;
color: white;
font-size: 1em;
padding: 0.3em 0.5em;
transition: all 0.8s;
}
body #timeline .timeline-list-item .timeline-item time:before {
content: "";
background-color: black;
position: absolute;
left: calc(50vw - 1em);
width: 1em;
height: 1em;
transform: rotate(45deg);
outline: 10px solid white;
}
body #timeline .timeline-list-item .timeline-item .timeline-item-title {
font-size: 1.6em;
visibility: hidden;
opacity: 0;
transition: all 0.8s;
}
body #timeline .timeline-list-item .timeline-item .timeline-item-text {
font-size: 1.1em;
visibility: hidden;
opacity: 0;
transition: all 0.8s;
}
body #timeline .timeline-list-item time:before {
-webkit-animation: rotateBackwards 0.4s;
animation: rotateBackwards 0.4s;
}
body #timeline .timeline-list-item time {
-webkit-animation: changeColorBackward1 2s ease, changeColorBackward2 0.3s 0.4s ease forwards;
animation: changeColorBackward1 2s ease, changeColorBackward2 0.3s 0.4s ease forwards;
}
body #timeline .timeline-list-item:hover time:before {
-webkit-animation: rotate 0.4s;
animation: rotate 0.4s;
background-color: #A83279;
}
body #timeline .timeline-list-item:hover time {
-webkit-animation: changeColor1 2s ease, changeColor2 0.3s 0.2s ease forwards;
animation: changeColor1 2s ease, changeColor2 0.3s 0.2s ease forwards;
}
@media (max-width: 1000px) {
body #timeline #timeline-list:before {
margin-left: -40%;
}
body #timeline #timeline-list .timeline-list-item {
max-width: 40em;
margin-left: 15%;
margin-right: 1em;
}
body #timeline #timeline-list .timeline-list-item:nth-child(even) {
margin-right: 0;
}
body #timeline #timeline-list .timeline-list-item .timeline-item time:before {
margin-left: calc(-40% + 1vw);
}
}
@media (max-width: 600px) {
body #header {
font-size: 2.8em;
}
body #timeline #timeline-list:before {
margin-left: -45%;
}
body #timeline #timeline-list .timeline-list-item {
margin-left: 5%;
margin-right: 2em;
}
body #timeline #timeline-list .timeline-item time:before {
left: calc(45% - 0.5em);
}
} | css/main.css | @-webkit-keyframes rotate {
from {
transform: rotate(45deg);
}
to {
transform: rotate(135deg);
}
}
@keyframes rotate {
from {
transform: rotate(45deg);
}
to {
transform: rotate(135deg);
}
}
@-webkit-keyframes rotateBackwards {
from {
transform: rotate(135deg);
}
to {
transform: rotate(45deg);
}
}
@keyframes rotateBackwards {
from {
transform: rotate(135deg);
}
to {
transform: rotate(45deg);
}
}
@-webkit-keyframes changeColor1 {
from {
box-shadow: inset 0px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@keyframes changeColor1 {
from {
box-shadow: inset 0px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@-webkit-keyframes changeColor2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #A83279;
}
}
@keyframes changeColor2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 1000px 0 0 0 #A83279;
}
}
@-webkit-keyframes changeColorBackward1 {
from {
box-shadow: inset 1000px 0 0 0 #A83279;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@keyframes changeColorBackward1 {
from {
box-shadow: inset 1000px 0 0 0 #A83279;
}
to {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
}
@-webkit-keyframes changeColorBackward2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 0px 0 0 0 #ef795a;
}
}
@keyframes changeColorBackward2 {
from {
box-shadow: inset 1000px 0 0 0 #ef795a;
}
to {
box-shadow: inset 0px 0 0 0 #ef795a;
}
}
body {
margin: 0;
padding: 0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body #header {
display: flex;
align-items: center;
justify-content: center;
height: 300px;
background-color: black;
color: white;
font-size: 4em;
font-weight: bold;
}
body #timeline #timeline-list {
position: relative;
list-style: none;
margin: 4em auto;
}
body #timeline #timeline-list:before {
content: "";
background-color: black;
position: absolute;
left: 50%;
width: 2px;
height: 100%;
}
body #timeline .timeline-list-item {
margin-left: 52%;
max-width: 26em;
}
body #timeline .timeline-list-item:nth-child(even) {
margin: auto;
margin-right: 54%;
}
body #timeline .timeline-list-item .timeline-item {
margin-bottom: 4em;
}
body #timeline .timeline-list-item .timeline-item time {
background-color: black;
color: white;
font-size: 1em;
padding: 0.3em 0.5em;
transition: all 0.8s;
}
body #timeline .timeline-list-item .timeline-item time:before {
content: "";
background-color: black;
position: absolute;
left: calc(50vw - 1em);
width: 1em;
height: 1em;
transform: rotate(45deg);
outline: 10px solid white;
}
body #timeline .timeline-list-item .timeline-item .timeline-item-title {
font-size: 1.6em;
visibility: hidden;
opacity: 0;
transition: all 0.8s;
}
body #timeline .timeline-list-item .timeline-item .timeline-item-text {
font-size: 1.1em;
visibility: hidden;
opacity: 0;
transition: all 0.8s;
}
body #timeline .timeline-list-item time:before {
-webkit-animation: rotateBackwards 0.4s;
animation: rotateBackwards 0.4s;
}
body #timeline .timeline-list-item time {
-webkit-animation: changeColorBackward1 2s ease, changeColorBackward2 0.3s 0.4s ease forwards;
animation: changeColorBackward1 2s ease, changeColorBackward2 0.3s 0.4s ease forwards;
}
body #timeline .timeline-list-item:hover time:before {
-webkit-animation: rotate 0.4s;
animation: rotate 0.4s;
background-color: #A83279;
}
body #timeline .timeline-list-item:hover time {
-webkit-animation: changeColor1 2s ease, changeColor2 0.3s 0.2s ease forwards;
animation: changeColor1 2s ease, changeColor2 0.3s 0.2s ease forwards;
}
@media (max-width: 1000px) {
body #timeline #timeline-list:before {
margin-left: -40%;
}
body #timeline #timeline-list .timeline-list-item {
max-width: 40em;
margin-left: 15%;
margin-right: 1em;
}
body #timeline #timeline-list .timeline-list-item:nth-child(even) {
margin-right: 0;
}
body #timeline #timeline-list .timeline-list-item .timeline-item time:before {
margin-left: calc(-40% + 1vw);
}
}
@media (max-width: 600px) {
body #header {
font-size: 2.8em;
}
body #timeline #timeline-list:before {
margin-left: -45%;
}
body #timeline #timeline-list .timeline-list-item {
margin-left: 5%;
margin-right: 2em;
}
body #timeline #timeline-list .timeline-item time:before {
left: calc(45% - 0.5em);
}
} | 0.404978 | 0.186724 |
@keyframes in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes in-down {
0% {
opacity: 0;
transform: translate3D(0, -5px, 0);
}
100% {
opacity: 1;
transform: translate3D(0, 0, 0);
}
}
@keyframes in-up {
0% {
opacity: 0;
transform: translate3D(0, 5px, 0);
}
100% {
opacity: 1;
transform: translate3D(0, 0, 0);
}
}
@keyframes in-scale {
0% {
opacity: 0;
transform: scale3D(0.95, 0.95, 1);
}
100% {
opacity: 1;
transform: scale3D(1, 1, 1);
}
}
:root {
--calcite-animation-timing: 300ms;
}
.calcite-animate {
opacity: 0;
animation-fill-mode: both;
animation-duration: var(--calcite-animation-timing);
}
.calcite-animate__in {
animation-name: in;
}
.calcite-animate__in-down {
animation-name: in-down;
}
.calcite-animate__in-up {
animation-name: in-up;
}
.calcite-animate__in-scale {
animation-name: in-scale;
}
/**
* Currently only used in Checkbox.
*/
:host {
/* Base ":host" styles for the component */
box-sizing: border-box;
background-color: var(--calcite-ui-foreground-1);
color: var(--calcite-ui-text-2);
font-size: var(--calcite-font-size--1);
}
:host * {
box-sizing: border-box;
}
:root {
--calcite-popper-transition: 150ms ease-in-out;
}
:host([hidden]) {
display: none;
}
/**
* CSS Custom Properties
*
* These properties can be overridden using the component's tag as selector.
*
* @prop --calcite-panel-max-height: the maximum height of the panel
* @prop --calcite-panel-max-width: the maximum width of the panel
* @prop --calcite-panel-min-width: the minimum width of the panel
*/
:host {
display: flex;
flex: 1 1 auto;
overflow: hidden;
position: relative;
width: 100%;
--calcite-min-header-height: calc(var(--calcite-icon-size) * 3);
--calcite-panel-max-height: unset;
--calcite-panel-width: 100%;
--calcite-panel-min-width: unset;
--calcite-panel-max-width: unset;
}
/* Shared styles for header elements */
.header {
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
color: var(--calcite-ui-text-2);
fill: var(--calcite-ui-text-2);
}
.heading {
padding: 0;
margin: 0;
font-weight: var(--calcite-font-weight-medium);
line-height: 1.5;
}
.header .heading {
flex: 1 0 auto;
padding: var(--calcite-spacing-half) var(--calcite-spacing-half);
}
h1.heading {
font-size: var(--calcite-font-size-2);
}
h2.heading {
font-size: var(--calcite-font-size-1);
}
h3.heading {
font-size: var(--calcite-font-size-0);
}
h4.heading,
h5.heading {
font-size: var(--calcite-font-size--1);
}
.container {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-items: stretch;
background-color: var(--calcite-ui-background);
width: 100%;
padding: 0;
margin: 0;
max-height: var(--calcite-panel-max-height);
width: var(--calcite-panel-width);
max-width: var(--calcite-panel-max-width);
min-width: var(--calcite-panel-min-width);
transition: max-height 150ms ease-in-out, width 150ms ease-in-out;
}
:host([height-scale=s]) {
--calcite-panel-max-height: 40vh;
}
:host([height-scale=m]) {
--calcite-panel-max-height: 60vh;
}
:host([height-scale=l]) {
--calcite-panel-max-height: 80vh;
}
:host([width-scale=s]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 12vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 300px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 150px);
}
:host([width-scale=m]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 20vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 420px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 240px);
}
:host([width-scale=l]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 45vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 680px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 340px);
}
.container[hidden] {
display: none;
}
:host([loading]) .container,
:host([disabled]) .container {
position: relative;
z-index: 1;
}
.header {
border-bottom: 1px solid;
align-items: stretch;
background-color: var(--calcite-ui-foreground-1);
justify-content: flex-start;
position: sticky;
top: 0;
border-bottom-color: var(--calcite-ui-border-3);
width: 100%;
flex: 0 0 auto;
min-height: 3rem;
z-index: 2;
width: 100%;
}
.header-content {
display: block;
overflow: hidden;
margin-right: auto;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.header-content .heading,
.header-content .summary {
padding: 0;
display: block;
overflow: hidden;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
}
.header-content .heading {
font-weight: var(--calcite-font-weight-medium);
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0.25rem;
font-size: var(--calcite-font-size-0);
line-height: 1.25rem;
}
.header-content .heading:only-child {
margin-bottom: 0;
}
.header-content .summary {
color: var(--calcite-ui-text-2);
font-size: var(--calcite-font-size--1);
line-height: 1rem;
}
.back-button {
border-color: var(--calcite-ui-border-3);
border-style: solid;
border-width: 0;
border-right-width: 1px;
}
.calcite--rtl .back-button {
border-right-width: 0;
border-left-width: 1px;
}
.header-actions {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: nowrap;
}
.header-actions--end {
margin-left: auto;
}
.menu-container:only-child {
margin-left: auto;
}
.menu-button {
align-self: stretch;
flex: 0 1 auto;
height: 100%;
position: relative;
}
.menu {
min-width: 10rem;
flex-flow: column nowrap;
}
.content-container {
align-items: stretch;
background-color: var(--calcite-ui-background);
display: flex;
flex: 1 1 auto;
overflow: auto;
flex-wrap: nowrap;
flex-direction: column;
}
.footer {
border-top: 1px solid;
background-color: var(--calcite-ui-foreground-1);
border-top-color: var(--calcite-ui-border-3);
display: flex;
justify-content: space-evenly;
position: sticky;
bottom: 0;
width: 100%;
flex: 0 0 auto;
min-height: 3rem;
padding: 0.5rem;
}
.calcite--rtl .header-content {
margin-left: auto;
margin-right: unset;
}
.calcite--rtl .header-actions--end {
margin-right: auto;
margin-left: unset;
}
.calcite--rtl .menu-container:only-child {
margin-right: auto;
margin-left: unset;
}
.fab-container {
display: inline-block;
position: sticky;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding: 0.5rem;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
} | public/build/calcite-components/collection/components/calcite-panel/calcite-panel.css |
@keyframes in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes in-down {
0% {
opacity: 0;
transform: translate3D(0, -5px, 0);
}
100% {
opacity: 1;
transform: translate3D(0, 0, 0);
}
}
@keyframes in-up {
0% {
opacity: 0;
transform: translate3D(0, 5px, 0);
}
100% {
opacity: 1;
transform: translate3D(0, 0, 0);
}
}
@keyframes in-scale {
0% {
opacity: 0;
transform: scale3D(0.95, 0.95, 1);
}
100% {
opacity: 1;
transform: scale3D(1, 1, 1);
}
}
:root {
--calcite-animation-timing: 300ms;
}
.calcite-animate {
opacity: 0;
animation-fill-mode: both;
animation-duration: var(--calcite-animation-timing);
}
.calcite-animate__in {
animation-name: in;
}
.calcite-animate__in-down {
animation-name: in-down;
}
.calcite-animate__in-up {
animation-name: in-up;
}
.calcite-animate__in-scale {
animation-name: in-scale;
}
/**
* Currently only used in Checkbox.
*/
:host {
/* Base ":host" styles for the component */
box-sizing: border-box;
background-color: var(--calcite-ui-foreground-1);
color: var(--calcite-ui-text-2);
font-size: var(--calcite-font-size--1);
}
:host * {
box-sizing: border-box;
}
:root {
--calcite-popper-transition: 150ms ease-in-out;
}
:host([hidden]) {
display: none;
}
/**
* CSS Custom Properties
*
* These properties can be overridden using the component's tag as selector.
*
* @prop --calcite-panel-max-height: the maximum height of the panel
* @prop --calcite-panel-max-width: the maximum width of the panel
* @prop --calcite-panel-min-width: the minimum width of the panel
*/
:host {
display: flex;
flex: 1 1 auto;
overflow: hidden;
position: relative;
width: 100%;
--calcite-min-header-height: calc(var(--calcite-icon-size) * 3);
--calcite-panel-max-height: unset;
--calcite-panel-width: 100%;
--calcite-panel-min-width: unset;
--calcite-panel-max-width: unset;
}
/* Shared styles for header elements */
.header {
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
color: var(--calcite-ui-text-2);
fill: var(--calcite-ui-text-2);
}
.heading {
padding: 0;
margin: 0;
font-weight: var(--calcite-font-weight-medium);
line-height: 1.5;
}
.header .heading {
flex: 1 0 auto;
padding: var(--calcite-spacing-half) var(--calcite-spacing-half);
}
h1.heading {
font-size: var(--calcite-font-size-2);
}
h2.heading {
font-size: var(--calcite-font-size-1);
}
h3.heading {
font-size: var(--calcite-font-size-0);
}
h4.heading,
h5.heading {
font-size: var(--calcite-font-size--1);
}
.container {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-items: stretch;
background-color: var(--calcite-ui-background);
width: 100%;
padding: 0;
margin: 0;
max-height: var(--calcite-panel-max-height);
width: var(--calcite-panel-width);
max-width: var(--calcite-panel-max-width);
min-width: var(--calcite-panel-min-width);
transition: max-height 150ms ease-in-out, width 150ms ease-in-out;
}
:host([height-scale=s]) {
--calcite-panel-max-height: 40vh;
}
:host([height-scale=m]) {
--calcite-panel-max-height: 60vh;
}
:host([height-scale=l]) {
--calcite-panel-max-height: 80vh;
}
:host([width-scale=s]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 12vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 300px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 150px);
}
:host([width-scale=m]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 20vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 420px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 240px);
}
:host([width-scale=l]) {
--calcite-panel-width: calc(var(--calcite-panel-width-multiplier) * 45vw);
--calcite-panel-max-width: calc(var(--calcite-panel-width-multiplier) * 680px);
--calcite-panel-min-width: calc(var(--calcite-panel-width-multiplier) * 340px);
}
.container[hidden] {
display: none;
}
:host([loading]) .container,
:host([disabled]) .container {
position: relative;
z-index: 1;
}
.header {
border-bottom: 1px solid;
align-items: stretch;
background-color: var(--calcite-ui-foreground-1);
justify-content: flex-start;
position: sticky;
top: 0;
border-bottom-color: var(--calcite-ui-border-3);
width: 100%;
flex: 0 0 auto;
min-height: 3rem;
z-index: 2;
width: 100%;
}
.header-content {
display: block;
overflow: hidden;
margin-right: auto;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.header-content .heading,
.header-content .summary {
padding: 0;
display: block;
overflow: hidden;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
}
.header-content .heading {
font-weight: var(--calcite-font-weight-medium);
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0.25rem;
font-size: var(--calcite-font-size-0);
line-height: 1.25rem;
}
.header-content .heading:only-child {
margin-bottom: 0;
}
.header-content .summary {
color: var(--calcite-ui-text-2);
font-size: var(--calcite-font-size--1);
line-height: 1rem;
}
.back-button {
border-color: var(--calcite-ui-border-3);
border-style: solid;
border-width: 0;
border-right-width: 1px;
}
.calcite--rtl .back-button {
border-right-width: 0;
border-left-width: 1px;
}
.header-actions {
display: flex;
align-items: stretch;
flex-direction: row;
flex-wrap: nowrap;
}
.header-actions--end {
margin-left: auto;
}
.menu-container:only-child {
margin-left: auto;
}
.menu-button {
align-self: stretch;
flex: 0 1 auto;
height: 100%;
position: relative;
}
.menu {
min-width: 10rem;
flex-flow: column nowrap;
}
.content-container {
align-items: stretch;
background-color: var(--calcite-ui-background);
display: flex;
flex: 1 1 auto;
overflow: auto;
flex-wrap: nowrap;
flex-direction: column;
}
.footer {
border-top: 1px solid;
background-color: var(--calcite-ui-foreground-1);
border-top-color: var(--calcite-ui-border-3);
display: flex;
justify-content: space-evenly;
position: sticky;
bottom: 0;
width: 100%;
flex: 0 0 auto;
min-height: 3rem;
padding: 0.5rem;
}
.calcite--rtl .header-content {
margin-left: auto;
margin-right: unset;
}
.calcite--rtl .header-actions--end {
margin-right: auto;
margin-left: unset;
}
.calcite--rtl .menu-container:only-child {
margin-right: auto;
margin-left: unset;
}
.fab-container {
display: inline-block;
position: sticky;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding: 0.5rem;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
} | 0.793386 | 0.155816 |
:root {
--primary-color: #ff4a32;
}
@font-face {
font-family: HelveticaNeueLTStd-Bd;
src: url("../fonts/HelveticaNeueLTStd-Bd.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Blk;
src: url("../fonts/HelveticaNeueLTStd-Blk.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Md;
src: url("../fonts/HelveticaNeueLTStd-Md.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Hv;
src: url("../fonts/HelveticaNeueLTStd-Hv.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Roman;
src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
}
@font-face {
font-family: SFUIDisplay;
src: url("../fonts/SFUIDisplay.otf");
}
.pl-19 {
padding-left: 19;
}
html {
font-family: HelveticaNeueLTStd-Bd, Helvetica, sans-serif;
}
a:hover {
text-decoration: none;
opacity: 0.7;
}
ul {
list-style-type: none;
}
.pl-19 {
padding-left: 19px;
}
.max-width {
max-width: 988px;
margin: auto;
}
.header {
position: relative;
height: 245px;
background-color: var(--primary-color);
padding: 43px 30px 0 30px;
}
.menu {
list-style: none;
color: white;
margin: auto;
}
.menu a {
display: inline;
font-family: HelveticaNeueLTStd-Bd, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
margin-right: 35px;
display: inline-block;
}
@media screen and (max-width: 1450px) {
.header {
padding-top: 100px;
}
}
@media screen and (max-width: 800px) {
.header {
height: 320px;
}
.menu a {
display: block;
text-align: left;
margin-bottom: 12px;
}
}
.main-logo {
position: absolute;
left: 30px;
top: 43px;
}
.user {
position: absolute;
right: 30px;
top: 43px;
color: white;
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
}
.user span {
display: inline-block;
margin-bottom: 8px;
}
.user-logo {
margin-left: 26px;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: white;
vertical-align: bottom;
}
.rsvp {
color: white;
font-family: SFUIDisplay;
font-size: 11px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.42px;
color: #ffffff;
margin-top: -89px;
margin-bottom: 15px;
height: 50px;
position: relative;
}
.rsvp-title {
color: white;
text-shadow: 0 7px 8px rgba(226, 37, 3, 0.76);
font-family: HelveticaNeueLTStd-Blk, Helvetica, sans-serif;
font-size: 38px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.05;
letter-spacing: 1.03px;
margin-right: 10px;
}
.rectangle {
border-radius: 3px;
background-color: white;
box-shadow: 0 4px 11px 0 rgba(223, 26, 0, 0.12);
margin-bottom: 53px;
position: relative;
}
.event {
display: flex;
}
@media screen and (max-width: 600px) {
.event {
flex-flow: column;
}
.rectangle {
box-shadow: none;
}
}
.event-detail {
padding: 21px 20px;
border-bottom: solid 1px #ffeaea;
}
.event-credit {
font-family: SFUIDisplay;
font-size: 11px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.42px;
color: #1a0f0f;
margin-bottom: 14px;
}
.event-credit span {
letter-spacing: 0.46px;
color: #ff4a32;
}
.event-title {
font-family: SFUIDisplay;
font-size: 15px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
color: #1a0f0f;
}
.event-address {
font-family: HelveticaNeueLTStd-Roman;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
}
.event-genre {
font-family: HelveticaNeueLTStd-Md;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
margin-bottom: 18px;
}
.event-tickets {
width: 219px;
height: 40px;
border-radius: 3px;
border: solid 1px #ffeaea;
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #1a0f0f;
padding-left: 25px;
}
.event-tickets option {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #1a0f0f;
}
.event-tickets option span {
color: #ff4a32;
}
.checkout {
padding: 19px 0;
background-image: url("../img/rectangle@3x.png");
border-left: 1px solid #ffeaea;
margin-left: -15px;
}
@media screen and (max-width: 600px) {
.checkout {
margin-left: 0;
}
}
.big-title {
font-family: HelveticaNeueLTStd-Blk;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.1;
letter-spacing: 0.33px;
color: #1a0f0f;
}
.checkout-item {
display: flex;
justify-content: space-between;
padding: 20px 19px 24px 19px;
border-bottom: solid 1px #ffeaea;
}
.checkout-item.active {
background-color: #ffeaea;
}
.checkout-item .name {
font-family: HelveticaNeueLTStd-Md;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
}
.value .price {
font-family: HelveticaNeueLTStd-Hv;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: right;
color: #1a0f0f;
}
.value .type {
width: 120px;
height: 14px;
font-family: SFUIDisplay;
font-size: 12px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: right;
color: #aaaaaa;
}
.checkout-total {
display: flex;
justify-content: space-between;
font-family: HelveticaNeueLTStd-Hv;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #ff4a32;
padding: 16px 19px 0 19px;
}
.checkout-submit {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
width: 263px;
height: 40px;
border-radius: 3px;
box-shadow: 0 5px 20px 0 rgba(223, 26, 0, 0.17);
background-color: #ff4a32;
display: block;
margin: auto;
margin-top: 23px;
border: none;
cursor: pointer;
outline: none;
}
.checkout-submit:hover {
background-color: rgba(255, 74, 50, 0.7);
}
.checkout-submit:focus {
outline: none;
}
.checkout-promo {
margin: 30px 0;
}
.checkout-promo button {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
color: #ff4a32;
margin-top: 30px;
margin-bottom: 30px;
margin: auto;
border: none;
background: none;
cursor: pointer;
}
.checkout-promo button:hover {
color: #ff4a32;
opacity: 0.7;
}
.checkout-promo button:focus {
outline: none;
}
.member {
padding: 30px 20px 32px 20px;
}
.member-bar {
width: 60px;
height: 4px;
background-color: #ff4a32;
}
.member-title {
font-family: HelveticaNeueLTStd-Blk;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.1;
letter-spacing: 0.33px;
color: #1a0f0f;
margin-top: 13px;
margin-bottom: 26px;
}
.package {
padding: 19px;
border-radius: 3px;
border: solid 1px #ffeaea;
cursor: pointer;
margin-bottom: 27px;
}
.package:hover {
opacity: 0.7;
}
.package.active {
background-color: #ff4a32;
border-color: #ff4a32;
}
.package .bar {
width: 26px;
height: 3.3px;
background-color: #302f2f;
margin-bottom: 10.5px;
margin-top: 32px;
}
.package.active .text-gray {
color: white;
opacity: 0.6;
}
.package .credit {
font-family: SFUIDisplay;
font-size: 14px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
margin-bottom: 8px;
}
.package.active .credit {
color: white;
}
.credit span {
font-family: SFUIDisplay;
font-size: 24px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ff4a32;
margin-right: 4px;
}
.package.active .credit span {
color: white;
}
.less-margin {
padding-left: 8px;
padding-right: 8px;
}
.package .value {
font-family: SFUIDisplay;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.62px;
color: #302f2f;
}
.package.active .value {
color: white;
}
.package.active .value span {
color: white;
}
.package .value span {
color: #ff4a32;
}
.package .type {
font-family: SFUIDisplay;
font-size: 13px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
}
.package.active .type {
color: white;
}
.learn-more {
font-family: SFUIDisplay;
font-size: 13px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
}
.learn-more span {
color: #ff4a32;
}
.benefit {
margin-bottom: 58px;
}
.benefit-list {
margin-top: 26px;
}
.perk {
margin-bottom: 30px;
}
.text-sub-title {
font-family: HelveticaNeueLTStd-Md;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.13;
letter-spacing: 0.47px;
color: #1a0f0f;
margin-bottom: 1px;
}
.text-detail {
font-family: HelveticaNeueLTStd-Roman;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: 0.41px;
color: #1a0f0f;
}
.text-gray {
font-family: SFUIDisplay;
font-size: 12px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #aaaaaa;
}
.list-faq {
margin-top: 12px;
}
.faq .text-sub-title {
margin-bottom: 10px;
}
.faq {
border-bottom: solid 1px #ffeaea;
}
.faq label {
margin-top: 14px;
display: flex;
justify-content: space-between;
cursor: pointer;
user-select: none;
}
.faq label img {
height: 16px;
width: auto;
}
.faq .text-detail {
display: none;
padding-bottom: 8px;
max-width: 769px;
}
/*hide the inputs*/
input {
display: none;
}
/*show the second levele menu of the selected voice*/
input:checked ~ .text-detail {
display: block;
}
input:checked ~ label img {
transform: rotate(180deg);
}
.view-faq {
margin-top: 19px;
margin-bottom: 30px;
}
.view-faq a {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
color: #ff4a32;
}
.stripe-bar {
width: 100%;
height: 8px;
}
.logo-footer {
width: 219px;
height: 192px;
}
footer {
padding-bottom: 46px;
}
footer ul {
padding-top: 37px;
}
footer li a {
font-family: HelveticaNeueLTStd-Md;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.67;
letter-spacing: 0.22px;
color: #ff4a32;
}
footer a:hover {
color: #ff4a32;
opacity: 0.7;
}
footer li:first-child h4 {
font-family: HelveticaNeueLTStd-Bd;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.28px;
color: #1a0f0f;
margin-bottom: 8px;
}
footer .fab {
margin-right: 30px;
width: auto;
font-size: 23px;
color: #ff4a32;
}
.get-app a div {
opacity: 0.26;
font-family: HelveticaNeueLTStd-Md;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.82;
letter-spacing: normal;
color: #302f2f;
}
footer p {
margin-bottom: 0;
}
hr {
border-top: solid 1px #ffeaea;
margin-left: 40px;
margin-top: 0;
}
.get-app {
padding-left: 40px;
}
.get-app-title {
font-family: HelveticaNeueLTStd-Bd;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.67;
letter-spacing: 0.22px;
color: #302f2f;
display: inline-block;
vertical-align: middle;
margin-right: 22px;
}
.get-app-icon {
vertical-align: middle;
display: inline-block;
}
.get-app-icon .fab {
font-size: 25px;
margin-right: 32px;
text-align: center;
}
.get-app-icon .fab:last-child {
margin-right: 0;
}
.get-app-icon .fa-android {
font-size: 28px;
}
#promoResult {
overflow: auto;
} | css/main.css | :root {
--primary-color: #ff4a32;
}
@font-face {
font-family: HelveticaNeueLTStd-Bd;
src: url("../fonts/HelveticaNeueLTStd-Bd.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Blk;
src: url("../fonts/HelveticaNeueLTStd-Blk.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Md;
src: url("../fonts/HelveticaNeueLTStd-Md.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Hv;
src: url("../fonts/HelveticaNeueLTStd-Hv.otf");
}
@font-face {
font-family: HelveticaNeueLTStd-Roman;
src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
}
@font-face {
font-family: SFUIDisplay;
src: url("../fonts/SFUIDisplay.otf");
}
.pl-19 {
padding-left: 19;
}
html {
font-family: HelveticaNeueLTStd-Bd, Helvetica, sans-serif;
}
a:hover {
text-decoration: none;
opacity: 0.7;
}
ul {
list-style-type: none;
}
.pl-19 {
padding-left: 19px;
}
.max-width {
max-width: 988px;
margin: auto;
}
.header {
position: relative;
height: 245px;
background-color: var(--primary-color);
padding: 43px 30px 0 30px;
}
.menu {
list-style: none;
color: white;
margin: auto;
}
.menu a {
display: inline;
font-family: HelveticaNeueLTStd-Bd, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
margin-right: 35px;
display: inline-block;
}
@media screen and (max-width: 1450px) {
.header {
padding-top: 100px;
}
}
@media screen and (max-width: 800px) {
.header {
height: 320px;
}
.menu a {
display: block;
text-align: left;
margin-bottom: 12px;
}
}
.main-logo {
position: absolute;
left: 30px;
top: 43px;
}
.user {
position: absolute;
right: 30px;
top: 43px;
color: white;
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
}
.user span {
display: inline-block;
margin-bottom: 8px;
}
.user-logo {
margin-left: 26px;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: white;
vertical-align: bottom;
}
.rsvp {
color: white;
font-family: SFUIDisplay;
font-size: 11px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.42px;
color: #ffffff;
margin-top: -89px;
margin-bottom: 15px;
height: 50px;
position: relative;
}
.rsvp-title {
color: white;
text-shadow: 0 7px 8px rgba(226, 37, 3, 0.76);
font-family: HelveticaNeueLTStd-Blk, Helvetica, sans-serif;
font-size: 38px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.05;
letter-spacing: 1.03px;
margin-right: 10px;
}
.rectangle {
border-radius: 3px;
background-color: white;
box-shadow: 0 4px 11px 0 rgba(223, 26, 0, 0.12);
margin-bottom: 53px;
position: relative;
}
.event {
display: flex;
}
@media screen and (max-width: 600px) {
.event {
flex-flow: column;
}
.rectangle {
box-shadow: none;
}
}
.event-detail {
padding: 21px 20px;
border-bottom: solid 1px #ffeaea;
}
.event-credit {
font-family: SFUIDisplay;
font-size: 11px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.42px;
color: #1a0f0f;
margin-bottom: 14px;
}
.event-credit span {
letter-spacing: 0.46px;
color: #ff4a32;
}
.event-title {
font-family: SFUIDisplay;
font-size: 15px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
color: #1a0f0f;
}
.event-address {
font-family: HelveticaNeueLTStd-Roman;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
}
.event-genre {
font-family: HelveticaNeueLTStd-Md;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
margin-bottom: 18px;
}
.event-tickets {
width: 219px;
height: 40px;
border-radius: 3px;
border: solid 1px #ffeaea;
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #1a0f0f;
padding-left: 25px;
}
.event-tickets option {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #1a0f0f;
}
.event-tickets option span {
color: #ff4a32;
}
.checkout {
padding: 19px 0;
background-image: url("../img/rectangle@3x.png");
border-left: 1px solid #ffeaea;
margin-left: -15px;
}
@media screen and (max-width: 600px) {
.checkout {
margin-left: 0;
}
}
.big-title {
font-family: HelveticaNeueLTStd-Blk;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.1;
letter-spacing: 0.33px;
color: #1a0f0f;
}
.checkout-item {
display: flex;
justify-content: space-between;
padding: 20px 19px 24px 19px;
border-bottom: solid 1px #ffeaea;
}
.checkout-item.active {
background-color: #ffeaea;
}
.checkout-item .name {
font-family: HelveticaNeueLTStd-Md;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #1a0f0f;
}
.value .price {
font-family: HelveticaNeueLTStd-Hv;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: right;
color: #1a0f0f;
}
.value .type {
width: 120px;
height: 14px;
font-family: SFUIDisplay;
font-size: 12px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: right;
color: #aaaaaa;
}
.checkout-total {
display: flex;
justify-content: space-between;
font-family: HelveticaNeueLTStd-Hv;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: 0.34px;
text-align: justify;
color: #ff4a32;
padding: 16px 19px 0 19px;
}
.checkout-submit {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
color: #ffffff;
width: 263px;
height: 40px;
border-radius: 3px;
box-shadow: 0 5px 20px 0 rgba(223, 26, 0, 0.17);
background-color: #ff4a32;
display: block;
margin: auto;
margin-top: 23px;
border: none;
cursor: pointer;
outline: none;
}
.checkout-submit:hover {
background-color: rgba(255, 74, 50, 0.7);
}
.checkout-submit:focus {
outline: none;
}
.checkout-promo {
margin: 30px 0;
}
.checkout-promo button {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
color: #ff4a32;
margin-top: 30px;
margin-bottom: 30px;
margin: auto;
border: none;
background: none;
cursor: pointer;
}
.checkout-promo button:hover {
color: #ff4a32;
opacity: 0.7;
}
.checkout-promo button:focus {
outline: none;
}
.member {
padding: 30px 20px 32px 20px;
}
.member-bar {
width: 60px;
height: 4px;
background-color: #ff4a32;
}
.member-title {
font-family: HelveticaNeueLTStd-Blk;
font-size: 20px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.1;
letter-spacing: 0.33px;
color: #1a0f0f;
margin-top: 13px;
margin-bottom: 26px;
}
.package {
padding: 19px;
border-radius: 3px;
border: solid 1px #ffeaea;
cursor: pointer;
margin-bottom: 27px;
}
.package:hover {
opacity: 0.7;
}
.package.active {
background-color: #ff4a32;
border-color: #ff4a32;
}
.package .bar {
width: 26px;
height: 3.3px;
background-color: #302f2f;
margin-bottom: 10.5px;
margin-top: 32px;
}
.package.active .text-gray {
color: white;
opacity: 0.6;
}
.package .credit {
font-family: SFUIDisplay;
font-size: 14px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
margin-bottom: 8px;
}
.package.active .credit {
color: white;
}
.credit span {
font-family: SFUIDisplay;
font-size: 24px;
font-weight: 900;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ff4a32;
margin-right: 4px;
}
.package.active .credit span {
color: white;
}
.less-margin {
padding-left: 8px;
padding-right: 8px;
}
.package .value {
font-family: SFUIDisplay;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.62px;
color: #302f2f;
}
.package.active .value {
color: white;
}
.package.active .value span {
color: white;
}
.package .value span {
color: #ff4a32;
}
.package .type {
font-family: SFUIDisplay;
font-size: 13px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
}
.package.active .type {
color: white;
}
.learn-more {
font-family: SFUIDisplay;
font-size: 13px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #302f2f;
}
.learn-more span {
color: #ff4a32;
}
.benefit {
margin-bottom: 58px;
}
.benefit-list {
margin-top: 26px;
}
.perk {
margin-bottom: 30px;
}
.text-sub-title {
font-family: HelveticaNeueLTStd-Md;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.13;
letter-spacing: 0.47px;
color: #1a0f0f;
margin-bottom: 1px;
}
.text-detail {
font-family: HelveticaNeueLTStd-Roman;
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: 0.41px;
color: #1a0f0f;
}
.text-gray {
font-family: SFUIDisplay;
font-size: 12px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #aaaaaa;
}
.list-faq {
margin-top: 12px;
}
.faq .text-sub-title {
margin-bottom: 10px;
}
.faq {
border-bottom: solid 1px #ffeaea;
}
.faq label {
margin-top: 14px;
display: flex;
justify-content: space-between;
cursor: pointer;
user-select: none;
}
.faq label img {
height: 16px;
width: auto;
}
.faq .text-detail {
display: none;
padding-bottom: 8px;
max-width: 769px;
}
/*hide the inputs*/
input {
display: none;
}
/*show the second levele menu of the selected voice*/
input:checked ~ .text-detail {
display: block;
}
input:checked ~ label img {
transform: rotate(180deg);
}
.view-faq {
margin-top: 19px;
margin-bottom: 30px;
}
.view-faq a {
font-family: HelveticaNeueLTStd-Bd;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.5px;
color: #ff4a32;
}
.stripe-bar {
width: 100%;
height: 8px;
}
.logo-footer {
width: 219px;
height: 192px;
}
footer {
padding-bottom: 46px;
}
footer ul {
padding-top: 37px;
}
footer li a {
font-family: HelveticaNeueLTStd-Md;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.67;
letter-spacing: 0.22px;
color: #ff4a32;
}
footer a:hover {
color: #ff4a32;
opacity: 0.7;
}
footer li:first-child h4 {
font-family: HelveticaNeueLTStd-Bd;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.28px;
color: #1a0f0f;
margin-bottom: 8px;
}
footer .fab {
margin-right: 30px;
width: auto;
font-size: 23px;
color: #ff4a32;
}
.get-app a div {
opacity: 0.26;
font-family: HelveticaNeueLTStd-Md;
font-size: 11px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.82;
letter-spacing: normal;
color: #302f2f;
}
footer p {
margin-bottom: 0;
}
hr {
border-top: solid 1px #ffeaea;
margin-left: 40px;
margin-top: 0;
}
.get-app {
padding-left: 40px;
}
.get-app-title {
font-family: HelveticaNeueLTStd-Bd;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.67;
letter-spacing: 0.22px;
color: #302f2f;
display: inline-block;
vertical-align: middle;
margin-right: 22px;
}
.get-app-icon {
vertical-align: middle;
display: inline-block;
}
.get-app-icon .fab {
font-size: 25px;
margin-right: 32px;
text-align: center;
}
.get-app-icon .fab:last-child {
margin-right: 0;
}
.get-app-icon .fa-android {
font-size: 28px;
}
#promoResult {
overflow: auto;
} | 0.42919 | 0.118793 |
.products-sec-container .main-title {
margin-bottom: 0 !important;
}
.single-prodcut-container {
margin-top: 4rem;
}
.single-prodcut-container .single-product-info .product-property-text {
font-weight: bold;
}
.single-prodcut-container .single-product-info .user-comments {
display: block;
margin-top: -.4rem;
font-size: .9rem;
color: var(--secondary-color-900);
margin-bottom: .7rem;
}
.single-prodcut-container .single-product-info .user-buyer {
margin-top: -.4rem;
}
/* left add product to basket */
.single-prodcut-container .single-product-basket .product-name {
margin-bottom: -.5rem !important;
}
.single-prodcut-container .single-product-basket .basket-box {
background: #fff;
box-shadow: var(--outer-shadow);
padding: -2px;
}
.single-prodcut-container .single-product-basket .trust-wrapper .trust-item {
display: flex;
align-items: center;
margin: 10px 0;
color: var(--bs-secondary);
}
.single-prodcut-container .single-product-basket .trust-wrapper .trust-img {
width: 30px;
display: block;
margin-left: .5rem;
}
.single-prodcut-container .single-product-basket .product-price {
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
}
.single-prodcut-container .single-product-basket .add-to-basket-btn {
display: block;
width: 100%;
background: linear-gradient(to left, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
color: #fff;
margin: 1rem 0 0 0;
}
.single-prodcut-container .single-product-basket .add-to-basket-btn:hover {
background: linear-gradient(to right, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
}
.main-container {
margin-top: 2rem;
}
.main-container .specifications-list .specifications-item {
display: flex;
justify-content: space-between;
margin: .5rem;
}
/* left fixed basket box */
.main-container .basket-add-info {
padding: .7rem;
background: #fff;
border-radius: 5px;
}
.main-container .basket-add-info .product-part {
display: flex;
align-items: center;
}
@media screen and (max-width: 400px) {
.main-container .basket-add-info .product-part {
flex-direction: column;
}
}
.main-container .basket-add-info .product-part img {
width: 110px;
margin-left: .2rem;
}
.main-container .basket-add-info .garanty-text {
display: flex;
align-items: center;
}
.main-container .basket-add-info .garanty-text i {
display: block;
padding: .4rem;
border-radius: 50%;
background: var(--bs-success);
color: #fff;
margin-left: .5rem;
font-size: .7rem;
}
/* price */
.main-container .basket-add-info .basket-price {
display: flex;
align-items: center;
justify-content: space-between;
}
/* add to basket button */
.main-container .basket-add-info .add-to-basket-btn {
display: block;
width: 100%;
background: linear-gradient(to left, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
color: #fff;
margin: 1rem 0 0 0;
}
.main-container .basket-add-info .add-to-basket-btn:hover {
background: linear-gradient(to right, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
}
/************* comments form part *************/
.main-container .comment-form .comment-name-input {
margin-bottom: 1rem;
}
.main-container .comment-form .comment-name-input::placeholder,
.main-container .comment-form .comment-text-input::placeholder {
color: var(--gray-900);
font-size: .9rem;
}
.main-container .comment-form .comment-text-input {
height: 100px;
}
.main-container .comment-form .comment-submit-btn {
width: 100%;
margin-top: 1.4rem;
color: var(--primary-color-900);
border: 1px solid var(--primary-color-900);
}
.main-container .comment-form .comment-submit-btn:hover {
background: var(--primary-color-900);
color: #fff;
}
/*************** user comments part ***************/
.main-container .comments-part-title::after {
display: none;
}
.main-container .comments-part-title {
font-size: 2.2rem;
}
.main-container .user-comments-wrapper .user-comment-name {
display: flex;
align-items: center;
}
.main-container .user-comments-wrapper .user-comment-name i {
margin-left: .5rem;
color: var(--gray-900);
}
.main-container .user-comments-wrapper .user-comment-name {
color: var(--primary-color-500);
} | public/client/css/single-page.css | .products-sec-container .main-title {
margin-bottom: 0 !important;
}
.single-prodcut-container {
margin-top: 4rem;
}
.single-prodcut-container .single-product-info .product-property-text {
font-weight: bold;
}
.single-prodcut-container .single-product-info .user-comments {
display: block;
margin-top: -.4rem;
font-size: .9rem;
color: var(--secondary-color-900);
margin-bottom: .7rem;
}
.single-prodcut-container .single-product-info .user-buyer {
margin-top: -.4rem;
}
/* left add product to basket */
.single-prodcut-container .single-product-basket .product-name {
margin-bottom: -.5rem !important;
}
.single-prodcut-container .single-product-basket .basket-box {
background: #fff;
box-shadow: var(--outer-shadow);
padding: -2px;
}
.single-prodcut-container .single-product-basket .trust-wrapper .trust-item {
display: flex;
align-items: center;
margin: 10px 0;
color: var(--bs-secondary);
}
.single-prodcut-container .single-product-basket .trust-wrapper .trust-img {
width: 30px;
display: block;
margin-left: .5rem;
}
.single-prodcut-container .single-product-basket .product-price {
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 1rem;
}
.single-prodcut-container .single-product-basket .add-to-basket-btn {
display: block;
width: 100%;
background: linear-gradient(to left, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
color: #fff;
margin: 1rem 0 0 0;
}
.single-prodcut-container .single-product-basket .add-to-basket-btn:hover {
background: linear-gradient(to right, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
}
.main-container {
margin-top: 2rem;
}
.main-container .specifications-list .specifications-item {
display: flex;
justify-content: space-between;
margin: .5rem;
}
/* left fixed basket box */
.main-container .basket-add-info {
padding: .7rem;
background: #fff;
border-radius: 5px;
}
.main-container .basket-add-info .product-part {
display: flex;
align-items: center;
}
@media screen and (max-width: 400px) {
.main-container .basket-add-info .product-part {
flex-direction: column;
}
}
.main-container .basket-add-info .product-part img {
width: 110px;
margin-left: .2rem;
}
.main-container .basket-add-info .garanty-text {
display: flex;
align-items: center;
}
.main-container .basket-add-info .garanty-text i {
display: block;
padding: .4rem;
border-radius: 50%;
background: var(--bs-success);
color: #fff;
margin-left: .5rem;
font-size: .7rem;
}
/* price */
.main-container .basket-add-info .basket-price {
display: flex;
align-items: center;
justify-content: space-between;
}
/* add to basket button */
.main-container .basket-add-info .add-to-basket-btn {
display: block;
width: 100%;
background: linear-gradient(to left, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
color: #fff;
margin: 1rem 0 0 0;
}
.main-container .basket-add-info .add-to-basket-btn:hover {
background: linear-gradient(to right, var(--primary-color-900), var(--primary-color-500), var(--primary-color-100)) !important;
}
/************* comments form part *************/
.main-container .comment-form .comment-name-input {
margin-bottom: 1rem;
}
.main-container .comment-form .comment-name-input::placeholder,
.main-container .comment-form .comment-text-input::placeholder {
color: var(--gray-900);
font-size: .9rem;
}
.main-container .comment-form .comment-text-input {
height: 100px;
}
.main-container .comment-form .comment-submit-btn {
width: 100%;
margin-top: 1.4rem;
color: var(--primary-color-900);
border: 1px solid var(--primary-color-900);
}
.main-container .comment-form .comment-submit-btn:hover {
background: var(--primary-color-900);
color: #fff;
}
/*************** user comments part ***************/
.main-container .comments-part-title::after {
display: none;
}
.main-container .comments-part-title {
font-size: 2.2rem;
}
.main-container .user-comments-wrapper .user-comment-name {
display: flex;
align-items: center;
}
.main-container .user-comments-wrapper .user-comment-name i {
margin-left: .5rem;
color: var(--gray-900);
}
.main-container .user-comments-wrapper .user-comment-name {
color: var(--primary-color-500);
} | 0.392453 | 0.049912 |
/* See it in slo-mo, you can change this */
transition: .8s;
}
#twitter-button, button { transition-timing-function: ease; }
#twitter-button {
display: inline-block;
position: relative;
padding: .375rem .375rem 0;
height: 1.5rem;
background: #A9ADB6;
border-radius: .25rem;
perspective: 300;
box-shadow: 0 -1px 2px #fff, inset 0 1px 2px rgba(0,0,0,.2), inset 0 .25rem 1rem rgba(0,0,0,.1);
}
.button { opacity: 0; }
.cover {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
transform-origin: center bottom;
transform-style: preserve-3d;
font: 1.25em/2 "icon";
color: white;
text-align: center;
pointer-events: none;
z-index: 100;
}
.innie, .outie, .spine, .shadow { position: absolute; width: 100%; }
.innie, .outie {
height: 100%;
background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.1) 100%);
border-radius: .25rem;
}
.innie:after, .outie:after { content:"t";position:relative; top:-.3rem; }
.innie {
background-color: #67E2FE;
text-shadow: 0 -2px 4px rgba(0,0,0,.2);
}
.spine {
top: .25rem;
background: #20C7F3;
height: .25rem;
transform: rotateX(90deg);
transform-origin: center top;
}
.shadow {
top: 100%;
left: 0;
height: 2.8rem;
transform-origin: center top;
transform: rotateX(90deg);
opacity: 0;
z-index: 0;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, transparent 100%);
background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, transparent 100%);
border-radius: .4rem;
}
.outie {
background-color: #2EC8FA;
transform: translateZ(.25rem);
text-shadow: 0 2px 4px rgba(0,0,0,.2);
}
#twitter-button:hover { background: #EBEFF2; }
#twitter-button:hover .button { opacity: 1; }
#twitter-button:hover .cover, #twitter-button:hover .innie, #twitter-button:hover .spine, #twitter-button:hover .outie, #twitter-button:hover .spine { transition-timing-function: cubic-bezier(.2,.7,.1,1.1); }
#twitter-button:hover .cover { transform: rotateX(-120deg); }
#twitter-button:hover .innie { background-color: #3ADAFC; }
#twitter-button:hover .spine { background-color: #52B1E0; }
#twitter-button:hover .outie { background-color: #2174A0; color: rgba(255,255,255,0); }
#twitter-button:hover .shadow {
opacity: 1;
transform: rotateX(45deg) scale(.95);
}
small {
display: block;
padding: 5rem;
font: .8rem/1 sans-serif;
color: #777;
}
small a { color: #222; text-decoration: none; border-bottom: 1px solid #ccc; }
small a:hover { border-bottom-color: #222; }
/* Twitter font icon: http://codepen.io/bennettfeely/pen/GCAKJ */
@font-face { font-family:icon; src: url('http://bennettfeely.com/fonts/icons.woff'); }
@import url(http://weloveiconfonts.com/api/?family=zocial); | theme/static/css/twitter.css | /* See it in slo-mo, you can change this */
transition: .8s;
}
#twitter-button, button { transition-timing-function: ease; }
#twitter-button {
display: inline-block;
position: relative;
padding: .375rem .375rem 0;
height: 1.5rem;
background: #A9ADB6;
border-radius: .25rem;
perspective: 300;
box-shadow: 0 -1px 2px #fff, inset 0 1px 2px rgba(0,0,0,.2), inset 0 .25rem 1rem rgba(0,0,0,.1);
}
.button { opacity: 0; }
.cover {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
transform-origin: center bottom;
transform-style: preserve-3d;
font: 1.25em/2 "icon";
color: white;
text-align: center;
pointer-events: none;
z-index: 100;
}
.innie, .outie, .spine, .shadow { position: absolute; width: 100%; }
.innie, .outie {
height: 100%;
background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.1) 100%);
border-radius: .25rem;
}
.innie:after, .outie:after { content:"t";position:relative; top:-.3rem; }
.innie {
background-color: #67E2FE;
text-shadow: 0 -2px 4px rgba(0,0,0,.2);
}
.spine {
top: .25rem;
background: #20C7F3;
height: .25rem;
transform: rotateX(90deg);
transform-origin: center top;
}
.shadow {
top: 100%;
left: 0;
height: 2.8rem;
transform-origin: center top;
transform: rotateX(90deg);
opacity: 0;
z-index: 0;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, transparent 100%);
background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, transparent 100%);
border-radius: .4rem;
}
.outie {
background-color: #2EC8FA;
transform: translateZ(.25rem);
text-shadow: 0 2px 4px rgba(0,0,0,.2);
}
#twitter-button:hover { background: #EBEFF2; }
#twitter-button:hover .button { opacity: 1; }
#twitter-button:hover .cover, #twitter-button:hover .innie, #twitter-button:hover .spine, #twitter-button:hover .outie, #twitter-button:hover .spine { transition-timing-function: cubic-bezier(.2,.7,.1,1.1); }
#twitter-button:hover .cover { transform: rotateX(-120deg); }
#twitter-button:hover .innie { background-color: #3ADAFC; }
#twitter-button:hover .spine { background-color: #52B1E0; }
#twitter-button:hover .outie { background-color: #2174A0; color: rgba(255,255,255,0); }
#twitter-button:hover .shadow {
opacity: 1;
transform: rotateX(45deg) scale(.95);
}
small {
display: block;
padding: 5rem;
font: .8rem/1 sans-serif;
color: #777;
}
small a { color: #222; text-decoration: none; border-bottom: 1px solid #ccc; }
small a:hover { border-bottom-color: #222; }
/* Twitter font icon: http://codepen.io/bennettfeely/pen/GCAKJ */
@font-face { font-family:icon; src: url('http://bennettfeely.com/fonts/icons.woff'); }
@import url(http://weloveiconfonts.com/api/?family=zocial); | 0.497559 | 0.058346 |
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
/* Bootstrap Jumbotron Classing */
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
/*background-color: #eee;*/
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
/* Custom classing */
.bd_p p:last-child {
margin-bottom: 0px;
} | broadcast_dashboard_style.css | .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
/* Bootstrap Jumbotron Classing */
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
/*background-color: #eee;*/
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
/* Custom classing */
.bd_p p:last-child {
margin-bottom: 0px;
} | 0.277277 | 0.144752 |
#content {
display: none;
}
.aircraft {
position: absolute;
left: 50px;
top: 110px;
width: 75px;
height: 75px;
}
#heading {
position: absolute;
left: 37px;
top: 30px;
transform-origin: bottom !important;
}
#tilt {
position: absolute;
left: 220px;
top: 80px;
width: 25px;
height: 80px;
transform-origin: bottom !important;
}
#cam {
position: absolute;
width: 75px;
left: 195px;
top: 110px;
}
.text {
display: none;
position: absolute;
color: white;
background-color: rgba(0, 0, 0, 0.6);
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
#instructions-container {
position: absolute;
right: 20px;
top: 15%;
}
#instruction td:nth-child(1) {
text-align: right;
padding-right: 10px;
}
#instruction td:nth-child(2) {
text-align: center;
padding-right: 10px;
color: green;
text-shadow: none;
font-weight: bolder;
font-size: 20px;
padding: 0px 5px;
-webkit-text-stroke: 1px green;
}
#instruction td:nth-child(3) {
text-align: center;
padding-right: 10px;
color: lightblue;
text-shadow: none;
font-weight: bolder;
font-size: 20px;
padding: 0px 5px;
-webkit-text-stroke: 1px lightblue;
}
.alert {
left: 50%;
position: absolute;
bottom: 10%;
transform: translate(-50%, -50%);
color: orangered;
}
.info {
left: 50%;
position: absolute;
bottom: 10%;
transform: translate(-50%, -50%);
color: white;
}
#headingNum {
position: absolute;
left: 77px;
top: 125px;
z-index: 5;
color: white;
text-align: center;
}
#tiltNum {
position: absolute;
left: 223px;
top: 150px;
z-index: 5;
color: white;
text-align: center;
}
#arrow {
width: 30px;
position: absolute;
left: 219px;
top: 50px;
transform-origin: center !important;
}
#hdg {
font-weight: bold;
color: white;
position: absolute;
font-size: 1.5em;
left: 226px;
top: 63px;
}
#credit {
color: gray;
font-size: 12px;
text-align: right;
} | Client/nui/style.css | #content {
display: none;
}
.aircraft {
position: absolute;
left: 50px;
top: 110px;
width: 75px;
height: 75px;
}
#heading {
position: absolute;
left: 37px;
top: 30px;
transform-origin: bottom !important;
}
#tilt {
position: absolute;
left: 220px;
top: 80px;
width: 25px;
height: 80px;
transform-origin: bottom !important;
}
#cam {
position: absolute;
width: 75px;
left: 195px;
top: 110px;
}
.text {
display: none;
position: absolute;
color: white;
background-color: rgba(0, 0, 0, 0.6);
padding: 5px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
#instructions-container {
position: absolute;
right: 20px;
top: 15%;
}
#instruction td:nth-child(1) {
text-align: right;
padding-right: 10px;
}
#instruction td:nth-child(2) {
text-align: center;
padding-right: 10px;
color: green;
text-shadow: none;
font-weight: bolder;
font-size: 20px;
padding: 0px 5px;
-webkit-text-stroke: 1px green;
}
#instruction td:nth-child(3) {
text-align: center;
padding-right: 10px;
color: lightblue;
text-shadow: none;
font-weight: bolder;
font-size: 20px;
padding: 0px 5px;
-webkit-text-stroke: 1px lightblue;
}
.alert {
left: 50%;
position: absolute;
bottom: 10%;
transform: translate(-50%, -50%);
color: orangered;
}
.info {
left: 50%;
position: absolute;
bottom: 10%;
transform: translate(-50%, -50%);
color: white;
}
#headingNum {
position: absolute;
left: 77px;
top: 125px;
z-index: 5;
color: white;
text-align: center;
}
#tiltNum {
position: absolute;
left: 223px;
top: 150px;
z-index: 5;
color: white;
text-align: center;
}
#arrow {
width: 30px;
position: absolute;
left: 219px;
top: 50px;
transform-origin: center !important;
}
#hdg {
font-weight: bold;
color: white;
position: absolute;
font-size: 1.5em;
left: 226px;
top: 63px;
}
#credit {
color: gray;
font-size: 12px;
text-align: right;
} | 0.418935 | 0.058051 |
code:hover {background: none;}
.code-editor:before,
.code-editor:after,
.code-editor span.control:before,
.code-editor span.after:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 40px auto 0 auto;
width: 550px;
text-align: left;
border-radius: 0 0 5px 5px;
overflow: auto;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor:before {
content: '';
font-family: 'Consolas';
color: #222;
padding-top: 6px;
text-align: center;
top: 25px;
width: 550px;
height: 30px;
background-color: #fafafa;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
.code-editor span.control:before {
content: '';
top: 34px;
z-index: 2;
padding: 6px;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
}
.code-editor span.control:nth-child(1):before {
margin-left: 15px;
background-color: #df6963;
}
.code-editor span.control:nth-child(2):before {
margin-left: 35px;
background-color: #f5e18a;
}
.code-editor span.control:nth-child(3):before {
margin-left: 55px;
background-color: #97c38a;
}
.code-editor pre{
padding-top: 25px;
height:500px;
}
/* -- iPad Screen -- */
@media only screen and (min-width: 480px) and (max-width: 768px) {
.code-editor {
width: 500px;
}
.code-editor:before {
width: 500px;
}
}
/* -- iPhone Screen -- */
@media only screen and (max-width: 479px) {
.code-editor {
width: 300px;
}
.code-editor:before {
width: 300px;
}
}
/* END CUSTOM STYLE */
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #333;
color: white;
height:500px;
}
.hljs-name,
.hljs-strong {
font-weight: bold;
}
.hljs-code,
.hljs-emphasis {
font-style: italic;
}
.hljs-tag {
color: #62c8f3;
}
.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
color: #ade5fc;
}
.hljs-string,
.hljs-bullet {
color: #a2fca2;
}
.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
color: #ffa;
}
.hljs-number,
.hljs-symbol,
.hljs-bullet {
color: #d36363;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
color: #fcc28c;
}
.hljs-comment,
.hljs-deletion,
.hljs-code {
color: #888;
}
.hljs-regexp,
.hljs-link {
color: #c6b4f0;
}
.hljs-meta {
color: #fc9b9b;
}
.hljs-deletion {
background-color: #fc9b9b;
color: #333;
}
.hljs-addition {
background-color: #a2fca2;
color: #333;
}
.hljs a {
color: inherit;
}
.hljs a:focus,
.hljs a:hover {
color: inherit;
text-decoration: underline;
} | public/generate/original/public/filemanager_assets/vendor/highlight/styles/agate.css |
code:hover {background: none;}
.code-editor:before,
.code-editor:after,
.code-editor span.control:before,
.code-editor span.after:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 40px auto 0 auto;
width: 550px;
text-align: left;
border-radius: 0 0 5px 5px;
overflow: auto;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor:before {
content: '';
font-family: 'Consolas';
color: #222;
padding-top: 6px;
text-align: center;
top: 25px;
width: 550px;
height: 30px;
background-color: #fafafa;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
.code-editor span.control:before {
content: '';
top: 34px;
z-index: 2;
padding: 6px;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
}
.code-editor span.control:nth-child(1):before {
margin-left: 15px;
background-color: #df6963;
}
.code-editor span.control:nth-child(2):before {
margin-left: 35px;
background-color: #f5e18a;
}
.code-editor span.control:nth-child(3):before {
margin-left: 55px;
background-color: #97c38a;
}
.code-editor pre{
padding-top: 25px;
height:500px;
}
/* -- iPad Screen -- */
@media only screen and (min-width: 480px) and (max-width: 768px) {
.code-editor {
width: 500px;
}
.code-editor:before {
width: 500px;
}
}
/* -- iPhone Screen -- */
@media only screen and (max-width: 479px) {
.code-editor {
width: 300px;
}
.code-editor:before {
width: 300px;
}
}
/* END CUSTOM STYLE */
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #333;
color: white;
height:500px;
}
.hljs-name,
.hljs-strong {
font-weight: bold;
}
.hljs-code,
.hljs-emphasis {
font-style: italic;
}
.hljs-tag {
color: #62c8f3;
}
.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
color: #ade5fc;
}
.hljs-string,
.hljs-bullet {
color: #a2fca2;
}
.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
color: #ffa;
}
.hljs-number,
.hljs-symbol,
.hljs-bullet {
color: #d36363;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
color: #fcc28c;
}
.hljs-comment,
.hljs-deletion,
.hljs-code {
color: #888;
}
.hljs-regexp,
.hljs-link {
color: #c6b4f0;
}
.hljs-meta {
color: #fc9b9b;
}
.hljs-deletion {
background-color: #fc9b9b;
color: #333;
}
.hljs-addition {
background-color: #a2fca2;
color: #333;
}
.hljs a {
color: inherit;
}
.hljs a:focus,
.hljs a:hover {
color: inherit;
text-decoration: underline;
} | 0.390127 | 0.079139 |
* parent container to signify its a Grid
* this is synonymous for a row, or collection of columns
* there is no need to specify a parent class on the entire
* page or page container
*/
/* line 12, ../src/sass/properties/_basics.scss */
.grid {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
/*
* the child attribute selector
* can be an empty attribute to allow for auto-sizing or
* include the subdivision of units as per the $column
* setting at the top
* this means if you want a column that is 1/2 the
* parent width, and the $columns is set to the default
* of 12, then you'd set the attribute to 6 (12 columns / 2)
*/
/* line 33, ../src/sass/properties/_basics.scss */
[column],
[prefix],
[suffix],
[push],
[pull] {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
/* line 50, ../src/sass/properties/_basics.scss */
[push],
[pull] {
position: relative;
}
/*
* If you want to hide a column, then set the unit to '0'
* and it won't show on the default mobile view. This can
* be overridden on any other responsive view
*/
/* line 60, ../src/sass/properties/_basics.scss */
[column="0"] {
display: none;
}
/*
* loop through the grid columns setting to create the
* percentages necessary to divide the page up evenly
*/
/* line 70, ../src/sass/properties/_basics.scss */
[column~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="1"] {
margin-left: 8.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="1"] {
margin-right: 8.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="1"] {
left: 8.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="1"] {
left: -8.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="2"] {
margin-left: 16.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="2"] {
margin-right: 16.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="2"] {
left: 16.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="2"] {
left: -16.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="3"] {
margin-left: 25%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="3"] {
margin-right: 25%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="3"] {
left: 25%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="3"] {
left: -25%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="4"] {
margin-left: 33.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="4"] {
margin-right: 33.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="4"] {
left: 33.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="4"] {
left: -33.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="5"] {
margin-left: 41.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="5"] {
margin-right: 41.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="5"] {
left: 41.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="5"] {
left: -41.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="6"] {
margin-left: 50%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="6"] {
margin-right: 50%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="6"] {
left: 50%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="6"] {
left: -50%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="7"] {
margin-left: 58.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="7"] {
margin-right: 58.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="7"] {
left: 58.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="7"] {
left: -58.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="8"] {
margin-left: 66.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="8"] {
margin-right: 66.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="8"] {
left: 66.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="8"] {
left: -66.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="9"] {
margin-left: 75%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="9"] {
margin-right: 75%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="9"] {
left: 75%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="9"] {
left: -75%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="10"] {
margin-left: 83.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="10"] {
margin-right: 83.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="10"] {
left: 83.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="10"] {
left: -83.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="11"] {
margin-left: 91.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="11"] {
margin-right: 91.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="11"] {
left: 91.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="11"] {
left: -91.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="12"] {
margin-left: 100%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="12"] {
margin-right: 100%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="12"] {
left: 100%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="12"] {
left: -100%;
}
/* ======================================================== */
/* SPACING */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/*
* gives you calculated spacing around each column
*/
/* line 14, ../src/sass/properties/_spacing.scss */
[grid-spacing~="gutters"] {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
/* line 17, ../src/sass/properties/_spacing.scss */
[grid-spacing~="gutters"] > [column] {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
/*
* this is not required but available in case you need
* to reset spacing on a nested grid or something
*/
/* line 26, ../src/sass/properties/_spacing.scss */
[grid-spacing="none"] > [column] {
padding-right: 0;
padding-left: 0;
}
/*
* provided for situations where you have floating columns
* such as in a 12 grid system, and you have only enough
* content boxes to fill 6 columns, you might want them
* evenly spaced out, this provides spacing on both sides
* of each column
*/
/* line 38, ../src/sass/properties/_spacing.scss */
[grid-spacing="even"] > [column] {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
/*
* provided for situations where you have floating columns
* such as in a 12 grid system, and you have only enough
* content boxes to fill 6 columns, you might want them
* evenly spaced out, this only provides spacing in between
* the columns, leaving the first and last columns flush
*/
/* line 50, ../src/sass/properties/_spacing.scss */
[grid-spacing="justify"] > [column] {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* ======================================================== */
/* DIRECTION */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/* line 10, ../src/sass/properties/_direction.scss */
[grid-direction~="row"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 14, ../src/sass/properties/_direction.scss */
[grid-direction~="column"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 18, ../src/sass/properties/_direction.scss */
[grid-direction~="column"] > [column] {
-webkit-flex-basis: inherit;
-ms-flex-preferred-size: inherit;
flex-basis: inherit;
}
/* ======================================================== */
/* ORDER */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/*
* Reverse order of the row
*/
/* line 14, ../src/sass/properties/_order.scss */
[grid-order="reverse"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
/* line 18, ../src/sass/properties/_order.scss */
[grid-direction="column"][grid-order="reverse"] {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
/*
* Reset the order back to normal
*/
/* line 24, ../src/sass/properties/_order.scss */
[grid-order="forward"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 28, ../src/sass/properties/_order.scss */
[grid-direction="column"][grid-order="forward"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
/* @TODO: support different devices sizes
* so you can have a different item show up first or last
*/
/*
* used on the column
* allows you to move any item to the first in the list
*/
/* line 39, ../src/sass/properties/_order.scss */
[order="first"] {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/*
* used on the column
* allows you to move any item to the last in the list
*/
/* line 46, ../src/sass/properties/_order.scss */
[order="last"] {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
/* ======================================================== */
/* ALIGNMENT */
/* ======================================================== */
/*
* All of the following settings can be set on the row/parent
* of the columns, or the children
*/
/* line 10, ../src/sass/properties/_alignment.scss */
[grid-alignment="top"] {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 13, ../src/sass/properties/_alignment.scss */
[grid-alignment="middle"] {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 16, ../src/sass/properties/_alignment.scss */
[grid-alignment="bottom"] {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
/* line 19, ../src/sass/properties/_alignment.scss */
[grid-alignment="baseline"] {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
/* line 22, ../src/sass/properties/_alignment.scss */
[grid-alignment="stretch"] {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
/* line 25, ../src/sass/properties/_alignment.scss */
[grid-alignment="start"] {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
/* line 29, ../src/sass/properties/_alignment.scss */
[grid-alignment="center"] {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
/* line 33, ../src/sass/properties/_alignment.scss */
[grid-alignment="end"] {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
/* line 37, ../src/sass/properties/_alignment.scss */
[alignment="top"] {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 40, ../src/sass/properties/_alignment.scss */
[alignment="middle"] {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 43, ../src/sass/properties/_alignment.scss */
[alignment="bottom"] {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
/* line 46, ../src/sass/properties/_alignment.scss */
[alignment="baseline"] {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
/* line 49, ../src/sass/properties/_alignment.scss */
[alignment="stretch"] {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
/* ======================================================== */
/* RESPONSIVE */
/* ======================================================== */
/*
* mobile support => stack them by default
* tablet support => 8 2 2 for columns
* laptop support => 6 4 2 for columns
* desktop support => 2 8 1 for columns
* presentation support => 0 12 0 for columns
*
* <div class="grid" grid-spacing="gutters between">
* <div column="12 small="8" medium="6" large="3" xlarge="0" />
* <div column="12 small="2" medium="4" large="8" xlarge="12" />
* <div column="12 small="4" medium="2" large="1" xlarge="0" />
* </div>
*/
@media (min-width: 319px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xsmall="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 479px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[small="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 767px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[medium="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[large="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 1223px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xlarge="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 1823px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xxlarge="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
/*# sourceMappingURL=assembler-grid.flexbox.css.map */ | dist/assembler-grid.flexbox.css | * parent container to signify its a Grid
* this is synonymous for a row, or collection of columns
* there is no need to specify a parent class on the entire
* page or page container
*/
/* line 12, ../src/sass/properties/_basics.scss */
.grid {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
/*
* the child attribute selector
* can be an empty attribute to allow for auto-sizing or
* include the subdivision of units as per the $column
* setting at the top
* this means if you want a column that is 1/2 the
* parent width, and the $columns is set to the default
* of 12, then you'd set the attribute to 6 (12 columns / 2)
*/
/* line 33, ../src/sass/properties/_basics.scss */
[column],
[prefix],
[suffix],
[push],
[pull] {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
/* line 50, ../src/sass/properties/_basics.scss */
[push],
[pull] {
position: relative;
}
/*
* If you want to hide a column, then set the unit to '0'
* and it won't show on the default mobile view. This can
* be overridden on any other responsive view
*/
/* line 60, ../src/sass/properties/_basics.scss */
[column="0"] {
display: none;
}
/*
* loop through the grid columns setting to create the
* percentages necessary to divide the page up evenly
*/
/* line 70, ../src/sass/properties/_basics.scss */
[column~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="1"] {
margin-left: 8.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="1"] {
margin-right: 8.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="1"] {
left: 8.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="1"] {
left: -8.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="2"] {
margin-left: 16.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="2"] {
margin-right: 16.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="2"] {
left: 16.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="2"] {
left: -16.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="3"] {
margin-left: 25%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="3"] {
margin-right: 25%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="3"] {
left: 25%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="3"] {
left: -25%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="4"] {
margin-left: 33.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="4"] {
margin-right: 33.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="4"] {
left: 33.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="4"] {
left: -33.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="5"] {
margin-left: 41.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="5"] {
margin-right: 41.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="5"] {
left: 41.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="5"] {
left: -41.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="6"] {
margin-left: 50%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="6"] {
margin-right: 50%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="6"] {
left: 50%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="6"] {
left: -50%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="7"] {
margin-left: 58.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="7"] {
margin-right: 58.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="7"] {
left: 58.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="7"] {
left: -58.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="8"] {
margin-left: 66.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="8"] {
margin-right: 66.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="8"] {
left: 66.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="8"] {
left: -66.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="9"] {
margin-left: 75%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="9"] {
margin-right: 75%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="9"] {
left: 75%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="9"] {
left: -75%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="10"] {
margin-left: 83.33333%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="10"] {
margin-right: 83.33333%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="10"] {
left: 83.33333%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="10"] {
left: -83.33333%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="11"] {
margin-left: 91.66667%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="11"] {
margin-right: 91.66667%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="11"] {
left: 91.66667%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="11"] {
left: -91.66667%;
}
/* line 70, ../src/sass/properties/_basics.scss */
[column~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
/* line 78, ../src/sass/properties/_basics.scss */
[prefix~="12"] {
margin-left: 100%;
}
/* line 81, ../src/sass/properties/_basics.scss */
[suffix~="12"] {
margin-right: 100%;
}
/* line 84, ../src/sass/properties/_basics.scss */
[push~="12"] {
left: 100%;
}
/* line 87, ../src/sass/properties/_basics.scss */
[pull~="12"] {
left: -100%;
}
/* ======================================================== */
/* SPACING */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/*
* gives you calculated spacing around each column
*/
/* line 14, ../src/sass/properties/_spacing.scss */
[grid-spacing~="gutters"] {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
/* line 17, ../src/sass/properties/_spacing.scss */
[grid-spacing~="gutters"] > [column] {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
/*
* this is not required but available in case you need
* to reset spacing on a nested grid or something
*/
/* line 26, ../src/sass/properties/_spacing.scss */
[grid-spacing="none"] > [column] {
padding-right: 0;
padding-left: 0;
}
/*
* provided for situations where you have floating columns
* such as in a 12 grid system, and you have only enough
* content boxes to fill 6 columns, you might want them
* evenly spaced out, this provides spacing on both sides
* of each column
*/
/* line 38, ../src/sass/properties/_spacing.scss */
[grid-spacing="even"] > [column] {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
/*
* provided for situations where you have floating columns
* such as in a 12 grid system, and you have only enough
* content boxes to fill 6 columns, you might want them
* evenly spaced out, this only provides spacing in between
* the columns, leaving the first and last columns flush
*/
/* line 50, ../src/sass/properties/_spacing.scss */
[grid-spacing="justify"] > [column] {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* ======================================================== */
/* DIRECTION */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/* line 10, ../src/sass/properties/_direction.scss */
[grid-direction~="row"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 14, ../src/sass/properties/_direction.scss */
[grid-direction~="column"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 18, ../src/sass/properties/_direction.scss */
[grid-direction~="column"] > [column] {
-webkit-flex-basis: inherit;
-ms-flex-preferred-size: inherit;
flex-basis: inherit;
}
/* ======================================================== */
/* ORDER */
/* ======================================================== */
/*
* All of the following settings are set on the row/parent
* of the columns.
*/
/*
* Reverse order of the row
*/
/* line 14, ../src/sass/properties/_order.scss */
[grid-order="reverse"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
/* line 18, ../src/sass/properties/_order.scss */
[grid-direction="column"][grid-order="reverse"] {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
/*
* Reset the order back to normal
*/
/* line 24, ../src/sass/properties/_order.scss */
[grid-order="forward"] {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 28, ../src/sass/properties/_order.scss */
[grid-direction="column"][grid-order="forward"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
/* @TODO: support different devices sizes
* so you can have a different item show up first or last
*/
/*
* used on the column
* allows you to move any item to the first in the list
*/
/* line 39, ../src/sass/properties/_order.scss */
[order="first"] {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/*
* used on the column
* allows you to move any item to the last in the list
*/
/* line 46, ../src/sass/properties/_order.scss */
[order="last"] {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
/* ======================================================== */
/* ALIGNMENT */
/* ======================================================== */
/*
* All of the following settings can be set on the row/parent
* of the columns, or the children
*/
/* line 10, ../src/sass/properties/_alignment.scss */
[grid-alignment="top"] {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 13, ../src/sass/properties/_alignment.scss */
[grid-alignment="middle"] {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 16, ../src/sass/properties/_alignment.scss */
[grid-alignment="bottom"] {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
/* line 19, ../src/sass/properties/_alignment.scss */
[grid-alignment="baseline"] {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
/* line 22, ../src/sass/properties/_alignment.scss */
[grid-alignment="stretch"] {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
/* line 25, ../src/sass/properties/_alignment.scss */
[grid-alignment="start"] {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
/* line 29, ../src/sass/properties/_alignment.scss */
[grid-alignment="center"] {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
/* line 33, ../src/sass/properties/_alignment.scss */
[grid-alignment="end"] {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
/* line 37, ../src/sass/properties/_alignment.scss */
[alignment="top"] {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 40, ../src/sass/properties/_alignment.scss */
[alignment="middle"] {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 43, ../src/sass/properties/_alignment.scss */
[alignment="bottom"] {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
/* line 46, ../src/sass/properties/_alignment.scss */
[alignment="baseline"] {
-webkit-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
}
/* line 49, ../src/sass/properties/_alignment.scss */
[alignment="stretch"] {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
/* ======================================================== */
/* RESPONSIVE */
/* ======================================================== */
/*
* mobile support => stack them by default
* tablet support => 8 2 2 for columns
* laptop support => 6 4 2 for columns
* desktop support => 2 8 1 for columns
* presentation support => 0 12 0 for columns
*
* <div class="grid" grid-spacing="gutters between">
* <div column="12 small="8" medium="6" large="3" xlarge="0" />
* <div column="12 small="2" medium="4" large="8" xlarge="12" />
* <div column="12 small="4" medium="2" large="1" xlarge="0" />
* </div>
*/
@media (min-width: 319px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xsmall="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xsmall~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 479px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[small="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[small~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 767px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[medium="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[medium~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[large="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[large~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 1223px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xlarge="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xlarge~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (min-width: 1823px) {
/* line 21, ../src/sass/properties/_responsive.scss */
[xxlarge="0"] {
display: none;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="1"] {
-webkit-flex-basis: 8.33333%;
-ms-flex-preferred-size: 8.33333%;
flex-basis: 8.33333%;
max-width: 8.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="2"] {
-webkit-flex-basis: 16.66667%;
-ms-flex-preferred-size: 16.66667%;
flex-basis: 16.66667%;
max-width: 16.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="3"] {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="4"] {
-webkit-flex-basis: 33.33333%;
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="5"] {
-webkit-flex-basis: 41.66667%;
-ms-flex-preferred-size: 41.66667%;
flex-basis: 41.66667%;
max-width: 41.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="6"] {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="7"] {
-webkit-flex-basis: 58.33333%;
-ms-flex-preferred-size: 58.33333%;
flex-basis: 58.33333%;
max-width: 58.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="8"] {
-webkit-flex-basis: 66.66667%;
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="9"] {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="10"] {
-webkit-flex-basis: 83.33333%;
-ms-flex-preferred-size: 83.33333%;
flex-basis: 83.33333%;
max-width: 83.33333%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="11"] {
-webkit-flex-basis: 91.66667%;
-ms-flex-preferred-size: 91.66667%;
flex-basis: 91.66667%;
max-width: 91.66667%;
}
/* line 26, ../src/sass/properties/_responsive.scss */
[xxlarge~="12"] {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
/*# sourceMappingURL=assembler-grid.flexbox.css.map */ | 0.331769 | 0.103386 |